Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * shr.el: Add shr-link face for links.
4 (shr-urlify): Use it.
5
6 * registry.el (registry-insert): Make error message more helpful.
7
8 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9
10 * gnus-html.el (gnus-html-schedule-image-fetching): Use
11 url-queue-retrieve, if it exists.
12
13 * shr.el (shr-tag-img): Ditto.
14
15 * gnus.el: Autoload more gnus-agent functions.
16
17 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
18 agent if we haven't already (bug#8502).
19
20 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
21 into the Agent, too.
22
23 * gnus-agent.el (gnus-agent-store-article): New function.
24
25 * nnheader.el (nnheader-insert-buffer-substring): Renamed from nntp-
26 and moved from that file for reuse.
27
28 * pop3.el (pop3-open-server): Error messages are "-ERR".
29
30 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
31
32 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
33 (open-tls-stream): Remove superfluous tls/starttls autoloads.
34
35 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
38 buffer has moved to a different frame.
39
40 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
41
42 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
43 to get the conversion from unibyte to multibyte buffers to work on
44 Emacs 22.
45
46 * nntp.el (nntp-request-article): Slight clean-up.
47
48 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * shr.el (shr-strike-through): New face.
51 (shr-tag-s): Use it to provide <s> support.
52 (shr-tag-s): Remove duplicate definition.
53
54 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
55
56 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
57 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
58
59 2011-04-23 Glenn Morris <rgm@gnu.org>
60
61 * gnus-sum.el (gnus-extra-headers): Bump :version.
62
63 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
64
65 * shr.el (shr-tag-sup): New function.
66 (shr-tag-sub): Ditto.
67
68 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
69
70 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
71 for the case where `gnus-registry-ignored-groups' is a list of lists,
72 and don't call `gnus-parameter-registry-ignore' otherwise.
73
74 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
75
76 * nnimap.el (nnimap-user): New backend variable.
77 (nnimap-open-connection-1): Use it.
78 (nnimap-credentials): Accept user parameter so it's explicit what user
79 name is desired.
80
81 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
82 default.
83
84 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
85 not gnus-registry.el.
86
87 * gnus-registry.el: Mention in comments how to modify
88 `gnus-extra-headers' for proper recipient tracking and that it may
89 already have To and Cc recently, which it does as of this commit.
90 (gnus-registry-ignored-groups): Remove defcustom.
91 Explain why in comments.
92 (gnus-registry-action): Fix data-header reference to use the extra
93 headers. Explain in package commentary how to add To and Cc headers to
94 the gnus-extra-headers.
95 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
96 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
97 parameter list or a string list in `gnus-registry-ignored-groups'. Fix
98 logic error.
99
100 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
101
102 * shr.el (shr-expand-url): Protect against null urls.
103
104 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
105
106 * shr.el (shr-base): New binding.
107 (shr-tag-base): Keep track of <base>.
108 (shr-expand-url): New function used throughout.
109
110 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
111
112 * gnus-registry.el
113 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
114 (gnus-registry-ignored-groups): New variable.
115 (gnus-registry-ignore-group-p): Use it.
116 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
117 set the destination group to nil (same as delete) if it's ignored.
118
119 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
120
121 * gnus-registry.el (gnus-registry-action)
122 (gnus-registry-fetch-header-fast):
123 Don't use mail-header that looks an internal function of mailheader.el.
124
125 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
126
127 * gnus-registry.el: Eliminate cl functions.
128 (gnus-registry-sort-addresses): New function that replaces mapcan.
129 (gnus-registry-action, gnus-registry-spool-action)
130 (gnus-registry-split-fancy-with-parent)
131 (gnus-registry-fetch-recipients-fast): Use it.
132 (gnus-registry-import-eld): Replace delete* with dolist + delq.
133
134 * registry.el (initialize-instance, registry-lookup)
135 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
136 (registry-lookup-secondary-value, registry-search, registry-delete)
137 (registry-insert, registry-reindex, registry-size, registry-prune):
138 Use eval-and-compile.
139
140 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
141
142 * registry.el (registry-reindex): New method to recreate the secondary
143 registry indices.
144
145 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
146 tracked field changes.
147 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
148 (gnus-registry-action, gnus-registry-spool-action)
149 (gnus-registry-handle-action)
150 (gnus-registry--split-fancy-with-parent-internal)
151 (gnus-registry-split-fancy-with-parent)
152 (gnus-registry-register-message-ids): Add recipient tracking on spool,
153 move, and delete actions, and for fancy splitting with parent.
154 (gnus-registry-extract-addresses)
155 (gnus-registry-fetch-recipients-fast)
156 (gnus-registry-fetch-header-fast): Convenience functions.
157 (gnus-registry-misc-test): ERT test of
158 `gnus-registry-extract-addresses'.
159
160 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
161
162 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
163 Track by subject first, then sender.
164
165 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
168
169 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
170 Lisp.
171
172 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
173 (gnus-draft-send): Use it to avoid popping
174 up frames from gnus-group-send-queue.
175
176 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
177
178 * gnus-registry.el: Updated gnus-registry docs.
179
180 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
181
182 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
183 Fix logic bug.
184 (gnus-registry-post-process-groups): Fix logging of no results and
185 quote sender and subject.
186
187 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
188
189 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
190 (gnus-read-active-for-groups): Don't try to finish getting stuff where
191 we had no early-data returned.
192 (gnus-get-unread-articles): Add a sanity check so that we don't issue
193 two async commands to the same server at the same time.
194
195 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
196
197 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
198
199 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
200
201 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
202 "warning" level.
203
204 * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
205 (mm-url-insert-file-contents): Don't set the package names.
206
207 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
208
209 * gnus-registry.el (gnus-registry-action): Remove properties and
210 simplify subject in `gnus-registry-handle-action'.
211 (gnus-registry-spool-action): Get subject and sender from message if
212 they are not passed in.
213 (gnus-registry-handle-action): Remove properties and simplify subject
214 consistently.
215
216 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * registry.el: Require CL before using defmacro*.
219
220 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
221
222 * gnus-art.el (article-treat-date): Assume that
223 gnus-article-date-headers may be a group parameter.
224
225 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
226
227 * gnus-registry.el (gnus-registry-handle-action): More debugging.
228
229 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
230 interactively so the newsrc file can contain foreign groups too.
231 Useful for debugging but not much for users.
232
233 2011-04-07 David Engster <dengste@eml.cc>
234
235 * registry.el (registry-usage-test): Only do
236 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
237 lexical binding.
238
239 2011-04-06 David Engster <dengste@eml.cc>
240
241 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
242 argument NOERROR for `require', since XEmacs 21.4 does not support it.
243
244 2011-04-06 David Engster <dengste@eml.cc>
245
246 * registry.el (initialize-instance): Change :after to :AFTER to be
247 compatible with old EIEIO version in XEmacs.
248
249 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
250
251 * gnus-registry.el (gnus-registry-post-process-groups)
252 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
253 and provide better messaging.
254
255 2011-04-06 David Engster <dengste@eml.cc>
256
257 * Makefile.in (fail-on-warning): New rule to compile with warnings as
258 errors.
259
260 * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
261 dgnushack-compile with error-on-warn enabled, and to signal an error if
262 clean compilation failed.
263 (dgnushack-compile): New argument 'error-on-warn'. If non-nil, compile
264 with `byte-compile-error-on-warn'. Return nil if errors occured.
265
266 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
267
268 * gnus-registry.el: Don't use ERT if it's not available. Load it
269 unconditionally anyway, discarding errors.
270 (gnus-registry-delete-entries): New convenience function.
271 (gnus-registry-import-eld): Import from old .eld registry.
272
273 * registry.el: Don't use ERT if it's not available. Load it
274 unconditionally anyway, discarding errors.
275
276 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
277 version from the Claudio Bley GnuTLS patch (extra optional parameters
278 and host name).
279
280 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
281
282 * gnus-registry.el (gnus-registry-fixup-registry): New function to
283 fixup the parameters that can be customized by the user between
284 save/read cycles.
285 (gnus-registry-read): Use it.
286 (gnus-registry-make-db): Use it.
287 (gnus-registry-spool-action, gnus-registry-handle-action): Fix
288 messaging.
289 (gnus-registry--split-fancy-with-parent-internal): Fix loop. Map
290 references to actual group names with sender and subject tracking.
291 (gnus-registry-post-process-groups): Use `cond' for better messaging.
292 (gnus-registry-usage-test): Add subject lookup test.
293
294 * registry.el (registry-db, initialize-instance): Set up constructor
295 instead of :initform arguments for the sake of older Emacsen.
296 (registry-lookup-breaks-before-lexbind): New method to demonstrate
297 pre-lexbind merge bug.
298 (registry-usage-test): Use it.
299 (initialize-instance, registry-db): Move the non-function initforms
300 back to the class definition.
301
302 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
303
304 * registry.el: New library to manage gnus-registry-style data.
305
306 * gnus-registry.el: Use it (major rewrite).
307
308 * nnregistry.el: Use it.
309
310 * spam.el: Use it.
311
312 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
313
314 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
315 marks on non-selected articles.
316
317 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
318
319 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
320
321 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
322 parameter to open-protocol-stream.
323
324 2011-04-01 Julien Danjou <julien@danjou.info>
325
326 * mm-view.el (mm-display-inline-fontify): Do not fontify with
327 fundamental-mode.
328
329 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
330
331 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
332 servers.
333
334 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
335
336 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
337 made marks not propagate, again.
338
339 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
340
341 * proto-stream.el (open-protocol-stream): Bring back `network' type.
342 Make this the default type.
343 (proto-stream-open-plain): Rename from proto-stream-open-default.
344 (open-protocol-stream, proto-stream-open-starttls)
345 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
346 with `plain'.
347
348 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
349 value.
350
351 * nntp.el (nntp-open-connection-function): Document the fact that some
352 values are not functions but are instead handled specially. Recognize
353 nntp-open-plain-stream value.
354 (nntp-open-connection): Recognize that value.
355
356 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
357
358 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
359 stuff.
360
361 * gnus-score.el (gnus-score-string): Fix calling convention of
362 `gnus-simplify-buffer-fuzzy' after last patches.
363
364 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
365 server for articles we didn't get any headers for. This is a sanity
366 check.
367
368 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
369
370 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
371 new CAPABILITY, use it.
372
373 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
374
375 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
376 downloading anything.
377
378 * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
379
380 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
381
382 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
383 colors.
384 (gnus-splash-svg-color-symbols): New function.
385
386 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
387
388 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
389 instead of using the global gnus-simplify-subject-fuzzy-regexp.
390 (gnus-simplify-subject-fuzzy): Use the local
391 gnus-simplify-subject-fuzzy-regex instead of the global one. This
392 makes using this variable in group parameters work.
393
394 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
395
396 * gnus-registry.el (gnus-registry-unfollowed-groups): Add
397 "archive:sent" to the unfollowed group regex (for the recent Gnus
398 archive:sent-YYYY-MM-DD groups).
399 (gnus-registry-split-fancy-with-parent): Bail out early in sender
400 tracking if there are more than `gnus-registry-max-track-groups'
401 matches.
402
403 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * message.el (message--yank-original-internal): New function to do the
406 insertion cleanly inside eval in `message-yank-original'.
407 (message-yank-original): Use it.
408
409 2011-03-29 Julien Danjou <julien@danjou.info>
410
411 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
412 local variables disabled rather than `normal-mode'.
413
414 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
415
416 * proto-stream.el: Changes preparatory to merging open-protocol-stream
417 with open-network-stream.
418 (proto-stream-always-use-starttls): Option removed.
419 (open-protocol-stream): Return a process object by default. Provide a
420 new parameter :return-list specifying a list-type return value, which
421 now has the form (PROP . PLIST) instead of a fixed-length list. Change
422 :type `network' to `try-starttls', and `network-only' to `default'.
423 Make `default' the default, for compatibility with open-network-stream.
424 Handle the no-parameter case exactly as open-network-stream, with no
425 additional stream processing. Search plists using plist-get.
426 Explicitly add :end-of-commend parameter if it is missing.
427 (proto-stream-open-default): Renamed from
428 proto-stream-open-network-only. Return 'default as the type.
429 (proto-stream-open-starttls): Rename from proto-stream-open-network.
430 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
431 failed. Always return a list with a (possibly dead) process as the
432 first element, for compatibility with open-network-stream.
433 (proto-stream-open-tls): Use plist-get. Always return a list.
434 (proto-stream-open-shell): Return `default' as connection type.
435 (proto-stream-capability-open): Use plist-get.
436 (proto-stream-eoc): Function deleted.
437
438 * nnimap.el (nnimap-stream, nnimap-open-connection)
439 (nnimap-open-connection-1): Handle renaming of :type parameter for
440 open-protocol-stream.
441 (nnimap-open-connection-1): Pass a :return-list parameter
442 open-protocol-stream to obtain a list return value. Parse this list
443 using plist-get.
444
445 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
446 for open-protocol-stream. Accept open-protocol-stream return value
447 that is a subprocess object instead of a list. Handle the case of a
448 dead returned process.
449
450 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
451
452 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
453
454 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
455
456 2011-03-21 Julien Danjou <julien@danjou.info>
457
458 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
459 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
460 query.
461 (mm-inline-text): Render normal text with fontification whenever
462 possible.
463
464 * gnus-sum.el (gnus-summary-save-parts-1):
465 * gnus-art.el (gnus-article-browse-html-save-cid-content)
466 (gnus-article-browse-html-parts, gnus-mime-delete-part)
467 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
468 Use `mm-handle-filename'.
469
470 * mm-util.el (mm-handle-filename): New function, return the filename of
471 an handle.
472
473 2011-03-18 Julien Danjou <julien@danjou.info>
474
475 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
476 (gnus-buffer-live-p): Check that buffer is not nil.
477
478 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
479
480 * gnus-art.el: Require mouse, which the build bot seems to say is
481 needed.
482
483 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
484 XEmacs, since it doesn't have url-retrieve-synchronously.
485
486 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
487
488 * gnus-group.el (gnus-group-list-ticked): New function.
489 (gnus-group-make-menu-bar): Provide a menu entry for it.
490 (gnus-group-list-map): Provide a binding for it.
491
492 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
493
494 * shr.el (shr-visit-file): New command.
495
496 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
497
498 2011-03-17 Bjørn Mork <bjorn@mork.no>
499
500 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
501 servers.
502
503 2011-03-16 Julien Danjou <julien@danjou.info>
504
505 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
506 inline.
507
508 * gnus-art.el (article-hide-list-identifiers): Use
509 gnus-group-get-list-identifiers.
510
511 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
512 (gnus-summary-remove-list-identifiers): Use
513 gnus-group-get-list-identifiers to get regexp.
514 (gnus-select-newsgroup, gnus-summary-insert-subject)
515 (gnus-summary-insert-articles): Call
516 gnus-summary-remove-list-identifiers unconditionally.
517
518 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
519
520 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
521 we're selecting a group with unread articles.
522
523 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
524
525 * gssapi.el: New file separated out from imap.el to provide a general
526 Kerberos 5 connection facility for Emacs.
527
528 * message.el (message-elide-ellipsis): Document the format spec
529 ellipsis.
530
531 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
532
533 * message.el (message-elide-region): Allow the ellipsis to say how many
534 lines were removed.
535
536 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
537
538 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
539 window configurations containing buffers that are now dead.
540
541 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
542 parsing to avoid integer overflows.
543 (nnimap-parse-flags): Simplify the last change.
544 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
545 too large for 32-bit Emacsen.
546
547 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * auth-source.el (auth-source-netrc-create):
550 * message.el (message-yank-original): Fix use of `case'.
551
552 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
553
554 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
555 XEmacs, which was one character too wide.
556
557 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
558
559 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
560 default number of articles to display.
561 (gnus-articles-to-read): Use pretty names for prompt.
562
563 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
564
565 * gnus-int.el (gnus-open-server): Ditto.
566
567 * gnus-start.el (gnus-activate-group): Give a backtrace if
568 debug-on-quit is set and the user hits `C-g'.
569 (gnus-read-active-file): Ditto.
570
571 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
572
573 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
574
575 * message.el (message-yank-original): Use cond instead of CL case.
576
577 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * auth-source.el (auth-source-netrc-create): Use usual format for the
580 default in prompts.
581
582 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
583
584 * auth-source.el (auth-source-netrc-create): Show the default in the
585 prompt when prompting for token creation.
586
587 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
588
589 * auth-source.el (auth-source-format-prompt): Always convert the value
590 to a string to avoid evaluating non-string arguments.
591 (auth-source-netrc-create): Offer default properly, not as initial
592 content in `read-string'.
593 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
594 of line to determine if we've been run before. If so, don't run again,
595 but print a trivial message to indicate the cache was hit instead.
596
597 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
598
599 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
600 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
601 The user will have to run `gnus-sync-read' manually and wait for Cloudy
602 Gnus.
603
604 2011-03-11 Julien Danjou <julien@danjou.info>
605
606 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
607 modified file".
608
609 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
610
611 * auth-source.el (auth-source-read-char-choice): New function to read a
612 character choice using `dropdown-list', `read-char-choice', or
613 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
614 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
615 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
616 (auth-source-netrc-saver): Use it.
617 (auth-source-pick-first-password): New convenience function.
618
619 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
620
621 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
622 parameter in the credentials.
623 (nnimap-open-connection-1): Use it after a successful login.
624 (nnimap-credentials): Add IMAP-specific user and password prompt.
625
626 * auth-source.el (auth-source-search): Add :require parameter, taking a
627 list. Document it and the :save-function return token. Pass :require
628 down. Change the CREATED message from a warning to a debug statement.
629 (auth-source-search-backends): Pass :require down.
630 (auth-source-netrc-search): Pass :require down.
631 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
632 Change save prompt to indicate all modifications saved here are
633 deletions.
634 (auth-source-netrc-create): Take user login name as default in user
635 prompt. Move all the save functionality to a lexically bound function
636 under the :save-function token in the returned list. Set up clearer
637 default prompts for user, host, port, and secret.
638 (auth-source-netrc-saver): New function, intended to be wrapped for
639 :save-function.
640
641 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
642
643 * Version 23.3 released.
644
645 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
646
647 * shr.el (shr-table-horizontal-line): Change the defaults for the table
648 lines to be spaces instead.
649
650 2011-03-07 Julien Danjou <julien@danjou.info>
651
652 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
653 (sieve-sasl-auth): Check that auth-source-search did return something,
654 or just return an empty string.
655
656 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
657
658 * gnus.el (gnus-interactive): Use read-directory-name.
659
660 * gnus-uu.el (gnus-uu-decode-uu-and-save)
661 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
662 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
663 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
664 Likewise.
665
666 * gnus-group.el (gnus-group-make-directory-group): Likewise.
667
668 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
669
670 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
671 onto the list of killed groups, too. This makes killed nnimap groups,
672 for instance, more reliably not reappear.
673
674 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
675 the parent.
676
677 * gnus-sum.el (gnus-update-read-articles): Fix typo.
678
679 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
680 really have server-side marks.
681
682 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
683 since most backends do not usefully have server-side marks.
684 (gnus-update-read-articles): Propagate marks to all backends that
685 really have server-side marks.
686
687 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
688
689 * message.el (message-cite-reply-position, message-cite-style):
690 New variables.
691 (message-yank-original): Use the new citation styles.
692
693 2011-03-04 Daiki Ueno <ueno@unixuser.org>
694
695 * message.el (message-options): Revert the change that's a workaround
696 for XEmacs buffer-local issue; don't mark it buffer-local when running
697 under XEmacs.
698
699 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
700
701 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
702 numbers too big to be `read'.
703
704 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
705
706 * message.el (message-options): Make buffer-local two ways to attempt
707 to fix a XEmacs bug.
708
709 2011-03-02 Julien Danjou <julien@danjou.info>
710
711 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
712
713 2011-03-01 Julien Danjou <julien@danjou.info>
714
715 * gnus-art.el (list-identifier): Add list-identifier as a parameter
716 group.
717 (article-hide-list-identifiers): Use list-identifier group parameter.
718
719 2011-02-28 Julien Danjou <julien@danjou.info>
720
721 * sieve.el (sieve-buffer-script-name): New local variable to store
722 sieve script name.
723 (sieve-edit-script): Store sieve script name.
724 (sieve-upload): Use sieve script name when uploading.
725 (sieve-upload): Use substitute-command-keys.
726 (sieve-edit-script): Use substitute-command-keys.
727 (sieve-refresh-scriptlist): Use substitute-command-keys.
728 (sieve-manage-mode-map): Define keymap properly.
729 (sieve-manage-mode): Do not set mode name manually, change mode-name to
730 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
731 Remove commented code about cvs.
732 (sieve-manage-quit): New function.
733 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
734
735 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
736
737 * gnus-group.el (gnus-import-other-newsrc-file): New function.
738
739 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
740
741 * auth-source.el (auth-source-search): Cache empty result sets.
742
743 * auth-source.el (auth-source-save-behavior): New variable to replace
744 `auth-source-never-create'.
745 (auth-source-netrc-create): Use it.
746 (auth-source-never-save): Remove.
747
748 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
749
750 * nnimap.el (nnimap-stream): Doc fix.
751 (nnimap-open-connection-1): Reverse the order of the ports to that the
752 prompted-for port is first.
753
754 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
755 retrieval by the no-group selection.
756
757 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
758 numerical parameters.
759
760 2011-02-25 Julien Danjou <julien@danjou.info>
761
762 * gnus-gravatar.el: Use gnus-with-article-buffer.
763
764 * gnus-art.el (gnus-with-article-buffer): Check that the
765 gnus-article-buffer is alive.
766
767 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
768
769 * auth-source.el (auth-source-creation-prompts): New variable to manage
770 creation-time prompts.
771 (auth-source-search): Document it.
772 (auth-source-format-prompt): Add utility function.
773 (auth-source-netrc-create): Don't default the user name to
774 user-login-name. Use `auth-source-creation-prompts' and some default
775 prompts for user, host, port, and password (the default generic prompt
776 remains ugly).
777 (auth-source-never-save): Add customizable option to never save info.
778 (auth-source-netrc-create): Use it and improve save prompts. Fix help
779 mode excursion.
780
781 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
782
783 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
784 argument that XEmacs doesn't support.
785
786 2011-02-23 Julien Danjou <julien@danjou.info>
787
788 * gnus-art.el (article-make-date-line): Ignore errors if time is
789 invalid and not convertible.
790 (article-make-date-line): Only add lapsed time if time is not nil.
791
792 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
793
794 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
795 `read-char-choice' for backwards compatibility.
796 (auth-source-netrc-element-or-first): New function to DTRT for
797 parameter extraction.
798 (auth-source-netrc-create): Use it and fix multiple parameter print
799 bug. Use the default passed from above (given-default) or the
800 built-in (user-login-name for :user).
801
802 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
803
804 * gnus-start.el (gnus-dribble-read-file):
805 Set buffer-save-without-query, since we always want to save the dribble
806 file, probably.
807
808 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
809 nnimap.
810
811 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
812 -summary- since it's a user-visible variable.
813
814 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
815 first time you use the new Gnus.
816
817 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
818
819 * auth-source.el: Don't load netrc.el.
820 (auth-sources): Search ~/.netrc as well by default.
821 (auth-source-debug): Add 'trivia option for extra output.
822 (auth-source-do-trivia): Use it.
823 (auth-source-search): Simplify logic to use
824 `auth-source-search-backends'. Use `auth-source-do-trivia' where
825 appropriate. Don't keep a running count at this level. Layer :create
826 and :delete options appropriately on the first and second passes.
827 Don't track the backend with the search results.
828 (auth-source-search-backends): New function to search a list of
829 backends for a processed spec.
830 (auth-source-netrc-parse): Cache all netrc files, making
831 auth-source-netrc-cache an alist keyed by the file name and using the
832 file mtime as the caching criterion. Keep the obfuscated data secret
833 with a lexical bind.
834 (auth-source-netrc-search): Don't calculate the length of the results
835 unnecessarily.
836 (auth-source-search-backends): Fix bug.
837 (auth-source-netrc-create): Rework prompts.
838
839 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
840
841 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
842 Lower case names of search constraints.
843 (nnir-run-query): Cache and reuse search constraints for all imap
844 servers.
845
846 2011-02-22 Sam Steingold <sds@gnu.org>
847
848 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
849
850 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
851
852 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
853 after exit.
854 (gnus-setup-message): Define missing variable from last checkin.
855
856 * gnus-sum.el (gnus-summary-show-article): When called with t as the
857 value, show the raw article.
858
859 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
860
861 * nnimap.el (nnimap-open-connection-1): Revert last change, since
862 auth-source now accepts numbers.
863
864 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
865 spec, too.
866 (auth-source-ensure-strings): New function.
867
868 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
869 (gnus-article-setup-buffer): Always restart the date timer so that user
870 changes to the frequency is respected.
871
872 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
873 port numbers, so make sure it gets that if nnimap-server-port is
874 explicit.
875
876 2011-02-21 Simon Josefsson <simon@josefsson.org>
877
878 * nnimap.el (nnimap-inbox): Doc fix.
879
880 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
881
882 * shr-color.el (shr-color->hexadecimal): Use renamed function names
883 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
884 color-lab-to-srgb.
885
886 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
887
888 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
889 given method as in the group name if we're using an extended method.
890 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
891 command, if we're using that, instead of waiting for the beginning.
892
893 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
894 we're sure to get unique server names, and we don't output two async
895 commands in the same buffer. This fixes an NNTP hang for some users.
896
897 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
898
899 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
900 summary buffer before reading going to the next buffer. This avoids
901 putting the point in the group buffer if you `C-g' the command.
902
903 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
904 cache (for now) to make ~/.authinfo.gpg files usable.
905
906 * nnfolder.el (copyright-update): Define for the compiler.
907
908 * auth-source.el (auth-source-search): Fix unbound variable.
909
910 2011-02-19 Glenn Morris <rgm@gnu.org>
911
912 * gnus.el (gnus-meta): Doc fix.
913
914 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
915
916 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
917 in case it's not yet loaded.
918
919 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
920
921 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
922 line we're waiting for.
923
924 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
925
926 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
927 face with line-width greater than zero will cause RET in gnus summary
928 buffer to scroll down article page-wise because auto vscroll happens,
929 it should be temporalily disabled when doing a scroll-up.
930
931 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
932
933 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
934 outputs from the server.
935
936 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
937
938 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
939 later so that bbdb can hook in easier.
940
941 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
942
943 * auth-source.el (auth-source-search): Don't try to create credentials
944 if the caller doesn't want that.
945 (auth-source-search): If we don't find a match, don't bug out on
946 non-bound variables.
947 (auth-source-search): Only ask a single backend to create the
948 credentials.
949
950 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
951 logging.
952 (nnimap-credentials): Protect against auth-source-search returning nil.
953 (nnimap-request-list): Protect against not being able to open the
954 server.
955
956 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
957
958 * auth-source.el (auth-source-search): Do a two-phase search, one with
959 no :create to get the responses from all backends.
960
961 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
962 when getting credentials.
963
964 * gnus-util.el (gnus-delete-duplicates): New function.
965
966 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
967
968 * nnimap.el (nnimap-credentials): Instead of picking the first port as
969 a creation default, pass the whole port list down. It will be
970 completed.
971
972 * auth-source.el (auth-source-search): Updated docs to talk about
973 multiple creation choices.
974 (auth-source-netrc-create): Accept a list as a value (from the search
975 parameters) and do completion on that list. Keep a separate netrc line
976 with the password obscured for showing the user.
977
978 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
979 first choice to `auth-source-search' so it will be used for entry
980 creation instead of the server's Gnus-specific name.
981 (nnimap-credentials): Rely on the auth-source library to select which
982 port is actually wanted in the new netrc entry, so don't override
983 `auth-source-creation-defaults'.
984
985 * auth-source.el (auth-source-netrc-parse): Use :port instead of
986 :protocol and accept a missing user, host, or port as a wildcard match.
987 (auth-source-debug): Default to off.
988
989 (auth-source-netrc-search, auth-source-netrc-create)
990 (auth-source-secrets-search, auth-source-secrets-create)
991 (auth-source-user-or-password, auth-source-backend, auth-sources)
992 (auth-source-backend-parse-parameters, auth-source-search): Use :port
993 instead of :protocol.
994
995 * nnimap.el (nnimap-credentials): Pass a port default to
996 `auth-source-search' in case an entry needs to be created.
997 (nnimap-open-connection-1): Use :port instead of :protocol.
998
999 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1002 instead of delete-dups that is not available in XEmacs 21.4.
1003
1004 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1005
1006 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1007 nil means that nnimap doesn't get updated.
1008
1009 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1010
1011 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1012 result when the user doesn't want to write to the file.
1013 (auth-source-netrc-search): Expect a synthetic result and proceed
1014 accordingly.
1015 (auth-source-cache-expiry): New variable to override
1016 `password-cache-expiry'.
1017 (auth-source-remember): Use it.
1018
1019 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1020 parameter. Create entry if necessary by using :create t.
1021 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1022
1023 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1024
1025 * auth-source.el (auth-source-debug): Enable by default and don't
1026 mention the obsolete `auth-source-hide-passwords'.
1027 (auth-source-do-warn): New function to debug unconditionally.
1028 (auth-source-do-debug): Use it.
1029 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1030 and for Secrets API entries when the secrets.el library is not
1031 available.
1032
1033 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1034
1035 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1036 (gnus-summary-exit): Kill the correct article buffer on exit from a
1037 `C-d' group.
1038
1039 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1040 gnus-propagate-marks.
1041
1042 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1043 before killing the buffers so that a non-full window conf gets handled
1044 correctly.
1045 (gnus-summary-exit): Ditto.
1046 (gnus-summary-read-group-1): Ditto.
1047
1048 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1049 async code again so that we can debug it properly.
1050
1051 * message.el (message-reply): Take an optional switch-buffer parameter
1052 so that Gnus window confs are respected better.
1053
1054 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1055
1056 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1057 `plist-get' to accept non-list parameters (XEmacs issue).
1058 Fix docstring.
1059 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1060 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1061 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1062 Login collection is "Login" and not "login".
1063
1064 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1065
1066 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1067 multiple headers.
1068
1069 * nnimap.el (nnimap-inhibit-logging): New variable.
1070 (nnimap-log-command): Don't log login commands.
1071
1072 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1073 to have more parameters.
1074
1075 * nnimap.el (nnimap-send-command): Mark the command time for each
1076 command, so that we don't get NOOPs stepping on our toes.
1077
1078 * gnus-art.el (article-date-ut): Get the date from the Date header on
1079 `t'.
1080
1081 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1082
1083 * auth-source.el (auth-source-search): Use copy-sequence instead of
1084 the cl.el copy-list.
1085
1086 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1087
1088 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1089 Improve prompt.
1090
1091 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1092
1093 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1094 washing status from the default format. It isn't very informative.
1095
1096 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1097
1098 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1099 Fix Gcc processing on imap.
1100
1101 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1102
1103 * message.el (message-bury): Don't pop up a new window when selected
1104 window is dedicated.
1105
1106 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1107
1108 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1109
1110 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1111
1112 * sieve-manage.el: Autoload `auth-source-search'.
1113 (sieve-sasl-auth): Use it.
1114
1115 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1116
1117 * nnimap.el: Autoload `auth-source-forget+'.
1118 (nnimap-open-connection-1): Use it if the connection fails.
1119
1120 * auth-source.el: Require `password-cache'.
1121 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1122 obsolete.
1123 (auth-source-magic): Marker for `password-cache' keys.
1124 (auth-source-do-cache): Update docstring.
1125 (auth-source-search): Use and check cache.
1126 (auth-source-forget-all-cached, auth-source-remember)
1127 (auth-source-recall, auth-source-forget, auth-source-forget+)
1128 (auth-source-specmatchp): Caching support functions.
1129 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1130 Remove and obsolete.
1131 (auth-source-user-or-password): Remove caching to further discourage
1132 using it. Always hide passwords.
1133
1134 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1135
1136 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1137 code for now, since it doesn't work for all users.
1138
1139 2011-02-09 Julien Danjou <julien@danjou.info>
1140
1141 * message.el (message-options): Make message-options really buffer
1142 local.
1143
1144 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1145
1146 * mail-source.el: Autoload `auth-source-search'.
1147 (mail-source-keyword-map): Note order matters.
1148 (mail-source-set-1): Get all the mail-source source values and
1149 defaults and search auth-source on those if needed. This can all
1150 probably be simplified.
1151
1152 * nnimap.el: Autoload `auth-source-search'.
1153 (nnimap-credentials): Use it.
1154 (nnimap-open-connection-1): Ask for the virtual server and physical
1155 address in one shot.
1156
1157 * nntp.el: Autoload `auth-source-search'.
1158 (nntp-send-authinfo): Use it. Note TODO.
1159
1160 2011-02-08 Julien Danjou <julien@danjou.info>
1161
1162 * shr.el (shr-tag-body): Add support for text attribute in body
1163 markups.
1164
1165 * message.el (message-options): Make message-options a local variable.
1166
1167 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1168
1169 * auth-source.el (auth-source-secrets-search)
1170 (auth-source-user-or-password): Use `append' instead of `nconc'.
1171 (auth-source-user-or-password): Build return list better and protect
1172 against nil :secret.
1173
1174 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1175
1176 * nnimap.el (nnimap-update-info): Refactor slightly.
1177 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1178 (nnimap-update-info): Clean up slightly.
1179 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1180 characters.
1181 (nnimap-process-quirk): Rename function to avoid collision.
1182 (nnimap-update-info): Fix macrology bug-out.
1183 (nnimap-update-info): Simplify split history test.
1184
1185 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1186
1187 * auth-source.el (top): Require 'eieio unconditionally.
1188 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1189 (auth-source-secrets-search): Limit search when `max' is greater than
1190 number of results.
1191
1192 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1193
1194 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1195 part not returning any data.
1196
1197 * proto-stream.el (open-protocol-stream): Document the return value.
1198
1199 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1200
1201 * auth-source.el (auth-source-secrets-search): Add examples.
1202
1203 2011-02-06 Julien Danjou <julien@danjou.info>
1204
1205 * message.el (message-setup-1): Handle message-generate-headers-first
1206 set to t.
1207
1208 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1209
1210 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1211 API with a string "secrets:collection-name" and with 'default.
1212 (auth-source-backend-parse): Parse "secrets:collection-name" and
1213 'default. Recurse on parses instead of repeating code. Use the
1214 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1215 message when ignoring a source.
1216 (auth-source-search): List ignored search keys at the top level.
1217 (auth-source-netrc-create): Use `case' instead of `cond'.
1218 (auth-source-secrets-search): Created with TODOs.
1219 (auth-source-secrets-create): Created with TODOs.
1220 (auth-source-retrieve, auth-source-create, auth-source-delete)
1221 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1222 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1223 (auth-source-user-or-password-sftp)
1224 (auth-source-user-or-password-smtp): Remove.
1225 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1226 around `auth-source-search'. Not tested thoroughly.
1227
1228 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1229
1230 * auth-source.el: Bring in assoc and eioeio libraries.
1231 (secrets-enabled): New variable to track the status of the Secrets API.
1232 (auth-source-backend): New EIOEIO class to represent a backend.
1233 (auth-source-creation-defaults): New variable to set prompt defaults
1234 during token creation (see the `auth-source-search' docstring for
1235 details).
1236 (auth-sources): Simplify to allow a simple string as a netrc backend
1237 spec.
1238 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1239 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1240 (auth-source-search): Main auth-source API entry point.
1241 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1242 (auth-source-search-collection): Helper function for searching.
1243 (auth-source-netrc-parse, auth-source-netrc-normalize)
1244 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1245 Supports search, create, and delete.
1246 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1247 backend stubs.
1248 (auth-source-user-or-password): Call `auth-source-search' but it's not
1249 ready yet.
1250
1251 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1252
1253 * message.el (message-setup-1): Remove the read-only stuff, since it
1254 doesn't work under XEmacs, for some reason.
1255
1256 * gnus-sum.el (gnus-user-date): Rename back from
1257 gnus-summary-user-date since user code refers to it.
1258
1259 * shr.el (shr-render-td): Store the actual background colour used.
1260
1261 * message.el (message-setup-1): Don't bind the constant
1262 -forbidden-properties.
1263 (message-setup-1): Revert previous change, since it needs to bind the
1264 props to insert them.
1265 (message-resend): Allow removing the read-only separator line.
1266
1267 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1268
1269 * nnimap.el (nnimap-request-accept-article): Give an error message if
1270 the APPEND wasn't successful.
1271
1272 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1273
1274 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1275 that have no groups.
1276
1277 2011-02-03 Julien Danjou <julien@danjou.info>
1278
1279 * gnus-draft.el: Remove progn around gnus-draft-setup.
1280
1281 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1282
1283 * gnus-start.el (gnus-read-active-for-groups): This function is never
1284 called with a nil `infos', so clean that up.
1285 (gnus-get-unread-articles): Request active files from primary/secondary
1286 methods that have no groups (yet).
1287
1288 2011-02-03 Julien Danjou <julien@danjou.info>
1289
1290 * message.el (message-setup-1): Always generate References first.
1291 (message-mail): Return the return value of message-setup, not always t.
1292 (message-setup-1): Insert mail-header-separator with read-only and
1293 intangible properties set.
1294
1295 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1296 user-date in docstring.
1297
1298 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1299
1300 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1301 docstring.
1302
1303 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1304 defcustom, with type and group. Move from gnus-util.el. Rename to
1305 gnus-summary-user-date-format-alist.
1306
1307 2011-02-03 Glenn Morris <rgm@gnu.org>
1308
1309 * nnimap.el (gnus-fetch-headers): Declare.
1310
1311 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1312
1313 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1314
1315 * message.el (message-forward-make-body-digest-plain)
1316 (message-followup, message-reply): Clean up things noted by Stefan.
1317
1318 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1319 gnus-article-update-date-headers is nil.
1320 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1321 it didn't really work with defcustom.
1322 (article-update-date-lapsed): Make sure the window start doesn't move,
1323 either.
1324
1325 2011-02-01 Julien Danjou <julien@danjou.info>
1326
1327 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1328 format.
1329
1330 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1331 standard in Emacs nowadays.
1332
1333 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * message.el (message-expand-name): Don't trust the return value of
1336 bbdb-complete-name.
1337 (message-check-news-header-syntax): Remove unused var `start'.
1338 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1339 (message-inhibit-body-encoding): Move to before first use.
1340 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1341 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1342 (Organization, Message-ID, Date, mh-previous-window-config):
1343 Defvar the vars using dynamic scoping.
1344
1345 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1346
1347 * shr.el (shr-render-td): Only do colours at the final rendering.
1348 Should be slightly faster.
1349 (shr-insert-table): Fix up TD background colours when doing the
1350 vertical padding.
1351
1352 * gnus-art.el (article-date-ut): Protect against articles with no Date
1353 header.
1354 (article-update-date-lapsed): Don't use current-column to find the
1355 horizontal position. It's fragile in the presence of \003 characters.
1356
1357 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1358
1359 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1360
1361 * gnus-art.el (article-transform-date): Rewrite to still work when
1362 there are several rfc2822 parts.
1363 (article-transform-date): Fix infinite recursion.
1364 (article-date-ut): Replace infinitely many Date headers with a single
1365 one when called interactively.
1366
1367 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1368 secure manner.
1369
1370 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1371 move around by not using save-window-excursion. It seems to work...
1372
1373 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1374
1375 * gnus-art.el (article-make-date-line): Work for user-defined format.
1376
1377 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1378
1379 * nntp.el (nntp-retrieve-group-data-early)
1380 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1381 fetching functions.
1382
1383 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1384 thoroughly for all backends that have no known groups. This should
1385 allow new nnml methods to retrieve mail.
1386
1387 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1388 that Gnus doesn't know exists again.
1389
1390 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1391 (gnus-treat-date-ut): Ditto.
1392 (gnus-article-update-date-header): Rename.
1393 (gnus-treat-date-local): Remove.
1394 (gnus-treat-date-english): Remove.
1395 (gnus-treat-date-lapsed): Remove.
1396 (gnus-treat-date-combined-lapsed): Remove.
1397 (gnus-treat-date-original): Remove.
1398 (gnus-treat-date-iso8601): Remove.
1399 (gnus-treat-date-user-defined): Remove.
1400 (gnus-article-date-headers): New variable to control all the date
1401 header options.
1402 (article-date-ut): Rewrite to allow using the new way to format date
1403 headers(s).
1404
1405 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1406
1407 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1408 method.
1409 (nnmail-article-group): A better test for fanciness.
1410
1411 * nnimap.el (nnimap-request-head): Protect against not finding the
1412 article by Message-ID.
1413
1414 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1415
1416 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1417 keep point at the "same place".
1418
1419 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1420
1421 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1422 data if the group is unactivated.
1423
1424 2011-01-28 Julien Danjou <julien@danjou.info>
1425
1426 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1427 (gnus-all-windows-visible-p): Remove old compatibility code.
1428 (gnus-window-top-edge): Add docstring.
1429
1430 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1431
1432 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1433
1434 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1435 older request-update-info.
1436
1437 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1438
1439 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1440
1441 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1442 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1443
1444 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1445
1446 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1447 groups. This makes the nndraft:queue group pop up if it's not already
1448 there.
1449
1450 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1451 messages" logic, which was reversed.
1452
1453 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1454 the "same place" even if point is on the line being replaced.
1455 (article-update-date-lapsed): Allow updating both the combined lapsed
1456 and the lapsed headers.
1457 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1458 (article-make-date-line): Limit the number of segments dynamically to
1459 avoid too-long lines.
1460
1461 2011-01-27 Julien Danjou <julien@danjou.info>
1462
1463 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1464 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1465
1466 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1467
1468 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1469 Use plist-get instead of the cl function getf.
1470
1471 2011-01-27 Glenn Morris <rgm@gnu.org>
1472
1473 * gnus-util.el (float-time): Get rid of compiler warning, again.
1474
1475 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1476
1477 * shr.el (shr-put-color): Special-case background colours: Do put them
1478 at the blank parts at the front of the lines.
1479
1480 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1481 exit hook to nix out all data on readedness on group exit.
1482
1483 * gnus-util.el (float-time): If float-time is bound, always use it on
1484 all Emacsen. It's unclear why the subrp check was there.
1485 (time-date): Require to make some autoload issues on XEmacs go away.
1486
1487 * shr.el (shr-put-color): Don't do the box padding in tables, since
1488 they're already padded.
1489
1490 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1491
1492 * gnus-art.el (gnus-article-next-page): When the last line of the
1493 article is displayed, scroll down once more instead of going to the
1494 next article at once.
1495 (article-lapsed-string): Refactor out and allow specifying how many
1496 segments you want.
1497 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1498 (gnus-article-update-lapsed-header): New variable.
1499
1500 * shr.el: Revert change that made headings use different-sized faces.
1501 The Emacs display engine isn't advanced enough that, for instance,
1502 tables can comfortably use differently-sized faces.
1503
1504 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1505
1506 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1507 used.
1508 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1509 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1510 we're using an encrypted connection.
1511
1512 * proto-stream.el: Alter the interface functions to also return the
1513 actual stream type used: network or tls.
1514
1515 2011-01-25 Julien Danjou <julien@danjou.info>
1516
1517 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1518 (mm-display-javascript-inline): New function.
1519
1520 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1521 viewing function.
1522
1523 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1524
1525 * shr.el (shr-expand-newlines): Fix variable name.
1526
1527 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1528
1529 * shr.el (shr-expand-newlines): Make nested boxes work.
1530
1531 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1532
1533 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1534 backgrounds.
1535 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1536 in a more sensible manner.
1537
1538 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1539
1540 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1541 if EPG is loaded.
1542
1543 2011-01-24 Julien Danjou <julien@danjou.info>
1544
1545 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1546 tags.
1547
1548 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1549
1550 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1551 commands.
1552
1553 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1554 in the article buffer.
1555 (gnus-gravatar-insert): Use blank space from the current buffer to
1556 avoid breaking text properties. This makes X-Sent updating work again.
1557
1558 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1559
1560 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1561
1562 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1563 fix the bug in url-http.el instead.
1564
1565 * shr.el (shr-image-fetched): Ditto.
1566
1567 * shr.el (shr-image-fetched): Avoid having point move in the article
1568 buffer.
1569
1570 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1571 buffer after being called. It's apparently being killed by url.el, and
1572 killing it made point move to end-of-buffer in a random buffer.
1573
1574 * shr.el (shr-image-fetched): Ditto.
1575
1576 2011-01-23 Julien Danjou <julien@danjou.info>
1577
1578 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1579
1580 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1581 text/x-org.
1582
1583 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1584
1585 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1586 (i.e., nnimap) returning nil as the article number.
1587
1588 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1589
1590 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1591 "DelSp" parameter in RFC3676.
1592
1593 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1594
1595 * message.el (message-check-recipients): Display the encoded version of
1596 the bogus address if they differ.
1597
1598 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1599 after sending.
1600
1601 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1602
1603 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1604
1605 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1606 group buffer after sending the queue.
1607
1608 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1609
1610 2011-01-22 Julien Danjou <julien@danjou.info>
1611
1612 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1613
1614 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1615
1616 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1617 nested related parts.
1618
1619 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1620 unexpired articles. This fixes the regression that led expiry marks to
1621 disappear from nnfolder groups.
1622
1623 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1626 Don't confuse the "ret" of "retrograde" with RET.
1627
1628 2011-01-21 Julien Danjou <julien@danjou.info>
1629
1630 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1631 than mm-insert-inline.
1632
1633 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1634
1635 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1636 Widen article buffer.
1637
1638 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1641 the temp buffer.
1642 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1643
1644 2011-01-20 Julien Danjou <julien@danjou.info>
1645
1646 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1647
1648 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1649 than mm-insert-inline to insert inline part: this respect
1650 mm-inline-media-tests displayers.
1651
1652 * mm-view.el (mm-display-shell-script-inline): New function.
1653
1654 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1655
1656 * mm-uu.el (mm-uu-type-alist): Add org block.
1657 (mm-uu-org-src-code-block-extract): New function.
1658
1659 * mm-view.el (mm-display-org-inline): New function.
1660
1661 * mm-decode.el (mm-automatic-display): Add text/org.
1662
1663 * mailcap.el (mailcap-mime-extensions): Add .org.
1664
1665 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1666
1667 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1668 gnus-article-add-buttons.
1669
1670 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1671
1672 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1673 From header with a date and "nobody" as the sender.
1674
1675 2011-01-19 Julien Danjou <julien@danjou.info>
1676
1677 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1678 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1679 if you have the same regexp several times.
1680 (gnus-button-push): Fix matching when regexp is symbol.
1681
1682 2011-01-15 Glenn Morris <rgm@gnu.org>
1683
1684 * message.el (message-mail): A compose-mail function should
1685 accept headers as strings.
1686
1687 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1690 Add :vert-only tags.
1691 (message-mail): New arg RETURN-ACTION.
1692 (message-return-action): New var.
1693 (message-bury): Use it.
1694 (message-mode): Make it buffer-local.
1695 (message-send-and-exit): Always call message-bury.
1696
1697 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1698 message-mail.
1699
1700 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1701
1702 * nnimap.el (nnimap-convert-partial-article): Protect against
1703 zero-length body parts.
1704
1705 * mm-decode.el (mm-preferred-alternative-precedence):
1706 Discourage showing empty parts.
1707
1708 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1709 and stuff if the backend didn't return the article number. This fixes
1710 an Exchange-related nnimap bug.
1711
1712 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1713 group window, because it does the wrong thing when a separate frame
1714 displays the group buffer.
1715
1716 * proto-stream.el (open-protocol-stream): Protect against the low-level
1717 transport functions returning nil.
1718
1719 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1720
1721 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1722 (mml2015-epg-find-usable-secret-key): New function.
1723 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1724 mml2015-epg-find-usable-key (Bug#7797).
1725 (mml2015-epg-encrypt): Ditto.
1726
1727 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1728
1729 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1730
1731 2011-01-03 Glenn Morris <rgm@gnu.org>
1732
1733 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1734
1735 * sieve.el (sieve-open-server): Give a more explicit error if
1736 sieve-manage-open returns nil. (Bug#7720)
1737
1738 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1739
1740 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1741
1742 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1743
1744 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1745 This avoids sending passwords in plain text over non-encrypted
1746 channels.
1747
1748 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1749
1750 * nnimap.el (nnimap-login): Refactored out into own function, and
1751 implement CRAM-MD5.
1752 (nnimap-wait-for-line): Refactored out.
1753
1754 * mm-view.el (mml-smime): Require.
1755
1756 2010-12-20 David Engster <deng@eml.cc>
1757
1758 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1759 use EPG to decrypt S/MIME messages instead of openssl.
1760
1761 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1762
1763 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1764
1765 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1766 status is the group clearly is unreachable.
1767
1768 * auth-source.el (auth-source-create): Add the optional second
1769 parameter to `local-variable-p' to be compatible with XEmacs.
1770
1771 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1772
1773 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1774 work when using a compressed nnml folder.
1775
1776 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1777
1778 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1779 backends after sanitising on entry, because this never makes sense:
1780 If the articles have gone missing, then the data no longer exists on
1781 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1782 overwrite anything anyway.
1783
1784 * shr.el (shr-insert-document): Bind shr-width dynamically to
1785 window-width if it's nil.
1786
1787 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1788
1789 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1790 with the meaning of using the full emacs window width for rendering.
1791
1792 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1793
1794 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1795 case when sender is not given.
1796
1797 2010-12-23 Julien Danjou <julien@danjou.info>
1798
1799 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1800 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1801 the addresses, otherwise we might misplaced the gravatar.
1802
1803 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1804
1805 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1806 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1807 obsolete in Emacs.
1808
1809 2010-12-20 Julien Danjou <julien@danjou.info>
1810
1811 * gnus-util.el (gnus-rescale-image): Revert last change.
1812
1813 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1814
1815 * gnus-group.el (gnus-group-delete-articles): New command.
1816
1817 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1818
1819 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1820
1821 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1822
1823 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1824 here, since it's up to the backends to do CRLF removal if their
1825 protocol has it.
1826
1827 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1828
1829 2010-12-17 Julien Danjou <julien@danjou.info>
1830
1831 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1832 they are from file. Can also scale up.
1833
1834 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1835
1836 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1837 gnus-use-agent.
1838 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1839
1840 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1841
1842 2010-12-17 Julien Danjou <julien@danjou.info>
1843
1844 * gravatar.el (gravatar-retrieve-synchronously): New function.
1845 (gravatar-get-data): Make more robust.
1846
1847 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1848
1849 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1850 to really consider the last line.
1851
1852 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1853
1854 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1855 list of recipient keys, or use symmetric encryption if not a list.
1856 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1857 EPA override, replacing the call to `netrc-store-data'.
1858
1859 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1860
1861 * gnus-srvr.el: Avoid passing nil regexp argument to
1862 delete-matching-lines.
1863
1864 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1865
1866 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1867 fetching stops when Gnus exits.
1868
1869 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1870 function.
1871 (nnfolder-request-expire-articles): Save all the buffers after doing
1872 expiry.
1873
1874 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1875 the last article", since that led to serious performance regressions
1876 when expiring nnml groups.
1877
1878 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1879
1880 * nnir.el: Improve customizations.
1881
1882 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
1884 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1885
1886 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1887 group has been killed.
1888 (gnus-group-yank-group): Ditto.
1889
1890 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1891
1892 * nnimap.el (nnimap-request-update-group-status): New function.
1893
1894 * gnus-int.el (gnus-request-update-group-status): New interface
1895 function.
1896
1897 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1898 copying read-ness to the backends.
1899
1900 * nnimap.el (nnimap-quirk): New function.
1901 (nnimap-retrieve-group-data-early): Use it.
1902 (nnimap-quirks): New alist.
1903
1904 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1905
1906 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1907 don't delete it within indentation.
1908
1909 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1910
1911 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1912 previous line.
1913
1914 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1915
1916 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1917 QRESYNC command by deleting a superfluous space which broke Cyrus
1918 servers. This change will break other servers that are buggy the other
1919 way around.
1920
1921 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1922
1923 * spam.el: Reindent and fix long lines.
1924 (spam-copy-or-move-routine): Exclude invalid move destinations.
1925
1926 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1927
1928 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1929 installed the registry.
1930
1931 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1932
1933 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1934 groupname doesn't contain "gmane".
1935
1936 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1937
1938 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1939 (gnus-1): Don't create the nndrafts group twice.
1940 (gnus-setup-news): There's no need to read the active file here, since
1941 that's done again later on a per-backend basis.
1942 (gnus-start-draft-setup): Make sure that the new group is started out
1943 empty.
1944
1945 * gnus-agent.el (gnus-agentize): Don't create the queue group
1946 automatically on startup. It'll be created later, if needed.
1947
1948 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1949 of automatically subscribed groups.
1950 (gnus-auto-subscribed-categories): New variable.
1951 (gnus-matches-options-n): Use it.
1952 (gnus-default-subscribed-newsgroups): Remove unused variable.
1953 (gnus-start-draft-setup): Message a bit less.
1954
1955 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1956
1957 * nnir.el (nnir-run-imap): Return article list in order of increasing
1958 UID.
1959
1960 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1961
1962 * gnus-sum.el (gnus-summary-enter-digest-group):
1963 Mention gnus-auto-select-on-ephemeral-exit.
1964
1965 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1966 convention of the network-only option.
1967
1968 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1969
1970 * proto-stream.el (proto-stream-open-network-only): New function to
1971 have a way to specify non-STARTTLS upgrade connections.
1972
1973 2010-12-10 Julien Danjou <julien@danjou.info>
1974
1975 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1976 email address is nil.
1977
1978 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1979
1980 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1981
1982 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1983 deletion.
1984 (nnir-run-imap): Only need to parse list once.
1985
1986 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1987
1988 * shr.el (shr-tag-script): Ignore <script>.
1989 (shr-tag-label): Add <label> support.
1990
1991 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1992
1993 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1994
1995 * shr.el (shr-image-displayer): Work for images lined side by side.
1996
1997 2010-12-08 Robert Pluim <rpluim@gmail.com>
1998
1999 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2000 parameter, since XEmacs doesn't accept t as a parameter.
2001
2002 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2003
2004 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2005 ids.
2006 (nnir-run-gmane): Simplify groupspec formatting.
2007 (nnir-request-expire-articles): New function.
2008
2009 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2010
2011 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2012 overflow, possibly.
2013
2014 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2015 (shr-render-td): Handle td style="" better.
2016 (shr-tag-table): Use the color from the style sheet.
2017 (shr-render-td): Make sure we copy over all the overlays, too.
2018
2019 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2020
2021 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2022 (nnir-request-article): Improve article retrieval.
2023
2024 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * mm-util.el (mm-extra-numeric-entities): New variable.
2027
2028 * mm-url.el (mm-url-decode-entities):
2029 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2030
2031 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * message.el: Use completion-at-point.
2034 (message-completion-function): New fun, extracted from message-tab.
2035 (message-mode): Use it for completion-at-point-functions.
2036 (message-tab): Use it and completion-at-point.
2037
2038 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2039
2040 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2041 character if a non-breakable character follows.
2042
2043 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2044
2045 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2046 any stream.
2047
2048 * shr.el (shr-tag-font): Colorize the region.
2049 (shr-tag-body): Ditto.
2050 (shr-tag-font): Actually let the styles be inherited instead of
2051 overwriting them.
2052 (shr-tag-font): Get the background color right.
2053 (shr-tag-style): Ignore all <style> tags for the moment.
2054
2055 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2056 a Message-ID to avoid having nnimap depend on gnus-sum.
2057
2058 * shr.el (shr-descend): Only colorize something if we have a node that
2059 sets colors.
2060
2061 2010-12-06 Julien Danjou <julien@danjou.info>
2062
2063 * shr.el (shr-render-td): Render td content with shr-descend, so style
2064 will be applied to <td> too.
2065 (shr-colorize-region): Colorize region even if we only have a background.
2066 (shr-tag-body): Fix color and background color inheritance.
2067 Do not recolorize after shr-generic.
2068 (shr-tag-font): Let shr-generic colorize via inheritance.
2069
2070 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2071
2072 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2073
2074 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2075
2076 * nnir.el (nnir-request-move-article): Remove obsolete code.
2077
2078 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2079
2080 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2081
2082 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2083
2084 * gnus-sum.el (gnus-summary-respool-article): The completion function
2085 expects a list instead of an alist.
2086
2087 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2088 string as the parameter.
2089
2090 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2091
2092 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2093 styles.
2094 (shr-colorize-region): New function.
2095 (shr-insert-background-overlay): Remove.
2096 (shr-render-td): Background setting should be taken care of on a higher
2097 level.
2098 (shr-tag-body): Use post-hoc colorizations.
2099 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2100 (shr-put-color-1): Don't overwrite old colors.
2101 (shr-colorize-region): When the background color isn't explicit, use
2102 a fixed background.
2103
2104 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2105 nnmail variables.
2106
2107 2010-12-05 Bjørn Mork <bjorn@mork.no>
2108
2109 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2110 unless necessary.
2111
2112 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2113
2114 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2115 server.
2116
2117 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2118
2119 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2120 so that TAB works.
2121
2122 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2123 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2124
2125 * shr.el (shr-urlify): Show the URL before the title to avoid
2126 misleading URLs.
2127
2128 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2129
2130 * shr.el (shr-urlify): Display the title in <a> tags.
2131
2132 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2133
2134 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2135
2136 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2137
2138 * nnir.el: Rearrange code to allow macros to be autoloaded by
2139 gnus-sum.el.
2140 (nnir-retrieve-headers-override-function): Make this variable
2141 customizable.
2142 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2143
2144 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2145 from nnir.el.
2146
2147 2010-12-03 Julien Danjou <julien@danjou.info>
2148
2149 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2150
2151 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2152
2153 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2154 allow optional argument `environment'.
2155
2156 2010-12-03 Glenn Morris <rgm@gnu.org>
2157
2158 * mm-extern.el (message-goto-body): Update declaration.
2159
2160 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2161
2162 * gnus-util.el (gnus-macroexpand-all): New function.
2163
2164 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2165 instead of macroexpand-all that is unavailable in XEmacs.
2166
2167 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2168
2169 * nnir.el (nnir-summary-line-format): New variable.
2170 (nnir-mode): Use it.
2171 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2172 (nnir-article-ids): Reimplement as defsubst.
2173 (nnir-retrieve-headers): Don't mangle the subject header.
2174 (nnir-run-imap): Use 100 as RSV score.
2175 (nnir-run-find-grep): Fix for full server searching.
2176 (nnir-run-gmane): Better restriction to gmane groups.
2177
2178 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2179 summary buffers.
2180
2181 2010-12-02 Julien Danjou <julien@danjou.info>
2182
2183 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2184
2185 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2186
2187 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2188 support.
2189
2190 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2191
2192 * nnir.el: Update to handle the registry better.
2193 (autoload): Silence byte-compiler.
2194 (nnir-open-server): Add a hook for nnir groups.
2195 (nnir-request-move-article): Don't mangle the header. Better to use
2196 formating variables (which will be added in the future).
2197 (nnir-registry-action): Update the registry using the original article
2198 group name.
2199 (nnir-mode): Install nnir-specific hooks for updating the registry.
2200
2201 * gnus-sum.el
2202 (gnus-article-original-subject,gnus-newsgroup-original-name):
2203 Remove obsolete variables.
2204 (gnus-summary-move-article): Remove use of obsolete variables.
2205 (gnus-summary-local-variables): Make move and delete hooks local to
2206 summary buffers.
2207
2208 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2209
2210 * rtree.el: New file.
2211
2212 2010-12-01 Julien Danjou <julien@danjou.info>
2213
2214 * message.el (message-user-organization): Do not use
2215 gnus-local-organization.
2216
2217 * gnus.el: Remove gnus-local-organization.
2218
2219 * gnus-msg.el: Remove nastygram thing.
2220
2221 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2222
2223 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2224 funcall.
2225
2226 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2227
2228 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2229 names.
2230
2231 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2232 characters.
2233
2234 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2235 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2236 Suggested by Štěpán Němec <stepnem@gmail.com>.
2237 (gnus-gravatar-transform-address): Use mail-extract-address-components
2238 that supports non-ASCII names rather than mail-header-parse-addresses.
2239
2240 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2241
2242 * proto-stream.el (open-protocol-stream): All starttls connections are
2243 handled by the network handler.
2244
2245 2010-11-30 Julien Danjou <julien@danjou.info>
2246
2247 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2248 (nnimap-open-connection-1): Fix PREAUTH.
2249
2250 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2251
2252 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2253
2254 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2255 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2256 (shr-insert): Use them.
2257 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2258
2259 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2260
2261 * nnir.el (nnir-request-move-article): Bail out if original group
2262 doesn't support article moves.
2263 (nnir-get-active): Improve active list retrieval.
2264
2265 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2266
2267 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2268
2269 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2270
2271 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2272 seem to accept strings-with-numbers as port numbers,
2273
2274 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2275
2276 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2277 change the registry.
2278
2279 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2280
2281 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2282 delete-dups that is not available in XEmacs 21.4.
2283
2284 * mm-util.el (mm-delete-duplicates): Add comment.
2285
2286 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2287
2288 * nnir.el (nnir-ignored-newsgroups): New variable.
2289 (nnir-get-active): Use it.
2290
2291 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2292
2293 * proto-stream.el (proto-stream-open-network): Add some comments.
2294
2295 * nntp.el (nntp-open-connection): Provide a :success condition.
2296
2297 * nnimap.el (nnimap-open-connection-1): Ditto.
2298
2299 * proto-stream.el (proto-stream-open-network): See what the response to
2300 the STARTTLS command is.
2301
2302 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2303 backwards compatibility).
2304 (nnimap-open-connection-1): Really respect nnimap-server-port.
2305
2306 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2307 TLS upgrades we don't really care about the identity of the peer.
2308 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2309 that what we've checked for.
2310 (proto-stream-always-use-starttls): Only default to t if
2311 open-gnutls-stream exists.
2312 (proto-stream-open-network): If STARTTLS failed, then just open a
2313 normal connection.
2314 (proto-stream-open-network): Wait until the greeting before doing
2315 STARTTLS.
2316
2317 * nntp.el (nntp-open-connection): Report what the connection error is.
2318
2319 * proto-stream.el (open-protocol-stream): Rename from
2320 open-proto-stream.
2321
2322 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2323
2324 * nnimap.el (nnimap-stream): Change default to `undecided'.
2325 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2326 first, and then network.
2327 (nnimap-open-connection-1): Respect nnimap-server-port.
2328 (nnimap-open-connection): Be more backwards-compatible.
2329
2330 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2331 (proto-stream-open-starttls): De-duplicate the starttls code.
2332 (proto-stream-open-starttls): Folded back into the main function.
2333 (proto-stream-open-network): Fix typo in the gnutls path.
2334 (proto-stream-command): Refactor out.
2335
2336 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2337
2338 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2339 starttls.el STARTTLS.
2340
2341 * color.el (color-lab->srgb): Fix function call name.
2342
2343 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2344 if we're using tls.el.
2345 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2346 built in, then don't try to establish a STARTTLS connection.
2347
2348 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2349 servers.
2350
2351 * proto-stream.el (open-proto-stream): Use network, not stream.
2352 (open-proto-stream): Add a way to specify what the end of a command is.
2353
2354 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2355 connections types.
2356 (nntp-open-network-stream): Remove.
2357 (nntp-open-ssl-stream): Remove.
2358 (nntp-open-tls-stream): Remove.
2359 (nntp-ssl-program): Remove.
2360
2361 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2362
2363 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2364
2365 * nnir.el: Fix typos.
2366 (nnir-retrieve-headers-override-function): Rename variable to reflect
2367 new semantics.
2368 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2369 macros.
2370 (nnir-request-article, nnir-request-move-article): Use them.
2371 (nnir-categorize): New function.
2372 (nnir-run-query): Use it.
2373 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2374 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2375 sorted.
2376 (nnir-group-full-name): Use gnus-group-full-name instead.
2377 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2378 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2379
2380 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2381
2382 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2383
2384 * proto-stream.el: New library to provide protocol-specific
2385 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2386 protocols.
2387 (open-proto-stream): Complete the documentation.
2388 (proto-stream-open-network): Fix some typos.
2389
2390 * nnimap.el (nnimap-open-connection): Use it.
2391
2392 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2393
2394 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2395 negotiation.
2396
2397 2010-11-26 Julien Danjou <julien@danjou.info>
2398
2399 * color.el: Rename various rgb functions to srgb.
2400
2401 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
2403 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2404 names.
2405
2406 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2407
2408 * shr.el (shr-insert): Revert last change.
2409 (shr-find-fill-point): Never leave point being at bol;
2410 relax the kinsoku limitation when rendering tables.
2411
2412 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2413
2414 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2415 results from -accept-article.
2416
2417 * shr-color.el: Require cl when compiling.
2418
2419 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2420 checkin.
2421
2422 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2423
2424 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2425
2426 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2427 'add and 'delete to set backend marks.
2428
2429 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2430
2431 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2432
2433 * nntp.el (nntp-request-set-mark): Use it.
2434
2435 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2436
2437 * nnml.el (nnml-request-set-mark): Ditto.
2438
2439 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2440 introduces regressions in article selection.
2441 (nnimap-find-uid-response): New function.
2442 (nnimap-request-accept-article): Use the UID returned, if any.
2443 (nnimap-request-move-article): Use the UID returned, if any.
2444 (nnimap-get-groups): Reimplement to work with folded lines.
2445 (nnimap-find-uid-response): The UID is the last element in the list.
2446 (nnimap-request-set-mark): Extend syntax with 'set.
2447
2448 * nnml.el (nnml-request-set-mark): Ditto.
2449
2450 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2451
2452 * nntp.el (nntp-request-set-mark): Ditto.
2453
2454 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2455
2456 * message.el (message-called-interactively-p): A temporary macro.
2457 (message-goto-body): Use it temporarily.
2458
2459 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2460
2461 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2462 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2463 (nnimap-last-response-string): Fix last unfolding fix.
2464
2465 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2466
2467 * shr.el (shr-insert): Fix the way to fold lines.
2468
2469 2010-11-25 Julien Danjou <julien@danjou.info>
2470
2471 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2472
2473 * color.el: Rename from color-lab.el
2474 (color-rgb->hex): Add.
2475 (color-complement): Add.
2476 (color-complement-hex): Add.
2477
2478 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2479
2480 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2481
2482 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2483 don't exist.
2484
2485 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2486
2487 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2488 assuming that article displaying or another mml-preview may be
2489 interrupted for an error or for the like.
2490
2491 * shr.el (shr-get-background): Fix argument name.
2492
2493 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2494
2495 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2496
2497 * gnus-sum.el (gnus-summary-include-articles): New function.
2498
2499 * message.el (message-goto-body): called-interactively-p needs a
2500 parameter, so use `any'.
2501
2502 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2503 clear marks before moving, since they're synced from the Gnus side
2504 first.
2505
2506 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2507 (gnus-summary-move-article): Copy over all marks before moving, so that
2508 IMAP doesn't think a new article has arrived.
2509
2510 2010-11-24 Julien Danjou <julien@danjou.info>
2511
2512 * shr.el (shr-insert-background-overlay): Fix typo.
2513 (shr-render-td): Copy the background before rendering.
2514
2515 * shr-color.el (shr-color-visible): Fix docstring.
2516
2517 * shr.el (shr-tag-table): Add bgcolor support.
2518 (shr-render-td): Add bgcolor support.
2519 (shr-get-background): Add.
2520 (shr-insert-foreground-overlay): Use shr-get-background.
2521
2522 * message.el (message-goto-body): Use called-interactively-p.
2523 (message-in-body-p): message-goto-body returns point.
2524
2525 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2526
2527 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2528 Fixes something or other in Emacs 23, and is backwards compatible.
2529
2530 * message.el (message-goto-body): Remove the <#secure special-casing,
2531 which is too special.
2532
2533 * shr.el (shr-parse-style): Drop !important from styles.
2534
2535 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2536
2537 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2538 this function to return incorrect results when calling it with an
2539 explicit article argument different from
2540 (gnus-summary-article-number).
2541
2542 2010-11-24 Julien Danjou <julien@danjou.info>
2543
2544 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2545 (shr-tag-body): Add background support.
2546 (shr-descend): Add background support.
2547 (shr-tag-title): Add.
2548
2549 * shr-color.el (shr-color-visible): Really return original background
2550 if fixed.
2551
2552 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2553
2554 * shr.el (shr-color-check): Protect against non-existent colour names.
2555
2556 2010-11-24 Julien Danjou <julien@danjou.info>
2557
2558 * color-lab.el: Require 'cl when compiling.
2559
2560 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2561
2562 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2563 matched part.
2564
2565 * color-lab.el: Fix all expt calls to use float type.
2566
2567 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2568
2569 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2570 expression to shr-color-check as is.
2571
2572 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2573
2574 * color-lab.el: Add coding cookie.
2575 (float-pi): Use eval-and-compile.
2576
2577 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * shr.el (shr-insert-color-overlay): Split stuff like
2580 "#444444 !important" to find the real colour.
2581 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2582 parse <font color="red"> entries.
2583
2584 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2585
2586 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2587 point when parsing headers.
2588
2589 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2590 is positioned properly when parsing headers.
2591
2592 2010-11-23 Julien Danjou <julien@danjou.info>
2593
2594 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2595
2596 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2597
2598 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2599
2600 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2601 Use shr-color-hue-to-rgb.
2602 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2603
2604 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2605
2606 * shr.el (shr-color->hexadecimal): Autoload.
2607 (shr-descend): Add color to all tags.
2608
2609 2010-11-22 Julien Danjou <julien@danjou.info>
2610
2611 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2612 shr-color->hexadecimal.
2613
2614 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2615 RGB() or HSL() color representation.
2616
2617 * shr.el (shr-tag-font): Add.
2618 (shr-tag-color-check): New function to get better colors.
2619 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2620 tag-span.
2621
2622 * shr-color.el: New file.
2623
2624 * color-lab.el: New file.
2625
2626 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2627
2628 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2629
2630 * nnir.el: Fix typo in comments.
2631 (nnir-run-imap): Simplify code. No need to reverse artlist.
2632 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2633
2634 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2635
2636 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2637
2638 * nnimap.el (nnimap-get-capabilities): Refactor out.
2639 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2640
2641 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2642
2643 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2644 appearing when `mm-uu-hide-markers' is nil.
2645
2646 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2647
2648 * nnimap.el (nnimap-unselect-group): Make into its own function.
2649 (nnimap-request-rename-group): Unselect group before renaming.
2650 This had gotten lost somewhere.
2651 (nnimap-request-accept-article): Keep track of examined groups, and
2652 unselect the group before APPENDing to read-only groups.
2653 (nnimap-request-move-article): Clear flags before moving so that they
2654 can be re-set later.
2655
2656 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2657
2658 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2659 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2660
2661 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2662
2663 * gnus-art.el (gnus-mime-display-single)
2664 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2665 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2666 parameter.
2667
2668 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2669
2670 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2671 (shr-table-vertical-line): New variable.
2672 (shr-insert-table): Use it.
2673
2674 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2675
2676 * gnus-html.el (gnus-html-wash-images): Don't display images if
2677 gnus-inhibit-images is non-nil; register displayer for cid images.
2678 (gnus-html-display-image): Work for cid image.
2679 (gnus-html-insert-image): Allow arguments.
2680 (gnus-html-put-image): Inhibit read-only.
2681 (gnus-html-prefetch-images): Don't prefetch images if
2682 gnus-inhibit-images is non-nil.
2683
2684 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2685
2686 * shr.el (shr-put-image): Break lines when inserting big pictures.
2687
2688 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2689
2690 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2691 sender, thanks Katsumi Yamaoka.
2692
2693 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2694
2695 * nnir.el (nnir-run-imap): Reverse the article list for each group
2696 rather than the whole list.
2697
2698 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2699
2700 * shr.el (shr-image-displayer): Protect function against non-existent
2701 image source.
2702
2703 * gnus-art.el (gnus-inhibit-images): New user option.
2704 (gnus-mime-display-single): Don't display image if it is non-nil.
2705
2706 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2707 gnus-inhibit-images.
2708
2709 * shr.el (shr-image-displayer): New function.
2710 (shr-tag-img): Use it.
2711
2712 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2713
2714 * mml2015.el (mml2015-epg-sign): Use From header.
2715
2716 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2717
2718 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2719
2720 * gnus-util.el (gnus-find-text-property-region): Return markers.
2721
2722 * shr.el (shr-tag-img): Put a displayer in the text property.
2723
2724 * gnus-util.el (gnus-find-text-property-region): New utility function.
2725
2726 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2727 (gnus-html-show-images): Remove.
2728
2729 * gnus-art.el (gnus-article-show-images): New, more general function.
2730
2731 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2732 image url text properties.
2733
2734 * shr.el: Ditto.
2735
2736 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2737 gnus-agent-auto-agentize-methods is set. Which it isn't.
2738
2739 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2740
2741 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2742 work for two or more articles.
2743
2744 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2745
2746 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2747 divide an image that's in an html article to two or more when washing
2748 non-ASCII characters in alt text of it.
2749
2750 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2753 smime-decrypt-region using function argument.
2754 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2755
2756 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2757
2758 * smime.el (smime-decrypt-region): Catch it.
2759
2760 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * smime.el (smime-mode-map): Move initialization into declaration.
2763 (gnus-run-mode-hooks): Don't autoload.
2764 (smime-mode): Use define-derived-mode.
2765
2766 2010-11-11 Glenn Morris <rgm@gnu.org>
2767
2768 * smime.el (from): Restrict declaration to XEmacs.
2769
2770 * nnir.el (gnus-group-topic-name): Autoload.
2771
2772 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2773
2774 * shr.el (shr-insert): Don't break long line if it is because of
2775 kinsoku-bol characters in the line end.
2776
2777 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2778
2779 * nnir.el (nnir-request-move-article): Fix to provide original group
2780 and subject.
2781 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2782 been retrieved.
2783
2784 * gnus-sum.el (gnus-summary-move-article): Use original group and
2785 subject for virtual articles such as those in an nnir summary buffer.
2786
2787 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2788
2789 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2790 least 21.5).
2791
2792 * smime.el (from): Declare it again for XEmacs.
2793
2794 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2795
2796 * message.el (message-resend): Don't disable encoding unless it's
2797 already encoded.
2798
2799 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2800 low-numbered articles.
2801
2802 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2803
2804 * rfc2047.el (rfc2047-syntax-table): Simplify.
2805
2806 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2807 set-char-table-range for XEmacs.
2808
2809 2010-11-10 Glenn Morris <rgm@gnu.org>
2810
2811 * smime.el (from): Remove unused declaration.
2812
2813 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2814 (gnus-float-time): On Emacs, always an alias.
2815
2816 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2817 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2818
2819 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2820
2821 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2822
2823 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * shr.el (browse-url-mailto): Autoload.
2826
2827 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2828
2829 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2830 regexp doesn't need quoting.
2831
2832 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2833
2834 * message.el (message-subject-trailing-was-ask-regexp)
2835 (message-subject-trailing-was-regexp): Match was: in addition to was.
2836
2837 2010-11-09 Glenn Morris <rgm@gnu.org>
2838
2839 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2840 (nnbabyl-check-mbox): Use point-at-bol.
2841
2842 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2843
2844 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2845
2846 * message.el (message-mailto): New function.
2847 (message-mailto): Should accept other parameters.
2848 (message-mailto): Remove since it duplicates browse-url-mailto
2849 functionality.
2850
2851 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2852
2853 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2854 methods.
2855 (gnus-read-active-file): Ditto.
2856
2857 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2858 ": " from the prompt.
2859 (gnus-group-make-group): Ditto.
2860
2861 2010-11-07 Glenn Morris <rgm@gnu.org>
2862
2863 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2864 (gnus-bookmark-kill-line): Use point-at-eol.
2865
2866 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2867
2868 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2869 asterisks in From header.
2870
2871 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2872
2873 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2874 string to avoid making the From headers syntactically invalid.
2875
2876 * message.el (message-send-mail): Don't insert courtesy messages if the
2877 message already has List-Post and List-ID messages.
2878
2879 2010-11-06 Glenn Morris <rgm@gnu.org>
2880
2881 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2882 `condition', `type', `length' a prefix.
2883 (gnus-treat-predicate): Update for above name changes.
2884
2885 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2886
2887 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2888 binding. Handled by `gnus-summary-refer-thread' instead.
2889 (nnir-warp-to-article): New backend function.
2890
2891 * nnimap.el (nnimap-request-thread): Force dependency updating.
2892
2893 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2894 (gnus-summary-refer-thread): Rework to improve thread-referral.
2895
2896 * gnus-int.el (gnus-warp-to-article): New function.
2897
2898 * gnus-sum.el (gnus-summary-article-map): Bind it.
2899
2900 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2901
2902 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2903 gnus-summary-refer-thread.
2904
2905 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2906 headers.
2907 (gnus-summary-limit-include-thread): Prevent articles in thread from
2908 being cut in gnus-cut-threads.
2909 (gnus-summary-refer-thread): Limit retrieved headers to those in
2910 thread.
2911
2912 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2913
2914 * message.el (message-send-mail): Use the value of
2915 message-courtesy-message from the message buffer.
2916
2917 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2918
2919 * shr.el (shr-browse-url): Implement mailto: URLs.
2920
2921 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2922 "raw".
2923
2924 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2925 if it's already selected.
2926
2927 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2928
2929 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2932 to measure the length and truncate alt text.
2933
2934 2010-11-03 Glenn Morris <rgm@gnu.org>
2935
2936 * nndiary.el (nndiary-generate-nov-databases-1)
2937 (nndiary-generate-active-info): Rename dynamic variable `files' to
2938 something less generic.
2939
2940 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2941
2942 * nnir.el (nnir-request-move-article): Call the underlying backend to
2943 move articles from nnir.
2944
2945 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2946
2947 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2948
2949 2010-11-02 Julien Danjou <julien@danjou.info>
2950
2951 * nnir.el: Remove wais support.
2952
2953 2010-11-02 Glenn Morris <rgm@gnu.org>
2954
2955 * gnus-html.el: Reorder requirements to quieten compiler.
2956
2957 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2958
2959 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2960 properly for XEmacs as well.
2961 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2962 (gnus-article-natural-long-line-p): Use window-width rather than
2963 frame-width.
2964
2965 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2966
2967 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2968 (nnir-read-parms): Don't modify query.
2969 (nnir-run-query): Add ability to search topic on current line.
2970 (nnir-get-active): Clean up.
2971
2972 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2973
2974 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2975 degenerate articles.
2976
2977 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2978 (gnus-print-buffer): Just print the buffer as is, without any copying
2979 to a buffer and then re-highlighting.
2980
2981 * nnimap.el (nnimap-request-group): Store the new updated info.
2982 (nnimap-request-group): Select the group when we don't know whether it
2983 exists or not.
2984
2985 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2986 groups.
2987
2988 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2989 groups.
2990
2991 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2992 groups.
2993
2994 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2995 long-lines case by only filling the long lines.
2996
2997 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2998 (bug #7311).
2999
3000 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3001
3002 * shr.el: No need to declare `declare-function' since shr.el is for
3003 only Emacsen that provide `libxml-parse-html-region'.
3004
3005 2010-11-01 Glenn Morris <rgm@gnu.org>
3006
3007 * mm-util.el (gnus-completing-read): Autoload.
3008 (mm-read-coding-system): Simplify Emacs definition.
3009
3010 * nnmail.el (gnus-activate-group):
3011 * nnimap.el (gnutls-negotiate):
3012 * nntp.el (netrc-parse): Fix declarations.
3013
3014 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3015
3016 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3017 string-match-p in Emacs >=23.
3018
3019 * gnus-msg.el (gnus-configure-posting-styles)
3020 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3021
3022 2010-11-01 Glenn Morris <rgm@gnu.org>
3023
3024 * nnir.el (declare-function): Add compat stub.
3025 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3026 (nnir-run-gmane): Require 'mm-url.
3027
3028 * mm-util.el (mm-string-to-multibyte): Simplify.
3029
3030 * shr.el (declare-function): Add compat stub.
3031 (url-cache-create-filename): Declare.
3032 (mm-disable-multibyte, widget-convert-button): Autoload.
3033
3034 * smime.el (ldap-search): Declare.
3035 (smime-cert-by-ldap-1): Require ldap on Emacs.
3036
3037 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3038 (nnimap-keepalive): Use gnus-float-time.
3039
3040 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3041 (mail-source-delete-crash-box): Use gnus-float-time.
3042
3043 * gnus-dired.el (gnus-completing-read): Autoload.
3044
3045 * mm-view.el (gnus-rescale-image): Autoload.
3046
3047 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3048
3049 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3050
3051 * sieve-manage.el: Require 'cl when compiling.
3052
3053 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3054 (gnus-iswitchb-completing-read): Require iswitchb.
3055 (gnus-select-frame-set-input-focus): Silence compiler.
3056
3057 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3058
3059 * message.el (message-subject-trailing-was-query): Change default to t,
3060 since I think that's what most people want.
3061
3062 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3063 appending for easier debugging.
3064 (nnimap-wait-for-connection): Take a regexp.
3065 (nnimap-request-accept-article): Wait for the continuation line before
3066 sending anything unless we're streaming.
3067
3068 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3069 leave the header washing to take place.
3070
3071 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3072
3073 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3074 regular expression match and replace in posting styles.
3075
3076 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3077
3078 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3079 an entire server.
3080 (nnir-get-active): New function.
3081 (nnir-run-imap): Use it.
3082 (nnir-run-gmane): Who knew, gmane search returns an article score!
3083
3084 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3085 server on the current line with nnir.
3086
3087 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3088
3089 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3090 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3091 left edge.
3092 (gnus-article-foldable-buffer): Skip past the prefix when determining
3093 raggedness.
3094
3095 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3096 the raw article, and change `C-u g' to show the article without doing
3097 treatments.
3098
3099 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3100 on to `gnus-treat-article'.
3101 (gnus-inhibit-article-treatments): New variable.
3102
3103 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3104
3105 * gnus-art.el (gnus-treatment-function-alist): Have
3106 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3107 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3108 sections.
3109
3110 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3111 parameter.
3112 (gnus-article-fill-cited-long-lines): New function.
3113 (gnus-article-fill-cited-article): Allow filling only long sections.
3114
3115 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3116 and non-punctuation (like after the apostrophe in "'We").
3117
3118 * gnus-sum.el (gnus-summary-select-article): Make sure
3119 gnus-original-article-buffer is alive.
3120
3121 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3122 reflect the order they're in in the digest.
3123
3124 * gnus.el (gnus-group-startup-message): Move point to the start of the
3125 buffer.
3126
3127 * nnimap.el (nnimap-capability): New function.
3128 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3129 is set.
3130
3131 2010-10-31 David Engster <dengste@eml.cc>
3132
3133 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3134 conform with changes to gnus-completing-read.
3135
3136 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3137
3138 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3139
3140 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3141
3142 * nnir.el: Move defvar, defcustom around to keep file organized
3143 and keep byte-compiler quiet.
3144 (nnir-read-parms): Accept search-engine as arg.
3145 (nnir-run-query): Pass search-engine as arg.
3146 (nnir-search-engine): Remove.
3147
3148 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3149
3150 * shr.el (shr-generic): The text nodes should be text, not :text.
3151
3152 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3153 later in the file.
3154
3155 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3156
3157 * nnir.el: General clean up. Allow searching with multiple engines.
3158 Allow separate extra-parameters for each engine.
3159 Batch queries when possible.
3160 (nnir-imap-default-search-key,nnir-method-default-engines):
3161 Add customize interface.
3162 (nnir-run-gmane): New engine.
3163 (nnir-engines): Use it. Qualify all prompts with engine name.
3164 (nnir-search-engine): Remove global variable.
3165 (nnir-run-hyrex): Restore for now.
3166 (nnir-extra-parms,nnir-search-history): New variables.
3167 (gnus-group-make-nnir-group): Use them.
3168 (nnir-group-server): Remove in favor of gnus-group-server.
3169 (nnir-request-group): Avoid searching twice.
3170 (nnir-sort-groups-by-server): New function.
3171
3172 2010-10-30 Julien Danjou <julien@danjou.info>
3173
3174 * gnus-group.el: Remove gnus-group-fetch-control.
3175
3176 * gnus-start.el (gnus-find-new-newsgroups):
3177 Remove gnus-check-first-time-used.
3178
3179 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3180
3181 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3182
3183 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3184 set on groups that don't have \* permanentflags.
3185
3186 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3187
3188 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3189 control the background color.
3190 (shr-tag-img): Ignore very small web bug type images.
3191 (shr-put-image): Add help-echo alt texts to the images.
3192 (shr-tag-video): Show the video poster image.
3193
3194 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3195
3196 * shr.el (shr-table-depth): New variable.
3197 (shr-tag-table-1): Only insert the images after the top-level table.
3198
3199 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3200
3201 * gnus-util.el (gnus-list-memq-of-list): New function.
3202
3203 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3204 selected.
3205 (nnimap-unsplittable-articles): New slot.
3206 (nnimap-new-articles): Use it.
3207
3208 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3209
3210 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3211 move to the previous line on `M-g'.
3212
3213 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3214
3215 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3216 *-request-group, which seems unnecessary.
3217
3218 * nnimap.el (nnimap-quote-specials): Function copied over from
3219 imap.el.
3220 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3221 they support that. Suggested by Tom Regner.
3222
3223 2010-10-29 Julien Danjou <julien@danjou.info>
3224
3225 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3226 defalias.
3227 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3228
3229 * gnus.el: Remove `gnus-nntp-service' variable.
3230 (gnus-secondary-servers): Make obsolete.
3231 (gnus-nntp-server): Make obsolete.
3232
3233 * gnus-start.el (gnus-1): Remove x-splash calls.
3234
3235 * gnus-ems.el (gnus-x-splash): Remove.
3236
3237 * gnus.el (gnus-group-startup-message): Simplify/update code.
3238
3239 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3240 capability before doing anything.
3241 (gnus-group-insert-group-line): Remove useless
3242 gnus-group-remove-excess-properties.
3243
3244 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3245
3246 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3247
3248 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3249
3250 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3251 config after reselecting.
3252
3253 2010-10-28 Julien Danjou <julien@danjou.info>
3254
3255 * shr.el (shr-put-image): Use point even if only inserting text.
3256 (shr-put-image): Save excursion when inserting alt text on non-graphic
3257 display, so the behaviour is the same when we are on a graphic display.
3258
3259 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3260
3261 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3262
3263 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3264 (gnus-mime-copy-part): Check coding system, not charset.
3265 (gnus-mime-view-part-externally): Never remove part.
3266 (gnus-mime-view-part-internally): Don't remove part here.
3267 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3268 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3269 multipart/alternative.
3270
3271 * mm-decode.el (mm-display-part): Take optional arg `force'.
3272
3273 2010-10-26 Julien Danjou <julien@danjou.info>
3274
3275 * gnus-group.el (gnus-group-default-list-level): Add this function to
3276 compute the default list level.
3277 (gnus-group-default-list-level): Add possibility to use a function.
3278
3279 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3280
3281 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3282
3283 * gnus-group.el (gnus-group-completing-read)
3284 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3285 gnus-replace-in-string.
3286
3287 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3288
3289 * shr.el (shr-tag-div): Add.
3290
3291 2010-10-25 Julien Danjou <julien@danjou.info>
3292
3293 * gnus-util.el: Remove `gnus-with-local-quit'.
3294
3295 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3296
3297 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3298
3299 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3300 the original article buffer.
3301
3302 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
3304 * nnimap.el (nnimap-request-head): New function.
3305 (nnimap-request-move-article): Try to be slighly faster by not
3306 requesting the entire message when moving.
3307 (nnimap-transform-headers): Don't bug out on bodiless articles.
3308 (nnimap-send-command): Have no outstanding messages if the IMAP server
3309 doesn't support streaming.
3310 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3311
3312 2010-10-24 Julien Danjou <julien@danjou.info>
3313
3314 * message.el (message-default-headers): Fix type.
3315
3316 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3317
3318 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3319 prefetching images.
3320
3321 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3322 backend for unknown groups. This is mainly useful for nnimap groups.
3323
3324 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3325 group isn't covered by the agent.
3326
3327 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3328
3329 * nnir.el (nnir-method-default-engines): New variable.
3330 (nnir-run-query): Use it.
3331 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3332 (gnus-summary-nnir-goto-thread): Change group if needed.
3333
3334 * gnus-group.el (gnus-group-group-map): Add key binding for
3335 gnus-group-make-nnir-group.
3336
3337 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3338
3339 * shr.el (shr-tag-object): Add.
3340
3341 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3342 original article buffer live.
3343 (gnus-summary-select-article-buffer):
3344 Mention gnus-widen-article-buffer.
3345
3346 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3347
3348 * shr.el (shr-tag-strong): Add.
3349
3350 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3351
3352 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3353 group names. They mess up the group buffer badly.
3354
3355 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3356
3357 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3358 instead of the summary one.
3359
3360 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3361
3362 * mml.el (mml-preview): Work properly when editing article.
3363
3364 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3365 gnus-have-read-active-file if it's already been in.
3366
3367 2010-10-22 Tom Tromey <tromey@redhat.com>
3368
3369 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3370 gnus-group-completing-read.
3371
3372 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3373
3374 * message.el (message-mode-map): Don't bind M-; to comment region, to
3375 allow the global comment-dwim to work.
3376
3377 2010-10-21 Julien Danjou <julien@danjou.info>
3378
3379 * message.el (message-setup-1): Allow message-default-headers to be a
3380 function.
3381
3382 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3383
3384 * shr.el (shr-tag-table): Simplify.
3385
3386 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3387
3388 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3389 to avoid trying to snarf invalid stuff.
3390
3391 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3392
3393 * gnus.el (gnus-message-archive-group): Quote value.
3394 (gnus-message-archive-group): Mark as changed.
3395
3396 * shr.el (shr-add-font): Don't put the font properties on the newline
3397 or the indentation.
3398
3399 * message.el (message-fix-before-sending): Change options when sending
3400 non-printable characters.
3401
3402 * gnus.el (gnus-message-archive-method): Change the default to
3403 monthly outgoing groups.
3404
3405 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3406 that have gotten new numbers.
3407
3408 * nnimap.el (nnimap-request-replace-article): New function.
3409
3410 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3411
3412 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3413 (nnrss-request-article): Don't use special html washing code.
3414
3415 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3416
3417 * shr.el (shr-tag-table): Remove useless nconc.
3418
3419 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * gnus-art.el (article-wash-html): Simplify and remove the charset
3422 stuff. Use the normal html rendering code instead of the special html
3423 washing code.
3424
3425 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3426 `gnus-w3m' symbols.
3427 (mm-text-html-washer-alist): Remove.
3428
3429 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3430 (mm-inline-media-tests): Remove use.
3431 (mm-text-html-renderer): Change default to the `shr' symbol.
3432
3433 * mm-view.el (mm-inline-text-html): Remove use.
3434
3435 * gnus-art.el (gnus-blocked-images): New function. Allow the
3436 `gnus-blocked-images' to be a function.
3437 (gnus-article-wash-function): Remove.
3438
3439 2010-10-20 Julien Danjou <julien@danjou.info>
3440
3441 * spam.el (spam-list-of-processors): Mark as obsolete.
3442
3443 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3444 (nnimap-insert-partial-structure): Fix boundary detection.
3445
3446 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3447
3448 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3449 run file-truename on remote files. This can be expensive and even
3450 prevent one from editing drafts if some unrelated buffer has a stale
3451 connection.
3452
3453 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3454
3455 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3456 kinsoku-eol regardless of shr-kinsoku-shorten.
3457 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3458 (shr-tag-table): Support caption, thead, and tfoot.
3459
3460 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3461
3462 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3463 lines.
3464 (shr-save-contents): New command and keystroke.
3465
3466 * nndoc.el (nndoc-type-alist): Add git support.
3467 (nndoc-git-type-p): New function.
3468 (nndoc-transform-git-article): Ditto.
3469 (nndoc-transform-git-headers): Ditto.
3470 (nndoc-transform-git-headers): Generate Subject headers.
3471
3472 * shr.el (shr-parse-style): New function.
3473 (shr-tag-span): Ditto.
3474
3475 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3476 to `G G' to avoid collisions.
3477
3478 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3479
3480 * shr.el: Load kinsoku if necessary.
3481 (shr-kinsoku-shorten): New internal variable.
3482 (shr-find-fill-point): Make kinsoku shorten text line if
3483 shr-kinsoku-shorten is bound to non-nil.
3484 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3485 shr-indentation too when testing if table is wider than frame width.
3486 (shr-insert-table): Use `string-width' instead of `length' to measure
3487 text width.
3488 (shr-insert-table-ruler): Make sure indentation is done at bol.
3489
3490 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3493 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3494 undecoded network data.
3495
3496 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3497
3498 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3499 name in the mode line spec so that the mode line menu works
3500 (bug #2431).
3501
3502 * message.el (message-get-reply-headers): If we're fed `to-address',
3503 then always use that.
3504
3505 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3506 aren't so wide as to need to switch off the edit menu.
3507
3508 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3509 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3510
3511 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3512 `M-g'.
3513 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3514 the permanent marks.
3515
3516 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3517
3518 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3519 Splitting according to references/in-reply-to obeys the ignore-groups
3520 variable, while splitting by sender and subject do not.
3521
3522 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3523
3524 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3525 alist, so that we can look for non-Unicode chars.
3526 (article-translate-strings): Allow both character and string maps.
3527
3528 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3529
3530 * shr.el (shr-insert): Don't insert space behind a wide character
3531 categorized as kinsoku-bol, or between characters both categorized as
3532 nospace.
3533
3534 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3535
3536 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3537 headers to gnus-newsgroup-headers.
3538
3539 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3540
3541 * shr.el (shr-tag-img): Don't align images -- since we're not
3542 rescaling, this often leads to ugly displays.
3543
3544 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3545
3546 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3547 duplicates.
3548
3549 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3550
3551 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3552 call.
3553
3554 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3555
3556 * gnus.el: Autoload gnus-html-show-images.
3557
3558 * nnimap.el: Use nnheader-message throughout.
3559
3560 * shr.el (shr-tag-img): Ignore images with no data.
3561
3562 2010-10-15 Julien Danjou <julien@danjou.info>
3563
3564 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3565 a possibility to disable format=flow encoding when using hard newlines.
3566
3567 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3568
3569 * shr.el (shr-insert): Remove space inserted before or after a
3570 breakable character or at the beginning or the end of a line.
3571 (shr-find-fill-point): Do kinsoku; find the second best point or give
3572 it up if there's no breakable point.
3573
3574 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3575
3576 * nnimap.el (nnimap-open-connection): Message when opening connection
3577 for debugging purposes.
3578
3579 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3580 on every setup buffer call to allow this to change from article to
3581 article.
3582
3583 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3584 buffers where we have a wide table.
3585
3586 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3587
3588 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3589 uses *-request-thread.
3590
3591 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3592
3593 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3594 incantation, which is no longer valid.
3595
3596 2010-10-14 Julien Danjou <julien@danjou.info>
3597
3598 * shr.el: Fix defcustom type (char -> character).
3599
3600 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3601
3602 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3603 programs.
3604
3605 2010-10-14 Julien Danjou <julien@danjou.info>
3606
3607 * shr.el (shr-tag-a): Use url-link as widget type.
3608
3609 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3610 `gnus-group-get-icon'.
3611
3612 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3613
3614 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3615 This should make server editing work better.
3616
3617 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3618
3619 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3620 (nnimap-parse-flags): Fix regexp.
3621
3622 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3623 probably work for CJVK text, too.
3624
3625 * nnimap.el (nnimap-extend-tls-programs): Remove.
3626 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3627
3628 2010-10-13 Julien Danjou <julien@danjou.info>
3629
3630 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3631 responses.
3632
3633 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3634
3635 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3636
3637 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3638 anything in Emacs.
3639
3640 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3641
3642 2010-10-13 Julien Danjou <julien@danjou.info>
3643
3644 * shr.el (shr-width): Make shr-width a defcustom with default to
3645 fill-column.
3646 (shr-tag-img): Use shr-width rather than fill-column.
3647
3648 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3649
3650 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3651
3652 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3653 position when (X-)Faces exist.
3654 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3655 avatars when called interactively.
3656
3657 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3658
3659 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3660 gnus-article-x-face-too-ugly is bound.
3661
3662 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3663
3664 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3665
3666 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3667 mailbox that doesn't exist.
3668
3669 2010-10-12 Julien Danjou <julien@danjou.info>
3670
3671 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3672 (shr-get-image-data): Encode URL properly when fetching from cache.
3673 (shr-tag-img): Use aligned-to spaces to align correctly images.
3674
3675 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3676 before inserting the Gravatar.
3677
3678 * shr.el (shr-tag-img): Add align attribute support for <img>.
3679
3680 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3681
3682 * gnus-gravatar.el (gnus-art): Require.
3683
3684 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3685 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3686 Remove long obsoleted functions.
3687
3688 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3689
3690 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3691
3692 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3693 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3694 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3695 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3696 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3697 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3698 Fix comment for declare-function.
3699
3700 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3701
3702 * nnimap.el (nnimap-request-rename-group): Select group read-only
3703 before renaming it.
3704
3705 * shr.el (shr-insert): Fix up the white space only regexp.
3706
3707 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3708 bodies. Protect against this. Reported by Michael Welsh Duggan.
3709
3710 * shr.el (shr-current-column): New function.
3711 (shr-find-fill-point): New function.
3712
3713 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3714
3715 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3716 numbers.
3717
3718 2010-10-11 Julien Danjou <julien@danjou.info>
3719
3720 * shr.el (shr-hr-line): Add.
3721 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3722 display hr lines.
3723 (shr-max-columns): Do not change state to nil if we just inserting
3724 spaces.
3725
3726 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3727
3728 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3729 select the last group.
3730
3731 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3732
3733 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3734
3735 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3736
3737 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3738 for Gnus.
3739 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3740 (nnimap-update-qresync-info): Mark \Seen articles as read.
3741
3742 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3743 non-variable, too.
3744
3745 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3746 available.
3747 (nnimap-update-info): Rely more on the current active than the param
3748 active to avoid marking articles as read too much.
3749
3750 * auth-source.el (auth-source-create): Use (user-login-name) for the
3751 user name default.
3752
3753 * nnimap.el (nnimap-update-info): If the server doesn't return any
3754 useful info, just use the previous info.
3755 (nnimap-update-info): Prefer old info over start-article.
3756 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3757
3758 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3759
3760 * nnir.el (autoload): Clean up autoloads.
3761 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3762 Use key rather than value.
3763 (nnir-imap-search-other): New variable.
3764 (nnir-read-parm): Use it.
3765 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3766 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3767
3768 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3771 the process, too.
3772
3773 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3774
3775 * spam.el (gnus-summary-mode-map): Bind to "$".
3776 Suggested by Russ Allbery.
3777
3778 * shr.el: Rework the way things are indented by <li> slightly.
3779
3780 * gnus.el (gnus-group-set-parameter): Fix typo.
3781
3782 * nnimap.el: Start implementing QRESYNC support.
3783
3784 2010-10-09 Julien Danjou <julien@danjou.info>
3785
3786 * nnir.el (nnir-engines): Fix too many arguments.
3787
3788 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3789
3790 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3791 group is the "last", so that the backends like nnfolder actually save
3792 their folders.
3793
3794 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3795 try to use that for the tls stream.
3796 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3797 UIDVALIDITY and find out which groups are read-only and not.
3798 (nnimap-get-flags): Use the same marks parsing code as the rest of
3799 nnimap.
3800
3801 2010-10-09 Julien Danjou <julien@danjou.info>
3802
3803 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3804
3805 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3806 retrieving gravatars.
3807
3808 * shr.el (shr-table-corner): Add.
3809 (shr-table-line): Add.
3810 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3811
3812 2010-10-08 Julien Danjou <julien@danjou.info>
3813
3814 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3815
3816 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3817
3818 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3819
3820 * gnus-sum.el (gnus-mark-article-as-unread)
3821 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3822 (gnus-summary-set-bookmark): Use it.
3823
3824 * gnus-msg.el (gnus-setup-message): Use it.
3825
3826 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3827
3828 * gnus.el (gnus-group-remove-parameter): Use it.
3829
3830 * gnus-group.el (gnus-group-make-web-group): Use it.
3831
3832 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3833
3834 * nnregistry.el: Update docs to mention manual.
3835
3836 * gnus-registry.el: Update docs to mention nnregistry.el.
3837 (gnus-registry-initialize): Don't install nnregistry refer method
3838 automatically.
3839 (gnus-registry-install-nnregistry): Remove it.
3840
3841 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3842
3843 * shr.el (shr-insert): Don't insert double spaces.
3844
3845 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3846
3847 * gnus-gravatar.el (gnus-treat-from-gravatar)
3848 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3849 called interactively.
3850
3851 * gnus-art.el (gnus-mime-view-part-externally)
3852 (gnus-mime-view-part-internally): Make predicate function passed to
3853 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3854 of a mime type.
3855
3856 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3857
3858 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3859
3860 * shr.el (require): Require cl when compiling.
3861 (shr-tag-hr): New function.
3862
3863 * nnimap.el (nnimap-update-info): Remove double setting of high.
3864 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3865 This makes nnimap work properly on Courier again.
3866
3867 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3868 the variable for backwards compatibility.
3869
3870 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3871 the file name before using to avoid setting mm-default-directory to
3872 nil.
3873
3874 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3875 bidning gnus-agent variables.
3876
3877 * shr.el (shr-render-td): Use a cache for the table rendering function
3878 to avoid getting an exponential rendering behaviour in nested tables.
3879 (shr-insert): Rework the line-breaking algorithm.
3880 (shr-insert): Don't leave trailing spaces.
3881 (shr-insert-table): Also insert empty TDs.
3882 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3883
3884 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * gnus-sum.el (gnus-number): Rename from `number'.
3887 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3888 (gnus-summary-limit-children): Update uses correspondingly.
3889
3890 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3891
3892 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3893 (gnus-gravatar-transform-address): Don't show avatars of people of
3894 which mail addresses match gnus-gravatar-too-ugly.
3895
3896 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3897
3898 * shr.el (shr-table-widths): Expand TD elements to fill available
3899 space.
3900
3901 2010-10-07 Julien Danjou <julien@danjou.info>
3902
3903 * nnimap.el (nnimap-request-rename-group): Add this method.
3904
3905 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3906
3907 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3908 name from XEmacs' function-arglist.
3909
3910 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3911 gravatar under XEmacs.
3912
3913 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3914
3915 * auth-source.el: Update docs with TODO items.
3916
3917 * gnus-sync.el: Update docs to explain state and plans.
3918
3919 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3920 Hooks for mark updates.
3921 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3922
3923 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3924 hooks with arguments, which is needed for mark update hooks.
3925
3926 2010-10-06 Julien Danjou <julien@danjou.info>
3927
3928 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3929 was matched.
3930
3931 * sieve-manage.el: Update example in `Commentary'.
3932
3933 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3934
3935 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3936 not 2000.
3937 (sieve-manage-authenticate): Re-add function.
3938
3939 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3940
3941 * shr.el (shr-insert): Get 'space transition right.
3942 (shr-render-td): Only delete space at the end of the TD.
3943
3944 * nnimap.el (nnimap-open-connection): Prepare to support
3945 open-gnutls-stream.
3946
3947 * shr.el: Rearrange function order to be more logical.
3948
3949 2010-10-06 Julien Danjou <julien@danjou.info>
3950
3951 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3952 (nnrss-discover-feed): Remove 404 URL in docstring.
3953
3954 * nnir.el: Fix Swish-E URL.
3955 Fix Namazu URL.
3956
3957 * message.el (message-change-subject): Remove 404 URL in a comment.
3958
3959 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3960
3961 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3962 called interactively.
3963
3964 * gnus-util.el (gnus-remove-if): Allow hash table.
3965 (gnus-remove-if-not): New function.
3966
3967 * gnus-art.el (gnus-mime-view-part-as-type)
3968 * gnus-score.el (gnus-summary-score-effect)
3969 * gnus-sum.el (gnus-read-move-group-name):
3970 Replace remove-if-not with gnus-remove-if-not.
3971
3972 * gnus-group.el (gnus-group-completing-read):
3973 Regard collection as a hash table if it is not a list.
3974
3975 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3976
3977 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3978
3979 * shr.el: Document the table-rendering algorithm.
3980
3981 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3982 invalid URLs.
3983
3984 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3985 line-broken.
3986 (shr-tag-img): Ignore image fetching errors.
3987 (shr-overlays-in-region): Compute overlay positions correctly.
3988
3989 * mm-decode.el (mm-shr): Require shr.
3990
3991 * gnus-art.el (gnus-blocked-images): Move variable here.
3992
3993 * shr.el (shr-insert-table): Bind free variable.
3994
3995 * mm-decode.el (mm-shr): Bind shr-content-function.
3996
3997 * shr.el (shr-content-function): New variable.
3998
3999 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4000 added for symmetry.
4001
4002 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4003
4004 * gnus-group.el (gnus-group-make-group): Doc fix.
4005
4006 * nnimap.el (nnimap-request-newgroups): Return success.
4007
4008 * shr.el (shr-find-elements): New function.
4009 (shr-tag-table): Put all the images after the table.
4010 (shr-tag-table): Really inhibit images inside the table.
4011 (shr-collect-overlays): Copy over overlays from the TD elements to the
4012 main document.
4013
4014 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4015 gnus-blocked-images.
4016
4017 2010-10-05 Julien Danjou <julien@danjou.info>
4018
4019 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4020
4021 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4022 (gnus-html-maximum-image-size): Add this function.
4023 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4024
4025 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4026 server-value of the capability is nil.
4027
4028 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4029
4030 * shr.el (shr-tag-em): Add <EM> tag.
4031
4032 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4033
4034 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4035 customizable.
4036
4037 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4038 handing broken links to browse-url.
4039
4040 2010-10-05 Julien Danjou <julien@danjou.info>
4041
4042 * gnus-util.el (gnus-emacs-completing-read)
4043 (gnus-iswitchb-completing-read): Use autoload rather than require.
4044
4045 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4046
4047 * gnus-util.el (gnus-completing-read-function): Exclude
4048 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4049 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4050 XEmacs.
4051
4052 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4053 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4054
4055 * gnus-html.el: Don't require help-fns under XEmacs.
4056 (gnus-html-schedule-image-fetching): Work for XEmacs.
4057
4058 * mm-decode.el (mm-shr): Decode contents by charset.
4059
4060 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4061
4062 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4063 unknown.
4064
4065 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4066 (shr-get-image-data): Ensure against the cache file missing.
4067
4068 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4069 for data.
4070
4071 * spam-report.el (spam-report-url-ping-plain): Don't query about
4072 killing the process.
4073
4074 * shr.el (shr-render-td): Protect against too-wide text.
4075
4076 2010-10-04 Julien Danjou <julien@danjou.info>
4077
4078 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4079 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4080
4081 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4082 retrieved.
4083
4084 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4085
4086 * shr.el (browse-url): Require.
4087 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4088 lines.
4089 (shr-show-alt-text, shr-browse-image): New commands.
4090 (shr-browse-url, shr-copy-url): New commands.
4091
4092 * gnus-sum.el (gnus-widen-article-window): New variable.
4093 (gnus-summary-select-article-buffer): Use it.
4094
4095 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4096 without @ signs.
4097
4098 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4099
4100 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4101
4102 2010-10-04 Julien Danjou <julien@danjou.info>
4103
4104 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4105 for XEmacs.
4106
4107 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4108
4109 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4110
4111 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4112 (nnimap-close-server): Implement.
4113
4114 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4115 (shr-insert): Tweak line breaking.
4116 (shr-insert): Handle <pre> better.
4117 (shr-tag-li): Get <li> indentation right.
4118 (shr-tag-li): Get <li> indentation even righter.
4119 (shr-tag-blockquote): Ensure paragraph start.
4120 (shr-make-table): Tweak table generation.
4121 (shr-make-table): Fix typo.
4122
4123 * shr.el: Implement table rendering.
4124
4125 2010-10-04 Julien Danjou <julien@danjou.info>
4126
4127 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4128
4129 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4130
4131 * shr.el (shr-insert): Use string anchors instead of line anchors.
4132
4133 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4134
4135 * shr.el: Add headings.
4136 (shr-ensure-paragraph): Actually work.
4137 (shr-tag-li): Make <ul> prettier.
4138 (shr-insert): Get white space at the beginning/end of elements right.
4139 (shr-tag-p): Collapse subsequent <p>s.
4140 (shr-ensure-paragraph): Don't insert double line feeds after blank
4141 lines.
4142 (shr-insert): \t is also space.
4143 (shr-tag-s): Fix "s" tag name function.
4144 (shr-tag-s): Fix face prop name.
4145
4146 2010-10-03 Julien Danjou <julien@danjou.info>
4147
4148 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4149
4150 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4151 gnus-window-inside-pixel-edges.
4152
4153 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4154 gnus-ems.
4155
4156 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4157
4158 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4159 function.
4160
4161 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4162 resize choice.
4163
4164 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4165
4166 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4167 beginning of the buffer.
4168
4169 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4170 article buffer again.
4171
4172 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4173
4174 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4175 when it's at the start of the buffer.
4176
4177 * shr.el (shr-tag-blockquote): Convert name.
4178 (shr-rescale-image): Use the right image-size variant.
4179
4180 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4181 buffer isn't shown, then select the current article first instead of
4182 bugging out.
4183 (gnus-summary-select-article-buffer): Show both the article and summary
4184 buffers again.
4185
4186 * shr.el (shr-fontize-cont): Protect against regions with no text.
4187 Rename tag functions to shr-tag-* for enhanced security.
4188 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4189
4190 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * shr.el (shr-insert):
4193 * pop3.el (pop3-movemail):
4194 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4195 loaded.
4196
4197 2010-10-03 Glenn Morris <rgm@gnu.org>
4198
4199 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4200
4201 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4202
4203 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4204
4205 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4206
4207 * gnus-util.el (gnus-make-local-hook): Simplify.
4208
4209 2010-10-02 Julien Danjou <julien@danjou.info>
4210
4211 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4212 (gnus-ido-completing-read): New function.
4213 (gnus-emacs-completing-read): New function.
4214 (gnus-completing-read): Use gnus-completing-read-function.
4215 Add gnus-completing-read-function.
4216
4217 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4218
4219 * shr.el (shr-insert-document): Autoload.
4220 (shr-img): Be silent.
4221 (shr-insert): Add a newline after every picture before text.
4222 (shr-add-font): Use overlays for combining faces.
4223 (shr-insert): Pass upwards the text start point.
4224
4225 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4226 possible.
4227 (mm-shr): New function.
4228
4229 2010-10-02 Julien Danjou <julien@danjou.info>
4230
4231 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4232 should go backward.
4233
4234 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * shr.el (shr): Fix typo in provide call.
4237
4238 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4239
4240 * shr.el: New file.
4241
4242 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4243
4244 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4245 completing read.
4246
4247 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4248
4249 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4250 we're being queried about. Suggested by Dan Jacobson.
4251
4252 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4253 Suggested by Jason Eisner.
4254
4255 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4256 table, too. Suggested by Stefan Wiens.
4257 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4258 the table unnecessary. Suggested by Stefan Wiens.
4259
4260 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4261 longer needed, and probably doesn't work either, as pointed out by
4262 Stefan Wiens.
4263 (gnus-summary-exit): Remove call to the clearing function.
4264 (gnus-summary-exit-no-update): Ditto.
4265
4266 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4267 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4268 Reported by Stefan Monnier.
4269 (gnus-summary-save-in-rmail): Ditto.
4270
4271 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4272 article buffer, instead of both the article buffer and the summary
4273 buffer. Sort of suggested by Dan Jacobson.
4274
4275 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4276
4277 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4278 Suggested by Dan Jacobson.
4279
4280 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4281 documentation clearer.
4282
4283 * message.el (message-shorten-references): Comment on the number "21".
4284 Suggested by Stefan Monnier.
4285
4286 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4287 Suggested by Dan Jacobson.
4288
4289 * gnus.el (gnus-large-newsgroup):
4290 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4291
4292 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4293 externalize attachments. Bug reported by Steve Wen.
4294
4295 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4296 really message anything to the user.
4297
4298 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4299 directly.
4300
4301 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4302 messages in empty groups.
4303
4304 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4305
4306 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4307 non-UIDNEXT group.
4308
4309 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
4311 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4312 not the value from the collection.
4313
4314 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4315 values. This sometimes happens on some groups that have no info.
4316 (nnimap-request-newgroups): New function.
4317
4318 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4319
4320 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4321 check into `gnus-registry-initialize'.
4322 (gnus-registry-initialize): Ditto.
4323 Fix and extend header docs.
4324
4325 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4326
4327 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4328 regexp backtrace overflows.
4329
4330 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4331 for starttls that tls.el implements; i.e. openssl.
4332
4333 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4334
4335 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4336 (gravatar-create-image): New function that's an alias to
4337 gnus-xmas-create-image, gnus-create-image, or create-image.
4338 (gravatar-data->image): Use it.
4339
4340 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4341
4342 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4343 install the nnregistry refer method.
4344 (gnus-registry-install-hooks): Use it.
4345 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4346 unfollowed groups.
4347
4348 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4349
4350 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4351 expanding threads.
4352
4353 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4354
4355 * nnir.el: Use the server names without suffixes (bug #7009).
4356
4357 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4358 unencrypted to STARTTLS, if possible.
4359
4360 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4361
4362 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4363 headers before superseding.
4364
4365 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4366
4367 * nnrss.el (nnrss-use-local): Add documentation.
4368
4369 * nnimap.el (nnimap-extend-tls-programs): New function.
4370 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4371 (nnimap-wait-for-connection): Accept the greeting from the stupid
4372 output from openssl s_client -starttls, too.
4373
4374 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4375 article number.
4376 (nnimap-split-fancy): New variable.
4377 (nnimap-split-incoming-mail): Use it.
4378
4379 * nntp.el (nntp-server-list-active-group): Document.
4380
4381 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4382 SELECT to get the message-id.
4383
4384 * mail-source.el (mail-sources): Remove webmail support.
4385 (defvar): Ditto.
4386 (mail-source-fetcher-alist): Ditto.
4387 (mail-source-fetch-webmail): Remove.
4388
4389 * webmail.el: Remove -- doesn't seem relevant any more.
4390
4391 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4392
4393 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4394 the \r.
4395
4396 2010-09-30 Julien Danjou <julien@danjou.info>
4397
4398 * gnus-agent.el (gnus-agent-add-group): Fix call to
4399 gnus-completing-read.
4400
4401 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4402
4403 * nndoc.el (nndoc-retrieve-groups): New function.
4404
4405 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4406 `default', use nnmail-split-methods.
4407 (nnimap-request-article): Downcase the NILs so that they are nil.
4408
4409 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4410 symbol.
4411
4412 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4413 code, since if the user has requested network, that's what they ought
4414 to get.
4415 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4416 (nnimap-split-rule): Mark as obsolete.
4417
4418 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4419 New variable.
4420
4421 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4422 correct slot, too.
4423
4424 2010-09-29 Julien Danjou <julien@danjou.info>
4425
4426 * gnus.el (gnus-local-domain): Declare variable obsolete.
4427
4428 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4429 Fix history computing.
4430 (gnus-ido-completing-read): Require ido.
4431
4432 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433
4434 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4435 build Gnus.
4436
4437 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4438 when interpreting the structures.
4439 (nnimap-request-accept-article): Add \r\n to the lines to make this
4440 work with Cyrus.
4441
4442 * nndraft.el (nndraft-request-expire-articles): Use the group name
4443 instead if "nndraft". Fix found by Nils Ackermann.
4444
4445 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4446
4447 * nnregistry.el: Add.
4448
4449 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * nnmail.el (group, group-art-list, group-art):
4452 Remove unneeded directives.
4453
4454 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4455
4456 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4457 (mm-mime-charset)
4458 * rfc2047.el (rfc2047-syntax-table)
4459 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4460
4461 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4462 rather than `insert-file-contents' and `eval-region'.
4463
4464 2010-09-29 Julien Danjou <julien@danjou.info>
4465
4466 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4467 replacement of `gnus-gravatar-relief' to mimic
4468 `gnus-faces-properties-alist'.
4469 Add :version property.
4470
4471 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4472
4473 * mail-source.el (mail-source-report-new-mail)
4474 * message.el (message-default-mail-headers)
4475 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4476
4477 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4478
4479 2010-09-28 Julien Danjou <julien@danjou.info>
4480
4481 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4482 mail-address contains the same string as real-name.
4483
4484 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4485 non-blank in header, otherwise it'll get stripped.
4486
4487 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4488 real-name, and then for mail address rather than doing : or , search.
4489
4490 2010-09-27 Julien Danjou <julien@danjou.info>
4491
4492 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4493 right completing-read function.
4494 (gnus-use-ido): New variable
4495 (gnus-completing-read-with-default): Remove.
4496 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4497 (gnus-agent-add-group):
4498 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4499 * mm-view.el (mm-view-pkcs7-decrypt):
4500 * mm-util.el (mm-codepage-setup):
4501 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4502 * mml-smime.el (mml-smime-openssl-sign-query):
4503 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4504 (mml-insert-multipart):
4505 * gnus-msg.el (gnus-summary-yank-message):
4506 * gnus-int.el (gnus-start-news-server):
4507 * mm-decode.el (mm-interactively-view-part):
4508 * gnus-dired.el (gnus-dired-attach):
4509 * gnus.el (gnus-read-method):
4510 * gnus-bookmark.el (gnus-bookmark-jump):
4511 * gnus-art.el (gnus-mime-view-part-as-type)
4512 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4513 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4514 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4515 * nnmairix.el (nnmairix-create-server-and-default-group)
4516 (nnmairix-update-groups, nnmairix-get-server)
4517 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4518 (nnmairix-get-group-from-file-path):
4519 * nnrss.el (nnrss-find-rss-via-syndic8):
4520 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4521 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4522 (gnus-group-browse-foreign-server):
4523 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4524 (gnus-summary-execute-command, gnus-summary-respool-article)
4525 (gnus-read-move-group-name):
4526 * gnus-score.el (gnus-summary-increase-score)
4527 (gnus-summary-score-effect):
4528 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4529
4530 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4531
4532 * nnimap.el (auth-source-forget-user-or-password)
4533 (auth-source-user-or-password): Autoload.
4534
4535 * message.el (message-from-style, message-interactive)
4536 (message-signature): Remove comment.
4537 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4538 always.
4539 (message-sendmail-envelope-from): Comment fix.
4540 (message-yank-prefix): Default to mail-yank-prefix always.
4541 (message-indentation-spaces):
4542 Default to mail-indentation-spaces always.
4543 (message-signature-file): Default to mail-signature-file always.
4544
4545 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4546
4547 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4548 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4549 new articles.
4550
4551 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4552 parts.
4553 (nnimap-request-article): Work with the t setting, too.
4554
4555 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4556 that you don't get flashes of other buffers.
4557 (gnus-summary-show-complete-article): Intern before setting.
4558
4559 2010-09-27 David Engster <dengste@eml.cc>
4560
4561 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4562 well as HEADERS.
4563 (nnmairix-retrieve-headers): Provide new argument for the above.
4564
4565 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4566
4567 * gnus-sum.el (gnus-summary-move-article): Don't alter
4568 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4569 group.
4570
4571 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4572
4573 * message.el (message-cite-prefix-regexp): Revert my last edit.
4574
4575 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4576 variable instead of the Gnus variable.
4577
4578 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4579
4580 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4581
4582 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4583 since some servers don't like it.
4584 (nnimap-open-connection): Forget credentials if the server says the
4585 password was wrong.
4586 (nnimap-parse-line): Protect against invalid data.
4587
4588 * gnus-sum.el (gnus-summary-move-article): Add comment.
4589 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4590 nothing alters it while scanning for new messages.
4591
4592 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4593 which may or may not help.
4594 (nnimap-open-connection): If we're doing a stream connection, and then
4595 discover we're on a STARTTLS-capable server, then open a STARTTLS
4596 connection instead.
4597
4598 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4599
4600 * nnimap.el (utf7): Require.
4601
4602 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4603 prefix.
4604
4605 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4608
4609 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4610
4611 * nnimap.el (nnimap-request-accept-article): Message the error on
4612 error.
4613
4614 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4615
4616 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4617
4618 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4619
4620 * nndoc.el (nndoc-request-list): Return success always.
4621
4622 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4623 `fetch-old' -- we only want to fetch the articles we've requested.
4624 The rest are in the agent, probably.
4625 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4626 disappeared server" to something low. It's not important.
4627
4628 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4629 arrived before the FETCH data.
4630
4631 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4632 target here, because we don't know the Gnus name of the group.
4633
4634 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4635 for the correct group.
4636
4637 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4638
4639 * gnus.el (gnus): Give a final warning after startup.
4640
4641 * gnus-util.el (gnus-action-message-log): New variable.
4642 (gnus-message): Use it.
4643 (gnus-final-warning): New function.
4644
4645 * nnimap.el (nnimap-open-connection): Record the greeting.
4646 (nnimap): Add greeting.
4647
4648 2010-09-26 Julien Danjou <julien@danjou.info>
4649
4650 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4651 arguments.
4652 (gnus-html-wash-images): Fix spec computing to include start/end.
4653
4654 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4655
4656 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4657
4658 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4659 deletion.
4660 (nnimap-retrieve-headers): Don't select the group, because that's
4661 already done by nnimap-possibly-change-group.
4662
4663 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4664 (gnus-picon-transform-address): Use it.
4665
4666 * mail-source.el (mail-source-value): Revert previous patch.
4667
4668 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4669 on failure.
4670 (nnimap-open-connection): Look up both virtual and physical server name
4671 credentials.
4672
4673 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4674
4675 2009-02-08 Dave Love <fx@gnu.org>
4676
4677 * gnus-win.el (gnus-window-to-buffer-helper)
4678 (gnus-all-windows-visible-p): Function needn't be a symbol.
4679
4680 * mail-source.el (mail-source-value): Function needn't be a symbol.
4681
4682 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4683
4684 * message.el (message-cite-prefix-regexp): Remove } from the cite
4685 prefix.
4686
4687 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4688 highlight again, so that the highlight is correct.
4689
4690 * gnus-picon.el (gnus-picon): Remove again.
4691 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4692
4693 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4694 doing the header highlightling, so that the background colour of the
4695 picon is correct.
4696
4697 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4698 (gnus-picon): Ditto.
4699 (gnus-picon): Reinstate. The background colour for picons is white.
4700 (gnus-picon-insert-glyph): Make the background white.
4701
4702 * nnml.el (nnml-open-nov): Don't return dead buffers.
4703
4704 * auth-source.el (auth-source-create): Query the user for whether to
4705 store the credentials.
4706
4707 * auth-source.el (auth-source-user-or-password): Use the existing auth
4708 sources, if any, for creation.
4709
4710 * gnus.el (gnus-group-fast-parameter): Return the last matching
4711 parameter instead of the first matching parameter.
4712
4713 2010-09-26 Julien Danjou <julien@danjou.info>
4714
4715 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4716
4717 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4718
4719 * mml2015.el (mml2015-use): Remove gpg support.
4720
4721 * mml1991.el (mml1991-function-alist): Remove gpg function.
4722 (mml1991-gpg-sign): Remove.
4723
4724 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4725
4726 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4727 (gnus-browse-unsubscribe-current-group): Document it.
4728 (gnus-browse-unsubscribe-group): Use it.
4729
4730 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4731
4732 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4733 address to the To list for easier response.
4734
4735 * gnus.el (gnus-play-startup-jingle): Remove.
4736 (gnus-splash): Don't play jingle.
4737 (gnus): Silence gnus-load message.
4738
4739 * gnus-art.el (gnus-treat-play-sounds): Remove.
4740
4741 * gnus.el (gnus-play-jingle): Remove audio support.
4742
4743 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4744
4745 * earcon.el: Remove -- no users.
4746
4747 * gnus-audio.el: Remove -- no users of this package.
4748
4749 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4750
4751 * gnus-start.el (gnus-setup-news): Remove nocem support.
4752
4753 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4754
4755 * gnus.el (gnus-use-nocem): Remove.
4756
4757 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4758 Remove.
4759
4760 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4761 uses NoCeM any more.
4762
4763 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4764 (gnus-button-ctan-handler): Ditto.
4765 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4766 (gnus-button-ctan-directory-regexp): Ditto.
4767 (gnus-button-handle-ctan): Ditto.
4768 (gnus-button-tex-level): Ditto.
4769 (gnus-button-alist): Remove CTAN stuff.
4770
4771 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4772
4773 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4774 nnimap-streaming test.
4775
4776 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4777 servers twice.
4778
4779 * nnimap.el (nnimap-open-connection): Add more error reporting when
4780 nnimap fails early.
4781
4782 * nnheader.el (nnheader-get-report-string): New function.
4783 (nnheader-get-report): Use it.
4784
4785 * gnus-int.el (gnus-check-server): Say what the error was when opening
4786 failed.
4787
4788 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4789 using streaming.
4790
4791 2010-09-25 Julien Danjou <julien@danjou.info>
4792
4793 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4794 gnus-window-inside-pixel-edges.
4795
4796 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4797
4798 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4799
4800 * mm-decode.el (mm-save-part): Allow saving to other directories the
4801 normal Emacs way.
4802
4803 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4804 Suggested by Jay Berkenbilt.
4805
4806 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4807 there isn't a single byte.
4808
4809 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4810 just do it. It doesn't really seem to matter what the user responds
4811 here, I think, so it's just a confusing question.
4812
4813 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4814 non-streaming case.
4815
4816 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4817 (gnus-article-encrypt-body): Use it.
4818
4819 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4820 keystroke.
4821
4822 * nnimap.el (nnimap-find-wanted-parts-1):
4823 Use gnus-fetch-partial-articles.
4824
4825 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4826
4827 * nnimap.el (nnimap-insert-partial-structure): New function.
4828 (nnimap-get-partial-article): New function.
4829 (nnimap-request-article): Use it.
4830 (nnimap-wait-for-response): Return whether the wait was successful.
4831 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4832 retrieval wasn't successful.
4833 (nnimap-retrieve-group-data-early): Allow throttling servers.
4834 (nnimap-streaming): New variable.
4835 (nnimap-fetch-partial-articles): Remove.
4836
4837 * mm-decode.el (mm-with-part): Protect against killed buffers.
4838
4839 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4840 for prettier summary display.
4841
4842 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4843
4844 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4845
4846 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4847
4848 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4849 apparently third-party libraries depend on it.
4850
4851 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4852 before starting negotiation.
4853
4854 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4855 privacy reasons.
4856 (gnus-treat-mail-gravatar): Ditto.
4857
4858 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4859 buffer when inserting images. Inserting text into the headers, for
4860 instance, can make them invalid.
4861
4862 2010-09-25 Julien Danjou <julien@danjou.info>
4863
4864 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4865 variables.
4866
4867 * nnheader.el: Remove useless variables news-reply-yank-from and
4868 news-reply-yank-message-id.
4869
4870 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4871 variables.
4872
4873 * mml1991.el: Remove useless mml1991-verbose.
4874
4875 * gnus.el: Remove useless variable gnus-use-generic-from.
4876 Remove obsolete variable gnus-topic-indentation.
4877
4878 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4879
4880 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4881
4882 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4883
4884 * gnus-group.el: Remove useless gnus-group-icon-cache.
4885 Remove useless gnus-ephemeral-group-server.
4886
4887 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4888
4889 * mml2015.el: Remove useless mml2015-verbose.
4890
4891 * mml-smime.el: Remove useless mml-smime-verbose.
4892
4893 * gnus.el: Remove useless gnus-local-domain.
4894
4895 * gnus-gravatar.el (gnus-gravatar-transform-address):
4896 Use gnus-gravatar-size.
4897
4898 * gnus-art.el: Remove useless gnus-treat-translate.
4899
4900 2010-09-24 Julien Danjou <julien@danjou.info>
4901
4902 * gnus-sum.el: Add support for Gravatars.
4903
4904 * gnus-art.el: Add support for Gravatars.
4905
4906 * gnus-gravatar.el: Add this file.
4907
4908 * gravatar.el: Add this file.
4909
4910 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4911
4912 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4913
4914 * gnus-group.el (gnus-group-fetch-faq): Remove.
4915
4916 * gnus.el (gnus-group-faq-directory): Remove.
4917
4918 * gnus-group.el (gnus-group-fetch-charter): Remove.
4919
4920 * gnus.el (gnus-group-charter-alist): Remove.
4921
4922 * gnus-group.el (gnus-group-archive-directory): Remove.
4923 (gnus-group-recent-archive-directory): Ditto.
4924 (gnus-group-make-archive-group): Remove.
4925
4926 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4927
4928 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4929 use the same article number for all the cached articles.
4930
4931 * nnimap.el (nnimap-command): Register the last command time so
4932 that we can use it for idling NOOPs.
4933 (nnimap-open-connection): Start the keeplive timer.
4934 (nnimap-make-process-buffer): Store all the process buffers.
4935 (nnimap-keepalive): New function.
4936
4937 * starttls.el (starttls-open-stream): Add autoload cookie.
4938
4939 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4940
4941 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4942 handling.
4943
4944 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4945
4946 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4947 its data structures.
4948
4949 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4950 instead of the cl.el copy-list.
4951 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4952 equalp.
4953
4954 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4955
4956 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4957 and tool-bar-local-item-from-menu.
4958
4959 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4960 mode-line-highlight face for Emacs.
4961
4962 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4963 loading gnus-sum.elc; fix comment for canlock-verify.
4964 (gnus-article-jump-to-part): Use read-number.
4965 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4966 Remove Emacs pre-21 compatible code for help-echo.
4967 (gnus-article-next-page-1): No need to adjust the number of lines.
4968 (gnus-article-describe-bindings): Always use help-buffer.
4969
4970 * gnus-audio.el (gnus-audio-inline-sound)
4971 * gnus-cus.el (gnus-custom-mode)
4972 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4973
4974 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4975
4976 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4977 compatible code.
4978
4979 2010-09-24 Glenn Morris <rgm@gnu.org>
4980
4981 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4982 visiting the fcc file in rmail-mode.
4983
4984 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4985
4986 * nnir.el: Silence the byte compiler.
4987
4988 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4989 alias to browse-url-url-encode-chars if any.
4990 (gnus-html-encode-url): Use it.
4991
4992 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4993
4994 * gnus-start.el (gnus-use-backend-marks): New variable.
4995 (gnus-get-unread-articles-in-group): Use it.
4996
4997 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4998 makeover.
4999
5000 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5001
5002 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5003
5004 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
5006 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5007 Remove.
5008 (gnus-setup-news-hook):
5009 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5010
5011 * gnus-int.el (gnus-request-update-info): Protect against backends not
5012 having the function.
5013
5014 * nnimap.el (nnimap-stream): Mention starttls.
5015 (nnimap-open-connection): Add starttls support.
5016
5017 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5018
5019 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5020
5021 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5022
5023 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5024 BODYSTRUCTUREs.
5025 (nnimap-transform-headers): Unfold quoted {42} headers.
5026
5027 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5028 the info.
5029 (gnus-get-unread-articles): Only call updatep on backends that support
5030 it.
5031
5032 * nnweb.el (nnweb-request-update-info): NOOP.
5033
5034 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5035
5036 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5037 since it only deals with marks.
5038
5039 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5040 gnus-request-marks, and make a new gnus-request-update-info.
5041
5042 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5043 the active instead of the high number, which is usually too low.
5044
5045 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5046
5047 * encrypt.el: Remove.
5048
5049 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5050
5051 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5052 server in symbolic form.
5053
5054 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5055
5056 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5057
5058 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5059 (nnimap-update-info): Fix up code slightly.
5060
5061 * gnus-int.el (gnus-open-server): Add tracing for performance
5062 debugging.
5063
5064 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5065 (gnus-group-insert-group-line): Pass the real group name so that it
5066 gets the right data.
5067
5068 * gnus-start.el (gnus-get-unread-articles): Don't have
5069 `gnus-get-unread-articles-in-group' update info, since that can be
5070 really slow and doesn't seem to be needed?
5071
5072 2010-09-22 Julien Danjou <julien@danjou.info>
5073
5074 * gnus-group.el (gnus-group-insert-group-line):
5075 Call gnus-group-highlight-line.
5076 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5077 default hook list.
5078 (gnus-group-update-eval-form): Add new function.
5079 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5080 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5081
5082 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5083
5084 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5085 immediate, then expire all articles.
5086 (nnimap-update-info): Fix off-by-one errors.
5087 (nnimap-flags-to-marks): Would return no marks lists for group with no
5088 flags. Instead return the other data.
5089
5090 2010-09-22 Julien Danjou <julien@danjou.info>
5091
5092 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5093 Only return an icon.
5094 (gnus-group-insert-group-line): Compute icon to return.
5095
5096 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5097 (gnus-html-image-fetched): Only cache if
5098 gnus-html-image-automatic-caching is set.
5099 (gnus-html-image-fetched): Check for errors.
5100
5101 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5102
5103 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5104 once per method on `g'. This ensures that backends like nnfolder don't
5105 open all their folders.
5106
5107 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5108 (nnimap-request-list): Nix out group in the correct buffer.
5109 (nnimap-parse-flags): Implement by using `read' instead of
5110 hand-parsing.
5111 (nnimap-flags-to-marks): Pass on permanent-flags.
5112 (nnimap-make-process-buffer): Record the server name.
5113 (nnimap-parse-flags): Fix typo.
5114 (nnimap-request-scan): Run split on the server in general, not just a
5115 single group.
5116
5117 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5118 parameter, and propagate this downwards.
5119
5120 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5121 since EXAMINE changes it on the server.
5122
5123 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5124 this command might take a while.
5125
5126 2010-09-22 Julien Danjou <julien@danjou.info>
5127
5128 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5129 harmful if you have 2 images side-by-side, they can't be properly
5130 update on text deletion. Using text-property is safer here.
5131 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5132 data.
5133
5134 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
5136 * nnimap.el (nnimap-expunge-inbox): Remove.
5137 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5138 (nnimap-expunge): Flip default to t.
5139
5140 * gnus.el (gnus-method-to-server): Don't push things to the cache
5141 unless it's unique.
5142 (gnus-server-to-method): Ditto.
5143
5144 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5145
5146 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5147
5148 2010-09-22 Julien Danjou <julien@danjou.info>
5149
5150 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5151 get the start of data.
5152 (gnus-html-encode-url): Add this function to encode special chars in
5153 URL.
5154 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5155 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5156
5157 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5158 default.
5159 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5160
5161 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5162 images alt-text.
5163 (gnus-html-put-image): Put alt-text as help-echo.
5164
5165 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5166
5167 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5168 * mm-util.el (mm-decompress-buffer)
5169 * nnir.el (nnir-run-find-grep)
5170 * pop3.el (pop3-list): Use 3rd arg of split-string.
5171
5172 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5173
5174 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5175 outside the active range. Suggested by Dan Christensen.
5176
5177 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5178 slightly later to avoid double-getting it.
5179
5180 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5181 previous patch.
5182
5183 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5184
5185 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5186
5187 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5188
5189 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5190
5191 * gnus-int.el (gnus-open-server): Give a better error message in the
5192 "go offline" case.
5193
5194 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5195 marks for nnimap, which is seldom the right thing to do.
5196
5197 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5198 (gnus-same-method-different-name): New function.
5199
5200 * nnimap.el (parse-time): Require.
5201
5202 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5203 method in the presence of many similar methods.
5204
5205 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5206
5207 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5208 nnml-inhibit-expiry.
5209
5210 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5211 find out whether methods are equal.
5212
5213 * nnimap.el (nnimap-find-expired-articles): New function.
5214 (nnimap-process-expiry-targets): New function.
5215 (nnimap-request-move-article): Request the article before looking at
5216 what the Message-ID is. Fix found by Andrew Cohen.
5217 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5218
5219 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5220 for oldness in addition to being a predicate.
5221
5222 * nnimap.el (nnimap-request-group): When we have zero articles, return
5223 the right data to Gnus.
5224 (nnimap-request-expire-articles): Only delete articles immediately if
5225 the target is 'delete.
5226
5227 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5228 method, this would bug out.
5229
5230 * gnus-group.el (gnus-group-expunge-group): Rename from
5231 gnus-group-nnimap-expunge, and implemented as a normal interface
5232 function.
5233
5234 * gnus-int.el (gnus-request-expunge-group): New function.
5235
5236 * nnimap.el (nnimap-request-create-group): Implement.
5237 (nnimap-request-expunge-group): New function.
5238
5239 2010-09-21 Julien Danjou <julien@danjou.info>
5240
5241 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5242 (gnus-html-cache-expired): Add new function.
5243 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5244 wethever we should display image for fetch it.
5245 Compute alt-text earlier to pass it to the fetching function too.
5246 (gnus-html-schedule-image-fetching): Change function argument to only
5247 get one image at a time, not a list.
5248 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5249 cache.
5250 (gnus-html-get-image-data): New function to retrieve image data from
5251 cache.
5252 (gnus-html-put-image): Change buffer argument to use image data rather
5253 than file, and place image above region rather than inserting a new
5254 one. Do not take alt-text as argument, since it's useless now: we place
5255 the image above alt-text.
5256 (gnus-html-prune-cache): Remove.
5257 (gnus-html-show-images): Start to fetch image when we find one, do not
5258 push into a temporary list.
5259 (gnus-html-prefetch-images): Only fetch image if they have expired.
5260 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5261 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5262
5263 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5264
5265 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5266
5267 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5268
5269 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5270 spec inser "*" if the group isn't active instead of 0.
5271
5272 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5273 opening the server.
5274 (nnimap-request-delete-group): Implement group deletion.
5275 (nnimap-transform-headers): Return the size of the entire message in
5276 the Bytes header, not just the size of the first part.
5277 (nnimap-request-move-article): When moving an article from nnimap,
5278 request the article first so the accepting form has an article to
5279 accept. Reported by Dan Christensen.
5280 (nnimap-command): Make sure that the error message doesn't error out.
5281
5282 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5283
5284 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5285 we haven't requested anything.
5286
5287 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5288
5289 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5290 "". Fix found by Andrew Cohen.
5291
5292 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5293 instead of -encode-string.
5294
5295 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5296
5297 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5298
5299 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5300 by mm-subst-char-in-string.
5301
5302 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5303
5304 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5305 waiting for the connection string.
5306
5307 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5308 arriving.
5309
5310 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5311 bogus characters. This allows selecting certain Gmail groups.
5312
5313 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5314 (nnimap-fetch-partial-articles): New variable.
5315 (nnimap-open-connection): When looking for credentials, also use the
5316 nnimap-server-port.
5317 (nnimap-request-article): Return the group/article number, so that Gnus
5318 `^' works as expected.
5319 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5320
5321 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5322 comments.
5323 (gnus-methods-sloppily-equal): New function.
5324 (gnus): When using the development version of Gnus, load the gnus-load
5325 file.
5326
5327 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5328 `gnus-open-server' on each method before trying to scan them etc.
5329 This ensures that all the backend parameters are set correctly.
5330
5331 * nnimap.el (nnimap-authenticator): New variable.
5332 (nnimap-open-connection): Allow anonymous login.
5333 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5334 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5335
5336 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5337 patch, found by Knut Anders Hatlen.
5338
5339 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5340
5341 * gnus-agent.el (gnus-agent-batch-confirmation)
5342 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5343 to gnus-message.
5344 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5345 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5346 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5347 * gnus-int.el (gnus-open-server): Likewise.
5348 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5349 (gnus-score-check-syntax): Likewise.
5350 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5351 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5352 Likewise.
5353 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5354
5355 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5356
5357 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5358 calling conventions so that prefetch doesn't bug out.
5359
5360 2010-09-19 Julien Danjou <julien@danjou.info>
5361
5362 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5363 rather than `subst-char-in-region' in order to be able to replace ASCII
5364 char by UTF-8 ones.
5365
5366 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5367 than curl.
5368 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5369 the right URL and ALT text on images.
5370 (gnus-html-wash-tags): Fix tag case.
5371 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5372 (gnus-article-html): Add -o display_ins_del=2 option.
5373 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5374
5375 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5376
5377 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5378 the extra mail headers, which sometimes seem to happen for unknown
5379 reasons.
5380
5381 * mail-parse.el (mail-header-encode-parameter): Define as
5382 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5383 (or most, perhaps?) mail readers don't understand the latter, but do
5384 understand the former.
5385
5386 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5387 to nil, so that no methods are automatically agentized. I think this
5388 is probably what most users want.
5389
5390 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5391 from url-retrieve, for instance about invalid URLs.
5392
5393 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5394 groups that have no articles.
5395 (nnimap-request-article): Check that we really got an article when we
5396 requested one.
5397
5398 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5399 doesn't exist.
5400
5401 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5402 nntp buffer so the agent can save it.
5403 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5404 that CRLF doesn't get translated to \n.
5405 (nnimap-open-connection): Don't make 'shell commands only send \n.
5406
5407 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5410 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5411 Update var name.
5412 (nnml-generate-nov-file): Use dolist.
5413 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5414 Use with-current-buffer.
5415
5416 2010-09-18 Julien Danjou <julien@danjou.info>
5417
5418 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5419 parallel.
5420
5421 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5422
5423 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5424 the range update right.
5425 (nnimap-request-group): Don't make `M-g' bug out on group with no
5426 marks.
5427 (nnoo): Require, so that other packages can require nnimap.
5428 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5429 command we're looking for. This helps when the server sends more
5430 responses after we've gotten everything we expected.
5431 (nnimap): Add a `newlinep' field to keep track of end-of-line
5432 conventions.
5433 Don't send CRLF to things that don't want it.
5434 (nnimap-request-accept-article): Ditto.
5435
5436 2010-09-18 Julien Danjou <julien@danjou.info>
5437
5438 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5439 than curl to retrieve images.
5440
5441 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5442
5443 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5444 the marks.
5445 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5446 (nnimap-wait-for-connection): New function.
5447 (nnimap-open-connection): If we have PREAUTH, don't query for login
5448 credentials.
5449 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5450 when doing a partial update.
5451
5452 2010-09-18 Julien Danjou <julien@danjou.info>
5453
5454 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5455 tags.
5456
5457 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5458
5459 * nnimap.el (nnimap-credentials): New function.
5460 (nnimap-open-connection): Use the new function to look for credentials
5461 also on the numeric equivalents of "imap" and "imaps".
5462
5463 * gnus-start.el (gnus-activate-group): Send the info to
5464 gnus-request-group.
5465
5466 * nnimap.el (nnimap-request-group): Have the "check" version of the
5467 function parse flags and update the info, so that a `M-g' get a total
5468 resync of all flags from the group.
5469
5470 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5471 to allow backends to alter the info on group selection. Also alter all
5472 the backend -request-group functions to take the parameter.
5473
5474 * nnimap.el (nnimap-store-info): New function.
5475 (nnimap-update-info): Store the info for later usage.
5476 (nnimap-request-group): Use the stored info for the dont-check case, so
5477 that we don't retrieve all marks when we enter a group.
5478
5479 * nnimap.el: Use deffoo instead of defun for interface functions.
5480
5481 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5482 update the group info. This makes the nndraft groups, for instance, go
5483 back to their old behaviour.
5484
5485 * gnus-sum.el (gnus-select-newsgroup): Indent.
5486
5487 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5488 in.
5489 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5490 nothing.
5491
5492 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5493 from methods that are denied.
5494
5495 * gnus-int.el (gnus-method-denied-p): New function.
5496
5497 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5498 store the password instead of netrc.
5499 (nnimap-open-connection): Don't error out when we can't make a
5500 connections.
5501
5502 * auth-source.el (auth-source-create): In the password prompt, say what
5503 we're querying for. Also prompt for user name if that hasn't been
5504 given.
5505
5506 * nnimap.el (nnimap-with-process-buffer): Remove.
5507
5508 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5509
5510 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5511 method when we're reading from the agent.
5512
5513 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5514
5515 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5516 that's probably most useful for users.
5517
5518 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5519 "failed" all the time.
5520
5521 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5522 ...)) with (with-current-buffer ... ).
5523
5524 * nntp.el (nntp-open-server): Return whether the open was successful or
5525 not.
5526
5527 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5528 select an unread unseen article first.
5529
5530 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5531 /etc/services, supply some sensible port defaults.
5532
5533 2010-09-17 Julien Danjou <julien@danjou.info>
5534
5535 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5536
5537 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5538
5539 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5540 doesn't have any parameters.
5541
5542 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5543
5544 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5545 only upcased checks.
5546
5547 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5548
5549 * nnimap.el (nnimap-open-shell-stream): New function.
5550 (nnimap-open-connection): Use it.
5551 (nnimap-transform-headers): Get the number of lines in each message.
5552 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5553 number of lines.
5554 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5555 problem.
5556
5557 * utf7.el (utf7-encode): Autoload.
5558
5559 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5560 to allow the mail splitting to not return a default group. This is
5561 useful for nnimap, which will leave unmatched mail in the inbox.
5562
5563 * nnimap.el: Rewritten.
5564
5565 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5566 nnimap usage.
5567
5568 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5569 if the move is internal, so that nnimap can do fast internal moves.
5570
5571 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5572 data.
5573 (gnus-read-active-for-groups): Support finishing the early retrieval of
5574 data.
5575
5576 * gnus-range.el (gnus-range-nconcat): New function.
5577
5578 * gnus-int.el (gnus-finish-retrieve-group-infos)
5579 (gnus-retrieve-group-data-early): New functions.
5580
5581 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5584 (nnrss-retrieve-groups):
5585 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5586 (pop3-quit): Use with-current-buffer.
5587
5588 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5589
5590 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5591 instead of nnheader-accept-process-output.
5592
5593 * gnus-html.el (gnus-html-schedule-image-fetching)
5594 (gnus-html-prefetch-images): Replace process-kill-without-query by
5595 gnus-set-process-query-on-exit-flag.
5596
5597 2010-09-16 Romain Francoise <romain@orebokech.com>
5598
5599 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5600
5601 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5602
5603 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5604 parameter to unintern is mandatory-ish in Emacs 24.
5605
5606 * gnus-html.el (gnus-html-schedule-image-fetching)
5607 (gnus-html-prefetch-images): Check for curl before using it.
5608
5609 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5610 depend on curl, which isn't essential.
5611
5612 * imap.el: Revert back to version
5613 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5614 seem problematic.
5615
5616 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5617
5618 * gnus-registry.el (gnus-registry-install-shortcuts):
5619 Explicitly pass `obarray' to `unintern' to avoid a warning.
5620
5621 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5622
5623 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5624 change.
5625
5626 * nnrss.el (nnrss-request-list): Remove this function and related
5627 functions, including the moreover stuff.
5628
5629 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5630
5631 * nnrss.el (nnrss-retrieve-groups): New function.
5632
5633 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5634
5635 * .dir-locals.el: Add no-byte-compile cookie.
5636
5637 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5638
5639 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5640 for back end that doesn't support request-scan.
5641
5642 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5643
5644 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5645 then do request scans from the backends.
5646
5647 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5648 avoid running a hook per line, since this takes a lot of time,
5649 profiling shows.
5650 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5651 directly if gnus-visual-p is true.
5652
5653 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5654
5655 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5656 groups; replace mapcar with dolist which is a bit faster; pass groups
5657 info to gnus-read-active-file-1.
5658 (gnus-read-active-file-1): Scan only specified groups if the new
5659 optional arg `infos' is given.
5660
5661 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5662
5663 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5664
5665 * pop3.el (pop3-movemail): Remove.
5666 (pop3-streaming-movemail): Rename to pop3-movemail.
5667
5668 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5669 don't restrict end-tag searches to the end of the line.
5670
5671 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5672
5673 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5674 articles of every unchecked group to t, which means unknown since the
5675 server has never been opened.
5676
5677 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5678
5679 * gnus-html.el (gnus-html-show-alt-text): New command.
5680 (gnus-html-browse-image): Ditto.
5681 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5682 to browse the image directly.
5683 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5684 better.
5685
5686 * gnus-async.el (gnus-async-article-callback):
5687 Call `gnus-html-prefetch-images' unconditionally.
5688
5689 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5690 before feeding URLs to curl.
5691
5692 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5693
5694 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5695 internal images as deletable by `W D D'.
5696
5697 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5698 (gnus-async-article-callback): Fix typo.
5699
5700 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5701
5702 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5703 current line to work around bugs in the output from w3m.
5704
5705 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5706 for groups that want that.
5707
5708 * nntp.el (nntp-wait-for-string): Supply a timeout for
5709 accept-process-output to ensure progress.
5710
5711 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5712 level to get unread articles from, then use that for foreign groups,
5713 too.
5714
5715 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5716 confuses the rest of the function.
5717
5718 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5719 for the methods that support -retrieve-groups, too.
5720
5721 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5722
5723 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5724
5725 * pop3.el: Require cl when compiling.
5726 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5727
5728 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5729
5730 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5731 that aren't going to be activated.
5732 (gnus-get-unread-articles): Fix up the last commit.
5733
5734 * gnus-html.el (gnus-article-html): Allow calling without specifying
5735 the handle. In that case, dissect the buffer first.
5736
5737 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5738
5739 * nnimap.el (nnimap-open-connection): Revert the change that would look
5740 into authinfo for imaps instead of imap.
5741
5742 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5743 say that you don't want to call gnus-request-group with don-check, but
5744 do check the reponse. This is for virtual groups only.
5745 (gnus-get-unread-articles): Count the archive groups as secondary, so
5746 that they're activated the same way as before.
5747
5748 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5749 case-insensitively.
5750 (nnimap-debug): Remove.
5751
5752 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5753 mail from a file, and the file doesn't exist.
5754
5755 * pop3.el (pop3-streaming-movemail): Return t for success.
5756
5757 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5758 .authinfo if we're using ssl connection.
5759
5760 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5761 already have if we're in a main Gnus `g' run.
5762
5763 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5764
5765 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5766
5767 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5768
5769 * nnmh.el (nnmh-request-list-1): Bind `file'.
5770
5771 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5772 alias to set-process-query-on-exit-flag or process-kill-without-query.
5773 (pop3-open-server): Use it.
5774
5775 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5776
5777 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5778 box to the Incoming file. Fixes mistake in previous checkin.
5779
5780 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5781 request loop (for debugging purposes) removed.
5782
5783 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5784 culprit is more visible.
5785 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5786 (nnml-add-incremental-nov): New functions to do "incremental" nov
5787 updates, where we just append to the end of the existing nov files
5788 without reading/writing them in full.
5789
5790 * mail-source.el (mail-source-delete-crash-box): Really only check the
5791 incoming files once in a while.
5792
5793 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5794
5795 * mail-source.el (mail-source-delete-crash-box): Only check the
5796 incoming files for deletion once per day to save a lot of file
5797 accesses.
5798
5799 * pop3.el (pop3-logon): Fix up unbound variable typo.
5800
5801 * mail-source.el (pop3-streaming-movemail): Autoload.
5802
5803 * pop3.el (pop3-streaming-movemail):
5804 Respect pop3-leave-mail-on-server.
5805
5806 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5807 retrieval.
5808
5809 * pop3.el (pop3-process-filter): Remove unused function.
5810 (pop3-streaming-movemail, pop3-send-streaming-command)
5811 (pop3-wait-for-messages, pop3-write-to-file)
5812 (pop3-number-of-responses): New functions for streaming pop3
5813 retrieval.
5814
5815 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5816 come from no known methods.
5817 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5818 list.
5819
5820 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5821 message sizes.
5822 (pop3-movemail): Use erase-buffer instead of looping and deleting
5823 regions, which seems rather odd.
5824
5825 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5826 file once per `g' run.
5827
5828 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5829 directories. This makes the draft queue directory work.
5830
5831 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5832 data from the backends, so that we only request the list of groups from
5833 each method once. This should speed things up considerably.
5834
5835 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5836 detect that it's not implemented.
5837
5838 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5839 we actually do recurse down into the tree, but don't stat all leaf
5840 nodes.
5841
5842 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5843 then say so instead of bugging out.
5844
5845 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5846 files exist before trying to read them.
5847
5848 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5849 around <pre_int>.
5850
5851 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5852
5853 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5854
5855 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5856
5857 * mm-util.el (mm-image-load-path): Just return the image directories,
5858 not all directories in the path in addition to the image directories.
5859 (mm-image-load-path): Maintain a cache of the image directories so that
5860 the `g' command in Gnus doesn't have to stat dozens of directories each
5861 time.
5862
5863 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5864 (gnus-html-wash-tags): Add a new `i' command to insert images.
5865 (gnus-html-insert-image): New command and keystroke.
5866 (gnus-html-redisplay-with-images): New command and keystroke.
5867 (gnus-html-show-images): Rename command.
5868 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5869 spacers.
5870 (gnus-html-wash-tags): Decode entities at the end, so that entities
5871 inside the tags don't mess up the rest of the "parsing".
5872
5873 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5874 so that nnimap methods aren't agentized by default. There's apparently
5875 many problems related to agent/imap behaviour.
5876
5877 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5878
5879 * gnus-html.el: Doc fix.
5880
5881 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5882
5883 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5884 glyph-width and glyph-height instead of display-graphic-p and
5885 image-size; make avoidance of displaying small images work for XEmacs.
5886
5887 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5888 for XEmacs.
5889
5890 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5891 of symbol that holds plist data.
5892 (gnus-process-plist): Remove plist of process after getting it.
5893
5894 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5895
5896 * message.el (message-generate-hashcash): Change default to
5897 'opportunistic if hashcash is installed.
5898
5899 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5900 (gnus-html-put-image): Only call image-size once, since it's somewhat
5901 time-consuming on remote X servers.
5902
5903 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5904
5905 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5906 decoded contents.
5907 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5908
5909 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
5911 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5912 group line format, since it isn't very interesting.
5913
5914 * gnus-agent.el (gnus-agent-short-article),
5915 (gnus-agent-long-article): Increase values for these two variables,
5916 since most people are likely to have more network connection and
5917 storage than before.
5918
5919 * gnus.el (gnus-refer-article-method): Change default to 'current.
5920 When referring an article, the common behaviour is to refer it from the
5921 current select method, not the native select method. The chances of
5922 the native select method having the message in question is rather slim
5923 these days.
5924
5925 * gnus-sum.el (gnus-auto-select-subject): Change default to
5926 `unseen-or-unread'. I think it's likely that most people want to
5927 select an unseen article over a previously seen, but unread one.
5928
5929 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5930 means that in the article buffer none of the minor mode elements will
5931 be shown, usually, and this is not desirable in most cases.
5932
5933 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5934 that commands like `d' (and the like) go to the next line in the
5935 buffer, instead of the next unread article. I think this is the
5936 behaviour that is most natural for most users.
5937 (gnus-single-article-buffer): Change default to nil, so that people can
5938 have as many article buffers open as they have summary buffer. I think
5939 this is the most natural way for the groups to behave.
5940
5941 * message.el (message-generate-new-buffers): Change default to
5942 `unsent', so that all new message buffers start their names with the
5943 string "*unsent", and it's easier to find the buffers if you move from
5944 them.
5945
5946 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5947
5948 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5949 small. They're probably tracking images.
5950 (gnus-html-wash-tags): Remove all <pre_int> place holders.
5951 (gnus-html-rescale-image): Yet another try at getting the image sizing
5952 right.
5953
5954 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5955 nntp-marks-file-name is nil.
5956
5957 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5958
5959 * gnus-html.el (gnus-html-wash-tags)
5960 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5961 Better logging.
5962
5963 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5964
5965 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5966
5967 * gnus-html.el (gnus-html-wash-tags): Check the value of
5968 gnus-blocked-images in the summary buffer.
5969
5970 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5971
5972 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5973
5974 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5975
5976 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5977 like "a", it seems like.
5978 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5979 since it needs to be picked from the correct buffer.
5980
5981 * nnwfm.el: Remove.
5982
5983 * nnlistserv.el: Remove.
5984
5985 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5986
5987 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5988 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5989
5990 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5991
5992 * nnkiboze.el: Remove.
5993
5994 * nndb.el: Remove.
5995
5996 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5997 alt text.
5998 (gnus-html-rescale-image): Try to get the rescaling logic right for
5999 images that are just wide and not tall.
6000
6001 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6002 overshadow variable bindings.
6003
6004 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6005
6006 * gnus-html.el (gnus-html-wash-tags)
6007 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6008 Add extra logging.
6009
6010 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6011
6012 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6013 (gnus-max-image-proportion): New variable.
6014 (gnus-html-rescale-image): New function.
6015 (gnus-html-put-image): Rescale images.
6016
6017 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 Fix up some byte-compiler warnings.
6020 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6021 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6022 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6023 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6024 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6025 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6026 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6027
6028 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6029
6030 * gnus-html.el (gnus-article-html): Decode contents by charset.
6031
6032 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6033
6034 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6035 (gnus-html-frame-width, gnus-blocked-images)
6036 * message.el (message-prune-recipient-rules): Add custom version.
6037 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6038
6039 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6040 functions.
6041
6042 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6043 gnus-process-get.
6044
6045 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6046
6047 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6048 instead of lsub directly.
6049
6050 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6051
6052 * nnwarchive.el: Remove.
6053
6054 * gnus-soup.el: Remove.
6055
6056 * nnsoup.el: Remove.
6057
6058 * nnultimate.el: Remove.
6059
6060 * gnus-html.el (gnus-blocked-images): New variable.
6061
6062 * message.el (message-prune-recipients): New function.
6063 (message-prune-recipient-rules): New variable.
6064
6065 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6066 guess whether a long line is natural text or not.
6067
6068 * gnus-html.el (gnus-html-schedule-image-fetching):
6069 Use gnus-process-plist and friends for compatibility.
6070
6071 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * gnus-html.el: Require packages that define macros used in this file.
6074 (gnus-article-mouse-face): Declare to silence byte-compiler.
6075 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6076 process-get.
6077 (gnus-html-put-image): Use plist-get to avoid getf.
6078 (gnus-html-prefetch-images): Use with-current-buffer.
6079
6080 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6081
6082 * gnus-ems.el: Provide compatibility functions for
6083 gnus-set-process-plist.
6084
6085 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6086 * gnus.el (gnus-valid-select-methods)
6087 * message.el (message-send-mail-partially-limit)
6088 * mm-decode.el (mm-text-html-renderer)
6089 * mml.el (mml-insert-mime-headers-always)
6090 * smiley.el (smiley-regexp-alist): Bump custom version.
6091
6092 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6093
6094 * gnus-html.el: require mm-url.
6095 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6096 with the url to `url'.
6097 (gnus-html-wash-tags): Support cid: URLs/images.
6098
6099 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6100
6101 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6102 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6103 bindings, as they aren't useful at all. `w' is moved to `W w'.
6104
6105 * gnus-move.el: Remove file, since it doesn't really work.
6106
6107 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6108 UTF-8. This seems to fix problems with some German web feeds.
6109
6110 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6111 at the top so that the proper colours are applied.
6112
6113 * gnus-art.el (gnus-article-view-part): Doc fix.
6114
6115 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6116 XEmacs-compatible.
6117 (gnus-html-put-image): Don't do images on non-graphic displays.
6118
6119 * nnslashdot.el: Remove this unused backend.
6120
6121 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6122 actions.
6123 (gnus-undo-register-1): Revert last change.
6124
6125 * gnus-group.el (gnus-group-completing-read): Protect against not
6126 having completion-styles bound.
6127
6128 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6129 make broken recipients happier.
6130
6131 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6132
6133 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6134 point parameter.
6135
6136 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6137 completion-styles for group selection.
6138
6139 2009-02-04 Andreas Schwab <schwab@suse.de>
6140
6141 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6142 headers and regexp-quote the match if necessary.
6143
6144 2009-03-24 Miles Bader <miles@gnu.org>
6145
6146 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6147 the blinking smiley.
6148
6149 2009-03-24 Simon Josefsson <simon@josefsson.org>
6150
6151 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6152 blink smiley.
6153
6154 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6155
6156 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6157 where the dribbel file lives exists.
6158
6159 * message.el (message-send-mail-partially-limit): Change the default to
6160 nil, since most people don't want this.
6161
6162 * mm-url.el (mm-url-decode-entities): Also decode entities like
6163 &#x3212.
6164
6165 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6166
6167 * gnus-sum.el (gnus-summary-idna-message):
6168 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6169 Hyperlink urls in docstrings with URL `...'.
6170
6171 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6172
6173 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6174 functions.
6175
6176 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6177
6178 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6179 say what the mouseover text should be.
6180
6181 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6182 version of the mm-w3m-safe-url-regexp variable to only download images
6183 in the groups where we want that to happen.
6184
6185 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6186
6187 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6188 easier debugging.
6189 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6190 big pictures in the article buffer.
6191
6192 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6193 gnus-article-html.
6194 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6195 w3m.
6196
6197 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6198
6199 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6200
6201 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6202 which doesn't exist.
6203
6204 * message.el (message-inhibit-ecomplete): New variable to allow some
6205 function to inhibit ecomplete address storage.
6206 (message-resend): Disable ecomplete message storage when resending
6207 messages.
6208
6209 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6210
6211 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6212
6213 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6214 Save excursion while copying, moving, and deleting articles in order to
6215 prevent the cursor from jumping to unforeseen place.
6216
6217 2010-08-17 Glenn Morris <rgm@gnu.org>
6218
6219 * gnus-sync.el: Require gnus components whose functions are used.
6220
6221 * gnus-art.el (bookmark-make-record-function):
6222 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6223 Declare for compiler.
6224
6225 * mm-url.el (mml-compute-boundary): Autoload.
6226
6227 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6230
6231 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6232
6233 Typo fix "hoo4a" -> "hook".
6234
6235 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6236
6237 2010-08-14 Glenn Morris <rgm@gnu.org>
6238
6239 * gnus-sync.el (gnus-sync): Fix defgroup version.
6240
6241 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6242
6243 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6244
6245 * gnus-sync.el: Fix docs.
6246 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6247 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6248
6249 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6250
6251 Optimizations for gnus-sync.el.
6252
6253 * gnus-sync.el: Add docs about gnus-sync-backend
6254 possibilities.
6255 (gnus-sync-save): Remove unnecessary message.
6256 (gnus-sync-read): Optimize and show what groups were skipped.
6257
6258 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6259
6260 Minor bug fixes for gnus-sync.el.
6261
6262 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6263 Don't read the sync on get-new-news.
6264
6265 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6266 quiet.
6267
6268 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6269 (fix typo).
6270
6271 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6272
6273 Make saving and restoring of hidden threads work with overlays.
6274 Patch applied by Ted Zlatanov.
6275
6276 * gnus-sum.el (gnus-hidden-threads-configuration)
6277 (gnus-restore-hidden-threads-configuration): Update to deal with text
6278 properties, rather than searching for a magic character.
6279
6280 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6281
6282 New gnus-sync.el library for synchronization of marks.
6283
6284 * gnus-sync.el: New library for synchronization of marks.
6285
6286 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6287 renamed from `gnus-registry-grep-in-list'.
6288
6289 * gnus-registry.el (gnus-registry-follow-group-p):
6290 Use `gnus-grep-in-list'.
6291
6292 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6293
6294 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6295
6296 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6297 determining charset of text fails.
6298
6299 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6300
6301 * nnmail.el (nnmail-get-new-mail-1): Revert.
6302
6303 * nnml.el (nnml-active-number): Make sure names of newly created groups
6304 in nnml-group-alist are encoded.
6305
6306 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6309 containing non-ASCII characters in active file for nnml back end.
6310
6311 2010-07-24 David Engster <dengste@eml.cc>
6312
6313 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6314 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6315
6316 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6317
6318 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6319 tag (Bug#6654).
6320
6321 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6322
6323 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6324 the article buffer, not the summary buffer.
6325
6326 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6327
6328 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6329 Emacs 23 as well.
6330
6331 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6332
6333 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6334 Patch applied by Karl Fogel.
6335
6336 * gnus-sum.el (gnus-summary-bookmark-make-record):
6337 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6338
6339 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6340
6341 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6342 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6343 C-w still not working correctly from Article buffers; Thierry's
6344 patch to fix that will be applied after this.
6345
6346 * gnus-art.el (bookmark-make-record-function): New local variable.
6347
6348 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6349 article buffer.
6350 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6351
6352 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6353
6354 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6355 on changes in bookmark.el.
6356
6357 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6358
6359 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6360 the *other* type of HTML form submission.
6361
6362 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6363
6364 * auth-source.el (auth-source-pick): If choice does not contain a
6365 questioned keyword, set the check to t.
6366
6367 2010-06-12 Romain Francoise <romain@orebokech.com>
6368
6369 * gnus-util.el (gnus-date-get-time): Move up before first use.
6370
6371 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6372
6373 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6374 (gnus-article-edit-part): Bind it to make last part that is substituted
6375 or deleted visible.
6376 (gnus-mime-display-single): Buttonize part of which id equals to
6377 gnus-mime-buttonized-part-id.
6378
6379 2010-06-10 Dan Christensen <jdc@uwo.ca>
6380
6381 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6382 (gnus-dd-mmm): Use gnus-date-get-time.
6383 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6384 simplify logic.
6385 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6386 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6387
6388 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6389
6390 * auth-source.el (top): Autoload `secrets-list-collections',
6391 `secrets-create-item', `secrets-delete-item'.
6392 (auth-sources): Fix tag string.
6393 (auth-get-source, auth-source-retrieve, auth-source-create)
6394 (auth-source-delete): New defuns.
6395 (auth-source-pick): Rewrite in order to avoid 2 passes.
6396 (auth-source-forget-user-or-password): New parameter USERNAME.
6397 (auth-source-user-or-password): New parameters CREATE-MISSING and
6398 DELETE-EXISTING. Retrieve password interactively, if needed.
6399
6400 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6401
6402 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6403 deleting unused directories when gnus-expert-user is t.
6404
6405 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6406
6407 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6408 for each temp file when gnus-article-browse-delete-temp is ask.
6409
6410 2010-05-20 Kevin Ryde <user42@zip.com.au>
6411
6412 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6413
6414 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6415
6416 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6417 article unless decoding article to be saved.
6418
6419 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6420
6421 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6422 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6423 generated within the mm-with-unibyte-current-buffer macro.
6424
6425 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6426
6427 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6428 to nil when we're in a mml-preview buffer and no group is selected.
6429
6430 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6431
6432 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6433 when catching the `C-g'. Reported by "Leo".
6434
6435 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6436
6437 * message.el (message-forward-make-body-plain)
6438 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6439 multibyte-string-p.
6440
6441 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6442
6443 * message.el (message-forward-make-body-mml): Assume original message
6444 is multibyte string; error on unibyte.
6445 (message-forward-make-body-plain): Ditto; don't add excessive newline
6446 in body end.
6447
6448 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6449
6450 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6451 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6452
6453 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6454
6455 * mm-extern.el (mm-extern-url): Don't use
6456 mm-with-unibyte-current-buffer.
6457 (mm-extern-cache-contents): Use with-current-buffer instead of
6458 save-excursion + set-buffer.
6459
6460 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6461
6462 * mm-util.el (mm-emacs-mule): Remove.
6463
6464 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6465
6466 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6467 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6468 change.
6469
6470 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6471
6472 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6473 bind the default value of enable-multibyte-characters to nil.
6474
6475 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6476
6477 * message.el (message-forward-make-body-plain)
6478 (message-forward-make-body-mml):
6479 Don't use mm-with-unibyte-current-buffer.
6480
6481 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6482
6483 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6484 (Bug#5592).
6485
6486 2010-05-07 Julien Danjou <julien@danjou.info>
6487
6488 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6489 it to mm-pipe-part.
6490
6491 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6492 it is given.
6493
6494 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6495
6496 * nnweb.el (nnweb-gmane-search)
6497 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6498 XEmacs.
6499
6500 * gnus-art.el (gnus-article-browse-html-parts)
6501 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6502 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6503 make-temp-file.
6504
6505 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6506 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6507 compiling.
6508
6509 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6510 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6511 XEmacs when compiling.
6512
6513 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6514 gnus-pick-mode-off-hook for XEmacs when compiling.
6515 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6516 gnus-binary-mode-off-hook for XEmacs when compiling.
6517
6518 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6519 Return nil if char-charset is not available.
6520
6521 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6522 macro.
6523
6524 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6525 instead of encode-coding-string.
6526
6527 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6528 'xemacs) instead of mm-emacs-mule to switch function definitions.
6529 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6530
6531 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6532
6533 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6534
6535 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6536
6537 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6538 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6539
6540 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6543 alias `jka-compr-delete-temp-file' no longer exists.
6544
6545 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6546
6547 Use define-minor-mode in Gnus where applicable.
6548 * mml.el (mml-mode): Use define-minor-mode.
6549 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6550 (gnus-undo-mode): Use define-minor-mode.
6551 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6552 (gnus-dead-summary-mode): Use define-minor-mode.
6553 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6554 Initialize in declaration.
6555 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6556 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6557 (gnus-mailing-list-mode): Use define-minor-mode.
6558 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6559 (gnus-draft-mode): Use define-minor-mode.
6560 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6561 (gnus-dired-mode): Use define-minor-mode.
6562
6563 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6564
6565 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6566 handles on recursive mml-to-mime translation and check them for
6567 boundary delimiter collisions. Reported by Greg Troxel.
6568
6569 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6570
6571 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6572
6573 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * mm-util.el (mm-find-buffer-file-coding-system):
6576 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6577
6578 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6579
6580 * message.el (message-generate-headers): Record insertion of optional
6581 headers as well. Otherwise the check to prevent repeated insertion of
6582 optional headers is a no-op.
6583
6584 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6585
6586 * smime.el: Don't mention CVS.
6587
6588 * nnrss.el (nnrss-fetch): Don't mention CVS.
6589
6590 * nnir.el: Don't mention CVS.
6591
6592 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * gnus-sum.el (gnus-summary-bookmark-make-record):
6595 Add `location' field.
6596
6597 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6600 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6601 Use with-current-buffer to silence the byte-compiler.
6602 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6603 bother to require `gnus'.
6604 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6605
6606 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6607
6608 * gnus-sum.el (gnus-summary-bookmark-make-record)
6609 (gnus-summary-bookmark-jump): New functions.
6610 (gnus-summary-mode): Setup bookmark support.
6611
6612 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6613
6614 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6615 if set.
6616
6617 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6618
6619 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6620 gnus-article-browse-html-save-cid-image; make it work recursively for
6621 forwarded messages as well.
6622 (gnus-article-browse-html-parts): Work when prefix arg is given.
6623 (gnus-article-browse-html-article): Doc fix.
6624
6625 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6626
6627 * message.el (message-default-mail-headers):
6628 (message-default-headers): Carry the value mail-default-headers over
6629 into message-default-mail-headers, rather than message-default-headers.
6630
6631 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6632
6633 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6634 charset.
6635
6636 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6637 charset into the <meta> tag when the article is encoded to utf-8.
6638
6639 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6640
6641 * gnus-art.el (gnus-article-browse-delete-temp-files):
6642 Delete directories as well.
6643 (gnus-article-browse-html-parts): Work for images that do not specify
6644 file names; delete temp directory when quitting; insert header at the
6645 right place; use file: scheme for image files.
6646
6647 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6648
6649 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6650 (gnus-article-browse-html-parts): Use it to make temporary cid image
6651 files in addition to html file so that browser may display them.
6652
6653 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6654
6655 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6656
6657 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6658
6659 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6660
6661 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6662
6663 * auth-source.el (auth-sources): Change default to be simpler.
6664 Explain about Secret Service API sources. Improve Customize options.
6665 (auth-source-pick): Change to accept any number of search parameters.
6666 Implement fallbacks iteratively, not recursively. Add scoring on the
6667 second pass and sort by score. Call Secret Service API when needed.
6668 (auth-source-user-or-password): Use it. Call Secret Service API
6669 directly when needed to get the user name and the password.
6670
6671 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * message.el (message-interactive): Doc fix.
6674 (message-qmail-inject-args): Reflow.
6675 (message-kill-to-signature): Fix typo in docstring.
6676
6677 * smiley.el (smiley-buffer): Fix typo in docstring.
6678
6679 2010-03-24 Glenn Morris <rgm@gnu.org>
6680
6681 * mail-source.el (gnus-message): Declare.
6682 (mail-source-delete-old-incoming): Require gnus-util.
6683
6684 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6685
6686 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6687
6688 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6689
6690 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6691 password-cache's default if it is not bound.
6692 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6693 password-cache-expiry's default if it is not bound.
6694
6695 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6696 available in Emacs 21.
6697
6698 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6699
6700 * auth-source.el (auth-sources): Fix up definition so extra parameters
6701 are always inline.
6702
6703 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6704
6705 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6706 wasn't updated after mismatch. Clear cached mailbox info correctly
6707 when uidvalidity changes.
6708 (nnimap-group-prefixed-name): New function to avoid some code
6709 duplication.
6710 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6711 (nnimap-request-group): Use it.
6712 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6713 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6714 with many imap folders. This is done by caching the group status from
6715 the imap server persistently in a group parameter `imap-status'. (This
6716 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6717 but not persistently, so every Gnus startup was still very slow.)
6718
6719 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6720
6721 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6722 secrets.el dependency.
6723 (auth-sources): Add optional user name. Add secrets.el configuration
6724 choice (unused right now).
6725
6726 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6727
6728 * gnus-sum.el (gnus-summary-make-menu-bar):
6729 Let `gnus-registry-install-shortcuts' fill in the functions.
6730
6731 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6732 warnings.
6733 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6734 (gnus-registry-install-shortcuts): Populate and use it in a
6735 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6736
6737 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6738
6739 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6740 In-place substitutions for the group name encoding/decoding.
6741 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6742 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6743 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6744 (nnimap-update-unseen, nnimap-request-list)
6745 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6746 (nnimap-request-set-mark, nnimap-split-to-groups)
6747 (nnimap-split-articles, nnimap-request-newgroups)
6748 (nnimap-request-create-group, nnimap-request-accept-article)
6749 (nnimap-request-delete-group, nnimap-request-rename-group)
6750 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6751 `encoded-mbx' for consistency.
6752 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6753 variable `imap-current-mailbox'.
6754
6755 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6756 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6757
6758 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6759
6760 * pop3.el (pop3-display-message-size-flag): Display message size byte
6761 counts during POP3 download.
6762 (pop3-movemail): Use it.
6763 (pop3-list): Implement listing of available messages.
6764
6765 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6766
6767 * nnir.el (nnir-get-article-nov-override-function): New function to
6768 override the normal NOV retrieval.
6769 (nnir-retrieve-headers): Use it.
6770
6771 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6772
6773 * auth-source.el (netrc-machine-user-or-password): Autoload.
6774
6775 2010-03-19 Glenn Morris <rgm@gnu.org>
6776
6777 Stop message.el from loading about 40 libraries it doesn't always need.
6778 The general approach is to autoload rather than require, and to
6779 require in the specific functions rather than the file. (Bug#5642)
6780
6781 * gmm-utils.el: Don't require wid-edit.
6782 (widget-create-child-value, widget-convert, widget-default-get):
6783 Autoload.
6784
6785 * gnus-util.el: Don't require time-date, netrc.
6786 (message-fetch-field, gnus-group-name-decode): Declare rather than
6787 autoloading.
6788 (gnus-fetch-field): Require message.
6789 (gnus-decode-newsgroups): Require gnus-group.
6790
6791 * ietf-drums.el: Don't require time-date.
6792
6793 * message.el: Don't require hashcash, canlock, ecomplete.
6794 Do require mail-utils. Require nnheader only when compiling.
6795 (smtpmail-default-smtp-server): Remove declaration.
6796 (message-send-mail-function): Check smtpmail-default-smtp-server
6797 is bound rather than requiring smtpmail.
6798 (message-auto-save-directory, message-insert-signature):
6799 Use expand-file-name rather than nnheader-concat.
6800 (nnheader-insert-file-contents): Autoload.
6801 (hashcash-wait-async): Declare.
6802 (message-send-mail): Only call gnus-setup-posting-charset if
6803 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6804 (message-send-mail-with-sendmail): Require sendmail.
6805 (canlock-password, canlock-password-for-verify): Declare.
6806 (message-canlock-password): Require canlock.
6807 (nnheader-get-report): Autoload.
6808 (gnus-setup-posting-charset): Declare.
6809 (message-send-news): Require gnus-msg.
6810 (message-make-references, message-make-in-reply-to): Use mail-header-id
6811 rather than the alias mail-header-message-id.
6812 (ecomplete-add-item, ecomplete-save): Declare.
6813 (message-put-addresses-in-ecomplete): Require ecomplete.
6814 (ecomplete-display-matches): Autoload.
6815
6816 * mm-decode.el: Don't require mailcap, gnus-util.
6817 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6818 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6819 Autoload.
6820 (mailcap-mime-extensions): Declare.
6821
6822 * mm-encode.el: Don't require mailcap.
6823 (mailcap-extension-to-mime): Autoload.
6824
6825 * mml-sec.el: Don't require password-cache.
6826
6827 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6828 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6829 (mml-minibuffer-read-type): Require mailcap.
6830 (mml-preview): Require gnus-msg.
6831
6832 * mml1991.el: Require password-cache.
6833 (password-cache-expiry): Remove declaration.
6834
6835 * mml2015.el: Require password-cache.
6836 (password-cache-expiry): Remove declaration.
6837
6838 * nneething.el (mailcap): Require mailcap.
6839
6840 * nnheader.el (declare-function): Add compatibility stub.
6841 (message-remove-header): Declare rather than autoload.
6842 (nnheader-replace-header): Require message.
6843
6844 * nnimap.el (declare-function): Add compatibility stub.
6845 (netrc-parse, netrc-machine-user-or-password): Declare.
6846 (nnimap-open-connection): Require netrc.
6847
6848 * nntp.el (declare-function): Add compatibility stub.
6849 (netrc-parse, netrc-machine, netrc-get): Declare.
6850 (nntp-send-authinfo): Require netrc.
6851
6852 * rfc2047.el: Don't require qp.
6853 (quoted-printable-encode-region, quoted-printable-decode-string):
6854 Autoload.
6855
6856 * sieve-mode.el: Don't require easymenu.
6857 (easy-menu-add-item): Autoload it.
6858
6859 * spam-stat.el (time-to-number-of-days): Autoload it.
6860
6861 2010-03-17 Kevin Ryde <user42@zip.com.au>
6862
6863 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6864 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6865 value if any backslash escapes).
6866
6867 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6868
6869 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6870 if it is available. (bug#5647)
6871
6872 2010-02-26 Glenn Morris <rgm@gnu.org>
6873
6874 * message.el (message-send-mail-function): Change the default, so that
6875 it inherits from a customized send-mail-function. (Bug#5643)
6876
6877 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6880 shell-command-to-string signals an error (bug#5299).
6881
6882 2010-02-24 Glenn Morris <rgm@gnu.org>
6883
6884 * message.el (message-smtpmail-send-it)
6885 (message-send-mail-with-mailclient): Doc fixes.
6886
6887 2010-02-16 Glenn Morris <rgm@gnu.org>
6888
6889 * message.el (message-default-mail-headers): Change the default value
6890 to ease the transition from mail-mode to message-mode. (Bug#5555)
6891
6892 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * message.el (message-mail): Just pass yank-action on to message-setup.
6895 (message-setup): Handle (FUN . ARGS) form of yank-action.
6896 (message-with-reply-buffer, message-widen-reply)
6897 (message-yank-original): Handle non-buffer values of
6898 message-reply-buffer (Bug#4080).
6899 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6900
6901 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6902
6903 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6904 Fix typo in docstring.
6905
6906 2010-01-08 Jason Rumney <jasonr@gnu.org>
6907
6908 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6909 response.
6910
6911 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6912
6913 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6914
6915 * message.el (message-check-news-header-syntax): Protect against a
6916 string that `rfc822-addresses' returns when parsing fails.
6917
6918 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6919
6920 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6921 (gnus-previous-char-property-change): New functions.
6922
6923 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6924
6925 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6926
6927 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6928 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6929
6930 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6931
6932 * message.el (message-exchange-point-and-mark): Rework last change to
6933 avoid using optional arg of exchange-point-and-mark, for backward
6934 compatibility.
6935
6936 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * message.el (message-exchange-point-and-mark):
6939 Call exchange-point-and-mark with an argument rather than setting
6940 mark-active by hand (Bug#5175).
6941
6942 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6943
6944 * nntp.el (nntp-service-to-port): Work for service expressed with
6945 numeric string; replace [:digit:] with [0-9] for XEmacs.
6946
6947 2009-12-17 Glenn Morris <rgm@gnu.org>
6948
6949 * gnus-group.el (gnus-bug-group-download-format-alist):
6950 Change emacs entry to debbugs.gnu.org. Bump :version.
6951
6952 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6953
6954 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6955
6956 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6957
6958 * message.el (message-info): Explain why we use `Info-goto-node'.
6959
6960 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * message.el (message-completion-in-region): New compatibility function.
6963 (message-expand-group): Use it.
6964
6965 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6966
6967 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6968 with no unread article should be listed if the 2nd arg `predicate' is
6969 given.
6970
6971 2009-11-29 Juri Linkov <juri@jurta.org>
6972
6973 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6974 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
6975 on `gnus-recenter'. (Bug#4698, Bug#4981)
6976
6977 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6978
6979 * message.el (message-from-style, message-interactive)
6980 (message-signature): Always set default values from the corresponding
6981 mail-* variables.
6982 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6983 (message-yank-prefix, message-indentation-spaces)
6984 (message-signature-file, message-default-headers): Use boundp rather
6985 than (featurep 'xemacs) to check if the corresponding mail-* variables
6986 exist.
6987
6988 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6989
6990 * message.el (message-send-mail-with-sendmail): Revert last change.
6991
6992 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6993
6994 * message.el (message-from-style, message-interactive)
6995 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6996 (message-yank-prefix, message-indentation-spaces, message-signature)
6997 (message-signature-file, message-default-headers): For GNU Emacs, set
6998 default values from the corresponding mail-* variables.
6999 (message-send-mail-with-sendmail): Use envelope-from only if
7000 mail-specify-envelope-from is non-nil.
7001
7002 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7003
7004 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7005 containing tspecial characters if they have been already quoted.
7006
7007 2009-10-24 Glenn Morris <rgm@gnu.org>
7008
7009 * gnus-art.el (help-xref-stack-item): Define for compiler.
7010
7011 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7012
7013 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7014
7015 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7016
7017 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7018 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7019
7020 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7023 (gnus-overlays-in): New alias to overlays-in.
7024
7025 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7026 gnus-overlay-get, and gnus-delete-overlay.
7027 (gnus-summary-show-thread): Make it work as well for systems in which
7028 next-single-char-property-change is not available.
7029 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7030
7031 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7032
7033 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7034
7035 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7036
7037 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7038 and XEmacs that don't have `remove-overlays'.
7039
7040 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7043 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7044 selective display. Use overlays instead.
7045
7046 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7047
7048 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7049
7050 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7051
7052 * spam-stat.el (spam-stat-load): Fix typo in message.
7053
7054 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7055
7056 * gnus-art.el (gnus-article-encrypt-body):
7057 * message.el (message-check-recipients):
7058 * mm-util.el (mm-codepage-setup):
7059 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7060 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7061
7062 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7063
7064 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7065 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7066 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7067 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7068 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7069
7070 2009-09-18 Glenn Morris <rgm@gnu.org>
7071
7072 * gnus-diary.el (gnus-diary-check-message):
7073 * message.el (message-insert-formatted-citation-line):
7074 * nnbabyl.el (top-level):
7075 * nndiary.el (nndiary-schedule):
7076 Fix typos in condition-case handlers.
7077
7078 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7079
7080 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7081 configuration that provides the sole article window in a frame;
7082 position point correctly after deleting a part.
7083
7084 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7085
7086 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7087 (spam-resolve-registrations-routine): Use it to unregister articles
7088 that change status.
7089
7090 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7091
7092 * nnrss.el (nnrss-request-article): Remove binding of
7093 default-enable-multibyte-characters that has gotten needless by
7094 the 2007-07-13 change in rfc2047-encode-message-header.
7095
7096 * mml.el (mml-insert-multipart): Error on the message header.
7097 (mml-insert-part): Error on the message header; position point at
7098 the end of a MIME tag.
7099
7100 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7101
7102 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7103 (gnus-float-time): Alias to float-time if it exists.
7104
7105 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7106 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7107 float-time is available; suppress compile warning for time-to-seconds.
7108
7109 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7110
7111 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7112 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7113 Add the optional argument `encoding' that overrides the default.
7114
7115 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7116 mm-encode-buffer.
7117
7118 2009-09-04 Glenn Morris <rgm@gnu.org>
7119
7120 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7121 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7122 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7123 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7124 * mm-util.el (mm-with-unibyte-current-buffer)
7125 (mm-find-buffer-file-coding-system):
7126 * yenc.el (yenc-decode-region): Use default-value rather than
7127 default-enable-multibyte-characters.
7128
7129 2009-09-03 Glenn Morris <rgm@gnu.org>
7130
7131 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7132 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7133 than default-enable-multibyte-characters.
7134
7135 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7136
7137 * gnus-art.el (gnus-article-read-summary-keys):
7138 Fix gnus-buffer-configuration's value temporarily used.
7139
7140 2009-09-02 Glenn Morris <rgm@gnu.org>
7141
7142 * gnus-util.el (gnus-float-time): New function.
7143 * gnus-delay.el (gnus-delay-article):
7144 * gnus-sum.el (gnus-thread-latest-date):
7145 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7146 * nnspool.el (nnspool-request-newgroups):
7147 Use gnus-float-time rather than time-to-seconds.
7148 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7149
7150 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7151 (gnus-header-subject-face, gnus-header-newsgroups-face)
7152 (gnus-header-name-face, gnus-header-content-face):
7153 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7154 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7155 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7156 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7157 (gnus-cite-face-11):
7158 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7159 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7160 (gnus-server-closed-face, gnus-server-denied-face)
7161 (gnus-server-offline-face):
7162 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7163 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7164 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7165 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7166 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7167 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7168 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7169 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7170 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7171 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7172 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7173 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7174 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7175 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7176 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7177 (gnus-summary-high-undownloaded-face)
7178 (gnus-summary-low-undownloaded-face)
7179 (gnus-summary-normal-undownloaded-face)
7180 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7181 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7182 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7183 (gnus-splash-face):
7184 * message.el (message-header-to-face, message-header-cc-face)
7185 (message-header-subject-face, message-header-newsgroups-face)
7186 (message-header-other-face, message-header-name-face)
7187 (message-header-xheader-face, message-separator-face)
7188 (message-cited-text-face, message-mml-face):
7189 * sieve-mode.el (sieve-control-commands-face)
7190 (sieve-action-commands-face, sieve-test-commands-face)
7191 (sieve-tagged-arguments-face):
7192 * spam.el (spam-face):
7193 Mark face aliases with "-face" in the name as obsolete.
7194
7195 2009-09-01 Glenn Morris <rgm@gnu.org>
7196
7197 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7198 than goto-line.
7199
7200 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7201
7202 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7203 Don't move point if the command is invoked inside the message header.
7204
7205 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7208 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7209 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7210 * nnir.el (nnir-swish-e-index-file):
7211 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7212 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7213 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7214 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7215 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7216 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7217
7218 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7219
7220 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7221 Don't save excursion.
7222
7223 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * nnheader.el (nnheader-find-file-noselect):
7226 * mm-util.el (mm-insert-file-contents):
7227 Use (default-value 'major-mode) instead of default-major-mode.
7228
7229 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7232
7233 2009-08-25 Glenn Morris <rgm@gnu.org>
7234
7235 * nnir.el (top-level): Don't require cl at run-time.
7236 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7237 Replace cl-function substitute with gnus-replace-in-string.
7238 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7239 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7240 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7241 simplified expansions.
7242
7243 2009-08-22 Glenn Morris <rgm@gnu.org>
7244
7245 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7246 goto-line.
7247
7248 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7249
7250 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7251
7252 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7253 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7254 (gnus-mm-display-part, gnus-mime-display-single)
7255 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7256 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7257
7258 * gnus-sum.el
7259 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7260 (gnus-summary-move-article): Add expirable mark to articles copied or
7261 moved to group that has auto-expire turned on if the option is non-nil.
7262
7263 2009-07-24 Glenn Morris <rgm@gnu.org>
7264
7265 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7266 Fix typo. (Bug#3903)
7267
7268 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7269
7270 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7271 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7272 that should not be used for draft articles.
7273 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7274 that has no concern in minor mode keys.
7275 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7276 Abolish.
7277
7278 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7279
7280 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7281 article without making inquiry to a user for unknown encoding.
7282
7283 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7284 (nnmaildir--scan): Assume i-node and device number that file-attributes
7285 returns might be cons-cell.
7286
7287 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7288
7289 * auth-source.el: Remove docs now in auth.texi. Don't use
7290 `gnus-message' for logging. Add new variables `auth-source-debug' and
7291 `auth-source-hide-passwords' and use them.
7292
7293 2009-07-15 Glenn Morris <rgm@gnu.org>
7294
7295 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7296
7297 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7298
7299 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7300 excessive whitespace from the default values of title and description.
7301
7302 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7303
7304 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7305 mail-fetch-field to fetch Content-Description header in order to
7306 exclude newlines.
7307
7308 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7309
7310 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7311 to deleted part.
7312
7313 2009-05-30 David Engster <dengste@eml.cc>
7314
7315 * nnmairix.el: Remove old documentation in the commentary block.
7316 (nnmairix-request-group): Do not update active file for nnml back ends.
7317 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7318 end so that overview files are ignored.
7319 (nnmairix-update-groups): Make updating the groups more robust by using
7320 marks.
7321 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7322 with dollar characters in message-id.
7323
7324 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7325
7326 * spam.el: Use dns-query instead of query-dns. Was renamed on
7327 2008-12-25 in dns.el.
7328
7329 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7332 could happen if the text is only composed of spaces and/or tabs.
7333
7334 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7335
7336 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7337 when sending a queued message to avoid extra mml tags.
7338
7339 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7340
7341 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7342
7343 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7344
7345 * gnus-dired.el: Remove autoload for gnus-setup-message.
7346 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7347 displaying Gnus logo; always use compose-mail.
7348
7349 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7350
7351 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7352
7353 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7356 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7357 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7358 available.
7359 (gnus-nocem-epg-verify): New function.
7360
7361 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7362
7363 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7364
7365 2009-02-15 Glenn Morris <rgm@gnu.org>
7366
7367 * gnus-util.el (rmail-insert-rmail-file-header)
7368 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7369 autoloads.
7370 (rmail-default-rmail-file): Remove unnecessary declaration.
7371 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7372
7373 2009-02-14 Glenn Morris <rgm@gnu.org>
7374
7375 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7376 variable (only used in gnus-util, which declares it anyway).
7377 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7378 which was only needed by gnus-art (changed to not use it any more).
7379 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7380 only used in gnus-util, which autoloads it itself.
7381 (rmail-update-summary): Fix autoload.
7382
7383 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7384 rather than rmail-output-to-rmail-file.
7385
7386 2009-02-07 Glenn Morris <rgm@gnu.org>
7387
7388 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7389 autoload of function that no longer exists.
7390 (rmail-toggle-header): Declare.
7391 (message-forward-rmail-make-body): Handle mbox Rmail.
7392
7393 2009-01-31 Glenn Morris <rgm@gnu.org>
7394
7395 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7396 2009-01-09 change.
7397
7398 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7399
7400 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7401 (auth-source-forget-all-cached): New convenience function.
7402 (auth-source-user-or-password): Accept list of modes or a single mode.
7403
7404 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7405 auth-source modes.
7406
7407 * nnimap.el (nnimap-open-connection): Use list of
7408 auth-source modes.
7409
7410 * nntp.el (nntp-send-authinfo): Use list of
7411 auth-source modes.
7412
7413 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7414
7415 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7416 now.
7417
7418 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7419
7420 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7421 coding system in XEmacs; add a workaround for XEmacs.
7422
7423 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7424
7425 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7426 of current-language-environment.
7427
7428 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7429
7430 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7431 available at runtime.
7432
7433 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7434
7435 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7436
7437 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7438
7439 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7440 the greatest positive fixnum value doesn't work under an XEmacs with
7441 bignum support; use the most-positive-fixnum constant instead,
7442 available since Emacs 21.1 with cl and XEmacs 21.1.
7443
7444 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7447 XEmacs gets not to work.
7448
7449 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7450
7451 * mm-util.el (mm-coding-system-priorities): Allow the value like
7452 "Japanese (UTF-8)" of current-language-environment.
7453
7454 2009-01-09 Glenn Morris <rgm@gnu.org>
7455
7456 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7457 with last-command-event.
7458
7459 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7460
7461 * message.el (message-fix-before-sending): Amend comment.
7462
7463 2009-01-07 David Engster <dengste@eml.cc>
7464
7465 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7466 simplified server definitions by converting it via
7467 gnus-server-to-method.
7468
7469 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7470
7471 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7472 parameter's operands.
7473
7474 2009-01-06 David Engster <dengste@eml.cc>
7475
7476 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7477 primary select method (for gnus-group-mark-article-as-read).
7478
7479 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7480
7481 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7482 `(gnus)Face', not `(gnus)X-Face'.
7483
7484 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7485
7486 * mm-util.el (mm-ucs-to-char): New function.
7487
7488 * mm-url.el (mm-url-decode-entities): Use it.
7489
7490 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7491
7492 * message.el (message-fix-before-sending): Add `eight-bit' to
7493 illegible-text check.
7494
7495 2009-01-03 Michael Olson <mwolson@gnu.org>
7496
7497 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7498 `headers' is nil. This can occur if the IMAP server does not have
7499 permissions to read messages from a folder, but can write new messages
7500 to the folder.
7501 (nnimap-request-article-part): Do not insert `data' if it is nil.
7502
7503 2009-01-01 Dave Love <fx@gnu.org>
7504
7505 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7506
7507 * nnimap.el: Fix author email.
7508 (nnimap-split-rule): Add FIXME comment.
7509 (nnimap-debug): Fix doc string.
7510
7511 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7512
7513 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7514 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7515 to check if those variables exist (first appeared in Emacs 18.50).
7516
7517 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7518
7519 * mm-util.el (mm-line-number-at-pos): New function.
7520
7521 * spam-report.el (spam-report-process-queue): Use it.
7522
7523 2008-12-24 David Engster <dengste@eml.cc>
7524
7525 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7526 parameters that haven't existed as variables as buffer-local variables.
7527
7528 2008-12-23 Dave Love <fx@gnu.org>
7529
7530 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7531 cadar.
7532
7533 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7534 imap-starttls-p.
7535 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7536
7537 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7538
7539 * spam-report.el (spam-report-gmane-max-requests): New constant.
7540 (spam-report-gmane-wait): New variable.
7541 (spam-report-gmane-ham, spam-report-gmane-spam)
7542 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7543 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7544 the server.
7545
7546 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7547 Add explanations.
7548
7549 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7550 nnheader-accept-process-output and nnheader-read-timeout if available.
7551 (pop3-movemail): Use it.
7552
7553 * message.el (message-check-news-body-syntax): Fix signature check if
7554 there's an attachment.
7555
7556 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7557
7558 * mm-util.el: Add comments to the mm- emulating functions.
7559
7560 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7561
7562 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7563 Reported by Stephen Berman <stephen.berman@gmx.net>.
7564
7565 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7566
7567 * mm-util.el (mm-substring-no-properties): New function.
7568 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7569 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7570 (mm-string-to-multibyte): Doc fix.
7571
7572 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7573
7574 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7575
7576 * mml.el (mml-attach-file): Strip text properties from file name.
7577 (Bug#1574)
7578
7579 2008-12-16 Glenn Morris <rgm@gnu.org>
7580
7581 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7582
7583 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7584
7585 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7586 knows since the charset specified might be a bogus alias that
7587 mm-charset-synonym-alist provides.
7588
7589 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7590
7591 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7592 "ISO_8859-1".
7593
7594 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7595
7596 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7597
7598 * mm-util.el (mm-charset-eval-alist):
7599 Define it before mm-charset-to-coding-system.
7600 (mm-charset-to-coding-system): Add optional argument `silent';
7601 define it before mm-charset-override-alist.
7602 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7603 default value if it can be used in Emacs currently running;
7604 silence mm-charset-to-coding-system.
7605
7606 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7607
7608 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7609 `allow-override' which says whether to use `mm-charset-override-alist'.
7610 (rfc2047-decode-encoded-words): Use it.
7611
7612 * mm-util.el (mm-charset-override-alist): Fix custom type;
7613 add `(gb2312 . gbk)' to choices.
7614
7615 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7616
7617 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7618 fast.
7619
7620 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7621
7622 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7623
7624 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7625 on links.
7626
7627 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7628
7629 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7630
7631 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7632 users' addresses that don't have domain parts.
7633 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7634 rather than message-narrow-to-head since there will be the message
7635 header separator.
7636
7637 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7640 since the result is inserted in a unibyte buffer anyway.
7641 (nnimap-demule-use-string-to-multibyte): Remove.
7642 (nnimap-demule): Alias it to mm-string-to-multibyte.
7643
7644 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7645
7646 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7647 variable for debugging bug#464 and bug#1174.
7648 (nnimap-demule): Use it.
7649
7650 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7651
7652 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7653 score calculation correctly.
7654
7655 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * message.el (message-send-mail): Just set the buffer to unibyte
7658 rather than use mm-with-unibyte-current-buffer which does a lot more.
7659 (message-send-mail-partially): Don't bother with
7660 mm-with-unibyte-current-buffer since it's already been made unibyte by
7661 message-send-mail.
7662
7663 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7664
7665 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7666
7667 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7668
7669 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7670
7671 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7672
7673 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7674 require itself and to remove `with-no-warnings'.
7675
7676 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7677
7678 * starttls.el (starttls-any-program-available): Get the name of the
7679 available TLS layer program.
7680 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7681 well as the host name in the "opening" message.
7682
7683 * auth-source.el (auth-source-cache, auth-source-do-cache)
7684 (auth-source-user-or-password): Cache passwords and logins by default,
7685 allow override with `auth-source-do-cache'.
7686 (auth-source-forget-user-or-password): Allow users to remove cache
7687 entries if needed.
7688
7689 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7690
7691 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7692 condition-case to only the forward-sexp call.
7693
7694 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7695
7696 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7697 quotes contained. Make it more robust regardless by an extra
7698 condition-case wrapper.
7699
7700 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7701
7702 * nnml.el (nnml-request-expire-articles): Check if the function set to
7703 `nnmail-expiry-target' returns the symbol `delete'.
7704
7705 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7706
7707 * nnmail.el (nnmail-expiry-target): Fix custom type.
7708
7709 2008-10-02 Glenn Morris <rgm@gnu.org>
7710
7711 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7712 Silence compiler warning.
7713
7714 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * mml.el (mml-menu): Don't assume mml2015 is bound.
7717
7718 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7719
7720 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7721 exists.
7722
7723 2008-09-27 Glenn Morris <rgm@gnu.org>
7724
7725 * gnus-util.el (mail-header-remove-comments): Autoload it.
7726
7727 2008-09-27 Andreas Schwab <schwab@suse.de>
7728
7729 * gnus-util.el (gnus-split-references): Strip comments.
7730 (gnus-parent-id): Likewise.
7731
7732 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7733
7734 * message.el (message-confirm-send): Fix version.
7735
7736 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7737
7738 * message.el (message-idna-to-ascii-rhs-1): Use
7739 mail-extract-address-components rather than mail-header-parse-addresses
7740 that is an alias by default to ietf-drums-parse-addresses that does not
7741 support non-ASCII names in headers' contents.
7742
7743 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7744
7745 * message.el (message-confirm-send): Fix variable documentation to
7746 avoid the "y/n" wording.
7747
7748 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7749
7750 * message.el (message-set-auto-save-file-name): Save to a different
7751 filename so multiple messages (especially drafts) can be recovered.
7752
7753 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7754
7755 * message.el (message-confirm-send): Add appropriate version.
7756
7757 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7758
7759 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7760 defvar.
7761
7762 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7763
7764 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7765 (mm-pkcs7-enveloped-magic): Ditto.
7766
7767 2008-09-17 Simon Josefsson <simon@josefsson.org>
7768
7769 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7770 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7771
7772 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7773
7774 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7775 default, it's better.
7776
7777 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7778
7779 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7780 summary line gnus-number property and ignore them (with a warning
7781 message).
7782
7783 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7784
7785 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7786 macro caddr in the interactive form since it won't be expanded.
7787
7788 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7789
7790 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7791 `charset'; fix name of function called recursively.
7792 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7793
7794 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7795
7796 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7797 (gnus-mime-set-charset-parameters): New function.
7798 (gnus-mime-view-part-as-charset): Use it to correctly display part
7799 specifying wrong charset.
7800
7801 2008-09-08 David Engster <dengste@eml.cc>
7802
7803 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7804 in completing-read for back end server.
7805
7806 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7807
7808 * message.el (message-confirm-send): New variable to confirm sending a
7809 message.
7810 (message-send): Use it.
7811
7812 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7813
7814 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7815
7816 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7817
7818 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7819
7820 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7821
7822 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7823 prevent tracking too many groups.
7824 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7825 Use it.
7826
7827 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7828
7829 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7830 moving point to the bottom of the window in order to avoid recentering.
7831
7832 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7833
7834 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7835 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7836 (gnus-article-beginning-of-window): Fix calculation.
7837
7838 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7839
7840 * gnus-msg.el (gnus-summary-supersede-article)
7841 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7842 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7843 message header.
7844
7845 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7846
7847 * message.el:
7848 * gnus-start.el:
7849 * gnus-registry.el: Remove VMS support.
7850
7851 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7852
7853 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7854 macro.
7855 (rfc2104-hash): Use it.
7856
7857 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7858
7859 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7860 (gnus-summary-sort-by-most-recent-date): New commands.
7861 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7862 and menu entries.
7863
7864 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7865
7866 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7867 don't redisplay article for raw contents; remove plural articles stuff.
7868
7869 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7870 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7871 on gnus-summary-save-article; display results properly.
7872
7873 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7874
7875 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7876
7877 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7878
7879 * gnus-art.el (gnus-summary-save-in-pipe):
7880 Consider gnus-save-all-headers.
7881
7882 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7883
7884 * gnus-util.el (ns-focus-frame): Remove declaration.
7885 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7886 like x.
7887
7888 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7889
7890 * rfc2104.el (rfc2104-zero): Delete defconst.
7891 (rfc2104-hex-alist): Likewise.
7892 (rfc2104-hex-to-int): Delete func.
7893 (rfc2104-hexstring-to-bitstring): Likewise.
7894 (rfc2104-nybbles): New defconst.
7895 (rfc2104-hash): Rewrite for speed.
7896
7897 2008-07-16 Glenn Morris <rgm@gnu.org>
7898
7899 * gnus-util.el (ns-focus-frame): Declare for compiler.
7900
7901 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7902
7903 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7904 set as a group parameter.
7905 (gnus-summary-save-in-pipe): Work when it is called independently.
7906 (gnus-summary-pipe-to-muttprint): Don't modify
7907 gnus-summary-pipe-output-default-command.
7908
7909 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7910
7911 * message.el (message-send-mail-with-sendmail):
7912 Display the error message.
7913
7914 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7915
7916 * gnus-art.el (gnus-default-article-saver):
7917 Add gnus-summary-save-in-pipe to choices.
7918 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7919 gnus-summary-pipe-output-default-command as the default command.
7920 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7921 instead of gnus-last-shell-command.
7922
7923 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7924 New user option.
7925 (gnus-summary-muttprint-program): Mention the value will be changed.
7926 (gnus-summary-save-article): Force showing of all headers.
7927 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7928
7929 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7930
7931 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7932
7933 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
7934
7935 * nnimap.el (nnimap-id):
7936 * sieve-manage.el (sieve-manage-open): Doc fixes.
7937
7938 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7939
7940 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7941 if available.
7942
7943 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7946
7947 * nnkiboze.el (nnkiboze-generate-group):
7948 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7949
7950 * nnmairix.el: Require CL.
7951
7952 2008-06-15 David Engster <dengste@eml.cc>
7953
7954 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7955
7956 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7957
7958 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7959 New macros that expand to an `aset'/`aref' call under Emacs, and to a
7960 runtime choice under XEmacs.
7961
7962 * gnus-sum.el (gnus-summary-set-display-table):
7963 Use `gnus-put-display-table', `gnus-get-display-table',
7964 `gnus-set-display-table' for the display table, instead of `aset'.
7965
7966 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7967
7968 * nnmairix.el: Add autoloads.
7969
7970 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7971
7972 * nnmairix.el (nnmairix-delete-recreate-group)
7973 (nnmairix-update-and-clear-marks): Fix error messages.
7974
7975 2008-06-14 David Engster <dengste@eml.cc>
7976
7977 * nnmairix.el: Upgrade to version 0.6.
7978 (nnmairix-group-toggle-propmarks-this-group)
7979 (nnmairix-group-toggle-readmarks-this-group)
7980 (nnmairix-group-delete-recreate-this-group)
7981 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7982 (nnmairix-remove-tick-mark-original-article): New commands.
7983 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7984 (nnmairix-propagate-marks-to-nnmairix-groups)
7985 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7986 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7987 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7988 functions needed for marks propagation and manipulation of read marks.
7989 (nnmairix-update-groups): New function.
7990 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7991 (nnmairix-determine-original-group-from-registry)
7992 (nnmairix-determine-original-group-from-path)
7993 (nnmairix-get-group-from-file-path, nnmairix-map-range)
7994 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7995 New helper functions.
7996 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7997 keystrokes for new commands.
7998 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7999 (nnmairix-request-group): Check allow-fast group parameter.
8000 (nnmairix-request-create-group): Set allow-fast group parameter if
8001 nnmairix-allowfast-default is set.
8002 (nnmairix-close-group): Propagate marks upon closing if needed.
8003 (nnmairix-group-toggle-threads-this-group): Use new.
8004 nnmairix-group-toggle-parameter helper function.
8005 (nnmairix-search): Better check for empty search result.
8006 (nnmairix-goto-original-article): Use new helper functions for
8007 determining original article.
8008 (nnmairix-show-original-article): Make sure message-id is in brackets.
8009 (nnmairix-call-mairix-binary): Change variable name.
8010 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8011 helper function.
8012 (nnmairix-widget-toggle-activate): Fix doc string.
8013
8014 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8015
8016 * nnir.el: Require edmacro when compiling with XEmacs.
8017 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8018 available in Emacs 21.
8019
8020 2008-06-11 Glenn Morris <rgm@gnu.org>
8021
8022 * gnus-util.el (x-focus-frame):
8023 * gnus.el (image-size):
8024 * mm-decode.el (image-size): Declare.
8025
8026 * gnus-picon.el (declare-function): Add compat definition.
8027 (image-size): Declare.
8028
8029 * gnus-group.el (tool-bar-map):
8030 * gnus-sum.el (tool-bar-map): Define for compiler.
8031
8032 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8033
8034 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8035
8036 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8037 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8038 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8039 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8040 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8041 * sieve-manage.el, spam-report.el, spam.el:
8042 Remove unnecessary eval-and-compile of autoloads.
8043
8044 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8045
8046 * auth-source.el: Precise Tramp doc.
8047
8048 2008-06-07 Glenn Morris <rgm@gnu.org>
8049
8050 * nnmairix.el: Remove unnecessary eval-when-compile.
8051
8052 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8053
8054 * nnir.el: New file.
8055
8056 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * gnus-util.el (gnus-read-shell-command): New function.
8059 * mm-decode.el (mm-pipe-part):
8060 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8061
8062 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8063
8064 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8065
8066 2008-06-03 Glenn Morris <rgm@gnu.org>
8067
8068 * pop3.el (nnheader-accept-process-output): Autoload it.
8069
8070 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8071
8072 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8073 are not 2-digit hexadecimal characters that follow `%'s.
8074
8075 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8076
8077 * message.el (message-bogus-recipient-p): Fix type in doc string.
8078 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8079 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8080 Improve custom options.
8081 (message-bogus-recipient-p): Adjust accordingly.
8082
8083 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8084
8085 * nnmairix.el: Require edmacro when compiling with XEmacs.
8086
8087 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8088
8089 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8090 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8091
8092 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8093
8094 * auth-source.el: Add more docs.
8095
8096 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8097
8098 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8099 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8100 retrieval faster in some cases, but might make CPU usage larger.
8101 If this has any bad side effects, we might revert this change.
8102
8103 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8104 seems to make mail retrieval much, much faster.
8105 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8106 unconditionally.
8107
8108 * gnus-draft.el (gnus-group-send-queue):
8109 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8110
8111 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8112
8113 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8114
8115 * message.el (message-bogus-address-regexp): Fix and improve custom
8116 type.
8117 (message-setup-hook): Add message-check-recipients as custom option.
8118
8119 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8120
8121 * message.el (message-cite-function): Remove bogus autoload which crept
8122 in during merge from v5-10.
8123
8124 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8125
8126 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8127
8128 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8129
8130 * auth-source.el: Preliminary Tramp docs.
8131 (auth-sources): Change the default auth-sources to use
8132 EPA .gpg files.
8133
8134 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8135
8136 * nntp.el: Autoload `auth-source-user-or-password'.
8137 (nntp-send-authinfo): Use it.
8138
8139 * nnimap.el: Autoload `auth-source-user-or-password'.
8140 (nnimap-open-connection): Use it.
8141
8142 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8143 for the gnus-message function.
8144 (auth-source-user-or-password): Use it.
8145
8146 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8149 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8150 (rfc2104-hash): Use it.
8151
8152 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8153
8154 * gnus-art.el (gnus-article-toggle-truncate-lines):
8155 Don't use `iff' in docstring.
8156
8157 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8158
8159 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8160
8161 * gnus-util.el (gnus-extract-address-component-name)
8162 (gnus-extract-address-component-email): Convenience functions around
8163 `gnus-extract-address-components'.
8164
8165 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8166 Use `gnus-extract-address-component-email' to fix bug of comparing full
8167 sender name to `user-mail-address'.
8168
8169 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8170
8171 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8172 catch/throw to optimize.
8173 (gnus-registry-find-keywords): Just use member to find a keyword.
8174
8175 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8178 is current before calling gnus-server-prepare.
8179 (gnus-server-setup-buffer, gnus-server-update-server)
8180 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8181
8182 2008-05-04 Juri Linkov <juri@jurta.org>
8183
8184 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8185 (mailcap-file-default-commands): Use mailcap-replace-in-string
8186 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8187 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8188
8189 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8190
8191 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8192
8193 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8194
8195 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8196 hooks.
8197 (gnus-update-read-articles): Speed up non-marks-using users.
8198 (gnus-use-marks): Define gnus-use-marks.
8199 (gnus-propagate-marks): Rename variable to something more sensible.
8200
8201 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8202
8203 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8204 (gmm-image-load-path-for-library): Fix typos in docstrings.
8205 (gmm-message): Reflow docstring.
8206
8207 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8208
8209 * mail-source.el (mail-source-set-1, mail-source-bind):
8210 Move auth-source code out of the macro to clean it up and fix bugs.
8211
8212 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8213
8214 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8215 by sender if it's equal to user-mail-address, it's likely to be
8216 useless.
8217
8218 * mail-source.el (mail-source-bind): Don't use user or password if they
8219 are not bound. Unintern them if they are nil. Don't use server unless
8220 it's bound, and default it to empty string otherwise.
8221
8222 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8223
8224 * mail-source.el: Load auth-source.el.
8225 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8226 get user name or password, if auth-sources is set up.
8227
8228 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8229 strategy of splitting with parent.
8230 (gnus-registry-split-fancy-with-parent)
8231 (gnus-registry-post-process-groups): Use it and fix prior
8232 bug (returning a list as the split result).
8233
8234 * auth-source.el (auth-sources): Remove server parameter.
8235 (auth-source-pick, auth-source-user-or-password)
8236 (auth-source-user-or-password-imap)
8237 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8238 (auth-source-user-or-password-sftp)
8239 (auth-source-user-or-password-smtp): Remove server parameter.
8240
8241 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8242
8243 * smime.el (smime-sign-region, smime-encrypt-region)
8244 (smime-decrypt-region):
8245 Remove redundant calls to `generate-new-buffer-name'.
8246
8247 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8248
8249 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8250 Don't use QP for message/rfc822.
8251 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8252
8253 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * sieve-manage.el (sieve-string-bytes): Remove.
8256 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8257 correct byte-length only if the process's coding-system is the same as
8258 the one used internally by Emacs to represent strings.
8259
8260 2008-04-22 Juri Linkov <juri@jurta.org>
8261
8262 * mailcap.el (mailcap-file-default-commands): New function.
8263
8264 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8265
8266 * message.el (message-signature-separator, message-cite-function):
8267 Change custom version.
8268
8269 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8270
8271 * mm-decode.el (mm-display-external): Make temp file read-only.
8272
8273 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8274
8275 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8276 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8277 `C-c C-f d'.
8278
8279 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8280
8281 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8282
8283 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8284
8285 * auth-source.el: Add docs.
8286 (auth-sources): Modify format to support server.
8287 (auth-source-pick, auth-source-user-or-password)
8288 (auth-source-user-or-password-imap)
8289 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8290 (auth-source-user-or-password-sftp)
8291 (auth-source-user-or-password-smtp): Add server parameter.
8292
8293 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8294
8295 * gnus-registry.el: Initialize the registry when gnus-registry-install
8296 is t.
8297
8298 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8299
8300 * compface.el (uncompface): Make buffer unibyte.
8301
8302 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * mail-source.el (mail-source-value):
8305 Prefer fboundp to functionp so it works with macros as well.
8306
8307 2008-04-05 Glenn Morris <rgm@gnu.org>
8308
8309 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8310
8311 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8314 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8315
8316 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8317 multibyteness after rather than before erasing it.
8318
8319 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8320 mm-with-multibyte.
8321 (gnus-request-article-this-buffer): Make sure the proper decoding is
8322 used if gnus-original-article-buffer happens to be unibyte.
8323
8324 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8325 default-enable-multibyte-characters.
8326
8327 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8328 default-enable-multibyte-characters.
8329
8330 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8331
8332 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8333
8334 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8337 Fix last change in case the element is not even a symbol.
8338
8339 2008-04-02 Simon Josefsson <simon@josefsson.org>
8340
8341 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8342 imap-enable-exchange-bug-workaround.
8343 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8344
8345 2008-04-01 Simon Josefsson <simon@josefsson.org>
8346
8347 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8348 a 100 byte status-checks into a 2-3MB transfer for each group.
8349 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8350 to enable bug workaround or not.
8351 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8352
8353 2008-03-31 Glenn Morris <rgm@gnu.org>
8354
8355 * message.el (mml2015-use): Declare for compiler.
8356 (message-info): Require mml2015 when appropriate.
8357
8358 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8359
8360 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8361 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8362 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8363 (nntp-service-to-port): New function.
8364 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8365 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8366 (nntp-open-netcat-stream): New function.
8367 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8368
8369 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8370
8371 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8372
8373 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8376
8377 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8378
8379 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8380
8381 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8382
8383 * message.el (message-signature-separator): Change default.
8384 Improve custom type.
8385 (message-cite-function): Change default to
8386 message-cite-original-without-signature.
8387
8388 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8389 toggle.
8390
8391 * message.el (message-check-news-body-syntax): Fix signature check.
8392 (message-setup-1): Mark buffer as unmodified _after_ running
8393 message-setup-hook and handling message-alternative-emails.
8394 (message-shorten-references): Be more strict when building list of
8395 valid references to comply with GNKSA.
8396
8397 * gnus-group.el (gnus-read-ephemeral-bug-group)
8398 (gnus-read-ephemeral-debian-bug-group)
8399 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8400
8401 * message.el (message-info): Don't use booleanp which isn't supported
8402 in Emacs 21 and XEmacs.
8403
8404 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8405
8406 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8407 gnus-group-gmane-group-download-format.
8408 (gnus-group-read-ephemeral-gmane-group): Rename from
8409 gnus-group-read-ephemeral-gmane-group.
8410 (gnus-read-ephemeral-gmane-group-url): Rename from
8411 gnus-group-read-ephemeral-gmane-group-url.
8412 (gnus-bug-group-download-format-alist): New variable.
8413 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8414 (gnus-read-ephemeral-emacs-bug-group): New commands.
8415
8416 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8417
8418 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8419 (gnus-visible-headers): Improve custom type.
8420
8421 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8422
8423 * mml.el (mml-menu): Add workarounds for XEmacs.
8424
8425 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8426 X-Boundary header.
8427
8428 * message.el (message-simplify-recipients): Fix previous commit.
8429
8430 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * mm-util.el (mm-set-buffer-multibyte): New function.
8433 * mm-decode.el (mm-copy-to-buffer): Use it.
8434
8435 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8436 Prefer fboundp to functionp so it works with macros as well.
8437
8438 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8439
8440 * message.el (message-alter-recipients-discard-bogus-full-name):
8441 New function.
8442 (message-alter-recipients-function): New variable.
8443 (message-get-reply-headers): Use it.
8444 (message-replace-header): New helper function.
8445 (message-recipients-without-full-name): New variable.
8446 (message-simplify-recipients): New command.
8447
8448 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8449
8450 * message.el (message-info): Handle EasyPG manual.
8451
8452 * mml.el (mml-menu): Add entry for EasyPG.
8453
8454 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8455
8456 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8457 parameter.
8458
8459 * message.el (message-disassociate-draft): Specify drafts group name
8460 fully.
8461
8462 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8463
8464 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8465 Eliminate unnecessary duplicates from the match list.
8466
8467 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8468
8469 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8470 args of `how-many' of which the XEmacs version doesn't take; declare
8471 Info-index-next as function.
8472
8473 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8474
8475 * gnus-score.el (gnus-score-headers): Fix handling of
8476 gnus-inhibit-slow-scoring.
8477
8478 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8479 string.
8480 (gnus-button-url-regexp): Improve handling of parenthesis.
8481 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8482 (gnus-button-handle-info-keystrokes): Handle index entries.
8483
8484 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8485
8486 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8487 Incoming* files.
8488
8489 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8490
8491 * auth-source.el (auth-sources): Rename from auth-source-choices.
8492 (auth-source-pick): Use it.
8493
8494 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8495
8496 * auth-source.el (auth-source-protocols)
8497 (auth-source-protocols-customize, auth-source-choices): Add and
8498 modified variable customizations and defaults.
8499 (auth-source-pick, auth-source-user-or-password)
8500 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8501 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8502 (auth-source-user-or-password-sftp)
8503 (auth-source-user-or-password-smtp): Use new variables and provide an
8504 interface to netrc.el.
8505
8506 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8507
8508 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8509 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8510 Make sure the nntp port to specify is a string.
8511
8512 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * nntp.el: Use with-current-buffer.
8515 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8516 dubious mm-with-unibyte-current-buffer.
8517 (nntp-with-open-group-function): New function extracted from
8518 nntp-with-open-group macro.
8519 (nntp-with-open-group): Use the function, so it's easier to debug.
8520 Add indentation and debugging info.
8521 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8522 Recommend the use of the netcat alternatives.
8523
8524 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8525 Avoid mm-string-as-multibyte as well.
8526
8527 * nnweb.el (nnweb-insert-html):
8528 Remove use of nnheader-string-as-multibyte.
8529
8530 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8531 (nnheader-string-as-multibyte): Remove.
8532
8533 * mm-view.el: Use inhibit-read-only.
8534 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8535 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8536 or unibyte-string.
8537
8538 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8539 (mm-uu-yenc-extract): Use with-current-buffer.
8540
8541 * gnus-soup.el (gnus-soup-send-packet): Don't use
8542 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8543
8544 * nnmh.el: Use with-current-buffer.
8545 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8546 mm-string-as-multibyte on the output of mm-encode-coding-string.
8547
8548 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8549 (nnimap-request-move-article): Use with-current-buffer.
8550
8551 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8552 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8553 conversion uses string-make-unibyte rather than string-as-unibyte.
8554
8555 * gnus-msg.el: Use with-current-buffer.
8556
8557 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8558
8559 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8560
8561 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8562 string for caching if it is 'PIN.
8563
8564 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8565
8566 * mail-source.el (mail-source-delete-old-incoming-confirm):
8567 Change default to nil.
8568 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8569
8570 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8571
8572 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8573 (gnus-article-goto-prev-page): Work for articles having ^L's.
8574
8575 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8576
8577 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8578
8579 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8580
8581 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8582 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8583 (gnus-bookmark-jump): Adjust some variable names.
8584
8585 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8586
8587 * auth-source.el: New package.
8588 (auth-source-choices): Add customization entry point variable.
8589
8590 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8591 bug.
8592
8593 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8594
8595 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8596 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8597 (gnus-registry-install-shortcuts): Rename from
8598 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8599 the `gnus-registry-mark-map' keymap dynamically from
8600 `gnus-registry-marks'. The generated functions update the summary line
8601 when a registry mark is added or deleted, and will call
8602 `gnus-registry-install-p' (see the comments in the code).
8603 (gnus-registry-user-format-function-M): Use concat intelligently.
8604
8605 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8606 the registry mark functions.
8607
8608 2008-03-05 Glenn Morris <rgm@gnu.org>
8609
8610 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8611 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8612 gnus-art.
8613 (top-level): No need to load own source when compiling.
8614
8615 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8616
8617 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8618 Suggested by <chris.anderton@zetnet.co.uk>.
8619
8620 2008-03-04 Glenn Morris <rgm@gnu.org>
8621
8622 * gnus-sum.el (top-level): No need to require gnus when compiling,
8623 since unconditionally required near start of file.
8624 (gnus-summary-display-while-building): Move definition before use.
8625
8626 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8627
8628 * gnus-registry.el (gnus-registry-user-format-function-M):
8629 Add formatting function.
8630
8631 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8632
8633 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8634 with plists.
8635 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8636 Use new format.
8637
8638 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8639
8640 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8641 `where-is-internal' that returns a range of key sequences.
8642
8643 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8646
8647 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8648 (gnus-summary-jump-to-group): Consider windows on other displayed
8649 frames as well. Similar changes might be needed elsewhere, but that's
8650 the one I've bumped into during my use.
8651
8652 * nndoc.el (nndoc-oe-dbx-type-p):
8653 * gnus-msg.el (gnus-debug):
8654 * gnus-group.el (gnus-update-group-mark-positions):
8655 Use mm-string-to-multibyte.
8656
8657 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8658
8659 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8660 doesn't handle NotDashEscaped.
8661
8662 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8663 (mml-dnd-attach-options): Fix typo in custom choice.
8664
8665 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8666 Change nndoc-article-type to mbox.
8667 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8668
8669 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8670 to nil, instead of html2text.
8671
8672 * imap.el (imap-debug): Add `imap-ping-server'.
8673
8674 * gnus-bookmark.el: Add FIXMEs.
8675
8676 * message.el (message-form-letter-separator)
8677 (message-send-form-letter-delay): New variables.
8678 (message-send-form-letter): Use them. New command to send form
8679 letters. Requested by Uwe Siart.
8680 (message-send-mail-function): Doc fix. Add "Other" custom option.
8681
8682 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8683
8684 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8685 empty author.
8686
8687 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8688
8689 * gnus-registry.el (gnus-registry-marks): Add variable for
8690 customization of marks and their appearance.
8691 (gnus-registry-read-mark): Use it.
8692 (gnus-registry-do-marks): Add utility function to loop through
8693 `gnus-registry-marks'.
8694 (gnus-registry-install-shortcuts-and-menus): Add function to install
8695 shortcuts and menus.
8696 (gnus-registry-initialize): Use it.
8697 (gnus-registry-default-mark): Clarify documentation.
8698
8699 2008-02-29 Glenn Morris <rgm@gnu.org>
8700
8701 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8702 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8703 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8704 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8705 Change defcustom :version from 23.0 to 23.1.
8706
8707 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8708
8709 * gnus-registry.el (gnus-registry-follow-group-p)
8710 (gnus-registry-post-process-groups): Add functions to aid registry
8711 splitting and improve logging. Clarify behavior in function
8712 documentation.
8713 (gnus-registry-split-fancy-with-parent): Use them.
8714
8715 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * gnus-art.el: Use with-current-buffer.
8718
8719 2008-02-27 David Engster <dengste@eml.cc>
8720
8721 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8722 Express real group name in the response.
8723
8724 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8725
8726 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8727 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8728 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8729 autoload gnus-registry-fetch-group when compiling.
8730 (nnmairix-request-group-with-article-number-correction):
8731 Remove unreferenced argument passed to nnmairix-call-backend.
8732
8733 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8734
8735 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8736 (mm-uu-extract): Improve face for low color ttys.
8737 Reported by Sascha Wilde.
8738
8739 2008-02-27 Glenn Morris <rgm@gnu.org>
8740
8741 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8742 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8743 variables to defconsts. Convert comments to doc-strings.
8744 (nnmairix-last-server, nnmairix-current-server): Convert from free
8745 variables to defvars. Convert comments to doc-strings.
8746 (gnus-registry-fetch-group): Autoload.
8747 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8748 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8749 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8750 caddr.
8751 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8752 nnmairix-request-group-with-article-number-correction call.
8753 (nnmairix-fast, nnmairix-group): New, less general names, for free
8754 variables passed from nnmairix-request-group to
8755 nnmairix-request-group-with-article-number-correction. Declare.
8756 (nnmairix-request-group-with-article-number-correction):
8757 Use nnmairix-fast, nnmairix-group rather than fast, group.
8758
8759 2008-02-26 David Engster <dengste@eml.cc>
8760
8761 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8762 version 0.5.
8763
8764 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8765
8766 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8767 instead of making an extra function call. Don't add the current group
8768 to articles only when they have the group. Use
8769 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8770 Reported by David <de_bb@arcor.de>.
8771
8772 2008-02-24 Miles Bader <miles@gnu.org>
8773
8774 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8775 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8776 (mm-find-mime-charset-region):
8777 * mm-bodies.el (mm-encode-body):
8778 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8779
8780 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8781
8782 * mail-source.el (mail-source-delete-incoming): Change default.
8783 Supplement doc string.
8784
8785 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8786
8787 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8788
8789 * nnmail.el (nnmail-message-id-cache-file): Derive from
8790 `gnus-home-directory'.
8791
8792 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8793
8794 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8795 Document negative prefix.
8796
8797 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8798
8799 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8800
8801 * message.el (message-unsent-separator): Add the Exim bounce
8802 separator.
8803
8804 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8805
8806 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8807 list.
8808 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8809 recipient/signer list.
8810
8811 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8812
8813 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8814 fbound (Emacs 23 unicode), signal an error.
8815
8816 2008-02-08 Glenn Morris <rgm@gnu.org>
8817
8818 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8819
8820 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8821
8822 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8823 ports to the calls to `netrc-machine-user-or-password' in addition to
8824 "imap" and "imaps".
8825
8826 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8827
8828 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8829 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8830 <hanche@math.ntnu.no>.
8831
8832 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8833
8834 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8835
8836 2008-02-01 Zhang Wei <id.brep@gmail.com>
8837
8838 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8839
8840 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8841
8842 2008-02-01 Miles Bader <miles@gnu.org>
8843
8844 * mml.el (mml-parse-1): Remove apparently vestigial use of
8845 `mm-hack-charsets'.
8846 * mm-bodies.el (mm-encode-body): Likewise.
8847
8848 2008-02-01 Kenichi Handa <handa@m17n.org>
8849
8850 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8851 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8852 (rfc2104-hash): Convert the result of concat to unibyte string.
8853
8854 2008-02-01 Dave Love <fx@gnu.org>
8855
8856 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8857 coding-system-for-read.
8858 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8859
8860 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8861 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8862 (mm-find-mime-charset-region): Remove hack-charsets stuff.
8863
8864 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
8865
8866 * mail-source.el (mail-sources): Add `group' choice.
8867
8868 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8869 parameter `in-group' to control into which group the articles go.
8870 Add treatment of `group' mail-source.
8871
8872 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8873
8874 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8875 * message.el (message-beginning-of-line): Use featurep instead of bound
8876 tests in order to resolve conditionals at compile time.
8877
8878 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8879
8880 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8881
8882 * mm-decode.el (mm-dissect-buffer): Decode description.
8883
8884 * mml.el (mml-to-mime): Encode message header first.
8885
8886 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8887
8888 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8889 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8890
8891 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8892
8893 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8894
8895 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8896
8897 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8898 prefix keys.
8899 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8900 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8901 gnus-xmas.el.
8902
8903 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8904
8905 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8906 Add new variables for article mark management.
8907 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8908 list of extra data entries which, when present, will indicate that the
8909 article ID should not be trimmed from the registry.
8910 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8911 functions.
8912 (gnus-registry-read-mark): New function to read a mark name from the
8913 user.
8914 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8915 (gnus-registry-set-article-mark-internal): New functions to add and
8916 remove marks.
8917 (gnus-registry-get-article-marks): New function to show the marks for
8918 an article, or retrieve them for further use.
8919
8920 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8921
8922 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8923 keys when no argument is given.
8924
8925 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8926
8927 * gnus-sum.el (gnus-article-sort-by-random)
8928 (gnus-thread-sort-by-random): Fix doc strings.
8929 Reported by jidanni@jidanni.org.
8930
8931 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8932
8933 * gnus-art.el (gnus-article-describe-bindings): New function.
8934 (gnus-article-read-summary-keys): Use it.
8935 (gnus-article-mode-map): Bind `C-h b' to it.
8936
8937 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8938
8939 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8940 XEmacs.
8941 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8942 Protect against non-character events.
8943
8944 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8945
8946 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8947 New command.
8948 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8949 instead of END. Change name of the temp file.
8950 (gnus-group-gmane-group-download-format): Add doc string. Make it
8951 customizable.
8952
8953 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8954
8955 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8956 bind `S W' to gnus-article-wide-reply-with-original; set default
8957 binding to gnus-article-read-summary-send-keys.
8958 (gnus-article-read-summary-keys): Fix the order of keys; display
8959 continuation keys correctly in the echo area; describe bindings
8960 correctly when keys end with `C-h'.
8961 (gnus-article-read-summary-send-keys): New function.
8962 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8963 Work for gnus-article-read-summary-send-keys; display continuation keys
8964 correctly in the echo area.
8965 (gnus-article-reply-with-original): Ignore prefix argument.
8966 (gnus-article-wide-reply-with-original): New function.
8967
8968 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8969
8970 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8971 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8972
8973 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8974
8975 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8976 (gnus-group-read-ephemeral-gmane-group): New command.
8977
8978 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8979
8980 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8981
8982 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8983
8984 * message.el (message-send-mail-function): Increase custom version.
8985
8986 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8987 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8988
8989 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8992 html parts correctly; support forwarded messages.
8993 (gnus-article-browse-html-article): Remove work buffers.
8994
8995 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8996 compiling.
8997 (netrc-bound-and-true-p): New macro.
8998 (netrc-parse): Use it instead of bound-and-true-p that is not available
8999 in XEmacs 21.4.
9000
9001 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9002
9003 * gnus-registry.el (gnus-registry-mark-article)
9004 (gnus-registry-article-marks): Add functionality to mark articles
9005 through the Gnus registry.
9006
9007 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9008 (netrc-parse): Use encrypt-file-alist to determine if
9009 encrypt-find-model or encrypt-insert-file-contents should be used.
9010
9011 2007-12-19 Glenn Morris <rgm@gnu.org>
9012
9013 * mml.el (message-options-set, message-narrow-to-head)
9014 (message-in-body-p, message-mail-p, message-encode-message-body):
9015 Autoload.
9016 (message-remove-header, message-narrow-to-headers-or-head)
9017 (message-subscribed-p, message-make-mail-followup-to)
9018 (message-position-on-field, message-news-p)
9019 (message-options-set-recipient, message-generate-headers)
9020 (message-sort-headers): Declare as functions.
9021
9022 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9023
9024 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9025 convention in doc string.
9026
9027 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9028
9029 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9030 title to html parts.
9031 (gnus-article-browse-html-article): Pass message header to it.
9032
9033 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9034
9035 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9036
9037 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9038 or password compatible with XEmacs.
9039
9040 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9041
9042 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9043 format document.
9044 (gnus-mime-delete-part): Don't write description line if empty.
9045 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9046
9047 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9048
9049 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9050 (gnus-summary-mark-read-and-unread-as-read)
9051 (gnus-summary-mark-current-read-and-unread-as-read)
9052 (gnus-summary-mark-unread-as-ticked): Doc fix.
9053 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9054
9055 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9056
9057 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9058 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9059
9060 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9061
9062 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9063 yes-or-no-p.
9064
9065 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9066
9067 * mm-decode.el (mm-add-meta-html-tag): New function.
9068 (mm-save-part-to-file, mm-pipe-part): Use it.
9069
9070 * gnus-art.el (gnus-article-browse-delete-temp-files):
9071 Use gnus-y-or-n-p instead of y-or-n-p.
9072 (gnus-article-browse-html-parts): Work with message/external-body; use
9073 mm-add-meta-html-tag.
9074
9075 2007-12-11 Glenn Morris <rgm@gnu.org>
9076
9077 * gnus-cache.el: Require gnus-sum not just when compiling.
9078
9079 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9080
9081 * gnus-int.el (gnus-server-opened, gnus-status-message):
9082 Move definitions before use.
9083
9084 * mm-decode.el: Require gnus-util.
9085 (mm-remove-part): Only call delete-annotation on XEmacs.
9086
9087 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9088
9089 * nnmail.el: Require gnus-int.
9090
9091 * spam.el: Move `require's before `eval-when-compile's.
9092
9093 * gnus-ems.el (gnus-alive-p):
9094 * gnus-fun.el (message-goto-eoh):
9095 * gnus-util.el (gnus-group-name-decode):
9096 * mail-source.el (gnus-compress-sequence):
9097 * message.el (Info-goto-node, format-spec):
9098 * mm-bodies.el (message-options-get):
9099 * mm-decode.el (mm-view-pkcs7):
9100 * mm-util.el (gmm-write-region):
9101 * mml-smime.el (mml-compute-boundary)
9102 (gnus-completing-read-with-default):
9103 * mml.el (widget-button-press, gnus-make-hashtable):
9104 * mml1991.el (mm-decode-content-transfer-encoding)
9105 (mm-encode-content-transfer-encoding)
9106 (message-options-get, message-options-set):
9107 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9108 * nnfolder.el (gnus-request-group):
9109 * nnheader.el (ietf-drums-unfold-fws):
9110 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9111 * smime.el (gnus-run-mode-hooks):
9112 * spam-stat.el (gnus-message): Autoload.
9113
9114 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9115 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9116 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9117 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9118 Add declare-function compatibility definition.
9119
9120 * gnus-cache.el (nnvirtual-find-group-art):
9121 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9122 (gnus-add-image, gnus-add-wash-type):
9123 * gnus-group.el (nnkiboze-score-file):
9124 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9125 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9126 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9127 (message-tokenize-header, gnus-get-buffer-create)
9128 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9129 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9130 * gnus.el (gnus-group-decoded-name):
9131 * mail-source.el (imap-capability):
9132 * mm-bodies.el (message-options-set):
9133 * mm-decode.el (gnus-configure-windows):
9134 * mm-extern.el (message-goto-body):
9135 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9136 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9137 (epg-sub-key-validity, message-options-set):
9138 * mml.el (widget-event-point, gnus-configure-windows):
9139 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9140 * mml2015.el (epg-check-configuration, epg-configuration)
9141 (message-options-set):
9142 * nndb.el (nndb-request-article):
9143 * nnfolder.el (gnus-request-create-group):
9144 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9145 * nnmaildir.el (gnus-group-mark-article-read):
9146 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9147 * rfc1843.el (message-fetch-field):
9148 * spam.el (gnus-extract-address-components):
9149 Declare as functions.
9150
9151 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9152
9153 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9154
9155 2007-12-09 Glenn Morris <rgm@gnu.org>
9156
9157 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9158
9159 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9160 * message.el, mm-view.el, sieve-manage.el, smime.el:
9161 Add declare-function compatibility definition.
9162
9163 * gnus-art.el (w3-region, w3m-region, Info-menu):
9164 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9165 * gnus-sum.el (gnus-get-predicate):
9166 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9167 * message.el (mail-abbrev-in-expansion-header-p):
9168 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9169 (w3m-detect-meta-charset, w3m-region):
9170 * sieve-manage.el (password-read, password-cache-add)
9171 (password-cache-remove):
9172 * smime.el (password-read-and-add): Declare as functions.
9173
9174 2007-12-08 David Kastrup <dak@gnu.org>
9175
9176 * gnus-sum.el (gnus-summary-simplify-subject-query):
9177 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9178 `message'.
9179
9180 2007-12-07 Glenn Morris <rgm@gnu.org>
9181
9182 * gnus-art.el (article-make-date-line): Revert previous change.
9183
9184 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9185
9186 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9187
9188 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9189
9190 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9191 Call gnus-add-to-range ranges only once with a prepared article-list.
9192
9193 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9194
9195 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9196 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9197 group names with backslashes.
9198 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9199
9200 2007-12-06 Deepak Goel <deego3@gmail.com>
9201
9202 * gnus-art.el (article-make-date-line):
9203 * gnus-start.el (gnus-load):
9204 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9205
9206 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9207
9208 * gnus-art.el (gnus-use-idna)
9209 * gnus-start.el (gnus-site-init-file)
9210 * message.el (message-use-idna)
9211 * mm-uu.el (mm-uu-hide-markers)
9212 * smiley.el (smiley-style): Revert changes that suppress warnings.
9213
9214 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9215
9216 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9217 specify charset to html source.
9218 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9219
9220 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9221
9222 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9223 idna-program in order to suppress byte compile warning issued by XEmacs
9224 that came to byte compile the default value section of defcustom forms
9225 recently.
9226
9227 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9228 value of installation-directory.
9229
9230 * message.el (message-use-idna): Don't directly refer to the value of
9231 idna-program.
9232
9233 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9234
9235 * smiley.el (smiley-style): Don't directly call face-attribute.
9236
9237 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9238
9239 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9240
9241 * gnus-dired.el: Reduce Gnus dependencies.
9242 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9243 Don't require. Use autoloads instead.
9244 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9245 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9246 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9247 (gnus-dired-mode): Adjust doc string.
9248 (gnus-dired-mail-mode): New variable.
9249 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9250 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9251 (gnus-dired-mail-buffers): New function. Return mail or message
9252 composition buffers.
9253 (gnus-dired-attach): Use it.
9254 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9255 NO-DECODE.
9256 (gnus-dired-print): Use `gnus-print-buffer' depending on
9257 `gnus-dired-mail-mode'.
9258
9259 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9260
9261 * rfc2047.el (rfc2047-encoded-word-regexp)
9262 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9263 explaining what regexp patterns are for.
9264
9265 2007-12-04 Glenn Morris <rgm@gnu.org>
9266
9267 * password.el: Move to ../password-cache.el.
9268
9269 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9270 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9271 * mml-smime.el (password-read, password-cache-add)
9272 (password-cache-remove):
9273 No need to autoload, since mml-sec requires password.
9274
9275 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9276 * message.el (gnus-extract-address-components):
9277 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9278
9279 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9280 password.
9281
9282 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9283
9284 * mailcap.el: Reduce dependencies.
9285 (mail-header-parse-content-type): Autoload.
9286 (mailcap-delete-duplicates): New alias.
9287 (mailcap-mime-info): Add optional argument NO-DECODE.
9288 (mailcap-mime-types): Use mailcap-delete-duplicates.
9289
9290 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9291
9292 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9293
9294 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9295 function.
9296
9297 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9298 (gnus-uu-yenc-article): New function.
9299
9300 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9301
9302 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9303
9304 2007-12-02 Glenn Morris <rgm@gnu.org>
9305
9306 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9307 Move to ../net.
9308
9309 * binhex.el, uudecode.el: Move to ../mail.
9310
9311 * encrypt.el: Remove file.
9312
9313 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9314
9315 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9316 matches on patches.
9317
9318 * gnus-art.el (gnus-article-browse-html-article):
9319 Mention `mm-text-html-renderer' in the doc string.
9320
9321 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9322 string. Add comments.
9323
9324 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9325 if rhs is ASCII.
9326
9327 2007-12-01 Glenn Morris <rgm@gnu.org>
9328
9329 * dig.el, dns.el: Move to ../net.
9330 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9331
9332 * mail-source.el (top-level): Require format-spec before
9333 eval-when-compile.
9334
9335 2007-11-30 Glenn Morris <rgm@gnu.org>
9336
9337 * encrypt.el: Require password, rather than autoloading password-read.
9338
9339 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9340
9341 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9342 caller can indicate whether the cache should be disregarded for this
9343 call. This way the result of the call is reproducible at all times and
9344 can be considered a canonical server name for the supplied method.
9345 (gnus-agent-method-p): Canonicalize server names by pushing their
9346 method through `gnus-method-to-server' using the no-cache argument.
9347
9348 * gnus-srvr.el (gnus-server-insert-server-line):
9349 Call `gnus-method-to-server' with `no-cache' argument.
9350
9351 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9352 gnus-agent-possibly-synchronize-flags as this should be called when the
9353 server is actually being opened.
9354 (gnus-agent-possibly-synchronize-flags)
9355 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9356 flags file of an agentized server to the latter function.
9357
9358 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9359 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9360 after a connection has been established successfully.
9361
9362 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9363
9364 * gnus-art.el (article-display-face): Force to display face if called
9365 interactively; check if gnus-article-x-face-too-ugly matches author.
9366 (article-display-x-face): Display face even if From header is missing
9367 as article-display-face does.
9368
9369 2007-11-28 Richard Stallman <rms@gnu.org>
9370
9371 * md4.el: Move to ../.
9372 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9373
9374 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9375
9376 * mail-source.el (mail-sources): Default to fetch from file for
9377 compatibility with default of nnmail-spool-file.
9378
9379 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9380
9381 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9382 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9383 to look for encoded word that should be encoded again.
9384 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9385 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9386 encoding pattern.
9387 (rfc2047-decode-region): Switch strict regexp and loose one according
9388 to rfc2047-allow-irregular-q-encoded-words.
9389
9390 2007-11-26 Simon Josefsson <simon@josefsson.org>
9391
9392 * imap.el: Move to ../net directory.
9393
9394 2007-11-25 Romain Francoise <romain@orebokech.com>
9395
9396 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9397
9398 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9399
9400 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9401 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9402
9403 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9404 `nnmail-spool-file'.
9405
9406 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9407 `nnmail-spool-file'.
9408
9409 * gnus-move.el (gnus-change-server): Ditto.
9410
9411 * gnus-kill.el (gnus-batch-score): Ditto.
9412
9413 * gnus-cache.el (gnus-jog-cache): Ditto.
9414
9415 * gnus-msg.el (gnus-summary-reply):
9416 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9417
9418 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9419
9420 * gnus-cache.el (gnus-cache-generate-nov-databases):
9421 Use nnml-generate-nov-databases-directory instead of
9422 nnml-generate-nov-databases-1.
9423
9424 2007-11-24 Glenn Morris <rgm@gnu.org>
9425
9426 * message.el (message-tool-bar-retro): Update for rename
9427 mail_send.xpm->mail-send.xpm.
9428
9429 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9430
9431 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9432 `smime-ldap-search' for Emacs 22 and up.
9433
9434 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9435
9436 * hashcash.el: Move to ../mail directory.
9437
9438 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9439
9440 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9441 `smime-ldap-search' for Emacs 22 and up.
9442
9443 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9446
9447 * message.el (message-send-mail-function): Fix error convention.
9448 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9449 (message-widen-reply, message-send-mail, message-talkative-question)
9450 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9451 (message-clone-locals, message-send-news): Use with-current-buffer.
9452 (message-insert-or-toggle-importance): Remove unused var `valid'.
9453 (message-make-references): Remove unused var `new-references'.
9454 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9455
9456 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9457
9458 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9459 (spam-split-symbolic-return-positive): Reflow docstring.
9460 (spam-backends, spam-summary-exit-behavior)
9461 (spam-mark-ham-unread-before-move-from-spam-group)
9462 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9463 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9464 (spam-clear-cache, spam-backend-check, spam-install-backend)
9465 (spam-install-statistical-backend, spam-list-of-processors)
9466 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9467 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9468 (spam-check-crm114, spam-initialize, spam-unload-hook):
9469 Fix typos in docstrings.
9470
9471 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9472
9473 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9474 been checked if they have never been read and those group levels are
9475 higher than the one that a user specified.
9476
9477 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9478
9479 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9480 foreign groups unless a group level is specified by a user.
9481 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9482
9483 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9484
9485 * message.el (message-send-mail-function): Require sendmail.
9486
9487 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9488
9489 * message.el (message-send-mail-function): Check for smtpmail too.
9490
9491 * utf7.el (utf7-encode, utf7-decode): Use coding system
9492 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9493
9494 * message.el (message-send-mail-function): New function.
9495 (message-send-mail-function): Set default using
9496 message-send-mail-function. Adjust doc string.
9497 (message-send-mail-with-mailclient): New function.
9498
9499 2007-11-17 Richard Stallman <rms@gnu.org>
9500
9501 * assistant.el: Remove file.
9502
9503 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9504
9505 * smime.el (from):
9506 * rfc2047.el (message-posting-charset):
9507 * qp.el (mm-use-ultra-safe-encoding):
9508 * pop3.el (parse-time-months):
9509 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9510 * nnml.el (files):
9511 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9512 (jka-compr-compression-info-list, ange-ftp-path-format)
9513 (efs-path-regexp):
9514 * nndiary.el (files):
9515 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9516 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9517 (epg-digest-algorithm-alist, inhibit-redisplay)
9518 (password-cache-expiry):
9519 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9520 (pgg-output-buffer, password-cache-expiry):
9521 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9522 (efs-path-regexp):
9523 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9524 (inhibit-redisplay):
9525 * mm-uu.el (file-name, start-point, end-point, entry)
9526 (gnus-newsgroup-name, gnus-newsgroup-charset):
9527 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9528 (latin-unity-ucs-list):
9529 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9530 (mm-uu-binhex-decode-function):
9531 * message.el (gnus-message-group-art, gnus-list-identifiers)
9532 (rmail-enable-mime-composing, gnus-local-organization)
9533 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9534 (gnus-read-active-file, facemenu-add-face-function)
9535 (facemenu-remove-face-function, gnus-article-decoded-p)
9536 (tool-bar-mode):
9537 * mail-source.el (display-time-mail-function):
9538 * gnus-util.el (nnmail-pathname-coding-system)
9539 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9540 (gnus-original-article-buffer, gnus-user-agent)
9541 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9542 (xemacs-codename, sxemacs-codename, emacs-program-version):
9543 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9544 * gnus-start.el (gnus-agent-covered-methods)
9545 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9546 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9547 (gnus-newsgroup-headers, gnus-group-list-mode)
9548 (gnus-group-mark-positions, gnus-newsgroup-data)
9549 (gnus-newsgroup-unreads, nnoo-state-alist)
9550 (gnus-current-select-method, mail-sources)
9551 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9552 (nnmail-spool-file, gnus-cache-active-hashtb):
9553 * gnus-mh.el (mh-lib-progs):
9554 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9555 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9556 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9557 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9558 (gnus-group-buffer):
9559 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9560 (font-lock-set-defaults):
9561 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9562 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9563 (gnus-summary-post-menu, total-parts, type, condition, length):
9564 * gnus-agent.el (gnus-agent-read-agentview):
9565 * flow-fill.el (show-trailing-whitespace):
9566 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9567 eval-and-compile wrappers for byte compiler pacifiers.
9568
9569 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9570 (mm-display-inline-fontify): Check for featurep 'xemacs not
9571 extent-list.
9572
9573 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9574 itimer-list.
9575 (mm-create-image-xemacs): Only do something for XEmacs.
9576 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9577
9578 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9579
9580 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9581 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9582
9583 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9584
9585 * nnimap.el (nnimap-split-download-body):
9586 * gnus-demon.el (gnus-demon):
9587 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9588
9589 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9590
9591 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9592 New macros.
9593 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9594 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9595 copy data from unibyte buffer to multibyte current buffer.
9596 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9597 to copy data from unibyte current buffer to multibyte buffer.
9598 (nntp-make-process-buffer): Make process buffer unibyte.
9599
9600 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9601
9602 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9603
9604 * pop3.el (pop3-open-server): Accept and process data more robustly at
9605 connexion start to avoid spurious "POP SSL connexion failed" errors.
9606
9607 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9608
9609 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9610 read group names.
9611
9612 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9613
9614 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9615
9616 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9617
9618 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9619 (nnmail-save-active): Use a unibyte buffer when saving active file,
9620 which may contain non-ASCII group names.
9621
9622 * nnml.el (nnml-request-group): Decode group names in messages.
9623
9624 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9625
9626 * message.el (message-citation-line-function)
9627 (message-insert-formatted-citation-line): Fix spelling of
9628 `message-insert-formated-citation-line'.
9629
9630 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9631
9632 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9633
9634 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9635
9636 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9637 nnmail-pathname-coding-system.
9638
9639 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9640 that a user enters; decode group names in messages.
9641
9642 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9643
9644 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9645
9646 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9647
9648 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9649
9650 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9651 risky local variable.
9652
9653 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9654
9655 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9656
9657 * encrypt.el: Improve documentation to fix function name typo.
9658 Reported by Daiki Ueno <ueno@unixuser.org>.
9659
9660 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9661
9662 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9663 even if the point is not in the last page of an article.
9664 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9665 back to the previous page.
9666
9667 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9668
9669 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9670
9671 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9672
9673 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9674
9675 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * message.el (message-check-news-body-syntax):
9678 Avoid mm-string-as-multibyte.
9679 (message-hide-headers): Don't assume (point-min)==1.
9680
9681 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9682
9683 * message.el (message-remove-blank-cited-lines): Fix if remove is
9684 given.
9685 (message-bogus-address-regexp): New variable.
9686 (message-bogus-recipient-p): New function.
9687 (message-check-recipients): New command.
9688 (message-syntax-checks): Add `bogus-recipient'.
9689 (message-fix-before-sending): Add `bogus-recipient'.
9690
9691 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9692 (gnus-treat-body-boundary): Don't test window-system.
9693
9694 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9695
9696 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9697
9698 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9699
9700 * gnus.el: Bump version to Gnus v5.13.
9701
9702 2007-10-28 Miles Bader <miles@gnu.org>
9703
9704 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9705 at compile-time too.
9706
9707 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9708
9709 * gnus-msg.el (gnus-message-setup-hook):
9710 Add `message-remove-blank-cited-lines' to options.
9711
9712 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9713
9714 * message.el (message-remove-blank-cited-lines): New function.
9715 Suggested by Karl Plästerer.
9716
9717 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9718
9719 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9720 mapc.
9721
9722 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9723 (top-level): Use mapc to set functions to be traced for debugging.
9724
9725 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9726 called for effect with while loop.
9727
9728 * message.el (message-talkative-question): Replace mapcar called for
9729 effect with mapc.
9730
9731 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9732 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9733 called for effect with dolist.
9734
9735 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9736
9737 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9738 gnus-extra-headers and nnmail-extra-headers.
9739
9740 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9741 called for effect with dolist.
9742 (top-level): Use mapc to set functions to be traced for debugging.
9743
9744 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9745 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9746 dolist.
9747
9748 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9749 Replace mapcar called for effect with mapc.
9750 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9751 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9752 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9753 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9754
9755 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9756 remove-if that's a cl function.
9757
9758 * webmail.el (webmail-debug): Replace mapcar called for effect with
9759 dolist.
9760
9761 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9762
9763 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9764 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9765 with while loop.
9766
9767 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9768 functions from article-* functions.
9769 (gnus-multi-decode-header): Replace mapcar called for effect with
9770 dolist.
9771
9772 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9773 (gnus-bookmark-show-details): Replace mapcar called for effect with
9774 while loop.
9775
9776 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9777 called for effect with while loop.
9778
9779 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9780 with dolist.
9781
9782 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9783 Replace mapcar called for effect with dolist.
9784
9785 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9786
9787 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9788 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9789 Replace mapcar called for effect with dolist.
9790 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9791 mapc.
9792
9793 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9794 Replace mapcar called for effect with dolist.
9795 (gnus-topic-list): Replace mapcar called for effect with mapc.
9796
9797 * gnus.el: Use mapc instead of mapcar to add autoloads.
9798
9799 2007-10-23 Richard Stallman <rms@gnu.org>
9800
9801 * gnus-group.el (gnus-group-highlight): Mark as risky.
9802
9803 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * gnus.el (gnus-server-to-method): Return method found first in
9806 gnus-newsrc-alist.
9807
9808 * gnus-art.el (gnus-article-highlight-signature)
9809 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9810 button overlay without the front stickiness.
9811
9812 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9813
9814 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9815 overview buffer needed a catch to receive its throw.
9816 (gnus-agent-flush-cache): Declare as interactive to make this function
9817 easier to use.
9818
9819 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9820
9821 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9822 `next-line'.
9823
9824 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9825
9826 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9827 exclude address matching message-dont-reply-to-names.
9828
9829 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9830
9831 * gnus-util.el (gnus-string<): New function.
9832
9833 * gnus-sum.el (gnus-article-sort-by-author)
9834 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9835
9836 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9837
9838 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9839 the frame-focus tag is set in gnus-buffer-configuration.
9840
9841 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9842
9843 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9844 the front stickiness.
9845
9846 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9847
9848 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9849 url pattern; remove duplicate one.
9850 (gnus-article-extend-url-button): New function.
9851 (gnus-article-add-buttons): Use it.
9852 (gnus-button-push): Use concatenated url that it makes.
9853
9854 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9855
9856 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9857 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9858
9859 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9862 Don't hardcode point-min==1.
9863
9864 2007-09-30 David Kastrup <dak@gnu.org>
9865
9866 * gnus-art.el (gnus-article-reply-with-original)
9867 (gnus-article-followup-with-original): When `transient-mark-mode' is
9868 off, refrain from active-region behavior for followups.
9869
9870 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9871
9872 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9873 Fix comment about "iso8859-1".
9874
9875 2007-10-08 Daiki Ueno <ueno@unixuser.org>
9876
9877 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9878 ones returned from the verify-function.
9879
9880 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9881 Call mml2015-extract-cleartext-signature if extraction failed.
9882
9883 2007-10-07 Daiki Ueno <ueno@unixuser.org>
9884
9885 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9886 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9887 failed.
9888
9889 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9890
9891 * Relicense "GPLv2 or later" files to "GPLv3 or later".
9892
9893 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9894
9895 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9896 to mark a thread as expirable. Add variable `hide' to handle hiding of
9897 thread for both the null and zero (kill/expire thread) universal prefix
9898 cases.
9899 (gnus-summary-expire-thread): Add new function to expire a thread,
9900 using gnus-summary-kill-thread.
9901 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9902 shortcuts for gnus-summary-expire-thread.
9903 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9904 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9905
9906 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9907
9908 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9909 extras value, so an extras entry can be deleted.
9910 (gnus-registry-delete-extra-entry): Use it.
9911 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9912 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9913 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9914 storage through the gnus-registry, and provide an appropriate API for
9915 it.
9916
9917 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9918
9919 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9920 Suggested by Leo <sdl.web@gmail.com>.
9921
9922 * gnus.el: Do.
9923
9924 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9925
9926 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9927 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9928
9929 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9930
9931 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9932 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9933
9934 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9935
9936 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9937 newline.
9938 (nnmbox-request-accept-article): Don't change article in source buffer;
9939 narrow to header to use message-fetch-field rather than
9940 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9941 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9942 as delimiters; make sure article ends with newline.
9943 (nnmbox-delete-mail): Correct last position of article to be deleted;
9944 ignore X-Gnus-Newsgroup header in article body.
9945 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9946 positions; make sure article ends with newline.
9947
9948 * message.el (message-display-abbrev): Don't infloop when a user
9949 inserts SPC in the beginning of header.
9950
9951 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9952
9953 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9954 list of groups not followed by default. Fix type to be regexp.
9955 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9956
9957 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9958
9959 * hmac-def.el (define-hmac-function): Switch from old-style to
9960 new-style backquotes.
9961
9962 * md4.el (md4-make-step): Likewise.
9963
9964 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9965
9966 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9967 raw-text coding system when saving .newsrc file, which may contain
9968 non-ASCII group names.
9969
9970 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9971
9972 * gnus-cus.el (gnus-score-extra): New widget.
9973 (gnus-score-extra-convert): New function.
9974 (gnus-score-customize): Use it for Extra.
9975
9976 2007-08-31 Daiki Ueno <ueno@unixuser.org>
9977
9978 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9979 (mml2015-mailcrypt-clear-verify): Use it.
9980 (mml2015-gpg-clear-verify): Use it.
9981 (mml2015-pgg-clear-verify): Use it.
9982 (mml2015-epg-clear-verify): Replace the current part with the output
9983 from GnuPG; don't extract the plaintext by itself.
9984
9985 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9986 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9987 mml2015-clear-verify-function; don't touch the armor headers or
9988 dash-escaped text here.
9989
9990 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9991
9992 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9993 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9994 parts, or application/octet-stream as a last resort.
9995 (gnus-mime-view-part-as-type): Don't toggle display.
9996 (gnus-mime-view-part-as-charset): Don't turn off display before
9997 querying charset.
9998
9999 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10000 stuff to undisplayer function in Emacs.
10001 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10002
10003 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10004 text/calendar parts.
10005
10006 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10007
10008 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10009 decoding text/calendar parts.
10010
10011 * message.el (message-forward-make-body-mime): Always mark body as
10012 having no illegible text; remove signed-or-encrypted argument.
10013 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10014
10015 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10016 (mml-generate-mime-1): Don't encode body if it is specified to be in
10017 raw form; don't make buffer be unibyte when inserting multibyte string.
10018
10019 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * sha1.el: Fix up comment style.
10022 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10023 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10024
10025 * hex-util.el: Fix up comment style.
10026 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10027
10028 * gnus-salt.el: Use with-current-buffer.
10029 (gnus-pick-setup-message): Fix long-standing typo.
10030
10031 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10032
10033 * imap.el (imap-logout-timeout): New variable.
10034 (imap-logout, imap-logout-wait): New functions.
10035 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10036
10037 * nnimap.el (nnimap-logout-timeout): New server variable.
10038 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10039 nnimap-logout-timeout.
10040
10041 * gnus-art.el (gnus-article-summary-command-nosave)
10042 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10043
10044 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10045
10046 * gnus.el (gnus-maximum-newsgroup): New variable.
10047
10048 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10049 according to gnus-maximum-newsgroup.
10050
10051 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10052 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10053 Limit the range of articles according to gnus-maximum-newsgroup.
10054
10055 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10056
10057 * gnus-art.el (gnus-sticky-article): Fix problems described in
10058 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10059 Don't perform gnus-configure-windows here; reuse existing sticky
10060 article buffer.
10061
10062 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10063 it doesn't exist in gnus-article-mode.
10064
10065 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10066
10067 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10068 (gnus-agent-decoded-group-name): New function.
10069 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10070 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10071
10072 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10073
10074 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10075 Add binding for gnus-sticky-article.
10076 (gnus-summary-exit): Don't kill sticky article buffers.
10077
10078 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10079 article buffer.
10080 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10081 (gnus-kill-sticky-article-buffers): New commands.
10082
10083 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10084
10085 * nntp.el (nntp-xref-number-is-evil): New server variable.
10086 (nntp-find-group-and-number): If it is non-nil, don't trust article
10087 numbers in the Xref header.
10088
10089 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10090
10091 * gnus-agent.el (gnus-agent-read-group): New function.
10092 (gnus-agent-flush-group, gnus-agent-expire-group)
10093 (gnus-agent-regenerate-group): Use it.
10094 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10095 nnmail-pathname-coding-system.
10096
10097 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10098
10099 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10100
10101 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10102 that are unread as unread, and also as selected so that information of
10103 marks having been changed by a user may be updated when exiting group.
10104
10105 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10106
10107 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10108
10109 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10110
10111 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10112 calculated ignoring signature parts to gnus-treat-article.
10113
10114 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10115
10116 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10117 a point here in order to keep the window start.
10118 (gnus-insert-mime-security-button): Make a button overlay without the
10119 front stickiness.
10120 (gnus-mime-display-security): Goto the end of a button.
10121
10122 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10123
10124 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10125
10126 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10127 group-name-at-point.
10128 (gnus-group-completing-read): New function that offers decoded
10129 non-ASCII group names for completion.
10130 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10131 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10132 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10133 (gnus-group-fetch-control): Use it.
10134 (gnus-fetch-group): Use group-name-at-point for the initial value
10135 rather than the default value; use gnus-alive-p.
10136
10137 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10138 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10139 (gnus-summary-post-news): Use gnus-group-completing-read.
10140
10141 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10142 (gnus-read-move-group-name): Decode group name for completion.
10143
10144 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10145
10146 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10147 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10148 Yamaoka slightly modified the code).
10149
10150 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10151
10152 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10153 (nnmail-split-incoming): Bind it.
10154
10155 * nnml.el (nnml-group-name-charset): New function.
10156 (nnml-decoded-group-name): Use it; don't decode group name if
10157 nnmail-group-names-not-encoded-p is non-nil.
10158 (nnml-encoded-group-name): New function.
10159 (nnml-group-pathname): Inline nnml-decoded-group-name.
10160 (nnml-request-expire-articles): Decode group name in message.
10161 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10162 nnmail-pathname-coding-system.
10163 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10164 not decoded ones according to nnmail-group-names-not-encoded-p.
10165 (nnml-generate-active-info): Use nnml-encoded-group-name.
10166
10167 2007-08-08 Glenn Morris <rgm@gnu.org>
10168
10169 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10170 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10171 doc-strings and comments.
10172
10173 2007-07-25 Glenn Morris <rgm@gnu.org>
10174
10175 * Relicense all FSF files to GPLv3 or later.
10176
10177 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10178
10179 * gnus-sum.el (gnus-summary-move-article):
10180 Make gnus-summary-respool-article work.
10181
10182 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10183
10184 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10185 string.
10186
10187 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10188
10189 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10190 that should be ignored when comparing distant RSS articles with local
10191 ones.
10192 (nnrss-make-hash-index): New function. Create a hash index according
10193 to the ignored fields.
10194 (nnrss-check-group): Use it.
10195
10196 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10197
10198 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10199
10200 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10201
10202 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10203 the new optional argument ENCODED is non-nil.
10204 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10205 coding system for encoding group name.
10206 (gnus-group-make-rss-group): Pass un-encoded group name to
10207 gnus-group-make-group.
10208 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10209 encoded.
10210
10211 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10212 Encode group name to which articles are moved or copied.
10213 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10214 coding system for encoding Newsgroup, Followup-To and Xref headers.
10215
10216 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10217 marks; use nnheader-file-coding-system to write a file.
10218 (nnagent-retrieve-headers): Bind file-name-coding-system to
10219 nnmail-pathname-coding-system.
10220
10221 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10222
10223 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10224 (nnml-request-article, nnml-request-create-group)
10225 (nnml-request-rename-group, nnml-find-id)
10226 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10227 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10228 (nnml-save-marks): Use nnml-group-pathname instead of
10229 nnmail-group-pathname.
10230
10231 (nnml-request-create-group, nnml-request-expire-articles)
10232 (nnml-request-move-article, nnml-request-delete-group)
10233 (nnml-deletable-article-p, nnml-possibly-create-directory)
10234 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10235 (nnml-open-marks): Bind file-name-coding-system to
10236 nnmail-pathname-coding-system.
10237
10238 (nnml-request-article): Pass server argument to nnml-find-group-number.
10239 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10240 Pass server argument to nnml-possibly-create-directory.
10241 (nnml-request-accept-article): Pass server argument to
10242 nnml-active-number and nnml-save-mail.
10243 (nnml-find-group-number): Pass server argument to nnml-find-id.
10244 (nnml-request-update-info): Pass server argument to
10245 nnml-marks-changed-p.
10246
10247 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10248 (nnml-save-mail, nnml-active-number): Add server argument.
10249
10250 (nnml-request-delete-group): Warn if group is missing.
10251 (nnml-get-nov-buffer): Decode group name.
10252 (nnml-generate-active-info): Encode group name.
10253 (nnml-open-marks): Decode group name in messages.
10254
10255 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10256
10257 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10258 if it is not specified.
10259 (gnus-article-pipe-part, gnus-article-save-part)
10260 (gnus-article-interactively-view-part, gnus-article-copy-part)
10261 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10262 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10263 (gnus-article-replace-part, gnus-article-delete-part)
10264 (gnus-article-view-part-as-type): Pass raw prefix argument to
10265 gnus-article-part-wrapper.
10266
10267 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10268
10269 * gnus-agent.el (gnus-agent-save-active):
10270 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10271
10272 * gnus-cache.el (gnus-cache-save-buffers)
10273 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10274 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10275 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10276 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10277 (gnus-cache-generate-active, gnus-cache-rename-group)
10278 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10279 (gnus-cache-update-overview-total-fetched-for):
10280 Bind file-name-coding-system to nnmail-pathname-coding-system.
10281 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10282 New variables.
10283 (gnus-cache-decoded-group-name): New function.
10284 (gnus-cache-file-name): Use it.
10285 (gnus-cache-generate-active): Use non-decoded group name for active.
10286
10287 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10288 right place.
10289 (gnus-write-active-file): Don't break non-ASCII group names.
10290
10291 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10292 nnmail-pathname-coding-system.
10293
10294 * gnus-uu.el (gnus-uu-decode-save): Typo.
10295
10296 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10297
10298 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10299
10300 2007-07-14 David Kastrup <dak@gnu.org>
10301
10302 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10303 finishing actions if we did not edit the article.
10304
10305 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10306
10307 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10308 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10309 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10310 (gnus-agent-flush-group, gnus-agent-flush-cache)
10311 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10312 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10313 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10314 (gnus-agent-regenerate-group)
10315 (gnus-agent-update-files-total-fetched-for)
10316 (gnus-agent-update-view-total-fetched-for):
10317 Bind file-name-coding-system to nnmail-pathname-coding-system.
10318 (gnus-agent-group-pathname): Don't encode file names by
10319 nnmail-pathname-coding-system.
10320 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10321 coding-system-for-write instead of buffer-file-coding-system to
10322 gnus-agent-file-coding-system.
10323
10324 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10325 Decode group name.
10326
10327 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10328
10329 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10330 (gnus-read-newsrc-el-file): Make group names unibyte.
10331
10332 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10333 nnmail-pathname-coding-system.
10334
10335 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10336 (nnrss-request-delete-group): Bind file-name-coding-system to
10337 nnmail-pathname-coding-system.
10338 (nnrss-read-server-data, nnrss-read-group-data):
10339 Bind file-name-coding-system correctly.
10340 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10341
10342 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10343 (nntp-server-to-method-cache): New variable.
10344 (nntp-group-pathname): New function that decodes non-ASCII group names.
10345 (nntp-possibly-create-directory, nntp-marks-changed-p)
10346 (nntp-save-marks, nntp-open-marks): Use it.
10347 (nntp-possibly-create-directory, nntp-open-marks):
10348 Bind file-name-coding-system to nnmail-pathname-coding-system.
10349 (nntp-open-marks): Decode group names when bootstrapping marks.
10350
10351 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10352 Newsgroups and Folowup-To headers.
10353
10354 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10355
10356 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10357 (gnus-server-closed-face, gnus-server-denied-face)
10358 (gnus-server-offline-face): Remove variable.
10359 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10360
10361 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10362 of modifying message-stack directly for XEmacs.
10363
10364 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10365 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10366 if the coding-system argument is nil for XEmacs.
10367
10368 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10369 mm-charset-override-alist.
10370
10371 * rfc2047.el: Don't require base64; require rfc2045 for the function
10372 rfc2045-encode-string.
10373 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10374 to quote the parameter value.
10375
10376 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10377
10378 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10379 form in gnus-group-name-charset-method-alist.
10380
10381 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10382 overrides the default layout edit-form.
10383
10384 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10385
10386 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10387
10388 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10389
10390 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10391 as unfetched articles.
10392
10393 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10394
10395 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10396
10397 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10398
10399 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10400 original back end that keeps marks in the local system.
10401
10402 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10403
10404 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10405 arg of pop-to-buffer for XEmacs.
10406 (gnus-article-read-summary-keys): Ditto; don't restore window
10407 configuration if summary command ends up with neither article buffer
10408 nor summary buffer; describe bindings if summary keys end with C-h.
10409
10410 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10411
10412 * message.el (message-fix-before-sending): Skip raw message part to be
10413 forwarded while checking illegible text.
10414 (message-forward-make-body-mime, message-forward-make-body):
10415 Mark signed or encrypted raw message as having no illegible text.
10416
10417 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10418
10419 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10420 (gnus-message-with-timestamp-1): New macro.
10421 (gnus-message-with-timestamp): New function.
10422 (gnus-message): Use them.
10423
10424 * nnheader.el (nnheader-message): Use them.
10425
10426 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10427
10428 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10429 .newsrc.eld file.
10430
10431 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10432
10433 * gnus-agent.el (gnus-agent-fetch-headers)
10434 (gnus-agent-retrieve-headers):
10435 Bind gnus-decode-encoded-address-function to identity.
10436
10437 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10438 available also when the server returns simply a dot.
10439
10440 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10441
10442 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10443
10444 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10445
10446 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10447
10448 * gnus-ems.el (gnus-x-splash): Make it work.
10449
10450 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10451 from being used.
10452
10453 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10454
10455 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10456 the front stickiness.
10457 (gnus-article-summary-command-nosave): Correct the order of the
10458 arguments passed to pop-to-buffer.
10459 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10460 summary command ends up with the article buffer.
10461
10462 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10463 the same faces.
10464
10465 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10466
10467 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10468
10469 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10470
10471 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10472 * gnus-sum.el (gnus-summary-highlight):
10473 * mail-source.el (mail-source-delete-old-incoming-confirm):
10474 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10475
10476 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10477
10478 * gnus-art.el (gnus-mime-view-part-externally)
10479 (gnus-mime-view-part-internally): Fix predicate function passed to
10480 completing-read.
10481
10482 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10483
10484 * gnus.el (gnus-update-message-archive-method): Add :version.
10485
10486 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10487
10488 * gnus.el (gnus-update-message-archive-method): New variable.
10489
10490 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10491 according to gnus-message-archive-method if
10492 gnus-update-message-archive-method is non-nil.
10493
10494 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10495
10496 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10497 Suggested by Loic Dachary <loic@dachary.org>.
10498 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10499
10500 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * message.el (message-pop-to-buffer): Add switch-function argument.
10503 (message-mail): Pass switch-function argument to it.
10504
10505 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10506
10507 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10508 Improve doc string.
10509
10510 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10511
10512 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10513 (gnus-header-content)
10514 * gnus-cite.el (gnus-cite-10)
10515 * gnus-srvr.el (gnus-server-closed)
10516 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10517 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10518 (gnus-group-mail-3-empty, gnus-group-mail-low)
10519 (gnus-group-mail-low-empty, gnus-splash)
10520 * message.el (message-header-to, message-header-cc)
10521 (message-header-subject, message-header-other, message-header-name)
10522 (message-header-xheader, message-separator, message-cited-text)
10523 (message-mml): Lighten colors of faces used for dark background.
10524
10525 2007-05-24 Simon Josefsson <simon@josefsson.org>
10526
10527 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10528 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10529
10530 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10531
10532 * message.el (message-narrow-to-headers-or-head):
10533 Ignore mail-header-separator in the body.
10534
10535 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10536
10537 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10538 same as window size.
10539
10540 2007-05-22 Kevin Ryde <user42@zip.com.au>
10541
10542 * message.el (message-font-lock-keywords): Use message-header-xheader
10543 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10544 ahead of the anything pattern, to get it recognised.
10545
10546 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10547
10548 * gnus-sum.el (gnus-articles-to-read)
10549 (gnus-summary-insert-old-articles): Don't truncate group name for
10550 `read-string'.
10551
10552 * gnus-util.el (gnus-limit-string): Delete this function.
10553
10554 * gnus-sum.el (gnus-simplify-subject-fully):
10555 Use `truncate-string-to-width' instead.
10556
10557 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10558
10559 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10560 Tell if, on summary exit, the next group has to be selected.
10561 (gnus-summary-exit): Use it.
10562
10563 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10564
10565 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10566 non-break space.
10567
10568 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10569
10570 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10571 Check if group is not a directory.
10572 (nnfolder-request-expire-articles): Don't delete articles if the target
10573 group is not available.
10574
10575 * nnml.el (nnml-request-create-group): Properly check if group is not a
10576 file.
10577 (nnml-request-expire-articles): Don't delete articles if the target
10578 group is not available.
10579
10580 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10581 Don't quote characters that are within parentheses.
10582
10583 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10584
10585 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10586 (gnus-handle-ephemeral-exit): Select article according to it.
10587
10588 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10589
10590 * message.el (message-insert-formated-citation-line): Remove newline.
10591 (message-citation-line-format): Add final \n here so that the user can
10592 avoid a blank line.
10593
10594 2007-05-03 Dan Christensen <jdc@uwo.ca>
10595
10596 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10597 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10598 Update lanl/arXiv support.
10599
10600 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10601
10602 * gnus.el: Bump version number.
10603
10604 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10605
10606 * gnus.el (gnus-version-number): Bump version.
10607
10608 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10609
10610 * gnus.el: No Gnus v0.6 is released.
10611
10612 2007-04-27 Didier Verna <didier@xemacs.org>
10613
10614 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10615 * gmm-utils.el (gmm-regexp-concat): ... here.
10616 * message.el: Don't require 'gnus-util.
10617 (message-dont-reply-to-names): Handle name change above.
10618 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10619
10620 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10621
10622 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10623 since the initial value varies according to the system.
10624
10625 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10626
10627 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10628
10629 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10630
10631 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10632
10633 2007-04-24 Didier Verna <didier@xemacs.org>
10634
10635 Improve the type of gnus-ignored-from-addresses.
10636 * gnus-util.el (gnus-orify-regexp): New function.
10637 * message.el (gnus-util): Require it.
10638 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10639 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10640 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10641
10642 2007-04-24 Didier Verna <didier@xemacs.org>
10643
10644 * gnus-sum.el:
10645 * gnus-utils.el: Fix some trailing whitespaces.
10646
10647 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10648
10649 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10650 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10651 article's Message-ID; refer parent article in summary buffer.
10652
10653 * message.el (message-bounce): Call mime-to-mml.
10654
10655 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10656
10657 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10658
10659 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10660
10661 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10662 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10663 displayed of multipart/alternative part if it is invoked from summary
10664 buffer.
10665
10666 * mm-view.el (mm-inline-text-html-render-with-w3m)
10667 (mm-inline-text-html-render-with-w3m-standalone)
10668 (mm-inline-render-with-function): Use mail-parse-charset by default.
10669
10670 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10671
10672 * parse-time.el (parse-time-string-chars): Check if CHAR
10673 is less than the length of parse-time-syntax.
10674
10675 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10676
10677 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10678 from gnus-newsgroup-processable.
10679
10680 2007-04-16 Didier Verna <didier@xemacs.org>
10681
10682 * gnus-msg.el (gnus-configure-posting-styles):
10683 Handle message-signature-directory properly with :file syntax.
10684 Reported by "Leo".
10685
10686 2007-04-11 Didier Verna <didier@xemacs.org>
10687
10688 New user option: message-signature-directory.
10689 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10690 * message.el (message-insert-signature): Ditto.
10691 * message.el (message-signature-file): Doc update.
10692 * message.el (message-signature-directory): New.
10693
10694 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10695
10696 * gnus-msg.el (gnus-inews-yank-articles):
10697 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10698
10699 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10700
10701 * message.el (message-yank-original): Make sure cited text ends with
10702 newline; don't exchange point and mark.
10703
10704 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10705
10706 * tls.el (open-tls-stream): Properly handle case where there
10707 is no associated buffer.
10708
10709 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10710
10711 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10712 message-yank-original, make sure (< mark TEXT point).
10713
10714 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10715
10716 * message.el (message-fill-column): New variable.
10717 (message-mode): Use it. Add comment on a possible new hook.
10718
10719 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10720 (nnmail-get-new-mail): Reformat.
10721
10722 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10723
10724 * gmm-utils.el: Fix Commentary.
10725 (gmm-tool-bar-from-list): Fix typo in doc string.
10726
10727 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10728
10729 * message.el (message-yank-original): Don't switch point and mark
10730 unnecessarily to put point and mark as documented.
10731
10732 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10733
10734 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10735 from the message heads.
10736
10737 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10738
10739 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10740 article buffer does not have a window. This may not be the best
10741 solution but is certainly better than setting the start of the null,
10742 that is the current, window.
10743
10744 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10745
10746 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10747 (gnus-draft-setup): Run it.
10748
10749 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10750 gnus-score-fast-scoring. Allow regexp.
10751 (gnus-score-headers): Use it.
10752
10753 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10754 XEmacs.
10755
10756 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10757 string.
10758 (gnus-button-alist): Also catch `<f1> k ...'.
10759 (gnus-treat-display-x-face): Fix doc string.
10760
10761 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10762
10763 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10764 evaluation of gnus-extended-version to ensure correct generation of the
10765 User-Agent header when message-generate-headers-first is used.
10766
10767 2007-03-24 Simon Josefsson <simon@josefsson.org>
10768
10769 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10770 hashcash-path is nil. Don't call callback with incorrect number of
10771 parameters if val is 0.
10772
10773 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10774
10775 * message.el (message-required-news-headers):
10776 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10777
10778 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * message.el (message-generate-new-buffers): Change the meaning of the
10781 nil value; add `standard' to the choices; treat t as `unique'; improve
10782 doc string.
10783 (gnus-select-frame-set-input-focus): Autoload.
10784 (message-buffer-name): Search for the existing message buffer if
10785 message-generate-new-buffers is nil or `standard'; treat the value t of
10786 message-generate-new-buffers as `unique'.
10787 (message-pop-to-buffer): Raise the frame already displaying the message
10788 buffer; clear the echo area after querying.
10789 (message-setup): Pass the `continue' argument to compose-mail.
10790 (message-mail): Prefer `switch-function' if it is given; search for the
10791 existing message buffer if the `continue' argument is non-nil; pass
10792 continue and switch-function arguments to compose-mail by way of
10793 message-setup.
10794 (message-mail-other-window): Adjust argument of message-setup.
10795 (message-mail-other-frame): Ditto.
10796
10797 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10798
10799 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10800 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10801 to turn font-lock on when turning gnus-message-citation-mode on.
10802
10803 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10804
10805 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10806 (mml-smime-function-alist): New variable; add epg as the backend.
10807 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10808 mml-smime- functions instead.
10809 * mm-view.el: Require smime.
10810
10811 2007-03-05 Didier Verna <didier@xemacs.org>
10812
10813 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10814 instead of just inheritance for posting styles.
10815 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10816
10817 2007-02-24 John Paul Wallington <jpw@pobox.com>
10818
10819 * tls.el (tls-certtool-program): Fix custom type.
10820
10821 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10822
10823 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10824 and point-at-eol instead of line-(beginning|end)-position.
10825
10826 * assistant.el (assistant-parse-buffer): Ditto.
10827
10828 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10829
10830 * mml2015.el (mml2015-epg-find-usable-key): New function.
10831 (mml2015-epg-sign): Use it.
10832 (mml2015-epg-encrypt): Use it.
10833
10834 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10835
10836 * message.el (message-make-in-reply-to): Quote name containing
10837 non-ASCII characters. It will make the RFC2047 encoder cause an error
10838 if there are special characters. Reported by NAKAJI Hiroyuki
10839 <nakaji@jp.freebsd.org>.
10840
10841 2007-02-27 Didier Verna <didier@xemacs.org>
10842
10843 Include the group parameters as well as the topic ones in the
10844 inheritance filter process.
10845 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10846 argument GROUP-PARAMS-LIST.
10847 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10848
10849 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10850
10851 * nntp.el (nntp-never-echoes-commands)
10852 (nntp-open-connection-functions-never-echo-commands): New variables.
10853 (nntp-send-command): Use them.
10854
10855 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10856
10857 * mml2015.el (mml2015-epg-verify): Simplify.
10858
10859 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10860
10861 * mml.el (mml-content-disposition-alist): New user option.
10862 (mml-content-disposition): New function.
10863 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10864 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10865
10866 2007-02-19 Daiki Ueno <ueno@unixuser.org>
10867
10868 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10869 verification.
10870
10871 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10872
10873 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10874 articles posted in the last 24 hours.
10875
10876 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10879
10880 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
10881
10882 * nntp.el (nntp-send-command): Don't wait for echoes when
10883 nntp-open-ssl-stream is used.
10884
10885 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10886
10887 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10888 (gnus-message-add-citation-keywords)
10889 (gnus-message-remove-citation-keywords): Remove.
10890 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10891 directly, make the variables in font-lock-defaults buffer-local, add
10892 gnus-message-citation-keywords to them and then update the value of
10893 font-lock-keywords.
10894
10895 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10896
10897 * message.el (message-cite-original-1): Don't call
10898 gnus-article-highlight-citation.
10899
10900 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10901 citations; fix line count.
10902
10903 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10904
10905 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10906 (gnus-message-add-citation-keywords)
10907 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10908 versions of font-lock-add-keywords and font-lock-remove-keywords to
10909 work with XEmacs correctly.
10910
10911 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10912
10913 * gnus-cite.el (gnus-cite-face-list): Set the values of
10914 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10915 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10916 (gnus-message-cite-prefix-regexp): New variable.
10917 (gnus-message-search-citation-line): Use it; protect against long
10918 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10919 the 0th match data for Emacs.
10920 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10921 (gnus-message-add-citation-keywords): Append keywords rather than
10922 prepending; emulate font-lock-add-keywords if it is not available.
10923 (gnus-message-remove-citation-keywords):
10924 Emulate font-lock-remove-keywords if it is not available.
10925
10926 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10927
10928 * message.el (message-cite-prefix-regexp): Set the value of
10929 gnus-message-cite-prefix-regexp.
10930
10931 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10932
10933 * nnweb.el (nnweb-google-parse-1): Update parser.
10934
10935 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
10936
10937 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10938
10939 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10940
10941 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10942 regexp.
10943
10944 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10945
10946 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10947 string-to-multibyte.
10948 (uudecode-decode-region-internal): Use it.
10949
10950 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10951
10952 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10953 Fix custom choice.
10954
10955 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10956
10957 2007-01-22 Daiki Ueno <ueno@unixuser.org>
10958
10959 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10960
10961 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10962 `write-region' to respect `mm-inhibit-file-name-handlers'.
10963
10964 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10965
10966 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10967 Use gnus-home-directory instead of "~/" or "$HOME".
10968
10969 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10970
10971 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10972 to mention filename.
10973 Add comments at beginning regarding usage.
10974 (encrypt-write-file-contents): Change interactive so a string is
10975 acceptable. If the file has no associated model, show an error instead
10976 of a nonsense prompt.
10977
10978 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10979
10980 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10981 Thanks to Yoshihiko Yamada for kind notification of this typo.
10982
10983 2007-01-12 Kenichi Handa <handa@m17n.org>
10984
10985 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10986 multibyte buffer.
10987
10988 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10989
10990 * gnus-score.el (gnus-score-fast-scoring): New variable.
10991 (gnus-score-headers): Use it.
10992
10993 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10994
10995 * message.el (message-cite-original-1):
10996 Call gnus-article-highlight-citation if requested.
10997 (message-make-from): Allow name and address as optional arguments.
10998
10999 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11000
11001 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11002 bugs to doc string.
11003 (gnus-button-alist): Add mid\\|message-id.
11004 (gnus-button-fetch-group): Extend for use in
11005 `browse-url-browser-function'.
11006 (gnus-button-url-regexp): Try to catch paired parentheses like in
11007 Wikipedia URLs.
11008
11009 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11010 Suggested by Simon Krahnke <overlord@gmx.li>.
11011
11012 2007-01-13 Romain Francoise <romain@orebokech.com>
11013
11014 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11015 Update copyright.
11016
11017 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11018
11019 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11020
11021 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11022
11023 * gnus-registry.el (gnus-registry-unfollowed-groups)
11024 (gnus-registry-split-fancy-with-parent): Fix documentation.
11025
11026 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11027
11028 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11029 from nnweb groups.
11030
11031 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11032
11033 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11034 Xref urls. Erase buffer before requesting head.
11035
11036 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11037
11038 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11039
11040 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11041 customizable.
11042
11043 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11044
11045 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11046 no signing key is found.
11047 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11048 no encrypting and/or signing key is found.
11049
11050 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11051
11052 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11053
11054 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11055
11056 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11057 headers read from disk with the ones newly found in the current search.
11058 This should no longer cause problems, because the article numbers in
11059 Gmane's `nov.php' output are ignored since the previous change.
11060
11061 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11062
11063 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11064
11065 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11066
11067 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11068
11069 2007-01-01 Romain Francoise <romain@orebokech.com>
11070
11071 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11072
11073 2006-12-31 Steve Youngs <steve@sxemacs.org>
11074
11075 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11076 `define-minor-mode' macro definition expanded properly.
11077 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11078 exclude it there.
11079
11080 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11081 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11082 `fboundp' test.
11083 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11084 This is OK to autoload in (S)XEmacs now.
11085
11086 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11087
11088 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11089 keystroke.
11090 (gnus-summary-limit-to-singletons): Fix typo.
11091
11092 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11093 else fails.
11094
11095 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11096
11097 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11098 docstring.
11099
11100 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11101 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11102 (gnus-summary-insert-dormant-articles): Fix typo in message.
11103
11104 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11105
11106 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11107 nil for XEmacs.
11108 (gnus-message-citation-mode): Don't autoload in XEmacs.
11109
11110 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11111
11112 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11113
11114 * nnimap.el (nnimap-expunge-search-string):
11115 Mention nnimap-search-uids-not-since-is-evil in docstring.
11116
11117 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11118
11119 * spam.el: Revert to make-obsolete-variable because
11120 define-obsolete-variable-alias is not supported in Emacs 21.
11121
11122 * spam.el (spam-ifile-path, spam-ifile-database-path)
11123 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11124 make-obsolete-variable.
11125 (spam-bsfilter-path, spam-bsfilter-program)
11126 (spam-spamassassin-path, spam-spamassassin-program)
11127 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11128 Don't use "path" inappropriately.
11129 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11130 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11131 variable names.
11132
11133 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11134
11135 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11136 summary buffer.
11137
11138 * password.el (password-cache-remove): Use clear-string to burn
11139 password, if available.
11140
11141 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11142
11143 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11144
11145 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11146
11147 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11148 (gnus-message-highlight-citation): Move defcustom here from
11149 gnus-cite.el.
11150 (gnus-message-citation-mode): Autoload.
11151
11152 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11153 checks to make it compile with XEmacs.
11154 (gnus-message-citation-mode): New minor mode.
11155 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11156 (gnus-message-highlight-citation): New variables.
11157 (gnus-message-search-citation-line)
11158 (gnus-message-add-citation-keywords)
11159 (gnus-message-remove-citation-keywords)
11160 (turn-on-gnus-message-citation-mode)
11161 (turn-off-gnus-message-citation-mode): New functions.
11162
11163 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11164
11165 * gnus-cite.el: Enable highlighting of different citation levels in
11166 message-mode.
11167
11168 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11169
11170 * message.el (message-make-fqdn): Fix comment.
11171 (message-bogus-system-names): Add ".local".
11172
11173 * spam.el (spam-ifile-path, spam-ifile-program)
11174 (spam-ifile-database-path, spam-ifile-database)
11175 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11176 Don't use "path" inappropriately.
11177 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11178 strings.
11179 (spam-check-ifile, spam-ifile-register-with-ifile)
11180 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11181 Use new variable names.
11182
11183 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11184 (gnus-treat-display-smileys): Simplify using
11185 gnus-image-type-available-p.
11186
11187 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11188 available.
11189
11190 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11191
11192 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11193 one after turning on the buffer's multibyteness instead of decoding
11194 them directly in the unibyte buffer that causes unexpected conversion
11195 in Emacs 23 (unicode).
11196
11197 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11198
11199 * message.el (message-generate-hashcash): Fix custom type.
11200
11201 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11202
11203 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11204
11205 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11206
11207 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11208 disconnect icons. Add help text.
11209
11210 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11211
11212 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11213 negated to be consistent with the others we handle.
11214
11215 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11216
11217 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11218 version of gnus-summary-buffer to something, so that we can use two
11219 article buffers at the same time.
11220
11221 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11222
11223 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11224 trigger all the extra headers.
11225 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11226 sorting.
11227
11228 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11229
11230 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11231 solid groups.
11232
11233 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11234
11235 * legacy-gnus-agent.el: Add Copyright notice.
11236
11237 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11238
11239 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11240
11241 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11242
11243 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11244
11245 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11246 to make it work reliably in CVS Emacs.
11247 (gnus-summary-limit-strange-charsets-predicate)
11248 (gnus-summary-limit-to-predicate): New functions.
11249
11250 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11251
11252 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11253 specifying array size.
11254 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11255 array if it is too small.
11256 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11257 (gnus-sort-threads-loop): New function.
11258
11259 2006-12-06 Chris Moore <dooglus@gmail.com>
11260
11261 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11262 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11263
11264 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11265
11266 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11267 options.
11268
11269 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11270
11271 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11272 DOS-ing the recipient.
11273
11274 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11275 the headers when creating the mapping to avoid mismappings.
11276 (nnweb-gmane-create-mapping): Always nix out old mapping.
11277
11278 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11279
11280 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11281 and mm-verify-option to never.
11282
11283 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11284
11285 * message.el (message-signed-or-encrypted-p): New function.
11286 (message-forward-make-body): Use it.
11287
11288 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11289 Replace encode-coding-string with mm-encode-coding-string.
11290
11291 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11292
11293 * nneething.el (nneething-decode-file-name):
11294 Replace decode-coding-string with mm-decode-coding-string.
11295
11296 * gnus-int.el (gnus-open-server): Say failed server's name.
11297
11298 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11299
11300 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11301 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11302
11303 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11304 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11305 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11306 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11307 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11308 (gnus-subscribe-newsgroup, gnus-1):
11309 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11310 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11311 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11312 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11313
11314 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11315
11316 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11317 keystroke.
11318 (gnus-summary-limit-to-bodies): Implement headersp.
11319
11320 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11321
11322 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11323
11324 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11325
11326 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11327
11328 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11329
11330 * message.el (message-generate-hashcash): Expand range of values to
11331 include `opportunistic'.
11332 (message-send-mail): Use it.
11333
11334 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11335
11336 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11337 and comment it.
11338
11339 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11340
11341 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11342
11343 * gnus-util.el (gnus-extract-address-components): Improve comment.
11344
11345 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11346
11347 * gnus-util.el (gnus-extract-address-components): Work with address in
11348 which the name portion contains @.
11349
11350 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11351
11352 * gnus.el (gnus-start): Move custom group up.
11353 (gnus-select-method): Don't autoload, but make it available for
11354 `customize-variable'.
11355 (gnus-getenv-nntpserver): Don't autoload.
11356
11357 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11358
11359 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11360
11361 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11362
11363 * message.el (message-sendmail-extra-arguments): New variable.
11364 (message-send-mail-with-sendmail): Use it.
11365
11366 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11367
11368 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11369 mm-with-unibyte-current-buffer to make string unibyte.
11370
11371 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11372 mm-string-as-multibyte.
11373
11374 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11375
11376 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11377 Reported by Werner Koch <wk@gnupg.org>.
11378
11379 2006-11-14 Daiki Ueno <ueno@p360>
11380
11381 * mml2015.el: Autoload epa-select-keys when compiling.
11382
11383 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11384
11385 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11386 message-options.
11387 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11388
11389 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11390
11391 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11392 EasyPG (< 0.0.6).
11393 (mml2015-always-trust): New user option.
11394 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11395 prompt.
11396
11397 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11398
11399 * nntp.el (nntp-authinfo-force): New variable.
11400 (nntp-send-authinfo): Use it.
11401
11402 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11403
11404 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11405 decode encoded words. Improve prompt. Add comment about forwarding.
11406 (message-replacement-char): Move up.
11407
11408 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11409
11410 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11411 instead of gnus-intersection because arguments of gnus-sorted-nunion
11412 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11413
11414 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11415
11416 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11417 (message-simplify-subject-functions):
11418 Enable message-strip-subject-encoded-words by default.
11419
11420 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11421
11422 * message.el (message-strip-subject-encoded-words): New function.
11423 (message-simplify-subject-functions): New variable.
11424 (message-simplify-subject): Use it. Fix typo in doc string.
11425 Support message-strip-subject-encoded-words.
11426
11427 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11428
11429 * gnus-diary.el (gnus-diary-delay-format-function):
11430 * nndiary.el (nndiary-reminders):
11431 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11432
11433 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11434
11435 * gnus-art.el (article-hide-boring-headers): Fetch date from
11436 gnus-original-article-buffer to avoid problems with localized date
11437 strings.
11438
11439 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11440
11441 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11442
11443 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11444
11445 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11446 New variables.
11447 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11448 (mm-charset-synonym-alist): Move some entries to
11449 mm-codepage-iso-8859-list.
11450 (mm-charset-synonym-alist, mm-charset-override-alist):
11451 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11452
11453 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11454
11455 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11456
11457 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11458
11459 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11460 with Emacs 21 and XEmacs.
11461
11462 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11463
11464 * spam.el (spam-parse-address): New function for better parsing,
11465 catching errors, etc.
11466 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11467
11468 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11469
11470 * mm-view.el: Add interactive arg to html2text autoload.
11471
11472 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11473
11474 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11475
11476 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11477
11478 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11479 New variables.
11480 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11481 (mm-charset-synonym-alist): Move some entries to
11482 mm-codepage-iso-8859-list.
11483
11484 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11485
11486 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11487
11488 * message.el (message-citation-line-format)
11489 (message-insert-formated-citation-line): Fix implementation of %E, %N
11490 and %n according to the doc string.
11491
11492 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11493
11494 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11495 Use car-safe to avoid bad parses.
11496
11497 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11498
11499 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11500 names.
11501
11502 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11503
11504 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11505
11506 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11507 header.
11508
11509 * message.el (message-draft-headers): Add Date.
11510 (message-headers-to-generate): Fix typo in docstring.
11511
11512 * nndraft.el (nndraft-required-headers): New variable.
11513 (nndraft-generate-headers): Use it.
11514
11515 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11516
11517 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11518
11519 * gnus-registry.el (gnus-registry-wash-for-keywords)
11520 (gnus-registry-find-keywords): New functions to allow easy searching of
11521 articles that are in the registry.
11522
11523 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11524
11525 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11526 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11527 Reported by Damien Elmes <damien@repose.cx>.
11528
11529 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11530
11531 * gnus.el (gnus-mime): Remove unused custom group.
11532
11533 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11534
11535 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11536 "blank line" when searching for end of armor headers.
11537
11538 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11539
11540 * gmm-utils.el (gmm-write-region): Fix variable name.
11541
11542 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11543
11544 * gmm-utils.el (gmm-write-region): New function based on compatibility
11545 code from `mm-make-temp-file'.
11546
11547 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11548
11549 * nnmaildir.el (nnmaildir--update-nov)
11550 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11551 Use `gmm-write-region'.
11552
11553 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11554
11555 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11556 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11557
11558 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11559
11560 * message.el (message-replacement-char): New variable.
11561 (message-fix-before-sending): Use it.
11562 (message-simplify-subject): New function to remove duplicate code.
11563 (message-reply, message-followup): Use it.
11564
11565 * gnus-sum.el (gnus-summary-make-menu-bar):
11566 Clarify gnus-summary-limit-to-articles.
11567
11568 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11569
11570 * gnus-util.el (gnus-with-local-quit): New macro.
11571
11572 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11573
11574 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11575
11576 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11577 ignore non-string data.
11578
11579 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11580
11581 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11582 non-string data (needs to be done in the registry too).
11583
11584 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11585
11586 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11587 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11588 (gnus-registry-split-fancy-with-parent)
11589 (gnus-registry-fetch-simplified-message-subject-fast)
11590 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11591 Remove text properties on ingress into the registry and when it's saved.
11592 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11593 registry from entries with no groups.
11594
11595 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11596
11597 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11598 function to remove string properties.
11599
11600 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11601
11602 * gmm-utils.el (gmm): Adjust custom version.
11603
11604 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11605 Adjust custom version.
11606
11607 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11608
11609 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11610
11611 * gnus-art.el (gnus-insert-prev-page-button)
11612 (gnus-insert-next-page-button): Simplify. Reformat.
11613
11614 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11615
11616 * gnus-art.el (gnus-insert-prev-page-button)
11617 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11618
11619 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11620
11621 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11622
11623 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11624
11625 * gnus-art.el (gnus-insert-mime-button)
11626 (gnus-insert-mime-security-button):
11627 Apply gnus-article-button-face to MIME and security buttons.
11628
11629 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11630
11631 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11632 readable.
11633
11634 2006-09-20 Steve Youngs <steve@sxemacs.org>
11635
11636 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11637 `browse-url-of-file' instead of `browse-url'.
11638
11639 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11640
11641 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11642 regexp. Articles containing quotation were cut prematurely.
11643
11644 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11645
11646 * message.el (message-cite-original-1): Use nobody by default for the
11647 value of From header.
11648 (message-reply): Ditto.
11649
11650 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11651
11652 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11653 to the gnus-info. This fixes a bug of inline-PGP message verification.
11654 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11655
11656 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11657
11658 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11659 mails in the doc string. Add some URLs in comment.
11660 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11661
11662 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11663
11664 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11665 backslashes handling and the way to find boundaries of quoted strings.
11666
11667 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11668
11669 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11670 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11671 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11672 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11673
11674 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11675
11676 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11677 doc string.
11678 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11679
11680 2006-09-06 Simon Josefsson <jas@extundo.com>
11681
11682 * mml2015.el (mml2015-use): Doc fix, mention epg.
11683
11684 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11685
11686 * mml2015.el (mml2015-use): Default to epg, if available.
11687
11688 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11689
11690 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11691 message-sender.
11692 (mml1991-epg-encrypt): Ditto.
11693 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11694 message-sender.
11695 (mml2015-epg-encrypt): Ditto.
11696
11697 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11698
11699 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11700 several common directories.
11701
11702 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11703
11704 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11705 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11706
11707 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11708
11709 * gnus-art.el (article-decode-encoded-words): Make it fast.
11710
11711 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11712
11713 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11714
11715 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11716 in quoted string into `\'.
11717
11718 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11719
11720 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11721 Use standard-syntax-table.
11722
11723 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11724
11725 * gnus-art.el (gnus-decode-address-function): New variable.
11726 (article-decode-encoded-words): Use it to decode headers which are
11727 assumed to contain addresses.
11728 (gnus-mime-delete-part): Remove useless `or'.
11729
11730 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11731 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11732 (gnus-nov-parse-line): Use it to decode From header.
11733 (gnus-get-newsgroup-headers): Ditto.
11734 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11735
11736 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11737 (mail-decode-encoded-address-string): New alias.
11738
11739 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11740 New function.
11741 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11742 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11743 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11744 (rfc2047-decode-string): Ditto.
11745 (rfc2047-decode-address-region): New function.
11746 (rfc2047-decode-address-string): New function.
11747
11748 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11749
11750 * message.el (message-caesar-buffer-body): Allow rotating headers.
11751
11752 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11753
11754 * message.el (message-insert-formated-citation-line): Fix %f.
11755 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11756
11757 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11758
11759 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11760 (gnus-bookmark-mouse-available-p): New macro.
11761 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11762 (gnus-bookmark-bmenu-show-infos): Use it.
11763 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11764 (gnus-bookmark-bmenu-hide-infos): Ditto.
11765 (gnus-bookmark-remove-properties): New function.
11766 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11767 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11768 (gnus-bookmark-write-file): Bind coding-system-for-write.
11769 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11770 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11771 group before selecting it.
11772 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11773 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11774 quit-window if it is not available; use gnus-mouse-2 and bind it to
11775 gnus-bookmark-bmenu-select-by-mouse.
11776 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11777 (gnus-bookmark-bmenu-select-by-mouse): New function.
11778
11779 2006-08-13 Romain Francoise <romain@orebokech.com>
11780
11781 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11782 space.
11783
11784 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11785
11786 * compface.el (uncompface): Use binary rather than raw-text-unix.
11787
11788 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11789
11790 * compface.el (uncompface): Make sure the eol conversion doesn't take
11791 place when communicating with the external programs.
11792 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11793
11794 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11797
11798 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11799
11800 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11801 Make it more robust by parsing author and date independently.
11802
11803 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11804
11805 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11806
11807 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11808
11809 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11810 first matching secret key.
11811 (mml2015-epg-encrypt): Ditto.
11812
11813 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11814 first matching secret key.
11815 (mml1991-epg-encrypt): Ditto.
11816
11817 * mml2015.el (mml2015-encrypt-to-self): New user option.
11818 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11819 mml2015-epg-encrypt-to-self is set.
11820
11821 * mml1991.el (mml1991-encrypt-to-self): New variable.
11822 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11823 mml1991-epg-encrypt-to-self is set.
11824
11825 * mml2015.el (mml2015-signers): New user option.
11826 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11827 (mml2015-epg-encrypt): Allow to select signing keys.
11828
11829 * mml1991.el (mml1991-signers): New variable.
11830 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11831 (mml1991-epg-encrypt): Allow to select signing keys.
11832
11833 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11834
11835 * nnheader.el (nnheader-insert-head): Make it work even if the file
11836 uses CRLF for the line-break code.
11837
11838 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11839
11840 * mml2015.el: Require mml-sec instead of password.
11841 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11842 (mml2015-cache-passphrase): Inherit the default value from
11843 mml-secure-cache-passphrase.
11844 (mml2015-passphrase-cache-expiry): Inherit the default value from
11845 mml-secure-passphrase-cache-expiry.
11846
11847 * mml1991.el: Require mml-sec instead of password.
11848 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11849 (mml1991-cache-passphrase): Inherit the default value from
11850 mml-secure-cache-passphrase.
11851 (mml1991-passphrase-cache-expiry): Inherit the default value from
11852 mml-secure-passphrase-cache-expiry.
11853
11854 * mml-sec.el: Require password.
11855 (mml-secure-verbose): New user option.
11856 (mml-secure-cache-passphrase): New user option.
11857 (mml-secure-passphrase-cache-expiry): New user option.
11858
11859 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11860
11861 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11862 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
11863 andreas@altroot.de (Andreas Vögele).
11864
11865 FIXME: Use `tiny change'?
11866
11867 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11868
11869 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11870 workaround for the url package included with Emacs.
11871
11872 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11873
11874 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11875
11876 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11877 correctly. This fixes a bug caused by the 2006-05-12 change.
11878
11879 2006-07-18 Karl Fogel <kfogel@red-bean.com>
11880
11881 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11882 some information about the error when saying that the `bogus' mail
11883 group will be used.
11884
11885 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11886
11887 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11888 string.
11889
11890 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11891
11892 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11893
11894 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11895
11896 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11897
11898 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11899
11900 * mml1991.el (mml1991-function-alist): Add epg.
11901 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11902 (mml1991-epg-encrypt): New functions.
11903
11904 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11905
11906 * mml2015.el (mml2015-verbose): New variable.
11907 (mml2015-cache-passphrase): Ditto.
11908 (mml2015-passphrase-cache-expiry): Ditto.
11909 (mml2015-function-alist): Add epg.
11910 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11911 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11912 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11913 New functions.
11914
11915 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11916
11917 * message.el (message-cite-original-1): Preserve region when removing
11918 quoted text due to X-No-Archive in order to avoid bogus attribution
11919 when citing multiple messages.
11920
11921 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11922
11923 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11924 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11925
11926 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11927
11928 * gnus-diary.el (gnus-user-format-function-d)
11929 (gnus-user-format-function-D): Autoload.
11930
11931 * imap.el (Commentary): Fix typo.
11932
11933 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11934 2006-04-22 contribution.
11935
11936 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11937
11938 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11939 It didn't really fix the bogosity I'm seeing with solid web groups.
11940
11941 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11942
11943 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11944 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11945 created using server names. If we use the feature without declaring
11946 it, Gnus does not properly manage server and group state.
11947
11948 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11949 bound.
11950
11951 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11952
11953 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11954 looking up the method using GROUP's prefix before inventing a new one.
11955 It is used on killed/unknown groups in various places where returning
11956 an all-new method isn't expected by the caller.
11957
11958 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11959 and match semantics of gnus-group-real-prefix.
11960
11961 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11962
11963 * nnmail.el (nnmail-broken-references-mailers): New variable.
11964 (nnmail-ignore-broken-references): New function generalizing
11965 nnmail-fix-eudora-headers.
11966 (nnmail-fix-eudora-headers): Now obsolete.
11967
11968 * gnus-art.el (gnus-button-handle-custom):
11969 Support `customize-apropos*'.
11970
11971 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11972
11973 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11974
11975 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11976 articles.
11977
11978 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11979
11980 * message.el (message-cite-reply-above): New variable.
11981 (message-yank-original): Use it.
11982
11983 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11984
11985 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11986
11987 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11988
11989 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11990 as read.
11991
11992 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11993
11994 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11995
11996 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11997 (gnus-bookmark-default-file): Use gnus-directory.
11998 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11999 Remove "*" in doc string.
12000 (gnus-bookmark-write-file): Simplify.
12001 (gnus-bookmark-maybe-sort-alist): Use `when'.
12002 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12003 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12004 Add FIXME about Emacs 21 and XEmacs compatibility.
12005 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12006 compatibility.
12007 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12008 compatibility.
12009 (gnus-bookmark-menu-heading): Fix version.
12010
12011 2006-06-19 Bastien Guerry <bzg@altern.org>
12012
12013 * gnus-bookmark.el: New file.
12014
12015 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12016
12017 * message.el (message-syntax-checks): Doc fix.
12018
12019 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12020
12021 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12022 unsubscribed groups as if they were killed ones. It causes duplicate
12023 entries in gnus-newsrc-alist.
12024
12025 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12026
12027 * message.el (message-syntax-checks): Doc fix.
12028 (message-send-mail): Add check for continuation headers.
12029 (message-check-news-header-syntax): Fix regexp used to check for
12030 continuation headers.
12031
12032 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12033
12034 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12035
12036 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12037
12038 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12039
12040 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12041
12042 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12043 default-truncate-lines.
12044
12045 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12046
12047 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12048 to fill the utf-8 entry.
12049
12050 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12051
12052 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12053
12054 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12055
12056 * gnus-agent.el (directory-files-and-attributes): Move all the way
12057 forward (the third and final move).
12058 (gnus-agent-read-agentview): Trap reconstruction errors due to
12059 nonexistent directory. Handle by returning nil.
12060
12061 2006-05-30 Didier Verna <didier@xemacs.org>
12062
12063 * message.el (message-dont-reply-to-names): Update the custom type.
12064 * message.el (message-dont-reply-to-names): New defsubst: potentially
12065 convert a list of regexps into a single one.
12066 * message.el (message-get-reply-headers): Use it.
12067 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12068
12069 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12070
12071 * gnus-agent.el (directory-files-and-attributes): Move forward.
12072
12073 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12074
12075 * gnus-ml.el (gnus-mailing-list-subscribe)
12076 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12077 (gnus-mailing-list-message): Fix doc strings.
12078
12079 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12080
12081 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12082 of doing it manually.
12083
12084 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12085
12086 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12087 comment.
12088
12089 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12090
12091 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12092 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12093 (gnus-agent-read-local): All symbols allocated in my-obarray.
12094 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12095 (gnus-agent-regenerate-group): Check numeric names to see if they are
12096 messages or groups.
12097 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12098 better way of do this...)
12099
12100 * gnus-cache.el (gnus-agent-total-fetched-for):
12101 Ignore 'dummy.group' (there should be a better way of do this...)
12102
12103 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12104
12105 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12106 (gnus-saved-headers): Ditto.
12107 (gnus-default-article-saver): Mention functions may have properties.
12108 (gnus-article-save): Override gnus-save-all-headers and
12109 gnus-saved-headers by :headers property which saver function may have.
12110 (gnus-summary-save-in-file): Add :headers property.
12111 (gnus-summary-write-to-file): Ditto.
12112
12113 * gnus-sum.el (gnus-summary-save-article): Bind
12114 gnus-prompt-before-saving to t when saving many articles in a file;
12115 always show all headers.
12116
12117 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12118
12119 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12120 marks.
12121
12122 * message.el (message-indent-citation): Add optional arguments to allow
12123 using it outside of message buffers.
12124
12125 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12126 (gnus-article-treat-unfold-headers): Use it.
12127 (gnus-article-truncate-lines): New variable.
12128 (gnus-article-mode): Use it.
12129 (gnus-article-toggle-truncate-lines): New function.
12130
12131 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12132 Add gnus-article-toggle-truncate-lines.
12133
12134 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12135 coding system in XEmacs, use binary.
12136
12137 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12138
12139 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12140 after-load-alist.
12141
12142 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12143 this function should save decoded articles.
12144 (gnus-summary-write-to-file): Use property to specify this function
12145 should save decoded articles and specify gnus-summary-save-in-file
12146 should be used to save articles other than the first one when saving
12147 many articles.
12148 (gnus-summary-save-body-in-file): Use property to specify this
12149 function should save decoded articles.
12150 (gnus-summary-write-body-to-file): Use property to specify this
12151 function should save decoded articles and specify
12152 gnus-summary-save-body-in-file should be used to save articles other
12153 than the first one when saving many articles.
12154
12155 * gnus-sum.el (gnus-summary-save-article): Simplify.
12156
12157 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12158
12159 * gnus-art.el (gnus-default-article-saver):
12160 Add gnus-summary-write-body-to-file.
12161 (gnus-article-save-coding-system): Don't use coding system object
12162 in XEmacs.
12163 (gnus-read-save-file-name): Add optional `dir-var' argument which
12164 specifies directory in which files are saved; work even if optional
12165 `variable' argument is not specified.
12166 (gnus-summary-write-to-file): Read file name.
12167 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12168 (gnus-summary-write-body-to-file): New function.
12169
12170 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12171 (gnus-summary-local-variables): Add it.
12172 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12173 (gnus-summary-save-article): Remove optional `decode' argument;
12174 determine whether to decode articles by the value of
12175 gnus-default-article-saver; when saving many files using
12176 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12177 it first and use gnus-summary-save-in-file or
12178 gnus-summary-save-body-in-file thereafter unless
12179 gnus-prompt-before-saving is always; move point to article which
12180 will be saved.
12181 (gnus-summary-save-article-file): Revert.
12182 (gnus-summary-write-article-file): Revert.
12183 (gnus-summary-save-article-body-file): Revert.
12184 (gnus-summary-write-article-body-file): New function.
12185
12186 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12187
12188 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12189
12190 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12191
12192 * gnus-art.el (gnus-default-article-saver): Doc fix.
12193 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12194 from gnus-summary-save-article-coding-system, and default to a
12195 certain coding system.
12196 (gnus-output-to-file): Add coding cookie and encode text according
12197 to gnus-article-save-coding-system; don't use mm-append-to-file.
12198
12199 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12200 gnus-art.el and rename to gnus-article-save-coding-system.
12201 (gnus-summary-save-article): Require gnus-art; don't show all
12202 headers if it decodes articles; don't add coding cookie here;
12203 don't bind mm-text-coding-system-for-write.
12204 (gnus-summary-save-article-file): Save decoded articles.
12205 (gnus-summary-write-article-file): When saving many files, use
12206 gnus-summary-write-to-file first and gnus-summary-save-in-file
12207 thereafter unless gnus-prompt-before-saving is always.
12208 (gnus-summary-save-article-body-file): Save decoded articles.
12209
12210 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12211
12212 * nnrss.el (nnrss-check-group): Bind hash-index.
12213
12214 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12215
12216 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12217 its hash index. Store this hash in `nnrss-group-data'.
12218 (nnrss-read-group-data): Update accordingly.
12219
12220 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12221
12222 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12223 entry.
12224
12225 * gnus-sum.el (gnus-summary-make-menu-bar):
12226 Add gnus-article-browse-html-article.
12227
12228 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12229
12230 * gnus-sum.el (gnus-summary-mime-map):
12231 Add gnus-article-browse-html-article.
12232
12233 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12234
12235 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12236 suitable coding systems in customize.
12237
12238 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12239
12240 * mail-source.el (mail-sources): Fix custom type.
12241
12242 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12243
12244 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12245 (gnus-summary-expire-articles-now): Shorten prompt.
12246
12247 * gmm-utils.el (wid-edit): Require.
12248 (defun-gmm): Rename from `gmm-defun-compat'.
12249 (gmm-image-search-load-path): Use it.
12250 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12251
12252 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12253
12254 * gnus-sum.el (gnus-summary-save-article-coding-system):
12255 New variable.
12256 (gnus-summary-save-article): Add optional `decode' argument.
12257 If it is set and gnus-summary-save-article-coding-system is non-nil,
12258 save decoded article.
12259 (gnus-summary-write-article-file): Save decoded article if
12260 gnus-summary-save-article-coding-system is non-nil.
12261
12262 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12263 type.
12264
12265 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12266
12267 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12268
12269 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12270
12271 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12272 first to test gnus-single-article-buffer which may be buffer-local.
12273
12274 * gnus-sum.el (gnus-summary-setup-buffer):
12275 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12276 group; make gnus-article-buffer, gnus-article-current, and
12277 gnus-original-article-buffer always buffer-local.
12278 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12279 group.
12280 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12281
12282 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12283
12284 * nnml.el (nnml-request-compact-group): Compressed files might not
12285 have .gz extension.
12286
12287 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12288
12289 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12290 (mm-copy-to-buffer): Use with-current-buffer.
12291 (mm-display-part): Simplify.
12292 (mm-inlinable-p): Add optional arg `type'.
12293
12294 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12297 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12298 Try harder to show the attachment internally or externally using
12299 gnus-mime-view-part-as-type.
12300
12301 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12302
12303 * message.el (message-from-style, message-signature-separator)
12304 (message-user-organization-file, message-send-mail-function)
12305 (message-citation-line-function, message-yank-prefix)
12306 (message-indent-citation-function, message-signature)
12307 (message-signature-file, message-signature-insert-empty-line):
12308 Remove autoloads.
12309
12310 * gnus-art.el (gnus-buttonized-mime-types):
12311 Remove "multipart/signed". Revert 2006-04-26 change.
12312
12313 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12314
12315 * gnus.el (gnus-version-number): Bump version.
12316
12317 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12318
12319 * gnus.el: No Gnus v0.5 is released.
12320
12321 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12322
12323 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12324 fetching articles by message-id.
12325
12326 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12327
12328 * message.el (hashcash): Require hashcash as normal.
12329
12330 * ecomplete.el (ecomplete-highlight-match-line):
12331 Use point-at-eol.
12332 (ecomplete-highlight-match-line): Use `highlight', because that
12333 face exists in both Emacs and XEmacs.
12334
12335 * message.el (message-display-abbrev): Use point-at-bol.
12336
12337 * mail-source.el: Don't require timer/timer-funcs.
12338
12339 * gnus-async.el: Ditto.
12340
12341 * password.el: Ditto.
12342
12343 * mm-url.el: Ditto.
12344
12345 * mm-util.el: Require timer/timer-funcs.
12346
12347 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12348
12349 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12350 Close.
12351
12352 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12353
12354 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12355 unibyte after clear-decrypt function runs.
12356
12357 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12358 returns as a unibyte string.
12359
12360 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12361
12362 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12363 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12364 (mml1991-pgg-encrypt): Ditto.
12365
12366 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12367
12368 * message.el (message-user-organization-file): Check several
12369 locations of the organization file.
12370
12371 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12372 Add gnus-article-view-part-as-type.
12373
12374 * gnus-art.el (gnus-article-view-part-as-type): New function.
12375
12376 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12377 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12378
12379 * mml.el: Simplify autoload.
12380 (mml-mode): defvar dnd-protocol-alist instead of using
12381 symbol-value.
12382 (mml-default-directory): New variable.
12383 (mml-minibuffer-read-file): Use it.
12384 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12385
12386 * message.el (message-citation-line-format): New variable.
12387 (message-insert-formated-citation-line): New function.
12388 (message-citation-line-function):
12389 Add `message-insert-formated-citation-line' to custom type.
12390
12391 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12392 to doc string.
12393
12394 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12395 depending on mm-verify-option.
12396
12397 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12398
12399 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12400 binding pgg-* variables; reimplement the section which prevents
12401 MIME header from being signed.
12402 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12403 pgg-text-mode; remove a blank line at the top of body.
12404
12405 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12406 lines at the top of body; use gnus-newsgroup-charset if there's no
12407 Charset header.
12408
12409 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12410
12411 * message.el (message-self-insert-commands): Doc fix.
12412
12413 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12414 (mm-uu-pgp-encrypted-test): Ditto.
12415 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12416 between header and body; return application/pgp-encrypted handle
12417 if decryption failed; decode decrypted body by charset.
12418
12419 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12420 element match to application/pgp-*.
12421
12422 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12423
12424 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12425 HTML.
12426
12427 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12428
12429 * mail-source.el (mail-source-call-script): Message the error
12430 string.
12431
12432 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12433
12434 * gnus-util.el (gnus-byte-compile): Use it.
12435
12436 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12437
12438 * gnus-util.el (kill-empty-logs): New function.
12439
12440 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12441
12442 * message.el (message-mail-alias-type): Doc fix.
12443 (message-mail-alias-type-p): New function.
12444 (message-send): Use it.
12445 (message-mode): Ditto.
12446 (message-strip-forbidden-properties): Ditto.
12447
12448 * ecomplete.el (ecomplete-database-file-coding-system):
12449 New variable.
12450 (ecomplete-save): Use it.
12451 (ecomplete-setup): Use it.
12452
12453 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12454
12455 * message.el (message-self-insert-commands): New variable.
12456 (message-strip-forbidden-properties): Use it.
12457
12458 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12459
12460 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12461 that doesn't make XEmacs choke.
12462
12463 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12464
12465 * gnus-util.el (gnus-replace-in-string):
12466 Prefer replace-regexp-in-string over of replace-in-string.
12467
12468 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12469
12470 * gnus-util.el (gnus-select-frame-set-input-focus):
12471 Use select-frame-set-input-focus if it is available in XEmacs; use
12472 definition defined in Emacs 22 for old Emacsen.
12473
12474 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12475
12476 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12477
12478 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12479
12480 * gnus-registry.el (gnus-registry-cache-save): Remove text
12481 properties when saving via the temp buffer.
12482
12483 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12484
12485 * message.el (message-generate-hashcash): Honor custom type.
12486
12487 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12488
12489 * message.el (message-generate-hashcash): Default to non-nil when
12490 hashcash is found.
12491
12492 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12493 (gnus-refer-thread-limit): Increase default to 500.
12494
12495 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12496
12497 * flow-fill.el (fill-flowed): Allow delete-space.
12498
12499 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12500
12501 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12502 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12503 Remove autoloads.
12504
12505 2006-04-18 Simon Josefsson <jas@extundo.com>
12506
12507 * message.el (message-generate-hashcash): Default to.
12508
12509 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12510
12511 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12512 concatenating segments rather than before concatenating them.
12513
12514 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12515
12516 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12517
12518 * imap.el (imap-quote-specials): New function.
12519 (imap-login-auth): Quote specials.
12520
12521 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12522
12523 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12524
12525 * message.el (message-forward-make-body-plain):
12526 Allow message-forward-ignored-headers to be a list.
12527 (message-remove-ignored-headers): Factor out into function.
12528 (message-forward-make-body-mml): Use it.
12529 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12530 (rfc2231-parse-string): Allow concatanation of parameters that
12531 aren't contiguous. The test case is
12532 (mail-header-parse-content-type "message/external-body;
12533 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12534 access-type=LOCAL-FILE;
12535 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12536
12537 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * nntp.el (nntp-accept-process-output): Return the value of
12540 `nnheader-accept-process-output'.
12541
12542 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12543
12544 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12545 (gnus-button-alist): Recognize more diff formats.
12546 (gnus-button-patch): Strip directory.
12547
12548 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12549
12550 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12551 Emacs 22 when setting focus.
12552
12553 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12554
12555 * gnus-art.el (gnus-article-treat-types): Do treatment of
12556 text/x-verbatim parts.
12557 (gnus-button-patch): New command.
12558
12559 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12560 addresses that contain invalid characters.
12561
12562 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12563
12564 * message.el (message-put-addresses-in-ecomplete):
12565 Use gnus-replace-in-string.
12566 (message-is-yours-p): Use the more correct
12567 mail-header-parse-address instead of
12568 mail-extract-address-components.
12569 (message-put-addresses-in-ecomplete): Fix typo.
12570
12571 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12572 keystroke.
12573
12574 * gnus-art.el (gnus-treatment-function-alist): Change order of
12575 newsgroups/generic header folding to avoid double-folding.
12576
12577 * message.el (message-hidden-headers): Add X-Draft-From.
12578
12579 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12580 New command.
12581 (gnus-summary-repeat-search-article-backward): New command.
12582
12583 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12584 groups in the parent topic.
12585
12586 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12587
12588 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12589 (spam-extra-header-to-number): Return the CRM114 number as a
12590 number instead of a string.
12591
12592 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12593
12594 * gnus-art.el (gnus-face-properties-alist): Move here from
12595 gnus-fun.
12596
12597 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12598
12599 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12600
12601 * message.el (message-strip-forbidden-properties): Only display on
12602 self-insert-command.
12603
12604 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12605 reindent.
12606 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12607
12608 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12609
12610 * smiley.el (smiley-style): Fix typo.
12611
12612 2006-03-23 Kenichi Handa <handa@m17n.org>
12613
12614 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12615 instead of set-buffer-multibyte.
12616
12617 2006-03-23 Kenichi Handa <handa@m17n.org>
12618
12619 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12620 buffer and then decode the buffer text if necessary.
12621 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12622 first, and after mm-encode-body, change the buffer to unibyte.
12623
12624 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12625
12626 * hashcash.el (hashcash-insert-payment-async-2):
12627 Use message-goto-eoh instead of doing it manually.
12628 (mail-add-payment): Use message-narrow-to-header instead of trying
12629 to do the same itself.
12630
12631 * message.el (message-hidden-headers): Add Face.
12632
12633 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12634 reparenting code.
12635 (gnus-summary-reparent-children): Refactored out code.
12636 (gnus-summary-thread-map): New keystroke.
12637 (gnus-summary-reparent-children): Make into command.
12638
12639 * smiley.el (smiley-style): Default to `medium' if using a large
12640 font.
12641
12642 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12643 does it itself.
12644
12645 * message.el (message-point-in-header-p): Simplify definition.
12646
12647 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12648
12649 * nnagent.el (nnagent-request-set-mark): Silence log file
12650 writing.
12651 (nnagent-request-set-mark): Use write-region instead of
12652 append-to-file.
12653
12654 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12655 strange select method.
12656
12657 * ecomplete.el (ecomplete-display-matches): Get highlightling
12658 right.
12659 (ecomplete-display-matches): Use literals.
12660 (ecomplete-display-matches): Disable message logging.
12661
12662 * message.el (message-display-abbrev): Small optimization.
12663
12664 * ecomplete.el (ecomplete-display-matches): Allow automatic
12665 display.
12666
12667 * message.el (message-strip-forbidden-properties):
12668 Display abbrevs.
12669 (message-display-abbrev): Get automatic display right.
12670
12671 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12672 keystrokes.
12673
12674 2006-04-13 Romain Francoise <romain@orebokech.com>
12675
12676 TODO: Backport to v5-10!
12677
12678 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12679 Move here (and rename) from gnus-registry.el.
12680
12681 * gnus-registry.el: Require gnus-util.
12682 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12683
12684 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12685
12686 * gnus-group.el (gnus-group-catchup-current):
12687 Change if-then-else-if-then-else into cond.
12688 (gnus-group-catchup): Indent.
12689 (group-name-at-point): New function.
12690 (gnus-fetch-group): Provide default from thing at point.
12691
12692 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12693
12694 * message.el (message-display-abbrev): Fix regexp.
12695
12696 * ecomplete.el (ecomplete-highlight-match-line):
12697 Reimplement choosing.
12698 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12699 dead variables.
12700
12701 * message.el (message-newline-and-indent): Remove debugging.
12702 (message-display-abbrev): Use new implementation.
12703
12704 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12705
12706 * gnus-art.el (gnus-article-mode):
12707 Set cursor-in-non-selected-windows to nil.
12708
12709 * smiley.el: Revert previous change.
12710 (smiley-data-directory): defvar it before using it in the
12711 defcustom of `smiley-style'.
12712
12713 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12714
12715 * message.el (message-newline-and-indent): New function.
12716
12717 * ecomplete.el: Implement more bits.
12718
12719 * message.el (message-put-addresses-in-ecomplete): Clean up the
12720 string.
12721
12722 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12723
12724 * gnus-sum.el (gnus-summary-save-parts):
12725 Bind gnus-summary-save-parts-counter and use it to make unique file
12726 names.
12727
12728 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12729
12730 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12731 parameter to say whether to actually parse the individual
12732 addresses.
12733
12734 * message.el (message-put-addresses-in-ecomplete): New function.
12735 (ecomplete): Require.
12736 (message-mail-alias-type): Add ecomplete as an option.
12737
12738 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12739
12740 * flow-fill.el (fill-flowed): Remove trailing space from blank
12741 quoted lines.
12742
12743 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12744
12745 * smiley.el (smiley-style): Move definition later to avoid a
12746 compilation warning.
12747
12748 2006-04-12 Kenichi Handa <handa@m17n.org>
12749
12750 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12751 buffer and then decode the buffer text if necessary.
12752 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12753 first, and after mm-encode-body, change the buffer to unibyte.
12754 Use mm-disable-multibyte instead of set-buffer-multibyte.
12755
12756 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12757
12758 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12759 Content-Type header instead of Content-Disposition header.
12760 (gnus-mime-inline-part): Ditto.
12761 (gnus-mime-view-part-as-charset): Ignore charset that the part
12762 specifies.
12763
12764 * mm-decode.el (mm-display-part): Work with external parts and
12765 usual parts similarly.
12766
12767 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12768 instead of gnus-display-mime.
12769
12770 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12771 instead of with-temp-buffer.
12772
12773 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12774 tag to summarized topics part in order to encode non-ASCII text.
12775
12776 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12777
12778 * smiley.el (smiley-style): New variable.
12779 (smiley-directory): New function.
12780 (smiley-data-directory): Derive from `smiley-style' using
12781 `smiley-directory'.
12782 (smiley-regexp-alist): Add new entries.
12783
12784 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12785 (gnus-article-browse-delete-temp): Add :version.
12786
12787 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12788
12789 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12790 the sieve region.
12791
12792 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12793
12794 * gnus.el (gnus-version-number): Bump version.
12795
12796 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12797
12798 * gnus.el: No Gnus v0.4 is released.
12799
12800 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12801
12802 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12803 layout.
12804
12805 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12806 unknown charset.
12807
12808 * message.el (message-header-synonyms): Add Original-To to the
12809 default.
12810
12811 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12812 optional parameter.
12813
12814 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12815
12816 * gnus-fun.el (gnus): Require it for gnus-directory.
12817
12818 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12819
12820 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12821
12822 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12823
12824 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12825
12826 2006-04-05 Simon Josefsson <jas@extundo.com>
12827
12828 * password.el (password-reset): New function.
12829
12830 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12831
12832 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12833 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12834
12835 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12836
12837 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12838 Some whitespace was matched into the url, which broke browsing hits
12839 > 100 when mm-url-use-external was nil.
12840
12841 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12842
12843 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12844 Check gnus-extra-headers for 'Newsgroups.
12845
12846 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12847 bound.
12848
12849 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12850
12851 * pgg-gpg.el: Clean up process buffers every time gpg processes
12852 complete.
12853
12854 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12855
12856 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12857 doc string.
12858
12859 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12860
12861 * pgg-gpg.el (pgg-gpg-process-filter)
12862 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12863
12864 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12865 lines, temporary fix.
12866
12867 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12868
12869 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12870
12871 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12872
12873 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12874 default-enable-multibyte-characters. This reverts the change from
12875 revision 6.17 which is no longer necessary because the passphrase
12876 is sent separately now. GnuPG messages are unreadable under
12877 multibyte locales with default-enable-multibyte-characters set to
12878 nil.
12879
12880 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
12881
12882 * message.el (message-tool-bar-gnome): Move "spell".
12883
12884 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
12885
12886 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12887 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12888 instead.
12889
12890 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
12891
12892 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12893 Improve newsgroups handling for NNTP overviews which don't include
12894 Newsgroups.
12895
12896 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12897
12898 * message.el (message-resend): Bind message-generate-hashcash to nil.
12899
12900 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12901
12902 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12903 when searching for already-paid recipients.
12904
12905 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12906
12907 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12908 passphrases when it is not needed.
12909 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12910 passphrase stuff from gpg, should only be necessary when you use
12911 gpg with a smartcard.
12912
12913 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12914
12915 * mml.el (mml-insert-mime): Ignore cached contents of
12916 message/external-body part.
12917
12918 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12919 (mm-insert-part): Ditto.
12920
12921 2006-03-23 Simon Josefsson <jas@extundo.com>
12922
12923 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12924 Reiner.
12925 (pgg-gpg-use-agent-p): Use it again.
12926
12927 2006-03-23 Simon Josefsson <jas@extundo.com>
12928
12929 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12930 older emacsen.
12931 (pgg-gpg-use-agent-p): Don't use it.
12932
12933 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
12934
12935 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12936 if we can.
12937
12938 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12939
12940 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12941 (pgg-gpg-update-agent): New function.
12942 (pgg-gpg-use-agent-p): New function.
12943 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12944 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12945 (pgg-gpg-sign-region): Use it.
12946
12947 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12948
12949 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12950 Reported by Ralf Wachinger <rwachinger@gmx.de>.
12951
12952 2006-03-21 Simon Josefsson <jas@extundo.com>
12953
12954 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12955 <wilde@sha-bang.de>.
12956 (pgg-gpg-use-agent): New variable.
12957 (pgg-gpg-process-region): Use it.
12958 (pgg-gpg-encrypt-region): Likewise.
12959 (pgg-gpg-encrypt-symmetric-region): Likewise.
12960 (pgg-gpg-decrypt-region): Likewise.
12961 (pgg-gpg-sign-region): Likewise.
12962 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12963
12964 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12965
12966 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12967
12968 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12969 Add comment on version.
12970
12971 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12972
12973 * smiley.el: Add missing test smiley.
12974
12975 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12976
12977 * mm-decode.el (mm-with-part): New macro.
12978 (mm-get-part): Use it; work with message/external-body as well.
12979 (mm-save-part): Treat name and filename equally.
12980
12981 * mm-extern.el (mm-extern-cache-contents): New function.
12982 (mm-inline-external-body): Use it; force the part to be displayed;
12983 move undisplayer added to the cached handle to the parent.
12984
12985 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12986 (gnus-mime-view-part-as-type): Work with message/external-body.
12987
12988 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12989
12990 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12991
12992 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12993 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12994 Emacs.]
12995
12996 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12997
12998 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12999 path rather than symbol. Always return list of directories.
13000 Guarantee that image directory comes first. [Sync with image.el,
13001 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13002
13003 * message.el (message-make-tool-bar): Adjust to new API of
13004 `gmm-image-load-path-for-library'.
13005
13006 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13007
13008 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13009
13010 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13011
13012 * gnus-art.el (gnus-article-only-boring-p):
13013 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13014 intangible text.
13015 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13016
13017 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13018
13019 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13020 Use `defun' instead of `gmm-defun-compat'.
13021
13022 2006-03-14 Simon Josefsson <jas@extundo.com>
13023
13024 * message.el (message-unique-id): Don't use message-number-base36
13025 if (user-uid) is a float.
13026 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13027
13028 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13029
13030 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13031
13032 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13033 empty line between a part and a message part.
13034
13035 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13036
13037 * smiley.el: Add more test smileys.
13038 (smiley-data-directory, smiley-regexp-alist)
13039 (gnus-smiley-file-types): Fix doc strings.
13040 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13041 adding new elements.
13042 (smiley-mouse-map): Unused code. Make it a comment.
13043
13044 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13045
13046 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13047 scan latest NoCeM messages instead of old ones.
13048 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13049 delimiters that are recently used.
13050 (gnus-nocem-load-cache): Add autoload cookie.
13051
13052 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13053
13054 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13055 level which is larger than gnus-use-nocem is specified.
13056
13057 * gnus-group.el (gnus-group-get-new-news): Ditto.
13058
13059 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13060
13061 * gnus-util.el (gnus-tool-bar-update): New function.
13062
13063 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13064 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13065
13066 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13067
13068 * gnus-group.el (gnus-group-redraw-when-idle)
13069 (gnus-group-redraw-check): Remove.
13070 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13071
13072 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13073
13074 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13075 if optional last element is specified in splits (FIELD VALUE...).
13076
13077 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13078
13079 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13080 to gmm-image-load-path-for-library. Call with no-error argument.
13081 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13082
13083 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13084
13085 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13086
13087 * gmm-utils.el (gmm-image-load-path): Remove alias.
13088
13089 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13090
13091 * gmm-utils.el (gmm-image-load-path): Add alias.
13092
13093 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13094 nnml-generate-nov-databases-1.
13095 (nnml-generate-nov-databases): Use it.
13096 (nnml-generate-nov-databases-directory): Document no-active
13097 argument.
13098
13099 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13100 directory if path is t. Add no-error.
13101
13102 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13103 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13104
13105 * gnus-art.el (gnus-article-browse-delete-temp-files):
13106 Simplify resetting gnus-article-browse-html-temp-list.
13107
13108 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13109 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13110 Add example to docstring. Rename local variables. Move error
13111 checks to default case in cond and simplify.
13112
13113 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13114
13115 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13116 handle is multipart when calling it recursively.
13117 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13118
13119 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13120
13121 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13122 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13123
13124 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13125
13126 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13127 is loaded.
13128
13129 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13130 loaded.
13131
13132 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13133
13134 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13135 to "Emacs 23 (unicode)" in doc string.
13136
13137 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13138 "Emacs 23 (unicode)" in comment.
13139
13140 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13141
13142 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13143
13144 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13145 characters 160 through 255 in Emacs 23.
13146
13147 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13148
13149 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13150 gnus-article-browse-html-temp.
13151 (gnus-article-browse-delete-temp): Make it customizable.
13152 Add `file'. Adjust doc string.
13153 (gnus-article-browse-delete-temp-files): Add argument.
13154 Allow query for each file. Adjust doc string.
13155 (gnus-article-browse-html-parts):
13156 Add `gnus-article-browse-delete-temp-files' to
13157 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13158
13159 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13160
13161 * gnus-art.el (gnus-article-browse-html-temp)
13162 (gnus-article-browse-delete-temp): New variables.
13163 (gnus-article-browse-delete-temp-files): New function.
13164 (gnus-article-browse-html-parts): Use it.
13165
13166 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13167
13168 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13169
13170 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13171 string.
13172
13173 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13174 gnus-summary-insert-new-articles when unplugged.
13175 Remove gnus-summary-search-article-forward.
13176
13177 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13178 display-visual-class instead of display-color-cells.
13179
13180 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13181
13182 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13183 message/* containing non-ASCII text properly.
13184
13185 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13186
13187 * message.el: Require gmm-utils, remove autoloads.
13188 (message-tool-bar): Set default based on
13189 gmm-tool-bar-style.
13190 (message-tool-bar-gnome): Add gmm-customize-mode.
13191
13192 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13193 gmm-tool-bar-style.
13194 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13195
13196 * gnus-group.el (gnus-group-tool-bar): Set default based on
13197 gmm-tool-bar-style.
13198 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13199
13200 * gmm-utils.el (gmm-image-directory): Rename variable from
13201 gmm-image-load-path.
13202 (gmm-image-load-path): Use gmm-image-directory.
13203 (gmm-customize-mode): New function.
13204 (gmm-tool-bar-style): New variable.
13205
13206 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13207 gnus-group-redraw-line-number.
13208 (gnus-group-redraw-check): Simplify.
13209 (gnus-group-tool-bar-update): Remove redraw check.
13210 (gnus-group-make-tool-bar): Add redraw check.
13211
13212 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13213
13214 * gnus-art.el (gnus-button): Add missing parentheses.
13215
13216 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13217
13218 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13219
13220 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13221
13222 * gnus-art.el (gnus-button): New face.
13223 (gnus-article-button-face): Use it.
13224
13225 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13226 Add gnus-summary-next-page. Re-order.
13227
13228 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13229 next-node are now included.
13230 (gnus-group-redraw-line-number): New internal variable.
13231 (gnus-group-redraw-check): Helper function for updating the tool
13232 bar.
13233 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13234
13235 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13236
13237 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13238 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13239 Use it to match format of Spamassassin 3.0 and later.
13240 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13241 (spam-check-bogofilter)
13242 (spam-bogofilter-register-with-bogofilter): Fix args of
13243 `gnus-error' calls.
13244
13245 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13246
13247 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13248 unnecessary interaction when sending queued mails.
13249 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13250
13251 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13252
13253 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13254 first or last are nil.
13255
13256 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13257
13258 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13259
13260 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13261
13262 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13263
13264 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13265
13266 * dns.el (query-dns): Protect more against buggy tcp output.
13267
13268 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13269
13270 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13271 nov.php.
13272
13273 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13274
13275 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13276 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13277 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13278 output on the server side.
13279 (nnweb-google-create-mapping): Update regexps and add some
13280 progress indication.
13281
13282 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13283
13284 * gnus-group.el (gnus-group-tool-bar-gnome):
13285 Fix gnus-agent-toggle-plugged. Re-order icons.
13286 (gnus-group-tool-bar-gnome):
13287 Add gnus-group-{prev,next}-unread-group.
13288 (gnus-group-tool-bar-gnome): Re-order icons.
13289
13290 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13291 Move gnus-summary-insert-new-articles.
13292
13293 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13294 Fix comments.
13295
13296 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13297 also available in Emacs 21.3.
13298
13299 * message.el (message-fix-before-sending): Change "Emacs 22" to
13300 "Emacs 23 (unicode)" in comment.
13301
13302 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13303 "Emacs 23 (unicode)" in comment.
13304
13305 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13306 comment.
13307 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13308
13309 * mm-view.el (mm-fill-flowed): Add :version.
13310
13311 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13312
13313 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13314 and load-path.
13315
13316 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13317
13318 * message.el: Autoload gmm-image-load-path.
13319 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13320 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13321 consitency.
13322
13323 * gmm-utils.el (gmm-image-load-path): Also search in
13324 "../etc/images". Don't set gmm-image-load-path if we don't find
13325 the image.
13326
13327 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13328
13329 * gmm-utils.el (gmm-image-load-path): Don't make
13330 `gmm-image-load-path' include subdirectories which the second arg
13331 `image' might specify.
13332
13333 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13334 subdirectory to icon file names.
13335
13336 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13337
13338 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13339
13340 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13341 gmm-image-load-path calls.
13342
13343 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13344
13345 * message.el (message-make-tool-bar): Ditto.
13346
13347 * mml.el (mml-preview): Add comment concerning tool bar icons.
13348
13349 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13350 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13351
13352 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13353 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13354
13355 * message.el (message-tool-bar-gnome): Use new icon names.
13356 (message-make-tool-bar): Use `gmm-image-load-path'.
13357
13358 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13359 New functions from MH-E.
13360 (gmm-image-load-path): New variable from MH-E.
13361 (gmm-image-load-path): New function from MH-E. Add arguments
13362 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13363 *-image-load-path-called-flag.
13364
13365 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13366
13367 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13368
13369 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13370
13371 * nnimap.el (nnimap-request-move-article): Change folder back to
13372 source group before deleting.
13373
13374 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13375
13376 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13377
13378 * gnus-art.el (mm-url-insert-file-contents-external):
13379 Autoload mm-url.
13380
13381 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13382
13383 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13384
13385 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13386 coding system which mm-charset-to-coding-system returns for a
13387 given charset is valid.
13388
13389 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13390
13391 * html2text.el (html2text-remove-tag-list):
13392 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13393
13394 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13395
13396 * gnus-cus.el: Revert 2005-10-17 change.
13397
13398 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13399
13400 * gnus-art.el (article-strip-banner):
13401 Call article-really-strip-banner only when the regexp match is made.
13402
13403 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13404
13405 * gnus-art.el (article-strip-banner):
13406 Use gnus-extract-address-components instead of
13407 mail-header-parse-addresses to make it work with non-ASCII text;
13408 remove mail-encode-encoded-word-string.
13409
13410 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13411 values which are surrounded with \"...\"; make it never cause a
13412 Lisp error; give up parsing of parameters if it failed in
13413 extracting type.
13414
13415 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13416
13417 * smime.el (smime-cert-by-ldap-1): Fix bug where
13418 `smime-ldap-search' returns results without userCertificates.
13419
13420 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13421
13422 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13423
13424 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13425
13426 * spam.el (spam-check-spamassassin-headers): Adapt format for
13427 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13428 <ari@mbf.ocn.ne.jp>.
13429 (spam-list-of-processors): Add spam-use-gmane.
13430
13431 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13432
13433 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13434 make-temp-file; make it work with XEmacs as well.
13435
13436 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13437 mm-make-temp-file.
13438
13439 * mm-decode.el (mm-display-external): Use the 3rd arg of
13440 mm-make-temp-file.
13441 (mm-create-image-xemacs): Ditto.
13442
13443 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13444
13445 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13446 with message-narrow-to-headers.
13447 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13448 (gnus-draft-check-draft-articles): New function.
13449 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13450
13451 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13452
13453 * gnus-art.el (gnus-article-browse-html-parts):
13454 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13455 Don't use suffix argument for mm-make-temp-file for Emacs 21
13456 compatibility. Remove useless `format'.
13457
13458 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13459
13460 * nnweb.el (nnweb-google-wash-article): Update regexps.
13461 (nnweb-group-alist): Use defvoo instead of defvar.
13462
13463 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13464
13465 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13466 re-loading nn* modules.
13467
13468 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13469
13470 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13471 for `tool-bar-mode' and don't check it's default-value.
13472
13473 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13474
13475 * message.el (message-make-tool-bar): Ditto.
13476
13477 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13478 `substring'. Shorten tmp-file name.
13479
13480 * gnus.el: Remove bogus comment.
13481
13482 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13483
13484 * gnus-art.el (gnus-article-browse-html-parts): New function.
13485 (gnus-article-browse-html-article): New function for viewing html
13486 articles with a browser.
13487
13488 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13489
13490 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13491 (mml2015-pgg-encrypt): Ditto.
13492
13493 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13494 (mml1991-pgg-encrypt): Ditto.
13495
13496 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13497
13498 * nnfolder.el (nnfolder-insert-newsgroup-line):
13499 Use message-make-date instead of current-time-string.
13500
13501 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13502 to gnus-decoded which mm-uu might set.
13503
13504 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13505
13506 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13507 don't decode quoted parameters; remove misimported Emacs code.
13508 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13509 (rfc2231-decode-encoded-string): Don't use split-string which
13510 behaves differently according to Emacs version; use
13511 mm-decode-coding-region to convert charset to coding-system.
13512 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13513 (rfc2231-encode-string): Remove misimported Emacs code.
13514
13515 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13516
13517 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13518 when calling mail-header-parse-content-type.
13519 (article-de-quoted-unreadable): Ditto.
13520 (article-de-base64-unreadable): Ditto.
13521 (article-wash-html): Ditto.
13522
13523 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13524 calling mail-header-parse-content-type and
13525 mail-header-parse-content-disposition.
13526 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13527 mail-header-parse-content-type.
13528
13529 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13530 insert charset and format parameters; encode description after
13531 inserting it to buffer.
13532 (mml-insert-parameter): Fold lines properly even if a parameter is
13533 segmented into two or more lines; change the max column to 76.
13534
13535 * rfc1843.el (rfc1843-decode-article-body): Don't use
13536 ignore-errors when calling mail-header-parse-content-type.
13537
13538 * rfc2231.el (rfc2231-parse-string): Return at least type if
13539 possible; don't cause an error even if it fails in parsing of
13540 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13541 (rfc2231-encode-string): Don't break lines at the beginning, leave
13542 it to mml-insert-parameter.
13543
13544 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13545 calling mail-header-parse-content-type.
13546
13547 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13548
13549 * spam-report.el (spam-report-gmane-use-article-number):
13550 Improve doc string.
13551 (spam-report-gmane-internal): Check if a suitable header was found
13552 in the article.
13553
13554 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13555
13556 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13557 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13558
13559 2006-02-05 Romain Francoise <romain@orebokech.com>
13560
13561 Update copyright notices of all files in the gnus directory.
13562
13563 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13564
13565 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13566
13567 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13568
13569 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13570 segmented lines of parameter value to cope with Thunderbird 1.5
13571 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13572 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13573 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13574
13575 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13576
13577 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13578 parts.
13579
13580 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13581
13582 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13583 there's only one active file for all servers.
13584 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13585 solid groups. Gnus might have used a FAST request to select the group.
13586 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13587 and nnweb-search redundantly in the active file.
13588 (nnweb-request-list): Don't list bogus groups. There can only be one.
13589 (nnweb-request-create-group): Don't use ARGS.
13590 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13591 initialisations. Let nnoo do the work.
13592
13593 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13594
13595 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13596 Say the part has been decoded.
13597
13598 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13599
13600 2006-01-31 Kevin Ryde <user42@zip.com.au>
13601
13602 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13603 mailcap-viewer-test-cache when there's no 'test clause, since that
13604 will invert the meaning of a "nil" test previously determined by
13605 mailcap-mailcap-entry-passes-test.
13606
13607 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13608
13609 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13610 compiling.
13611
13612 * gnus-sum.el: Ditto.
13613
13614 * message.el: Don't bind tool-bar-map when compiling.
13615
13616 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13617
13618 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13619
13620 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13621
13622 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13623 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13624 current Google Groups.
13625
13626 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13627
13628 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13629 and tool-bar-mode.
13630
13631 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13632 and tool-bar-mode.
13633
13634 * message.el (message-tool-bar-update): Simplify.
13635 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13636
13637 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13638 gnus-summary-buffer.
13639 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13640 gnus-summary-reply.
13641
13642 * gmm-utils.el (gmm): Add :version.
13643
13644 2006-01-26 Steve Youngs <steve@sxemacs.org>
13645
13646 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13647 Don't autoload.
13648
13649 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13650
13651 * gmm-utils.el (gmm-verbose): Add :group.
13652
13653 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13654
13655 * message.el: Change some comments WRT tool-bars.
13656
13657 * gnus-sum.el (gnus-summary-tool-bar)
13658 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13659 (gnus-summary-tool-bar-zap-list): New variables.
13660 (gnus-summary-make-tool-bar): Complete rewrite using
13661 `gmm-tool-bar-from-list'.
13662
13663 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13664 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13665 New variables.
13666 (gnus-group-make-tool-bar): Complete rewrite using
13667 `gmm-tool-bar-from-list'.
13668 (gnus-group-tool-bar-update): New function.
13669
13670 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13671
13672 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13673
13674 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13675 is dissected into a single part of which the type is the same as
13676 the given one; decode charset.
13677
13678 2006-01-21 Kevin Ryde <user42@zip.com.au>
13679
13680 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13681 into alists as symbol not string, since that's what
13682 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13683 look for.
13684
13685 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13686
13687 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13688 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13689
13690 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13691
13692 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13693
13694 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13695 (gnus-mime-security-button-menu): New definition.
13696 (gnus-mime-security-button-map): Use them.
13697 (gnus-mime-security-button-menu): New function.
13698 (gnus-insert-mime-security-button): Addition to help echo.
13699 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13700 (gnus-mime-security-pipe-part): New functions.
13701
13702 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13703 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13704
13705 * mm-decode.el (mm-handle-set-disposition): Remove.
13706 (mm-handle-set-description): Remove.
13707
13708 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13709
13710 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13711 (mm-w3m-standalone-supports-m17n-p): New function.
13712 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13713 w3m usage.
13714
13715 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13716 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13717
13718 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13719
13720 * message.el (message-tool-bar-zap-list):
13721 Use gmm-tool-bar-zap-list as custom type.
13722 (message-tool-bar-update): New function.
13723 (message-tool-bar, message-tool-bar-gnome)
13724 (message-tool-bar-retro): Add message-tool-bar-update.
13725 (message-tool-bar-gnome): Add flyspell-buffer.
13726
13727 * gnus-util.el (gnus-error): Describe `args'.
13728
13729 * gmm-utils.el (gmm-error): Describe `args'.
13730 (gmm-tool-bar-zap-list): New widget.
13731 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13732
13733 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13734
13735 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13736 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13737 the number of recursive calls.
13738
13739 * mm-decode.el (mm-handle-set-disposition): New macro.
13740 (mm-handle-set-description): New macro.
13741
13742 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13743
13744 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13745 encoding.
13746
13747 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13748
13749 * message.el (message-tool-bar-zap-list, message-tool-bar)
13750 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13751 (message-tool-bar-local-item-from-menu): Remove.
13752 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13753 (message-make-tool-bar): New function.
13754 (message-mode): Use `message-make-tool-bar'.
13755
13756 * gmm-utils.el: New file.
13757 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13758 (gmm-lazy): New widget copied from `nnmail.el'.
13759 (gmm-tool-bar-from-list): New function for creating customizable
13760 tool bars.
13761 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13762 output.
13763 (gmm): Add :prefix to defgroup.
13764
13765 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13766
13767 * gmm-utils.el (gmm-widget-p): New function.
13768
13769 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13770
13771 * mml.el (mml-attach-file): Describe `description' in doc string.
13772 (mml-menu): Add Emacs MIME manual and PGG manual.
13773
13774 2006-01-20 Richard M. Stallman <rms@gnu.org>
13775
13776 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13777
13778 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13779
13780 * nntp.el (nntp-end-of-line): Doc fix.
13781
13782 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13783
13784 * imap.el (imap-open): Handle case where buffer is a buffer
13785 object.
13786
13787 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * gnus-delay.el (gnus-delay): Don't autoload.
13790 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13791 to be re-loaded when customizing the `gnus-delay' group.
13792
13793 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13794
13795 * message.el (message-insert-citation-line): Use newlines.
13796
13797 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13798
13799 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13800
13801 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13802
13803 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13804
13805 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13806
13807 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13808
13809 * mm-decode.el (mm-inlined-types): Add application/pgp.
13810 (mm-automatic-display): Ditto.
13811
13812 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13813 part as text.
13814
13815 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13816
13817 * nnrss.el: Update copyright.
13818 (nnrss-opml-import): Query whether to subscribe to each entry.
13819
13820 * gnus-art.el:
13821 * gnus-sum.el:
13822 * mm-uu.el:
13823 * mm-view.el: Update copyright.
13824
13825 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13826
13827 * message.el (message-info): New function.
13828 (message-mode-menu): Add it.
13829 Update copyright.
13830
13831 * ChangeLog: Fix and update copyright.
13832
13833 2006-01-13 Romain Francoise <romain@orebokech.com>
13834
13835 * message.el (message-forward-subject-name-subject): Prefer the
13836 address to 'nowhere' if the sender has no name.
13837 Fix typo. Update copyright year.
13838
13839 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13840
13841 * gnus-art.el (article-wash-html):
13842 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13843 (gnus-article-wash-html-with-w3m-standalone): New function.
13844
13845 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13846 mm-inline-text-html-render-with-w3m-standalone.
13847 (mm-text-html-washer-alist): Map w3m-standalone to
13848 gnus-article-wash-html-with-w3m-standalone.
13849 (mm-inline-text-html-render-with-w3m-standalone): New function.
13850
13851 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13852
13853 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13854 Improve LaTeX.
13855
13856 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13857
13858 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13859 (nnrss-request-article): Render text/plain parts as HTML.
13860
13861 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13862 the buffer.
13863
13864 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13865
13866 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13867 custom definition of `gnus-posting-styles'.
13868
13869 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13870 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13871
13872 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13873
13874 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13875 Use nntp for bug archive.
13876
13877 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13878
13879 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13880 parts.
13881 (nnrss-normalize-date): New function converts ISO 8601 date into
13882 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13883 (nnrss-check-group): Use it.
13884
13885 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13886
13887 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13888
13889 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13890 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13891 (nnrss-insert-w3): Ditto.
13892
13893 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13894
13895 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13896 the articles to be forwarded including the case where neither a
13897 number of articles nor a region is specified.
13898
13899 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13900
13901 * nnrss.el (nnrss-request-article): Fix last change; fill
13902 text/plain parts.
13903
13904 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13905
13906 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13907 in text/plain part.
13908 (nnrss-check-group): Don't add excessive newline to dc:subject.
13909
13910 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
13911
13912 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13913 article.
13914
13915 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13916
13917 * nnml.el: Don't require gnus-bcklg. Autoload it.
13918 (nnml-use-compressed-files, nnml-save-mail): Support other
13919 comression programs such as bzip2.
13920
13921 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13922
13923 * dns.el (query-dns): Make sure we check the buffer size before
13924 removing tcp headers.
13925
13926 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13927
13928 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13929 remove MIME buttons associated with multipart/alternative parts.
13930 (gnus-mime-display-alternative): Tag buttons using `article-type'
13931 text property.
13932
13933 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13934 associated with multipart/alternative parts.
13935
13936 * gnus-art.el (gnus-signature-separator): Fix custom type.
13937
13938 * mm-decode.el (mm-inlined-types): Fix custom type.
13939 (mm-keep-viewer-alive-types): Ditto.
13940 (mm-automatic-display): Ditto.
13941 (mm-attachment-override-types): Ditto.
13942 (mm-inline-override-types): Ditto.
13943 (mm-automatic-external-display): Ditto.
13944
13945 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13946
13947 * spam-report.el (spam-report-user-mail-address)
13948 (spam-report-user-agent): New variables.
13949 (spam-report-url-ping-plain): Use spam-report-user-agent.
13950
13951 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
13952
13953 * gnus-art.el (gnus-button-handle-custom): Do not just use
13954 `customize-apropos' for any "M-x customize-*" button but the
13955 function called for. Accept both the function name and its
13956 argument in order to achieve this.
13957 (gnus-button-alist): Remove support for "custom:" URL's.
13958 Pass function name to `gnus-button-handle-custom' in case of "M-x
13959 customize-*" buttons.
13960
13961 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13962
13963 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13964 multipart/alternative and add xref to mm-discouraged-alternatives
13965 in doc string.
13966
13967 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13968 gnus-buttonized-mime-types in doc string.
13969
13970 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13971
13972 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13973 Suggest image/.* in the doc string.
13974
13975 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
13976
13977 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13978 message-marks (Debian bug #342521).
13979
13980 2005-12-12 Simon Josefsson <jas@extundo.com>
13981
13982 * password.el (password-read-from-cache): Add.
13983 (password-read): Use it.
13984
13985 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13986
13987 * rfc2047.el (rfc2047-charset-to-coding-system):
13988 Recognize us-ascii as a MIME charset.
13989
13990 * mm-bodies.el (mm-decode-content-transfer-encoding):
13991 Protect against the case where the 2nd arg TYPE is nil.
13992
13993 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13994
13995 * pop3.el (pop3-stream-type): Fix custom version.
13996
13997 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13998
13999 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14000
14001 * mm-decode.el (mm-display-external): Add missing cdr.
14002
14003 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14004
14005 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14006 RFC1524) if it is in mailcap or add a suffix according to
14007 mailcap-mime-extensions when generating a temp filename; postpone
14008 deleting a temp file for 2 seconds for some wrappers, shell
14009 scripts, and so on, which might exit right after having started a
14010 viewer command as a background job.
14011
14012 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14013
14014 * nntp.el (nntp-marks-directory): Fix custom group.
14015
14016 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14017 steps when < 10.
14018
14019 * gnus-start.el (gnus-no-server-1):
14020 Mention `gnus-level-default-subscribed' in doc string.
14021
14022 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14023
14024 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14025 parens.
14026
14027 2005-11-26 Dave Love <fx@gnu.org>
14028
14029 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14030 (tls-program, tls-success): Provide openssl alternative.
14031
14032 * starttls.el: Doc fixes.
14033 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14034 SERVICE to PORT.
14035
14036 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14037 port null or service name.
14038 (starttls-negotiate): Autoload.
14039
14040 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14041
14042 * message.el (message-kill-to-signature): Fix interactive spec.
14043
14044 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14045
14046 * pop3.el (pop3-open-server): Recognize a string as a service name.
14047
14048 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14049
14050 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14051
14052 2005-11-23 Dave Love <fx@gnu.org>
14053
14054 Add pop3s, pop3/starttls.
14055
14056 * pop3.el (pop3-authentication-scheme): Clarify doc.
14057 (open-tls-stream, starttls-open-stream): Autoload.
14058 (pop3-stream-type): New.
14059 (pop3-open-server): Use it.
14060
14061 * mail-source.el (mail-sources): Fix some :types. Add stream type
14062 for POP.
14063 (mail-source-keyword-map): Add :stream for POP.
14064 (mail-source-fetch-pop): Use pop3-stream-type.
14065
14066 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14067
14068 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14069 of current-time-string.
14070
14071 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14072
14073 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14074 date header.
14075
14076 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14077
14078 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14079 it can seriously impact performance as it bypasses the agent's
14080 local caches.
14081
14082 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14083
14084 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14085 must be explicitly online rather than "not explicitly offline" for
14086 its flags to be synchronized.
14087
14088 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14089 that gnus-uu-unmark-thread will function correctly.
14090
14091 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14092 1024K is instead displayed as 1M.
14093
14094 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14095
14096 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14097
14098 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14099
14100 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14101
14102 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14103
14104 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14105 error message to display actual error condition.
14106 (gnus-agent-save-local): Avoid saving symbols that are bound to
14107 nil as they simply result in a warning message in
14108 gnus-agent-read-local.
14109
14110 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14111
14112 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14113 rather than make-variable-buffer-local for file-precious-flag.
14114
14115 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14116
14117 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14118 for duplicates which are removed. The invalid sort check then
14119 triggers a rescan after the sort as sorting may have moved
14120 duplicate entries such that they can be cheaply detected.
14121
14122 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14123
14124 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14125
14126 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14127
14128 * gnus-agent.el (gnus-agent-article-alist-save-format):
14129 Change internal variable to a custom variable. Change default value
14130 from compressed(2) to uncompressed(1).
14131 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14132 support for uncompressed agentview files. Taken together, reading
14133 the agentview file should now be 6-7 times faster.
14134
14135 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14136
14137 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14138 as a buffer-local variable. This avoids creating truncated
14139 dribble files as a result of a hang up, eg.
14140
14141 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14142
14143 * gnus-start.el (gnus-start-draft-setup):
14144 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14145
14146 * gnus.el (gnus-splash): Change custom group.
14147 (gnus-group-get-parameter, gnus-group-parameter-value):
14148 Describe allow-list argument.
14149
14150 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14151 string.
14152
14153 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14154
14155 * gnus-art.el (gnus-default-article-saver): Add user-defined
14156 `function' to custom type.
14157
14158 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14159
14160 * imap.el (imap-open): Handle case where buffer is a buffer
14161 object.
14162
14163 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14164
14165 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14166 long lines.
14167 (gnus-cache-delete-group): Wrap doc strings.
14168
14169 * gnus-agent.el (gnus-agent-rename-group)
14170 (gnus-agent-delete-group): Wrap doc strings.
14171
14172 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14173
14174 * gnus-start.el (gnus-1): Add "native" to
14175 gnus-predefined-server-alist.
14176
14177 * gnus.el (gnus-method-to-server): Don't add "native" to the
14178 lists here, because that leads to problems when
14179 gnus-select-method is bound.
14180
14181 2005-11-09 Simon Josefsson <jas@extundo.com>
14182
14183 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14184 use (not sort-by-date) instead.
14185
14186 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14187
14188 * gnus-delay.el (gnus-delay-group): Don't autoload.
14189 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14190 to be re-loaded when customizing the `gnus-delay' group.
14191
14192 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14193
14194 * message.el: Revert last changes.
14195 (message-insert-citation-line): Use newlines.
14196
14197 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14198
14199 * message.el (message-courtesy-message)
14200 (message-mark-insert-begin, message-mark-insert-end)
14201 (message-elide-ellipsis, message-cancel-message)
14202 (message-add-header, message-change-subject)
14203 (message-cross-post-followup-to-header)
14204 (message-cross-post-insert-note, message-reduce-to-to-cc)
14205 (message-widen-reply, message-delete-not-region)
14206 (message-kill-to-signature, message-insert-signature)
14207 (message-insert-importance-high, message-insert-importance-low)
14208 (message-insert-or-toggle-importance)
14209 (message-insert-disposition-notification-to)
14210 (message-indent-citation, message-yank-original)
14211 (message-cite-original-without-signature, message-cite-original)
14212 (message-insert-citation-line, message-position-on-field)
14213 (message-fix-before-sending, message-send-mail-partially)
14214 (message-send-mail, message-send-mail-with-sendmail)
14215 (message-send-mail-with-qmail, message-send-news)
14216 (message-check-news-header-syntax, message-generate-headers)
14217 (message-insert-courtesy-copy, message-fill-address)
14218 (message-fill-header, message-shorten-references)
14219 (message-setup-1, message-cancel-news)
14220 (message-forward-make-body-plain, message-forward-make-body-mime)
14221 (message-forward-make-body-mml, message-encode-message-body)
14222 (message-forward-make-body-digest-plain)
14223 (message-forward-make-body-digest-mime)
14224 (message-use-alternative-email-as-from): Insert `hard-newline'
14225 instead of ordinary newlines.
14226
14227 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14228
14229 * message.el (message-generate-headers): Downcase the argument
14230 given to message-check-element.
14231
14232 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14233
14234 * nntp.el (nntp-authinfo-rejected): New error condition.
14235 (nntp-wait-for): Use new error condition to signal authentication
14236 error.
14237 (nntp-retrieve-data): Rethrow new error condition to break out of
14238 recursive call to nntp-send-authinfo.
14239
14240 2005-11-08 Romain Francoise <romain@orebokech.com>
14241
14242 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14243 (gnus-summary-exit-map): Bind to `Z p'.
14244 (gnus-summary-make-menu-bar): Add menu item.
14245
14246 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14247
14248 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14249 (gnus-treat-*): Add `first' in all doc strings.
14250
14251 * gnus-group.el (gnus-group-compact-group): Fix typo.
14252
14253 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14254
14255 * gnus.el (gnus-parameters-case-fold-search): New variable.
14256 (gnus-parameters-get-parameter): Use it.
14257
14258 * gnus-score.el (gnus-home-score-file): Doc fix.
14259
14260 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14261
14262 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14263
14264 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14265
14266 * mm-util.el (mm-special-display-p): New function.
14267
14268 * mml.el (mml-preview): Use it; doc fix.
14269
14270 2005-10-29 Romain Francoise <romain@orebokech.com>
14271
14272 * message.el (message-fix-before-sending): Fix comment.
14273
14274 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14275
14276 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14277
14278 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14279
14280 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14281 Used in gnus-score.el.
14282
14283 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14284
14285 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14286
14287 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14288
14289 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14290 whitespace removed in revision 7.8. Use concatenated string to
14291 protect trailing whitespace.
14292
14293 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14294
14295 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14296 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14297 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14298 Courier IMAP ("some version from 2004"). Mostly based on similar
14299 code in the same function.
14300
14301 2005-10-26 Didier Verna <didier@xemacs.org>
14302
14303 * gnus-group.el (gnus-group-compact-group): Invalidate original
14304 article buffer.
14305 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14306 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14307 NOV database and in article itself.
14308 Invalidate article backlog.
14309
14310 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14311
14312 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14313
14314 2005-10-26 Simon Josefsson <jas@extundo.com>
14315
14316 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14317 part of 2004-07-25 change.
14318
14319 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14320
14321 * message.el (message-display-completion-list): New function.
14322 (message-expand-group): Use it; make sure the Completions buffer
14323 is modifiable.
14324
14325 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14326
14327 * imap.el (imap-open): Handle case where buffer is a buffer object.
14328
14329 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14330
14331 * pgg-def.el:
14332 * pgg-gpg.el:
14333 * pgg-parse.el:
14334 * pgg-pgp.el:
14335 * pgg-pgp5.el:
14336 * pgg.el: Move to the parent lisp directory.
14337
14338 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14339
14340 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14341 user-mail-name is an empty string.
14342
14343 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14344
14345 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14346 depending on gnus-score-decay-constant.
14347
14348 * encrypt.el (encrypt-insert-file-contents)
14349 (encrypt-write-file-contents): Don't use `gnus-message'.
14350
14351 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14352 arguments.
14353 (mm-uu-type-alist): Add message-marks and insert-marks.
14354 Pass arguments to mm-uu-verbatim-marks-extract.
14355 (mm-uu-hide-markers): New variable.
14356 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14357
14358 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14359 (gnus-convert-image-to-face-command): Use "convert" by default to
14360 allow other input image formats.
14361 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14362 accordingly.
14363
14364 2005-10-23 Simon Josefsson <jas@extundo.com>
14365
14366 * imap.el (imap-gssapi-program): Align command line parameters
14367 with latest GNU SASL.
14368 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14369
14370 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14371
14372 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14373 HTML.
14374 (nnslashdot-request-article): Ditto.
14375
14376 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14377
14378 * mail-source.el (mail-source-fetch-pop): Require pop3.
14379 (mail-source-check-pop): Ditto.
14380
14381 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14382
14383 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14384 errors.
14385
14386 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14387
14388 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14389 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14390
14391 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14392
14393 * mm-bodies.el (mm-decode-string):
14394 Call `mm-charset-to-coding-system' with allow-override argument.
14395
14396 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14397
14398 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14399 (rfc2047-charset-to-coding-system): New function.
14400 (rfc2047-decode-encoded-words): New function.
14401 (rfc2047-decode-region): Use them.
14402 (rfc2047-decode-cte): Remove.
14403 (rfc2047-parse-and-decode): Remove.
14404 (rfc2047-decode): Remove.
14405
14406 2005-10-15 Kenichi Handa <handa@m17n.org>
14407
14408 * rfc2047.el (rfc2047-decode-cte): New function.
14409 (rfc2047-decode-region): Change the way to decode successive
14410 encoded-words: decode B- or Q-encoding in each encoded-word,
14411 concatenate them, and decode it as charset.
14412
14413 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14414
14415 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14416 widget-move-and-invoke.
14417 (gnus-custom-mode): Use gnus-custom-map.
14418
14419 2005-10-15 Bill Wohler <wohler@newt.com>
14420
14421 * message.el (message-tool-bar-map): Rename image file from
14422 mail_send to mail/send.
14423
14424 2005-10-16 Masatake YAMATO <jet@gyve.org>
14425
14426 * message.el (message-expand-group): Pass the common
14427 prefix substring of completion to `display-completion-list'.
14428
14429 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14430
14431 * mml-sec.el (mml-secure-method): New internal variable.
14432 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14433 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14434 New functions using mml-secure-method.
14435
14436 * mml.el (mml-mode-map): Add key bindings for those functions.
14437 (mml-menu): Simplify security menu entries. Suggested by Jesper
14438 Harder <harder@myrealbox.com>.
14439 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14440 Goto end of message if point is the headers of the message.
14441
14442 * message.el (message-in-body-p): New function.
14443
14444 * assistant.el: Autoload gnus-util and netrc.
14445
14446 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14447 Use `mm-charset-override-alist' only when decoding.
14448
14449 * mm-bodies.el (mm-decode-body):
14450 Call `mm-charset-to-coding-system' with allow-override argument.
14451
14452 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14453 `filename' from Content-Disposition if Content-Type doesn't
14454 provide `name'.
14455 (gnus-mime-view-part-as-type): Set default instead of
14456 initial-input.
14457
14458 2005-10-09 Daniel Brockman <daniel@brockman.se>
14459
14460 * format-spec.el (format-spec): Propagate text properties of % spec.
14461
14462 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14463
14464 * gnus-art.el (gnus-treat-predicate): Add `first'.
14465
14466 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14467
14468 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14469 (mm-charset-override-alist): New variable.
14470 (mm-charset-to-coding-system): Use it.
14471 (mm-codepage-setup): New helper function.
14472 (mm-charset-eval-alist): New variable.
14473 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14474 Warn about unknown charsets.
14475
14476 2005-10-04 David Hansen <david.hansen@gmx.net>
14477
14478 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14479 (nnrss-check-group): Ditto.
14480
14481 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14482
14483 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14484 Rename x-gnus-verbatim to x-verbatim.
14485 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14486
14487 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14488 x-verbatim.
14489
14490 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14491
14492 * gnus-util.el (gnus-remove-duplicates): Remove.
14493
14494 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14495 instead of gnus-remove-duplicates.
14496
14497 * message.el (message-remove-duplicates): Remove.
14498 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14499 message-remove-duplicates.
14500
14501 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14502 available, else use implementation from `delete-dups'.
14503
14504 * message.el (message-insert-expires): New function.
14505 (message-mode-map): Add key binding.
14506 (message-mode-field-menu): Add menu entry.
14507 (message-mode): Document it.
14508 (message-make-expires-date): Use `message-make-date'.
14509
14510 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14511
14512 * message.el (message-make-expires-date): New function.
14513
14514 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14515
14516 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14517
14518 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14519
14520 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14521 function rather than the diff-mode.el package.
14522 (mm-display-external): Use with-current-buffer.
14523 (mm-viewer-completion-map, mm-viewer-completion-map):
14524 Move initialization inside declaration.
14525
14526 2005-09-29 Simon Josefsson <jas@extundo.com>
14527
14528 * spam.el: Load hashcash when compiling, to avoid warnings.
14529 Don't autoload mail-check-payment.
14530 (spam-check-hashcash): Define unconditionally, since hashcash.el
14531 is part of Gnus now. Ignore errors from payment checking.
14532
14533 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14534
14535 * message.el (message-bold-region, message-unbold-region):
14536 Rename from `bold-region' and `unbold-region'.
14537
14538 * message.el: Remove useless autoloads.
14539
14540 2005-09-28 Simon Josefsson <jas@extundo.com>
14541
14542 * message.el (message-use-idna): Default to t.
14543 (message-use-idna): Test whether encoding works too. Doc fix.
14544
14545 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14546
14547 * nntp.el (nntp-warn-about-losing-connection): Remove.
14548
14549 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14550
14551 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14552 customizable. Change default value.
14553 (mm-uu-diff-groups-regexp): Change default value.
14554 (mm-uu-type-alist): Add doc string.
14555 (mm-uu-configure): Add doc string. Make it interactive.
14556 (mm-uu-tex-groups-regexp): New variable.
14557 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14558 (mm-uu-type-alist): Add LaTeX documents.
14559 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14560 of "text/verbatim".
14561 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14562
14563 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14564 instead of "text/verbatim".
14565
14566 * message.el (message-mark-inserted-region)
14567 (message-mark-insert-file): Use slrn style marks when called with
14568 prefix argument.
14569
14570 2005-09-27 Simon Josefsson <jas@extundo.com>
14571
14572 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14573
14574 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14575
14576 * message.el (message-remove-duplicates): New function.
14577 Implementation borrowed from `gnus-remove-duplicates'.
14578 (message-idna-to-ascii-rhs): Also encode idna addresses in
14579 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14580 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14581 only ask about the same idna domain once per header and also tell
14582 in what header to replace the idna domain.
14583
14584 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14585 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14586 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14587 a header is decoded and not just the last one.
14588
14589 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14590
14591 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14592 has been decoded.
14593
14594 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14595 (mm-insert-part): Don't modify text if it has been decoded.
14596
14597 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14598 decoded.
14599
14600 * mm-view.el (mm-inline-text): Don't strip text props unless
14601 decoding enriched or richtext parts.
14602
14603 2005-09-25 Romain Francoise <romain@orebokech.com>
14604
14605 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14606 * gnus-start.el (gnus-subscribe-interactively):
14607 * gnus-uu.el (gnus-uu-grab-articles):
14608 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14609 space.
14610
14611 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14612
14613 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14614 * mm-view.el (mm-view-pkcs7-decrypt):
14615 * gnus-sum.el (gnus-summary-limit-to-extra)
14616 (gnus-summary-respool-article, gnus-read-move-group-name):
14617 * gnus-score.el (gnus-summary-increase-score):
14618 * gnus-util.el (gnus-completing-read-with-default):
14619 * gnus-art.el (gnus-read-save-file-name)
14620 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14621 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14622 * message.el (message-check-news-header-syntax):
14623 Follow convention for reading with the minibuffer.
14624
14625 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14626
14627 * spam-report.el (spam-report-url-ping-plain):
14628 Use gnus-extended-version as User-Agent.
14629
14630 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14631 default value is nil.
14632
14633 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14634 (mm-uu-verbatim-marks-extract): New function.
14635 (mm-uu-extract): New face.
14636 (mm-uu-copy-to-buffer): Use it.
14637
14638 * spam-report.el (spam-report-gmane-ham): Rename from
14639 `spam-report-gmane-unspam'.
14640 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14641 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14642
14643 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14644 Autoload.
14645 (spam-report-gmane-unregister-routine):
14646 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14647
14648 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14649
14650 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14651 (spam-report-gmane-unregister-routine): Add support for gmane
14652 unregistration.
14653
14654 * spam-report.el (spam-report-gmane-unspam)
14655 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14656 (spam-report-gmane): Change to take a single article and do unspam
14657 registration.
14658
14659 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14660
14661 * mm-url.el (mm-url-decode-entities): Fix regexp.
14662
14663 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14664
14665 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14666 default to nil, to be able to use Gnus at all. If the default
14667 switches to something else, then the function should be fixed not
14668 be exceedingly slow.
14669
14670 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14671
14672 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14673 fail hard.
14674
14675 * spam-report.el: Add better Keywords line.
14676
14677 * spam.el: Add Maintainer and better Keywords line.
14678
14679 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14680
14681 * gnus-art.el (gnus-article-replace-part)
14682 (gnus-mime-replace-part): New functions.
14683 (gnus-mime-action-alist, gnus-mime-button-commands)
14684 (gnus-mime-save-part-and-strip): Add file argument.
14685 (gnus-article-part-wrapper): Add interactive argument.
14686
14687 * gnus-sum.el (gnus-summary-mime-map):
14688 Add `gnus-article-replace-part'.
14689
14690 2005-09-19 Didier Verna <didier@xemacs.org>
14691
14692 The nnml compaction feature:
14693 * nnml.el (nnml-request-compact-group): New function.
14694 * nnml.el (nnml-request-compact): New function.
14695 * gnus-int.el (gnus-request-compact-group): New function.
14696 * gnus-int.el (gnus-request-compact): New function.
14697 * gnus-group.el (gnus-group-compact-group): New function.
14698 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14699 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14700 * gnus-srvr.el (gnus-server-compact-server): New function.
14701 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14702 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14703
14704 2005-09-18 Deepak Goel <deego@gnufans.org>
14705
14706 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14707 format spec.
14708
14709 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14710
14711 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14712
14713 2005-09-15 Romain Francoise <romain@orebokech.com>
14714
14715 * message.el (message-fill-paragraph): Clarify docstring.
14716
14717 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14718
14719 * gnus-art.el (gnus-mime-display-part): Protect against broken
14720 MIME messages.
14721
14722 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14723
14724 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14725 before parsing header.
14726
14727 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14728
14729 * html2text.el (html2text-replace-list): Add new entities.
14730
14731 2005-09-11 Romain Francoise <romain@orebokech.com>
14732
14733 * message.el (message-alternative-emails): Improve docstring.
14734 (message-setup-1): Call `message-use-alternative-email-as-from'
14735 after `message-setup-hook' to give it precedence over posting
14736 styles, etc.
14737 (message-use-alternative-email-as-from): Add docstring.
14738 Remove the original From header if present.
14739
14740 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14741 (nnml-save-mail): Use it.
14742
14743 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14744 articles. Add new argument `silent'.
14745 (gnus-uu-mark-all): Report the total number of marked articles.
14746
14747 2005-09-10 Romain Francoise <romain@orebokech.com>
14748
14749 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14750 (gnus-uu-mark-series): Likewise.
14751
14752 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14753
14754 * spam-report.el (spam-report-gmane): Fix generation of spam
14755 report URL.
14756
14757 2005-09-10 Simon Josefsson <jas@extundo.com>
14758
14759 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14760 t, based on discussion on the ding list with Robert Epprecht
14761 <epprecht@solnet.ch>.
14762
14763 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14764
14765 * spam-report.el (spam-report-gmane): Make it work without
14766 X-Report-Spam header. Gmane now only provides Archived-At.
14767 This is only used if `spam-report-gmane-use-article-number' is nil.
14768 (spam-report-gmane-spam-header): Remove. Not used anymore.
14769
14770 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14771 make `gnus-summary-sort-by-recipient' work with threading.
14772
14773 * nnweb.el (nnweb-google-wash-article): Print a message if article
14774 is not available.
14775
14776 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14777
14778 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14779 change. Decode text/* parts content before displaying.
14780
14781 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14782
14783 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14784
14785 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14786
14787 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14788
14789 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14790
14791 * message.el (message-tab-body-function): Fix mismatched custom type.
14792
14793 * gnus.el (gnus-group-change-level-function): Ditto.
14794
14795 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14796
14797 * gnus-art.el (gnus-signature-limit)
14798 (gnus-article-mime-part-function): Ditto.
14799
14800 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14801
14802 * mml.el (mml-mode): Silence the byte compiler.
14803
14804 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14805 using `(sit-for 0)' before moving the point to the specified part;
14806 skip unbuttonized parts.
14807 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14808 return to the summary window if gnus-auto-select-part is non-nil.
14809
14810 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14811
14812 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14813 New variables.
14814 (mml-dnd-attach-file, mml-mode): Use them.
14815
14816 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14817 Make fetching article by MID work again for Google Groups.
14818 Add FIXME concerning gnus-group-make-web-group.
14819
14820 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14821 Don't depend on Gnus by using mail-extract-address-components if
14822 gnus-extract-address-components is not bound.
14823
14824 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14825
14826 * gnus-art.el (gnus-mime-display-security): Don't display the
14827 signature, but only the signed part.
14828
14829 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14830
14831 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14832
14833 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14834 list, not listp.
14835
14836 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14837
14838 * mm-encode.el (mm-encode-content-transfer-encoding):
14839 Likewise when encoding.
14840
14841 * mm-bodies.el (mm-decode-content-transfer-encoding):
14842 De-canonicalize CRLF for all text content types, not just
14843 text/plain.
14844
14845 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14846
14847 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14848 valid article; point arrow and cursor at the MIME button.
14849
14850 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14851
14852 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14853 Suggested by Dan Christensen <jdc@uwo.ca>.
14854
14855 * mm-decode.el (mm-save-part): Enable change of prompt.
14856
14857 2005-08-29 Jari Aalto <jari.aalto@cante.net>
14858
14859 * gnus-msg.el (gnus-inews-add-send-actions):
14860 Make `message-post-method' lambda parameter ARG `&optional'.
14861
14862 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14863
14864 * gnus-sum.el (gnus-summary-mime-map):
14865 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14866 gnus-article-jump-to-part.
14867
14868 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14869 (gnus-article-edit-part): Use it.
14870 (gnus-article-part-wrapper): Add no-handle argument.
14871 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14872 New functions.
14873
14874 2005-08-29 Romain Francoise <romain@orebokech.com>
14875
14876 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14877 docstring.
14878 (gnus-face-from-file): Likewise.
14879
14880 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14881
14882 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14883 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14884 non-nil.
14885 (gnus-auto-select-part): New variable.
14886 (gnus-article-jump-to-part): New function.
14887 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14888 (gnus-mime-delete-part): Allow selecting specified part after
14889 deleting or stripping parts.
14890 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14891 part if argument is bogus.
14892
14893 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14894
14895 * gnus-art.el (w3m-minor-mode-map):
14896 * gnus-spec.el (gnus-newsrc-file-version):
14897 * gnus-util.el (nnmail-active-file-coding-system)
14898 (gnus-original-article-buffer, gnus-user-agent):
14899 * gnus.el (gnus-ham-process-destinations)
14900 (gnus-parameter-ham-marks-alist)
14901 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14902 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14903 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14904 * mm-decode.el (gnus-current-window-configuration):
14905 * mm-extern.el (gnus-article-mime-handles):
14906 * mm-url.el (url-current-object, url-package-name)
14907 (url-package-version):
14908 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14909 (smime-keys, w3m-cid-retrieve-function-alist)
14910 (w3m-current-buffer, w3m-display-inline-images)
14911 (w3m-minor-mode-map):
14912 * mml-smime.el (gnus-extract-address-components):
14913 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14914 (gnus-newsrc-hashtb, message-default-charset)
14915 (message-deletable-headers, message-options)
14916 (message-posting-charset, message-required-mail-headers)
14917 (message-required-news-headers):
14918 * mml1991.el (mc-pgp-always-sign):
14919 * mml2015.el (mc-pgp-always-sign):
14920 * nnheader.el (nnmail-extra-headers):
14921 * rfc1843.el (gnus-decode-encoded-word-function)
14922 (gnus-decode-header-function, gnus-newsgroup-name):
14923 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14924
14925 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14926
14927 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14928 the end of the date treatments.
14929
14930 2005-08-15 Simon Josefsson <jas@extundo.com>
14931
14932 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14933 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14934 Capello and Romain Francoise.
14935 (pgg-fetch-key-function): Remove, not used?
14936 (pgg-insert-url-with-w3): Require url, to get
14937 url-insert-file-contents regardless of where it is defined.
14938
14939 2005-08-13 Romain Francoise <romain@orebokech.com>
14940
14941 * message.el (message-cite-original-1): New function.
14942 (message-cite-original): Use it.
14943 (message-cite-original-without-signature): Ditto.
14944
14945 2005-08-08 Romain Francoise <romain@orebokech.com>
14946
14947 * message.el (message-yank-empty-prefix): New variable.
14948 (message-indent-citation): Use it.
14949 (message-cite-original-without-signature): Respect X-No-Archive.
14950
14951 2005-08-08 Simon Josefsson <jas@extundo.com>
14952
14953 * pgg.el: Autoload url-insert-file-contents instead of loading
14954 w3/url.
14955 (pgg-insert-url-with-w3): Don't load url here.
14956
14957 2005-08-07 Jesper Harder <harder@phys.au.dk>
14958
14959 * message.el (message-kill-to-signature): Don't insert newline at
14960 bol.
14961 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14962
14963 2005-08-06 Romain Francoise <romain@orebokech.com>
14964
14965 * message.el (message-user-fqdn): Fix typo in docstring.
14966
14967 2005-08-05 Daiki Ueno <ueno@unixuser.org>
14968
14969 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14970
14971 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14972
14973 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14974
14975 * mm-bodies.el (mm-encode-body): Use coding system rather than
14976 charset to encode text.
14977
14978 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14979 number of charsets if utf-8 is available (XEmacs).
14980
14981 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14982
14983 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14984 taken from `gnus-button-mid-or-mail-regexp'.
14985 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14986 (gnus-button-alist): Improve regexp for domain part of the MIDs
14987 for news:localpart@domain buttons.
14988 (gnus-button-ctan-directory-regexp): Update.
14989
14990 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * sieve-manage.el (sieve-manage-interactive-login):
14993 Use make-local-variable rather than make-variable-buffer-local.
14994 (sieve-manage-open): Ditto.
14995 (sieve-manage-authenticate): Ditto.
14996
14997 * mml.el (mml-generate-mime-1): Make the content type default to
14998 text/plain if the filename is not specified.
14999
15000 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15001
15002 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15003 instead of insert-buffer.
15004
15005 * message.el (message-yank-original): Ditto; set the mark at the
15006 end of the yanked message.
15007
15008 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15009
15010 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15011 lines to scroll rather than to stop it.
15012
15013 * mml.el (mml-generate-default-type): Add doc string.
15014 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15015 default to application/octet-stream when determining the content
15016 type if it is not specified for the part or the mml contents; add
15017 a comment about mml-generate-default-type.
15018
15019 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15020
15021 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15022 make it default to application/octet-stream when determining the
15023 content type if it is not specified for the external contents.
15024
15025 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15026
15027 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15028 segmented parameter but also other parameters might be there.
15029
15030 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15031
15032 * mm-decode.el (mm-display-external): Delete temp file, directory
15033 and buffer immediately if the external process is exited.
15034
15035 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15036
15037 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15038 fewer lines than that of scroll-margin.
15039 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15040
15041 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15042
15043 * gnus-art.el (gnus-article-next-page): Revert.
15044 (gnus-article-beginning-of-window): New macro.
15045 (gnus-article-next-page-1): Use it.
15046 (gnus-article-prev-page): Ditto.
15047 (gnus-article-edit-part): Use insert-buffer-substring instead of
15048 insert-buffer.
15049 (gnus-article-edit-exit): Ditto.
15050
15051 * gnus-util.el (gnus-beginning-of-window): Remove.
15052 (gnus-end-of-window): Remove.
15053
15054 2005-07-25 Simon Josefsson <jas@extundo.com>
15055
15056 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15057 to have the url package without w3. Reported by Daiki Ueno
15058 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15059
15060 2005-07-20 Didier Verna <didier@xemacs.org>
15061
15062 * gnus-diary.el: Remove the description comment (nndiary is now
15063 properly documented in the Gnus manual).
15064 Fix the spelling of "Back End".
15065 * nndiary.el: Ditto.
15066 Fix the copyright notice.
15067
15068 2005-07-18 Romain Francoise <romain@orebokech.com>
15069
15070 * gnus-sum.el (gnus-summary-to-prefix)
15071 (gnus-summary-newsgroup-prefix): New variables.
15072 (gnus-summary-from-or-to-or-newsgroups): Use them.
15073
15074 2005-07-17 Romain Francoise <romain@orebokech.com>
15075
15076 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15077 space as it's generally not especially interesting to the user.
15078
15079 2005-07-16 Romain Francoise <romain@orebokech.com>
15080
15081 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15082 nil to avoid prompting and file modification if one of the
15083 messages at the top of the nnfolder file contains a copyright
15084 notice.
15085 Update copyright notice.
15086
15087 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15088 instead of `current-time-string' as the latter creates a time
15089 string that is not RFC 2822 compliant (it lacks the zone).
15090 Update copyright notice.
15091
15092 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15095 for text/rtf. Display default in prompt. Pass default for M-n.
15096
15097 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15098
15099 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15100
15101 * gnus-msg.el (gnus-button-mailto):
15102 Remove save-selected-window-window hackery because it relies on
15103 save-selected-window internals.
15104
15105 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15106
15107 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15108 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15109 (gnus-article-prev-page): Ditto.
15110
15111 * gnus-util.el (gnus-beginning-of-window): New function.
15112 (gnus-end-of-window): New function.
15113
15114 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15115
15116 * gnus-score.el (gnus-score-edit-all-score):
15117 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15118 gnus-message.
15119
15120 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15121
15122 * gnus-msg.el (gnus-button-mailto):
15123 Remove save-selected-window-window hackery because it relies on
15124 save-selected-window internals.
15125
15126 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15127
15128 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15129 add-minor-mode.
15130 (gnus-binary-mode): Ditto.
15131
15132 * gnus-topic.el (gnus-topic-mode): Ditto.
15133
15134 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15135
15136 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15137 (gnus-article-prev-page): Take scroll-margin into consideration.
15138
15139 2005-07-04 Lute Kamstra <lute@gnu.org>
15140
15141 Update FSF's address in GPL notices.
15142
15143 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15144
15145 * gnus.el (gnus-exit):
15146 * gnus-group.el (gnus-group-icons):
15147 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15148
15149 * gnus-nocem.el (gnus-nocem):
15150 * message.el (message-various, message-buffers, message-sending)
15151 (message-interface, message-forwarding, message-insertion)
15152 (message-headers, message-news, message-mail):
15153 * pgg-gpg.el (pgg-gpg):
15154 * pgg-parse.el (pgg-parse):
15155 * pgg-pgp.el (pgg-pgp):
15156 * pgg-pgp5.el (pgg-pgp5):
15157 * pop3.el (pop3): Finish `defgroup' description with period.
15158
15159 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15160
15161 * gnus-art.el (article-display-face): Improve the efficiency.
15162 (article-display-x-face): Ditto; remove grey x-face stuff.
15163
15164 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15165
15166 * gnus-art.el (article-display-face): Correct the position in
15167 which Faces are inserted.
15168
15169 2005-06-29 Didier Verna <didier@xemacs.org>
15170
15171 * gnus-art.el (article-display-face): Display faces in correct
15172 order.
15173
15174 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15175
15176 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15177 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15178 (gnus-nocem-check-article): Fetch the Type header.
15179 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15180 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15181 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15182 make sure gnus-nocem-hashtb is initialized.
15183 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15184 (gnus-nocem-unwanted-article-p): Ditto.
15185
15186 * pgg.el (pgg-verify): Return the verification result.
15187
15188 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15189
15190 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15191 is ascii.
15192
15193 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15194
15195 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15196 `show-nonbreak-escape'.
15197
15198 2005-06-23 Lute Kamstra <lute@gnu.org>
15199
15200 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15201
15202 * dig.el (dig-mode):
15203 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15204
15205 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15206
15207 * nnimap.el (nnimap-split-download-body): Fix spellings.
15208
15209 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15210
15211 * gnus-art.el (gnus-article-encrypt-body):
15212 * gnus-cus.el (gnus-score-customize):
15213 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15214 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15215
15216 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15217
15218 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15219 header by looking for magic "MII" at the beginnig.
15220
15221 2005-06-16 Miles Bader <miles@gnu.org>
15222
15223 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15224 (assistant-field-face): New backward-compatibility alias for renamed
15225 face.
15226 (assistant-render-text): Use renamed assistant-field face.
15227
15228 * spam.el (spam): Remove "-face" suffix from face name.
15229 (spam-face): New backward-compatibility alias for renamed face.
15230 (spam-face, spam-initialize): Use renamed spam face.
15231
15232 * message.el (message-header-to, message-header-cc)
15233 (message-header-subject, message-header-newsgroups)
15234 (message-header-other, message-header-name)
15235 (message-header-xheader, message-separator, message-cited-text)
15236 (message-mml): Remove "-face" suffix from face names.
15237 (message-header-to-face, message-header-cc-face)
15238 (message-header-subject-face, message-header-newsgroups-face)
15239 (message-header-other-face, message-header-name-face)
15240 (message-header-xheader-face, message-separator-face)
15241 (message-cited-text-face, message-mml-face):
15242 New backward-compatibility aliases for renamed faces.
15243 (message-font-lock-keywords): Use renamed message faces.
15244
15245 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15246 (sieve-test-commands, sieve-tagged-arguments):
15247 Remove "-face" suffix from face names.
15248 (sieve-control-commands-face, sieve-action-commands-face)
15249 (sieve-test-commands-face, sieve-tagged-arguments-face):
15250 New backward-compatibility aliases for renamed faces.
15251 (sieve-control-commands-face, sieve-action-commands-face)
15252 (sieve-test-commands-face, sieve-tagged-arguments-face):
15253 Use renamed sieve faces.
15254
15255 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15256 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15257 (gnus-group-news-3-empty, gnus-group-news-4)
15258 (gnus-group-news-4-empty, gnus-group-news-5)
15259 (gnus-group-news-5-empty, gnus-group-news-6)
15260 (gnus-group-news-6-empty, gnus-group-news-low)
15261 (gnus-group-news-low-empty, gnus-group-mail-1)
15262 (gnus-group-mail-1-empty, gnus-group-mail-2)
15263 (gnus-group-mail-2-empty, gnus-group-mail-3)
15264 (gnus-group-mail-3-empty, gnus-group-mail-low)
15265 (gnus-group-mail-low-empty, gnus-summary-selected)
15266 (gnus-summary-cancelled, gnus-summary-high-ticked)
15267 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15268 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15269 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15270 (gnus-summary-low-undownloaded)
15271 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15272 (gnus-summary-low-unread, gnus-summary-normal-unread)
15273 (gnus-summary-high-read, gnus-summary-low-read)
15274 (gnus-summary-normal-read, gnus-splash):
15275 Remove "-face" suffix from face names.
15276 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15277 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15278 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15279 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15280 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15281 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15282 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15283 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15284 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15285 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15286 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15287 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15288 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15289 (gnus-summary-normal-ticked-face)
15290 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15291 (gnus-summary-normal-ancient-face)
15292 (gnus-summary-high-undownloaded-face)
15293 (gnus-summary-low-undownloaded-face)
15294 (gnus-summary-normal-undownloaded-face)
15295 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15296 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15297 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15298 (gnus-splash-face):
15299 New backward-compatibility aliases for renamed faces.
15300 (gnus-group-startup-message): Use renamed gnus faces.
15301
15302 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15303 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15304 (gnus-server-agent): Remove "-face" suffix from face names.
15305 (gnus-server-agent-face, gnus-server-opened-face)
15306 (gnus-server-closed-face, gnus-server-denied-face)
15307 (gnus-server-offline-face):
15308 New backward-compatibility aliases for renamed faces.
15309 (gnus-server-agent-face, gnus-server-opened-face)
15310 (gnus-server-closed-face, gnus-server-denied-face)
15311 (gnus-server-offline-face): Use renamed gnus faces.
15312
15313 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15314 Remove "-face" suffix from face names.
15315 (gnus-picon-xbm-face, gnus-picon-face):
15316 New backward-compatibility aliases for renamed faces.
15317
15318 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15319 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15320 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15321 (gnus-cite-11): Remove "-face" suffix from face names.
15322 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15323 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15324 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15325 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15326 New backward-compatibility aliases for renamed faces.
15327 (gnus-cite-attribution-face, gnus-cite-face-list)
15328 (gnus-article-boring-faces): Use renamed gnus faces.
15329
15330 * gnus-art.el (gnus-signature, gnus-header-from)
15331 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15332 (gnus-header-content): Remove "-face" suffix from face names.
15333 (gnus-signature-face, gnus-header-from-face)
15334 (gnus-header-subject-face, gnus-header-newsgroups-face)
15335 (gnus-header-name-face, gnus-header-content-face):
15336 New backward-compatibility aliases for renamed faces.
15337 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15338
15339 * gnus-sum.el (gnus-summary-selected-face)
15340 (gnus-summary-highlight): Use renamed gnus faces.
15341 * gnus-group.el (gnus-group-highlight): Likewise.
15342
15343 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15344
15345 * gnus-sieve.el (gnus-sieve-article-add-rule):
15346 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15347 * spam-stat.el (spam-stat-buffer-change-to-spam)
15348 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15349
15350 * message.el (message-is-yours-p):
15351 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15352
15353 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15354
15355 * mm-view.el (mm-inline-text): Withdraw the last change.
15356
15357 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15358
15359 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15360 executing enriched-decode.
15361
15362 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15363
15364 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15365 charset of tar files.
15366
15367 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15368
15369 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15370
15371 2005-06-04 Lute Kamstra <lute@gnu.org>
15372
15373 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15374 information is never recorded.
15375
15376 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15379
15380 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15381
15382 * pop3.el (pop3-apop): Run md5 in the binary mode.
15383
15384 * starttls.el (starttls-set-process-query-on-exit-flag):
15385 Use eval-and-compile.
15386
15387 2005-05-31 Simon Josefsson <jas@extundo.com>
15388
15389 * smime.el (smime-replace-in-string): Define.
15390 (smime-cert-by-ldap-1): Use it.
15391
15392 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15393
15394 * gnus-art.el (article-display-x-face): Replace
15395 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15396
15397 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15398 set-process-query-on-exit-flag or process-kill-without-query.
15399
15400 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15401 loop instead of replace-regexp.
15402
15403 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15404 instead of process-kill-without-query if it is available.
15405
15406 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15407 instead of find-file-hooks if it is available.
15408
15409 * mml1991.el: Bind pgg-default-user-id when compiling.
15410
15411 * mml2015.el: Bind pgg-default-user-id when compiling.
15412
15413 * nndraft.el (nndraft-request-associate-buffer):
15414 Use write-contents-functions instead of write-contents-hooks if it is
15415 available.
15416
15417 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15418 instead of find-file-hooks if it is available.
15419
15420 * nntp.el (nntp-open-connection): Replace
15421 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15422 (nntp-open-ssl-stream): Ditto.
15423 (nntp-open-tls-stream): Ditto.
15424
15425 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15426 set-process-query-on-exit-flag or process-kill-without-query.
15427 (starttls-open-stream-gnutls): Use it instead of
15428 process-kill-without-query.
15429 (starttls-open-stream): Ditto.
15430
15431 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15432
15433 * smime.el (smime-cert-by-ldap-1): Don't use
15434 replace-regexp-in-string.
15435
15436 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15437
15438 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15439
15440 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15441 in PEM format. Adjust to the XEmacs compatibility.
15442
15443 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15444
15445 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15446 by `string-to-number'.
15447 * gnus-agent.el (gnus-agent-regenerate-group)
15448 (gnus-agent-fetch-articles): Ditto.
15449 * gnus-art.el (gnus-button-fetch-group): Ditto.
15450 * gnus-cache.el (gnus-cache-generate-active)
15451 (gnus-cache-articles-in-group): Ditto.
15452 * gnus-group.el (gnus-group-set-current-level)
15453 (gnus-group-insert-group-line): Ditto.
15454 * gnus-score.el (gnus-score-set-expunge-below)
15455 (gnus-score-set-mark-below, gnus-summary-score-effect)
15456 (gnus-summary-score-entry): Ditto.
15457 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15458 (gnus-soup-pack): Ditto.
15459 * gnus-spec.el (gnus-xmas-format): Ditto.
15460 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15461 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15462 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15463 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15464 * nndb.el (nndb-get-remote-expire-response): Ditto.
15465 * nndiary.el (nndiary-parse-schedule-value)
15466 (nndiary-string-to-number, nndiary-request-replace-article)
15467 (nndiary-request-article): Ditto.
15468 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15469 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15470 * nneething.el (nneething-make-head): Ditto.
15471 * nnfolder.el (nnfolder-request-article)
15472 (nnfolder-retrieve-headers): Ditto.
15473 * nnheader.el (nnheader-file-to-number): Ditto.
15474 * nnkiboze.el (nnkiboze-request-article): Ditto.
15475 * nnmail.el (nnmail-process-unix-mail-format)
15476 (nnmail-process-babyl-mail-format): Ditto.
15477 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15478 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15479 (nnmh-request-create-group, nnmh-request-list-1)
15480 (nnmh-request-group, nnmh-request-article): Ditto.
15481 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15482 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15483 * nnsoup.el (nnsoup-make-active): Ditto.
15484 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15485 * nntp.el (nntp-find-group-and-number)
15486 (nntp-retrieve-headers-with-xover): Ditto.
15487 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15488 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15489 (pgg-format-key-identifier): Ditto.
15490 * pop3.el (pop3-last, pop3-stat): Ditto.
15491 * qp.el (quoted-printable-decode-region): Ditto.
15492
15493 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15494 of concat.
15495
15496 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15497
15498 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15499
15500 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15501
15502 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15503
15504 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15505
15506 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15507
15508 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15509
15510 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15511 (gnus-carpal-mode): Ditto.
15512
15513 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15514 (gnus-browse-mode): Ditto.
15515
15516 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15517
15518 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15519
15520 2005-05-29 Richard M. Stallman <rms@gnu.org>
15521
15522 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15523
15524 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15525
15526 * gnus-util.el (gnus-run-mode-hooks): New function.
15527
15528 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15529
15530 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15531
15532 * gnus-agent.el (gnus-agent-make-mode-line-string):
15533 Use mode-line-highlight as mouse-face.
15534
15535 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15536
15537 * canlock.el (canlock): Change the parent group to news.
15538
15539 * deuglify.el (gnus-outlook-deuglify): Add :group.
15540
15541 * dig.el (dig): Add :group.
15542
15543 * dns-mode.el (dns-mode): Add :group.
15544
15545 * encrypt.el (encrypt): Add :group.
15546
15547 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15548 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15549 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15550 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15551 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15552
15553 * gnus-diary.el (gnus-diary): Add :group.
15554
15555 * gnus.el (gnus-group-news-1-face): Add :group.
15556 (gnus-group-news-1-empty-face): Ditto.
15557 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15558 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15559 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15560 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15561 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15562 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15563 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15564 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15565 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15566 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15567 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15568 (gnus-summary-high-ticked-face): Ditto.
15569 (gnus-summary-low-ticked-face): Ditto.
15570 (gnus-summary-normal-ticked-face): Ditto.
15571 (gnus-summary-high-ancient-face): Ditto.
15572 (gnus-summary-low-ancient-face): Ditto.
15573 (gnus-summary-normal-ancient-face): Ditto.
15574 (gnus-summary-high-undownloaded-face): Ditto.
15575 (gnus-summary-low-undownloaded-face): Ditto.
15576 (gnus-summary-normal-undownloaded-face): Ditto.
15577 (gnus-summary-high-unread-face): Ditto.
15578 (gnus-summary-low-unread-face): Ditto.
15579 (gnus-summary-normal-unread-face): Ditto.
15580 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15581 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15582
15583 * hashcash.el (hashcash): New custom group.
15584 (hashcash-default-payment): Add :group.
15585 (hashcash-payment-alist): Ditto.
15586 (hashcash-default-accept-payment): Ditto.
15587 (hashcash-accept-resources): Ditto.
15588 (hashcash-path): Ditto.
15589 (hashcash-extra-generate-parameters): Ditto.
15590 (hashcash-double-spend-database): Ditto.
15591 (hashcash-in-news): Ditto.
15592
15593 * message.el (message-minibuffer-local-map): Add :group.
15594
15595 * netrc.el (netrc): Add :group.
15596
15597 * sieve-manage.el (sieve-manage-log): Add :group.
15598 (sieve-manage-default-user): Diito.
15599 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15600 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15601 (sieve-manage-authenticators): Ditto.
15602 (sieve-manage-authenticator-alist): Ditto.
15603 (sieve-manage-default-port): Ditto.
15604
15605 * sieve-mode.el (sieve-control-commands-face): Add :group.
15606 (sieve-action-commands-face): Ditto.
15607 (sieve-test-commands-face): Ditto.
15608 (sieve-tagged-arguments-face): Ditto.
15609
15610 * smime.el (smime): Add :group.
15611
15612 * spam-report.el (spam-report): Add :group.
15613
15614 * spam.el (spam, spam-face): Add :group.
15615
15616 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15617
15618 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15619 return \n.\n.\n at the end of articles. Protect against that.
15620 (nntp-with-open-group): Allow debugging.
15621
15622 * nnheader.el (mail-header-set-extra): Make into a function
15623 because I just could't understand how to quote the list properly.
15624
15625 * dns.el (query-dns-cached): New function.
15626
15627 2005-05-26 Lute Kamstra <lute@gnu.org>
15628
15629 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15630
15631 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15632
15633 * gnus-art.el: Don't autoload mail-extract-address-components.
15634
15635 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15636 eval-and-compile to evaluate it.
15637
15638 * hashcash.el: Don't autoload executable-find.
15639
15640 * nndb.el: Don't declare the nndb back end two or more times; don't
15641 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15642
15643 * nntp.el: Autoload format-spec instead of format; use
15644 eval-and-compile to evaluate autoload forms.
15645
15646 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15647
15648 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15649
15650 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15651
15652 * gnus.el (gnus-version-number): Bump version.
15653
15654 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15655
15656 * gnus.el: No Gnus v0.3 is released.
15657
15658 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15659
15660 * gnus-art.el (gnus-article-edit-part): Disable undo.
15661
15662 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15663
15664 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15665 gnus-article-date-lapsed-new-header is t if date timer is active;
15666 skip headers in which the original date value is empty.
15667 (gnus-article-save-original-date): Redefine it as a macro.
15668 (gnus-display-mime): Use it.
15669
15670 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15671
15672 * gnus-art.el (article-date-ut): Support converting date in
15673 forwarded parts as well.
15674 (gnus-article-save-original-date): New function.
15675 (gnus-display-mime): Use it.
15676
15677 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15678
15679 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15680 enclosure element of <item>.
15681
15682 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15683
15684 * message.el (message-kill-buffer-query): Rename from
15685 `message-kill-buffer-query-if-modified'. Add :version.
15686
15687 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15688
15689 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15690 window layout.
15691
15692 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15693
15694 * mml.el: Autoload dnd when compiling.
15695
15696 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15697
15698 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15699 x-dnd-*.
15700
15701 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15702
15703 * qp.el (quoted-printable-encode-region): Save excursion.
15704
15705 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15706
15707 * message.el (message-kill-buffer-query-if-modified): Add new variable
15708 so the user can kill a modified message buffer quickly.
15709 (message-kill-buffer): Use it.
15710
15711 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15712
15713 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15714 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15715
15716 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15717
15718 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15719 contained in text because xml.el decodes entities) with LFs.
15720
15721 2005-04-11 Lute Kamstra <lute@gnu.org>
15722
15723 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15724 differently.
15725
15726 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * mm-util.el (mm-detect-coding-region): Typo.
15729
15730 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15731
15732 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15733
15734 2005-04-06 Deepak Goel <deego@gnufans.org>
15735
15736 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15737 user-function allow user modifications of the scores.
15738 (spam-stat-score-buffer-user): New function, to allow
15739 user-computed modifications to the score.
15740 (spam-stat-score-buffer-user-functions): List of additional
15741 scoring functions.
15742 (spam-stat-error-holder): Global temporary error holder.
15743 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15744 variable.
15745
15746 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15747
15748 * gnus-registry.el (gnus-registry-clean-empty-function)
15749 (gnus-registry-trim, gnus-registry-fetch-groups)
15750 (gnus-registry-delete-group): Groups that match
15751 `gnus-registry-ignored-groups' are removed from the registry
15752 entries, not just ignored for splitting. This helps clean up the
15753 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15754 to get all the groups a message ID is in.
15755
15756 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15757 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15758 (spam-stat-score-buffer-user-functions): Add :number custom type.
15759
15760 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15761
15762 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15763 argument in XEmacs.
15764
15765 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15766 (nnrss-request-group): Decode group name first.
15767 (nnrss-request-article): Make a text/plain article if mml-to-mime
15768 failed.
15769 (nnrss-get-encoding): Return a compatible encoding according to
15770 nnrss-compatible-encoding-alist.
15771 (nnrss-find-el): Use consp instead of listp.
15772 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15773
15774 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15775
15776 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15777 which Emacs 20 doesn't support.
15778 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15779
15780 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15781
15782 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15783 silence the byte compiler inside the defun.
15784
15785 * gnus-demon.el (parse-time-string): Add autoload.
15786
15787 * gnus-delay.el (parse-time-string): Add autoload.
15788
15789 * gnus-art.el (parse-time-string): Add autoload.
15790
15791 * nnultimate.el (parse-time): Require for `parse-time-string'.
15792
15793 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15794
15795 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15796
15797 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15798
15799 * smime.el (smime-ldap-host-list): Add :version.
15800
15801 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15802
15803 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15804 pass it to `gnus-browse-read-group'.
15805 (gnus-browse-read-group): Add NUMBER argument and pass it to
15806 `gnus-group-read-ephemeral-group'.
15807
15808 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15809 argument and pass it to `gnus-group-read-group'.
15810
15811 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15812
15813 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15814 mm-xemacs-find-mime-charset-1 if we have the mule feature
15815 available at runtime.
15816
15817 2005-03-25 Werner Lemberg <wl@gnu.org>
15818
15819 * nnmaildir.el: Replace `illegal' with `invalid'.
15820
15821 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15822
15823 * gnus-start.el (gnus-display-time-event-handler):
15824 Check display-time-timer at runtime rather than only at load time
15825 in case display-time-mode is turned off in the mean time.
15826
15827 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15828
15829 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15830 used.
15831
15832 * nneething.el (nneething-map-file-directory): Derive from
15833 `gnus-directory'.
15834
15835 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15836 the To/Cc button.
15837
15838 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15839
15840 * nnmaildir.el (nnmaildir-request-accept-article):
15841 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15842
15843 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15844
15845 * gnus-async.el: Require timer-funcs at compile time when in
15846 XEmacs for `run-with-idle-timer'.
15847
15848 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15849
15850 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15851 autoloaded function.
15852
15853 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15854
15855 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15856
15857 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
15858
15859 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15860
15861 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15862
15863 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15864 Add gnus-expert-user to default.
15865
15866 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15867
15868 * nnimap.el (nnimap-open-server): Ditto.
15869
15870 * imap.el (imap-authenticate): Fix typo.
15871
15872 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15873
15874 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15875 buffer (since IMAP server might return FETCH response out of
15876 order, and the nntp buffer must be sorted).
15877
15878 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15879
15880 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15881 comparison on string.
15882
15883 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15884 (gnus-agent-score): Rename category keywords to match gnus-cus.
15885 (gnus-agent-summary-fetch-series): Modify to protect against
15886 gnus-agent-summary-fetch-group clearing processable flags.
15887 (gnus-agent-synchronize-group-flags): Update live group buffer as
15888 synchronization may occur due to the user toggle the plugged
15889 status.
15890 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15891 successfully downloaded.
15892 (gnus-agent-expire-group-1): Avoid using markers when the overview
15893 is in ascending order; greatly improves performance.
15894 (gnus-agent-regenerate-group):
15895 Use gnus-agent-synchronize-group-flags to reset read status in both
15896 gnus and server.
15897 (gnus-agent-update-files-total-fetched-for): Fix initial size.
15898
15899 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15900
15901 * message.el: Don't autoload former message-utils variables.
15902 (message-strip-subject-trailing-was): Change doc string.
15903
15904 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15905 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15906 (nnweb-google-search): Add "hl=en" here.
15907 (nnweb-google-parse-1, nnweb-google-create-mapping):
15908 Don't hardcode URL.
15909
15910 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15911
15912 * message.el (message-get-reply-headers, message-followup):
15913 Mention related variables `message-use-followup-to' and
15914 `message-use-mail-followup-to', in the information buffer.
15915
15916 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15917 of broken groups(-beta).google.com.
15918
15919 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15920
15921 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15922 parameter to invoked gnus-request-move-article; remove the
15923 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15924 all at once instead of once per article.
15925 (gnus-summary-remove-process-mark): Accept a list of articles as
15926 well as a single article for processing.
15927
15928 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15929 parameter.
15930
15931 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15932
15933 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15934
15935 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15936 parameter.
15937
15938 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15939 parameter.
15940
15941 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15942 parameter and remove the gnus-sum-hint-move-is-internal variable.
15943
15944 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15945 parameter.
15946
15947 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15948 parameter.
15949
15950 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15951 parameter.
15952
15953 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15954
15955 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15956 parameter.
15957
15958 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15959 parameter.
15960
15961 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15962
15963 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15964 a more conservative way.
15965
15966 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15967
15968 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15969 buffer, so it moves the window's cursor.
15970
15971 2005-02-26 Arne Jørgensen <arne@arnested.dk>
15972
15973 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15974 `mm-dissect-multipart' and receive the from field as an (optional)
15975 argument from `mm-dissect-multipart'.
15976 (mm-dissect-multipart): Receive the from field as an argument and
15977 pass it on when we call `mm-dissect-buffer' on MIME parts.
15978 Fixes verification/decryption of signed/encrypted MIME parts.
15979
15980 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15981
15982 * gnus-sum.el (gnus-summary-move-article):
15983 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15984 whatever it calls (right now, only nnimap-request-move article
15985 respects it).
15986
15987 * nnimap.el (nnimap-request-move-article):
15988 When gnus-sum-hint-move-is-internal is set, don't do the extra
15989 nnimap-request-article.
15990
15991 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15992
15993 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15994
15995 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15996 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15997
15998 * gnus-sum.el (gnus-summary-caesar-message):
15999 Apply `gnus-treat-article' after rotation.
16000
16001 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16002 doc string.
16003
16004 2005-02-22 Simon Josefsson <jas@extundo.com>
16005
16006 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16007 `password-cache-expiry' instead). Reported by Arne Jørgensen
16008 <arne@arnested.dk>.
16009 (encrypt): Add password-cache and password-cache-expiry as group
16010 members.
16011
16012 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16013
16014 * smime.el (smime-ldap-host-list): Doc fix.
16015 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16016 cache) password.
16017 (smime-sign-region): Use it.
16018 (smime-decrypt-region): Use it.
16019 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16020 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16021 fails.
16022 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16023 certificate from DER to PEM format rather than calling openssl.
16024
16025 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16026
16027 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16028 for signing/encryption.
16029
16030 * mml.el (mml-parse-1): Use them.
16031
16032 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16033
16034 * nnrss.el (nnrss-verbose): Remove.
16035 (nnrss-request-group): Use `nnheader-message' instead.
16036
16037 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16038
16039 * nnrss.el (nnrss-verbose): New variable.
16040 (nnrss-request-group): Make it say nnrss is requesting a group.
16041
16042 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16043
16044 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16045 Handle news URL with given port correctly.
16046
16047 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16048
16049 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16050 containing special characters.
16051
16052 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16053
16054 * mml.el (mime-to-mml): Ditto.
16055
16056 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16057 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16058 (rfc2047-decode-region): Quote decoded words containing special
16059 characters when rfc2047-quote-decoded-words-containing-tspecials
16060 is non-nil.
16061
16062 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16063
16064 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16065
16066 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16067
16068 2005-02-15 Simon Josefsson <jas@extundo.com>
16069
16070 * nnimap.el (nnimap-debug): Doc fix.
16071
16072 * imap.el (imap-debug): Doc fix.
16073
16074 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16075
16076 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16077
16078 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16079
16080 * gnus.el (spam-contents): Improve docs for spam-contents
16081 parameter in its variable incarnation.
16082
16083 2005-02-14 Simon Josefsson <jas@extundo.com>
16084
16085 * smime-ldap.el: Use require instead of load-library for ldap.
16086 (smime-ldap-search): Indent.
16087 (smime-ldap-search-internal): Shorten line.
16088
16089 * smime.el (smime-cert-by-dns): Add doc-string.
16090 (smime-cert-by-ldap-1): Indent.
16091
16092 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16093 mml-smime-get-dns-ldap.
16094 (mml-smime-encrypt-query): Use new function. Default to ldap.
16095
16096 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16097
16098 * smime.el: Require smime-ldap.
16099 (smime-ldap-host-list): New variable.
16100 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16101
16102 * mml-smime.el (mml-smime-encrypt-query): New function.
16103 (mml-smime-encrypt-query): Use it.
16104
16105 * smime-ldap.el: New file.
16106
16107 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16108
16109 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16110
16111 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16112
16113 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16114 argument in doc string. Make query for type more clear.
16115
16116 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16117
16118 * gnus.el (gnus-group-startup-message): Search for gnus images in
16119 etc/images/gnus.
16120 * mm-util.el (mm-image-load-path): Likewise.
16121 * smiley.el (smiley-data-directory): Search for smilies in
16122 etc/images/smilies.
16123
16124 2005-02-09 Kim F. Storm <storm@cua.dk>
16125
16126 Change Emacs release version from 21.4 to 22.1 throughout.
16127 Change Emacs development version from 21.3.50 to 22.0.50.
16128
16129 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16130
16131 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16132
16133 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16134 non-Mule XEmacs as well.
16135 (mm-decompress-buffer): Signal an error intentionally if it does
16136 not decompress compressed data because auto-compression-mode is
16137 disabled.
16138
16139 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16140
16141 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16142 an ID in the registry even if it has no groups.
16143
16144 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16145
16146 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16147 merge it into mm-decompress-buffer.
16148 (gnus-mime-copy-part): Use the MIME part charset, the value which
16149 a user specified or gnus-newsgroup-charset for decoding, like
16150 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16151 save-buffer what was used. Suggested by Kevin Ryde
16152 <user42@zip.com.au>.
16153 (gnus-mime-inline-part): Allow the name parameter as well as the
16154 filename parameter; force decompressing of compressed data; always
16155 display contents being not decoded as unibyte.
16156
16157 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16158 as well as the filename parameter.
16159
16160 * mm-util.el (mm-decompress-buffer):
16161 Merge gnus-mime-jka-compr-maybe-uncompress.
16162 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16163 of compressed data.
16164
16165 2005-02-08 Simon Josefsson <jas@extundo.com>
16166
16167 * imap.el (imap-log): Doc fix.
16168
16169 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16170
16171 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16172 the coding cookies; decompress compressed parts.
16173
16174 * mml.el (mml-generate-mime-1): Add the charset parameter according
16175 to the value which a user specified manually or the coding cookie.
16176
16177 * mm-util.el (mm-string-to-multibyte): New function.
16178 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16179 (mm-coding-system-to-mime-charset): New function.
16180 (mm-decompress-buffer): New function.
16181 (mm-find-buffer-file-coding-system): New function.
16182
16183 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16184 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16185 parts.
16186
16187 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16188
16189 * mm-view.el (mm-display-inline-fontify): Decode a part according
16190 to the charset parameter.
16191
16192 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16193
16194 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16195 prefix arg is neither nil nor a number, as info specifies.
16196
16197 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16198
16199 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16200 timestamps.
16201
16202 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16203
16204 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16205 groups error checking and notify user.
16206
16207 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16208
16209 * message.el (message-send-mail-function): Check existence of
16210 sendmail-program first before using default value
16211 `message-send-mail-with-sendmail'. Otherwise use more generic
16212 `smtpmail-send-it'.
16213
16214 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16215
16216 * nntp.el (nntp-request-update-info): Always return nil.
16217
16218 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16221
16222 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * message.el (message-beginning-of-line): Change the behavior when
16225 invoked between BOL and : so that it first moves backward.
16226
16227 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16228
16229 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16230 article buffer when editing of the article is discarded.
16231 (gnus-article-prepare): Revert.
16232
16233 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16234
16235 * gnus-art.el (gnus-article-prepare):
16236 Remove message-strip-forbidden-properties from the local hook.
16237
16238 2005-01-27 Simon Josefsson <jas@extundo.com>
16239
16240 * password.el (password-cache-add): Only start one timer per key.
16241 Reported by Derek Atkins <warlord@MIT.EDU>.
16242
16243 2005-01-26 Steve Youngs <steve@sxemacs.org>
16244
16245 * run-at-time.el: Remove. It is no longer needed as
16246 timer-funcs.el in the xemacs-base package has a working version of
16247 `run-at-time'.
16248
16249 * password.el: Require timer-funcs instead of run-at-time in
16250 XEmacs.
16251 Remove `password-run-at-time' macro.
16252 (password-cache-add): Use `run-at-time' instead of
16253 `password-run-at-time'.
16254
16255 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16256 for `run-with-idle-timer'.
16257
16258 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16259 for `run-at-time'.
16260
16261 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16262 for `with-timeout'.
16263
16264 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16265
16266 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16267 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16268
16269 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16270
16271 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16272 sensitively.
16273
16274 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16275
16276 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16277
16278 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16279
16280 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16281 which will be inserted according to the multibyteness of a buffer
16282 rather than the type of contents. Suggested by ARISAWA Akihiro
16283 <ari@mbf.ocn.ne.jp>.
16284
16285 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16286 of string which old xml.el may return rather than a string.
16287
16288 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16289
16290 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16291
16292 2005-01-16 Simon Josefsson <jas@extundo.com>
16293
16294 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16295 idn/idna.el isn't available.
16296 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16297 <michael@waxrat.com>.
16298
16299 * hashcash.el: Remove non-FSF copyright header.
16300
16301 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16302 (hashcash-generate-payment): Use it.
16303 (hashcash-generate-payment-async): Use it.
16304
16305 2005-01-15 Simon Josefsson <jas@extundo.com>
16306
16307 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16308 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16309
16310 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16311 gnus-summary-idna-message.
16312 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16313 (gnus-summary-idna-message): New function.
16314
16315 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16316
16317 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16318 gnus-novice-user.
16319
16320 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16321
16322 * nnrss.el (nnrss-request-delete-group): Delete entries in
16323 nnrss-group-alist as well.
16324 (nnrss-save-server-data): Insert newline.
16325
16326 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16327
16328 * gnus.el (gnus-user-agent): Use list of symbols instead of
16329 symbols. Display full version number for (S)XEmacs.
16330 Optionally display (S)XEmacs codename.
16331
16332 * gnus-util.el (gnus-emacs-version): Update for new
16333 `gnus-user-agent'.
16334
16335 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16336 Gnus version.
16337
16338 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16339
16340 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16341 which is unreadable in some setups.
16342
16343 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16344
16345 * gnus-spec.el (gnus-update-format-specifications): Flush the
16346 group format spec cache if it doesn't support decoded group names.
16347
16348 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16349
16350 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16351 Allow to apply decay on score files matching a regexp.
16352
16353 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16354
16355 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16356 compatibility in %g and %c.
16357
16358 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16359
16360 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16361 name for only %g and %c.
16362 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16363 of gnus-tmp-group to decoded group name.
16364 (gnus-group-make-rss-group): Exclude `/'s from group names.
16365
16366 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16367
16368 * nnrss.el (nnrss-get-encoding): Fix regexp.
16369
16370 2004-12-27 Simon Josefsson <jas@extundo.com>
16371
16372 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16373 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16374 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16375
16376 2004-12-17 Kim F. Storm <storm@cua.dk>
16377
16378 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16379
16380 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16381
16382 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16383
16384 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16385
16386 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16387
16388 * nnrss.el: Require rfc2047 and mml.
16389 (nnrss-file-coding-system): New variable.
16390 (nnrss-format-string): Redefine it as an inline function.
16391 (nnrss-decode-group-name): New function.
16392 (nnrss-string-as-multibyte): Remove.
16393 (nnrss-retrieve-headers): Decode group name; don't use
16394 nnrss-format-string.
16395 (nnrss-request-group): Decode group name.
16396 (nnrss-request-article): Decode group name; allow a Message-ID as
16397 well as an article number; don't use nnrss-format-string; encode a
16398 Message-ID string which may contain non-ASCII characters; use
16399 mml-to-mime to compose a MIME article.
16400 (nnrss-request-expire-articles): Decode group name.
16401 (nnrss-request-delete-group): Decode group name.
16402 (nnrss-fetch): Clarify error message.
16403 (nnrss-read-server-data): Use insert-file-contents instead of load;
16404 bind file-name-coding-system; use multibyte buffer.
16405 (nnrss-save-server-data): Bind coding-system-for-write to the
16406 value of nnrss-file-coding-system; bind file-name-coding-system;
16407 add coding cookie.
16408 (nnrss-read-group-data): Use insert-file-contents instead of load;
16409 bind file-name-coding-system; use multibyte buffer.
16410 (nnrss-save-group-data): Bind coding-system-for-write to the
16411 value of nnrss-file-coding-system; bind file-name-coding-system.
16412 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16413 make it work with non-ASCII text.
16414 (nnrss-find-el): Make it work with old xml.el as well.
16415
16416 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16417
16418 * nnrss.el (nnrss-get-encoding): New function.
16419 (nnrss-fetch): Use unibyte buffer initially; bind
16420 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16421 decode contents according to the encoding attribute.
16422 (nnrss-save-group-data): Add coding cookie.
16423 (nnrss-mime-encode-string): New function.
16424 (nnrss-check-group): Use it to encode subject and author.
16425
16426 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16427
16428 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16429 imaginary variable.
16430
16431 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16432
16433 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16434 correctly even if there are wide characters.
16435
16436 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16437
16438 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16439 downcased symbol names; make a new cache instead of reusing
16440 bbdb-hashtable.
16441
16442 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16443
16444 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16445 concatenating segments rather than before concatenating them.
16446 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16447
16448 * message.el (message-get-reply-headers): Bind `extra'.
16449
16450 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16451
16452 * message.el (message-extra-wide-headers): New variable.
16453 (message-get-reply-headers): Use it.
16454
16455 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16456
16457 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16458 (gnus-agent-group-pathname): Ditto.
16459
16460 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16461
16462 * gnus-group.el (gnus-group-make-group): Decode group name.
16463 (gnus-group-make-rss-group): Register the group data after opening
16464 the nnrss group.
16465
16466 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16467
16468 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16469 by expiry now get marked as read.
16470
16471 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16472
16473 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16474
16475 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16476
16477 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16478 unify Latin characters in XEmacs.
16479 (mm-find-mime-charset-region): Use it.
16480
16481 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16482
16483 * gnus-util.el (gnus-delete-directory): New function.
16484
16485 * gnus-agent.el (gnus-agent-delete-group): Use it.
16486
16487 * gnus-cache.el (gnus-cache-delete-group): Use it.
16488
16489 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16490
16491 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16492 names.
16493
16494 2004-12-16 Simon Josefsson <jas@extundo.com>
16495
16496 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16497
16498 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16499
16500 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16501
16502 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16503 (gnus-group-set-current-level): Decode group name.
16504
16505 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16506
16507 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16508 failed.
16509
16510 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16511
16512 * gnus-group.el (gnus-group-delete-group): Decode group name.
16513 (gnus-group-make-rss-group): Encode group name.
16514 (gnus-group-catchup-current): Decode group name.
16515 (gnus-group-kill-group): Decode group name.
16516
16517 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16520
16521 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16522
16523 * gnus-group.el (gnus-group-make-rss-group):
16524 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16525
16526 * gnus-start.el (gnus-setup-news): Honor user's setting to
16527 gnus-message-archive-method. Suggested by Lute Kamstra
16528 <lute@gnu.org>.
16529
16530 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16531
16532 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16533 global counterparts of the buffer-local variables.
16534
16535 2004-11-16 Romain Francoise <romain@orebokech.com>
16536
16537 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16538 counterparts of the buffer-local variables.
16539
16540 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16541
16542 * message.el (message-forbidden-properties): Fix typo in doc
16543 string.
16544
16545 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16546
16547 * gnus-util.el (gnus-replace-in-string): Add doc string.
16548
16549 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16550 to avoid problems when splitting mails with many recipients.
16551
16552 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16553
16554 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16555 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16556
16557 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16558
16559 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16560 if there is no hashtable in memory or file modification time is
16561 newer than cached timestamp.
16562
16563 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16564
16565 * gnus-sum.el (gnus-summary-limit-to-recipient):
16566 Implement not-matching option.
16567
16568 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16569
16570 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16571 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16572 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16573 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16574 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16575 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16576
16577 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16578
16579 * message.el (message-forward-make-body-mml): Remove headers
16580 according to message-forward-ignored-headers if a message is decoded.
16581
16582 2004-12-02 Romain Francoise <romain@orebokech.com>
16583
16584 * message.el (message-forward-make-body-plain): Always remove
16585 headers according to message-forward-ignored-headers.
16586
16587 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16588
16589 * spam.el (spam-summary-prepare-exit): Remove the
16590 gnus-summary-limit pop for now, it has problems with ham marks for
16591 me.
16592
16593 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16594
16595 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16596 correctly.
16597
16598 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16599
16600 * format-spec.el (format-spec): Message the char.
16601
16602 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16603
16604 * gnus-art.el (gnus-split-methods): Reformat comments.
16605
16606 * spam.el (spam-summary-prepare-exit): Remove article limits
16607 before exiting the summary buffer.
16608
16609 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16610
16611 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16612 order to silence the byte compiler.
16613
16614 * spam.el: Fix the way to silence the byte compiler, which
16615 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16616 bbdb-search-simple, spam-BBDB-register-routine,
16617 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16618 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16619 spam-stat-buffer-is-spam, spam-stat-load,
16620 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16621 spam-stat-save and spam-stat-split-fancy.
16622
16623 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16624
16625 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16626 which may confuse users.
16627 (canlock-password-for-verify): Ditto.
16628
16629 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16630
16631 * gnus-art.el (gnus-emphasis-alist): Ditto.
16632
16633 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16634
16635 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16636
16637 * gnus-start.el (gnus-save-killed-list): Ditto.
16638
16639 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16640 (gnus-sum-thread-tree-root): Ditto.
16641 (gnus-sum-thread-tree-false-root): Ditto.
16642 (gnus-sum-thread-tree-single-indent): Ditto.
16643
16644 * message.el (message-courtesy-message): Ditto.
16645 (message-archive-note): Ditto.
16646 (message-subscribed-address-file): Ditto.
16647 (message-user-fqdn): Ditto.
16648
16649 * spam-report.el (spam-report-gmane-regex): Ditto.
16650
16651 * spam.el (spam-blackhole-good-server-regex): Ditto.
16652
16653 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16654
16655 * mml.el (mml-preview): Widen the message buffer before copying
16656 the contents to the preview buffer; sort headers before previewing.
16657
16658 * message.el (message-hidden-headers): Fix the way to avoid a bug
16659 in the `repeat' widget in Emacs 21.3 or earlier.
16660
16661 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16662
16663 * message.el (message-hidden-headers): Default to "^References:".
16664 Improve customization type. Suggested by Reiner Steib
16665 <Reiner.Steib@gmx.de>.
16666
16667 2004-11-25 Romain Francoise <romain@orebokech.com>
16668
16669 * message.el (message-strip-forbidden-properties): Remove check for
16670 obsolete `message-hidden' text property, hidden headers are not
16671 accessible in the buffer anymore.
16672
16673 2004-11-22 Romain Francoise <romain@orebokech.com>
16674
16675 * message.el (message-header-format-alist): Add `From' in list
16676 so that it can be sorted.
16677 (message-fix-before-sending): Widen and sort headers before
16678 sending.
16679 (message-hide-headers): Use narrowing to hide headers by moving
16680 them to the top of the buffer and narrowing to the region
16681 underneath.
16682
16683 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16684
16685 * message.el (message-strip-forbidden-properties):
16686 Bind buffer-read-only (etc) to nil.
16687
16688 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16689
16690 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16691 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16692
16693 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16694
16695 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16696
16697 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16698
16699 * dns.el (query-dns): Use sit-for to time instead of
16700 accept-process-output, since that doesn't seem to work on udp
16701 sockets.
16702
16703 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16704
16705 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16706
16707 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16708
16709 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16710 doc string. Improve doc string.
16711
16712 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16713
16714 * nntp.el (nntp-request-update-info): Return nil if
16715 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16716 may not call gnus-activate-group which uselessly issues the GROUP
16717 commands for all nntp groups and wastes time. Reported by Romain
16718 Francoise <romain@orebokech.com>.
16719
16720 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16721
16722 2004-11-15 Simon Josefsson <jas@extundo.com>
16723
16724 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16725 headers separately.
16726 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16727 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16728
16729 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16730
16731 * gnus-start.el (gnus-convert-old-newsrc):
16732 Assign legacy-gnus-agent to 5.10.7.
16733
16734 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16735
16736 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16737 start of the lines.
16738
16739 2004-11-14 Magnus Henoch <mange@freemail.hu>
16740
16741 * hashcash.el (hashcash-default-payment): Change default to 20.
16742 (hashcash-default-accept-payment): Change default to 20.
16743 (hashcash-process-alist): New variable.
16744 (hashcash-generate-payment-async): Add.
16745 (hashcash-already-paid-p): Add.
16746 (hashcash-insert-payment): Don't generate payments twice.
16747 (hashcash-insert-payment-async): Add.
16748 (hashcash-insert-payment-async-2): Add.
16749 (hashcash-cancel-async): Add.
16750 (hashcash-wait-async): Add.
16751 (hashcash-processes-running-p): Add.
16752 (hashcash-wait-or-cancel): Add.
16753 (mail-add-payment): New optional argument. Conditionally start
16754 asynchronous calculation.
16755 (mail-add-payment-async): Add.
16756
16757 * message.el (message-send-mail): Wait for asynchronous hashcash
16758 results. Don't clobber existing X-Hashcash headers.
16759 (message-setup-1): Call mail-add-payment-async when
16760 message-generate-hashcash is non-nil.
16761
16762 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16763
16764 * message.el (message-use-alternative-email-as-from): Examine the
16765 From header as well; use message-make-from in order to include a
16766 user's full name.
16767
16768 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16769
16770 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16771 default; improve customization type.
16772 (gnus-emphasis-custom-with-format): New macro.
16773 (gnus-emphasis-custom-value-to-external): New function.
16774 (gnus-emphasis-custom-value-to-internal): New function.
16775
16776 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16777
16778 * dns.el (query-dns): Resolve reverse addresses.
16779
16780 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16781
16782 * gnus-group.el (gnus-group-get-new-news): Use it.
16783
16784 * gnus-start.el (gnus-check-reasonable-setup): New function.
16785
16786 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16787
16788 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16789 "Args out of range" error. Reported by Arnaud Giersch
16790 <arnaud.giersch@free.fr>.
16791
16792 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16793
16794 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16795
16796 2004-11-04 Richard M. Stallman <rms@gnu.org>
16797
16798 * spam.el (spam group): Add :version.
16799
16800 * pgg-def.el (pgg group): Add :version.
16801
16802 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16803
16804 * gnus-art.el (gnus-article-edit-article): Don't associate the
16805 article buffer with a draft file. This is a temporary measure
16806 against the 2004-08-22 change to gnus-article-edit-mode.
16807
16808 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16809
16810 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16811 (html2text-format-tags): Remove unused variable `attr'.
16812
16813 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16814
16815 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16816
16817 * spam-stat.el (spam-stat): Add :version.
16818
16819 * sieve.el (sieve): Add :version.
16820
16821 * sha1.el (sha1): Add :version.
16822 (sha1-use-external): Remove redundant version.
16823
16824 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16825 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16826 (nnmail-split-fancy-match-partial-words)
16827 (nnmail-split-lowercase-expanded): Add :version.
16828
16829 * nndiary.el (nndiary): Add :version.
16830
16831 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16832
16833 * mml-sec.el (mml-default-sign-method)
16834 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16835 Add :version.
16836
16837 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16838
16839 * mm-url.el (mm-url-use-external, mm-url-program)
16840 (mm-url-arguments): Add :version.
16841
16842 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16843 (mm-attachment-file-modes, mm-decrypt-option)
16844 (mm-w3m-safe-url-regexp): Add :version.
16845
16846 * message.el (message-cite-prefix-regexp)
16847 (message-sendmail-envelope-from, message-minibuffer-local-map)
16848 (message-user-fqdn, message-completion-alist): Add :version.
16849
16850 * gnus-win.el (gnus-configure-windows-hook)
16851 (gnus-use-frames-on-any-display): Add :version.
16852
16853 * gnus-art.el (gnus-article-address-banner-alist)
16854 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16855 (gnus-treat-from-picon, gnus-treat-mail-picon)
16856 (gnus-treat-x-pgp-sig): Add :version.
16857
16858 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16859 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16860 (gnus-summary-article-delete-hook)
16861 (gnus-summary-display-while-building): Add :version.
16862
16863 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16864 (gnus-get-top-new-news-hook): Add :version.
16865
16866 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16867 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16868
16869 * gnus-registry.el (gnus-registry): Add :version.
16870
16871 * gnus-spec.el (gnus-use-correct-string-widths)
16872 (gnus-make-format-preserve-properties): Add :version.
16873
16874 * gnus.el (gnus-group-charter-alist)
16875 (gnus-group-fetch-control-use-browse-url)
16876 (gnus-install-group-spam-parameters): Add :version.
16877
16878 * gnus-diary.el (gnus-diary): Add :version.
16879
16880 * gnus-delay.el (gnus-delay): Add :version.
16881
16882 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16883 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16884 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16885 Add :version.
16886
16887 * gnus-agent.el (gnus-agent-max-fetch-size)
16888 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16889 (gnus-agent-prompt-send-queue): Add :version.
16890
16891 * deuglify.el (gnus-outlook-deuglify): Add :version.
16892
16893 * html2text.el: Beautify code. Improve doc strings.
16894 Some checkdoc cleanup.
16895 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16896
16897 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16898
16899 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16900
16901 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16902
16903 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16904 when package is loaded.
16905
16906 * spam.el (spam-summary-score-preferred-header): Add global preference
16907 for people who want to override the default SpamAssassin over
16908 Bogofilter preference (when both are set).
16909 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16910 (spam-user-format-function-S):
16911 Check spam-summary-score-preferred-header.
16912 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16913 (spam-user-format-function-S): Format the score correctly.
16914
16915 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16916
16917 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16918 signature file. Suggested by Manoj Srivastava
16919 <srivasta@golden-gryphon.com>.
16920
16921 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16922 iso-2022-jp even in the Japanese language environment.
16923 Suggested by Jason Rumney <jasonr@gnu.org>.
16924
16925 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16926
16927 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16928 use the same characters as the dummy marks; make it free from
16929 getting affected by the language environment.
16930 (gnus-summary-read-group-1): Update mark positions only when the
16931 format spec is updated.
16932
16933 * gnus-spec.el (gnus-update-format-specifications): Return a list
16934 of updated types.
16935
16936 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16937
16938 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16939 of boundp to check if display-warning is available.
16940
16941 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16942
16943 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16944
16945 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16946
16947 * nnspool.el (nnspool-spool-directory): Use news-path if the
16948 news-directory variable is not bound.
16949
16950 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16951 function instead of display-warning if it is not available.
16952
16953 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16954
16955 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16956 v5-10: Use `point-at-bol'.
16957
16958 2004-10-26 Simon Josefsson <jas@extundo.com>
16959
16960 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16961 <chenggao@gmail.com>.
16962
16963 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16964
16965 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16966 instead.
16967
16968 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16969
16970 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16971 to remove a server from the nnimap-server-buffer-alist.
16972 (nnimap-open-connection, nnimap-close-server): Use it.
16973
16974 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16975
16976 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16977
16978 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16979 running the major-mode function.
16980
16981 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16982
16983 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16984 dummy marks in the right way.
16985
16986 2004-10-18 David Edmondson <dme@dme.org>
16987
16988 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16989 excessively.
16990
16991 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16992
16993 * gnus-util.el (gnus-split-references): Accept a nil references
16994 string and go on blissfully.
16995
16996 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16997 cases where the references string is non-nil but has no references.
16998
16999 * encrypt.el: Add autoload tags.
17000
17001 * spam.el (spam-resolve-registrations-routine): Remove article
17002 from unregistration list too. Reported by David Hanak
17003 <dhanak@isis.vanderbilt.edu>
17004
17005 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17006
17007 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17008 nil. Change custom type.
17009
17010 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17011
17012 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17013
17014 * gnus-sum.el (gnus-summary-move-article): Use it.
17015
17016 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17017
17018 * encrypt.el: Add autoload cookies.
17019
17020 * spam.el (spam-backend-article-list-property)
17021 (spam-backend-get-article-todo-list)
17022 (spam-backend-put-article-todo-list)
17023 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17024 Resolve registrations separately.
17025 (spam-register-routine): Format comments.
17026 (spam-unregister-routine, spam-register-routine): Always call with
17027 specific-articles, no default list.
17028 (spam-summary-prepare-exit): Use the spam-classifications function.
17029
17030 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17031 gnus-encrypt.el.
17032
17033 * encrypt.el: Copied from gnus-encrypt.el.
17034
17035 * gnus-encrypt.el: Commented that it's obsolete.
17036
17037 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17038
17039 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17040 (gnus-score-save): Use it.
17041
17042 * message.el (message-bury): Use `window-dedicated-p'.
17043
17044 2004-10-15 Simon Josefsson <jas@extundo.com>
17045
17046 * pop3.el (top-level): Don't require nnheader.
17047 (pop3-read-timeout): Add.
17048 (pop3-accept-process-output): Add.
17049 (pop3-read-response, pop3-retr): Use it.
17050
17051 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17052
17053 * spam.el (spam-register-routine): Move comment.
17054 (spam-verify-bogofilter): Use 'unknown for the initial
17055 spam-bogofilter-valid state, not 'never.
17056
17057 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17058 for netrc-machine.
17059
17060 * nnimap.el (nnimap-open-connection):
17061 Use netrc-machine-user-or-password.
17062
17063 2004-10-17 Richard M. Stallman <rms@gnu.org>
17064
17065 * gnus-registry.el (gnus-registry-unload-hook):
17066 Set as a variable with add-hook.
17067
17068 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17069 of news-path.
17070
17071 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17072
17073 * spam.el: Delete duplicate `provide'.
17074 (spam-unload-hook): Set as a variable with add-hook.
17075
17076 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17077
17078 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17079 in the doc string.
17080
17081 * message.el (message-ignored-news-headers)
17082 (message-ignored-supersedes-headers)
17083 (message-ignored-resent-headers)
17084 (message-forward-ignored-headers): Improve custom type.
17085
17086 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17087
17088 * message.el (message-tokenize-header): Fix 2004-09-06 change
17089 which used point-min in the wrong place.
17090
17091 2004-10-12 Simon Josefsson <jas@extundo.com>
17092
17093 * tls.el (tls-certtool-program): New variable.
17094 (tls-certificate-information): New function, based on
17095 ssl-certificate-information.
17096
17097 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17098
17099 * compface.el: Move the version of ELisp-based uncompface program
17100 to the contrib directory because of the copyright problem.
17101
17102 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17103
17104 * message.el (message-kill-buffer): Raise the current frame.
17105
17106 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17107
17108 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17109
17110 * gnus.el (message-y-or-n-p): Autoload.
17111
17112 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17113 (pop3-password-required, pop3-authentication-scheme)
17114 (pop3-leave-mail-on-server): Make customizable.
17115 (pop3): New custom group.
17116 (pop3-retr): Remove `sleep-for' statements.
17117 Suggested by Dave Love <fx@gnu.org>.
17118
17119 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17120 Windows/DOS.
17121
17122 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17123 (imap-parse-body): Fix incorrect use of `assert'.
17124 Suggested by Dave Love <fx@gnu.org>.
17125
17126 * mml.el (mml-minibuffer-read-disposition): Require match.
17127 Suggested by Dave Love <fx@gnu.org>.
17128
17129 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17130
17131 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17132 doc string.
17133
17134 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17135
17136 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17137
17138 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17139
17140 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17141 instead of calling `mm-insert-inline', to decode text/* parts
17142 before displaying them.
17143
17144 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17145
17146 * mm-uu.el (mm-uu-text-plain-type): New variable.
17147 (mm-uu-pgp-signed-extract-1): Use it.
17148 (mm-uu-pgp-encrypted-extract-1): Use it.
17149 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17150 bind mm-uu-text-plain-type with that value.
17151 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17152 mm-uu-dissect.
17153
17154 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17155
17156 * gnus-group.el (gnus-update-group-mark-positions):
17157 * gnus-sum.el (gnus-update-summary-mark-positions):
17158 * message.el (message-check-news-body-syntax):
17159 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17160 of string-as-multibyte.
17161
17162 2004-10-05 Juri Linkov <juri@jurta.org>
17163
17164 * gnus-group.el (gnus-update-group-mark-positions):
17165 * gnus-sum.el (gnus-update-summary-mark-positions):
17166 * message.el (message-check-news-body-syntax):
17167 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17168 8-bit unibyte values to a multibyte string for search functions.
17169
17170 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17171
17172 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17173 (mm-uu-dissect-text-parts): New function.
17174
17175 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17176 dissect text parts.
17177
17178 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17179 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17180
17181 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17182
17183 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17184 Use gnus-current-topics instead of gnus-current-topic.
17185
17186 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17187
17188 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17189
17190 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17191
17192 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17193 where approriate.
17194
17195 * nnml.el (nnml-generate-active-info): do.
17196
17197 * nndiary.el (nndiary-generate-active-info): do.
17198
17199 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17200 (gnus-topic-move): do.
17201
17202 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17203 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17204
17205 * gnus-srvr.el (gnus-server-prepare)
17206 (gnus-server-open-all-servers): do.
17207
17208 * gnus-msg.el (gnus-summary-cancel-article)
17209 (gnus-summary-resend-message)
17210 (gnus-summary-mail-crosspost-complaint): do.
17211
17212 * gnus-move.el (gnus-change-server): do.
17213
17214 * gnus-group.el (gnus-group-unmark-all-groups)
17215 (gnus-group-set-current-level): do.
17216
17217 2004-10-04 Simon Josefsson <jas@extundo.com>
17218
17219 * message.el (message-generate-hashcash): Doc fix.
17220
17221 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17222
17223 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17224 avoid infinite recursion via gnus-get-function.
17225
17226 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17227
17228 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17229
17230 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17231
17232 * nnmail.el (nnmail-split-history): do.
17233
17234 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17235 (nnml-request-delete-group): do.
17236
17237 * nnslashdot.el (nnslashdot-read-groups): do.
17238
17239 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17240 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17241
17242 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17243 (nnspool-sift-nov-with-sed): Use last.
17244 (nnspool-retrieve-headers-with-nov): Use mapc.
17245 (nnspool-request-newgroups): Use dolist.
17246 (nnspool-request-group): Use last.
17247
17248 * nntp.el (nntp-read-server-type): Use dolist.
17249
17250 * nnvirtual.el (nnvirtual-create-mapping)
17251 (nnvirtual-update-read-and-marked): Use dolist.
17252 (nnvirtual-convert-headers): Simplify.
17253
17254 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17255
17256 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17257 Add support for sync'ing tick marks.
17258
17259 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17260
17261 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17262 there's no visible header.
17263
17264 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17265
17266 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17267 When necessary, pass full group name to gnus-request-set-marks.
17268
17269 2004-10-01 Simon Josefsson <jas@extundo.com>
17270
17271 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17272 acroread.
17273
17274 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17275
17276 * spam-report.el (spam-report-gmane): Fix interactive.
17277
17278 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17279
17280 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17281 when writing file.
17282 (gnus-agent-synchronize-flags): Don't default to being
17283 interactive.
17284
17285 2004-09-30 Simon Josefsson <jas@extundo.com>
17286
17287 * message.el (message-generate-hashcash): Add.
17288 (message-send-mail): Use it, call mail-add-payment.
17289
17290 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17291
17292 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17293
17294 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17295
17296 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17297 gnus-requst-update-info with explicit code to sync the in-memory
17298 info read flags with the marks being sync'd to the backend.
17299
17300 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17301
17302 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17303
17304 * spam.el (spam-verify-bogofilter): Add new function.
17305 (spam-check-bogofilter)
17306 (spam-bogofilter-register-with-bogofilter): Use it.
17307 (spam-verify-bogofilter): Add small fixes.
17308
17309 2004-09-28 Simon Josefsson <jas@extundo.com>
17310
17311 * hashcash.el (hashcash-generate-payment): Revert.
17312
17313 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17314
17315 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17316 Use gnus-extract-references instead of gnus-split-references.
17317
17318 * gnus-util.el (gnus-extract-references): Add new function, analogous
17319 to gnus-split-references but extracts only the message-ID without
17320 anything extra.
17321
17322 * hashcash.el (hashcash-generate-payment)
17323 (hashcash-check-payment): Do the right thing if hashcash-path is
17324 nil (because the hashcash program could not be found).
17325
17326 * spam.el (spam-use-hashcash): Remove comment.
17327
17328 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17329
17330 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17331 (gnus-cache-enter-article, gnus-cache-remove-article)
17332 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17333
17334 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17335
17336 * gnus-art.el (article-hide-boring-headers)
17337 (article-translate-strings, article-display-face)
17338 (gnus-article-mime-match-handle-first)
17339 (gnus-article-highlight-headers)
17340 (gnus-article-add-buttons-to-head): do.
17341
17342 2004-09-27 Simon Josefsson <jas@extundo.com>
17343
17344 * hashcash.el: New version, from
17345 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17346 ../contrib/.
17347
17348 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17349
17350 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17351
17352 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17353
17354 * gnus-dup.el (gnus-dup-open): Use mapc.
17355 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17356
17357 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17358 Reported by Stefan Wiens <s.wi@gmx.net>.
17359
17360 * gnus.el (gnus-shutdown): Use dolist.
17361
17362 * gnus-undo.el (gnus-undo): Use mapc.
17363
17364 * nnrss.el (nnrss-generate-active): do.
17365
17366 * message.el (message-cite-original-without-signature)
17367 (message-cite-original): Use mapc.
17368 (message-do-actions, message-make-forward-subject): Use dolist.
17369
17370 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17371
17372 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17373 deletion to remove entire duplicate line. Fixes merged article
17374 number bug.
17375
17376 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17377
17378 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17379 servers that are offline. Avoids having gnus-agent-toggle-plugged
17380 first ask if you want to open a server and then, even when you
17381 responded with no, asking if you want to synchronize the server's
17382 flags.
17383 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17384 multi-line expressions.
17385 (gnus-agent-synchronize-group-flags): New internal function.
17386 Updates marks in memory (in the info structure) AND in the
17387 backend.
17388
17389 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17390
17391 * nnagent.el (nnagent-request-set-mark):
17392 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17393 method, to ensure that synchronization updates marks in the
17394 backend and in the info (in memory) structure.
17395
17396 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17397
17398 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17399 convention fully; don't miss the root article of a thread; make
17400 the X-Draft-From header with correct article numbers.
17401
17402 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17403
17404 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17405 unless plugged. Disable the agent so that an open failure causes
17406 an error.
17407
17408 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17409 Revert 2004-09-21 change. The backend must be opened while
17410 synchronizing flags even when the backend stores the flags
17411 locally.
17412
17413 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17414
17415 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17416 in `header' match. Reported by Svend Tollak Munkejord.
17417
17418 * message.el (message-cite-original): Fix use of
17419 `message-cite-articles-with-x-no-archive'.
17420
17421 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17422
17423 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17424 (gnus-window-to-buffer): Ditto.
17425
17426 * mml.el (mml-preview-buffer): New variable.
17427 (mml-preview): Manage window layout with gnus-buffer-configuration.
17428
17429 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17430 X-Draft-From header even if those articles aren't quoted.
17431
17432 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17433
17434 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17435 (gnus-request-set-mark, gnus-request-update-mark): Use new
17436 g-s-t-u-l-m to decide to use backend even when unplugged.
17437
17438 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17439
17440 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17441 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17442
17443 2004-09-20 Simon Josefsson <jas@extundo.com>
17444
17445 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17446 "utf-16-le".
17447
17448 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17449
17450 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17451
17452 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17453
17454 * uudecode.el (uudecode-use-external): Add :version.
17455
17456 * smime.el (smime-CA-file, smime-encrypt-cipher)
17457 (smime-dns-server): Add :version.
17458
17459 * smiley.el (gnus-smiley-file-types): Add :version.
17460
17461 * sha1.el (sha1-use-external): Add :version.
17462
17463 * pgg-def.el (pgg-query-keyserver): Add :version.
17464
17465 * nnmail.el (nnmail-fancy-expiry-targets)
17466 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17467 Add :version.
17468
17469 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17470 (nnimap-retrieve-groups-asynchronous): Add :version.
17471 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17472
17473 * mml.el (mml-content-disposition-parameters)
17474 (mml-insert-mime-headers-always): Add :version.
17475
17476 * mm-util.el (mm-coding-system-priorities): Add :version.
17477
17478 * mm-decode.el (mm-inline-text-html-with-images)
17479 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17480 (mm-verify-option): Add :version.
17481 (mm-text-html-renderer): Change :version.
17482
17483 * message.el (message-fcc-externalize-attachments)
17484 (message-required-headers, message-draft-headers)
17485 (message-subject-trailing-was-query)
17486 (message-subject-trailing-was-ask-regexp)
17487 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17488 (message-mark-insert-end, message-archive-header)
17489 (message-archive-note, message-cross-post-default)
17490 (message-cross-post-note, message-followup-to-note)
17491 (message-cross-post-note-function, message-use-mail-followup-to)
17492 (message-subscribed-address-functions)
17493 (message-subscribed-address-file, message-subscribed-addresses)
17494 (message-subscribed-regexps, message-allow-no-recipients)
17495 (message-yank-cited-prefix, message-signature-insert-empty-line)
17496 (message-hidden-headers, message-hierarchical-addresses)
17497 (message-mail-user-agent, message-use-idna)
17498 (message-valid-fqdn-regexp)
17499 (message-strip-special-text-properties, message-header-synonyms)
17500 (message-beginning-of-line, message-tab-body-function): Add :version.
17501 (message-insert-canlock, message-wide-reply-confirm-recipients):
17502 Change :version.
17503
17504 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17505 and :version.
17506 (mail-source-delete-old-incoming-confirm)
17507 (mail-source-movemail-program): Add :version.
17508
17509 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17510 (gnus-agent-cache, gnus-agent): Change :version.
17511
17512 * gnus-util.el (gnus-use-byte-compile): Change :version.
17513
17514 * gnus-sum.el (gnus-summary-make-false-root-always)
17515 (gnus-summary-default-high-score)
17516 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17517 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17518 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17519 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17520 (gnus-sum-thread-tree-single-indent)
17521 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17522 (gnus-sum-thread-tree-leaf-with-other)
17523 (gnus-sum-thread-tree-single-leaf): Add :version.
17524 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17525 (gnus-article-loose-mime): Change :version.
17526
17527 * gnus-start.el (gnus-backup-startup-file)
17528 (gnus-save-startup-file-via-temp-buffer): Add :version.
17529
17530 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17531 (gnus-server-offline-face): Add :version.
17532
17533 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17534
17535 * gnus-msg.el (gnus-gcc-externalize-attachments)
17536 (gnus-debug-files, gnus-debug-exclude-variables)
17537 (gnus-discouraged-post-methods): Change :version.
17538 (gnus-confirm-mail-reply-to-news)
17539 (gnus-confirm-treat-mail-like-news): Add :version.
17540
17541 * gnus-int.el (gnus-server-unopen-status): Add :version.
17542
17543 * gnus-group.el (gnus-group-jump-to-group-prompt)
17544 (gnus-large-ephemeral-newsgroup)
17545 (gnus-fetch-old-ephemeral-headers): Add :version.
17546
17547 * gnus-fun.el (gnus-x-face-directory)
17548 (gnus-convert-pbm-to-x-face-command)
17549 (gnus-convert-image-to-x-face-command)
17550 (gnus-convert-image-to-face-command): Add :version.
17551
17552 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17553
17554 * gnus-cite.el (gnus-cite-blank-line-after-header)
17555 (gnus-article-boring-faces): Add :version.
17556
17557 * gnus-art.el (gnus-buttonized-mime-types)
17558 (gnus-inhibit-mime-unbuttonizing)
17559 (gnus-treat-display-face)
17560 (gnus-treat-body-boundary): Change :version.
17561 (gnus-body-boundary-delimiter, gnus-picon-databases)
17562 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17563 (gnus-treat-date-english, gnus-treat-fold-headers)
17564 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17565 (gnus-treat-mail-picon, gnus-treat-wash-html)
17566 (gnus-article-encrypt-protocol)
17567 (gnus-use-idna, gnus-article-over-scroll)
17568 (gnus-mime-display-multipart-alternative-as-mixed)
17569 (gnus-mime-display-multipart-related-as-mixed)
17570 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17571 (gnus-ctan-url, gnus-button-ctan-handler)
17572 (gnus-button-handle-ctan-bogus-regexp)
17573 (gnus-button-ctan-directory-regexp)
17574 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17575 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17576 (gnus-button-man-level, gnus-button-emacs-level)
17577 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17578
17579 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17580 (gnus-agent-go-online): Change :version.
17581 (gnus-agent-expire-unagentized-dirs)
17582 (gnus-agent-auto-agentize-methods): Add :version.
17583
17584 * flow-fill.el (fill-flowed-display-column)
17585 (fill-flowed-encode-column): Add :version.
17586
17587 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17588 (gnus-outlook-deuglify-unwrap-max)
17589 (gnus-outlook-deuglify-cite-marks)
17590 (gnus-outlook-deuglify-unwrap-stop-chars)
17591 (gnus-outlook-deuglify-no-wrap-chars)
17592 (gnus-outlook-deuglify-attrib-cut-regexp)
17593 (gnus-outlook-deuglify-attrib-verb-regexp)
17594 (gnus-outlook-deuglify-attrib-end-regexp)
17595 (gnus-outlook-display-hook): Add :version.
17596
17597 * binhex.el (binhex-use-external): Add :version.
17598
17599 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17600
17601 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17602 and `invisible'.
17603
17604 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17605
17606 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17607 in gnus-registry-trim.
17608
17609 2004-09-13 Simon Josefsson <jas@extundo.com>
17610
17611 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17612
17613 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17614
17615 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17616 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17617 <yamaoka@jpl.org>.
17618 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17619 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17620 <yamaoka@jpl.org>.
17621
17622 * sieve.el (sieve-manage-mode): Ditto.
17623
17624 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17625
17626 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17627
17628 2004-09-11 Simon Josefsson <jas@extundo.com>
17629
17630 * dns-mode.el: Add.
17631
17632 * mm-view.el (mm-display-dns-inline): Add.
17633
17634 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17635 (mm-automatic-display): Ditto.
17636
17637 * mailcap.el (mailcap-mime-data): Add text/dns.
17638 (mailcap-mime-extensions): Map .soa to text/dns.
17639
17640 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17641
17642 * gnus-art.el (article-decode-mime-words, article-babel)
17643 (gnus-article-highlight-signature, gnus-article-add-buttons)
17644 (gnus-signature-toggle): Remove unnecessary bindings of
17645 `inhibit-read-only' inherited from v5.10 merge.
17646
17647 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17648
17649 * nntp.el (nntp): New customization group.
17650 (nntp-authinfo-file): Add customization group.
17651
17652 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17653
17654 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17655
17656 * gnus.el (to-address, to-list, subscribed)
17657 (large-newsgroup-initial): Ditto.
17658
17659 * flow-fill.el (fill-flowed-display-column)
17660 (fill-flowed-encode-column): Ditto.
17661
17662 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17663
17664 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17665 Use point-min rather than 1.
17666 (message-send-mail): Use buffer-size rather than point-max.
17667
17668 * gnus-sum.el (gnus-summary-search-article-forward):
17669 Signal a specific `search-failed' rather than a generic `error'.
17670
17671 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17672 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17673 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17674
17675 2004-09-10 Simon Josefsson <jas@extundo.com>
17676
17677 * nndb.el (require): Remove tcp and duplicate cl.
17678
17679 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17680
17681 * gnus-agent.el (directory-files-and-attributes): Move forward.
17682
17683 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17684
17685 * gnus-agent.el (directory-files-and-attributes):
17686 Optionally defined to support XEmacs.
17687
17688 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17689
17690 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17691 to avoid run-time CL dependencies.
17692 (gnus-agent-unfetch-articles): New function.
17693 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17694 article numbers even when local .overview file is missing.
17695 (gnus-agent-read-article-number): New function. Only accepts
17696 27-bit article numbers.
17697 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17698 Use gnus-agent-read-article-number.
17699 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17700 from backend while recognizing that article numbers in .overview
17701 must be valid.
17702 (gnus-agent-update-files-total-fetched-for):
17703 Use directory-files-and-attributes to improve performance.
17704 * gnus-int.el (gnus-request-move-article):
17705 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17706 improve performance.
17707
17708 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17709 some users confused by references to .newsrc when they only have a
17710 .newsrc.eld file.
17711 (gnus-convert-mark-converter-prompt)
17712 (gnus-convert-converter-needs-prompt): Fix use of property list.
17713 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17714 New function. Used internally to only display 'gnus converting
17715 files' message when actually necessary.
17716
17717 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17718 methods now autoloaded.
17719
17720 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17721
17722 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17723 identifiers.
17724
17725 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17726
17727 * gnus-picon.el: Fix indentation and closing parenthesis.
17728
17729 2004-09-01 Simon Josefsson <jas@extundo.com>
17730
17731 * message.el (message-canlock-generate): Require sha1, not
17732 sha1-el. (Can we get rid of this require altogether? It is ugly
17733 to require within a function. Sadly, if sha1.el isn't loaded, the
17734 let binding in m-c-g will hide the defcustom definition, which is
17735 bad.)
17736
17737 * canlock.el: Require sha1, not sha1-el.
17738
17739 * message.el: Don't autoload sha1 (there is a autoload cookie in
17740 sha1.el).
17741
17742 * sha1-el.el: Rename to sha1.el.
17743
17744 2004-08-30 Juanma Barranquero <lektu@terra.es>
17745
17746 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17747
17748 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17749
17750 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17751
17752 2004-08-30 Kim F. Storm <storm@cua.dk>
17753
17754 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17755
17756 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17757 Add :group 'nnimap.
17758
17759 2004-08-30 Andreas Schwab <schwab@suse.de>
17760
17761 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17762 ?* and ?\;.
17763
17764 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17765 and ?\' to symbol instead of whitespace.
17766
17767 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17768
17769 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17770
17771 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17772 instead of re-search-forward.
17773
17774 * gnus-uu.el (gnus-uu-save-article): Ditto.
17775 (gnus-uu-post-encode-uuencode): Ditto.
17776
17777 * html2text.el (html2text-clean-list-items): Ditto.
17778 (html2text-clean-dtdd): Ditto.
17779 (html2text-format-tags): Ditto.
17780
17781 * message.el (message-send-mail-with-sendmail): Fix regexp.
17782 (message-fill-field-general): Use search-forward instead of
17783 re-search-forward.
17784 (unbold-region): Ditto.
17785
17786 * nnrss.el (nnrss-request-article): Ditto.
17787
17788 * nnslashdot.el (nnslashdot-request-article): Ditto.
17789
17790 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17791
17792 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17793 "Unrecognized menu descriptor" error in XEmacs.
17794
17795 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17796
17797 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17798 parent article of a sparse article in the thread hashtb.
17799
17800 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17801
17802 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17803 (nnmail-expand-newtext): Lowercase expanded entries if
17804 nnmail-split-lowercase-expanded is non-nil.
17805
17806 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17807
17808 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17809
17810 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17811 of gnus-tmp-news-method into string under XEmacs. It will be
17812 passed to gnus-correct-length which takes only a string argument.
17813
17814 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17815
17816 * gnus-util.el (gnus-bind-print-variables): New macro.
17817 (gnus-prin1): Use it.
17818 (gnus-prin1-to-string): Use it.
17819 (gnus-pp): New function.
17820 (gnus-pp-to-string): New function.
17821
17822 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17823 Replace pp-to-string with gnus-pp-to-string.
17824 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17825 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17826 * gnus-msg.el (gnus-debug): Ditto.
17827 * gnus-score.el (gnus-score-save): Ditto.
17828 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17829 gnus-pp-to-string.
17830 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17831 with gnus-pp.
17832 * score-mode.el (gnus-score-pretty-print): Ditto.
17833 * webmail.el (webmail-debug): Ditto.
17834
17835 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17836
17837 * gnus-art.el (article-display-face, article-display-x-face):
17838 Use buffer-read-only.
17839
17840 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17841
17842 * gnus-art.el (article-hide-list-identifiers):
17843 Bind inhibit-read-only as t.
17844
17845 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17846
17847 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17848
17849 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17850
17851 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17852 (gnus-narrow-to-page): Don't assume point-min == 1.
17853 (gnus-article-edit-mode): Derive from message-mode.
17854
17855 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17856 point-min == 1.
17857
17858 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17859 Disable incorrect use of `assert'.
17860
17861 * message.el (message-mode): Set comment-start-skip.
17862
17863 2004-08-22 Sam Steingold <sds@gnu.org>
17864
17865 * pop3.el (pop3-leave-mail-on-server): New user variable.
17866 (pop3-movemail): Delete mail only when it is nil.
17867
17868 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17869
17870 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17871
17872 * mml.el (mml-preview): Use `pop-to-buffer'.
17873
17874 * message.el (message-goto-mail-followup-to): Insert after "To".
17875 (message-carefully-insert-headers): Add comment.
17876
17877 * gnus.el: Remove unused variable `gnus-article-check-size'.
17878
17879 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17880
17881 * gnus-art.el (gnus-button-alist):
17882 Improve `gnus-button-handle-library' entry.
17883
17884 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17885
17886 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17887 Use downcase, since XEmacs capitalizes error messages differently.
17888
17889 2004-08-18 Jesper Harder <harder@ifa.au.dk>
17890
17891 * nntp.el: Add (require 'gnus) due to reference to
17892 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17893
17894 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
17895
17896 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17897 Bind `mm-fill-flowed'.
17898
17899 * mm-decode.el (mm-dissect-singlepart): Check it.
17900
17901 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17902
17903 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17904 'imap' for netrc parsing.
17905
17906 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17907
17908 * mailcap.el (mailcap-mime-data): Mark as risky.
17909
17910 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17911
17912 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17913 may be included in the encoded word.
17914 (rfc2047-encode): Don't append a space if the encoded word
17915 includes close parenthesis.
17916
17917 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17918
17919 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17920 of text within parentheses.
17921
17922 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17923
17924 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17925 (gnus-encrypt-write-file-contents): Make the password key the file
17926 name PLUS the cipher, not just the cipher. Also remove failed
17927 passwords from the cache.
17928
17929 2004-08-06 Simon Josefsson <jas@extundo.com>
17930
17931 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17932 Doc fix.
17933
17934 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17935
17936 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17937 LWSP.
17938
17939 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17940
17941 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17942 Try to append in-reply-to: data to the references: header.
17943
17944 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17945 (netrc-parse): Use gnus-encrypt.el functions.
17946
17947 * gnus-encrypt.el: Add new file for encryption support; currently
17948 does only a few GPG ciphers and an internal XOR cipher.
17949
17950 * password.el: Add comments on using password-read-and-add.
17951 (password-read-and-add): Add function to read and add the
17952 password to the cache at once.
17953
17954 2004-07-28 Simon Josefsson <jas@extundo.com>
17955
17956 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17957 parameter (but don't use it, for now).
17958
17959 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17960 instead of hard coding to nil.
17961
17962 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17963
17964 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17965 as mm-inline-image-xemacs does.
17966
17967 2004-07-26 Simon Josefsson <jas@extundo.com>
17968
17969 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17970 Revert part of 2004-07-17 change below.
17971
17972 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17973
17974 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17975 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17976
17977 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17978
17979 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17980 quotes that actually start with ">" at the beginning of the
17981 lines.
17982
17983 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17984
17985 * rfc2047.el (rfc2047-encode-region): Fix last change.
17986 (rfc2047-encode-parameter): Remove useless concat.
17987
17988 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17989
17990 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17991 encode special characters; fix some kind of misconfigured headers;
17992 signal a real error if debug-on-quit or debug-on-error is non-nil.
17993 (rfc2047-encode-max-chars): New variable.
17994 (rfc2047-encode-1): Use it.
17995 (rfc2047-encode-parameter): New function.
17996
17997 * mml.el (mml-insert-parameter): Remove an excessive space.
17998
17999 2004-07-17 Simon Josefsson <jas@extundo.com>
18000
18001 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18002 Kai Grossjohann <kai@emptydomain.de>.
18003 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18004 (gnus-group-make-menu-bar): Ditto.
18005
18006 * gnus-util.el (gnus-group-server): Add.
18007
18008 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18009
18010 * message.el (message-clone-locals): Clone sendmail and smtp
18011 variables.
18012
18013 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18014
18015 * rfc2047.el (rfc2047-encode-region): Fix last change.
18016
18017 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18018
18019 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18020 characters as non-special.
18021
18022 2004-07-09 Simon Josefsson <jas@extundo.com>
18023
18024 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18025 Users will lose all flag changes made while unplugged with
18026 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18027 good default. See numerous reports on ding mailing list.
18028
18029 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18030
18031 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18032 add generate-head-function and generate-article-function to the
18033 rfc822-forward entry.
18034 (nndoc-rfc822-forward-generate-article): New function.
18035 (nndoc-rfc822-forward-generate-head): New function.
18036
18037 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18038
18039 2004-07-06 Dan Christensen <jdc@uwo.ca>
18040
18041 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18042 respect display group parameter and gnus-summary-expunge-below.
18043 (gnus-articles-to-read): Remove unused reference to display group
18044 parameter.
18045
18046 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18047
18048 * nnheader.el (nnheader-uniquify-message-id): New experimental
18049 variable.
18050 (nnheader-nov-read-message-id): Use it.
18051
18052 * spam-report.el (spam-report-gmane): Add interactive.
18053
18054 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18055
18056 * mm-encode.el (mm-content-transfer-encoding-defaults):
18057 Use qp-or-base64 for the application/* types.
18058
18059 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18060
18061 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18062
18063 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18064
18065 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18066 trim value.
18067
18068 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18069
18070 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18071 New macro and function.
18072 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18073
18074 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18075
18076 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18077 after-load-alist.
18078
18079 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18080
18081 * gnus-group.el (gnus-group-get-new-news-this-group):
18082 Don't update info that isn't there.
18083
18084 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18085
18086 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18087 entry.
18088
18089 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18090
18091 * mm-view.el (mm-inline-render-with-function): Use multibyte
18092 buffer; decode html source by charset.
18093
18094 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18095
18096 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18097 Mule-UCS is loaded under XEmacs.
18098 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18099
18100 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18101
18102 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18103
18104 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18105
18106 * mm-util.el (mm-coding-system-p): Return a coding-system.
18107 (mm-mime-mule-charset-alist): Use shift_jis instead of
18108 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18109 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18110 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18111 instead of japanese-shift-jis and iso-latin-1 respectively in
18112 order to share the default value with both Emacs and XEmacs-mule.
18113 (mm-mule-charset-to-mime-charset):
18114 Make mm-coding-system-priorities effective.
18115 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18116 while predicating of candidates upon the priorities.
18117
18118 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18119
18120 * gnus-sum.el (gnus-summary-make-menu-bar):
18121 Add gnus-uu-invert-processable.
18122
18123 * gnus.el: Autoload gnus-uu-invert-processable.
18124
18125 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18126
18127 * mm-util.el (mm-with-multibyte-buffer): New macro.
18128
18129 * rfc2047.el (rfc2047-encode-string): Use it.
18130 (rfc2047-encode-region): Move point to the end of the region after
18131 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18132
18133 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18134
18135 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18136 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18137
18138 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18139
18140 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18141 (gnus-cite-parse): Ignore quoted envelope From_.
18142 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18143
18144 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18145
18146 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18147 invalid addresses.
18148
18149 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18150
18151 * spam.el: Change section markers, revise TODO list.
18152 (spam-backends): Make new master list of all installed backends.
18153 (spam-summary-exit-behavior): Add new variable to determine how
18154 messages moves are done at summary exit.
18155 (spam-move-spam-nonspam-groups-only)
18156 (spam-process-ham-in-nonham-groups)
18157 (spam-process-ham-in-spam-groups): Remove variables, the
18158 spam-summary-exit-behavior variable should be used to manage this
18159 behavior.
18160 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18161 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18162 and spam-old-spam-articles.
18163 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18164 Add empty variables, placeholders for the backends they represent.
18165 (spam-set-difference): Move, unchanged.
18166 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18167 unless the user has a processor variable.
18168 (spam-classifications, spam-classification-valid-p)
18169 (spam-backend-properties, spam-backend-property-valid-p)
18170 (spam-backend-function-type-valid-p)
18171 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18172 (spam-report-articles-gmane, spam-report-articles-resend):
18173 Remove functions, they are not needed.
18174 (spam-install-backend-super, spam-backend-list)
18175 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18176 (spam-backend-function, spam-backend-ham-registration-function)
18177 (spam-backend-spam-registration-function)
18178 (spam-backend-ham-unregistration-function)
18179 (spam-backend-spam-unregistration-function)
18180 (spam-backend-statistical-p, spam-backend-mover-p)
18181 (spam-install-backend-alias, spam-install-checkonly-backend)
18182 (spam-install-mover-backend, spam-install-nocheck-backend)
18183 (spam-install-backend, spam-install-statistical-backend)
18184 (spam-install-statistical-checkonly-backend): Add backend installation
18185 support.
18186 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18187 (spam-group-processor-p): Use the new backend code and respect the
18188 summary exit behavior.
18189 (spam-mark-spam-as-expired-and-move-routine): Remove.
18190 (spam-summary-prepare): Change to use the new spam-old-articles
18191 variable.
18192 (spam-copy-or-move-routine, spam-copy-spam-routine)
18193 (spam-move-spam-routine, spam-copy-ham-routine)
18194 (spam-move-ham-routine): Add code to copy/move ham or spam.
18195 (spam-fetch-field-fast): Improve doc and code, plus allow the
18196 'number request.
18197 (spam-list-of-checks, spam-list-of-statistical-checks):
18198 Remove variables.
18199 (spam-split, spam-find-spam): Use the new backend code.
18200 (spam-registration-functions): Remove variable.
18201 (spam-unregister-routine): Add convenience wrapper.
18202 (spam-log-undo-registration, spam-register-routine)
18203 (spam-log-processing-to-registry)
18204 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18205 where possible.
18206 (spam-check-gmane-xref, spam-check-regex-headers)
18207 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18208 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18209 (spam-check-bogofilter-headers, spam-check-spamoracle)
18210 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18211 (spam-check-crm114-headers): Use the spam-split-group that
18212 spam-split prepares, no need to determine it every time.
18213
18214 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18215 to the nnheader-parse-naked-head call.
18216
18217 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18218
18219 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18220 the nnheader-nov-read-message-id call.
18221
18222 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18223
18224 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18225 gnus-activate-group twice. Suggested by Markus Peter
18226 <warp@spin.de>.
18227
18228 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18229
18230 * gnus-art.el (gnus-article-time-format): Exchange the order of
18231 day and month in the default value; fix customization type.
18232 (article-date-ut): Use add-text-properties.
18233 (article-make-date-line): Use message-make-date instead of
18234 current-time-string.
18235
18236 * message.el (message-fetch-field): Don't use set-text-properties.
18237 (message-make-date): Simplify.
18238
18239 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18240
18241 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18242 (rfc2047-encode-region): Treat text within parentheses as special;
18243 show the original text when error has occurred.
18244
18245 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18246 already-computed method to gnus-activate-group.
18247
18248 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18249 same select-methods identical Lisp objects.
18250
18251 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18252 object when modifying the info.
18253
18254 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18255
18256 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18257 gnus-opened-servers since it has never been opened with the new
18258 configuration yet.
18259
18260 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18261
18262 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18263 arg to nnheader-generate-fake-message-id.
18264
18265 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18266
18267 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18268 number and build a fake message ID localized to a group and
18269 article number (so it's repeatable from that point on).
18270 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18271 ID format.
18272
18273 * gnus-sum.el (gnus-get-newsgroup-headers):
18274 Call nnheader-generate-fake-message-id with the article number.
18275
18276 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18277
18278 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18279 end-of-buffer.
18280
18281 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18282
18283 * message.el (message-ignored-supersedes-headers): Add Approved.
18284
18285 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18286
18287 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18288 goto-char.
18289 (rfc2047-encode): Fold the line before encoding.
18290
18291 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18292
18293 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18294 folding -- not all headers can be folded, and this should be done
18295 by the message composition mode. Probably. I think.
18296
18297 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18298
18299 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18300 fast.
18301
18302 * gnus-ems.el (gnus-remove-image): Don't use
18303 message-text-with-property; remove only the image found first.
18304
18305 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18306
18307 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18308
18309 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18310
18311 * message.el (message-text-with-property): Make it fast and accept
18312 optional arguments.
18313 (message-strip-forbidden-properties): Use it.
18314 (message-fix-before-sending): Follow the m-t-w-p change.
18315
18316 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18317
18318 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18319
18320 * gnus-art.el (article-hide-headers): Don't change the buffer
18321 mistakenly when performing mml-preview even if
18322 gnus-single-article-buffer is nil.
18323
18324 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18325
18326 * message.el (message-expand-name-databases): New user option.
18327 (message-expand-name): Use it.
18328
18329 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18330
18331 * spam.el (spam-report-articles-resend)
18332 (spam-report-resend-register-routine): Allow ham reporting.
18333 (spam-report-resend-register-ham-routine): Add wrapper.
18334 (spam-registration-functions): Add ham resending functions.
18335 (spam-list-of-processors): Add ham resend processor.
18336
18337 * gnus.el (ham-resend-to): Add new group parameter.
18338 (spam-process): Add ham resend option.
18339
18340 * spam-report.el (spam-report-resend): Allow reporting ham.
18341 (spam-report-resend-ham): Add wrapper.
18342
18343 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18344
18345 * message.el (message-cite-articles-with-x-no-archive):
18346 New variable.
18347 (message-cite-original): Use it.
18348
18349 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18350
18351 * message.el (message-cite-original): Respect X-No-Archive.
18352
18353 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18354
18355 * gnus-art.el (article-hide-headers): Refer to the values for
18356 gnus-ignored-headers and gnus-visible-headers in the summary
18357 buffer since a user may have set them as group parameters.
18358
18359 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18360
18361 * assistant.el (assistant-node-name): Add convenience function.
18362 (assistant-render-text, assistant-render-node): Add error handling,
18363 plus handle multiple next nodes.
18364 (assistant-find-next-node): Comment out for now.
18365 (assistant-find-next-nodes): Add function, returns list of next
18366 nodes.
18367
18368 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18369
18370 * mail-source.el (mail-source-directory): Fix doc-string.
18371
18372 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18373
18374 * assistant.el (assistant-render-text, assistant-eval): Add :set
18375 widget type, which is different because it takes and returns a
18376 list. Much hilarity ensues.
18377
18378 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18379
18380 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18381
18382 * gnus-group.el (gnus-group-get-new-news-this-group):
18383 Add doc-string.
18384
18385 * gnus-start.el (gnus-activate-group): Add doc-string.
18386
18387 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18388
18389 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18390
18391 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18392
18393 * assistant.el (assistant-render-text): Try to add a :set
18394 widget, more to come.
18395
18396 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18397 strings.
18398 (spam-report-articles-resend)
18399 (spam-register-routine): Do registration iff any articles warrant
18400 it.
18401 (spam-summary-prepare-exit): Change log message for nil group
18402 destinations.
18403
18404 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18405
18406 * spam.el (spam-report-resend-register-routine):
18407 Allow spam-report-resend-to to be a group parameter or a global value.
18408
18409 2004-05-26 Simon Josefsson <jas@extundo.com>
18410
18411 * starttls.el: Merge with my GNUTLS based starttls.el.
18412 (starttls-gnutls-program, starttls-use-gnutls)
18413 (starttls-extra-arguments, starttls-process-connection-type)
18414 (starttls-connect, starttls-failure, starttls-success):
18415 New variables.
18416 (starttls-program, starttls-extra-args): Doc fix.
18417 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18418 New functions.
18419 (starttls-negotiate, starttls-open-stream):
18420 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18421 function if it is set.
18422
18423 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18424
18425 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18426 structured fields.
18427
18428 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18429
18430 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18431
18432 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18433
18434 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18435 Add variable.
18436 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18437 assigning the spam-mark to new messages.
18438
18439 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18440
18441 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18442
18443 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18444
18445 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18446 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18447 default.
18448
18449 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18450
18451 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18452 correct data.
18453
18454 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18455
18456 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18457 (spam-group-processor-p): Fix function.
18458 (spam-group-processor-multiple-p)
18459 (spam-group-spam-processor-report-gmane-p)
18460 (spam-group-spam-processor-report-resend-p)
18461 (spam-group-spam-processor-bogofilter-p)
18462 (spam-group-spam-processor-blacklist-p)
18463 (spam-group-spam-processor-ifile-p)
18464 (spam-group-ham-processor-ifile-p)
18465 (spam-group-spam-processor-spamoracle-p)
18466 (spam-group-spam-processor-crm114-p)
18467 (spam-group-ham-processor-bogofilter-p)
18468 (spam-group-spam-processor-stat-p)
18469 (spam-group-ham-processor-stat-p)
18470 (spam-group-ham-processor-whitelist-p)
18471 (spam-group-ham-processor-BBDB-p)
18472 (spam-group-ham-processor-spamoracle-p)
18473 (spam-group-ham-processor-copy-p): Remove functions with some
18474 prejudice against unneeded code.
18475 (spam-report-articles-resend)
18476 (spam-report-resend-register-routine): Allow the group/topic
18477 spam-resend-to value to override spam-report-resend-to.
18478 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18479 properly now.
18480
18481 * gnus.el (spam-resend-to): Add group/topic parameter.
18482 (spam-process): Move the OBSOLETE processors to the end of the
18483 choices.
18484
18485 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18486
18487 * spam-report.el (spam-report-resend-to, spam-report-resend):
18488 Start with resend-to set to nil, and then ask the user if necessary.
18489 (spam-report-resend): spam-report-resend takes a list of articles, not
18490 separate article numbers.
18491
18492 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18493
18494 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18495 addition to emacs-w3m.
18496
18497 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18498
18499 * assistant.el (assistant-authinfo-data): New function.
18500 (assistant-eval): Eval for entire assistant.
18501
18502 * netrc.el (netrc-services-file): New variable.
18503 (netrc-parse-services): New function.
18504 (netrc-find-service-name): New function.
18505 (netrc-find-service-number): New function.
18506 (netrc-port-equal): New function.
18507 (netrc-machine): Use it.
18508
18509 * nnimap.el (nnimap-open-connection): Use netrc.
18510
18511 * gnus-util.el (gnus-netrc-get): Remove aliases.
18512
18513 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18514
18515 * assistant.el (wid-edit): Fix compilation.
18516
18517 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18518
18519 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18520
18521 * gnus-util.el (gnus-set-file-modes): New function. (small
18522 patch).
18523
18524 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18525
18526 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18527
18528 * assistant.el (assistant-render-node): Fix up rendering and
18529 read-only text.
18530 (assistant-render-node): Reset.
18531 (assistant-make-read-only): Not sticky.
18532
18533 2004-05-20 Danny Siu <dsiu@adobe.com>
18534
18535 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18536 centered even when gnus-auto-center-summary is t
18537
18538 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18539
18540 * dns.el (dns-get-txt-answer): New function.
18541 (dns-read-txt): Ditto.
18542 (query-dns): Use it.
18543
18544 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18545
18546 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18547 active for foreign groups even if the group level is higher than
18548 the specified value.
18549
18550 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18551
18552 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18553 non-active groups.
18554
18555 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18556
18557 2004-05-20 Magnus Henoch <mange@freemail.hu>
18558
18559 * dns.el (dns-read-type): Add support for SVR. (small patch)
18560
18561 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18562
18563 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18564 (spam-crm114-header, spam-crm114-spam-switch)
18565 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18566 (spam-crm114-positive-spam-header)
18567 (spam-crm114-database-directory, spam-list-of-processors)
18568 (spam-group-spam-processor-crm114-p)
18569 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18570 (spam-generic-score, spam-list-of-checks)
18571 (spam-list-of-statistical-checks, spam-registration-functions)
18572 (spam-check-crm114-headers, spam-crm114-score)
18573 (spam-check-crm114, spam-crm114-register-with-crm114)
18574 (spam-crm114-register-spam-routine)
18575 (spam-crm114-unregister-spam-routine)
18576 (spam-crm114-register-ham-routine)
18577 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18578 From asjo@koldfront.dk (Adam Sjøgren).
18579
18580 * gnus.el: Add spam-use-crm114.
18581
18582 * spam.el (spam-list-of-processors, spam-registration-functions):
18583 Add spam-use-resend.
18584 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18585 (spam-report-articles-gmane): Add doc fix.
18586 (spam-report-articles-resend, spam-report-resend-register-routine):
18587 Add wrappers around spam-report-resend-to.
18588
18589 * spam-report.el (spam-report-resend-to, spam-report-resend):
18590 Add support for resending spam.
18591 (spam-report-gmane): Fix line length >80.
18592
18593 * gnus.el (spam-process): Add spam-use-resend.
18594
18595 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18596
18597 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18598 number of processed spam messages.
18599 (spam-ham-copy-or-move-routine): Return the number of processed
18600 ham messages.
18601 (spam-summary-prepare-exit): Use the above values to decide
18602 whether status messages shouled be displayed.
18603
18604 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18605
18606 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18607 `rfc2047-encoding-function-alist' in order to avoid conflicting
18608 with the old version.
18609 (rfc2047-encode-region): Concatenate words containing non-ASCII
18610 characters in structured fields; don't encode space-delimited
18611 ASCII words even in unstructured fields; don't break words at
18612 char-category boundaries.
18613 (rfc2047-encode-1): New function.
18614 (rfc2047-encode): Use it; encode text so that it occupies the
18615 maximum width within 76-column; work correctly on Q encoding for
18616 iso-2022-* charsets.
18617 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18618 sure not to break a line just after the header name.
18619 (rfc2047-b-encode-region): Remove.
18620 (rfc2047-b-encode-string): New function.
18621 (rfc2047-q-encode-region): Remove.
18622 (rfc2047-q-encode-string): New function.
18623
18624 * mm-util.el (mm-replace-in-string): New function.
18625
18626 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18627
18628 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18629 Really get it right.
18630 (gnus-inews-make-draft): Really.
18631
18632 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18633
18634 * nnmh.el (nnmh-request-list-1): Don't check the link count
18635 before descending. (small patch)
18636
18637 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18638
18639 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18640 stuff.
18641
18642 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18643 Match on real group name.
18644
18645 * gnus-art.el (gnus-signature-limit): Doc fix.
18646
18647 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18648
18649 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18650
18651 * gnus-draft.el (gnus-draft-send):
18652 Bind rfc2047-encode-encoded-words.
18653
18654 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18655 (rfc2047-encodable-p): Say that =? needs encoding.
18656 (rfc2047-encode-encoded-words): New variable.
18657
18658 * gnus-group.el (gnus-group-select-group): Doc fix.
18659
18660 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18661
18662 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18663 to nil.
18664
18665 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18666
18667 * nnheader.el (nnheader-get-lines-and-char): New function.
18668
18669 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18670
18671 * gnus-msg.el (gnus-summary-followup-with-original):
18672 Document yanking of region when active.
18673
18674 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18675
18676 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18677 groups if the group level is higher than the specified value.
18678
18679 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18680
18681 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18682 (gnus-group-jump-to-group): Add prefix argument using
18683 `gnus-group-jump-to-group-prompt'. Query before jumping to
18684 non-active group.
18685
18686 * compface.el (uncompface): Be verbose when changing
18687 `uncompface-use-external'.
18688
18689 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18690 handle manual section.
18691
18692 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18693
18694 * gnus-art.el (gnus-button-alist): Revert previous change.
18695
18696 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18697
18698 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18699
18700 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18701
18702 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18703 whether backend can accept message.
18704
18705 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18706
18707 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18708
18709 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18710 Avoid creating directory when nntp-marks-is-evil is true.
18711 Reported by Reiner Steib.
18712
18713 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18714
18715 * gnus-picon.el (gnus-picon-style): New variable.
18716 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18717 (gnus-picon-transform-address): Support `gnus-picon-style'.
18718 From Jesper Harder <harder@ifa.au.dk>.
18719
18720 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18721
18722 * message.el (message-fill-field): Return point.
18723 (message-generate-headers): Go to end of field.
18724
18725 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18726 stuff for non-living groups.
18727
18728 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18729
18730 * gnus-art.el (gnus-article-followup-with-original)
18731 (gnus-article-reply-with-original): gnus-mark-active-p ->
18732 gnus-region-active-p.
18733
18734 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18735
18736 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18737 only when there is spam or ham to be processed.
18738
18739 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18740
18741 * mail-source.el (mail-source-delete-crash-box): Refactor.
18742 (mail-source-fetch): Use it.
18743 (mail-source-fetch-file): Ditto.
18744 (mail-source-fetch-directory): Run postscript in loop.
18745 (mail-source-fetch-pop): Delete.
18746 (mail-source-fetch-maildir): Ditto.
18747 (mail-source-fetch-imap): Ditto.
18748
18749 * imap.el (imap-authenticators): Comment out sasl.
18750
18751 * message.el (message-skip-to-next-address): New function.
18752 (message-fill-header-address): Refactor.
18753 (message-fill-address): Use it.
18754 (message-delete-address): Use it.
18755 (message-fill-header-general): Refactor.
18756 (message-fill-field-address): Rename.
18757 (message-narrow-to-field): Find the start of the header.
18758 (message-header-format-alist): Don't pre-fill.
18759 (message-fill-header): Remove.
18760 (message-insert-header): New function.
18761 (message-shorten-references): Use it.
18762
18763 * rfc2047.el (rfc2047-field-value): Strip props.
18764
18765 * mail-parse.el (mail-header-make-address): New alias.
18766
18767 * ietf-drums.el (ietf-drums-make-address): New function.
18768
18769 * imap.el: Add compiler directives.
18770
18771 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18772
18773 * gnus-art.el (article-decode-idna-rhs): Don't use
18774 message-idna-inside-rhs-p.
18775
18776 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18777
18778 * message.el (message-idna-inside-rhs-p): Remove.
18779 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18780
18781 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18782 false positives.
18783
18784 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18785
18786 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18787
18788 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18789
18790 * nneething.el (nneething-file-name): Don't create spurious
18791 files.
18792
18793 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18794 (gnus-inews-do-gcc): Remove sleep.
18795
18796 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18797 part under point.
18798
18799 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18800 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18801
18802 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18803
18804 * spam.el (spam-summary-prepare-exit): Fix (length).
18805
18806 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18807
18808 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18809 as expired without moving it" message when there are spam
18810 messages left.
18811
18812 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18813
18814 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18815 header is not nil.
18816
18817 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18818
18819 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18820 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18821 (nntp-marks-changed-p): New arg SERVER.
18822 (nntp-request-update-info): Adjust caller.
18823
18824 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18825
18826 * nntp.el (nntp-save-marks): Pass missing arg.
18827
18828 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18829
18830 * nntp.el: Support marks.
18831 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18832 (nntp-marks-modtime, nntp-marks-directory): New variables.
18833 (nntp-request-set-mark, nntp-request-update-info)
18834 (nntp-possibly-create-directory, nntp-marks-changed-p)
18835 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18836 New functions.
18837
18838 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18839
18840 * gnus-score.el (gnus-score-insert-help):
18841 Use gnus-select-lowest-window.
18842
18843 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18844 appt-select-lowest-window and rename to gnus-select-lowest-window.
18845
18846 * gnus.el: do.
18847
18848 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18849
18850 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18851 encodings of MIME-encoded words, in order to improve
18852 interoperability with several broken MUAs.
18853
18854 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18855
18856 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18857 tags, only when charsets are not specified in headers.
18858 (mm-inline-text-html-render-with-w3m): Ditto.
18859
18860 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18861
18862 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18863 instead of MIME-decoded from fields when checking
18864 `gnus-article-address-banner-alist'.
18865
18866 2004-05-03 Jesper Harder <harder@ifa.au.dk>
18867
18868 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18869 description rather than subject.
18870
18871 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18872
18873 * gnus.el (gnus-version-number): Bump.
18874
18875 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18876
18877 * gnus.el: No Gnus v0.2 is released.
18878
18879 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18880
18881 * gnus-agent.el (gnus-agent-read-agentview):
18882 Inline gnus-uncompress-range.
18883
18884 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18885
18886 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18887 `exec-installed-p'.
18888
18889 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18890
18891 * gnus.el (spam-process, spam-autodetect-methods):
18892 Add bsfilter and bsfilter-headers.
18893
18894 * spam.el (spam-bsfilter): New customize group.
18895 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18896 (spam-bsfilter-header, spam-bsfilter-probability-header)
18897 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18898 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18899 (spam-bsfilter-database-directory): New options.
18900 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18901 (spam-list-of-statistical-checks, spam-registration-functions):
18902 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18903 (spam-bsfilter-score): New command.
18904 (spam-check-bsfilter-headers, spam-check-bsfilter)
18905 (spam-bsfilter-register-with-bsfilter)
18906 (spam-bsfilter-register-spam-routine)
18907 (spam-bsfilter-unregister-spam-routine)
18908 (spam-bsfilter-register-ham-routine)
18909 (spam-bsfilter-unregister-ham-routine): New functions.
18910 (spam-generic-score): Support bsfilter; Accept an optional argument
18911 to recalcurate spam score even if scoring header has already been
18912 added.
18913 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18914 optional argument to recalcurate spam score even if scoring header
18915 has already been added.
18916
18917 2004-04-29 Jesper Harder <harder@ifa.au.dk>
18918
18919 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18920 strings! Reported by David D. Smith <davidsmith@acm.org>.
18921 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18922 link is missing.
18923
18924 2004-04-28 Jesper Harder <harder@ifa.au.dk>
18925
18926 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18927 (html2text-get-attr): Rewrite.
18928
18929 * message.el (message-setup-1): Remove redundant put-text-property
18930 on mail-header-separator.
18931
18932 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
18933
18934 * gnus-registry.el (gnus-registry-cache-whitespace)
18935 (gnus-registry-action, gnus-registry-spool-action)
18936 (gnus-registry-split-fancy-with-parent): Change message levels
18937 from 5 to 3 or 7, as needed.
18938
18939 * spam.el (spam-summary-prepare-exit)
18940 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18941 (spam-split, spam-find-spam, spam-log-undo-registration)
18942 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18943 level from 5 to 6.
18944
18945 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18946
18947 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18948 2004-03-04 change).
18949
18950 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18951
18952 * sieve-manage.el (sieve-manage-open):
18953 * nnweb.el (nnweb-insert-html):
18954 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18955 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18956 * nnspool.el (nnspool-request-group):
18957 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18958 * nnml.el (nnml-request-update-info):
18959 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18960 (nnmh-request-create-group, nnmh-update-gnus-unreads):
18961 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18962 (nnimap-request-set-mark):
18963 * nnfolder.el (nnfolder-request-update-info):
18964 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18965 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18966 * gnus-uu.el (gnus-uu-find-articles-matching):
18967 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18968 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18969 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18970 * gnus-nocem.el (gnus-nocem-scan-groups):
18971 * gnus-int.el (gnus-start-news-server):
18972 * gnus-group.el (gnus-group-make-kiboze-group)
18973 (gnus-group-browse-foreign-server):
18974 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18975 Use mapc when appropriate.
18976
18977 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
18978
18979 FIXME: Make separate entries for each person.
18980
18981 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18982 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18983 <shields@msrl.com>:
18984
18985 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18986 may need for spam sorting and scoring.
18987 (spam-user-format-function-S): Add user format function suitable for
18988 general use.
18989 (spam-article-sort-by-spam-status): Add sorting function for summary
18990 sorting.
18991 (spam-extra-header-to-number): Add function to get a score from a
18992 header.
18993 (spam-summary-score): Add function to get a numeric score from the
18994 headers.
18995 (spam-generic-score): Fix function doc, was in wrong place.
18996 (spam-initialize): Take symbols when it's run, and install the
18997 extra headers that spam-necessary-extra-headers thinks we need.
18998
18999 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19000
19001 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19002 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19003
19004 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19005
19006 * gnus-sum.el (gnus-set-global-variables)
19007 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19008 (gnus-article-get-xrefs, gnus-summary-best-group)
19009 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19010 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19011 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19012 Use with-current-buffer.
19013
19014 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19015
19016 * spam.el (spam-summary-prepare-exit): Simplify logic.
19017 (spam-fetch-article-header): Read the article header if it's not
19018 available.
19019 (spam-list-articles): Simplify logic.
19020 (spam-filelist-register-routine): Fix bug with unregister-list.
19021
19022 * gnus-registry.el: Fix comments at beginning.
19023
19024 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19025
19026 * message.el (message-cater-to-broken-inn): Remove.
19027 (message-shorten-references): Make sure the total folded length of
19028 References is shorter than 998 characters to cater to a bug in INN
19029 2.3. Also, don't pretend that references aren't folded -- this
19030 hasn't worked for a while.
19031
19032 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19033
19034 * gnus-agent.el (gnus-agentize):
19035 gnus-agent-send-mail-real-function no longer set to current value
19036 of message-send-mail-function but rather a lambda that calls
19037 message-send-mail-function. The change makes the agent real-time
19038 responsive to user changes to message-send-mail-function.
19039
19040 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19041
19042 * legacy-gnus-agent.el
19043 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19044 help from Florian Weimer <fw@deneb.enyo.de>
19045
19046 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19047
19048 * nnmail.el (nnmail-cache-insert): Revert last change.
19049
19050 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19051
19052 * nnmail.el (nnmail-cache-insert): Always check whether
19053 nnmail-cache-ignore-groups matches a group name.
19054
19055 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19056
19057 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19058 (spam-find-spam, spam-log-processing-to-registry)
19059 (spam-log-registered-p, spam-log-unregistration-needed-p)
19060 (spam-log-undo-registration): Use gnus-message instead of
19061 gnus-error, none of these errors are fatal.
19062
19063 * gnus-registry.el (gnus-registry-clean-empty-function)
19064 (gnus-registry-clean-empty): Remove only empty entries without
19065 extra data.
19066
19067 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19068
19069 * spam-stat.el (spam-stat-buffer-change-to-spam)
19070 (spam-stat-buffer-change-to-non-spam): Change (error) to
19071 (gnus-message 8) invocation.
19072
19073 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19074
19075 * nntp.el (nntp-via-netcat-command): New variable.
19076 (nntp-via-netcat-switches): New variable.
19077 (nntp-open-via-rlogin-and-netcat): New function.
19078 (nntp-open-connection-function): Doc fix.
19079 (nntp-telnet-command): Doc fix.
19080 (nntp-end-of-line): Doc fix.
19081 (nntp-via-rlogin-command): Doc fix.
19082 (nntp-via-user-name): Doc fix.
19083 (nntp-via-address): Doc fix.
19084
19085 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19086
19087 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19088 error in Emacs 21.1.
19089
19090 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19091
19092 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19093
19094 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19095
19096 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19097 (gnus-agent-with-refreshed-group): New macro.
19098 (gnus-agent-rename-group): New function.
19099 (gnus-agent-delete-group): New function.
19100 (gnus-agent-save-group-info): Use gnus-command-method when
19101 `method' parameter is nil. Don't write nil entries into the
19102 active file.
19103 (gnus-agent-get-group-info): New function.
19104 (gnus-agent-fetch-articles):
19105 Use gnus-agent-update-files-total-fetched-for to increment disk space
19106 used.
19107 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19108 Use gnus-agent-update-view-total-fetched-for to increment disk space
19109 used.
19110 (gnus-agent-get-local): Add optional parameters to avoid calling
19111 gnus-group-real-name and gnus-find-method-for-group.
19112 (gnus-agent-set-local): Delete stored entry if either min, or max,
19113 are nil.
19114 (gnus-agent-fetch-session): Reworded error/quit messages.
19115 On quit, use gnus-agent-regenerate-group to record existence of any
19116 articles fetched to disk before the quit occurred.
19117 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19118 gnus-agent-update-view-total-fetched-for, and
19119 gnus-agent-update-files-total-fetched-for to decrement disk space
19120 used.
19121 (gnus-agent-retrieve-headers):
19122 Use gnus-agent-update-view-total-fetched-for to increment disk space
19123 used.
19124 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19125 with gnus-agent-update-files-total-fetched-for to decrement disk
19126 space and fresh group buffer.
19127 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19128 (gnus-agent-need-update-total-fetched-for): New variable.
19129 (gnus-agent-update-files-total-fetched-for): New function.
19130 (gnus-agent-update-view-total-fetched-for): New function.
19131 (gnus-agent-total-fetched-for): New function.
19132
19133 * gnus-cache.el (gnus-cache-save-buffers):
19134 Use gnus-cache-update-overview-total-fetched-for to change disk space
19135 used by this group.
19136 (gnus-cache-possibly-enter-article):
19137 Use gnus-cache-update-file-total-fetched-for to increment disk space
19138 used by this group.
19139 (gnus-cache-possibly-remove-article):
19140 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19141 used by this group.
19142 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19143 (gnus-cache-rename-group): New function.
19144 (gnus-cache-delete-group): New function.
19145 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19146 (gnus-cache-need-update-total-fetched-for): New variable.
19147 (gnus-cache-with-refreshed-group): New macro.
19148 (gnus-cache-update-file-total-fetched-for): New function.
19149 (gnus-cache-update-overview-total-fetched-for): New function.
19150 (gnus-cache-rename-group-total-fetched-for): New function.
19151 (gnus-cache-delete-group-total-fetched-for): New function.
19152 (gnus-cache-total-fetched-for): New function.
19153
19154 * gnus-group.el: Require gnus-sum and autoload functions to
19155 resolve warnings when gnus-group.el compiled alone.
19156 (gnus-group-line-format): Documented new %F.
19157 (size of Fetched data) group line format; identifies disk space
19158 used by agent and cache.
19159 (gnus-group-line-format-alist): Defined new F format.
19160 (gnus-total-fetched-for): New function.
19161 (gnus-group-delete-group): No longer update
19162 gnus-cache-active-altered as gnus-request-delete-group now keeps
19163 the cache in sync.
19164 (gnus-group-list-active): Let the agent store a server's active
19165 list if currently plugged.
19166
19167 * gnus-int.el (gnus-request-delete-group):
19168 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19169 local disk in sync with the server.
19170 (gnus-request-rename-group):
19171 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19172 local disk in sync with the server.
19173
19174 * gnus-start.el (gnus-get-unread-articles):
19175 Cosmetic simplification to logic.
19176
19177 * gnus-util.el (gnus-rename-file): New function.
19178
19179 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19180
19181 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19182
19183 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19184
19185 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19186 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19187
19188 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19189
19190 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19191 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19192
19193 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19194
19195 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19196
19197 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19198
19199 * spam.el (spam-set-difference): Add function to replace
19200 gnus-set-difference in spam.el.
19201 (spam-summary-prepare-exit): Use spam-set-difference.
19202
19203 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19204
19205 * gnus-registry.el (gnus-registry-cache-file): Update to use
19206 gnus-dribble-directory OR gnus-home-directory OR ~.
19207 (gnus-registry-split-fancy-with-parent): Fix doc.
19208
19209 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19210
19211 * message.el (message-exchange-point-and-mark):
19212 Use message-mark-active-p. Suggested by Jesper Harder
19213 <harder@ifa.au.dk>.
19214
19215 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19216
19217 * message.el (message-exchange-point-and-mark): Don't activate
19218 region if it was inactive. Suggested by Hiroshi Fujishima
19219 <pooh@nature.tsukuba.ac.jp>.
19220
19221 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19222
19223 * gnus-art.el (article-display-face): Display Faces in the same
19224 order as X-Faces.
19225
19226 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19227
19228 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19229
19230 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19231
19232 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19233 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19234 (gnus-article-mime-hierarchy): Remove.
19235 (gnus-article-mime-hierarchy-next): Remove.
19236 (gnus-article-mode): Revert 2004-03-19 change.
19237 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19238 (gnus-insert-mime-button): Revert 2004-03-19 change.
19239 (gnus-mime-accumulate-hierarchy): Remove.
19240 (gnus-mime-enter-multipart): Remove.
19241 (gnus-mime-leave-multipart): Remove.
19242 (gnus-mime-display-part): Revert 2004-03-19 change.
19243 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19244
19245 * mml.el (mml-preview): Revert 2004-03-19 change.
19246
19247 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19248
19249 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19250
19251 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19252
19253 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19254 t while entering a file name using the mm-with-multibyte macro.
19255 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19256
19257 * mm-util.el (mm-with-multibyte): New macro.
19258
19259 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19260
19261 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19262 New user option.
19263 (gnus-mime-multipart-functions): Doc and customization fix.
19264 (gnus-article-mime-hierarchy): New variable.
19265 (gnus-article-mime-hierarchy-next): New variable.
19266 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19267 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19268 gnus-article-mime-hierarchy-next to nil.
19269 (gnus-insert-mime-button): Show hierarchy numbers.
19270 (gnus-mime-accumulate-hierarchy): New function.
19271 (gnus-mime-enter-multipart): New function.
19272 (gnus-mime-leave-multipart): New function.
19273 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19274 (gnus-mime-display-alternative): Show hierarchy numbers.
19275
19276 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19277 gnus-article-mime-hierarchy-next to nil.
19278
19279 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19280
19281 * dns.el: Don't require gnus-xmas.
19282
19283 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19284
19285 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19286 inline PGP.
19287 (mml-menu): Disable mml-quote-region if mark is inactive.
19288
19289 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19290
19291 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19292 when the group's active is not available.
19293
19294 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19295
19296 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19297 error.
19298
19299 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19300
19301 * imap.el (imap-store-password): New variable.
19302 (imap-interactive-login): Use it.
19303 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19304
19305 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19306
19307 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19308 window-start and hscroll to summary window.
19309
19310 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19311
19312 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19313 conversion message to newsrc-dribble when an actual conversion is
19314 performed.
19315
19316 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19317
19318 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19319
19320 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19321
19322 * mm-decode.el (mm-complicated-handles): New function reviving
19323 former definition of mm-multiple-handles.
19324
19325 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19326 (gnus-mime-delete-part): Use it.
19327
19328 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19329
19330 * gnus-agent.el (gnus-agent-read-local):
19331 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19332 avoid the implicit assumption that they will always be equal.
19333 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19334 coding-system-for-write, as the with-temp-file macro first prints
19335 to a buffer then saves the buffer.
19336
19337 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19338
19339 * gnus-art.el (gnus-article-edit-part): New function.
19340 (gnus-mime-save-part-and-strip): Use it; do query instead of
19341 signaling an error; don't use mm-multiple-handles.
19342 (gnus-mime-delete-part): Ditto.
19343
19344 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19345
19346 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19347 old file versions.
19348 (gnus-group-prepare-hook): Remove function that converted list
19349 form of gnus-agent-expire-days to group properties.
19350
19351 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19352 (gnus-request-accept-article): Re-indented.
19353
19354 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19355 converters to handle old agent file formats. Add logic for a
19356 "backup before upgrading warning".
19357 (gnus-convert-mark-converter-prompt): Developers can mark
19358 functions as needing (default), or not needing,
19359 gnus-convert-old-newsrc's "backup before upgrading warning".
19360 (gnus-convert-converter-needs-prompt): Tests whether the user
19361 should be protected from potentially irreversable changes by the
19362 function.
19363
19364 * legacy-gnus-agent.el: New. Provides converters that are only
19365 loaded when gnus-convert-old-newsrc needs to call them.
19366
19367 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19368
19369 * mail-source.el (mail-source-touch-pop): Doc fix.
19370
19371 * message.el (message-smtpmail-send-it): Doc fix.
19372
19373 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19374
19375 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19376
19377 * nnmail.el (nnmail-split-fancy): do.
19378
19379 * gnus-kill.el (gnus-kill, gnus-execute): do.
19380
19381 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19382
19383 * gnus-sum.el (gnus-widget-reversible-match)
19384 (gnus-widget-reversible-to-internal)
19385 (gnus-widget-reversible-to-external): New functions.
19386 (gnus-widget-reversible): New widget.
19387 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19388
19389 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19390
19391 * gnus-sum.el (gnus-thread-sort-functions)
19392 (gnus-article-sort-functions): Document `(not F)' items.
19393
19394 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19395
19396 * spam.el (spam-use-gmane-xref): Add new backend.
19397 (spam-gmane-xref-spam-group): Add variable to control the name of the
19398 Gmane spam group.
19399 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19400 (spam-regex-headers-spam, spam-regex-headers-ham)
19401 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19402 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19403 backends and checks.
19404 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19405
19406 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19407 an autodetect method.
19408
19409 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19410
19411 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19412 articles are being added to a group.
19413 (gnus-request-replace-article): Inform the agent that articles
19414 need to be uncached as the cached contents are no longer valid.
19415
19416 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19417
19418 * binhex.el: Don't autoload executable-find.
19419
19420 * canlock.el: Don't autoload mail-fetch-field.
19421
19422 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19423
19424 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19425 rmail-dont-reply-to and rmail-output.
19426
19427 * gnus-score.el: Don't autoload ffap-string-at-point.
19428
19429 * gnus-setup.el: Don't autoload sc-cite-original.
19430
19431 * imap.el: Don't autoload base64-decode-string,
19432 base64-encode-string and md5.
19433
19434 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19435 and rmail-msg-restore-non-pruned-header.
19436
19437 * mm-decode.el: Don't autoload executable-find.
19438
19439 * mm-url.el: Don't autoload executable-find.
19440
19441 * mm-view.el: Don't autoload diff-mode.
19442
19443 * nndb.el: Don't autoload news-reply-mode, news-setup,
19444 cancel-timer and telnet.
19445
19446 * password.el: Don't autoload run-at-time for Emacs.
19447
19448 * sha1-el.el: Don't autoload executable-find.
19449
19450 * sieve-mode.el: Don't autoload c-mode.
19451
19452 * uudecode.el: Don't autoload executable-find.
19453
19454 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19455
19456 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19457 (gnus-agent-possibly-alter-active): Avoid null in numeric
19458 comparison.
19459 (gnus-agent-set-local): Refuse to save null in local object table.
19460 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19461 list of articles that will be marked as unread.
19462
19463 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19464
19465 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19466
19467 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19468
19469 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19470 language tags.
19471
19472 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19473
19474 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19475 Don't bind "obarray".
19476
19477 * gnus-sum.el (gnus-thread-sort-functions):
19478 Add `gnus-thread-sort-by-most-recent-number' and
19479 `gnus-thread-sort-by-most-recent-date'.
19480 Reported by Kai Grossjohann <kai@emptydomain.de>.
19481
19482 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19483
19484 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19485
19486 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19487
19488 * gnus-cus.el (gnus-agent-customize-category):
19489 Remove ignore-errors macro reference that required cl to be loaded at
19490 run-time.
19491
19492 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19493 single-interval range of the form (min . max). Previously the
19494 range had to look like ((min . max)). Likewise, return
19495 (min . max) rather than ((min . max)).
19496 (gnus-range-map): Use gnus-range-normalize to accept
19497 single-interval range.
19498
19499 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19500 the cache, but not the agent, now appear with their usual face.
19501
19502 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19503
19504 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19505 w3m-safe-url-regexp variable buffer-local.
19506
19507 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19508
19509 2004-02-27 Simon Josefsson <jas@extundo.com>
19510
19511 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19512 gnus-group-real-prefix.
19513 (gnus-summary-move-article): Use it, instead of
19514 gnus-group-real-prefix.
19515
19516 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19517
19518 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19519 w3m-safe-url-regexp variable buffer-local and set it as the value
19520 of mm-w3m-safe-url-regexp.
19521
19522 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19523
19524 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19525 parsing gnus-posting-styles when the message is not for replying.
19526
19527 * nnrss.el (nnrss-opml-export):
19528 Use mm-set-buffer-file-coding-system instead of
19529 set-buffer-file-coding-system.
19530
19531 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19532
19533 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19534 of checkdoc.el).
19535 * nnrss.el: do.
19536 * gnus-mlspl.el: do.
19537 * gnus-ml.el: do.
19538 * gnus-srvr.el: do.
19539
19540 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19541
19542 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19543
19544 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19545 Corrections to custom-manual links.
19546
19547 * gnus-art.el (gnus-article): Ditto.
19548
19549 * mm-decode.el (mime-display, mime-security): Ditto.
19550
19551 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19552
19553 * flow-fill.el: Typo.
19554
19555 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19556
19557 * spam-wash.el: New file.
19558
19559 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19560
19561 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19562
19563 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19564
19565 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19566 to be run with new-articles as LIST1, not LIST2.
19567 (spam-registration-functions): Add spam-use-ham-copy as a nil
19568 registration backend.
19569
19570 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19571
19572 * spam-stat.el (spam-stat-washing-hook): New option.
19573 (spam-stat-buffer-words): Use it.
19574 (spam-stat-process-directory, spam-stat-test-directory):
19575 Use insert-file-contents-literally.
19576 (spam-stat-coding-system): New variable.
19577 (spam-stat-load, spam-stat-save): Use it.
19578
19579 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19580
19581 * spam-report.el (spam-report-plug-agent):
19582 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19583
19584 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19585
19586 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19587 Allow / in mailto URLs.
19588
19589 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19590
19591 * spam-report.el (spam-report-process-queue): Fix interactive use.
19592 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19593 (spam-report-unplug-agent): Doc fixes.
19594 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19595 (spam-report-agentize, spam-report-deagentize):
19596 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19597
19598 * message.el (message-setup-fill-variables): Add mml tags to
19599 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19600 <ajk@iu.edu>.
19601 (message-mode): Don't modify paragraph-separate there.
19602
19603 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19604
19605 * compface.el (uncompface-use-external): Default to undecided.
19606 (uncompface-use-external-threshold): New variable.
19607 (uncompface-float-time): New macro.
19608 (uncompface): Determine whether to use the external decoder if
19609 uncompface-use-external is undecided.
19610
19611 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19612
19613 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19614 after images.
19615
19616 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19617
19618 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19619
19620 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19621
19622 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19623
19624 * gnus-sum.el (gnus-summary-limit-to-age)
19625 (gnus-summary-limit-children): do.
19626
19627 * gnus-int.el (gnus-request-scan): do.
19628
19629 * gnus-group.el (gnus-group-suspend): do.
19630
19631 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19632
19633 * gnus-cite.el (gnus-cite-parse-attributions): do.
19634
19635 * gnus-agent.el (gnus-summary-set-agent-mark)
19636 (gnus-agent-regenerate-group): do.
19637
19638 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19639
19640 * binhex.el (binhex-decode-region-internal): do.
19641
19642 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19643
19644 * gnus-fun.el (gnus-face-properties-alist): New user option.
19645 (gnus-display-x-face-in-from): Use it.
19646
19647 * gnus-art.el (article-display-face): Ditto.
19648
19649 * compface.el (uncompface-use-external): Default to nil.
19650
19651 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19652
19653 * nntp.el (nntp-erase-buffer): New function.
19654 (nntp-retrieve-data, nntp-send-command)
19655 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19656 (nntp-possibly-change-group): Use it.
19657
19658 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19659 Use with-current-buffer.
19660
19661 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19662
19663 * compface.el: Merge the ELisp-based uncompface program.
19664 (compface): New customization group.
19665 (uncompface-use-external): New user option.
19666 (uncompface): Call uncompface-internal if uncompface-use-external
19667 is nil.
19668 (uncompface-internal): New function. Note that there are also
19669 some other functions and variables added for this function.
19670
19671 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19672
19673 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19674 if necessary.
19675
19676 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19677
19678 * spam-report.el (spam-report-unplug-agent)
19679 (spam-report-plug-agent, spam-report-deagentize)
19680 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19681 Add support for the Agent in spam-report: when unplugged, report to a
19682 file; when plugged, submit all the requests.
19683
19684 * spam.el (spam-register-routine): Fix message about
19685 registration.
19686
19687 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19688
19689 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19690 dependencies.
19691 (rfc2047-encode): Use it.
19692
19693 * gnus-art.el (gnus-button-marker-list): Move before first
19694 reference.
19695
19696 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19697 (imap-parse-body): Fix format string mismatch.
19698
19699 * gnus-score.el (gnus-summary-increase-score): do.
19700
19701 * nnrss.el (nnrss-close): New function.
19702
19703 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19704
19705 * nnrss.el (nnrss-make-filename): New function.
19706 (nnrss-request-delete-group, nnrss-read-server-data)
19707 (nnrss-save-server-data, nnrss-read-group-data)
19708 (nnrss-save-group-data): Use it.
19709 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19710 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19711 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19712
19713 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19714
19715 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19716
19717 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19718
19719 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19720 files.
19721
19722 * message.el (message-generate-headers-first): Don't quote nil
19723 and t in docstrings.
19724
19725 * imap.el (imap-id): do.
19726
19727 * gnus-agent.el (gnus-agent-consider-all-articles)
19728 (gnus-agent-queue-mail): do.
19729
19730 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19731
19732 * spam-report.el (spam-report-process-queue): New function.
19733 Process requests from `spam-report-requests-file'.
19734 (spam-report-process-queue): Doc fix.
19735
19736 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19737
19738 * spam.el (spam-register-routine)
19739 (spam-log-processing-to-registry, spam-log-registered-p)
19740 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19741 Change "check" to "spam-check" for semi-clarity.
19742
19743 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19744
19745 * pop3.el: Require nnheader.
19746
19747 * mml-smime.el: Require cl. Autoload message-fetch-field.
19748
19749 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19750
19751 * gnus-picon.el: Require cl.
19752
19753 * gnus-fun.el: Require gnus-ems and gnus-util.
19754
19755 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19756
19757 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19758
19759 * gnus-art.el (gnus-article-edit-mode): Define before first
19760 reference.
19761
19762 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19763
19764 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19765 (gnus-uu-post-encoded): Use point-at-bol.
19766
19767 * gnus-topic.el (gnus-group-active-topic-p): do.
19768
19769 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19770
19771 * gnus-group.el (gnus-group-kill-region): do.
19772
19773 * gnus-art.el (article-date-ut): do.
19774
19775 * message.el (message-fetch-field): Remove redundant
19776 case-fold-search binding.
19777 (message-narrow-to-field): Simplify.
19778
19779 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19780
19781 * spam.el (spam-directory): Derive from `gnus-directory'.
19782
19783 * spam-report.el (spam-report-url-to-file)
19784 (spam-report-requests-file): New function and variable for offline
19785 reporting.
19786 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19787 and user defined function.
19788 (spam-report-url-ping-mm-url): Remove doubled slash.
19789
19790 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19791
19792 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19793
19794 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19795
19796 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19797 Fix format string mismatch.
19798
19799 * sieve.el (sieve-deactivate-all): do.
19800
19801 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19802
19803 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19804
19805 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19806
19807 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19808
19809 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19810
19811 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19812 the list of checks.
19813
19814 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19815
19816 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19817 padding.
19818
19819 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19820
19821 * mm-view.el (mm-fill-flowed): New variable.
19822 (mm-inline-text): Use it.
19823
19824 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19825
19826 * spam.el (spam-spamassassin-register-ham-routine)
19827 (spam-spamassassin-register-spam-routine): Fix function names.
19828
19829 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19830
19831 * gnus.el (gnus-tmp-grouplens): Remove.
19832 (gnus-summary-line-format): Remove grouplens.
19833
19834 * gnus-group.el (gnus-group-line-format): Ditto.
19835
19836 * gnus-spec.el (gnus-format-specs): Ditto.
19837 (gnus-update-format-specifications): Flush the group format spec
19838 cache if there's the grouplens stuff.
19839 (gnus-parse-simple-format): Replace %l with the empty string.
19840
19841 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19842
19843 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19844 omission.
19845
19846 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19847
19848 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19849 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19850
19851 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19852
19853 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19854 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19855 New macros and functions.
19856 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19857 Handle > NLINK_MAX messages.
19858 * nnmaildir.el (nnmaildir-request-set-mark):
19859 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19860
19861 2004-01-25 Alex Schroeder <alex@gnu.org>
19862
19863 * spam-stat.el (spam-stat-process-directory-age): New option.
19864 (spam-stat-process-directory): Use it.
19865
19866 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
19867
19868 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19869 (spam-stat-save): Accept prefix argument.
19870
19871 2004-01-23 Paul Jarc <prj@po.cwru.edu>
19872
19873 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19874 links" error.
19875
19876 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19877
19878 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19879 compatibility with old .newsrc.eld files.
19880
19881 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19882
19883 * gnus-start.el (gnus-1): do.
19884
19885 * gnus-group.el (gnus-group-line-format-alist): do.
19886
19887 * gnus.el (gnus-use-grouplens, gnus-visual): do.
19888
19889 * gnus-gl.el: Remove.
19890
19891 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
19892
19893 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19894 marks consisting of a single range {for example, (3 . 5)} rather
19895 than a list of a single range { ((3 . 5)) }.
19896
19897 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19898
19899 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19900 Use with-current-buffer.
19901 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19902 avoid consing a string.
19903
19904 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19905 Remove obsolete entries for big5 and gb2312.
19906
19907 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
19908
19909 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19910 uncompressed list.
19911
19912 2004-01-22 Jesper Harder <harder@ifa.au.dk>
19913
19914 * spam-stat.el (spam-stat-strip-xref): New function.
19915 (spam-stat-process-directory): Use it.
19916
19917 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19918 here -- it's done in message-fetch-field.
19919
19920 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
19921
19922 * gnus-agent.el (gnus-agent-queue-mail)
19923 (gnus-agent-prompt-send-queue): New variables.
19924 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19925 * gnus-draft.el (gnus-group-send-queue): Pass the group name
19926 "nndraft:queue" along to gnus-draft-send.
19927 Use gnus-agent-prompt-send-queue.
19928 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19929 is "nndraft:queue". Suggested by Gaute Strokkenes
19930 <gs234@srcf.ucam.org>
19931
19932 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19933 (agent-enable-undownloaded-faces): Add.
19934 (gnus-agent-cat-groups): Use eval-and-compile, not
19935 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19936 method of gnus-agent-cat-groups even when the buffer has been
19937 evaled.
19938 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19939 delete gnus-agent-save-active-1.
19940 (gnus-agent-save-groups): Delete. Identical to
19941 gnus-agent-save-active.
19942 (gnus-agent-write-active): No longer adjust agent's copy of active
19943 file as agent's adjustments are now stored in their own
19944 file. Remove optional parameter.
19945 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19946 servers. Add use of min/max range limits from server's local
19947 file.
19948 (gnus-agent-save-alist): Remove unused optional argument.
19949 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19950 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19951 (gnus-agent-set-local): A per-server file that keeps min/max range
19952 limits for articles known to the agent. Provides a fast mechanism
19953 for altering many active ranges.
19954 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19955 active file (local makes it unnecessary).
19956 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19957
19958 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19959 (agent-enable-undownloaded-faces): Add.
19960
19961 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19962 disable it when sending to "nndraft:queue".
19963 (gnus-group-send-queue): Add safety check to avoid sending queue
19964 when unplugged.
19965
19966 * gnus-group.el (gnus-group-catchup): Use new
19967 gnus-sequence-of-unread-articles, not
19968 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19969 numbers of articles. Use gnus-range-map to avoid having to
19970 uncompress the unread list.
19971 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19972 Fix invalid ange-ftp reference.
19973
19974 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19975 (gnus-sorted-range-intersection): Intersection of two ranges
19976 without requiring that they first be uncompressed.
19977
19978 * gnus-start.el (gnus-activate-group): Unless blocked by the
19979 caller, possibly expand the active range to include both cached
19980 and agentized articles.
19981 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19982 multiple version-dependent converters.
19983 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19984 gnus-agent-save-active.
19985 (gnus-save-newsrc-file): Save dirty agent range limits.
19986
19987 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19988 gnus-agent-possibly-alter-active.
19989 (gnus-adjust-marked-articles): Faster handling of simple lists
19990
19991 2004-01-21 Jesper Harder <harder@ifa.au.dk>
19992
19993 * spam-stat.el (spam-stat-test-directory): New optional argument
19994 displays a list of files detected. Suggested by Andrew Cohen
19995 <cohen@andy.bu.edu>.
19996 (spam-stat-buffer-words-with-scores): Don't narrow and change
19997 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19998
19999 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20000
20001 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20002 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20003 (spam-spamassassin-arguments)
20004 (spam-spamassassin-spam-flag-header)
20005 (spam-spamassassin-positive-spam-flag-header)
20006 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20007 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20008 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20009 (spam-list-of-processors, spam-list-of-checks)
20010 (spam-list-of-statistical-checks, spam-registration-functions)
20011 (spam-check-spamassassin-headers, spam-check-spamassassin)
20012 (spam-spamassassin-score)
20013 (spam-spamassassin-register-with-sa-learn)
20014 (spam-spamassassin-register-spam-routine)
20015 (spam-spamassassin-register-ham-routine)
20016 (spam-assassin-register-spam-routine)
20017 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20018 (spam-bogofilter-score): Fix to show article before scoring.
20019
20020 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20021
20022 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20023 default scoring function.
20024 (spam-generic-score): Call spam-spamassassin-score if
20025 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20026 spam-bogofilter-score otherwise.
20027
20028 * gnus.el (spam-process, spam-autodetect-methods):
20029 Add spamassassin and spamassassin-headers.
20030
20031 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20032
20033 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20034 Suppress unnecessary messages.
20035
20036 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20037
20038 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20039 make-hash-table.
20040
20041 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20042
20043 * canlock.el (base64-encode-string): Don't autoload it.
20044
20045 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20046
20047 * run-at-time.el: Remove useless (require 'itimer),
20048 eval-and-compile and (featurep 'xemacs).
20049
20050 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20051
20052 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20053 GROUP is a virtual group.
20054
20055 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20056
20057 * gnus.el: Autoload `message-y-or-n-p'.
20058
20059 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20060
20061 * pgg-parse.el: Remove unnecessary (require 'custom).
20062
20063 * pgg-def.el: do.
20064
20065 * nnmail.el: do.
20066
20067 * gnus-undo.el: do.
20068
20069 * gnus-picon.el: do.
20070
20071 * gnus-util.el: do.
20072
20073 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20074
20075 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20076
20077 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20078
20079 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20080 handle, as well as a list.
20081
20082 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20083 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20084 (mm-w3m-cid-retrieve): Simplify.
20085
20086 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20087
20088 * message.el (message-kill-to-signature): Allow prefix arg to
20089 specify number of lines to keep before signature.
20090
20091 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20092
20093 * message.el (message-kill-to-signature): Change docstring.
20094
20095 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20096
20097 * canlock.el: Always require sha1-el.
20098 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20099
20100 * message.el: Autoload sha1 only when compiling.
20101
20102 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20103
20104 * message.el (message-canlock-generate): Require sha1-el.
20105
20106 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20107
20108 * message.el (message-expand-name): Silence the byte compiler.
20109
20110 2004-01-13 Simon Josefsson <jas@extundo.com>
20111
20112 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20113 Invoke gnus-score-mode.
20114 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20115
20116 * gnus-range.el (gnus-compress-sequence): Doc fix.
20117 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20118
20119 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20120
20121 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20122
20123 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20124
20125 * spam.el (spam-get-article-as-string): Update to use
20126 gnus-request-article-this-buffer, much simpler.
20127 (spam-get-article-as-buffer): Remove.
20128
20129 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20130
20131 * message.el (message-expand-name): Use EUDC if the user uses that.
20132
20133 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20134
20135 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20136 character for the encoding to avoid consing a string.
20137
20138 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20139 unnecessarily.
20140
20141 * mm-util.el (mm-replace-chars-in-string): Remove.
20142
20143 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20144 of mm-replace-chars-in-string.
20145
20146 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20147
20148 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20149
20150 * mm-util.el (mm-subst-char-in-string): Support inplace.
20151
20152 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20153 a new string in every iteration. Use shy groups.
20154
20155 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20156
20157 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20158 * gnus-soup.el (gnus-soup-group-brew):
20159 * gnus-msg.el (gnus-put-message):
20160 * gnus-move.el (gnus-group-move-group-to-server):
20161 * gnus-kill.el (gnus-batch-score):
20162 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20163 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20164 (gnus-group-update-group, gnus-group-read-group)
20165 (gnus-group-make-group, gnus-group-make-help-group)
20166 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20167 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20168 (gnus-group-sort-by-unread, gnus-group-catchup)
20169 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20170 (gnus-group-yank-group, gnus-group-set-info)
20171 (gnus-group-list-groups):
20172 * gnus.el (gnus-generate-new-group-name):
20173 * gnus-delay.el (gnus-delay-send-queue):
20174 * nnvirtual.el (nnvirtual-catchup-group):
20175 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20176 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20177 (gnus-group-prepare-topics, gnus-topic-check-topology):
20178 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20179 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20180 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20181 (gnus-group-make-articles-read):
20182 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20183 (gnus-group-change-level, gnus-kill-newsgroup)
20184 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20185 (gnus-get-unread-articles, gnus-make-articles-unread)
20186 (gnus-make-ascending-articles-unread): Use accessor
20187 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20188 to get group information for improved readability.
20189
20190 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20191
20192 * gnus-art.el (article-decode-mime-words, article-babel)
20193 (gnus-article-highlight-signature, gnus-article-add-buttons)
20194 (gnus-signature-toggle): Use gnus-with-article-buffer.
20195
20196 * gnus-art.el (gnus-article-highlight-headers)
20197 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20198
20199 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20200 (gnus-article-set-globals, gnus-request-article-this-buffer)
20201 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20202 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20203 (gnus-mime-display-alternative): Use with-current-buffer.
20204
20205 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20206
20207 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20208 also under 80 char limit, and call gnus-error if needed.
20209 (spam-fetch-article-header): Fix - it was a
20210 buffer-local variable (gnus-newsgroup-data).
20211 (spam-find-spam): Use spam-generate-fake-headers, forget about
20212 spam-insert-fake-headers.
20213 (spam-insert-fake-headers): Remove.
20214
20215 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20216
20217 * deuglify.el (gnus-article-outlook-unwrap-lines)
20218 (gnus-outlook-rearrange-article)
20219 (gnus-outlook-repair-attribution-outlook)
20220 (gnus-outlook-repair-attribution-block)
20221 (gnus-outlook-repair-attribution-other): Remove redundant
20222 save-excursion.
20223
20224 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20225
20226 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20227 (spam-fetch-field-subject-fast)
20228 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20229 (spam-fetch-article-header): Add functions to deal with Gnus
20230 internals for fast retrieval of article header data.
20231 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20232
20233 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20234
20235 * pop3.el (pop3-md5): Remove.
20236 (pop3-apop): Replace pop3-md5 with md5.
20237
20238 * mm-bodies.el: base64 is always built-in.
20239
20240 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20241 Use with-current-buffer.
20242
20243 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20244
20245 * canlock.el (canlock-insert-header): Remove excessive grouping in
20246 regexp.
20247
20248 * gnus-sum.el (gnus-summary-read-document): Ditto.
20249
20250 * gnus-uu.el (gnus-uu-part-number): Ditto.
20251
20252 * html2text.el (html2text-remove-tags): Ditto.
20253 (html2text-format-tags): Ditto.
20254 (html2text-format-single-elements): Ditto.
20255
20256 * mml.el (mml-parse-1): Ditto.
20257
20258 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20259
20260 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20261
20262 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20263
20264 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20265
20266 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20267
20268 2003-11-15 Simon Josefsson <jas@extundo.com>
20269
20270 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20271 (pgg-gpg-lookup-key): Use regexp match instead of
20272 split-string (split-string is different between emacs 21.2 and
20273 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20274
20275 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20276
20277 * gnus-art.el (gnus-mime-view-all-parts)
20278 (gnus-article-part-wrapper, gnus-article-view-part):
20279 Use with-current-buffer.
20280
20281 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20282
20283 * spam.el (spam-disable-spam-split-during-ham-respool)
20284 (spam-spamoracle-database, spam-cache-lookups)
20285 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20286 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20287 (spam-group-ham-marks, spam-group-spam-marks)
20288 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20289 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20290 also add spam-use-blackholes to the statistical checks.
20291 (spam-fetch-field-fast): Add interface to fetching fields, may
20292 become a macro.
20293 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20294 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20295 (spam-insert-fake-headers): Fake an article when needed.
20296 (spam-find-spam): Fake article when possible.
20297 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20298 (spam-check-bogofilter-headers): Use message-fetch-field instead
20299 of nnmail-fetch-field.
20300
20301 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20302
20303 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20304
20305 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20306
20307 * spam.el (spam-split): Do not require spam-use-CHECK to be
20308 enabled if that check is passed to spam-split explicitly; also
20309 fix so 'spam doesn't get converted to spam-split-group when
20310 spam-split-symbolic-return is t.
20311 (spam-find-spam): Find registrations of the article and use those
20312 instead of re-running spam-split to find the spam/ham
20313 classification of the article.
20314 (spam-log-processing-to-registry, spam-log-registered-p)
20315 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20316 Use gnus-error instead of gnus-message.
20317 (spam-log-registration-type): Add function to determine the
20318 classification of a message based on registry entries; will
20319 return nil if both 'spam and 'ham are found.
20320 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20321 a reasonably fast local cache without the loading errors.
20322 (spam-cache-lookups): Set to t by default.
20323 (spam-find-spam): Don't try to guess spam-cache-lookups.
20324 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20325 spam-caches entry.
20326 (spam-filelist-build-cache, spam-filelist-check-cache):
20327 Fix caching of whitelist/blacklist entries.
20328 (spam-check-whitelist, spam-check-blacklist):
20329 Invoke spam-from-listed-p with a type, not a cache variable.
20330 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20331
20332 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20333
20334 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20335
20336 * nnmail.el (nnmail-split-fancy): do.
20337
20338 * mml.el (mml-parse): do.
20339
20340 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20341 (gnus-score-adaptive): do.
20342
20343 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20344
20345 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20346 (gnus-mime-button-map): Don't set keymap parent.
20347 (gnus-button-ctan-directory-regexp): Use shy grouping.
20348 (gnus-prev-page-map): Don't set keymap parent.
20349 (gnus-prev-page-map): Remove duplicated one.
20350 (gnus-next-page-map): Don't set keymap parent.
20351 (gnus-mime-security-button-map): Ditto.
20352
20353 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20354 version number.
20355
20356 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20357
20358 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20359
20360 * canlock.el (canlock-sha1-function): Remove.
20361 (canlock-sha1-function-for-verify): Remove.
20362 (canlock-openssl-program): Remove.
20363 (canlock-openssl-args): Remove.
20364 (canlock-ignore-errors): Remove.
20365 (canlock-sha1-with-openssl): Remove.
20366 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20367 (canlock-verify): Don't use canlock-ignore-errors.
20368
20369 * sha1-el.el (sha1-string-external): Make it can return a string
20370 in binary form.
20371 (sha1-region-external): Ditto.
20372 (sha1-string-internal): Ditto.
20373 (sha1-region-internal): Ditto.
20374 (sha1-region): Ditto.
20375 (sha1-string): Ditto.
20376 (sha1): Ditto.
20377
20378 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20379
20380 * spam.el (spam-report-articles-gmane): New command.
20381
20382 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20383
20384 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20385
20386 * run-at-time.el (run-at-time-saved): Remove.
20387 (run-at-time): Doc fix.
20388
20389 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20390
20391 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20392 (gnus-summary-limit-map): Add it.
20393 (gnus-summary-make-menu-bar): do.
20394
20395 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20396
20397 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20398 Make attempt at some caching support (done for BBDB only now).
20399 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20400 addresses to be checked.
20401 (spam-clear-cache-BBDB): Add function, to be invoked by
20402 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20403 (spam-check-BBDB): Check and use the caches, if
20404 spam-cache-lookups is on, remove superfluous (provide).
20405
20406 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20407
20408 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20409
20410 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20411
20412 * run-at-time.el (run-at-time-saved): Move to after the definition
20413 of `run-at-time'.
20414
20415 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20416
20417 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20418 mm-w3m-local-map-property.
20419
20420 * mm-view.el (mm-w3m-mode-map): Remove.
20421 (mm-w3m-local-map-property): Remove.
20422 (mm-inline-text-html-render-with-w3m): Don't use
20423 mm-w3m-local-map-property.
20424
20425 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20426
20427 * run-at-time.el: New file.
20428
20429 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20430 of gnus-set-text-properties.
20431
20432 * gnus-uu.el (gnus-uu-save-article): Ditto.
20433
20434 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20435
20436 * gnus-cite.el (gnus-cite-parse): Ditto.
20437
20438 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20439 of gnus-.
20440
20441 * gnus.el: Change calls to nnheader-run-at-time and
20442 password-run-at-time throughout to use run-at-time directly.
20443
20444 * password.el: Remove definition of run-at-time.
20445
20446 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20447
20448 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20449 in prompt.
20450
20451 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20452
20453 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20454 XEmacs version.
20455
20456 * dns.el (dns-make-network-process): Use `open-network-stream'
20457 instead of `gnus-xmas-open-network-stream'.
20458
20459 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20460
20461 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20462
20463 * gnus-art.el (gnus-mime-display-alternative)
20464 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20465 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20466 Don't use gnus-local-map-property.
20467
20468 * gnus-util.el (gnus-local-map-property): Remove.
20469
20470 * mm-view.el (mm-view-pkcs7-decrypt):
20471 Replace gnus-completing-read-maybe-default with completing-read.
20472
20473 * gnus-util.el (gnus-completing-read): do.
20474 (gnus-completing-read-maybe-default): Remove.
20475
20476 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20477
20478 * password.el: Only autoload `run-at-time' if not XEmacs.
20479 Only autoload the itimer functions if XEmacs.
20480
20481 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20482
20483 * gnus-art.el (gnus-read-string): Remove.
20484 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20485 read-string.
20486
20487 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20488
20489 * netrc.el: Autoload password-read.
20490 (netrc): Add configuration group.
20491 (netrc-encoding-method, netrc-openssl-path):
20492 Add variables for encoding and decoding of files with symmetric
20493 ciphers.
20494 (netrc-encode): Add assistant function to encode a file with
20495 netrc-encoding-method.
20496 (netrc-parse): Add interactive parameter, added optional
20497 decoding if netrc-encoding-method is non-nil but otherwise
20498 behavior is standard.
20499 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20500 Do s/encode/encrypt/ everywhere.
20501
20502 * spam.el: Remove executable-find autoload.
20503
20504 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20505
20506 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20507
20508 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20509
20510 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20511
20512 * gnus-art.el (gnus-treat-ansi-sequences)
20513 (article-treat-ansi-sequences): New variable and function.
20514 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20515
20516 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20517 Use it.
20518
20519 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20520
20521 * mm-util.el (mm-quote-arg): Remove.
20522
20523 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20524 shell-quote-argument.
20525
20526 * gnus-uu.el (gnus-uu-command): do.
20527
20528 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20529
20530 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20531 with make-char.
20532
20533 * mm-util.el (mm-make-char): Remove.
20534
20535 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20536 add-minor-mode.
20537
20538 * gnus-undo.el (gnus-undo-mode): do.
20539
20540 * gnus-topic.el (gnus-topic-mode): do.
20541
20542 * gnus-sum.el (gnus-dead-summary-mode): do.
20543
20544 * gnus-start.el (gnus-slave-mode): do.
20545
20546 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20547
20548 * gnus-ml.el (gnus-mailing-list-mode): do.
20549
20550 * gnus-gl.el (gnus-grouplens-mode): do.
20551
20552 * gnus-draft.el (gnus-draft-mode): do.
20553
20554 * gnus-dired.el (gnus-dired-mode): do.
20555
20556 * gnus-ems.el (gnus-add-minor-mode): Remove.
20557
20558 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20559 Replace gnus-char-width with char-width.
20560
20561 * gnus-ems.el (gnus-char-width): Remove.
20562
20563 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20564 Replace gnus-char-width with char-width.
20565
20566 * gnus-ems.el (gnus-char-width): Remove.
20567
20568 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20569 definition.
20570 Remove Emacs 20 hash table compatibility code.
20571
20572 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20573 20 compatibility code.
20574
20575 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20576
20577 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20578
20579 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20580 Replace with point-at-{eol,bol}.
20581
20582 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20583
20584 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20585
20586 * flow-fill.el (fill-flowed-point-at-bol)
20587 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20588
20589 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20590 Replace with point-at-{eol,bol} throughout all files.
20591
20592 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20593
20594 * ntlm.el (ntlm-string-as-unibyte): New macro.
20595 (ntlm-build-auth-response): Use it.
20596
20597 Remove Emacs 20 stuff:
20598 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20599 of delq and copy-sequence.
20600 * gnus-art.el (popup-menu): Remove the compiler macro.
20601 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20602 Emacs 20.
20603
20604 2004-01-05 Simon Josefsson <jas@extundo.com>
20605
20606 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20607 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20608 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20609 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20610 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20611 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20612 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20613 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20614 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20615 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20616 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20617 string-xor into ntlm-string-xor.
20618 Suggested by Jesper Harder <harder@myrealbox.com>.
20619
20620 * ntlm.el: Don't include poem.
20621
20622 * md4.el (print-int32, print-string-hexa): Remove.
20623 Suggested by Jesper Harder <harder@myrealbox.com>.
20624
20625 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20626
20627 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20628 probably breaks emacs with DL patch, but do we care? Is anyone
20629 still using the DL stuff?)
20630
20631 * sieve-manage.el: Use the password package.
20632 (sieve-manage-read-passwd): Remove.
20633 (sieve-manage-interactive-login): Use password. Re-add
20634 condition-case around loop.
20635
20636 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20637 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20638 Use the password package.
20639
20640 2003-02-19 Simon Josefsson <jas@extundo.com>
20641
20642 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20643 token.
20644
20645 2002-08-07 Simon Josefsson <jas@extundo.com>
20646
20647 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20648 (sieve-manage-authenticators):
20649 (sieve-manage-authenticator-alist): Add some SASL mechs.
20650 (sieve-sasl-auth): New function.
20651 (sieve-manage-cram-md5-auth):
20652 (sieve-manage-plain-auth): Rewrite using SASL library.
20653 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20654 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20655 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20656 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20657
20658 2004-01-05 Simon Josefsson <jas@extundo.com>
20659
20660 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20661 New files.
20662
20663 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20664
20665 * gnus-group.el (gnus-no-groups-message): Update.
20666
20667 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20668
20669 2003-11-09 Simon Josefsson <jas@extundo.com>
20670
20671 * imap.el: Support for ID IMAP extension (RFC 2971).
20672 (imap-local-variables): Add imap-id.
20673 (imap-id): New variable.
20674 (imap-id): New function.
20675 (imap-parse-response): Parse untagged ID response.
20676 * nnimap.el (nnimap-id): New variable.
20677 (nnimap-open-connection): Use it.
20678
20679 2003-12-28 Simon Josefsson <jas@extundo.com>
20680
20681 * gnus-score.el (gnus-score-edit-all-score): New.
20682 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20683
20684 2004-01-04 Simon Josefsson <jas@extundo.com>
20685
20686 * password.el: Add.
20687
20688 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20689
20690 * dns.el (dns-query-types): Fix typo.
20691 (dns-query-types): New function.
20692 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20693 PTR and SOA replies, see RFC 1035.
20694
20695 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20696
20697 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20698
20699 * Move to Changelog.2.
20700
20701 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20702
20703 * gnus.el (gnus-version-number): Bump version.
20704
20705 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20706
20707 * gnus.el: No Gnus v0.1 is released.
20708
20709 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20710
20711 * gnus.el: No Gnus v0.0 is released.
20712
20713 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20714
20715 * gnus.el (gnus-version-number): Bump.
20716 (gnus-version): No.
20717
20718 See ChangeLog.2 for earlier changes.
20719
20720 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20721
20722 This file is part of GNU Emacs.
20723
20724 GNU Emacs is free software: you can redistribute it and/or modify
20725 it under the terms of the GNU General Public License as published by
20726 the Free Software Foundation, either version 3 of the License, or
20727 (at your option) any later version.
20728
20729 GNU Emacs is distributed in the hope that it will be useful,
20730 but WITHOUT ANY WARRANTY; without even the implied warranty of
20731 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20732 GNU General Public License for more details.
20733
20734 You should have received a copy of the GNU General Public License
20735 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20736
20737 ;; Local Variables:
20738 ;; coding: utf-8
20739 ;; fill-column: 79
20740 ;; add-log-time-zone-rule: t
20741 ;; End: