49128552e00f758b93f825773fd3ec2e290cfc5d
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * registry.el (registry-reindex): Fix percentage message.
4
5 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
6
7 * shr.el: Add shr-link face for links.
8 (shr-urlify): Use it.
9
10 * registry.el (registry-insert): Make error message more helpful.
11
12 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13
14 * gnus-html.el (gnus-html-schedule-image-fetching): Use
15 url-queue-retrieve, if it exists.
16
17 * shr.el (shr-tag-img): Ditto.
18
19 * gnus.el: Autoload more gnus-agent functions.
20
21 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
22 agent if we haven't already (bug#8502).
23
24 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
25 into the Agent, too.
26
27 * gnus-agent.el (gnus-agent-store-article): New function.
28
29 * nnheader.el (nnheader-insert-buffer-substring): Renamed from nntp-
30 and moved from that file for reuse.
31
32 * pop3.el (pop3-open-server): Error messages are "-ERR".
33
34 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
35
36 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
37 (open-tls-stream): Remove superfluous tls/starttls autoloads.
38
39 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
42 buffer has moved to a different frame.
43
44 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
45
46 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
47 to get the conversion from unibyte to multibyte buffers to work on
48 Emacs 22.
49
50 * nntp.el (nntp-request-article): Slight clean-up.
51
52 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
53
54 * shr.el (shr-strike-through): New face.
55 (shr-tag-s): Use it to provide <s> support.
56 (shr-tag-s): Remove duplicate definition.
57
58 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
59
60 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
61 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
62
63 2011-04-23 Glenn Morris <rgm@gnu.org>
64
65 * gnus-sum.el (gnus-extra-headers): Bump :version.
66
67 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
68
69 * shr.el (shr-tag-sup): New function.
70 (shr-tag-sub): Ditto.
71
72 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
73
74 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
75 for the case where `gnus-registry-ignored-groups' is a list of lists,
76 and don't call `gnus-parameter-registry-ignore' otherwise.
77
78 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
79
80 * nnimap.el (nnimap-user): New backend variable.
81 (nnimap-open-connection-1): Use it.
82 (nnimap-credentials): Accept user parameter so it's explicit what user
83 name is desired.
84
85 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
86 default.
87
88 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
89 not gnus-registry.el.
90
91 * gnus-registry.el: Mention in comments how to modify
92 `gnus-extra-headers' for proper recipient tracking and that it may
93 already have To and Cc recently, which it does as of this commit.
94 (gnus-registry-ignored-groups): Remove defcustom.
95 Explain why in comments.
96 (gnus-registry-action): Fix data-header reference to use the extra
97 headers. Explain in package commentary how to add To and Cc headers to
98 the gnus-extra-headers.
99 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
100 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
101 parameter list or a string list in `gnus-registry-ignored-groups'. Fix
102 logic error.
103
104 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
105
106 * shr.el (shr-expand-url): Protect against null urls.
107
108 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
109
110 * shr.el (shr-base): New binding.
111 (shr-tag-base): Keep track of <base>.
112 (shr-expand-url): New function used throughout.
113
114 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
115
116 * gnus-registry.el
117 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
118 (gnus-registry-ignored-groups): New variable.
119 (gnus-registry-ignore-group-p): Use it.
120 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
121 set the destination group to nil (same as delete) if it's ignored.
122
123 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
124
125 * gnus-registry.el (gnus-registry-action)
126 (gnus-registry-fetch-header-fast):
127 Don't use mail-header that looks an internal function of mailheader.el.
128
129 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
130
131 * gnus-registry.el: Eliminate cl functions.
132 (gnus-registry-sort-addresses): New function that replaces mapcan.
133 (gnus-registry-action, gnus-registry-spool-action)
134 (gnus-registry-split-fancy-with-parent)
135 (gnus-registry-fetch-recipients-fast): Use it.
136 (gnus-registry-import-eld): Replace delete* with dolist + delq.
137
138 * registry.el (initialize-instance, registry-lookup)
139 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
140 (registry-lookup-secondary-value, registry-search, registry-delete)
141 (registry-insert, registry-reindex, registry-size, registry-prune):
142 Use eval-and-compile.
143
144 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
145
146 * registry.el (registry-reindex): New method to recreate the secondary
147 registry indices.
148
149 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
150 tracked field changes.
151 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
152 (gnus-registry-action, gnus-registry-spool-action)
153 (gnus-registry-handle-action)
154 (gnus-registry--split-fancy-with-parent-internal)
155 (gnus-registry-split-fancy-with-parent)
156 (gnus-registry-register-message-ids): Add recipient tracking on spool,
157 move, and delete actions, and for fancy splitting with parent.
158 (gnus-registry-extract-addresses)
159 (gnus-registry-fetch-recipients-fast)
160 (gnus-registry-fetch-header-fast): Convenience functions.
161 (gnus-registry-misc-test): ERT test of
162 `gnus-registry-extract-addresses'.
163
164 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
165
166 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
167 Track by subject first, then sender.
168
169 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
172
173 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
174 Lisp.
175
176 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
177 (gnus-draft-send): Use it to avoid popping
178 up frames from gnus-group-send-queue.
179
180 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
181
182 * gnus-registry.el: Updated gnus-registry docs.
183
184 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
185
186 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
187 Fix logic bug.
188 (gnus-registry-post-process-groups): Fix logging of no results and
189 quote sender and subject.
190
191 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
192
193 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
194 (gnus-read-active-for-groups): Don't try to finish getting stuff where
195 we had no early-data returned.
196 (gnus-get-unread-articles): Add a sanity check so that we don't issue
197 two async commands to the same server at the same time.
198
199 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
200
201 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
202
203 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
204
205 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
206 "warning" level.
207
208 * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
209 (mm-url-insert-file-contents): Don't set the package names.
210
211 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
212
213 * gnus-registry.el (gnus-registry-action): Remove properties and
214 simplify subject in `gnus-registry-handle-action'.
215 (gnus-registry-spool-action): Get subject and sender from message if
216 they are not passed in.
217 (gnus-registry-handle-action): Remove properties and simplify subject
218 consistently.
219
220 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * registry.el: Require CL before using defmacro*.
223
224 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
225
226 * gnus-art.el (article-treat-date): Assume that
227 gnus-article-date-headers may be a group parameter.
228
229 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
230
231 * gnus-registry.el (gnus-registry-handle-action): More debugging.
232
233 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
234 interactively so the newsrc file can contain foreign groups too.
235 Useful for debugging but not much for users.
236
237 2011-04-07 David Engster <dengste@eml.cc>
238
239 * registry.el (registry-usage-test): Only do
240 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
241 lexical binding.
242
243 2011-04-06 David Engster <dengste@eml.cc>
244
245 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
246 argument NOERROR for `require', since XEmacs 21.4 does not support it.
247
248 2011-04-06 David Engster <dengste@eml.cc>
249
250 * registry.el (initialize-instance): Change :after to :AFTER to be
251 compatible with old EIEIO version in XEmacs.
252
253 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
254
255 * gnus-registry.el (gnus-registry-post-process-groups)
256 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
257 and provide better messaging.
258
259 2011-04-06 David Engster <dengste@eml.cc>
260
261 * Makefile.in (fail-on-warning): New rule to compile with warnings as
262 errors.
263
264 * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
265 dgnushack-compile with error-on-warn enabled, and to signal an error if
266 clean compilation failed.
267 (dgnushack-compile): New argument 'error-on-warn'. If non-nil, compile
268 with `byte-compile-error-on-warn'. Return nil if errors occured.
269
270 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
271
272 * gnus-registry.el: Don't use ERT if it's not available. Load it
273 unconditionally anyway, discarding errors.
274 (gnus-registry-delete-entries): New convenience function.
275 (gnus-registry-import-eld): Import from old .eld registry.
276
277 * registry.el: Don't use ERT if it's not available. Load it
278 unconditionally anyway, discarding errors.
279
280 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
281 version from the Claudio Bley GnuTLS patch (extra optional parameters
282 and host name).
283
284 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
285
286 * gnus-registry.el (gnus-registry-fixup-registry): New function to
287 fixup the parameters that can be customized by the user between
288 save/read cycles.
289 (gnus-registry-read): Use it.
290 (gnus-registry-make-db): Use it.
291 (gnus-registry-spool-action, gnus-registry-handle-action): Fix
292 messaging.
293 (gnus-registry--split-fancy-with-parent-internal): Fix loop. Map
294 references to actual group names with sender and subject tracking.
295 (gnus-registry-post-process-groups): Use `cond' for better messaging.
296 (gnus-registry-usage-test): Add subject lookup test.
297
298 * registry.el (registry-db, initialize-instance): Set up constructor
299 instead of :initform arguments for the sake of older Emacsen.
300 (registry-lookup-breaks-before-lexbind): New method to demonstrate
301 pre-lexbind merge bug.
302 (registry-usage-test): Use it.
303 (initialize-instance, registry-db): Move the non-function initforms
304 back to the class definition.
305
306 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
307
308 * registry.el: New library to manage gnus-registry-style data.
309
310 * gnus-registry.el: Use it (major rewrite).
311
312 * nnregistry.el: Use it.
313
314 * spam.el: Use it.
315
316 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
317
318 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
319 marks on non-selected articles.
320
321 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
322
323 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
324
325 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
326 parameter to open-protocol-stream.
327
328 2011-04-01 Julien Danjou <julien@danjou.info>
329
330 * mm-view.el (mm-display-inline-fontify): Do not fontify with
331 fundamental-mode.
332
333 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
334
335 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
336 servers.
337
338 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
339
340 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
341 made marks not propagate, again.
342
343 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
344
345 * proto-stream.el (open-protocol-stream): Bring back `network' type.
346 Make this the default type.
347 (proto-stream-open-plain): Rename from proto-stream-open-default.
348 (open-protocol-stream, proto-stream-open-starttls)
349 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
350 with `plain'.
351
352 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
353 value.
354
355 * nntp.el (nntp-open-connection-function): Document the fact that some
356 values are not functions but are instead handled specially. Recognize
357 nntp-open-plain-stream value.
358 (nntp-open-connection): Recognize that value.
359
360 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
361
362 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
363 stuff.
364
365 * gnus-score.el (gnus-score-string): Fix calling convention of
366 `gnus-simplify-buffer-fuzzy' after last patches.
367
368 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
369 server for articles we didn't get any headers for. This is a sanity
370 check.
371
372 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
373
374 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
375 new CAPABILITY, use it.
376
377 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
378
379 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
380 downloading anything.
381
382 * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
383
384 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
385
386 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
387 colors.
388 (gnus-splash-svg-color-symbols): New function.
389
390 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
391
392 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
393 instead of using the global gnus-simplify-subject-fuzzy-regexp.
394 (gnus-simplify-subject-fuzzy): Use the local
395 gnus-simplify-subject-fuzzy-regex instead of the global one. This
396 makes using this variable in group parameters work.
397
398 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
399
400 * gnus-registry.el (gnus-registry-unfollowed-groups): Add
401 "archive:sent" to the unfollowed group regex (for the recent Gnus
402 archive:sent-YYYY-MM-DD groups).
403 (gnus-registry-split-fancy-with-parent): Bail out early in sender
404 tracking if there are more than `gnus-registry-max-track-groups'
405 matches.
406
407 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * message.el (message--yank-original-internal): New function to do the
410 insertion cleanly inside eval in `message-yank-original'.
411 (message-yank-original): Use it.
412
413 2011-03-29 Julien Danjou <julien@danjou.info>
414
415 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
416 local variables disabled rather than `normal-mode'.
417
418 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
419
420 * proto-stream.el: Changes preparatory to merging open-protocol-stream
421 with open-network-stream.
422 (proto-stream-always-use-starttls): Option removed.
423 (open-protocol-stream): Return a process object by default. Provide a
424 new parameter :return-list specifying a list-type return value, which
425 now has the form (PROP . PLIST) instead of a fixed-length list. Change
426 :type `network' to `try-starttls', and `network-only' to `default'.
427 Make `default' the default, for compatibility with open-network-stream.
428 Handle the no-parameter case exactly as open-network-stream, with no
429 additional stream processing. Search plists using plist-get.
430 Explicitly add :end-of-commend parameter if it is missing.
431 (proto-stream-open-default): Renamed from
432 proto-stream-open-network-only. Return 'default as the type.
433 (proto-stream-open-starttls): Rename from proto-stream-open-network.
434 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
435 failed. Always return a list with a (possibly dead) process as the
436 first element, for compatibility with open-network-stream.
437 (proto-stream-open-tls): Use plist-get. Always return a list.
438 (proto-stream-open-shell): Return `default' as connection type.
439 (proto-stream-capability-open): Use plist-get.
440 (proto-stream-eoc): Function deleted.
441
442 * nnimap.el (nnimap-stream, nnimap-open-connection)
443 (nnimap-open-connection-1): Handle renaming of :type parameter for
444 open-protocol-stream.
445 (nnimap-open-connection-1): Pass a :return-list parameter
446 open-protocol-stream to obtain a list return value. Parse this list
447 using plist-get.
448
449 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
450 for open-protocol-stream. Accept open-protocol-stream return value
451 that is a subprocess object instead of a list. Handle the case of a
452 dead returned process.
453
454 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
455
456 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
457
458 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
459
460 2011-03-21 Julien Danjou <julien@danjou.info>
461
462 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
463 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
464 query.
465 (mm-inline-text): Render normal text with fontification whenever
466 possible.
467
468 * gnus-sum.el (gnus-summary-save-parts-1):
469 * gnus-art.el (gnus-article-browse-html-save-cid-content)
470 (gnus-article-browse-html-parts, gnus-mime-delete-part)
471 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
472 Use `mm-handle-filename'.
473
474 * mm-util.el (mm-handle-filename): New function, return the filename of
475 an handle.
476
477 2011-03-18 Julien Danjou <julien@danjou.info>
478
479 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
480 (gnus-buffer-live-p): Check that buffer is not nil.
481
482 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
483
484 * gnus-art.el: Require mouse, which the build bot seems to say is
485 needed.
486
487 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
488 XEmacs, since it doesn't have url-retrieve-synchronously.
489
490 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
491
492 * gnus-group.el (gnus-group-list-ticked): New function.
493 (gnus-group-make-menu-bar): Provide a menu entry for it.
494 (gnus-group-list-map): Provide a binding for it.
495
496 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
497
498 * shr.el (shr-visit-file): New command.
499
500 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
501
502 2011-03-17 Bjørn Mork <bjorn@mork.no>
503
504 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
505 servers.
506
507 2011-03-16 Julien Danjou <julien@danjou.info>
508
509 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
510 inline.
511
512 * gnus-art.el (article-hide-list-identifiers): Use
513 gnus-group-get-list-identifiers.
514
515 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
516 (gnus-summary-remove-list-identifiers): Use
517 gnus-group-get-list-identifiers to get regexp.
518 (gnus-select-newsgroup, gnus-summary-insert-subject)
519 (gnus-summary-insert-articles): Call
520 gnus-summary-remove-list-identifiers unconditionally.
521
522 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
523
524 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
525 we're selecting a group with unread articles.
526
527 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
528
529 * gssapi.el: New file separated out from imap.el to provide a general
530 Kerberos 5 connection facility for Emacs.
531
532 * message.el (message-elide-ellipsis): Document the format spec
533 ellipsis.
534
535 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
536
537 * message.el (message-elide-region): Allow the ellipsis to say how many
538 lines were removed.
539
540 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
541
542 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
543 window configurations containing buffers that are now dead.
544
545 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
546 parsing to avoid integer overflows.
547 (nnimap-parse-flags): Simplify the last change.
548 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
549 too large for 32-bit Emacsen.
550
551 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * auth-source.el (auth-source-netrc-create):
554 * message.el (message-yank-original): Fix use of `case'.
555
556 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
557
558 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
559 XEmacs, which was one character too wide.
560
561 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
562
563 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
564 default number of articles to display.
565 (gnus-articles-to-read): Use pretty names for prompt.
566
567 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
568
569 * gnus-int.el (gnus-open-server): Ditto.
570
571 * gnus-start.el (gnus-activate-group): Give a backtrace if
572 debug-on-quit is set and the user hits `C-g'.
573 (gnus-read-active-file): Ditto.
574
575 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
576
577 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
578
579 * message.el (message-yank-original): Use cond instead of CL case.
580
581 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * auth-source.el (auth-source-netrc-create): Use usual format for the
584 default in prompts.
585
586 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
587
588 * auth-source.el (auth-source-netrc-create): Show the default in the
589 prompt when prompting for token creation.
590
591 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
592
593 * auth-source.el (auth-source-format-prompt): Always convert the value
594 to a string to avoid evaluating non-string arguments.
595 (auth-source-netrc-create): Offer default properly, not as initial
596 content in `read-string'.
597 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
598 of line to determine if we've been run before. If so, don't run again,
599 but print a trivial message to indicate the cache was hit instead.
600
601 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
602
603 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
604 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
605 The user will have to run `gnus-sync-read' manually and wait for Cloudy
606 Gnus.
607
608 2011-03-11 Julien Danjou <julien@danjou.info>
609
610 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
611 modified file".
612
613 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
614
615 * auth-source.el (auth-source-read-char-choice): New function to read a
616 character choice using `dropdown-list', `read-char-choice', or
617 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
618 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
619 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
620 (auth-source-netrc-saver): Use it.
621 (auth-source-pick-first-password): New convenience function.
622
623 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
624
625 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
626 parameter in the credentials.
627 (nnimap-open-connection-1): Use it after a successful login.
628 (nnimap-credentials): Add IMAP-specific user and password prompt.
629
630 * auth-source.el (auth-source-search): Add :require parameter, taking a
631 list. Document it and the :save-function return token. Pass :require
632 down. Change the CREATED message from a warning to a debug statement.
633 (auth-source-search-backends): Pass :require down.
634 (auth-source-netrc-search): Pass :require down.
635 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
636 Change save prompt to indicate all modifications saved here are
637 deletions.
638 (auth-source-netrc-create): Take user login name as default in user
639 prompt. Move all the save functionality to a lexically bound function
640 under the :save-function token in the returned list. Set up clearer
641 default prompts for user, host, port, and secret.
642 (auth-source-netrc-saver): New function, intended to be wrapped for
643 :save-function.
644
645 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
646
647 * Version 23.3 released.
648
649 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
650
651 * shr.el (shr-table-horizontal-line): Change the defaults for the table
652 lines to be spaces instead.
653
654 2011-03-07 Julien Danjou <julien@danjou.info>
655
656 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
657 (sieve-sasl-auth): Check that auth-source-search did return something,
658 or just return an empty string.
659
660 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
661
662 * gnus.el (gnus-interactive): Use read-directory-name.
663
664 * gnus-uu.el (gnus-uu-decode-uu-and-save)
665 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
666 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
667 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
668 Likewise.
669
670 * gnus-group.el (gnus-group-make-directory-group): Likewise.
671
672 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
673
674 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
675 onto the list of killed groups, too. This makes killed nnimap groups,
676 for instance, more reliably not reappear.
677
678 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
679 the parent.
680
681 * gnus-sum.el (gnus-update-read-articles): Fix typo.
682
683 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
684 really have server-side marks.
685
686 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
687 since most backends do not usefully have server-side marks.
688 (gnus-update-read-articles): Propagate marks to all backends that
689 really have server-side marks.
690
691 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
692
693 * message.el (message-cite-reply-position, message-cite-style):
694 New variables.
695 (message-yank-original): Use the new citation styles.
696
697 2011-03-04 Daiki Ueno <ueno@unixuser.org>
698
699 * message.el (message-options): Revert the change that's a workaround
700 for XEmacs buffer-local issue; don't mark it buffer-local when running
701 under XEmacs.
702
703 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
704
705 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
706 numbers too big to be `read'.
707
708 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
709
710 * message.el (message-options): Make buffer-local two ways to attempt
711 to fix a XEmacs bug.
712
713 2011-03-02 Julien Danjou <julien@danjou.info>
714
715 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
716
717 2011-03-01 Julien Danjou <julien@danjou.info>
718
719 * gnus-art.el (list-identifier): Add list-identifier as a parameter
720 group.
721 (article-hide-list-identifiers): Use list-identifier group parameter.
722
723 2011-02-28 Julien Danjou <julien@danjou.info>
724
725 * sieve.el (sieve-buffer-script-name): New local variable to store
726 sieve script name.
727 (sieve-edit-script): Store sieve script name.
728 (sieve-upload): Use sieve script name when uploading.
729 (sieve-upload): Use substitute-command-keys.
730 (sieve-edit-script): Use substitute-command-keys.
731 (sieve-refresh-scriptlist): Use substitute-command-keys.
732 (sieve-manage-mode-map): Define keymap properly.
733 (sieve-manage-mode): Do not set mode name manually, change mode-name to
734 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
735 Remove commented code about cvs.
736 (sieve-manage-quit): New function.
737 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
738
739 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
740
741 * gnus-group.el (gnus-import-other-newsrc-file): New function.
742
743 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
744
745 * auth-source.el (auth-source-search): Cache empty result sets.
746
747 * auth-source.el (auth-source-save-behavior): New variable to replace
748 `auth-source-never-create'.
749 (auth-source-netrc-create): Use it.
750 (auth-source-never-save): Remove.
751
752 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
753
754 * nnimap.el (nnimap-stream): Doc fix.
755 (nnimap-open-connection-1): Reverse the order of the ports to that the
756 prompted-for port is first.
757
758 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
759 retrieval by the no-group selection.
760
761 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
762 numerical parameters.
763
764 2011-02-25 Julien Danjou <julien@danjou.info>
765
766 * gnus-gravatar.el: Use gnus-with-article-buffer.
767
768 * gnus-art.el (gnus-with-article-buffer): Check that the
769 gnus-article-buffer is alive.
770
771 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
772
773 * auth-source.el (auth-source-creation-prompts): New variable to manage
774 creation-time prompts.
775 (auth-source-search): Document it.
776 (auth-source-format-prompt): Add utility function.
777 (auth-source-netrc-create): Don't default the user name to
778 user-login-name. Use `auth-source-creation-prompts' and some default
779 prompts for user, host, port, and password (the default generic prompt
780 remains ugly).
781 (auth-source-never-save): Add customizable option to never save info.
782 (auth-source-netrc-create): Use it and improve save prompts. Fix help
783 mode excursion.
784
785 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
786
787 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
788 argument that XEmacs doesn't support.
789
790 2011-02-23 Julien Danjou <julien@danjou.info>
791
792 * gnus-art.el (article-make-date-line): Ignore errors if time is
793 invalid and not convertible.
794 (article-make-date-line): Only add lapsed time if time is not nil.
795
796 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
797
798 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
799 `read-char-choice' for backwards compatibility.
800 (auth-source-netrc-element-or-first): New function to DTRT for
801 parameter extraction.
802 (auth-source-netrc-create): Use it and fix multiple parameter print
803 bug. Use the default passed from above (given-default) or the
804 built-in (user-login-name for :user).
805
806 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
807
808 * gnus-start.el (gnus-dribble-read-file):
809 Set buffer-save-without-query, since we always want to save the dribble
810 file, probably.
811
812 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
813 nnimap.
814
815 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
816 -summary- since it's a user-visible variable.
817
818 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
819 first time you use the new Gnus.
820
821 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
822
823 * auth-source.el: Don't load netrc.el.
824 (auth-sources): Search ~/.netrc as well by default.
825 (auth-source-debug): Add 'trivia option for extra output.
826 (auth-source-do-trivia): Use it.
827 (auth-source-search): Simplify logic to use
828 `auth-source-search-backends'. Use `auth-source-do-trivia' where
829 appropriate. Don't keep a running count at this level. Layer :create
830 and :delete options appropriately on the first and second passes.
831 Don't track the backend with the search results.
832 (auth-source-search-backends): New function to search a list of
833 backends for a processed spec.
834 (auth-source-netrc-parse): Cache all netrc files, making
835 auth-source-netrc-cache an alist keyed by the file name and using the
836 file mtime as the caching criterion. Keep the obfuscated data secret
837 with a lexical bind.
838 (auth-source-netrc-search): Don't calculate the length of the results
839 unnecessarily.
840 (auth-source-search-backends): Fix bug.
841 (auth-source-netrc-create): Rework prompts.
842
843 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
844
845 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
846 Lower case names of search constraints.
847 (nnir-run-query): Cache and reuse search constraints for all imap
848 servers.
849
850 2011-02-22 Sam Steingold <sds@gnu.org>
851
852 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
853
854 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
855
856 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
857 after exit.
858 (gnus-setup-message): Define missing variable from last checkin.
859
860 * gnus-sum.el (gnus-summary-show-article): When called with t as the
861 value, show the raw article.
862
863 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
864
865 * nnimap.el (nnimap-open-connection-1): Revert last change, since
866 auth-source now accepts numbers.
867
868 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
869 spec, too.
870 (auth-source-ensure-strings): New function.
871
872 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
873 (gnus-article-setup-buffer): Always restart the date timer so that user
874 changes to the frequency is respected.
875
876 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
877 port numbers, so make sure it gets that if nnimap-server-port is
878 explicit.
879
880 2011-02-21 Simon Josefsson <simon@josefsson.org>
881
882 * nnimap.el (nnimap-inbox): Doc fix.
883
884 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
885
886 * shr-color.el (shr-color->hexadecimal): Use renamed function names
887 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
888 color-lab-to-srgb.
889
890 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
891
892 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
893 given method as in the group name if we're using an extended method.
894 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
895 command, if we're using that, instead of waiting for the beginning.
896
897 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
898 we're sure to get unique server names, and we don't output two async
899 commands in the same buffer. This fixes an NNTP hang for some users.
900
901 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
902
903 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
904 summary buffer before reading going to the next buffer. This avoids
905 putting the point in the group buffer if you `C-g' the command.
906
907 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
908 cache (for now) to make ~/.authinfo.gpg files usable.
909
910 * nnfolder.el (copyright-update): Define for the compiler.
911
912 * auth-source.el (auth-source-search): Fix unbound variable.
913
914 2011-02-19 Glenn Morris <rgm@gnu.org>
915
916 * gnus.el (gnus-meta): Doc fix.
917
918 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
919
920 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
921 in case it's not yet loaded.
922
923 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
924
925 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
926 line we're waiting for.
927
928 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
929
930 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
931 face with line-width greater than zero will cause RET in gnus summary
932 buffer to scroll down article page-wise because auto vscroll happens,
933 it should be temporalily disabled when doing a scroll-up.
934
935 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
936
937 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
938 outputs from the server.
939
940 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
941
942 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
943 later so that bbdb can hook in easier.
944
945 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
946
947 * auth-source.el (auth-source-search): Don't try to create credentials
948 if the caller doesn't want that.
949 (auth-source-search): If we don't find a match, don't bug out on
950 non-bound variables.
951 (auth-source-search): Only ask a single backend to create the
952 credentials.
953
954 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
955 logging.
956 (nnimap-credentials): Protect against auth-source-search returning nil.
957 (nnimap-request-list): Protect against not being able to open the
958 server.
959
960 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
961
962 * auth-source.el (auth-source-search): Do a two-phase search, one with
963 no :create to get the responses from all backends.
964
965 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
966 when getting credentials.
967
968 * gnus-util.el (gnus-delete-duplicates): New function.
969
970 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
971
972 * nnimap.el (nnimap-credentials): Instead of picking the first port as
973 a creation default, pass the whole port list down. It will be
974 completed.
975
976 * auth-source.el (auth-source-search): Updated docs to talk about
977 multiple creation choices.
978 (auth-source-netrc-create): Accept a list as a value (from the search
979 parameters) and do completion on that list. Keep a separate netrc line
980 with the password obscured for showing the user.
981
982 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
983 first choice to `auth-source-search' so it will be used for entry
984 creation instead of the server's Gnus-specific name.
985 (nnimap-credentials): Rely on the auth-source library to select which
986 port is actually wanted in the new netrc entry, so don't override
987 `auth-source-creation-defaults'.
988
989 * auth-source.el (auth-source-netrc-parse): Use :port instead of
990 :protocol and accept a missing user, host, or port as a wildcard match.
991 (auth-source-debug): Default to off.
992
993 (auth-source-netrc-search, auth-source-netrc-create)
994 (auth-source-secrets-search, auth-source-secrets-create)
995 (auth-source-user-or-password, auth-source-backend, auth-sources)
996 (auth-source-backend-parse-parameters, auth-source-search): Use :port
997 instead of :protocol.
998
999 * nnimap.el (nnimap-credentials): Pass a port default to
1000 `auth-source-search' in case an entry needs to be created.
1001 (nnimap-open-connection-1): Use :port instead of :protocol.
1002
1003 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1004
1005 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1006 instead of delete-dups that is not available in XEmacs 21.4.
1007
1008 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1009
1010 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1011 nil means that nnimap doesn't get updated.
1012
1013 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1014
1015 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1016 result when the user doesn't want to write to the file.
1017 (auth-source-netrc-search): Expect a synthetic result and proceed
1018 accordingly.
1019 (auth-source-cache-expiry): New variable to override
1020 `password-cache-expiry'.
1021 (auth-source-remember): Use it.
1022
1023 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1024 parameter. Create entry if necessary by using :create t.
1025 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1026
1027 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1028
1029 * auth-source.el (auth-source-debug): Enable by default and don't
1030 mention the obsolete `auth-source-hide-passwords'.
1031 (auth-source-do-warn): New function to debug unconditionally.
1032 (auth-source-do-debug): Use it.
1033 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1034 and for Secrets API entries when the secrets.el library is not
1035 available.
1036
1037 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1038
1039 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1040 (gnus-summary-exit): Kill the correct article buffer on exit from a
1041 `C-d' group.
1042
1043 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1044 gnus-propagate-marks.
1045
1046 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1047 before killing the buffers so that a non-full window conf gets handled
1048 correctly.
1049 (gnus-summary-exit): Ditto.
1050 (gnus-summary-read-group-1): Ditto.
1051
1052 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1053 async code again so that we can debug it properly.
1054
1055 * message.el (message-reply): Take an optional switch-buffer parameter
1056 so that Gnus window confs are respected better.
1057
1058 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1059
1060 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1061 `plist-get' to accept non-list parameters (XEmacs issue).
1062 Fix docstring.
1063 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1064 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1065 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1066 Login collection is "Login" and not "login".
1067
1068 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1069
1070 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1071 multiple headers.
1072
1073 * nnimap.el (nnimap-inhibit-logging): New variable.
1074 (nnimap-log-command): Don't log login commands.
1075
1076 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1077 to have more parameters.
1078
1079 * nnimap.el (nnimap-send-command): Mark the command time for each
1080 command, so that we don't get NOOPs stepping on our toes.
1081
1082 * gnus-art.el (article-date-ut): Get the date from the Date header on
1083 `t'.
1084
1085 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1086
1087 * auth-source.el (auth-source-search): Use copy-sequence instead of
1088 the cl.el copy-list.
1089
1090 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1091
1092 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1093 Improve prompt.
1094
1095 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1096
1097 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1098 washing status from the default format. It isn't very informative.
1099
1100 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1101
1102 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1103 Fix Gcc processing on imap.
1104
1105 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * message.el (message-bury): Don't pop up a new window when selected
1108 window is dedicated.
1109
1110 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1111
1112 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1113
1114 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1115
1116 * sieve-manage.el: Autoload `auth-source-search'.
1117 (sieve-sasl-auth): Use it.
1118
1119 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1120
1121 * nnimap.el: Autoload `auth-source-forget+'.
1122 (nnimap-open-connection-1): Use it if the connection fails.
1123
1124 * auth-source.el: Require `password-cache'.
1125 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1126 obsolete.
1127 (auth-source-magic): Marker for `password-cache' keys.
1128 (auth-source-do-cache): Update docstring.
1129 (auth-source-search): Use and check cache.
1130 (auth-source-forget-all-cached, auth-source-remember)
1131 (auth-source-recall, auth-source-forget, auth-source-forget+)
1132 (auth-source-specmatchp): Caching support functions.
1133 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1134 Remove and obsolete.
1135 (auth-source-user-or-password): Remove caching to further discourage
1136 using it. Always hide passwords.
1137
1138 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1139
1140 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1141 code for now, since it doesn't work for all users.
1142
1143 2011-02-09 Julien Danjou <julien@danjou.info>
1144
1145 * message.el (message-options): Make message-options really buffer
1146 local.
1147
1148 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1149
1150 * mail-source.el: Autoload `auth-source-search'.
1151 (mail-source-keyword-map): Note order matters.
1152 (mail-source-set-1): Get all the mail-source source values and
1153 defaults and search auth-source on those if needed. This can all
1154 probably be simplified.
1155
1156 * nnimap.el: Autoload `auth-source-search'.
1157 (nnimap-credentials): Use it.
1158 (nnimap-open-connection-1): Ask for the virtual server and physical
1159 address in one shot.
1160
1161 * nntp.el: Autoload `auth-source-search'.
1162 (nntp-send-authinfo): Use it. Note TODO.
1163
1164 2011-02-08 Julien Danjou <julien@danjou.info>
1165
1166 * shr.el (shr-tag-body): Add support for text attribute in body
1167 markups.
1168
1169 * message.el (message-options): Make message-options a local variable.
1170
1171 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1172
1173 * auth-source.el (auth-source-secrets-search)
1174 (auth-source-user-or-password): Use `append' instead of `nconc'.
1175 (auth-source-user-or-password): Build return list better and protect
1176 against nil :secret.
1177
1178 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1179
1180 * nnimap.el (nnimap-update-info): Refactor slightly.
1181 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1182 (nnimap-update-info): Clean up slightly.
1183 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1184 characters.
1185 (nnimap-process-quirk): Rename function to avoid collision.
1186 (nnimap-update-info): Fix macrology bug-out.
1187 (nnimap-update-info): Simplify split history test.
1188
1189 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1190
1191 * auth-source.el (top): Require 'eieio unconditionally.
1192 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1193 (auth-source-secrets-search): Limit search when `max' is greater than
1194 number of results.
1195
1196 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1197
1198 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1199 part not returning any data.
1200
1201 * proto-stream.el (open-protocol-stream): Document the return value.
1202
1203 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1204
1205 * auth-source.el (auth-source-secrets-search): Add examples.
1206
1207 2011-02-06 Julien Danjou <julien@danjou.info>
1208
1209 * message.el (message-setup-1): Handle message-generate-headers-first
1210 set to t.
1211
1212 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1213
1214 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1215 API with a string "secrets:collection-name" and with 'default.
1216 (auth-source-backend-parse): Parse "secrets:collection-name" and
1217 'default. Recurse on parses instead of repeating code. Use the
1218 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1219 message when ignoring a source.
1220 (auth-source-search): List ignored search keys at the top level.
1221 (auth-source-netrc-create): Use `case' instead of `cond'.
1222 (auth-source-secrets-search): Created with TODOs.
1223 (auth-source-secrets-create): Created with TODOs.
1224 (auth-source-retrieve, auth-source-create, auth-source-delete)
1225 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1226 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1227 (auth-source-user-or-password-sftp)
1228 (auth-source-user-or-password-smtp): Remove.
1229 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1230 around `auth-source-search'. Not tested thoroughly.
1231
1232 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1233
1234 * auth-source.el: Bring in assoc and eioeio libraries.
1235 (secrets-enabled): New variable to track the status of the Secrets API.
1236 (auth-source-backend): New EIOEIO class to represent a backend.
1237 (auth-source-creation-defaults): New variable to set prompt defaults
1238 during token creation (see the `auth-source-search' docstring for
1239 details).
1240 (auth-sources): Simplify to allow a simple string as a netrc backend
1241 spec.
1242 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1243 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1244 (auth-source-search): Main auth-source API entry point.
1245 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1246 (auth-source-search-collection): Helper function for searching.
1247 (auth-source-netrc-parse, auth-source-netrc-normalize)
1248 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1249 Supports search, create, and delete.
1250 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1251 backend stubs.
1252 (auth-source-user-or-password): Call `auth-source-search' but it's not
1253 ready yet.
1254
1255 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1256
1257 * message.el (message-setup-1): Remove the read-only stuff, since it
1258 doesn't work under XEmacs, for some reason.
1259
1260 * gnus-sum.el (gnus-user-date): Rename back from
1261 gnus-summary-user-date since user code refers to it.
1262
1263 * shr.el (shr-render-td): Store the actual background colour used.
1264
1265 * message.el (message-setup-1): Don't bind the constant
1266 -forbidden-properties.
1267 (message-setup-1): Revert previous change, since it needs to bind the
1268 props to insert them.
1269 (message-resend): Allow removing the read-only separator line.
1270
1271 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1272
1273 * nnimap.el (nnimap-request-accept-article): Give an error message if
1274 the APPEND wasn't successful.
1275
1276 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1277
1278 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1279 that have no groups.
1280
1281 2011-02-03 Julien Danjou <julien@danjou.info>
1282
1283 * gnus-draft.el: Remove progn around gnus-draft-setup.
1284
1285 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1286
1287 * gnus-start.el (gnus-read-active-for-groups): This function is never
1288 called with a nil `infos', so clean that up.
1289 (gnus-get-unread-articles): Request active files from primary/secondary
1290 methods that have no groups (yet).
1291
1292 2011-02-03 Julien Danjou <julien@danjou.info>
1293
1294 * message.el (message-setup-1): Always generate References first.
1295 (message-mail): Return the return value of message-setup, not always t.
1296 (message-setup-1): Insert mail-header-separator with read-only and
1297 intangible properties set.
1298
1299 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1300 user-date in docstring.
1301
1302 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1303
1304 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1305 docstring.
1306
1307 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1308 defcustom, with type and group. Move from gnus-util.el. Rename to
1309 gnus-summary-user-date-format-alist.
1310
1311 2011-02-03 Glenn Morris <rgm@gnu.org>
1312
1313 * nnimap.el (gnus-fetch-headers): Declare.
1314
1315 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1316
1317 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1318
1319 * message.el (message-forward-make-body-digest-plain)
1320 (message-followup, message-reply): Clean up things noted by Stefan.
1321
1322 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1323 gnus-article-update-date-headers is nil.
1324 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1325 it didn't really work with defcustom.
1326 (article-update-date-lapsed): Make sure the window start doesn't move,
1327 either.
1328
1329 2011-02-01 Julien Danjou <julien@danjou.info>
1330
1331 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1332 format.
1333
1334 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1335 standard in Emacs nowadays.
1336
1337 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * message.el (message-expand-name): Don't trust the return value of
1340 bbdb-complete-name.
1341 (message-check-news-header-syntax): Remove unused var `start'.
1342 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1343 (message-inhibit-body-encoding): Move to before first use.
1344 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1345 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1346 (Organization, Message-ID, Date, mh-previous-window-config):
1347 Defvar the vars using dynamic scoping.
1348
1349 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1350
1351 * shr.el (shr-render-td): Only do colours at the final rendering.
1352 Should be slightly faster.
1353 (shr-insert-table): Fix up TD background colours when doing the
1354 vertical padding.
1355
1356 * gnus-art.el (article-date-ut): Protect against articles with no Date
1357 header.
1358 (article-update-date-lapsed): Don't use current-column to find the
1359 horizontal position. It's fragile in the presence of \003 characters.
1360
1361 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1362
1363 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1364
1365 * gnus-art.el (article-transform-date): Rewrite to still work when
1366 there are several rfc2822 parts.
1367 (article-transform-date): Fix infinite recursion.
1368 (article-date-ut): Replace infinitely many Date headers with a single
1369 one when called interactively.
1370
1371 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1372 secure manner.
1373
1374 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1375 move around by not using save-window-excursion. It seems to work...
1376
1377 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1378
1379 * gnus-art.el (article-make-date-line): Work for user-defined format.
1380
1381 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1382
1383 * nntp.el (nntp-retrieve-group-data-early)
1384 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1385 fetching functions.
1386
1387 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1388 thoroughly for all backends that have no known groups. This should
1389 allow new nnml methods to retrieve mail.
1390
1391 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1392 that Gnus doesn't know exists again.
1393
1394 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1395 (gnus-treat-date-ut): Ditto.
1396 (gnus-article-update-date-header): Rename.
1397 (gnus-treat-date-local): Remove.
1398 (gnus-treat-date-english): Remove.
1399 (gnus-treat-date-lapsed): Remove.
1400 (gnus-treat-date-combined-lapsed): Remove.
1401 (gnus-treat-date-original): Remove.
1402 (gnus-treat-date-iso8601): Remove.
1403 (gnus-treat-date-user-defined): Remove.
1404 (gnus-article-date-headers): New variable to control all the date
1405 header options.
1406 (article-date-ut): Rewrite to allow using the new way to format date
1407 headers(s).
1408
1409 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1410
1411 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1412 method.
1413 (nnmail-article-group): A better test for fanciness.
1414
1415 * nnimap.el (nnimap-request-head): Protect against not finding the
1416 article by Message-ID.
1417
1418 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1419
1420 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1421 keep point at the "same place".
1422
1423 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1424
1425 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1426 data if the group is unactivated.
1427
1428 2011-01-28 Julien Danjou <julien@danjou.info>
1429
1430 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1431 (gnus-all-windows-visible-p): Remove old compatibility code.
1432 (gnus-window-top-edge): Add docstring.
1433
1434 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1435
1436 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1437
1438 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1439 older request-update-info.
1440
1441 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1442
1443 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1444
1445 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1446 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1447
1448 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1449
1450 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1451 groups. This makes the nndraft:queue group pop up if it's not already
1452 there.
1453
1454 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1455 messages" logic, which was reversed.
1456
1457 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1458 the "same place" even if point is on the line being replaced.
1459 (article-update-date-lapsed): Allow updating both the combined lapsed
1460 and the lapsed headers.
1461 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1462 (article-make-date-line): Limit the number of segments dynamically to
1463 avoid too-long lines.
1464
1465 2011-01-27 Julien Danjou <julien@danjou.info>
1466
1467 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1468 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1469
1470 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1471
1472 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1473 Use plist-get instead of the cl function getf.
1474
1475 2011-01-27 Glenn Morris <rgm@gnu.org>
1476
1477 * gnus-util.el (float-time): Get rid of compiler warning, again.
1478
1479 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1480
1481 * shr.el (shr-put-color): Special-case background colours: Do put them
1482 at the blank parts at the front of the lines.
1483
1484 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1485 exit hook to nix out all data on readedness on group exit.
1486
1487 * gnus-util.el (float-time): If float-time is bound, always use it on
1488 all Emacsen. It's unclear why the subrp check was there.
1489 (time-date): Require to make some autoload issues on XEmacs go away.
1490
1491 * shr.el (shr-put-color): Don't do the box padding in tables, since
1492 they're already padded.
1493
1494 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1495
1496 * gnus-art.el (gnus-article-next-page): When the last line of the
1497 article is displayed, scroll down once more instead of going to the
1498 next article at once.
1499 (article-lapsed-string): Refactor out and allow specifying how many
1500 segments you want.
1501 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1502 (gnus-article-update-lapsed-header): New variable.
1503
1504 * shr.el: Revert change that made headings use different-sized faces.
1505 The Emacs display engine isn't advanced enough that, for instance,
1506 tables can comfortably use differently-sized faces.
1507
1508 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1509
1510 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1511 used.
1512 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1513 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1514 we're using an encrypted connection.
1515
1516 * proto-stream.el: Alter the interface functions to also return the
1517 actual stream type used: network or tls.
1518
1519 2011-01-25 Julien Danjou <julien@danjou.info>
1520
1521 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1522 (mm-display-javascript-inline): New function.
1523
1524 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1525 viewing function.
1526
1527 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1528
1529 * shr.el (shr-expand-newlines): Fix variable name.
1530
1531 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1532
1533 * shr.el (shr-expand-newlines): Make nested boxes work.
1534
1535 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1536
1537 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1538 backgrounds.
1539 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1540 in a more sensible manner.
1541
1542 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1543
1544 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1545 if EPG is loaded.
1546
1547 2011-01-24 Julien Danjou <julien@danjou.info>
1548
1549 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1550 tags.
1551
1552 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1553
1554 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1555 commands.
1556
1557 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1558 in the article buffer.
1559 (gnus-gravatar-insert): Use blank space from the current buffer to
1560 avoid breaking text properties. This makes X-Sent updating work again.
1561
1562 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1563
1564 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1565
1566 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1567 fix the bug in url-http.el instead.
1568
1569 * shr.el (shr-image-fetched): Ditto.
1570
1571 * shr.el (shr-image-fetched): Avoid having point move in the article
1572 buffer.
1573
1574 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1575 buffer after being called. It's apparently being killed by url.el, and
1576 killing it made point move to end-of-buffer in a random buffer.
1577
1578 * shr.el (shr-image-fetched): Ditto.
1579
1580 2011-01-23 Julien Danjou <julien@danjou.info>
1581
1582 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1583
1584 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1585 text/x-org.
1586
1587 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1588
1589 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1590 (i.e., nnimap) returning nil as the article number.
1591
1592 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1593
1594 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1595 "DelSp" parameter in RFC3676.
1596
1597 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1598
1599 * message.el (message-check-recipients): Display the encoded version of
1600 the bogus address if they differ.
1601
1602 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1603 after sending.
1604
1605 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1606
1607 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1608
1609 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1610 group buffer after sending the queue.
1611
1612 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1613
1614 2011-01-22 Julien Danjou <julien@danjou.info>
1615
1616 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1617
1618 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1619
1620 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1621 nested related parts.
1622
1623 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1624 unexpired articles. This fixes the regression that led expiry marks to
1625 disappear from nnfolder groups.
1626
1627 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1630 Don't confuse the "ret" of "retrograde" with RET.
1631
1632 2011-01-21 Julien Danjou <julien@danjou.info>
1633
1634 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1635 than mm-insert-inline.
1636
1637 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1638
1639 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1640 Widen article buffer.
1641
1642 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1645 the temp buffer.
1646 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1647
1648 2011-01-20 Julien Danjou <julien@danjou.info>
1649
1650 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1651
1652 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1653 than mm-insert-inline to insert inline part: this respect
1654 mm-inline-media-tests displayers.
1655
1656 * mm-view.el (mm-display-shell-script-inline): New function.
1657
1658 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1659
1660 * mm-uu.el (mm-uu-type-alist): Add org block.
1661 (mm-uu-org-src-code-block-extract): New function.
1662
1663 * mm-view.el (mm-display-org-inline): New function.
1664
1665 * mm-decode.el (mm-automatic-display): Add text/org.
1666
1667 * mailcap.el (mailcap-mime-extensions): Add .org.
1668
1669 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1670
1671 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1672 gnus-article-add-buttons.
1673
1674 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1675
1676 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1677 From header with a date and "nobody" as the sender.
1678
1679 2011-01-19 Julien Danjou <julien@danjou.info>
1680
1681 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1682 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1683 if you have the same regexp several times.
1684 (gnus-button-push): Fix matching when regexp is symbol.
1685
1686 2011-01-15 Glenn Morris <rgm@gnu.org>
1687
1688 * message.el (message-mail): A compose-mail function should
1689 accept headers as strings.
1690
1691 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1694 Add :vert-only tags.
1695 (message-mail): New arg RETURN-ACTION.
1696 (message-return-action): New var.
1697 (message-bury): Use it.
1698 (message-mode): Make it buffer-local.
1699 (message-send-and-exit): Always call message-bury.
1700
1701 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1702 message-mail.
1703
1704 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1705
1706 * nnimap.el (nnimap-convert-partial-article): Protect against
1707 zero-length body parts.
1708
1709 * mm-decode.el (mm-preferred-alternative-precedence):
1710 Discourage showing empty parts.
1711
1712 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1713 and stuff if the backend didn't return the article number. This fixes
1714 an Exchange-related nnimap bug.
1715
1716 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1717 group window, because it does the wrong thing when a separate frame
1718 displays the group buffer.
1719
1720 * proto-stream.el (open-protocol-stream): Protect against the low-level
1721 transport functions returning nil.
1722
1723 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1724
1725 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1726 (mml2015-epg-find-usable-secret-key): New function.
1727 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1728 mml2015-epg-find-usable-key (Bug#7797).
1729 (mml2015-epg-encrypt): Ditto.
1730
1731 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1732
1733 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1734
1735 2011-01-03 Glenn Morris <rgm@gnu.org>
1736
1737 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1738
1739 * sieve.el (sieve-open-server): Give a more explicit error if
1740 sieve-manage-open returns nil. (Bug#7720)
1741
1742 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1743
1744 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1745
1746 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1747
1748 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1749 This avoids sending passwords in plain text over non-encrypted
1750 channels.
1751
1752 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1753
1754 * nnimap.el (nnimap-login): Refactored out into own function, and
1755 implement CRAM-MD5.
1756 (nnimap-wait-for-line): Refactored out.
1757
1758 * mm-view.el (mml-smime): Require.
1759
1760 2010-12-20 David Engster <deng@eml.cc>
1761
1762 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1763 use EPG to decrypt S/MIME messages instead of openssl.
1764
1765 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1766
1767 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1768
1769 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1770 status is the group clearly is unreachable.
1771
1772 * auth-source.el (auth-source-create): Add the optional second
1773 parameter to `local-variable-p' to be compatible with XEmacs.
1774
1775 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1776
1777 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1778 work when using a compressed nnml folder.
1779
1780 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1781
1782 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1783 backends after sanitising on entry, because this never makes sense:
1784 If the articles have gone missing, then the data no longer exists on
1785 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1786 overwrite anything anyway.
1787
1788 * shr.el (shr-insert-document): Bind shr-width dynamically to
1789 window-width if it's nil.
1790
1791 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1792
1793 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1794 with the meaning of using the full emacs window width for rendering.
1795
1796 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1797
1798 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1799 case when sender is not given.
1800
1801 2010-12-23 Julien Danjou <julien@danjou.info>
1802
1803 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1804 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1805 the addresses, otherwise we might misplaced the gravatar.
1806
1807 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1808
1809 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1810 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1811 obsolete in Emacs.
1812
1813 2010-12-20 Julien Danjou <julien@danjou.info>
1814
1815 * gnus-util.el (gnus-rescale-image): Revert last change.
1816
1817 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1818
1819 * gnus-group.el (gnus-group-delete-articles): New command.
1820
1821 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1822
1823 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1824
1825 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1826
1827 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1828 here, since it's up to the backends to do CRLF removal if their
1829 protocol has it.
1830
1831 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1832
1833 2010-12-17 Julien Danjou <julien@danjou.info>
1834
1835 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1836 they are from file. Can also scale up.
1837
1838 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1839
1840 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1841 gnus-use-agent.
1842 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1843
1844 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1845
1846 2010-12-17 Julien Danjou <julien@danjou.info>
1847
1848 * gravatar.el (gravatar-retrieve-synchronously): New function.
1849 (gravatar-get-data): Make more robust.
1850
1851 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1852
1853 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1854 to really consider the last line.
1855
1856 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1857
1858 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1859 list of recipient keys, or use symmetric encryption if not a list.
1860 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1861 EPA override, replacing the call to `netrc-store-data'.
1862
1863 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1864
1865 * gnus-srvr.el: Avoid passing nil regexp argument to
1866 delete-matching-lines.
1867
1868 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1869
1870 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1871 fetching stops when Gnus exits.
1872
1873 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1874 function.
1875 (nnfolder-request-expire-articles): Save all the buffers after doing
1876 expiry.
1877
1878 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1879 the last article", since that led to serious performance regressions
1880 when expiring nnml groups.
1881
1882 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1883
1884 * nnir.el: Improve customizations.
1885
1886 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1887
1888 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1889
1890 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1891 group has been killed.
1892 (gnus-group-yank-group): Ditto.
1893
1894 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1895
1896 * nnimap.el (nnimap-request-update-group-status): New function.
1897
1898 * gnus-int.el (gnus-request-update-group-status): New interface
1899 function.
1900
1901 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1902 copying read-ness to the backends.
1903
1904 * nnimap.el (nnimap-quirk): New function.
1905 (nnimap-retrieve-group-data-early): Use it.
1906 (nnimap-quirks): New alist.
1907
1908 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1909
1910 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1911 don't delete it within indentation.
1912
1913 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1914
1915 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1916 previous line.
1917
1918 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1919
1920 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1921 QRESYNC command by deleting a superfluous space which broke Cyrus
1922 servers. This change will break other servers that are buggy the other
1923 way around.
1924
1925 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1926
1927 * spam.el: Reindent and fix long lines.
1928 (spam-copy-or-move-routine): Exclude invalid move destinations.
1929
1930 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1931
1932 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1933 installed the registry.
1934
1935 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1936
1937 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1938 groupname doesn't contain "gmane".
1939
1940 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1941
1942 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1943 (gnus-1): Don't create the nndrafts group twice.
1944 (gnus-setup-news): There's no need to read the active file here, since
1945 that's done again later on a per-backend basis.
1946 (gnus-start-draft-setup): Make sure that the new group is started out
1947 empty.
1948
1949 * gnus-agent.el (gnus-agentize): Don't create the queue group
1950 automatically on startup. It'll be created later, if needed.
1951
1952 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1953 of automatically subscribed groups.
1954 (gnus-auto-subscribed-categories): New variable.
1955 (gnus-matches-options-n): Use it.
1956 (gnus-default-subscribed-newsgroups): Remove unused variable.
1957 (gnus-start-draft-setup): Message a bit less.
1958
1959 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1960
1961 * nnir.el (nnir-run-imap): Return article list in order of increasing
1962 UID.
1963
1964 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1965
1966 * gnus-sum.el (gnus-summary-enter-digest-group):
1967 Mention gnus-auto-select-on-ephemeral-exit.
1968
1969 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1970 convention of the network-only option.
1971
1972 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1973
1974 * proto-stream.el (proto-stream-open-network-only): New function to
1975 have a way to specify non-STARTTLS upgrade connections.
1976
1977 2010-12-10 Julien Danjou <julien@danjou.info>
1978
1979 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1980 email address is nil.
1981
1982 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1983
1984 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1985
1986 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1987 deletion.
1988 (nnir-run-imap): Only need to parse list once.
1989
1990 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1991
1992 * shr.el (shr-tag-script): Ignore <script>.
1993 (shr-tag-label): Add <label> support.
1994
1995 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1996
1997 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1998
1999 * shr.el (shr-image-displayer): Work for images lined side by side.
2000
2001 2010-12-08 Robert Pluim <rpluim@gmail.com>
2002
2003 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2004 parameter, since XEmacs doesn't accept t as a parameter.
2005
2006 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2007
2008 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2009 ids.
2010 (nnir-run-gmane): Simplify groupspec formatting.
2011 (nnir-request-expire-articles): New function.
2012
2013 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2014
2015 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2016 overflow, possibly.
2017
2018 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2019 (shr-render-td): Handle td style="" better.
2020 (shr-tag-table): Use the color from the style sheet.
2021 (shr-render-td): Make sure we copy over all the overlays, too.
2022
2023 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2024
2025 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2026 (nnir-request-article): Improve article retrieval.
2027
2028 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2029
2030 * mm-util.el (mm-extra-numeric-entities): New variable.
2031
2032 * mm-url.el (mm-url-decode-entities):
2033 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2034
2035 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * message.el: Use completion-at-point.
2038 (message-completion-function): New fun, extracted from message-tab.
2039 (message-mode): Use it for completion-at-point-functions.
2040 (message-tab): Use it and completion-at-point.
2041
2042 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2043
2044 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2045 character if a non-breakable character follows.
2046
2047 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2048
2049 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2050 any stream.
2051
2052 * shr.el (shr-tag-font): Colorize the region.
2053 (shr-tag-body): Ditto.
2054 (shr-tag-font): Actually let the styles be inherited instead of
2055 overwriting them.
2056 (shr-tag-font): Get the background color right.
2057 (shr-tag-style): Ignore all <style> tags for the moment.
2058
2059 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2060 a Message-ID to avoid having nnimap depend on gnus-sum.
2061
2062 * shr.el (shr-descend): Only colorize something if we have a node that
2063 sets colors.
2064
2065 2010-12-06 Julien Danjou <julien@danjou.info>
2066
2067 * shr.el (shr-render-td): Render td content with shr-descend, so style
2068 will be applied to <td> too.
2069 (shr-colorize-region): Colorize region even if we only have a background.
2070 (shr-tag-body): Fix color and background color inheritance.
2071 Do not recolorize after shr-generic.
2072 (shr-tag-font): Let shr-generic colorize via inheritance.
2073
2074 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2075
2076 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2077
2078 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2079
2080 * nnir.el (nnir-request-move-article): Remove obsolete code.
2081
2082 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2083
2084 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2085
2086 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2087
2088 * gnus-sum.el (gnus-summary-respool-article): The completion function
2089 expects a list instead of an alist.
2090
2091 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2092 string as the parameter.
2093
2094 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2095
2096 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2097 styles.
2098 (shr-colorize-region): New function.
2099 (shr-insert-background-overlay): Remove.
2100 (shr-render-td): Background setting should be taken care of on a higher
2101 level.
2102 (shr-tag-body): Use post-hoc colorizations.
2103 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2104 (shr-put-color-1): Don't overwrite old colors.
2105 (shr-colorize-region): When the background color isn't explicit, use
2106 a fixed background.
2107
2108 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2109 nnmail variables.
2110
2111 2010-12-05 Bjørn Mork <bjorn@mork.no>
2112
2113 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2114 unless necessary.
2115
2116 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2117
2118 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2119 server.
2120
2121 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2122
2123 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2124 so that TAB works.
2125
2126 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2127 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2128
2129 * shr.el (shr-urlify): Show the URL before the title to avoid
2130 misleading URLs.
2131
2132 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2133
2134 * shr.el (shr-urlify): Display the title in <a> tags.
2135
2136 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2137
2138 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2139
2140 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2141
2142 * nnir.el: Rearrange code to allow macros to be autoloaded by
2143 gnus-sum.el.
2144 (nnir-retrieve-headers-override-function): Make this variable
2145 customizable.
2146 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2147
2148 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2149 from nnir.el.
2150
2151 2010-12-03 Julien Danjou <julien@danjou.info>
2152
2153 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2154
2155 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2156
2157 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2158 allow optional argument `environment'.
2159
2160 2010-12-03 Glenn Morris <rgm@gnu.org>
2161
2162 * mm-extern.el (message-goto-body): Update declaration.
2163
2164 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2165
2166 * gnus-util.el (gnus-macroexpand-all): New function.
2167
2168 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2169 instead of macroexpand-all that is unavailable in XEmacs.
2170
2171 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2172
2173 * nnir.el (nnir-summary-line-format): New variable.
2174 (nnir-mode): Use it.
2175 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2176 (nnir-article-ids): Reimplement as defsubst.
2177 (nnir-retrieve-headers): Don't mangle the subject header.
2178 (nnir-run-imap): Use 100 as RSV score.
2179 (nnir-run-find-grep): Fix for full server searching.
2180 (nnir-run-gmane): Better restriction to gmane groups.
2181
2182 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2183 summary buffers.
2184
2185 2010-12-02 Julien Danjou <julien@danjou.info>
2186
2187 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2188
2189 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2190
2191 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2192 support.
2193
2194 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2195
2196 * nnir.el: Update to handle the registry better.
2197 (autoload): Silence byte-compiler.
2198 (nnir-open-server): Add a hook for nnir groups.
2199 (nnir-request-move-article): Don't mangle the header. Better to use
2200 formating variables (which will be added in the future).
2201 (nnir-registry-action): Update the registry using the original article
2202 group name.
2203 (nnir-mode): Install nnir-specific hooks for updating the registry.
2204
2205 * gnus-sum.el
2206 (gnus-article-original-subject,gnus-newsgroup-original-name):
2207 Remove obsolete variables.
2208 (gnus-summary-move-article): Remove use of obsolete variables.
2209 (gnus-summary-local-variables): Make move and delete hooks local to
2210 summary buffers.
2211
2212 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2213
2214 * rtree.el: New file.
2215
2216 2010-12-01 Julien Danjou <julien@danjou.info>
2217
2218 * message.el (message-user-organization): Do not use
2219 gnus-local-organization.
2220
2221 * gnus.el: Remove gnus-local-organization.
2222
2223 * gnus-msg.el: Remove nastygram thing.
2224
2225 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2226
2227 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2228 funcall.
2229
2230 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2231
2232 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2233 names.
2234
2235 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2236 characters.
2237
2238 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2239 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2240 Suggested by Štěpán Němec <stepnem@gmail.com>.
2241 (gnus-gravatar-transform-address): Use mail-extract-address-components
2242 that supports non-ASCII names rather than mail-header-parse-addresses.
2243
2244 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2245
2246 * proto-stream.el (open-protocol-stream): All starttls connections are
2247 handled by the network handler.
2248
2249 2010-11-30 Julien Danjou <julien@danjou.info>
2250
2251 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2252 (nnimap-open-connection-1): Fix PREAUTH.
2253
2254 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2255
2256 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2257
2258 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2259 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2260 (shr-insert): Use them.
2261 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2262
2263 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2264
2265 * nnir.el (nnir-request-move-article): Bail out if original group
2266 doesn't support article moves.
2267 (nnir-get-active): Improve active list retrieval.
2268
2269 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2270
2271 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2272
2273 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2274
2275 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2276 seem to accept strings-with-numbers as port numbers,
2277
2278 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2279
2280 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2281 change the registry.
2282
2283 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2284
2285 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2286 delete-dups that is not available in XEmacs 21.4.
2287
2288 * mm-util.el (mm-delete-duplicates): Add comment.
2289
2290 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2291
2292 * nnir.el (nnir-ignored-newsgroups): New variable.
2293 (nnir-get-active): Use it.
2294
2295 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2296
2297 * proto-stream.el (proto-stream-open-network): Add some comments.
2298
2299 * nntp.el (nntp-open-connection): Provide a :success condition.
2300
2301 * nnimap.el (nnimap-open-connection-1): Ditto.
2302
2303 * proto-stream.el (proto-stream-open-network): See what the response to
2304 the STARTTLS command is.
2305
2306 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2307 backwards compatibility).
2308 (nnimap-open-connection-1): Really respect nnimap-server-port.
2309
2310 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2311 TLS upgrades we don't really care about the identity of the peer.
2312 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2313 that what we've checked for.
2314 (proto-stream-always-use-starttls): Only default to t if
2315 open-gnutls-stream exists.
2316 (proto-stream-open-network): If STARTTLS failed, then just open a
2317 normal connection.
2318 (proto-stream-open-network): Wait until the greeting before doing
2319 STARTTLS.
2320
2321 * nntp.el (nntp-open-connection): Report what the connection error is.
2322
2323 * proto-stream.el (open-protocol-stream): Rename from
2324 open-proto-stream.
2325
2326 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2327
2328 * nnimap.el (nnimap-stream): Change default to `undecided'.
2329 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2330 first, and then network.
2331 (nnimap-open-connection-1): Respect nnimap-server-port.
2332 (nnimap-open-connection): Be more backwards-compatible.
2333
2334 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2335 (proto-stream-open-starttls): De-duplicate the starttls code.
2336 (proto-stream-open-starttls): Folded back into the main function.
2337 (proto-stream-open-network): Fix typo in the gnutls path.
2338 (proto-stream-command): Refactor out.
2339
2340 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2341
2342 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2343 starttls.el STARTTLS.
2344
2345 * color.el (color-lab->srgb): Fix function call name.
2346
2347 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2348 if we're using tls.el.
2349 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2350 built in, then don't try to establish a STARTTLS connection.
2351
2352 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2353 servers.
2354
2355 * proto-stream.el (open-proto-stream): Use network, not stream.
2356 (open-proto-stream): Add a way to specify what the end of a command is.
2357
2358 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2359 connections types.
2360 (nntp-open-network-stream): Remove.
2361 (nntp-open-ssl-stream): Remove.
2362 (nntp-open-tls-stream): Remove.
2363 (nntp-ssl-program): Remove.
2364
2365 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2366
2367 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2368
2369 * nnir.el: Fix typos.
2370 (nnir-retrieve-headers-override-function): Rename variable to reflect
2371 new semantics.
2372 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2373 macros.
2374 (nnir-request-article, nnir-request-move-article): Use them.
2375 (nnir-categorize): New function.
2376 (nnir-run-query): Use it.
2377 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2378 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2379 sorted.
2380 (nnir-group-full-name): Use gnus-group-full-name instead.
2381 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2382 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2383
2384 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2385
2386 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2387
2388 * proto-stream.el: New library to provide protocol-specific
2389 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2390 protocols.
2391 (open-proto-stream): Complete the documentation.
2392 (proto-stream-open-network): Fix some typos.
2393
2394 * nnimap.el (nnimap-open-connection): Use it.
2395
2396 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2397
2398 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2399 negotiation.
2400
2401 2010-11-26 Julien Danjou <julien@danjou.info>
2402
2403 * color.el: Rename various rgb functions to srgb.
2404
2405 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2406
2407 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2408 names.
2409
2410 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2411
2412 * shr.el (shr-insert): Revert last change.
2413 (shr-find-fill-point): Never leave point being at bol;
2414 relax the kinsoku limitation when rendering tables.
2415
2416 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2417
2418 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2419 results from -accept-article.
2420
2421 * shr-color.el: Require cl when compiling.
2422
2423 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2424 checkin.
2425
2426 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2427
2428 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2429
2430 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2431 'add and 'delete to set backend marks.
2432
2433 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2434
2435 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2436
2437 * nntp.el (nntp-request-set-mark): Use it.
2438
2439 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2440
2441 * nnml.el (nnml-request-set-mark): Ditto.
2442
2443 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2444 introduces regressions in article selection.
2445 (nnimap-find-uid-response): New function.
2446 (nnimap-request-accept-article): Use the UID returned, if any.
2447 (nnimap-request-move-article): Use the UID returned, if any.
2448 (nnimap-get-groups): Reimplement to work with folded lines.
2449 (nnimap-find-uid-response): The UID is the last element in the list.
2450 (nnimap-request-set-mark): Extend syntax with 'set.
2451
2452 * nnml.el (nnml-request-set-mark): Ditto.
2453
2454 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2455
2456 * nntp.el (nntp-request-set-mark): Ditto.
2457
2458 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2459
2460 * message.el (message-called-interactively-p): A temporary macro.
2461 (message-goto-body): Use it temporarily.
2462
2463 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2464
2465 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2466 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2467 (nnimap-last-response-string): Fix last unfolding fix.
2468
2469 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2470
2471 * shr.el (shr-insert): Fix the way to fold lines.
2472
2473 2010-11-25 Julien Danjou <julien@danjou.info>
2474
2475 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2476
2477 * color.el: Rename from color-lab.el
2478 (color-rgb->hex): Add.
2479 (color-complement): Add.
2480 (color-complement-hex): Add.
2481
2482 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2483
2484 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2485
2486 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2487 don't exist.
2488
2489 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2490
2491 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2492 assuming that article displaying or another mml-preview may be
2493 interrupted for an error or for the like.
2494
2495 * shr.el (shr-get-background): Fix argument name.
2496
2497 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498
2499 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2500
2501 * gnus-sum.el (gnus-summary-include-articles): New function.
2502
2503 * message.el (message-goto-body): called-interactively-p needs a
2504 parameter, so use `any'.
2505
2506 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2507 clear marks before moving, since they're synced from the Gnus side
2508 first.
2509
2510 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2511 (gnus-summary-move-article): Copy over all marks before moving, so that
2512 IMAP doesn't think a new article has arrived.
2513
2514 2010-11-24 Julien Danjou <julien@danjou.info>
2515
2516 * shr.el (shr-insert-background-overlay): Fix typo.
2517 (shr-render-td): Copy the background before rendering.
2518
2519 * shr-color.el (shr-color-visible): Fix docstring.
2520
2521 * shr.el (shr-tag-table): Add bgcolor support.
2522 (shr-render-td): Add bgcolor support.
2523 (shr-get-background): Add.
2524 (shr-insert-foreground-overlay): Use shr-get-background.
2525
2526 * message.el (message-goto-body): Use called-interactively-p.
2527 (message-in-body-p): message-goto-body returns point.
2528
2529 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2530
2531 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2532 Fixes something or other in Emacs 23, and is backwards compatible.
2533
2534 * message.el (message-goto-body): Remove the <#secure special-casing,
2535 which is too special.
2536
2537 * shr.el (shr-parse-style): Drop !important from styles.
2538
2539 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2540
2541 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2542 this function to return incorrect results when calling it with an
2543 explicit article argument different from
2544 (gnus-summary-article-number).
2545
2546 2010-11-24 Julien Danjou <julien@danjou.info>
2547
2548 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2549 (shr-tag-body): Add background support.
2550 (shr-descend): Add background support.
2551 (shr-tag-title): Add.
2552
2553 * shr-color.el (shr-color-visible): Really return original background
2554 if fixed.
2555
2556 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2557
2558 * shr.el (shr-color-check): Protect against non-existent colour names.
2559
2560 2010-11-24 Julien Danjou <julien@danjou.info>
2561
2562 * color-lab.el: Require 'cl when compiling.
2563
2564 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2565
2566 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2567 matched part.
2568
2569 * color-lab.el: Fix all expt calls to use float type.
2570
2571 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2572
2573 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2574 expression to shr-color-check as is.
2575
2576 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2577
2578 * color-lab.el: Add coding cookie.
2579 (float-pi): Use eval-and-compile.
2580
2581 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2582
2583 * shr.el (shr-insert-color-overlay): Split stuff like
2584 "#444444 !important" to find the real colour.
2585 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2586 parse <font color="red"> entries.
2587
2588 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2589
2590 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2591 point when parsing headers.
2592
2593 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2594 is positioned properly when parsing headers.
2595
2596 2010-11-23 Julien Danjou <julien@danjou.info>
2597
2598 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2599
2600 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2601
2602 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2603
2604 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2605 Use shr-color-hue-to-rgb.
2606 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2607
2608 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2609
2610 * shr.el (shr-color->hexadecimal): Autoload.
2611 (shr-descend): Add color to all tags.
2612
2613 2010-11-22 Julien Danjou <julien@danjou.info>
2614
2615 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2616 shr-color->hexadecimal.
2617
2618 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2619 RGB() or HSL() color representation.
2620
2621 * shr.el (shr-tag-font): Add.
2622 (shr-tag-color-check): New function to get better colors.
2623 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2624 tag-span.
2625
2626 * shr-color.el: New file.
2627
2628 * color-lab.el: New file.
2629
2630 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2631
2632 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2633
2634 * nnir.el: Fix typo in comments.
2635 (nnir-run-imap): Simplify code. No need to reverse artlist.
2636 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2637
2638 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2639
2640 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2641
2642 * nnimap.el (nnimap-get-capabilities): Refactor out.
2643 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2644
2645 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2646
2647 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2648 appearing when `mm-uu-hide-markers' is nil.
2649
2650 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2651
2652 * nnimap.el (nnimap-unselect-group): Make into its own function.
2653 (nnimap-request-rename-group): Unselect group before renaming.
2654 This had gotten lost somewhere.
2655 (nnimap-request-accept-article): Keep track of examined groups, and
2656 unselect the group before APPENDing to read-only groups.
2657 (nnimap-request-move-article): Clear flags before moving so that they
2658 can be re-set later.
2659
2660 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2661
2662 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2663 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2664
2665 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2666
2667 * gnus-art.el (gnus-mime-display-single)
2668 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2669 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2670 parameter.
2671
2672 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2673
2674 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2675 (shr-table-vertical-line): New variable.
2676 (shr-insert-table): Use it.
2677
2678 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * gnus-html.el (gnus-html-wash-images): Don't display images if
2681 gnus-inhibit-images is non-nil; register displayer for cid images.
2682 (gnus-html-display-image): Work for cid image.
2683 (gnus-html-insert-image): Allow arguments.
2684 (gnus-html-put-image): Inhibit read-only.
2685 (gnus-html-prefetch-images): Don't prefetch images if
2686 gnus-inhibit-images is non-nil.
2687
2688 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * shr.el (shr-put-image): Break lines when inserting big pictures.
2691
2692 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2693
2694 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2695 sender, thanks Katsumi Yamaoka.
2696
2697 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2698
2699 * nnir.el (nnir-run-imap): Reverse the article list for each group
2700 rather than the whole list.
2701
2702 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2703
2704 * shr.el (shr-image-displayer): Protect function against non-existent
2705 image source.
2706
2707 * gnus-art.el (gnus-inhibit-images): New user option.
2708 (gnus-mime-display-single): Don't display image if it is non-nil.
2709
2710 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2711 gnus-inhibit-images.
2712
2713 * shr.el (shr-image-displayer): New function.
2714 (shr-tag-img): Use it.
2715
2716 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2717
2718 * mml2015.el (mml2015-epg-sign): Use From header.
2719
2720 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2721
2722 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2723
2724 * gnus-util.el (gnus-find-text-property-region): Return markers.
2725
2726 * shr.el (shr-tag-img): Put a displayer in the text property.
2727
2728 * gnus-util.el (gnus-find-text-property-region): New utility function.
2729
2730 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2731 (gnus-html-show-images): Remove.
2732
2733 * gnus-art.el (gnus-article-show-images): New, more general function.
2734
2735 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2736 image url text properties.
2737
2738 * shr.el: Ditto.
2739
2740 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2741 gnus-agent-auto-agentize-methods is set. Which it isn't.
2742
2743 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2744
2745 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2746 work for two or more articles.
2747
2748 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2749
2750 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2751 divide an image that's in an html article to two or more when washing
2752 non-ASCII characters in alt text of it.
2753
2754 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2755
2756 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2757 smime-decrypt-region using function argument.
2758 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2759
2760 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2761
2762 * smime.el (smime-decrypt-region): Catch it.
2763
2764 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * smime.el (smime-mode-map): Move initialization into declaration.
2767 (gnus-run-mode-hooks): Don't autoload.
2768 (smime-mode): Use define-derived-mode.
2769
2770 2010-11-11 Glenn Morris <rgm@gnu.org>
2771
2772 * smime.el (from): Restrict declaration to XEmacs.
2773
2774 * nnir.el (gnus-group-topic-name): Autoload.
2775
2776 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2777
2778 * shr.el (shr-insert): Don't break long line if it is because of
2779 kinsoku-bol characters in the line end.
2780
2781 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2782
2783 * nnir.el (nnir-request-move-article): Fix to provide original group
2784 and subject.
2785 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2786 been retrieved.
2787
2788 * gnus-sum.el (gnus-summary-move-article): Use original group and
2789 subject for virtual articles such as those in an nnir summary buffer.
2790
2791 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2792
2793 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2794 least 21.5).
2795
2796 * smime.el (from): Declare it again for XEmacs.
2797
2798 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2799
2800 * message.el (message-resend): Don't disable encoding unless it's
2801 already encoded.
2802
2803 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2804 low-numbered articles.
2805
2806 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2807
2808 * rfc2047.el (rfc2047-syntax-table): Simplify.
2809
2810 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2811 set-char-table-range for XEmacs.
2812
2813 2010-11-10 Glenn Morris <rgm@gnu.org>
2814
2815 * smime.el (from): Remove unused declaration.
2816
2817 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2818 (gnus-float-time): On Emacs, always an alias.
2819
2820 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2821 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2822
2823 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2824
2825 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2826
2827 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * shr.el (browse-url-mailto): Autoload.
2830
2831 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2832
2833 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2834 regexp doesn't need quoting.
2835
2836 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2837
2838 * message.el (message-subject-trailing-was-ask-regexp)
2839 (message-subject-trailing-was-regexp): Match was: in addition to was.
2840
2841 2010-11-09 Glenn Morris <rgm@gnu.org>
2842
2843 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2844 (nnbabyl-check-mbox): Use point-at-bol.
2845
2846 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2847
2848 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2849
2850 * message.el (message-mailto): New function.
2851 (message-mailto): Should accept other parameters.
2852 (message-mailto): Remove since it duplicates browse-url-mailto
2853 functionality.
2854
2855 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2856
2857 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2858 methods.
2859 (gnus-read-active-file): Ditto.
2860
2861 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2862 ": " from the prompt.
2863 (gnus-group-make-group): Ditto.
2864
2865 2010-11-07 Glenn Morris <rgm@gnu.org>
2866
2867 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2868 (gnus-bookmark-kill-line): Use point-at-eol.
2869
2870 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2871
2872 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2873 asterisks in From header.
2874
2875 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2876
2877 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2878 string to avoid making the From headers syntactically invalid.
2879
2880 * message.el (message-send-mail): Don't insert courtesy messages if the
2881 message already has List-Post and List-ID messages.
2882
2883 2010-11-06 Glenn Morris <rgm@gnu.org>
2884
2885 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2886 `condition', `type', `length' a prefix.
2887 (gnus-treat-predicate): Update for above name changes.
2888
2889 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2890
2891 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2892 binding. Handled by `gnus-summary-refer-thread' instead.
2893 (nnir-warp-to-article): New backend function.
2894
2895 * nnimap.el (nnimap-request-thread): Force dependency updating.
2896
2897 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2898 (gnus-summary-refer-thread): Rework to improve thread-referral.
2899
2900 * gnus-int.el (gnus-warp-to-article): New function.
2901
2902 * gnus-sum.el (gnus-summary-article-map): Bind it.
2903
2904 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2905
2906 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2907 gnus-summary-refer-thread.
2908
2909 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2910 headers.
2911 (gnus-summary-limit-include-thread): Prevent articles in thread from
2912 being cut in gnus-cut-threads.
2913 (gnus-summary-refer-thread): Limit retrieved headers to those in
2914 thread.
2915
2916 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917
2918 * message.el (message-send-mail): Use the value of
2919 message-courtesy-message from the message buffer.
2920
2921 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2922
2923 * shr.el (shr-browse-url): Implement mailto: URLs.
2924
2925 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2926 "raw".
2927
2928 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2929 if it's already selected.
2930
2931 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2932
2933 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2934
2935 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2936 to measure the length and truncate alt text.
2937
2938 2010-11-03 Glenn Morris <rgm@gnu.org>
2939
2940 * nndiary.el (nndiary-generate-nov-databases-1)
2941 (nndiary-generate-active-info): Rename dynamic variable `files' to
2942 something less generic.
2943
2944 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2945
2946 * nnir.el (nnir-request-move-article): Call the underlying backend to
2947 move articles from nnir.
2948
2949 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2950
2951 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2952
2953 2010-11-02 Julien Danjou <julien@danjou.info>
2954
2955 * nnir.el: Remove wais support.
2956
2957 2010-11-02 Glenn Morris <rgm@gnu.org>
2958
2959 * gnus-html.el: Reorder requirements to quieten compiler.
2960
2961 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2962
2963 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2964 properly for XEmacs as well.
2965 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2966 (gnus-article-natural-long-line-p): Use window-width rather than
2967 frame-width.
2968
2969 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2970
2971 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2972 (nnir-read-parms): Don't modify query.
2973 (nnir-run-query): Add ability to search topic on current line.
2974 (nnir-get-active): Clean up.
2975
2976 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2977
2978 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2979 degenerate articles.
2980
2981 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2982 (gnus-print-buffer): Just print the buffer as is, without any copying
2983 to a buffer and then re-highlighting.
2984
2985 * nnimap.el (nnimap-request-group): Store the new updated info.
2986 (nnimap-request-group): Select the group when we don't know whether it
2987 exists or not.
2988
2989 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2990 groups.
2991
2992 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2993 groups.
2994
2995 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2996 groups.
2997
2998 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2999 long-lines case by only filling the long lines.
3000
3001 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3002 (bug #7311).
3003
3004 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3005
3006 * shr.el: No need to declare `declare-function' since shr.el is for
3007 only Emacsen that provide `libxml-parse-html-region'.
3008
3009 2010-11-01 Glenn Morris <rgm@gnu.org>
3010
3011 * mm-util.el (gnus-completing-read): Autoload.
3012 (mm-read-coding-system): Simplify Emacs definition.
3013
3014 * nnmail.el (gnus-activate-group):
3015 * nnimap.el (gnutls-negotiate):
3016 * nntp.el (netrc-parse): Fix declarations.
3017
3018 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3019
3020 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3021 string-match-p in Emacs >=23.
3022
3023 * gnus-msg.el (gnus-configure-posting-styles)
3024 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3025
3026 2010-11-01 Glenn Morris <rgm@gnu.org>
3027
3028 * nnir.el (declare-function): Add compat stub.
3029 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3030 (nnir-run-gmane): Require 'mm-url.
3031
3032 * mm-util.el (mm-string-to-multibyte): Simplify.
3033
3034 * shr.el (declare-function): Add compat stub.
3035 (url-cache-create-filename): Declare.
3036 (mm-disable-multibyte, widget-convert-button): Autoload.
3037
3038 * smime.el (ldap-search): Declare.
3039 (smime-cert-by-ldap-1): Require ldap on Emacs.
3040
3041 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3042 (nnimap-keepalive): Use gnus-float-time.
3043
3044 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3045 (mail-source-delete-crash-box): Use gnus-float-time.
3046
3047 * gnus-dired.el (gnus-completing-read): Autoload.
3048
3049 * mm-view.el (gnus-rescale-image): Autoload.
3050
3051 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3052
3053 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3054
3055 * sieve-manage.el: Require 'cl when compiling.
3056
3057 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3058 (gnus-iswitchb-completing-read): Require iswitchb.
3059 (gnus-select-frame-set-input-focus): Silence compiler.
3060
3061 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3062
3063 * message.el (message-subject-trailing-was-query): Change default to t,
3064 since I think that's what most people want.
3065
3066 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3067 appending for easier debugging.
3068 (nnimap-wait-for-connection): Take a regexp.
3069 (nnimap-request-accept-article): Wait for the continuation line before
3070 sending anything unless we're streaming.
3071
3072 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3073 leave the header washing to take place.
3074
3075 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3076
3077 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3078 regular expression match and replace in posting styles.
3079
3080 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3081
3082 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3083 an entire server.
3084 (nnir-get-active): New function.
3085 (nnir-run-imap): Use it.
3086 (nnir-run-gmane): Who knew, gmane search returns an article score!
3087
3088 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3089 server on the current line with nnir.
3090
3091 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3092
3093 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3094 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3095 left edge.
3096 (gnus-article-foldable-buffer): Skip past the prefix when determining
3097 raggedness.
3098
3099 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3100 the raw article, and change `C-u g' to show the article without doing
3101 treatments.
3102
3103 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3104 on to `gnus-treat-article'.
3105 (gnus-inhibit-article-treatments): New variable.
3106
3107 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3108
3109 * gnus-art.el (gnus-treatment-function-alist): Have
3110 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3111 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3112 sections.
3113
3114 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3115 parameter.
3116 (gnus-article-fill-cited-long-lines): New function.
3117 (gnus-article-fill-cited-article): Allow filling only long sections.
3118
3119 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3120 and non-punctuation (like after the apostrophe in "'We").
3121
3122 * gnus-sum.el (gnus-summary-select-article): Make sure
3123 gnus-original-article-buffer is alive.
3124
3125 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3126 reflect the order they're in in the digest.
3127
3128 * gnus.el (gnus-group-startup-message): Move point to the start of the
3129 buffer.
3130
3131 * nnimap.el (nnimap-capability): New function.
3132 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3133 is set.
3134
3135 2010-10-31 David Engster <dengste@eml.cc>
3136
3137 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3138 conform with changes to gnus-completing-read.
3139
3140 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3141
3142 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3143
3144 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3145
3146 * nnir.el: Move defvar, defcustom around to keep file organized
3147 and keep byte-compiler quiet.
3148 (nnir-read-parms): Accept search-engine as arg.
3149 (nnir-run-query): Pass search-engine as arg.
3150 (nnir-search-engine): Remove.
3151
3152 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3153
3154 * shr.el (shr-generic): The text nodes should be text, not :text.
3155
3156 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3157 later in the file.
3158
3159 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3160
3161 * nnir.el: General clean up. Allow searching with multiple engines.
3162 Allow separate extra-parameters for each engine.
3163 Batch queries when possible.
3164 (nnir-imap-default-search-key,nnir-method-default-engines):
3165 Add customize interface.
3166 (nnir-run-gmane): New engine.
3167 (nnir-engines): Use it. Qualify all prompts with engine name.
3168 (nnir-search-engine): Remove global variable.
3169 (nnir-run-hyrex): Restore for now.
3170 (nnir-extra-parms,nnir-search-history): New variables.
3171 (gnus-group-make-nnir-group): Use them.
3172 (nnir-group-server): Remove in favor of gnus-group-server.
3173 (nnir-request-group): Avoid searching twice.
3174 (nnir-sort-groups-by-server): New function.
3175
3176 2010-10-30 Julien Danjou <julien@danjou.info>
3177
3178 * gnus-group.el: Remove gnus-group-fetch-control.
3179
3180 * gnus-start.el (gnus-find-new-newsgroups):
3181 Remove gnus-check-first-time-used.
3182
3183 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3184
3185 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3186
3187 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3188 set on groups that don't have \* permanentflags.
3189
3190 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3191
3192 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3193 control the background color.
3194 (shr-tag-img): Ignore very small web bug type images.
3195 (shr-put-image): Add help-echo alt texts to the images.
3196 (shr-tag-video): Show the video poster image.
3197
3198 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3199
3200 * shr.el (shr-table-depth): New variable.
3201 (shr-tag-table-1): Only insert the images after the top-level table.
3202
3203 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3204
3205 * gnus-util.el (gnus-list-memq-of-list): New function.
3206
3207 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3208 selected.
3209 (nnimap-unsplittable-articles): New slot.
3210 (nnimap-new-articles): Use it.
3211
3212 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3213
3214 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3215 move to the previous line on `M-g'.
3216
3217 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3218
3219 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3220 *-request-group, which seems unnecessary.
3221
3222 * nnimap.el (nnimap-quote-specials): Function copied over from
3223 imap.el.
3224 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3225 they support that. Suggested by Tom Regner.
3226
3227 2010-10-29 Julien Danjou <julien@danjou.info>
3228
3229 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3230 defalias.
3231 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3232
3233 * gnus.el: Remove `gnus-nntp-service' variable.
3234 (gnus-secondary-servers): Make obsolete.
3235 (gnus-nntp-server): Make obsolete.
3236
3237 * gnus-start.el (gnus-1): Remove x-splash calls.
3238
3239 * gnus-ems.el (gnus-x-splash): Remove.
3240
3241 * gnus.el (gnus-group-startup-message): Simplify/update code.
3242
3243 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3244 capability before doing anything.
3245 (gnus-group-insert-group-line): Remove useless
3246 gnus-group-remove-excess-properties.
3247
3248 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3249
3250 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3251
3252 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3253
3254 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3255 config after reselecting.
3256
3257 2010-10-28 Julien Danjou <julien@danjou.info>
3258
3259 * shr.el (shr-put-image): Use point even if only inserting text.
3260 (shr-put-image): Save excursion when inserting alt text on non-graphic
3261 display, so the behaviour is the same when we are on a graphic display.
3262
3263 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3264
3265 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3266
3267 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3268 (gnus-mime-copy-part): Check coding system, not charset.
3269 (gnus-mime-view-part-externally): Never remove part.
3270 (gnus-mime-view-part-internally): Don't remove part here.
3271 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3272 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3273 multipart/alternative.
3274
3275 * mm-decode.el (mm-display-part): Take optional arg `force'.
3276
3277 2010-10-26 Julien Danjou <julien@danjou.info>
3278
3279 * gnus-group.el (gnus-group-default-list-level): Add this function to
3280 compute the default list level.
3281 (gnus-group-default-list-level): Add possibility to use a function.
3282
3283 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3284
3285 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3286
3287 * gnus-group.el (gnus-group-completing-read)
3288 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3289 gnus-replace-in-string.
3290
3291 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3292
3293 * shr.el (shr-tag-div): Add.
3294
3295 2010-10-25 Julien Danjou <julien@danjou.info>
3296
3297 * gnus-util.el: Remove `gnus-with-local-quit'.
3298
3299 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3300
3301 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3302
3303 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3304 the original article buffer.
3305
3306 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3307
3308 * nnimap.el (nnimap-request-head): New function.
3309 (nnimap-request-move-article): Try to be slighly faster by not
3310 requesting the entire message when moving.
3311 (nnimap-transform-headers): Don't bug out on bodiless articles.
3312 (nnimap-send-command): Have no outstanding messages if the IMAP server
3313 doesn't support streaming.
3314 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3315
3316 2010-10-24 Julien Danjou <julien@danjou.info>
3317
3318 * message.el (message-default-headers): Fix type.
3319
3320 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3321
3322 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3323 prefetching images.
3324
3325 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3326 backend for unknown groups. This is mainly useful for nnimap groups.
3327
3328 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3329 group isn't covered by the agent.
3330
3331 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3332
3333 * nnir.el (nnir-method-default-engines): New variable.
3334 (nnir-run-query): Use it.
3335 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3336 (gnus-summary-nnir-goto-thread): Change group if needed.
3337
3338 * gnus-group.el (gnus-group-group-map): Add key binding for
3339 gnus-group-make-nnir-group.
3340
3341 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3342
3343 * shr.el (shr-tag-object): Add.
3344
3345 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3346 original article buffer live.
3347 (gnus-summary-select-article-buffer):
3348 Mention gnus-widen-article-buffer.
3349
3350 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3351
3352 * shr.el (shr-tag-strong): Add.
3353
3354 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3355
3356 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3357 group names. They mess up the group buffer badly.
3358
3359 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3360
3361 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3362 instead of the summary one.
3363
3364 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3365
3366 * mml.el (mml-preview): Work properly when editing article.
3367
3368 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3369 gnus-have-read-active-file if it's already been in.
3370
3371 2010-10-22 Tom Tromey <tromey@redhat.com>
3372
3373 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3374 gnus-group-completing-read.
3375
3376 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3377
3378 * message.el (message-mode-map): Don't bind M-; to comment region, to
3379 allow the global comment-dwim to work.
3380
3381 2010-10-21 Julien Danjou <julien@danjou.info>
3382
3383 * message.el (message-setup-1): Allow message-default-headers to be a
3384 function.
3385
3386 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3387
3388 * shr.el (shr-tag-table): Simplify.
3389
3390 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3391
3392 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3393 to avoid trying to snarf invalid stuff.
3394
3395 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3396
3397 * gnus.el (gnus-message-archive-group): Quote value.
3398 (gnus-message-archive-group): Mark as changed.
3399
3400 * shr.el (shr-add-font): Don't put the font properties on the newline
3401 or the indentation.
3402
3403 * message.el (message-fix-before-sending): Change options when sending
3404 non-printable characters.
3405
3406 * gnus.el (gnus-message-archive-method): Change the default to
3407 monthly outgoing groups.
3408
3409 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3410 that have gotten new numbers.
3411
3412 * nnimap.el (nnimap-request-replace-article): New function.
3413
3414 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3415
3416 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3417 (nnrss-request-article): Don't use special html washing code.
3418
3419 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3420
3421 * shr.el (shr-tag-table): Remove useless nconc.
3422
3423 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3424
3425 * gnus-art.el (article-wash-html): Simplify and remove the charset
3426 stuff. Use the normal html rendering code instead of the special html
3427 washing code.
3428
3429 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3430 `gnus-w3m' symbols.
3431 (mm-text-html-washer-alist): Remove.
3432
3433 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3434 (mm-inline-media-tests): Remove use.
3435 (mm-text-html-renderer): Change default to the `shr' symbol.
3436
3437 * mm-view.el (mm-inline-text-html): Remove use.
3438
3439 * gnus-art.el (gnus-blocked-images): New function. Allow the
3440 `gnus-blocked-images' to be a function.
3441 (gnus-article-wash-function): Remove.
3442
3443 2010-10-20 Julien Danjou <julien@danjou.info>
3444
3445 * spam.el (spam-list-of-processors): Mark as obsolete.
3446
3447 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3448 (nnimap-insert-partial-structure): Fix boundary detection.
3449
3450 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3451
3452 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3453 run file-truename on remote files. This can be expensive and even
3454 prevent one from editing drafts if some unrelated buffer has a stale
3455 connection.
3456
3457 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3458
3459 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3460 kinsoku-eol regardless of shr-kinsoku-shorten.
3461 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3462 (shr-tag-table): Support caption, thead, and tfoot.
3463
3464 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3465
3466 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3467 lines.
3468 (shr-save-contents): New command and keystroke.
3469
3470 * nndoc.el (nndoc-type-alist): Add git support.
3471 (nndoc-git-type-p): New function.
3472 (nndoc-transform-git-article): Ditto.
3473 (nndoc-transform-git-headers): Ditto.
3474 (nndoc-transform-git-headers): Generate Subject headers.
3475
3476 * shr.el (shr-parse-style): New function.
3477 (shr-tag-span): Ditto.
3478
3479 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3480 to `G G' to avoid collisions.
3481
3482 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3483
3484 * shr.el: Load kinsoku if necessary.
3485 (shr-kinsoku-shorten): New internal variable.
3486 (shr-find-fill-point): Make kinsoku shorten text line if
3487 shr-kinsoku-shorten is bound to non-nil.
3488 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3489 shr-indentation too when testing if table is wider than frame width.
3490 (shr-insert-table): Use `string-width' instead of `length' to measure
3491 text width.
3492 (shr-insert-table-ruler): Make sure indentation is done at bol.
3493
3494 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3497 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3498 undecoded network data.
3499
3500 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3501
3502 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3503 name in the mode line spec so that the mode line menu works
3504 (bug #2431).
3505
3506 * message.el (message-get-reply-headers): If we're fed `to-address',
3507 then always use that.
3508
3509 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3510 aren't so wide as to need to switch off the edit menu.
3511
3512 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3513 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3514
3515 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3516 `M-g'.
3517 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3518 the permanent marks.
3519
3520 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3521
3522 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3523 Splitting according to references/in-reply-to obeys the ignore-groups
3524 variable, while splitting by sender and subject do not.
3525
3526 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3527
3528 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3529 alist, so that we can look for non-Unicode chars.
3530 (article-translate-strings): Allow both character and string maps.
3531
3532 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3533
3534 * shr.el (shr-insert): Don't insert space behind a wide character
3535 categorized as kinsoku-bol, or between characters both categorized as
3536 nospace.
3537
3538 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3539
3540 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3541 headers to gnus-newsgroup-headers.
3542
3543 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3544
3545 * shr.el (shr-tag-img): Don't align images -- since we're not
3546 rescaling, this often leads to ugly displays.
3547
3548 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3549
3550 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3551 duplicates.
3552
3553 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3554
3555 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3556 call.
3557
3558 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * gnus.el: Autoload gnus-html-show-images.
3561
3562 * nnimap.el: Use nnheader-message throughout.
3563
3564 * shr.el (shr-tag-img): Ignore images with no data.
3565
3566 2010-10-15 Julien Danjou <julien@danjou.info>
3567
3568 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3569 a possibility to disable format=flow encoding when using hard newlines.
3570
3571 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3572
3573 * shr.el (shr-insert): Remove space inserted before or after a
3574 breakable character or at the beginning or the end of a line.
3575 (shr-find-fill-point): Do kinsoku; find the second best point or give
3576 it up if there's no breakable point.
3577
3578 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3579
3580 * nnimap.el (nnimap-open-connection): Message when opening connection
3581 for debugging purposes.
3582
3583 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3584 on every setup buffer call to allow this to change from article to
3585 article.
3586
3587 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3588 buffers where we have a wide table.
3589
3590 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3591
3592 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3593 uses *-request-thread.
3594
3595 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3596
3597 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3598 incantation, which is no longer valid.
3599
3600 2010-10-14 Julien Danjou <julien@danjou.info>
3601
3602 * shr.el: Fix defcustom type (char -> character).
3603
3604 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3605
3606 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3607 programs.
3608
3609 2010-10-14 Julien Danjou <julien@danjou.info>
3610
3611 * shr.el (shr-tag-a): Use url-link as widget type.
3612
3613 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3614 `gnus-group-get-icon'.
3615
3616 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3617
3618 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3619 This should make server editing work better.
3620
3621 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3622
3623 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3624 (nnimap-parse-flags): Fix regexp.
3625
3626 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3627 probably work for CJVK text, too.
3628
3629 * nnimap.el (nnimap-extend-tls-programs): Remove.
3630 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3631
3632 2010-10-13 Julien Danjou <julien@danjou.info>
3633
3634 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3635 responses.
3636
3637 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3638
3639 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3640
3641 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3642 anything in Emacs.
3643
3644 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3645
3646 2010-10-13 Julien Danjou <julien@danjou.info>
3647
3648 * shr.el (shr-width): Make shr-width a defcustom with default to
3649 fill-column.
3650 (shr-tag-img): Use shr-width rather than fill-column.
3651
3652 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3653
3654 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3655
3656 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3657 position when (X-)Faces exist.
3658 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3659 avatars when called interactively.
3660
3661 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3662
3663 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3664 gnus-article-x-face-too-ugly is bound.
3665
3666 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3667
3668 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3669
3670 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3671 mailbox that doesn't exist.
3672
3673 2010-10-12 Julien Danjou <julien@danjou.info>
3674
3675 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3676 (shr-get-image-data): Encode URL properly when fetching from cache.
3677 (shr-tag-img): Use aligned-to spaces to align correctly images.
3678
3679 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3680 before inserting the Gravatar.
3681
3682 * shr.el (shr-tag-img): Add align attribute support for <img>.
3683
3684 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3685
3686 * gnus-gravatar.el (gnus-art): Require.
3687
3688 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3689 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3690 Remove long obsoleted functions.
3691
3692 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3693
3694 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3695
3696 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3697 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3698 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3699 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3700 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3701 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3702 Fix comment for declare-function.
3703
3704 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3705
3706 * nnimap.el (nnimap-request-rename-group): Select group read-only
3707 before renaming it.
3708
3709 * shr.el (shr-insert): Fix up the white space only regexp.
3710
3711 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3712 bodies. Protect against this. Reported by Michael Welsh Duggan.
3713
3714 * shr.el (shr-current-column): New function.
3715 (shr-find-fill-point): New function.
3716
3717 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3718
3719 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3720 numbers.
3721
3722 2010-10-11 Julien Danjou <julien@danjou.info>
3723
3724 * shr.el (shr-hr-line): Add.
3725 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3726 display hr lines.
3727 (shr-max-columns): Do not change state to nil if we just inserting
3728 spaces.
3729
3730 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3731
3732 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3733 select the last group.
3734
3735 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3736
3737 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3738
3739 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3742 for Gnus.
3743 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3744 (nnimap-update-qresync-info): Mark \Seen articles as read.
3745
3746 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3747 non-variable, too.
3748
3749 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3750 available.
3751 (nnimap-update-info): Rely more on the current active than the param
3752 active to avoid marking articles as read too much.
3753
3754 * auth-source.el (auth-source-create): Use (user-login-name) for the
3755 user name default.
3756
3757 * nnimap.el (nnimap-update-info): If the server doesn't return any
3758 useful info, just use the previous info.
3759 (nnimap-update-info): Prefer old info over start-article.
3760 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3761
3762 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3763
3764 * nnir.el (autoload): Clean up autoloads.
3765 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3766 Use key rather than value.
3767 (nnir-imap-search-other): New variable.
3768 (nnir-read-parm): Use it.
3769 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3770 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3771
3772 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3775 the process, too.
3776
3777 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3778
3779 * spam.el (gnus-summary-mode-map): Bind to "$".
3780 Suggested by Russ Allbery.
3781
3782 * shr.el: Rework the way things are indented by <li> slightly.
3783
3784 * gnus.el (gnus-group-set-parameter): Fix typo.
3785
3786 * nnimap.el: Start implementing QRESYNC support.
3787
3788 2010-10-09 Julien Danjou <julien@danjou.info>
3789
3790 * nnir.el (nnir-engines): Fix too many arguments.
3791
3792 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3793
3794 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3795 group is the "last", so that the backends like nnfolder actually save
3796 their folders.
3797
3798 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3799 try to use that for the tls stream.
3800 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3801 UIDVALIDITY and find out which groups are read-only and not.
3802 (nnimap-get-flags): Use the same marks parsing code as the rest of
3803 nnimap.
3804
3805 2010-10-09 Julien Danjou <julien@danjou.info>
3806
3807 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3808
3809 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3810 retrieving gravatars.
3811
3812 * shr.el (shr-table-corner): Add.
3813 (shr-table-line): Add.
3814 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3815
3816 2010-10-08 Julien Danjou <julien@danjou.info>
3817
3818 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3819
3820 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3821
3822 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3823
3824 * gnus-sum.el (gnus-mark-article-as-unread)
3825 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3826 (gnus-summary-set-bookmark): Use it.
3827
3828 * gnus-msg.el (gnus-setup-message): Use it.
3829
3830 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3831
3832 * gnus.el (gnus-group-remove-parameter): Use it.
3833
3834 * gnus-group.el (gnus-group-make-web-group): Use it.
3835
3836 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3837
3838 * nnregistry.el: Update docs to mention manual.
3839
3840 * gnus-registry.el: Update docs to mention nnregistry.el.
3841 (gnus-registry-initialize): Don't install nnregistry refer method
3842 automatically.
3843 (gnus-registry-install-nnregistry): Remove it.
3844
3845 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3846
3847 * shr.el (shr-insert): Don't insert double spaces.
3848
3849 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3850
3851 * gnus-gravatar.el (gnus-treat-from-gravatar)
3852 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3853 called interactively.
3854
3855 * gnus-art.el (gnus-mime-view-part-externally)
3856 (gnus-mime-view-part-internally): Make predicate function passed to
3857 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3858 of a mime type.
3859
3860 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3861
3862 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3863
3864 * shr.el (require): Require cl when compiling.
3865 (shr-tag-hr): New function.
3866
3867 * nnimap.el (nnimap-update-info): Remove double setting of high.
3868 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3869 This makes nnimap work properly on Courier again.
3870
3871 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3872 the variable for backwards compatibility.
3873
3874 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3875 the file name before using to avoid setting mm-default-directory to
3876 nil.
3877
3878 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3879 bidning gnus-agent variables.
3880
3881 * shr.el (shr-render-td): Use a cache for the table rendering function
3882 to avoid getting an exponential rendering behaviour in nested tables.
3883 (shr-insert): Rework the line-breaking algorithm.
3884 (shr-insert): Don't leave trailing spaces.
3885 (shr-insert-table): Also insert empty TDs.
3886 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3887
3888 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3889
3890 * gnus-sum.el (gnus-number): Rename from `number'.
3891 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3892 (gnus-summary-limit-children): Update uses correspondingly.
3893
3894 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3895
3896 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3897 (gnus-gravatar-transform-address): Don't show avatars of people of
3898 which mail addresses match gnus-gravatar-too-ugly.
3899
3900 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3901
3902 * shr.el (shr-table-widths): Expand TD elements to fill available
3903 space.
3904
3905 2010-10-07 Julien Danjou <julien@danjou.info>
3906
3907 * nnimap.el (nnimap-request-rename-group): Add this method.
3908
3909 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3910
3911 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3912 name from XEmacs' function-arglist.
3913
3914 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3915 gravatar under XEmacs.
3916
3917 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3918
3919 * auth-source.el: Update docs with TODO items.
3920
3921 * gnus-sync.el: Update docs to explain state and plans.
3922
3923 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3924 Hooks for mark updates.
3925 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3926
3927 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3928 hooks with arguments, which is needed for mark update hooks.
3929
3930 2010-10-06 Julien Danjou <julien@danjou.info>
3931
3932 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3933 was matched.
3934
3935 * sieve-manage.el: Update example in `Commentary'.
3936
3937 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3938
3939 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3940 not 2000.
3941 (sieve-manage-authenticate): Re-add function.
3942
3943 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3944
3945 * shr.el (shr-insert): Get 'space transition right.
3946 (shr-render-td): Only delete space at the end of the TD.
3947
3948 * nnimap.el (nnimap-open-connection): Prepare to support
3949 open-gnutls-stream.
3950
3951 * shr.el: Rearrange function order to be more logical.
3952
3953 2010-10-06 Julien Danjou <julien@danjou.info>
3954
3955 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3956 (nnrss-discover-feed): Remove 404 URL in docstring.
3957
3958 * nnir.el: Fix Swish-E URL.
3959 Fix Namazu URL.
3960
3961 * message.el (message-change-subject): Remove 404 URL in a comment.
3962
3963 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3964
3965 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3966 called interactively.
3967
3968 * gnus-util.el (gnus-remove-if): Allow hash table.
3969 (gnus-remove-if-not): New function.
3970
3971 * gnus-art.el (gnus-mime-view-part-as-type)
3972 * gnus-score.el (gnus-summary-score-effect)
3973 * gnus-sum.el (gnus-read-move-group-name):
3974 Replace remove-if-not with gnus-remove-if-not.
3975
3976 * gnus-group.el (gnus-group-completing-read):
3977 Regard collection as a hash table if it is not a list.
3978
3979 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3980
3981 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3982
3983 * shr.el: Document the table-rendering algorithm.
3984
3985 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3986 invalid URLs.
3987
3988 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3989 line-broken.
3990 (shr-tag-img): Ignore image fetching errors.
3991 (shr-overlays-in-region): Compute overlay positions correctly.
3992
3993 * mm-decode.el (mm-shr): Require shr.
3994
3995 * gnus-art.el (gnus-blocked-images): Move variable here.
3996
3997 * shr.el (shr-insert-table): Bind free variable.
3998
3999 * mm-decode.el (mm-shr): Bind shr-content-function.
4000
4001 * shr.el (shr-content-function): New variable.
4002
4003 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4004 added for symmetry.
4005
4006 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4007
4008 * gnus-group.el (gnus-group-make-group): Doc fix.
4009
4010 * nnimap.el (nnimap-request-newgroups): Return success.
4011
4012 * shr.el (shr-find-elements): New function.
4013 (shr-tag-table): Put all the images after the table.
4014 (shr-tag-table): Really inhibit images inside the table.
4015 (shr-collect-overlays): Copy over overlays from the TD elements to the
4016 main document.
4017
4018 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4019 gnus-blocked-images.
4020
4021 2010-10-05 Julien Danjou <julien@danjou.info>
4022
4023 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4024
4025 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4026 (gnus-html-maximum-image-size): Add this function.
4027 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4028
4029 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4030 server-value of the capability is nil.
4031
4032 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4033
4034 * shr.el (shr-tag-em): Add <EM> tag.
4035
4036 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4037
4038 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4039 customizable.
4040
4041 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4042 handing broken links to browse-url.
4043
4044 2010-10-05 Julien Danjou <julien@danjou.info>
4045
4046 * gnus-util.el (gnus-emacs-completing-read)
4047 (gnus-iswitchb-completing-read): Use autoload rather than require.
4048
4049 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4050
4051 * gnus-util.el (gnus-completing-read-function): Exclude
4052 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4053 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4054 XEmacs.
4055
4056 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4057 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4058
4059 * gnus-html.el: Don't require help-fns under XEmacs.
4060 (gnus-html-schedule-image-fetching): Work for XEmacs.
4061
4062 * mm-decode.el (mm-shr): Decode contents by charset.
4063
4064 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4065
4066 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4067 unknown.
4068
4069 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4070 (shr-get-image-data): Ensure against the cache file missing.
4071
4072 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4073 for data.
4074
4075 * spam-report.el (spam-report-url-ping-plain): Don't query about
4076 killing the process.
4077
4078 * shr.el (shr-render-td): Protect against too-wide text.
4079
4080 2010-10-04 Julien Danjou <julien@danjou.info>
4081
4082 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4083 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4084
4085 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4086 retrieved.
4087
4088 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4089
4090 * shr.el (browse-url): Require.
4091 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4092 lines.
4093 (shr-show-alt-text, shr-browse-image): New commands.
4094 (shr-browse-url, shr-copy-url): New commands.
4095
4096 * gnus-sum.el (gnus-widen-article-window): New variable.
4097 (gnus-summary-select-article-buffer): Use it.
4098
4099 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4100 without @ signs.
4101
4102 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4103
4104 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4105
4106 2010-10-04 Julien Danjou <julien@danjou.info>
4107
4108 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4109 for XEmacs.
4110
4111 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4112
4113 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4114
4115 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4116 (nnimap-close-server): Implement.
4117
4118 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4119 (shr-insert): Tweak line breaking.
4120 (shr-insert): Handle <pre> better.
4121 (shr-tag-li): Get <li> indentation right.
4122 (shr-tag-li): Get <li> indentation even righter.
4123 (shr-tag-blockquote): Ensure paragraph start.
4124 (shr-make-table): Tweak table generation.
4125 (shr-make-table): Fix typo.
4126
4127 * shr.el: Implement table rendering.
4128
4129 2010-10-04 Julien Danjou <julien@danjou.info>
4130
4131 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4132
4133 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4134
4135 * shr.el (shr-insert): Use string anchors instead of line anchors.
4136
4137 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4138
4139 * shr.el: Add headings.
4140 (shr-ensure-paragraph): Actually work.
4141 (shr-tag-li): Make <ul> prettier.
4142 (shr-insert): Get white space at the beginning/end of elements right.
4143 (shr-tag-p): Collapse subsequent <p>s.
4144 (shr-ensure-paragraph): Don't insert double line feeds after blank
4145 lines.
4146 (shr-insert): \t is also space.
4147 (shr-tag-s): Fix "s" tag name function.
4148 (shr-tag-s): Fix face prop name.
4149
4150 2010-10-03 Julien Danjou <julien@danjou.info>
4151
4152 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4153
4154 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4155 gnus-window-inside-pixel-edges.
4156
4157 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4158 gnus-ems.
4159
4160 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4161
4162 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4163 function.
4164
4165 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4166 resize choice.
4167
4168 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4169
4170 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4171 beginning of the buffer.
4172
4173 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4174 article buffer again.
4175
4176 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4177
4178 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4179 when it's at the start of the buffer.
4180
4181 * shr.el (shr-tag-blockquote): Convert name.
4182 (shr-rescale-image): Use the right image-size variant.
4183
4184 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4185 buffer isn't shown, then select the current article first instead of
4186 bugging out.
4187 (gnus-summary-select-article-buffer): Show both the article and summary
4188 buffers again.
4189
4190 * shr.el (shr-fontize-cont): Protect against regions with no text.
4191 Rename tag functions to shr-tag-* for enhanced security.
4192 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4193
4194 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4195
4196 * shr.el (shr-insert):
4197 * pop3.el (pop3-movemail):
4198 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4199 loaded.
4200
4201 2010-10-03 Glenn Morris <rgm@gnu.org>
4202
4203 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4204
4205 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4206
4207 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4208
4209 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4210
4211 * gnus-util.el (gnus-make-local-hook): Simplify.
4212
4213 2010-10-02 Julien Danjou <julien@danjou.info>
4214
4215 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4216 (gnus-ido-completing-read): New function.
4217 (gnus-emacs-completing-read): New function.
4218 (gnus-completing-read): Use gnus-completing-read-function.
4219 Add gnus-completing-read-function.
4220
4221 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4222
4223 * shr.el (shr-insert-document): Autoload.
4224 (shr-img): Be silent.
4225 (shr-insert): Add a newline after every picture before text.
4226 (shr-add-font): Use overlays for combining faces.
4227 (shr-insert): Pass upwards the text start point.
4228
4229 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4230 possible.
4231 (mm-shr): New function.
4232
4233 2010-10-02 Julien Danjou <julien@danjou.info>
4234
4235 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4236 should go backward.
4237
4238 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4239
4240 * shr.el (shr): Fix typo in provide call.
4241
4242 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4243
4244 * shr.el: New file.
4245
4246 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4247
4248 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4249 completing read.
4250
4251 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4252
4253 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4254 we're being queried about. Suggested by Dan Jacobson.
4255
4256 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4257 Suggested by Jason Eisner.
4258
4259 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4260 table, too. Suggested by Stefan Wiens.
4261 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4262 the table unnecessary. Suggested by Stefan Wiens.
4263
4264 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4265 longer needed, and probably doesn't work either, as pointed out by
4266 Stefan Wiens.
4267 (gnus-summary-exit): Remove call to the clearing function.
4268 (gnus-summary-exit-no-update): Ditto.
4269
4270 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4271 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4272 Reported by Stefan Monnier.
4273 (gnus-summary-save-in-rmail): Ditto.
4274
4275 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4276 article buffer, instead of both the article buffer and the summary
4277 buffer. Sort of suggested by Dan Jacobson.
4278
4279 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4280
4281 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4282 Suggested by Dan Jacobson.
4283
4284 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4285 documentation clearer.
4286
4287 * message.el (message-shorten-references): Comment on the number "21".
4288 Suggested by Stefan Monnier.
4289
4290 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4291 Suggested by Dan Jacobson.
4292
4293 * gnus.el (gnus-large-newsgroup):
4294 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4295
4296 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4297 externalize attachments. Bug reported by Steve Wen.
4298
4299 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4300 really message anything to the user.
4301
4302 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4303 directly.
4304
4305 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4306 messages in empty groups.
4307
4308 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4309
4310 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4311 non-UIDNEXT group.
4312
4313 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4314
4315 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4316 not the value from the collection.
4317
4318 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4319 values. This sometimes happens on some groups that have no info.
4320 (nnimap-request-newgroups): New function.
4321
4322 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4323
4324 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4325 check into `gnus-registry-initialize'.
4326 (gnus-registry-initialize): Ditto.
4327 Fix and extend header docs.
4328
4329 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4330
4331 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4332 regexp backtrace overflows.
4333
4334 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4335 for starttls that tls.el implements; i.e. openssl.
4336
4337 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4338
4339 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4340 (gravatar-create-image): New function that's an alias to
4341 gnus-xmas-create-image, gnus-create-image, or create-image.
4342 (gravatar-data->image): Use it.
4343
4344 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4345
4346 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4347 install the nnregistry refer method.
4348 (gnus-registry-install-hooks): Use it.
4349 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4350 unfollowed groups.
4351
4352 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4353
4354 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4355 expanding threads.
4356
4357 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4358
4359 * nnir.el: Use the server names without suffixes (bug #7009).
4360
4361 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4362 unencrypted to STARTTLS, if possible.
4363
4364 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4365
4366 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4367 headers before superseding.
4368
4369 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4370
4371 * nnrss.el (nnrss-use-local): Add documentation.
4372
4373 * nnimap.el (nnimap-extend-tls-programs): New function.
4374 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4375 (nnimap-wait-for-connection): Accept the greeting from the stupid
4376 output from openssl s_client -starttls, too.
4377
4378 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4379 article number.
4380 (nnimap-split-fancy): New variable.
4381 (nnimap-split-incoming-mail): Use it.
4382
4383 * nntp.el (nntp-server-list-active-group): Document.
4384
4385 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4386 SELECT to get the message-id.
4387
4388 * mail-source.el (mail-sources): Remove webmail support.
4389 (defvar): Ditto.
4390 (mail-source-fetcher-alist): Ditto.
4391 (mail-source-fetch-webmail): Remove.
4392
4393 * webmail.el: Remove -- doesn't seem relevant any more.
4394
4395 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4396
4397 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4398 the \r.
4399
4400 2010-09-30 Julien Danjou <julien@danjou.info>
4401
4402 * gnus-agent.el (gnus-agent-add-group): Fix call to
4403 gnus-completing-read.
4404
4405 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4406
4407 * nndoc.el (nndoc-retrieve-groups): New function.
4408
4409 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4410 `default', use nnmail-split-methods.
4411 (nnimap-request-article): Downcase the NILs so that they are nil.
4412
4413 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4414 symbol.
4415
4416 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4417 code, since if the user has requested network, that's what they ought
4418 to get.
4419 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4420 (nnimap-split-rule): Mark as obsolete.
4421
4422 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4423 New variable.
4424
4425 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4426 correct slot, too.
4427
4428 2010-09-29 Julien Danjou <julien@danjou.info>
4429
4430 * gnus.el (gnus-local-domain): Declare variable obsolete.
4431
4432 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4433 Fix history computing.
4434 (gnus-ido-completing-read): Require ido.
4435
4436 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4437
4438 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4439 build Gnus.
4440
4441 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4442 when interpreting the structures.
4443 (nnimap-request-accept-article): Add \r\n to the lines to make this
4444 work with Cyrus.
4445
4446 * nndraft.el (nndraft-request-expire-articles): Use the group name
4447 instead if "nndraft". Fix found by Nils Ackermann.
4448
4449 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4450
4451 * nnregistry.el: Add.
4452
4453 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * nnmail.el (group, group-art-list, group-art):
4456 Remove unneeded directives.
4457
4458 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4459
4460 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4461 (mm-mime-charset)
4462 * rfc2047.el (rfc2047-syntax-table)
4463 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4464
4465 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4466 rather than `insert-file-contents' and `eval-region'.
4467
4468 2010-09-29 Julien Danjou <julien@danjou.info>
4469
4470 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4471 replacement of `gnus-gravatar-relief' to mimic
4472 `gnus-faces-properties-alist'.
4473 Add :version property.
4474
4475 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * mail-source.el (mail-source-report-new-mail)
4478 * message.el (message-default-mail-headers)
4479 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4480
4481 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4482
4483 2010-09-28 Julien Danjou <julien@danjou.info>
4484
4485 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4486 mail-address contains the same string as real-name.
4487
4488 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4489 non-blank in header, otherwise it'll get stripped.
4490
4491 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4492 real-name, and then for mail address rather than doing : or , search.
4493
4494 2010-09-27 Julien Danjou <julien@danjou.info>
4495
4496 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4497 right completing-read function.
4498 (gnus-use-ido): New variable
4499 (gnus-completing-read-with-default): Remove.
4500 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4501 (gnus-agent-add-group):
4502 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4503 * mm-view.el (mm-view-pkcs7-decrypt):
4504 * mm-util.el (mm-codepage-setup):
4505 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4506 * mml-smime.el (mml-smime-openssl-sign-query):
4507 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4508 (mml-insert-multipart):
4509 * gnus-msg.el (gnus-summary-yank-message):
4510 * gnus-int.el (gnus-start-news-server):
4511 * mm-decode.el (mm-interactively-view-part):
4512 * gnus-dired.el (gnus-dired-attach):
4513 * gnus.el (gnus-read-method):
4514 * gnus-bookmark.el (gnus-bookmark-jump):
4515 * gnus-art.el (gnus-mime-view-part-as-type)
4516 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4517 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4518 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4519 * nnmairix.el (nnmairix-create-server-and-default-group)
4520 (nnmairix-update-groups, nnmairix-get-server)
4521 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4522 (nnmairix-get-group-from-file-path):
4523 * nnrss.el (nnrss-find-rss-via-syndic8):
4524 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4525 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4526 (gnus-group-browse-foreign-server):
4527 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4528 (gnus-summary-execute-command, gnus-summary-respool-article)
4529 (gnus-read-move-group-name):
4530 * gnus-score.el (gnus-summary-increase-score)
4531 (gnus-summary-score-effect):
4532 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4533
4534 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4535
4536 * nnimap.el (auth-source-forget-user-or-password)
4537 (auth-source-user-or-password): Autoload.
4538
4539 * message.el (message-from-style, message-interactive)
4540 (message-signature): Remove comment.
4541 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4542 always.
4543 (message-sendmail-envelope-from): Comment fix.
4544 (message-yank-prefix): Default to mail-yank-prefix always.
4545 (message-indentation-spaces):
4546 Default to mail-indentation-spaces always.
4547 (message-signature-file): Default to mail-signature-file always.
4548
4549 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4550
4551 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4552 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4553 new articles.
4554
4555 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4556 parts.
4557 (nnimap-request-article): Work with the t setting, too.
4558
4559 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4560 that you don't get flashes of other buffers.
4561 (gnus-summary-show-complete-article): Intern before setting.
4562
4563 2010-09-27 David Engster <dengste@eml.cc>
4564
4565 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4566 well as HEADERS.
4567 (nnmairix-retrieve-headers): Provide new argument for the above.
4568
4569 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * gnus-sum.el (gnus-summary-move-article): Don't alter
4572 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4573 group.
4574
4575 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4576
4577 * message.el (message-cite-prefix-regexp): Revert my last edit.
4578
4579 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4580 variable instead of the Gnus variable.
4581
4582 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4583
4584 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4585
4586 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4587 since some servers don't like it.
4588 (nnimap-open-connection): Forget credentials if the server says the
4589 password was wrong.
4590 (nnimap-parse-line): Protect against invalid data.
4591
4592 * gnus-sum.el (gnus-summary-move-article): Add comment.
4593 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4594 nothing alters it while scanning for new messages.
4595
4596 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4597 which may or may not help.
4598 (nnimap-open-connection): If we're doing a stream connection, and then
4599 discover we're on a STARTTLS-capable server, then open a STARTTLS
4600 connection instead.
4601
4602 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4603
4604 * nnimap.el (utf7): Require.
4605
4606 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4607 prefix.
4608
4609 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4610
4611 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4612
4613 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
4615 * nnimap.el (nnimap-request-accept-article): Message the error on
4616 error.
4617
4618 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4619
4620 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4621
4622 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
4624 * nndoc.el (nndoc-request-list): Return success always.
4625
4626 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4627 `fetch-old' -- we only want to fetch the articles we've requested.
4628 The rest are in the agent, probably.
4629 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4630 disappeared server" to something low. It's not important.
4631
4632 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4633 arrived before the FETCH data.
4634
4635 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4636 target here, because we don't know the Gnus name of the group.
4637
4638 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4639 for the correct group.
4640
4641 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4642
4643 * gnus.el (gnus): Give a final warning after startup.
4644
4645 * gnus-util.el (gnus-action-message-log): New variable.
4646 (gnus-message): Use it.
4647 (gnus-final-warning): New function.
4648
4649 * nnimap.el (nnimap-open-connection): Record the greeting.
4650 (nnimap): Add greeting.
4651
4652 2010-09-26 Julien Danjou <julien@danjou.info>
4653
4654 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4655 arguments.
4656 (gnus-html-wash-images): Fix spec computing to include start/end.
4657
4658 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4659
4660 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4661
4662 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4663 deletion.
4664 (nnimap-retrieve-headers): Don't select the group, because that's
4665 already done by nnimap-possibly-change-group.
4666
4667 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4668 (gnus-picon-transform-address): Use it.
4669
4670 * mail-source.el (mail-source-value): Revert previous patch.
4671
4672 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4673 on failure.
4674 (nnimap-open-connection): Look up both virtual and physical server name
4675 credentials.
4676
4677 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4678
4679 2009-02-08 Dave Love <fx@gnu.org>
4680
4681 * gnus-win.el (gnus-window-to-buffer-helper)
4682 (gnus-all-windows-visible-p): Function needn't be a symbol.
4683
4684 * mail-source.el (mail-source-value): Function needn't be a symbol.
4685
4686 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
4688 * message.el (message-cite-prefix-regexp): Remove } from the cite
4689 prefix.
4690
4691 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4692 highlight again, so that the highlight is correct.
4693
4694 * gnus-picon.el (gnus-picon): Remove again.
4695 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4696
4697 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4698 doing the header highlightling, so that the background colour of the
4699 picon is correct.
4700
4701 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4702 (gnus-picon): Ditto.
4703 (gnus-picon): Reinstate. The background colour for picons is white.
4704 (gnus-picon-insert-glyph): Make the background white.
4705
4706 * nnml.el (nnml-open-nov): Don't return dead buffers.
4707
4708 * auth-source.el (auth-source-create): Query the user for whether to
4709 store the credentials.
4710
4711 * auth-source.el (auth-source-user-or-password): Use the existing auth
4712 sources, if any, for creation.
4713
4714 * gnus.el (gnus-group-fast-parameter): Return the last matching
4715 parameter instead of the first matching parameter.
4716
4717 2010-09-26 Julien Danjou <julien@danjou.info>
4718
4719 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4720
4721 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4722
4723 * mml2015.el (mml2015-use): Remove gpg support.
4724
4725 * mml1991.el (mml1991-function-alist): Remove gpg function.
4726 (mml1991-gpg-sign): Remove.
4727
4728 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4729
4730 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4731 (gnus-browse-unsubscribe-current-group): Document it.
4732 (gnus-browse-unsubscribe-group): Use it.
4733
4734 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4737 address to the To list for easier response.
4738
4739 * gnus.el (gnus-play-startup-jingle): Remove.
4740 (gnus-splash): Don't play jingle.
4741 (gnus): Silence gnus-load message.
4742
4743 * gnus-art.el (gnus-treat-play-sounds): Remove.
4744
4745 * gnus.el (gnus-play-jingle): Remove audio support.
4746
4747 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4748
4749 * earcon.el: Remove -- no users.
4750
4751 * gnus-audio.el: Remove -- no users of this package.
4752
4753 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4754
4755 * gnus-start.el (gnus-setup-news): Remove nocem support.
4756
4757 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4758
4759 * gnus.el (gnus-use-nocem): Remove.
4760
4761 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4762 Remove.
4763
4764 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4765 uses NoCeM any more.
4766
4767 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4768 (gnus-button-ctan-handler): Ditto.
4769 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4770 (gnus-button-ctan-directory-regexp): Ditto.
4771 (gnus-button-handle-ctan): Ditto.
4772 (gnus-button-tex-level): Ditto.
4773 (gnus-button-alist): Remove CTAN stuff.
4774
4775 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4776
4777 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4778 nnimap-streaming test.
4779
4780 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4781 servers twice.
4782
4783 * nnimap.el (nnimap-open-connection): Add more error reporting when
4784 nnimap fails early.
4785
4786 * nnheader.el (nnheader-get-report-string): New function.
4787 (nnheader-get-report): Use it.
4788
4789 * gnus-int.el (gnus-check-server): Say what the error was when opening
4790 failed.
4791
4792 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4793 using streaming.
4794
4795 2010-09-25 Julien Danjou <julien@danjou.info>
4796
4797 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4798 gnus-window-inside-pixel-edges.
4799
4800 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4801
4802 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4803
4804 * mm-decode.el (mm-save-part): Allow saving to other directories the
4805 normal Emacs way.
4806
4807 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4808 Suggested by Jay Berkenbilt.
4809
4810 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4811 there isn't a single byte.
4812
4813 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4814 just do it. It doesn't really seem to matter what the user responds
4815 here, I think, so it's just a confusing question.
4816
4817 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4818 non-streaming case.
4819
4820 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4821 (gnus-article-encrypt-body): Use it.
4822
4823 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4824 keystroke.
4825
4826 * nnimap.el (nnimap-find-wanted-parts-1):
4827 Use gnus-fetch-partial-articles.
4828
4829 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4830
4831 * nnimap.el (nnimap-insert-partial-structure): New function.
4832 (nnimap-get-partial-article): New function.
4833 (nnimap-request-article): Use it.
4834 (nnimap-wait-for-response): Return whether the wait was successful.
4835 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4836 retrieval wasn't successful.
4837 (nnimap-retrieve-group-data-early): Allow throttling servers.
4838 (nnimap-streaming): New variable.
4839 (nnimap-fetch-partial-articles): Remove.
4840
4841 * mm-decode.el (mm-with-part): Protect against killed buffers.
4842
4843 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4844 for prettier summary display.
4845
4846 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4847
4848 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4849
4850 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4851
4852 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4853 apparently third-party libraries depend on it.
4854
4855 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4856 before starting negotiation.
4857
4858 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4859 privacy reasons.
4860 (gnus-treat-mail-gravatar): Ditto.
4861
4862 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4863 buffer when inserting images. Inserting text into the headers, for
4864 instance, can make them invalid.
4865
4866 2010-09-25 Julien Danjou <julien@danjou.info>
4867
4868 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4869 variables.
4870
4871 * nnheader.el: Remove useless variables news-reply-yank-from and
4872 news-reply-yank-message-id.
4873
4874 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4875 variables.
4876
4877 * mml1991.el: Remove useless mml1991-verbose.
4878
4879 * gnus.el: Remove useless variable gnus-use-generic-from.
4880 Remove obsolete variable gnus-topic-indentation.
4881
4882 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4883
4884 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4885
4886 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4887
4888 * gnus-group.el: Remove useless gnus-group-icon-cache.
4889 Remove useless gnus-ephemeral-group-server.
4890
4891 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4892
4893 * mml2015.el: Remove useless mml2015-verbose.
4894
4895 * mml-smime.el: Remove useless mml-smime-verbose.
4896
4897 * gnus.el: Remove useless gnus-local-domain.
4898
4899 * gnus-gravatar.el (gnus-gravatar-transform-address):
4900 Use gnus-gravatar-size.
4901
4902 * gnus-art.el: Remove useless gnus-treat-translate.
4903
4904 2010-09-24 Julien Danjou <julien@danjou.info>
4905
4906 * gnus-sum.el: Add support for Gravatars.
4907
4908 * gnus-art.el: Add support for Gravatars.
4909
4910 * gnus-gravatar.el: Add this file.
4911
4912 * gravatar.el: Add this file.
4913
4914 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4915
4916 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4917
4918 * gnus-group.el (gnus-group-fetch-faq): Remove.
4919
4920 * gnus.el (gnus-group-faq-directory): Remove.
4921
4922 * gnus-group.el (gnus-group-fetch-charter): Remove.
4923
4924 * gnus.el (gnus-group-charter-alist): Remove.
4925
4926 * gnus-group.el (gnus-group-archive-directory): Remove.
4927 (gnus-group-recent-archive-directory): Ditto.
4928 (gnus-group-make-archive-group): Remove.
4929
4930 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4931
4932 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4933 use the same article number for all the cached articles.
4934
4935 * nnimap.el (nnimap-command): Register the last command time so
4936 that we can use it for idling NOOPs.
4937 (nnimap-open-connection): Start the keeplive timer.
4938 (nnimap-make-process-buffer): Store all the process buffers.
4939 (nnimap-keepalive): New function.
4940
4941 * starttls.el (starttls-open-stream): Add autoload cookie.
4942
4943 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4944
4945 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4946 handling.
4947
4948 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4949
4950 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4951 its data structures.
4952
4953 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4954 instead of the cl.el copy-list.
4955 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4956 equalp.
4957
4958 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4959
4960 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4961 and tool-bar-local-item-from-menu.
4962
4963 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4964 mode-line-highlight face for Emacs.
4965
4966 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4967 loading gnus-sum.elc; fix comment for canlock-verify.
4968 (gnus-article-jump-to-part): Use read-number.
4969 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4970 Remove Emacs pre-21 compatible code for help-echo.
4971 (gnus-article-next-page-1): No need to adjust the number of lines.
4972 (gnus-article-describe-bindings): Always use help-buffer.
4973
4974 * gnus-audio.el (gnus-audio-inline-sound)
4975 * gnus-cus.el (gnus-custom-mode)
4976 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4977
4978 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4979
4980 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4981 compatible code.
4982
4983 2010-09-24 Glenn Morris <rgm@gnu.org>
4984
4985 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4986 visiting the fcc file in rmail-mode.
4987
4988 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4989
4990 * nnir.el: Silence the byte compiler.
4991
4992 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4993 alias to browse-url-url-encode-chars if any.
4994 (gnus-html-encode-url): Use it.
4995
4996 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4997
4998 * gnus-start.el (gnus-use-backend-marks): New variable.
4999 (gnus-get-unread-articles-in-group): Use it.
5000
5001 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5002 makeover.
5003
5004 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5005
5006 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5007
5008 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5009
5010 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5011 Remove.
5012 (gnus-setup-news-hook):
5013 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5014
5015 * gnus-int.el (gnus-request-update-info): Protect against backends not
5016 having the function.
5017
5018 * nnimap.el (nnimap-stream): Mention starttls.
5019 (nnimap-open-connection): Add starttls support.
5020
5021 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5022
5023 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5024
5025 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5026
5027 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5028 BODYSTRUCTUREs.
5029 (nnimap-transform-headers): Unfold quoted {42} headers.
5030
5031 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5032 the info.
5033 (gnus-get-unread-articles): Only call updatep on backends that support
5034 it.
5035
5036 * nnweb.el (nnweb-request-update-info): NOOP.
5037
5038 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5039
5040 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5041 since it only deals with marks.
5042
5043 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5044 gnus-request-marks, and make a new gnus-request-update-info.
5045
5046 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5047 the active instead of the high number, which is usually too low.
5048
5049 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5050
5051 * encrypt.el: Remove.
5052
5053 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5054
5055 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5056 server in symbolic form.
5057
5058 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5059
5060 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5061
5062 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5063 (nnimap-update-info): Fix up code slightly.
5064
5065 * gnus-int.el (gnus-open-server): Add tracing for performance
5066 debugging.
5067
5068 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5069 (gnus-group-insert-group-line): Pass the real group name so that it
5070 gets the right data.
5071
5072 * gnus-start.el (gnus-get-unread-articles): Don't have
5073 `gnus-get-unread-articles-in-group' update info, since that can be
5074 really slow and doesn't seem to be needed?
5075
5076 2010-09-22 Julien Danjou <julien@danjou.info>
5077
5078 * gnus-group.el (gnus-group-insert-group-line):
5079 Call gnus-group-highlight-line.
5080 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5081 default hook list.
5082 (gnus-group-update-eval-form): Add new function.
5083 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5084 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5085
5086 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5087
5088 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5089 immediate, then expire all articles.
5090 (nnimap-update-info): Fix off-by-one errors.
5091 (nnimap-flags-to-marks): Would return no marks lists for group with no
5092 flags. Instead return the other data.
5093
5094 2010-09-22 Julien Danjou <julien@danjou.info>
5095
5096 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5097 Only return an icon.
5098 (gnus-group-insert-group-line): Compute icon to return.
5099
5100 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5101 (gnus-html-image-fetched): Only cache if
5102 gnus-html-image-automatic-caching is set.
5103 (gnus-html-image-fetched): Check for errors.
5104
5105 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5106
5107 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5108 once per method on `g'. This ensures that backends like nnfolder don't
5109 open all their folders.
5110
5111 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5112 (nnimap-request-list): Nix out group in the correct buffer.
5113 (nnimap-parse-flags): Implement by using `read' instead of
5114 hand-parsing.
5115 (nnimap-flags-to-marks): Pass on permanent-flags.
5116 (nnimap-make-process-buffer): Record the server name.
5117 (nnimap-parse-flags): Fix typo.
5118 (nnimap-request-scan): Run split on the server in general, not just a
5119 single group.
5120
5121 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5122 parameter, and propagate this downwards.
5123
5124 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5125 since EXAMINE changes it on the server.
5126
5127 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5128 this command might take a while.
5129
5130 2010-09-22 Julien Danjou <julien@danjou.info>
5131
5132 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5133 harmful if you have 2 images side-by-side, they can't be properly
5134 update on text deletion. Using text-property is safer here.
5135 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5136 data.
5137
5138 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139
5140 * nnimap.el (nnimap-expunge-inbox): Remove.
5141 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5142 (nnimap-expunge): Flip default to t.
5143
5144 * gnus.el (gnus-method-to-server): Don't push things to the cache
5145 unless it's unique.
5146 (gnus-server-to-method): Ditto.
5147
5148 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5149
5150 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5151
5152 2010-09-22 Julien Danjou <julien@danjou.info>
5153
5154 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5155 get the start of data.
5156 (gnus-html-encode-url): Add this function to encode special chars in
5157 URL.
5158 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5159 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5160
5161 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5162 default.
5163 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5164
5165 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5166 images alt-text.
5167 (gnus-html-put-image): Put alt-text as help-echo.
5168
5169 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5170
5171 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5172 * mm-util.el (mm-decompress-buffer)
5173 * nnir.el (nnir-run-find-grep)
5174 * pop3.el (pop3-list): Use 3rd arg of split-string.
5175
5176 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5177
5178 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5179 outside the active range. Suggested by Dan Christensen.
5180
5181 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5182 slightly later to avoid double-getting it.
5183
5184 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5185 previous patch.
5186
5187 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5188
5189 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5190
5191 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5192
5193 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5194
5195 * gnus-int.el (gnus-open-server): Give a better error message in the
5196 "go offline" case.
5197
5198 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5199 marks for nnimap, which is seldom the right thing to do.
5200
5201 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5202 (gnus-same-method-different-name): New function.
5203
5204 * nnimap.el (parse-time): Require.
5205
5206 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5207 method in the presence of many similar methods.
5208
5209 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5210
5211 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5212 nnml-inhibit-expiry.
5213
5214 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5215 find out whether methods are equal.
5216
5217 * nnimap.el (nnimap-find-expired-articles): New function.
5218 (nnimap-process-expiry-targets): New function.
5219 (nnimap-request-move-article): Request the article before looking at
5220 what the Message-ID is. Fix found by Andrew Cohen.
5221 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5222
5223 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5224 for oldness in addition to being a predicate.
5225
5226 * nnimap.el (nnimap-request-group): When we have zero articles, return
5227 the right data to Gnus.
5228 (nnimap-request-expire-articles): Only delete articles immediately if
5229 the target is 'delete.
5230
5231 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5232 method, this would bug out.
5233
5234 * gnus-group.el (gnus-group-expunge-group): Rename from
5235 gnus-group-nnimap-expunge, and implemented as a normal interface
5236 function.
5237
5238 * gnus-int.el (gnus-request-expunge-group): New function.
5239
5240 * nnimap.el (nnimap-request-create-group): Implement.
5241 (nnimap-request-expunge-group): New function.
5242
5243 2010-09-21 Julien Danjou <julien@danjou.info>
5244
5245 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5246 (gnus-html-cache-expired): Add new function.
5247 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5248 wethever we should display image for fetch it.
5249 Compute alt-text earlier to pass it to the fetching function too.
5250 (gnus-html-schedule-image-fetching): Change function argument to only
5251 get one image at a time, not a list.
5252 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5253 cache.
5254 (gnus-html-get-image-data): New function to retrieve image data from
5255 cache.
5256 (gnus-html-put-image): Change buffer argument to use image data rather
5257 than file, and place image above region rather than inserting a new
5258 one. Do not take alt-text as argument, since it's useless now: we place
5259 the image above alt-text.
5260 (gnus-html-prune-cache): Remove.
5261 (gnus-html-show-images): Start to fetch image when we find one, do not
5262 push into a temporary list.
5263 (gnus-html-prefetch-images): Only fetch image if they have expired.
5264 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5265 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5266
5267 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5268
5269 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5270
5271 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5272
5273 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5274 spec inser "*" if the group isn't active instead of 0.
5275
5276 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5277 opening the server.
5278 (nnimap-request-delete-group): Implement group deletion.
5279 (nnimap-transform-headers): Return the size of the entire message in
5280 the Bytes header, not just the size of the first part.
5281 (nnimap-request-move-article): When moving an article from nnimap,
5282 request the article first so the accepting form has an article to
5283 accept. Reported by Dan Christensen.
5284 (nnimap-command): Make sure that the error message doesn't error out.
5285
5286 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5287
5288 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5289 we haven't requested anything.
5290
5291 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5292
5293 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5294 "". Fix found by Andrew Cohen.
5295
5296 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5297 instead of -encode-string.
5298
5299 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5300
5301 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5302
5303 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5304 by mm-subst-char-in-string.
5305
5306 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5307
5308 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5309 waiting for the connection string.
5310
5311 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5312 arriving.
5313
5314 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5315 bogus characters. This allows selecting certain Gmail groups.
5316
5317 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5318 (nnimap-fetch-partial-articles): New variable.
5319 (nnimap-open-connection): When looking for credentials, also use the
5320 nnimap-server-port.
5321 (nnimap-request-article): Return the group/article number, so that Gnus
5322 `^' works as expected.
5323 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5324
5325 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5326 comments.
5327 (gnus-methods-sloppily-equal): New function.
5328 (gnus): When using the development version of Gnus, load the gnus-load
5329 file.
5330
5331 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5332 `gnus-open-server' on each method before trying to scan them etc.
5333 This ensures that all the backend parameters are set correctly.
5334
5335 * nnimap.el (nnimap-authenticator): New variable.
5336 (nnimap-open-connection): Allow anonymous login.
5337 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5338 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5339
5340 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5341 patch, found by Knut Anders Hatlen.
5342
5343 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5344
5345 * gnus-agent.el (gnus-agent-batch-confirmation)
5346 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5347 to gnus-message.
5348 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5349 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5350 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5351 * gnus-int.el (gnus-open-server): Likewise.
5352 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5353 (gnus-score-check-syntax): Likewise.
5354 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5355 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5356 Likewise.
5357 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5358
5359 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5360
5361 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5362 calling conventions so that prefetch doesn't bug out.
5363
5364 2010-09-19 Julien Danjou <julien@danjou.info>
5365
5366 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5367 rather than `subst-char-in-region' in order to be able to replace ASCII
5368 char by UTF-8 ones.
5369
5370 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5371 than curl.
5372 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5373 the right URL and ALT text on images.
5374 (gnus-html-wash-tags): Fix tag case.
5375 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5376 (gnus-article-html): Add -o display_ins_del=2 option.
5377 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5378
5379 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5380
5381 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5382 the extra mail headers, which sometimes seem to happen for unknown
5383 reasons.
5384
5385 * mail-parse.el (mail-header-encode-parameter): Define as
5386 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5387 (or most, perhaps?) mail readers don't understand the latter, but do
5388 understand the former.
5389
5390 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5391 to nil, so that no methods are automatically agentized. I think this
5392 is probably what most users want.
5393
5394 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5395 from url-retrieve, for instance about invalid URLs.
5396
5397 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5398 groups that have no articles.
5399 (nnimap-request-article): Check that we really got an article when we
5400 requested one.
5401
5402 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5403 doesn't exist.
5404
5405 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5406 nntp buffer so the agent can save it.
5407 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5408 that CRLF doesn't get translated to \n.
5409 (nnimap-open-connection): Don't make 'shell commands only send \n.
5410
5411 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5414 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5415 Update var name.
5416 (nnml-generate-nov-file): Use dolist.
5417 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5418 Use with-current-buffer.
5419
5420 2010-09-18 Julien Danjou <julien@danjou.info>
5421
5422 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5423 parallel.
5424
5425 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5426
5427 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5428 the range update right.
5429 (nnimap-request-group): Don't make `M-g' bug out on group with no
5430 marks.
5431 (nnoo): Require, so that other packages can require nnimap.
5432 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5433 command we're looking for. This helps when the server sends more
5434 responses after we've gotten everything we expected.
5435 (nnimap): Add a `newlinep' field to keep track of end-of-line
5436 conventions.
5437 Don't send CRLF to things that don't want it.
5438 (nnimap-request-accept-article): Ditto.
5439
5440 2010-09-18 Julien Danjou <julien@danjou.info>
5441
5442 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5443 than curl to retrieve images.
5444
5445 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5446
5447 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5448 the marks.
5449 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5450 (nnimap-wait-for-connection): New function.
5451 (nnimap-open-connection): If we have PREAUTH, don't query for login
5452 credentials.
5453 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5454 when doing a partial update.
5455
5456 2010-09-18 Julien Danjou <julien@danjou.info>
5457
5458 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5459 tags.
5460
5461 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5462
5463 * nnimap.el (nnimap-credentials): New function.
5464 (nnimap-open-connection): Use the new function to look for credentials
5465 also on the numeric equivalents of "imap" and "imaps".
5466
5467 * gnus-start.el (gnus-activate-group): Send the info to
5468 gnus-request-group.
5469
5470 * nnimap.el (nnimap-request-group): Have the "check" version of the
5471 function parse flags and update the info, so that a `M-g' get a total
5472 resync of all flags from the group.
5473
5474 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5475 to allow backends to alter the info on group selection. Also alter all
5476 the backend -request-group functions to take the parameter.
5477
5478 * nnimap.el (nnimap-store-info): New function.
5479 (nnimap-update-info): Store the info for later usage.
5480 (nnimap-request-group): Use the stored info for the dont-check case, so
5481 that we don't retrieve all marks when we enter a group.
5482
5483 * nnimap.el: Use deffoo instead of defun for interface functions.
5484
5485 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5486 update the group info. This makes the nndraft groups, for instance, go
5487 back to their old behaviour.
5488
5489 * gnus-sum.el (gnus-select-newsgroup): Indent.
5490
5491 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5492 in.
5493 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5494 nothing.
5495
5496 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5497 from methods that are denied.
5498
5499 * gnus-int.el (gnus-method-denied-p): New function.
5500
5501 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5502 store the password instead of netrc.
5503 (nnimap-open-connection): Don't error out when we can't make a
5504 connections.
5505
5506 * auth-source.el (auth-source-create): In the password prompt, say what
5507 we're querying for. Also prompt for user name if that hasn't been
5508 given.
5509
5510 * nnimap.el (nnimap-with-process-buffer): Remove.
5511
5512 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5513
5514 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5515 method when we're reading from the agent.
5516
5517 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5518
5519 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5520 that's probably most useful for users.
5521
5522 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5523 "failed" all the time.
5524
5525 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5526 ...)) with (with-current-buffer ... ).
5527
5528 * nntp.el (nntp-open-server): Return whether the open was successful or
5529 not.
5530
5531 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5532 select an unread unseen article first.
5533
5534 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5535 /etc/services, supply some sensible port defaults.
5536
5537 2010-09-17 Julien Danjou <julien@danjou.info>
5538
5539 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5540
5541 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5542
5543 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5544 doesn't have any parameters.
5545
5546 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5547
5548 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5549 only upcased checks.
5550
5551 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5552
5553 * nnimap.el (nnimap-open-shell-stream): New function.
5554 (nnimap-open-connection): Use it.
5555 (nnimap-transform-headers): Get the number of lines in each message.
5556 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5557 number of lines.
5558 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5559 problem.
5560
5561 * utf7.el (utf7-encode): Autoload.
5562
5563 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5564 to allow the mail splitting to not return a default group. This is
5565 useful for nnimap, which will leave unmatched mail in the inbox.
5566
5567 * nnimap.el: Rewritten.
5568
5569 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5570 nnimap usage.
5571
5572 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5573 if the move is internal, so that nnimap can do fast internal moves.
5574
5575 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5576 data.
5577 (gnus-read-active-for-groups): Support finishing the early retrieval of
5578 data.
5579
5580 * gnus-range.el (gnus-range-nconcat): New function.
5581
5582 * gnus-int.el (gnus-finish-retrieve-group-infos)
5583 (gnus-retrieve-group-data-early): New functions.
5584
5585 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5588 (nnrss-retrieve-groups):
5589 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5590 (pop3-quit): Use with-current-buffer.
5591
5592 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5593
5594 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5595 instead of nnheader-accept-process-output.
5596
5597 * gnus-html.el (gnus-html-schedule-image-fetching)
5598 (gnus-html-prefetch-images): Replace process-kill-without-query by
5599 gnus-set-process-query-on-exit-flag.
5600
5601 2010-09-16 Romain Francoise <romain@orebokech.com>
5602
5603 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5604
5605 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5606
5607 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5608 parameter to unintern is mandatory-ish in Emacs 24.
5609
5610 * gnus-html.el (gnus-html-schedule-image-fetching)
5611 (gnus-html-prefetch-images): Check for curl before using it.
5612
5613 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5614 depend on curl, which isn't essential.
5615
5616 * imap.el: Revert back to version
5617 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5618 seem problematic.
5619
5620 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5621
5622 * gnus-registry.el (gnus-registry-install-shortcuts):
5623 Explicitly pass `obarray' to `unintern' to avoid a warning.
5624
5625 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5626
5627 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5628 change.
5629
5630 * nnrss.el (nnrss-request-list): Remove this function and related
5631 functions, including the moreover stuff.
5632
5633 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5634
5635 * nnrss.el (nnrss-retrieve-groups): New function.
5636
5637 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5638
5639 * .dir-locals.el: Add no-byte-compile cookie.
5640
5641 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5642
5643 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5644 for back end that doesn't support request-scan.
5645
5646 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5647
5648 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5649 then do request scans from the backends.
5650
5651 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5652 avoid running a hook per line, since this takes a lot of time,
5653 profiling shows.
5654 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5655 directly if gnus-visual-p is true.
5656
5657 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5658
5659 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5660 groups; replace mapcar with dolist which is a bit faster; pass groups
5661 info to gnus-read-active-file-1.
5662 (gnus-read-active-file-1): Scan only specified groups if the new
5663 optional arg `infos' is given.
5664
5665 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5666
5667 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5668
5669 * pop3.el (pop3-movemail): Remove.
5670 (pop3-streaming-movemail): Rename to pop3-movemail.
5671
5672 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5673 don't restrict end-tag searches to the end of the line.
5674
5675 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5676
5677 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5678 articles of every unchecked group to t, which means unknown since the
5679 server has never been opened.
5680
5681 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5682
5683 * gnus-html.el (gnus-html-show-alt-text): New command.
5684 (gnus-html-browse-image): Ditto.
5685 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5686 to browse the image directly.
5687 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5688 better.
5689
5690 * gnus-async.el (gnus-async-article-callback):
5691 Call `gnus-html-prefetch-images' unconditionally.
5692
5693 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5694 before feeding URLs to curl.
5695
5696 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5697
5698 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5699 internal images as deletable by `W D D'.
5700
5701 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5702 (gnus-async-article-callback): Fix typo.
5703
5704 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5705
5706 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5707 current line to work around bugs in the output from w3m.
5708
5709 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5710 for groups that want that.
5711
5712 * nntp.el (nntp-wait-for-string): Supply a timeout for
5713 accept-process-output to ensure progress.
5714
5715 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5716 level to get unread articles from, then use that for foreign groups,
5717 too.
5718
5719 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5720 confuses the rest of the function.
5721
5722 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5723 for the methods that support -retrieve-groups, too.
5724
5725 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5726
5727 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5728
5729 * pop3.el: Require cl when compiling.
5730 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5731
5732 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5733
5734 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5735 that aren't going to be activated.
5736 (gnus-get-unread-articles): Fix up the last commit.
5737
5738 * gnus-html.el (gnus-article-html): Allow calling without specifying
5739 the handle. In that case, dissect the buffer first.
5740
5741 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5742
5743 * nnimap.el (nnimap-open-connection): Revert the change that would look
5744 into authinfo for imaps instead of imap.
5745
5746 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5747 say that you don't want to call gnus-request-group with don-check, but
5748 do check the reponse. This is for virtual groups only.
5749 (gnus-get-unread-articles): Count the archive groups as secondary, so
5750 that they're activated the same way as before.
5751
5752 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5753 case-insensitively.
5754 (nnimap-debug): Remove.
5755
5756 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5757 mail from a file, and the file doesn't exist.
5758
5759 * pop3.el (pop3-streaming-movemail): Return t for success.
5760
5761 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5762 .authinfo if we're using ssl connection.
5763
5764 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5765 already have if we're in a main Gnus `g' run.
5766
5767 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5768
5769 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5770
5771 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5772
5773 * nnmh.el (nnmh-request-list-1): Bind `file'.
5774
5775 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5776 alias to set-process-query-on-exit-flag or process-kill-without-query.
5777 (pop3-open-server): Use it.
5778
5779 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5780
5781 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5782 box to the Incoming file. Fixes mistake in previous checkin.
5783
5784 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5785 request loop (for debugging purposes) removed.
5786
5787 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5788 culprit is more visible.
5789 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5790 (nnml-add-incremental-nov): New functions to do "incremental" nov
5791 updates, where we just append to the end of the existing nov files
5792 without reading/writing them in full.
5793
5794 * mail-source.el (mail-source-delete-crash-box): Really only check the
5795 incoming files once in a while.
5796
5797 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5798
5799 * mail-source.el (mail-source-delete-crash-box): Only check the
5800 incoming files for deletion once per day to save a lot of file
5801 accesses.
5802
5803 * pop3.el (pop3-logon): Fix up unbound variable typo.
5804
5805 * mail-source.el (pop3-streaming-movemail): Autoload.
5806
5807 * pop3.el (pop3-streaming-movemail):
5808 Respect pop3-leave-mail-on-server.
5809
5810 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5811 retrieval.
5812
5813 * pop3.el (pop3-process-filter): Remove unused function.
5814 (pop3-streaming-movemail, pop3-send-streaming-command)
5815 (pop3-wait-for-messages, pop3-write-to-file)
5816 (pop3-number-of-responses): New functions for streaming pop3
5817 retrieval.
5818
5819 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5820 come from no known methods.
5821 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5822 list.
5823
5824 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5825 message sizes.
5826 (pop3-movemail): Use erase-buffer instead of looping and deleting
5827 regions, which seems rather odd.
5828
5829 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5830 file once per `g' run.
5831
5832 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5833 directories. This makes the draft queue directory work.
5834
5835 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5836 data from the backends, so that we only request the list of groups from
5837 each method once. This should speed things up considerably.
5838
5839 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5840 detect that it's not implemented.
5841
5842 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5843 we actually do recurse down into the tree, but don't stat all leaf
5844 nodes.
5845
5846 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5847 then say so instead of bugging out.
5848
5849 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5850 files exist before trying to read them.
5851
5852 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5853 around <pre_int>.
5854
5855 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5856
5857 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5858
5859 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5860
5861 * mm-util.el (mm-image-load-path): Just return the image directories,
5862 not all directories in the path in addition to the image directories.
5863 (mm-image-load-path): Maintain a cache of the image directories so that
5864 the `g' command in Gnus doesn't have to stat dozens of directories each
5865 time.
5866
5867 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5868 (gnus-html-wash-tags): Add a new `i' command to insert images.
5869 (gnus-html-insert-image): New command and keystroke.
5870 (gnus-html-redisplay-with-images): New command and keystroke.
5871 (gnus-html-show-images): Rename command.
5872 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5873 spacers.
5874 (gnus-html-wash-tags): Decode entities at the end, so that entities
5875 inside the tags don't mess up the rest of the "parsing".
5876
5877 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5878 so that nnimap methods aren't agentized by default. There's apparently
5879 many problems related to agent/imap behaviour.
5880
5881 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5882
5883 * gnus-html.el: Doc fix.
5884
5885 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5886
5887 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5888 glyph-width and glyph-height instead of display-graphic-p and
5889 image-size; make avoidance of displaying small images work for XEmacs.
5890
5891 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5892 for XEmacs.
5893
5894 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5895 of symbol that holds plist data.
5896 (gnus-process-plist): Remove plist of process after getting it.
5897
5898 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5899
5900 * message.el (message-generate-hashcash): Change default to
5901 'opportunistic if hashcash is installed.
5902
5903 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5904 (gnus-html-put-image): Only call image-size once, since it's somewhat
5905 time-consuming on remote X servers.
5906
5907 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5908
5909 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5910 decoded contents.
5911 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5912
5913 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5914
5915 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5916 group line format, since it isn't very interesting.
5917
5918 * gnus-agent.el (gnus-agent-short-article),
5919 (gnus-agent-long-article): Increase values for these two variables,
5920 since most people are likely to have more network connection and
5921 storage than before.
5922
5923 * gnus.el (gnus-refer-article-method): Change default to 'current.
5924 When referring an article, the common behaviour is to refer it from the
5925 current select method, not the native select method. The chances of
5926 the native select method having the message in question is rather slim
5927 these days.
5928
5929 * gnus-sum.el (gnus-auto-select-subject): Change default to
5930 `unseen-or-unread'. I think it's likely that most people want to
5931 select an unseen article over a previously seen, but unread one.
5932
5933 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5934 means that in the article buffer none of the minor mode elements will
5935 be shown, usually, and this is not desirable in most cases.
5936
5937 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5938 that commands like `d' (and the like) go to the next line in the
5939 buffer, instead of the next unread article. I think this is the
5940 behaviour that is most natural for most users.
5941 (gnus-single-article-buffer): Change default to nil, so that people can
5942 have as many article buffers open as they have summary buffer. I think
5943 this is the most natural way for the groups to behave.
5944
5945 * message.el (message-generate-new-buffers): Change default to
5946 `unsent', so that all new message buffers start their names with the
5947 string "*unsent", and it's easier to find the buffers if you move from
5948 them.
5949
5950 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5951
5952 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5953 small. They're probably tracking images.
5954 (gnus-html-wash-tags): Remove all <pre_int> place holders.
5955 (gnus-html-rescale-image): Yet another try at getting the image sizing
5956 right.
5957
5958 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5959 nntp-marks-file-name is nil.
5960
5961 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5962
5963 * gnus-html.el (gnus-html-wash-tags)
5964 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5965 Better logging.
5966
5967 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5968
5969 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5970
5971 * gnus-html.el (gnus-html-wash-tags): Check the value of
5972 gnus-blocked-images in the summary buffer.
5973
5974 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5975
5976 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5977
5978 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5979
5980 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5981 like "a", it seems like.
5982 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5983 since it needs to be picked from the correct buffer.
5984
5985 * nnwfm.el: Remove.
5986
5987 * nnlistserv.el: Remove.
5988
5989 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5990
5991 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5992 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5993
5994 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5995
5996 * nnkiboze.el: Remove.
5997
5998 * nndb.el: Remove.
5999
6000 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6001 alt text.
6002 (gnus-html-rescale-image): Try to get the rescaling logic right for
6003 images that are just wide and not tall.
6004
6005 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6006 overshadow variable bindings.
6007
6008 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6009
6010 * gnus-html.el (gnus-html-wash-tags)
6011 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6012 Add extra logging.
6013
6014 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6015
6016 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6017 (gnus-max-image-proportion): New variable.
6018 (gnus-html-rescale-image): New function.
6019 (gnus-html-put-image): Rescale images.
6020
6021 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 Fix up some byte-compiler warnings.
6024 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6025 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6026 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6027 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6028 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6029 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6030 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6031
6032 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6033
6034 * gnus-html.el (gnus-article-html): Decode contents by charset.
6035
6036 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6037
6038 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6039 (gnus-html-frame-width, gnus-blocked-images)
6040 * message.el (message-prune-recipient-rules): Add custom version.
6041 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6042
6043 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6044 functions.
6045
6046 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6047 gnus-process-get.
6048
6049 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6050
6051 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6052 instead of lsub directly.
6053
6054 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6055
6056 * nnwarchive.el: Remove.
6057
6058 * gnus-soup.el: Remove.
6059
6060 * nnsoup.el: Remove.
6061
6062 * nnultimate.el: Remove.
6063
6064 * gnus-html.el (gnus-blocked-images): New variable.
6065
6066 * message.el (message-prune-recipients): New function.
6067 (message-prune-recipient-rules): New variable.
6068
6069 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6070 guess whether a long line is natural text or not.
6071
6072 * gnus-html.el (gnus-html-schedule-image-fetching):
6073 Use gnus-process-plist and friends for compatibility.
6074
6075 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * gnus-html.el: Require packages that define macros used in this file.
6078 (gnus-article-mouse-face): Declare to silence byte-compiler.
6079 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6080 process-get.
6081 (gnus-html-put-image): Use plist-get to avoid getf.
6082 (gnus-html-prefetch-images): Use with-current-buffer.
6083
6084 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6085
6086 * gnus-ems.el: Provide compatibility functions for
6087 gnus-set-process-plist.
6088
6089 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6090 * gnus.el (gnus-valid-select-methods)
6091 * message.el (message-send-mail-partially-limit)
6092 * mm-decode.el (mm-text-html-renderer)
6093 * mml.el (mml-insert-mime-headers-always)
6094 * smiley.el (smiley-regexp-alist): Bump custom version.
6095
6096 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6097
6098 * gnus-html.el: require mm-url.
6099 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6100 with the url to `url'.
6101 (gnus-html-wash-tags): Support cid: URLs/images.
6102
6103 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6104
6105 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6106 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6107 bindings, as they aren't useful at all. `w' is moved to `W w'.
6108
6109 * gnus-move.el: Remove file, since it doesn't really work.
6110
6111 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6112 UTF-8. This seems to fix problems with some German web feeds.
6113
6114 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6115 at the top so that the proper colours are applied.
6116
6117 * gnus-art.el (gnus-article-view-part): Doc fix.
6118
6119 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6120 XEmacs-compatible.
6121 (gnus-html-put-image): Don't do images on non-graphic displays.
6122
6123 * nnslashdot.el: Remove this unused backend.
6124
6125 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6126 actions.
6127 (gnus-undo-register-1): Revert last change.
6128
6129 * gnus-group.el (gnus-group-completing-read): Protect against not
6130 having completion-styles bound.
6131
6132 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6133 make broken recipients happier.
6134
6135 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6136
6137 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6138 point parameter.
6139
6140 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6141 completion-styles for group selection.
6142
6143 2009-02-04 Andreas Schwab <schwab@suse.de>
6144
6145 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6146 headers and regexp-quote the match if necessary.
6147
6148 2009-03-24 Miles Bader <miles@gnu.org>
6149
6150 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6151 the blinking smiley.
6152
6153 2009-03-24 Simon Josefsson <simon@josefsson.org>
6154
6155 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6156 blink smiley.
6157
6158 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6159
6160 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6161 where the dribbel file lives exists.
6162
6163 * message.el (message-send-mail-partially-limit): Change the default to
6164 nil, since most people don't want this.
6165
6166 * mm-url.el (mm-url-decode-entities): Also decode entities like
6167 &#x3212.
6168
6169 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6170
6171 * gnus-sum.el (gnus-summary-idna-message):
6172 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6173 Hyperlink urls in docstrings with URL `...'.
6174
6175 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6176
6177 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6178 functions.
6179
6180 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6181
6182 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6183 say what the mouseover text should be.
6184
6185 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6186 version of the mm-w3m-safe-url-regexp variable to only download images
6187 in the groups where we want that to happen.
6188
6189 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6190
6191 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6192 easier debugging.
6193 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6194 big pictures in the article buffer.
6195
6196 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6197 gnus-article-html.
6198 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6199 w3m.
6200
6201 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6202
6203 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6204
6205 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6206 which doesn't exist.
6207
6208 * message.el (message-inhibit-ecomplete): New variable to allow some
6209 function to inhibit ecomplete address storage.
6210 (message-resend): Disable ecomplete message storage when resending
6211 messages.
6212
6213 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6214
6215 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6216
6217 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6218 Save excursion while copying, moving, and deleting articles in order to
6219 prevent the cursor from jumping to unforeseen place.
6220
6221 2010-08-17 Glenn Morris <rgm@gnu.org>
6222
6223 * gnus-sync.el: Require gnus components whose functions are used.
6224
6225 * gnus-art.el (bookmark-make-record-function):
6226 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6227 Declare for compiler.
6228
6229 * mm-url.el (mml-compute-boundary): Autoload.
6230
6231 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6232
6233 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6234
6235 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6236
6237 Typo fix "hoo4a" -> "hook".
6238
6239 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6240
6241 2010-08-14 Glenn Morris <rgm@gnu.org>
6242
6243 * gnus-sync.el (gnus-sync): Fix defgroup version.
6244
6245 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6246
6247 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6248
6249 * gnus-sync.el: Fix docs.
6250 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6251 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6252
6253 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6254
6255 Optimizations for gnus-sync.el.
6256
6257 * gnus-sync.el: Add docs about gnus-sync-backend
6258 possibilities.
6259 (gnus-sync-save): Remove unnecessary message.
6260 (gnus-sync-read): Optimize and show what groups were skipped.
6261
6262 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6263
6264 Minor bug fixes for gnus-sync.el.
6265
6266 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6267 Don't read the sync on get-new-news.
6268
6269 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6270 quiet.
6271
6272 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6273 (fix typo).
6274
6275 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6276
6277 Make saving and restoring of hidden threads work with overlays.
6278 Patch applied by Ted Zlatanov.
6279
6280 * gnus-sum.el (gnus-hidden-threads-configuration)
6281 (gnus-restore-hidden-threads-configuration): Update to deal with text
6282 properties, rather than searching for a magic character.
6283
6284 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6285
6286 New gnus-sync.el library for synchronization of marks.
6287
6288 * gnus-sync.el: New library for synchronization of marks.
6289
6290 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6291 renamed from `gnus-registry-grep-in-list'.
6292
6293 * gnus-registry.el (gnus-registry-follow-group-p):
6294 Use `gnus-grep-in-list'.
6295
6296 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6297
6298 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6299
6300 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6301 determining charset of text fails.
6302
6303 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6304
6305 * nnmail.el (nnmail-get-new-mail-1): Revert.
6306
6307 * nnml.el (nnml-active-number): Make sure names of newly created groups
6308 in nnml-group-alist are encoded.
6309
6310 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6311
6312 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6313 containing non-ASCII characters in active file for nnml back end.
6314
6315 2010-07-24 David Engster <dengste@eml.cc>
6316
6317 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6318 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6319
6320 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6321
6322 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6323 tag (Bug#6654).
6324
6325 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6326
6327 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6328 the article buffer, not the summary buffer.
6329
6330 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6331
6332 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6333 Emacs 23 as well.
6334
6335 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6336
6337 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6338 Patch applied by Karl Fogel.
6339
6340 * gnus-sum.el (gnus-summary-bookmark-make-record):
6341 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6342
6343 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6344
6345 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6346 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6347 C-w still not working correctly from Article buffers; Thierry's
6348 patch to fix that will be applied after this.
6349
6350 * gnus-art.el (bookmark-make-record-function): New local variable.
6351
6352 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6353 article buffer.
6354 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6355
6356 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6357
6358 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6359 on changes in bookmark.el.
6360
6361 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6362
6363 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6364 the *other* type of HTML form submission.
6365
6366 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6367
6368 * auth-source.el (auth-source-pick): If choice does not contain a
6369 questioned keyword, set the check to t.
6370
6371 2010-06-12 Romain Francoise <romain@orebokech.com>
6372
6373 * gnus-util.el (gnus-date-get-time): Move up before first use.
6374
6375 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6376
6377 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6378 (gnus-article-edit-part): Bind it to make last part that is substituted
6379 or deleted visible.
6380 (gnus-mime-display-single): Buttonize part of which id equals to
6381 gnus-mime-buttonized-part-id.
6382
6383 2010-06-10 Dan Christensen <jdc@uwo.ca>
6384
6385 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6386 (gnus-dd-mmm): Use gnus-date-get-time.
6387 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6388 simplify logic.
6389 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6390 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6391
6392 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6393
6394 * auth-source.el (top): Autoload `secrets-list-collections',
6395 `secrets-create-item', `secrets-delete-item'.
6396 (auth-sources): Fix tag string.
6397 (auth-get-source, auth-source-retrieve, auth-source-create)
6398 (auth-source-delete): New defuns.
6399 (auth-source-pick): Rewrite in order to avoid 2 passes.
6400 (auth-source-forget-user-or-password): New parameter USERNAME.
6401 (auth-source-user-or-password): New parameters CREATE-MISSING and
6402 DELETE-EXISTING. Retrieve password interactively, if needed.
6403
6404 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6405
6406 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6407 deleting unused directories when gnus-expert-user is t.
6408
6409 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6410
6411 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6412 for each temp file when gnus-article-browse-delete-temp is ask.
6413
6414 2010-05-20 Kevin Ryde <user42@zip.com.au>
6415
6416 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6417
6418 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6419
6420 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6421 article unless decoding article to be saved.
6422
6423 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6424
6425 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6426 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6427 generated within the mm-with-unibyte-current-buffer macro.
6428
6429 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6430
6431 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6432 to nil when we're in a mml-preview buffer and no group is selected.
6433
6434 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6435
6436 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6437 when catching the `C-g'. Reported by "Leo".
6438
6439 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6440
6441 * message.el (message-forward-make-body-plain)
6442 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6443 multibyte-string-p.
6444
6445 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6446
6447 * message.el (message-forward-make-body-mml): Assume original message
6448 is multibyte string; error on unibyte.
6449 (message-forward-make-body-plain): Ditto; don't add excessive newline
6450 in body end.
6451
6452 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6453
6454 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6455 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6456
6457 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6458
6459 * mm-extern.el (mm-extern-url): Don't use
6460 mm-with-unibyte-current-buffer.
6461 (mm-extern-cache-contents): Use with-current-buffer instead of
6462 save-excursion + set-buffer.
6463
6464 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6465
6466 * mm-util.el (mm-emacs-mule): Remove.
6467
6468 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6469
6470 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6471 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6472 change.
6473
6474 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6475
6476 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6477 bind the default value of enable-multibyte-characters to nil.
6478
6479 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6480
6481 * message.el (message-forward-make-body-plain)
6482 (message-forward-make-body-mml):
6483 Don't use mm-with-unibyte-current-buffer.
6484
6485 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6486
6487 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6488 (Bug#5592).
6489
6490 2010-05-07 Julien Danjou <julien@danjou.info>
6491
6492 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6493 it to mm-pipe-part.
6494
6495 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6496 it is given.
6497
6498 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6499
6500 * nnweb.el (nnweb-gmane-search)
6501 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6502 XEmacs.
6503
6504 * gnus-art.el (gnus-article-browse-html-parts)
6505 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6506 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6507 make-temp-file.
6508
6509 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6510 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6511 compiling.
6512
6513 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6514 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6515 XEmacs when compiling.
6516
6517 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6518 gnus-pick-mode-off-hook for XEmacs when compiling.
6519 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6520 gnus-binary-mode-off-hook for XEmacs when compiling.
6521
6522 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6523 Return nil if char-charset is not available.
6524
6525 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6526 macro.
6527
6528 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6529 instead of encode-coding-string.
6530
6531 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6532 'xemacs) instead of mm-emacs-mule to switch function definitions.
6533 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6534
6535 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6536
6537 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6538
6539 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6540
6541 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6542 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6543
6544 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6545
6546 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6547 alias `jka-compr-delete-temp-file' no longer exists.
6548
6549 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 Use define-minor-mode in Gnus where applicable.
6552 * mml.el (mml-mode): Use define-minor-mode.
6553 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6554 (gnus-undo-mode): Use define-minor-mode.
6555 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6556 (gnus-dead-summary-mode): Use define-minor-mode.
6557 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6558 Initialize in declaration.
6559 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6560 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6561 (gnus-mailing-list-mode): Use define-minor-mode.
6562 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6563 (gnus-draft-mode): Use define-minor-mode.
6564 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6565 (gnus-dired-mode): Use define-minor-mode.
6566
6567 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6568
6569 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6570 handles on recursive mml-to-mime translation and check them for
6571 boundary delimiter collisions. Reported by Greg Troxel.
6572
6573 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6574
6575 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6576
6577 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * mm-util.el (mm-find-buffer-file-coding-system):
6580 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6581
6582 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6583
6584 * message.el (message-generate-headers): Record insertion of optional
6585 headers as well. Otherwise the check to prevent repeated insertion of
6586 optional headers is a no-op.
6587
6588 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6589
6590 * smime.el: Don't mention CVS.
6591
6592 * nnrss.el (nnrss-fetch): Don't mention CVS.
6593
6594 * nnir.el: Don't mention CVS.
6595
6596 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * gnus-sum.el (gnus-summary-bookmark-make-record):
6599 Add `location' field.
6600
6601 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6604 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6605 Use with-current-buffer to silence the byte-compiler.
6606 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6607 bother to require `gnus'.
6608 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6609
6610 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6611
6612 * gnus-sum.el (gnus-summary-bookmark-make-record)
6613 (gnus-summary-bookmark-jump): New functions.
6614 (gnus-summary-mode): Setup bookmark support.
6615
6616 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6617
6618 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6619 if set.
6620
6621 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6622
6623 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6624 gnus-article-browse-html-save-cid-image; make it work recursively for
6625 forwarded messages as well.
6626 (gnus-article-browse-html-parts): Work when prefix arg is given.
6627 (gnus-article-browse-html-article): Doc fix.
6628
6629 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6630
6631 * message.el (message-default-mail-headers):
6632 (message-default-headers): Carry the value mail-default-headers over
6633 into message-default-mail-headers, rather than message-default-headers.
6634
6635 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6636
6637 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6638 charset.
6639
6640 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6641 charset into the <meta> tag when the article is encoded to utf-8.
6642
6643 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6644
6645 * gnus-art.el (gnus-article-browse-delete-temp-files):
6646 Delete directories as well.
6647 (gnus-article-browse-html-parts): Work for images that do not specify
6648 file names; delete temp directory when quitting; insert header at the
6649 right place; use file: scheme for image files.
6650
6651 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6652
6653 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6654 (gnus-article-browse-html-parts): Use it to make temporary cid image
6655 files in addition to html file so that browser may display them.
6656
6657 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6658
6659 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6660
6661 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6662
6663 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6664
6665 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6666
6667 * auth-source.el (auth-sources): Change default to be simpler.
6668 Explain about Secret Service API sources. Improve Customize options.
6669 (auth-source-pick): Change to accept any number of search parameters.
6670 Implement fallbacks iteratively, not recursively. Add scoring on the
6671 second pass and sort by score. Call Secret Service API when needed.
6672 (auth-source-user-or-password): Use it. Call Secret Service API
6673 directly when needed to get the user name and the password.
6674
6675 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6676
6677 * message.el (message-interactive): Doc fix.
6678 (message-qmail-inject-args): Reflow.
6679 (message-kill-to-signature): Fix typo in docstring.
6680
6681 * smiley.el (smiley-buffer): Fix typo in docstring.
6682
6683 2010-03-24 Glenn Morris <rgm@gnu.org>
6684
6685 * mail-source.el (gnus-message): Declare.
6686 (mail-source-delete-old-incoming): Require gnus-util.
6687
6688 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6689
6690 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6691
6692 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6693
6694 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6695 password-cache's default if it is not bound.
6696 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6697 password-cache-expiry's default if it is not bound.
6698
6699 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6700 available in Emacs 21.
6701
6702 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6703
6704 * auth-source.el (auth-sources): Fix up definition so extra parameters
6705 are always inline.
6706
6707 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6708
6709 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6710 wasn't updated after mismatch. Clear cached mailbox info correctly
6711 when uidvalidity changes.
6712 (nnimap-group-prefixed-name): New function to avoid some code
6713 duplication.
6714 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6715 (nnimap-request-group): Use it.
6716 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6717 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6718 with many imap folders. This is done by caching the group status from
6719 the imap server persistently in a group parameter `imap-status'. (This
6720 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6721 but not persistently, so every Gnus startup was still very slow.)
6722
6723 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6724
6725 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6726 secrets.el dependency.
6727 (auth-sources): Add optional user name. Add secrets.el configuration
6728 choice (unused right now).
6729
6730 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6731
6732 * gnus-sum.el (gnus-summary-make-menu-bar):
6733 Let `gnus-registry-install-shortcuts' fill in the functions.
6734
6735 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6736 warnings.
6737 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6738 (gnus-registry-install-shortcuts): Populate and use it in a
6739 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6740
6741 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6742
6743 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6744 In-place substitutions for the group name encoding/decoding.
6745 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6746 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6747 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6748 (nnimap-update-unseen, nnimap-request-list)
6749 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6750 (nnimap-request-set-mark, nnimap-split-to-groups)
6751 (nnimap-split-articles, nnimap-request-newgroups)
6752 (nnimap-request-create-group, nnimap-request-accept-article)
6753 (nnimap-request-delete-group, nnimap-request-rename-group)
6754 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6755 `encoded-mbx' for consistency.
6756 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6757 variable `imap-current-mailbox'.
6758
6759 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6760 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6761
6762 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6763
6764 * pop3.el (pop3-display-message-size-flag): Display message size byte
6765 counts during POP3 download.
6766 (pop3-movemail): Use it.
6767 (pop3-list): Implement listing of available messages.
6768
6769 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6770
6771 * nnir.el (nnir-get-article-nov-override-function): New function to
6772 override the normal NOV retrieval.
6773 (nnir-retrieve-headers): Use it.
6774
6775 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6776
6777 * auth-source.el (netrc-machine-user-or-password): Autoload.
6778
6779 2010-03-19 Glenn Morris <rgm@gnu.org>
6780
6781 Stop message.el from loading about 40 libraries it doesn't always need.
6782 The general approach is to autoload rather than require, and to
6783 require in the specific functions rather than the file. (Bug#5642)
6784
6785 * gmm-utils.el: Don't require wid-edit.
6786 (widget-create-child-value, widget-convert, widget-default-get):
6787 Autoload.
6788
6789 * gnus-util.el: Don't require time-date, netrc.
6790 (message-fetch-field, gnus-group-name-decode): Declare rather than
6791 autoloading.
6792 (gnus-fetch-field): Require message.
6793 (gnus-decode-newsgroups): Require gnus-group.
6794
6795 * ietf-drums.el: Don't require time-date.
6796
6797 * message.el: Don't require hashcash, canlock, ecomplete.
6798 Do require mail-utils. Require nnheader only when compiling.
6799 (smtpmail-default-smtp-server): Remove declaration.
6800 (message-send-mail-function): Check smtpmail-default-smtp-server
6801 is bound rather than requiring smtpmail.
6802 (message-auto-save-directory, message-insert-signature):
6803 Use expand-file-name rather than nnheader-concat.
6804 (nnheader-insert-file-contents): Autoload.
6805 (hashcash-wait-async): Declare.
6806 (message-send-mail): Only call gnus-setup-posting-charset if
6807 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6808 (message-send-mail-with-sendmail): Require sendmail.
6809 (canlock-password, canlock-password-for-verify): Declare.
6810 (message-canlock-password): Require canlock.
6811 (nnheader-get-report): Autoload.
6812 (gnus-setup-posting-charset): Declare.
6813 (message-send-news): Require gnus-msg.
6814 (message-make-references, message-make-in-reply-to): Use mail-header-id
6815 rather than the alias mail-header-message-id.
6816 (ecomplete-add-item, ecomplete-save): Declare.
6817 (message-put-addresses-in-ecomplete): Require ecomplete.
6818 (ecomplete-display-matches): Autoload.
6819
6820 * mm-decode.el: Don't require mailcap, gnus-util.
6821 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6822 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6823 Autoload.
6824 (mailcap-mime-extensions): Declare.
6825
6826 * mm-encode.el: Don't require mailcap.
6827 (mailcap-extension-to-mime): Autoload.
6828
6829 * mml-sec.el: Don't require password-cache.
6830
6831 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6832 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6833 (mml-minibuffer-read-type): Require mailcap.
6834 (mml-preview): Require gnus-msg.
6835
6836 * mml1991.el: Require password-cache.
6837 (password-cache-expiry): Remove declaration.
6838
6839 * mml2015.el: Require password-cache.
6840 (password-cache-expiry): Remove declaration.
6841
6842 * nneething.el (mailcap): Require mailcap.
6843
6844 * nnheader.el (declare-function): Add compatibility stub.
6845 (message-remove-header): Declare rather than autoload.
6846 (nnheader-replace-header): Require message.
6847
6848 * nnimap.el (declare-function): Add compatibility stub.
6849 (netrc-parse, netrc-machine-user-or-password): Declare.
6850 (nnimap-open-connection): Require netrc.
6851
6852 * nntp.el (declare-function): Add compatibility stub.
6853 (netrc-parse, netrc-machine, netrc-get): Declare.
6854 (nntp-send-authinfo): Require netrc.
6855
6856 * rfc2047.el: Don't require qp.
6857 (quoted-printable-encode-region, quoted-printable-decode-string):
6858 Autoload.
6859
6860 * sieve-mode.el: Don't require easymenu.
6861 (easy-menu-add-item): Autoload it.
6862
6863 * spam-stat.el (time-to-number-of-days): Autoload it.
6864
6865 2010-03-17 Kevin Ryde <user42@zip.com.au>
6866
6867 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6868 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6869 value if any backslash escapes).
6870
6871 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6872
6873 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6874 if it is available. (bug#5647)
6875
6876 2010-02-26 Glenn Morris <rgm@gnu.org>
6877
6878 * message.el (message-send-mail-function): Change the default, so that
6879 it inherits from a customized send-mail-function. (Bug#5643)
6880
6881 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6884 shell-command-to-string signals an error (bug#5299).
6885
6886 2010-02-24 Glenn Morris <rgm@gnu.org>
6887
6888 * message.el (message-smtpmail-send-it)
6889 (message-send-mail-with-mailclient): Doc fixes.
6890
6891 2010-02-16 Glenn Morris <rgm@gnu.org>
6892
6893 * message.el (message-default-mail-headers): Change the default value
6894 to ease the transition from mail-mode to message-mode. (Bug#5555)
6895
6896 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6897
6898 * message.el (message-mail): Just pass yank-action on to message-setup.
6899 (message-setup): Handle (FUN . ARGS) form of yank-action.
6900 (message-with-reply-buffer, message-widen-reply)
6901 (message-yank-original): Handle non-buffer values of
6902 message-reply-buffer (Bug#4080).
6903 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6904
6905 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6908 Fix typo in docstring.
6909
6910 2010-01-08 Jason Rumney <jasonr@gnu.org>
6911
6912 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6913 response.
6914
6915 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6916
6917 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6918
6919 * message.el (message-check-news-header-syntax): Protect against a
6920 string that `rfc822-addresses' returns when parsing fails.
6921
6922 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6923
6924 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6925 (gnus-previous-char-property-change): New functions.
6926
6927 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6928
6929 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6930
6931 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6932 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6933
6934 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6935
6936 * message.el (message-exchange-point-and-mark): Rework last change to
6937 avoid using optional arg of exchange-point-and-mark, for backward
6938 compatibility.
6939
6940 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6941
6942 * message.el (message-exchange-point-and-mark):
6943 Call exchange-point-and-mark with an argument rather than setting
6944 mark-active by hand (Bug#5175).
6945
6946 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6947
6948 * nntp.el (nntp-service-to-port): Work for service expressed with
6949 numeric string; replace [:digit:] with [0-9] for XEmacs.
6950
6951 2009-12-17 Glenn Morris <rgm@gnu.org>
6952
6953 * gnus-group.el (gnus-bug-group-download-format-alist):
6954 Change emacs entry to debbugs.gnu.org. Bump :version.
6955
6956 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6957
6958 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6959
6960 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6961
6962 * message.el (message-info): Explain why we use `Info-goto-node'.
6963
6964 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * message.el (message-completion-in-region): New compatibility function.
6967 (message-expand-group): Use it.
6968
6969 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6970
6971 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6972 with no unread article should be listed if the 2nd arg `predicate' is
6973 given.
6974
6975 2009-11-29 Juri Linkov <juri@jurta.org>
6976
6977 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6978 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
6979 on `gnus-recenter'. (Bug#4698, Bug#4981)
6980
6981 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6982
6983 * message.el (message-from-style, message-interactive)
6984 (message-signature): Always set default values from the corresponding
6985 mail-* variables.
6986 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6987 (message-yank-prefix, message-indentation-spaces)
6988 (message-signature-file, message-default-headers): Use boundp rather
6989 than (featurep 'xemacs) to check if the corresponding mail-* variables
6990 exist.
6991
6992 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6993
6994 * message.el (message-send-mail-with-sendmail): Revert last change.
6995
6996 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6997
6998 * message.el (message-from-style, message-interactive)
6999 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7000 (message-yank-prefix, message-indentation-spaces, message-signature)
7001 (message-signature-file, message-default-headers): For GNU Emacs, set
7002 default values from the corresponding mail-* variables.
7003 (message-send-mail-with-sendmail): Use envelope-from only if
7004 mail-specify-envelope-from is non-nil.
7005
7006 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7007
7008 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7009 containing tspecial characters if they have been already quoted.
7010
7011 2009-10-24 Glenn Morris <rgm@gnu.org>
7012
7013 * gnus-art.el (help-xref-stack-item): Define for compiler.
7014
7015 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7016
7017 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7018
7019 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7022 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7023
7024 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7025
7026 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7027 (gnus-overlays-in): New alias to overlays-in.
7028
7029 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7030 gnus-overlay-get, and gnus-delete-overlay.
7031 (gnus-summary-show-thread): Make it work as well for systems in which
7032 next-single-char-property-change is not available.
7033 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7034
7035 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7036
7037 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7038
7039 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7040
7041 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7042 and XEmacs that don't have `remove-overlays'.
7043
7044 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7047 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7048 selective display. Use overlays instead.
7049
7050 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7051
7052 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7053
7054 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7055
7056 * spam-stat.el (spam-stat-load): Fix typo in message.
7057
7058 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7059
7060 * gnus-art.el (gnus-article-encrypt-body):
7061 * message.el (message-check-recipients):
7062 * mm-util.el (mm-codepage-setup):
7063 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7064 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7065
7066 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7067
7068 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7069 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7070 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7071 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7072 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7073
7074 2009-09-18 Glenn Morris <rgm@gnu.org>
7075
7076 * gnus-diary.el (gnus-diary-check-message):
7077 * message.el (message-insert-formatted-citation-line):
7078 * nnbabyl.el (top-level):
7079 * nndiary.el (nndiary-schedule):
7080 Fix typos in condition-case handlers.
7081
7082 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7083
7084 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7085 configuration that provides the sole article window in a frame;
7086 position point correctly after deleting a part.
7087
7088 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7089
7090 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7091 (spam-resolve-registrations-routine): Use it to unregister articles
7092 that change status.
7093
7094 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7095
7096 * nnrss.el (nnrss-request-article): Remove binding of
7097 default-enable-multibyte-characters that has gotten needless by
7098 the 2007-07-13 change in rfc2047-encode-message-header.
7099
7100 * mml.el (mml-insert-multipart): Error on the message header.
7101 (mml-insert-part): Error on the message header; position point at
7102 the end of a MIME tag.
7103
7104 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7105
7106 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7107 (gnus-float-time): Alias to float-time if it exists.
7108
7109 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7110 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7111 float-time is available; suppress compile warning for time-to-seconds.
7112
7113 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7114
7115 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7116 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7117 Add the optional argument `encoding' that overrides the default.
7118
7119 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7120 mm-encode-buffer.
7121
7122 2009-09-04 Glenn Morris <rgm@gnu.org>
7123
7124 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7125 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7126 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7127 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7128 * mm-util.el (mm-with-unibyte-current-buffer)
7129 (mm-find-buffer-file-coding-system):
7130 * yenc.el (yenc-decode-region): Use default-value rather than
7131 default-enable-multibyte-characters.
7132
7133 2009-09-03 Glenn Morris <rgm@gnu.org>
7134
7135 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7136 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7137 than default-enable-multibyte-characters.
7138
7139 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7140
7141 * gnus-art.el (gnus-article-read-summary-keys):
7142 Fix gnus-buffer-configuration's value temporarily used.
7143
7144 2009-09-02 Glenn Morris <rgm@gnu.org>
7145
7146 * gnus-util.el (gnus-float-time): New function.
7147 * gnus-delay.el (gnus-delay-article):
7148 * gnus-sum.el (gnus-thread-latest-date):
7149 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7150 * nnspool.el (nnspool-request-newgroups):
7151 Use gnus-float-time rather than time-to-seconds.
7152 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7153
7154 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7155 (gnus-header-subject-face, gnus-header-newsgroups-face)
7156 (gnus-header-name-face, gnus-header-content-face):
7157 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7158 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7159 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7160 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7161 (gnus-cite-face-11):
7162 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7163 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7164 (gnus-server-closed-face, gnus-server-denied-face)
7165 (gnus-server-offline-face):
7166 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7167 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7168 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7169 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7170 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7171 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7172 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7173 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7174 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7175 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7176 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7177 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7178 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7179 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7180 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7181 (gnus-summary-high-undownloaded-face)
7182 (gnus-summary-low-undownloaded-face)
7183 (gnus-summary-normal-undownloaded-face)
7184 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7185 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7186 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7187 (gnus-splash-face):
7188 * message.el (message-header-to-face, message-header-cc-face)
7189 (message-header-subject-face, message-header-newsgroups-face)
7190 (message-header-other-face, message-header-name-face)
7191 (message-header-xheader-face, message-separator-face)
7192 (message-cited-text-face, message-mml-face):
7193 * sieve-mode.el (sieve-control-commands-face)
7194 (sieve-action-commands-face, sieve-test-commands-face)
7195 (sieve-tagged-arguments-face):
7196 * spam.el (spam-face):
7197 Mark face aliases with "-face" in the name as obsolete.
7198
7199 2009-09-01 Glenn Morris <rgm@gnu.org>
7200
7201 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7202 than goto-line.
7203
7204 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7205
7206 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7207 Don't move point if the command is invoked inside the message header.
7208
7209 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7212 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7213 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7214 * nnir.el (nnir-swish-e-index-file):
7215 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7216 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7217 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7218 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7219 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7220 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7221
7222 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7223
7224 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7225 Don't save excursion.
7226
7227 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * nnheader.el (nnheader-find-file-noselect):
7230 * mm-util.el (mm-insert-file-contents):
7231 Use (default-value 'major-mode) instead of default-major-mode.
7232
7233 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7236
7237 2009-08-25 Glenn Morris <rgm@gnu.org>
7238
7239 * nnir.el (top-level): Don't require cl at run-time.
7240 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7241 Replace cl-function substitute with gnus-replace-in-string.
7242 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7243 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7244 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7245 simplified expansions.
7246
7247 2009-08-22 Glenn Morris <rgm@gnu.org>
7248
7249 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7250 goto-line.
7251
7252 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7253
7254 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7255
7256 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7257 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7258 (gnus-mm-display-part, gnus-mime-display-single)
7259 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7260 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7261
7262 * gnus-sum.el
7263 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7264 (gnus-summary-move-article): Add expirable mark to articles copied or
7265 moved to group that has auto-expire turned on if the option is non-nil.
7266
7267 2009-07-24 Glenn Morris <rgm@gnu.org>
7268
7269 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7270 Fix typo. (Bug#3903)
7271
7272 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7273
7274 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7275 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7276 that should not be used for draft articles.
7277 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7278 that has no concern in minor mode keys.
7279 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7280 Abolish.
7281
7282 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7283
7284 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7285 article without making inquiry to a user for unknown encoding.
7286
7287 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7288 (nnmaildir--scan): Assume i-node and device number that file-attributes
7289 returns might be cons-cell.
7290
7291 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7292
7293 * auth-source.el: Remove docs now in auth.texi. Don't use
7294 `gnus-message' for logging. Add new variables `auth-source-debug' and
7295 `auth-source-hide-passwords' and use them.
7296
7297 2009-07-15 Glenn Morris <rgm@gnu.org>
7298
7299 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7300
7301 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7302
7303 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7304 excessive whitespace from the default values of title and description.
7305
7306 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7309 mail-fetch-field to fetch Content-Description header in order to
7310 exclude newlines.
7311
7312 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7313
7314 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7315 to deleted part.
7316
7317 2009-05-30 David Engster <dengste@eml.cc>
7318
7319 * nnmairix.el: Remove old documentation in the commentary block.
7320 (nnmairix-request-group): Do not update active file for nnml back ends.
7321 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7322 end so that overview files are ignored.
7323 (nnmairix-update-groups): Make updating the groups more robust by using
7324 marks.
7325 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7326 with dollar characters in message-id.
7327
7328 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7329
7330 * spam.el: Use dns-query instead of query-dns. Was renamed on
7331 2008-12-25 in dns.el.
7332
7333 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7336 could happen if the text is only composed of spaces and/or tabs.
7337
7338 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7339
7340 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7341 when sending a queued message to avoid extra mml tags.
7342
7343 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7344
7345 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7346
7347 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7348
7349 * gnus-dired.el: Remove autoload for gnus-setup-message.
7350 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7351 displaying Gnus logo; always use compose-mail.
7352
7353 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7356
7357 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7358
7359 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7360 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7361 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7362 available.
7363 (gnus-nocem-epg-verify): New function.
7364
7365 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7366
7367 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7368
7369 2009-02-15 Glenn Morris <rgm@gnu.org>
7370
7371 * gnus-util.el (rmail-insert-rmail-file-header)
7372 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7373 autoloads.
7374 (rmail-default-rmail-file): Remove unnecessary declaration.
7375 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7376
7377 2009-02-14 Glenn Morris <rgm@gnu.org>
7378
7379 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7380 variable (only used in gnus-util, which declares it anyway).
7381 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7382 which was only needed by gnus-art (changed to not use it any more).
7383 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7384 only used in gnus-util, which autoloads it itself.
7385 (rmail-update-summary): Fix autoload.
7386
7387 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7388 rather than rmail-output-to-rmail-file.
7389
7390 2009-02-07 Glenn Morris <rgm@gnu.org>
7391
7392 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7393 autoload of function that no longer exists.
7394 (rmail-toggle-header): Declare.
7395 (message-forward-rmail-make-body): Handle mbox Rmail.
7396
7397 2009-01-31 Glenn Morris <rgm@gnu.org>
7398
7399 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7400 2009-01-09 change.
7401
7402 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7403
7404 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7405 (auth-source-forget-all-cached): New convenience function.
7406 (auth-source-user-or-password): Accept list of modes or a single mode.
7407
7408 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7409 auth-source modes.
7410
7411 * nnimap.el (nnimap-open-connection): Use list of
7412 auth-source modes.
7413
7414 * nntp.el (nntp-send-authinfo): Use list of
7415 auth-source modes.
7416
7417 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7418
7419 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7420 now.
7421
7422 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7423
7424 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7425 coding system in XEmacs; add a workaround for XEmacs.
7426
7427 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7428
7429 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7430 of current-language-environment.
7431
7432 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7433
7434 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7435 available at runtime.
7436
7437 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7438
7439 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7440
7441 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7442
7443 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7444 the greatest positive fixnum value doesn't work under an XEmacs with
7445 bignum support; use the most-positive-fixnum constant instead,
7446 available since Emacs 21.1 with cl and XEmacs 21.1.
7447
7448 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7449
7450 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7451 XEmacs gets not to work.
7452
7453 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * mm-util.el (mm-coding-system-priorities): Allow the value like
7456 "Japanese (UTF-8)" of current-language-environment.
7457
7458 2009-01-09 Glenn Morris <rgm@gnu.org>
7459
7460 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7461 with last-command-event.
7462
7463 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7464
7465 * message.el (message-fix-before-sending): Amend comment.
7466
7467 2009-01-07 David Engster <dengste@eml.cc>
7468
7469 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7470 simplified server definitions by converting it via
7471 gnus-server-to-method.
7472
7473 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7474
7475 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7476 parameter's operands.
7477
7478 2009-01-06 David Engster <dengste@eml.cc>
7479
7480 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7481 primary select method (for gnus-group-mark-article-as-read).
7482
7483 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7484
7485 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7486 `(gnus)Face', not `(gnus)X-Face'.
7487
7488 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7489
7490 * mm-util.el (mm-ucs-to-char): New function.
7491
7492 * mm-url.el (mm-url-decode-entities): Use it.
7493
7494 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7495
7496 * message.el (message-fix-before-sending): Add `eight-bit' to
7497 illegible-text check.
7498
7499 2009-01-03 Michael Olson <mwolson@gnu.org>
7500
7501 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7502 `headers' is nil. This can occur if the IMAP server does not have
7503 permissions to read messages from a folder, but can write new messages
7504 to the folder.
7505 (nnimap-request-article-part): Do not insert `data' if it is nil.
7506
7507 2009-01-01 Dave Love <fx@gnu.org>
7508
7509 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7510
7511 * nnimap.el: Fix author email.
7512 (nnimap-split-rule): Add FIXME comment.
7513 (nnimap-debug): Fix doc string.
7514
7515 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7516
7517 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7518 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7519 to check if those variables exist (first appeared in Emacs 18.50).
7520
7521 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7522
7523 * mm-util.el (mm-line-number-at-pos): New function.
7524
7525 * spam-report.el (spam-report-process-queue): Use it.
7526
7527 2008-12-24 David Engster <dengste@eml.cc>
7528
7529 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7530 parameters that haven't existed as variables as buffer-local variables.
7531
7532 2008-12-23 Dave Love <fx@gnu.org>
7533
7534 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7535 cadar.
7536
7537 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7538 imap-starttls-p.
7539 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7540
7541 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7542
7543 * spam-report.el (spam-report-gmane-max-requests): New constant.
7544 (spam-report-gmane-wait): New variable.
7545 (spam-report-gmane-ham, spam-report-gmane-spam)
7546 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7547 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7548 the server.
7549
7550 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7551 Add explanations.
7552
7553 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7554 nnheader-accept-process-output and nnheader-read-timeout if available.
7555 (pop3-movemail): Use it.
7556
7557 * message.el (message-check-news-body-syntax): Fix signature check if
7558 there's an attachment.
7559
7560 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7561
7562 * mm-util.el: Add comments to the mm- emulating functions.
7563
7564 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7565
7566 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7567 Reported by Stephen Berman <stephen.berman@gmx.net>.
7568
7569 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7570
7571 * mm-util.el (mm-substring-no-properties): New function.
7572 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7573 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7574 (mm-string-to-multibyte): Doc fix.
7575
7576 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7577
7578 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7579
7580 * mml.el (mml-attach-file): Strip text properties from file name.
7581 (Bug#1574)
7582
7583 2008-12-16 Glenn Morris <rgm@gnu.org>
7584
7585 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7586
7587 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7590 knows since the charset specified might be a bogus alias that
7591 mm-charset-synonym-alist provides.
7592
7593 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7594
7595 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7596 "ISO_8859-1".
7597
7598 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7599
7600 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7601
7602 * mm-util.el (mm-charset-eval-alist):
7603 Define it before mm-charset-to-coding-system.
7604 (mm-charset-to-coding-system): Add optional argument `silent';
7605 define it before mm-charset-override-alist.
7606 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7607 default value if it can be used in Emacs currently running;
7608 silence mm-charset-to-coding-system.
7609
7610 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7611
7612 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7613 `allow-override' which says whether to use `mm-charset-override-alist'.
7614 (rfc2047-decode-encoded-words): Use it.
7615
7616 * mm-util.el (mm-charset-override-alist): Fix custom type;
7617 add `(gb2312 . gbk)' to choices.
7618
7619 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7620
7621 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7622 fast.
7623
7624 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7625
7626 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7627
7628 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7629 on links.
7630
7631 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7632
7633 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7636 users' addresses that don't have domain parts.
7637 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7638 rather than message-narrow-to-head since there will be the message
7639 header separator.
7640
7641 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7644 since the result is inserted in a unibyte buffer anyway.
7645 (nnimap-demule-use-string-to-multibyte): Remove.
7646 (nnimap-demule): Alias it to mm-string-to-multibyte.
7647
7648 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7649
7650 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7651 variable for debugging bug#464 and bug#1174.
7652 (nnimap-demule): Use it.
7653
7654 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7655
7656 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7657 score calculation correctly.
7658
7659 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * message.el (message-send-mail): Just set the buffer to unibyte
7662 rather than use mm-with-unibyte-current-buffer which does a lot more.
7663 (message-send-mail-partially): Don't bother with
7664 mm-with-unibyte-current-buffer since it's already been made unibyte by
7665 message-send-mail.
7666
7667 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7668
7669 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7670
7671 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7672
7673 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7674
7675 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7676
7677 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7678 require itself and to remove `with-no-warnings'.
7679
7680 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7681
7682 * starttls.el (starttls-any-program-available): Get the name of the
7683 available TLS layer program.
7684 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7685 well as the host name in the "opening" message.
7686
7687 * auth-source.el (auth-source-cache, auth-source-do-cache)
7688 (auth-source-user-or-password): Cache passwords and logins by default,
7689 allow override with `auth-source-do-cache'.
7690 (auth-source-forget-user-or-password): Allow users to remove cache
7691 entries if needed.
7692
7693 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7694
7695 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7696 condition-case to only the forward-sexp call.
7697
7698 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7699
7700 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7701 quotes contained. Make it more robust regardless by an extra
7702 condition-case wrapper.
7703
7704 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * nnml.el (nnml-request-expire-articles): Check if the function set to
7707 `nnmail-expiry-target' returns the symbol `delete'.
7708
7709 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7710
7711 * nnmail.el (nnmail-expiry-target): Fix custom type.
7712
7713 2008-10-02 Glenn Morris <rgm@gnu.org>
7714
7715 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7716 Silence compiler warning.
7717
7718 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7719
7720 * mml.el (mml-menu): Don't assume mml2015 is bound.
7721
7722 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7723
7724 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7725 exists.
7726
7727 2008-09-27 Glenn Morris <rgm@gnu.org>
7728
7729 * gnus-util.el (mail-header-remove-comments): Autoload it.
7730
7731 2008-09-27 Andreas Schwab <schwab@suse.de>
7732
7733 * gnus-util.el (gnus-split-references): Strip comments.
7734 (gnus-parent-id): Likewise.
7735
7736 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7737
7738 * message.el (message-confirm-send): Fix version.
7739
7740 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7741
7742 * message.el (message-idna-to-ascii-rhs-1): Use
7743 mail-extract-address-components rather than mail-header-parse-addresses
7744 that is an alias by default to ietf-drums-parse-addresses that does not
7745 support non-ASCII names in headers' contents.
7746
7747 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7748
7749 * message.el (message-confirm-send): Fix variable documentation to
7750 avoid the "y/n" wording.
7751
7752 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7753
7754 * message.el (message-set-auto-save-file-name): Save to a different
7755 filename so multiple messages (especially drafts) can be recovered.
7756
7757 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7758
7759 * message.el (message-confirm-send): Add appropriate version.
7760
7761 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7762
7763 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7764 defvar.
7765
7766 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7767
7768 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7769 (mm-pkcs7-enveloped-magic): Ditto.
7770
7771 2008-09-17 Simon Josefsson <simon@josefsson.org>
7772
7773 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7774 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7775
7776 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7777
7778 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7779 default, it's better.
7780
7781 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7782
7783 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7784 summary line gnus-number property and ignore them (with a warning
7785 message).
7786
7787 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7788
7789 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7790 macro caddr in the interactive form since it won't be expanded.
7791
7792 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7793
7794 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7795 `charset'; fix name of function called recursively.
7796 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7797
7798 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7799
7800 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7801 (gnus-mime-set-charset-parameters): New function.
7802 (gnus-mime-view-part-as-charset): Use it to correctly display part
7803 specifying wrong charset.
7804
7805 2008-09-08 David Engster <dengste@eml.cc>
7806
7807 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7808 in completing-read for back end server.
7809
7810 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7811
7812 * message.el (message-confirm-send): New variable to confirm sending a
7813 message.
7814 (message-send): Use it.
7815
7816 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7817
7818 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7819
7820 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7821
7822 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7823
7824 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7825
7826 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7827 prevent tracking too many groups.
7828 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7829 Use it.
7830
7831 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7832
7833 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7834 moving point to the bottom of the window in order to avoid recentering.
7835
7836 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7837
7838 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7839 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7840 (gnus-article-beginning-of-window): Fix calculation.
7841
7842 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844 * gnus-msg.el (gnus-summary-supersede-article)
7845 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7846 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7847 message header.
7848
7849 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7850
7851 * message.el:
7852 * gnus-start.el:
7853 * gnus-registry.el: Remove VMS support.
7854
7855 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7856
7857 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7858 macro.
7859 (rfc2104-hash): Use it.
7860
7861 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7862
7863 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7864 (gnus-summary-sort-by-most-recent-date): New commands.
7865 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7866 and menu entries.
7867
7868 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7869
7870 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7871 don't redisplay article for raw contents; remove plural articles stuff.
7872
7873 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7874 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7875 on gnus-summary-save-article; display results properly.
7876
7877 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7878
7879 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7880
7881 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7882
7883 * gnus-art.el (gnus-summary-save-in-pipe):
7884 Consider gnus-save-all-headers.
7885
7886 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7887
7888 * gnus-util.el (ns-focus-frame): Remove declaration.
7889 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7890 like x.
7891
7892 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7893
7894 * rfc2104.el (rfc2104-zero): Delete defconst.
7895 (rfc2104-hex-alist): Likewise.
7896 (rfc2104-hex-to-int): Delete func.
7897 (rfc2104-hexstring-to-bitstring): Likewise.
7898 (rfc2104-nybbles): New defconst.
7899 (rfc2104-hash): Rewrite for speed.
7900
7901 2008-07-16 Glenn Morris <rgm@gnu.org>
7902
7903 * gnus-util.el (ns-focus-frame): Declare for compiler.
7904
7905 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7906
7907 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7908 set as a group parameter.
7909 (gnus-summary-save-in-pipe): Work when it is called independently.
7910 (gnus-summary-pipe-to-muttprint): Don't modify
7911 gnus-summary-pipe-output-default-command.
7912
7913 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * message.el (message-send-mail-with-sendmail):
7916 Display the error message.
7917
7918 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7919
7920 * gnus-art.el (gnus-default-article-saver):
7921 Add gnus-summary-save-in-pipe to choices.
7922 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7923 gnus-summary-pipe-output-default-command as the default command.
7924 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7925 instead of gnus-last-shell-command.
7926
7927 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7928 New user option.
7929 (gnus-summary-muttprint-program): Mention the value will be changed.
7930 (gnus-summary-save-article): Force showing of all headers.
7931 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7932
7933 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7934
7935 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7936
7937 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
7938
7939 * nnimap.el (nnimap-id):
7940 * sieve-manage.el (sieve-manage-open): Doc fixes.
7941
7942 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7943
7944 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7945 if available.
7946
7947 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7950
7951 * nnkiboze.el (nnkiboze-generate-group):
7952 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7953
7954 * nnmairix.el: Require CL.
7955
7956 2008-06-15 David Engster <dengste@eml.cc>
7957
7958 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7959
7960 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7961
7962 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7963 New macros that expand to an `aset'/`aref' call under Emacs, and to a
7964 runtime choice under XEmacs.
7965
7966 * gnus-sum.el (gnus-summary-set-display-table):
7967 Use `gnus-put-display-table', `gnus-get-display-table',
7968 `gnus-set-display-table' for the display table, instead of `aset'.
7969
7970 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7971
7972 * nnmairix.el: Add autoloads.
7973
7974 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7975
7976 * nnmairix.el (nnmairix-delete-recreate-group)
7977 (nnmairix-update-and-clear-marks): Fix error messages.
7978
7979 2008-06-14 David Engster <dengste@eml.cc>
7980
7981 * nnmairix.el: Upgrade to version 0.6.
7982 (nnmairix-group-toggle-propmarks-this-group)
7983 (nnmairix-group-toggle-readmarks-this-group)
7984 (nnmairix-group-delete-recreate-this-group)
7985 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7986 (nnmairix-remove-tick-mark-original-article): New commands.
7987 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7988 (nnmairix-propagate-marks-to-nnmairix-groups)
7989 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7990 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7991 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7992 functions needed for marks propagation and manipulation of read marks.
7993 (nnmairix-update-groups): New function.
7994 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7995 (nnmairix-determine-original-group-from-registry)
7996 (nnmairix-determine-original-group-from-path)
7997 (nnmairix-get-group-from-file-path, nnmairix-map-range)
7998 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7999 New helper functions.
8000 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8001 keystrokes for new commands.
8002 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8003 (nnmairix-request-group): Check allow-fast group parameter.
8004 (nnmairix-request-create-group): Set allow-fast group parameter if
8005 nnmairix-allowfast-default is set.
8006 (nnmairix-close-group): Propagate marks upon closing if needed.
8007 (nnmairix-group-toggle-threads-this-group): Use new.
8008 nnmairix-group-toggle-parameter helper function.
8009 (nnmairix-search): Better check for empty search result.
8010 (nnmairix-goto-original-article): Use new helper functions for
8011 determining original article.
8012 (nnmairix-show-original-article): Make sure message-id is in brackets.
8013 (nnmairix-call-mairix-binary): Change variable name.
8014 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8015 helper function.
8016 (nnmairix-widget-toggle-activate): Fix doc string.
8017
8018 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8019
8020 * nnir.el: Require edmacro when compiling with XEmacs.
8021 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8022 available in Emacs 21.
8023
8024 2008-06-11 Glenn Morris <rgm@gnu.org>
8025
8026 * gnus-util.el (x-focus-frame):
8027 * gnus.el (image-size):
8028 * mm-decode.el (image-size): Declare.
8029
8030 * gnus-picon.el (declare-function): Add compat definition.
8031 (image-size): Declare.
8032
8033 * gnus-group.el (tool-bar-map):
8034 * gnus-sum.el (tool-bar-map): Define for compiler.
8035
8036 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8037
8038 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8039
8040 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8041 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8042 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8043 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8044 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8045 * sieve-manage.el, spam-report.el, spam.el:
8046 Remove unnecessary eval-and-compile of autoloads.
8047
8048 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8049
8050 * auth-source.el: Precise Tramp doc.
8051
8052 2008-06-07 Glenn Morris <rgm@gnu.org>
8053
8054 * nnmairix.el: Remove unnecessary eval-when-compile.
8055
8056 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8057
8058 * nnir.el: New file.
8059
8060 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 * gnus-util.el (gnus-read-shell-command): New function.
8063 * mm-decode.el (mm-pipe-part):
8064 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8065
8066 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8067
8068 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8069
8070 2008-06-03 Glenn Morris <rgm@gnu.org>
8071
8072 * pop3.el (nnheader-accept-process-output): Autoload it.
8073
8074 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8075
8076 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8077 are not 2-digit hexadecimal characters that follow `%'s.
8078
8079 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8080
8081 * message.el (message-bogus-recipient-p): Fix type in doc string.
8082 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8083 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8084 Improve custom options.
8085 (message-bogus-recipient-p): Adjust accordingly.
8086
8087 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8088
8089 * nnmairix.el: Require edmacro when compiling with XEmacs.
8090
8091 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8092
8093 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8094 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8095
8096 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8097
8098 * auth-source.el: Add more docs.
8099
8100 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8101
8102 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8103 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8104 retrieval faster in some cases, but might make CPU usage larger.
8105 If this has any bad side effects, we might revert this change.
8106
8107 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8108 seems to make mail retrieval much, much faster.
8109 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8110 unconditionally.
8111
8112 * gnus-draft.el (gnus-group-send-queue):
8113 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8114
8115 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8116
8117 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8118
8119 * message.el (message-bogus-address-regexp): Fix and improve custom
8120 type.
8121 (message-setup-hook): Add message-check-recipients as custom option.
8122
8123 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8124
8125 * message.el (message-cite-function): Remove bogus autoload which crept
8126 in during merge from v5-10.
8127
8128 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8129
8130 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8131
8132 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8133
8134 * auth-source.el: Preliminary Tramp docs.
8135 (auth-sources): Change the default auth-sources to use
8136 EPA .gpg files.
8137
8138 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8139
8140 * nntp.el: Autoload `auth-source-user-or-password'.
8141 (nntp-send-authinfo): Use it.
8142
8143 * nnimap.el: Autoload `auth-source-user-or-password'.
8144 (nnimap-open-connection): Use it.
8145
8146 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8147 for the gnus-message function.
8148 (auth-source-user-or-password): Use it.
8149
8150 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8153 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8154 (rfc2104-hash): Use it.
8155
8156 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8157
8158 * gnus-art.el (gnus-article-toggle-truncate-lines):
8159 Don't use `iff' in docstring.
8160
8161 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8162
8163 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8164
8165 * gnus-util.el (gnus-extract-address-component-name)
8166 (gnus-extract-address-component-email): Convenience functions around
8167 `gnus-extract-address-components'.
8168
8169 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8170 Use `gnus-extract-address-component-email' to fix bug of comparing full
8171 sender name to `user-mail-address'.
8172
8173 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8174
8175 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8176 catch/throw to optimize.
8177 (gnus-registry-find-keywords): Just use member to find a keyword.
8178
8179 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8182 is current before calling gnus-server-prepare.
8183 (gnus-server-setup-buffer, gnus-server-update-server)
8184 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8185
8186 2008-05-04 Juri Linkov <juri@jurta.org>
8187
8188 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8189 (mailcap-file-default-commands): Use mailcap-replace-in-string
8190 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8191 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8192
8193 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8194
8195 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8196
8197 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8198
8199 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8200 hooks.
8201 (gnus-update-read-articles): Speed up non-marks-using users.
8202 (gnus-use-marks): Define gnus-use-marks.
8203 (gnus-propagate-marks): Rename variable to something more sensible.
8204
8205 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8206
8207 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8208 (gmm-image-load-path-for-library): Fix typos in docstrings.
8209 (gmm-message): Reflow docstring.
8210
8211 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8212
8213 * mail-source.el (mail-source-set-1, mail-source-bind):
8214 Move auth-source code out of the macro to clean it up and fix bugs.
8215
8216 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8217
8218 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8219 by sender if it's equal to user-mail-address, it's likely to be
8220 useless.
8221
8222 * mail-source.el (mail-source-bind): Don't use user or password if they
8223 are not bound. Unintern them if they are nil. Don't use server unless
8224 it's bound, and default it to empty string otherwise.
8225
8226 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8227
8228 * mail-source.el: Load auth-source.el.
8229 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8230 get user name or password, if auth-sources is set up.
8231
8232 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8233 strategy of splitting with parent.
8234 (gnus-registry-split-fancy-with-parent)
8235 (gnus-registry-post-process-groups): Use it and fix prior
8236 bug (returning a list as the split result).
8237
8238 * auth-source.el (auth-sources): Remove server parameter.
8239 (auth-source-pick, auth-source-user-or-password)
8240 (auth-source-user-or-password-imap)
8241 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8242 (auth-source-user-or-password-sftp)
8243 (auth-source-user-or-password-smtp): Remove server parameter.
8244
8245 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8246
8247 * smime.el (smime-sign-region, smime-encrypt-region)
8248 (smime-decrypt-region):
8249 Remove redundant calls to `generate-new-buffer-name'.
8250
8251 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8252
8253 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8254 Don't use QP for message/rfc822.
8255 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8256
8257 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * sieve-manage.el (sieve-string-bytes): Remove.
8260 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8261 correct byte-length only if the process's coding-system is the same as
8262 the one used internally by Emacs to represent strings.
8263
8264 2008-04-22 Juri Linkov <juri@jurta.org>
8265
8266 * mailcap.el (mailcap-file-default-commands): New function.
8267
8268 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8269
8270 * message.el (message-signature-separator, message-cite-function):
8271 Change custom version.
8272
8273 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8274
8275 * mm-decode.el (mm-display-external): Make temp file read-only.
8276
8277 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8278
8279 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8280 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8281 `C-c C-f d'.
8282
8283 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8284
8285 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8286
8287 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8288
8289 * auth-source.el: Add docs.
8290 (auth-sources): Modify format to support server.
8291 (auth-source-pick, auth-source-user-or-password)
8292 (auth-source-user-or-password-imap)
8293 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8294 (auth-source-user-or-password-sftp)
8295 (auth-source-user-or-password-smtp): Add server parameter.
8296
8297 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8298
8299 * gnus-registry.el: Initialize the registry when gnus-registry-install
8300 is t.
8301
8302 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8303
8304 * compface.el (uncompface): Make buffer unibyte.
8305
8306 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * mail-source.el (mail-source-value):
8309 Prefer fboundp to functionp so it works with macros as well.
8310
8311 2008-04-05 Glenn Morris <rgm@gnu.org>
8312
8313 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8314
8315 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8318 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8319
8320 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8321 multibyteness after rather than before erasing it.
8322
8323 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8324 mm-with-multibyte.
8325 (gnus-request-article-this-buffer): Make sure the proper decoding is
8326 used if gnus-original-article-buffer happens to be unibyte.
8327
8328 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8329 default-enable-multibyte-characters.
8330
8331 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8332 default-enable-multibyte-characters.
8333
8334 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8335
8336 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8337
8338 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8341 Fix last change in case the element is not even a symbol.
8342
8343 2008-04-02 Simon Josefsson <simon@josefsson.org>
8344
8345 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8346 imap-enable-exchange-bug-workaround.
8347 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8348
8349 2008-04-01 Simon Josefsson <simon@josefsson.org>
8350
8351 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8352 a 100 byte status-checks into a 2-3MB transfer for each group.
8353 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8354 to enable bug workaround or not.
8355 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8356
8357 2008-03-31 Glenn Morris <rgm@gnu.org>
8358
8359 * message.el (mml2015-use): Declare for compiler.
8360 (message-info): Require mml2015 when appropriate.
8361
8362 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8365 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8366 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8367 (nntp-service-to-port): New function.
8368 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8369 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8370 (nntp-open-netcat-stream): New function.
8371 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8372
8373 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8374
8375 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8376
8377 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8378
8379 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8380
8381 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8382
8383 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8384
8385 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8386
8387 * message.el (message-signature-separator): Change default.
8388 Improve custom type.
8389 (message-cite-function): Change default to
8390 message-cite-original-without-signature.
8391
8392 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8393 toggle.
8394
8395 * message.el (message-check-news-body-syntax): Fix signature check.
8396 (message-setup-1): Mark buffer as unmodified _after_ running
8397 message-setup-hook and handling message-alternative-emails.
8398 (message-shorten-references): Be more strict when building list of
8399 valid references to comply with GNKSA.
8400
8401 * gnus-group.el (gnus-read-ephemeral-bug-group)
8402 (gnus-read-ephemeral-debian-bug-group)
8403 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8404
8405 * message.el (message-info): Don't use booleanp which isn't supported
8406 in Emacs 21 and XEmacs.
8407
8408 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8409
8410 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8411 gnus-group-gmane-group-download-format.
8412 (gnus-group-read-ephemeral-gmane-group): Rename from
8413 gnus-group-read-ephemeral-gmane-group.
8414 (gnus-read-ephemeral-gmane-group-url): Rename from
8415 gnus-group-read-ephemeral-gmane-group-url.
8416 (gnus-bug-group-download-format-alist): New variable.
8417 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8418 (gnus-read-ephemeral-emacs-bug-group): New commands.
8419
8420 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8421
8422 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8423 (gnus-visible-headers): Improve custom type.
8424
8425 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8426
8427 * mml.el (mml-menu): Add workarounds for XEmacs.
8428
8429 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8430 X-Boundary header.
8431
8432 * message.el (message-simplify-recipients): Fix previous commit.
8433
8434 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * mm-util.el (mm-set-buffer-multibyte): New function.
8437 * mm-decode.el (mm-copy-to-buffer): Use it.
8438
8439 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8440 Prefer fboundp to functionp so it works with macros as well.
8441
8442 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8443
8444 * message.el (message-alter-recipients-discard-bogus-full-name):
8445 New function.
8446 (message-alter-recipients-function): New variable.
8447 (message-get-reply-headers): Use it.
8448 (message-replace-header): New helper function.
8449 (message-recipients-without-full-name): New variable.
8450 (message-simplify-recipients): New command.
8451
8452 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8453
8454 * message.el (message-info): Handle EasyPG manual.
8455
8456 * mml.el (mml-menu): Add entry for EasyPG.
8457
8458 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8459
8460 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8461 parameter.
8462
8463 * message.el (message-disassociate-draft): Specify drafts group name
8464 fully.
8465
8466 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8467
8468 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8469 Eliminate unnecessary duplicates from the match list.
8470
8471 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8472
8473 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8474 args of `how-many' of which the XEmacs version doesn't take; declare
8475 Info-index-next as function.
8476
8477 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8478
8479 * gnus-score.el (gnus-score-headers): Fix handling of
8480 gnus-inhibit-slow-scoring.
8481
8482 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8483 string.
8484 (gnus-button-url-regexp): Improve handling of parenthesis.
8485 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8486 (gnus-button-handle-info-keystrokes): Handle index entries.
8487
8488 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8489
8490 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8491 Incoming* files.
8492
8493 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8494
8495 * auth-source.el (auth-sources): Rename from auth-source-choices.
8496 (auth-source-pick): Use it.
8497
8498 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8499
8500 * auth-source.el (auth-source-protocols)
8501 (auth-source-protocols-customize, auth-source-choices): Add and
8502 modified variable customizations and defaults.
8503 (auth-source-pick, auth-source-user-or-password)
8504 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8505 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8506 (auth-source-user-or-password-sftp)
8507 (auth-source-user-or-password-smtp): Use new variables and provide an
8508 interface to netrc.el.
8509
8510 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8511
8512 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8513 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8514 Make sure the nntp port to specify is a string.
8515
8516 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * nntp.el: Use with-current-buffer.
8519 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8520 dubious mm-with-unibyte-current-buffer.
8521 (nntp-with-open-group-function): New function extracted from
8522 nntp-with-open-group macro.
8523 (nntp-with-open-group): Use the function, so it's easier to debug.
8524 Add indentation and debugging info.
8525 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8526 Recommend the use of the netcat alternatives.
8527
8528 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8529 Avoid mm-string-as-multibyte as well.
8530
8531 * nnweb.el (nnweb-insert-html):
8532 Remove use of nnheader-string-as-multibyte.
8533
8534 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8535 (nnheader-string-as-multibyte): Remove.
8536
8537 * mm-view.el: Use inhibit-read-only.
8538 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8539 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8540 or unibyte-string.
8541
8542 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8543 (mm-uu-yenc-extract): Use with-current-buffer.
8544
8545 * gnus-soup.el (gnus-soup-send-packet): Don't use
8546 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8547
8548 * nnmh.el: Use with-current-buffer.
8549 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8550 mm-string-as-multibyte on the output of mm-encode-coding-string.
8551
8552 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8553 (nnimap-request-move-article): Use with-current-buffer.
8554
8555 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8556 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8557 conversion uses string-make-unibyte rather than string-as-unibyte.
8558
8559 * gnus-msg.el: Use with-current-buffer.
8560
8561 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8562
8563 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8564
8565 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8566 string for caching if it is 'PIN.
8567
8568 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8569
8570 * mail-source.el (mail-source-delete-old-incoming-confirm):
8571 Change default to nil.
8572 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8573
8574 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8575
8576 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8577 (gnus-article-goto-prev-page): Work for articles having ^L's.
8578
8579 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8580
8581 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8582
8583 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8584
8585 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8586 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8587 (gnus-bookmark-jump): Adjust some variable names.
8588
8589 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8590
8591 * auth-source.el: New package.
8592 (auth-source-choices): Add customization entry point variable.
8593
8594 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8595 bug.
8596
8597 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8598
8599 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8600 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8601 (gnus-registry-install-shortcuts): Rename from
8602 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8603 the `gnus-registry-mark-map' keymap dynamically from
8604 `gnus-registry-marks'. The generated functions update the summary line
8605 when a registry mark is added or deleted, and will call
8606 `gnus-registry-install-p' (see the comments in the code).
8607 (gnus-registry-user-format-function-M): Use concat intelligently.
8608
8609 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8610 the registry mark functions.
8611
8612 2008-03-05 Glenn Morris <rgm@gnu.org>
8613
8614 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8615 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8616 gnus-art.
8617 (top-level): No need to load own source when compiling.
8618
8619 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8620
8621 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8622 Suggested by <chris.anderton@zetnet.co.uk>.
8623
8624 2008-03-04 Glenn Morris <rgm@gnu.org>
8625
8626 * gnus-sum.el (top-level): No need to require gnus when compiling,
8627 since unconditionally required near start of file.
8628 (gnus-summary-display-while-building): Move definition before use.
8629
8630 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8631
8632 * gnus-registry.el (gnus-registry-user-format-function-M):
8633 Add formatting function.
8634
8635 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8636
8637 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8638 with plists.
8639 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8640 Use new format.
8641
8642 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8643
8644 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8645 `where-is-internal' that returns a range of key sequences.
8646
8647 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8650
8651 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8652 (gnus-summary-jump-to-group): Consider windows on other displayed
8653 frames as well. Similar changes might be needed elsewhere, but that's
8654 the one I've bumped into during my use.
8655
8656 * nndoc.el (nndoc-oe-dbx-type-p):
8657 * gnus-msg.el (gnus-debug):
8658 * gnus-group.el (gnus-update-group-mark-positions):
8659 Use mm-string-to-multibyte.
8660
8661 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8662
8663 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8664 doesn't handle NotDashEscaped.
8665
8666 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8667 (mml-dnd-attach-options): Fix typo in custom choice.
8668
8669 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8670 Change nndoc-article-type to mbox.
8671 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8672
8673 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8674 to nil, instead of html2text.
8675
8676 * imap.el (imap-debug): Add `imap-ping-server'.
8677
8678 * gnus-bookmark.el: Add FIXMEs.
8679
8680 * message.el (message-form-letter-separator)
8681 (message-send-form-letter-delay): New variables.
8682 (message-send-form-letter): Use them. New command to send form
8683 letters. Requested by Uwe Siart.
8684 (message-send-mail-function): Doc fix. Add "Other" custom option.
8685
8686 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8687
8688 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8689 empty author.
8690
8691 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8692
8693 * gnus-registry.el (gnus-registry-marks): Add variable for
8694 customization of marks and their appearance.
8695 (gnus-registry-read-mark): Use it.
8696 (gnus-registry-do-marks): Add utility function to loop through
8697 `gnus-registry-marks'.
8698 (gnus-registry-install-shortcuts-and-menus): Add function to install
8699 shortcuts and menus.
8700 (gnus-registry-initialize): Use it.
8701 (gnus-registry-default-mark): Clarify documentation.
8702
8703 2008-02-29 Glenn Morris <rgm@gnu.org>
8704
8705 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8706 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8707 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8708 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8709 Change defcustom :version from 23.0 to 23.1.
8710
8711 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8712
8713 * gnus-registry.el (gnus-registry-follow-group-p)
8714 (gnus-registry-post-process-groups): Add functions to aid registry
8715 splitting and improve logging. Clarify behavior in function
8716 documentation.
8717 (gnus-registry-split-fancy-with-parent): Use them.
8718
8719 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * gnus-art.el: Use with-current-buffer.
8722
8723 2008-02-27 David Engster <dengste@eml.cc>
8724
8725 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8726 Express real group name in the response.
8727
8728 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8729
8730 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8731 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8732 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8733 autoload gnus-registry-fetch-group when compiling.
8734 (nnmairix-request-group-with-article-number-correction):
8735 Remove unreferenced argument passed to nnmairix-call-backend.
8736
8737 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8738
8739 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8740 (mm-uu-extract): Improve face for low color ttys.
8741 Reported by Sascha Wilde.
8742
8743 2008-02-27 Glenn Morris <rgm@gnu.org>
8744
8745 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8746 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8747 variables to defconsts. Convert comments to doc-strings.
8748 (nnmairix-last-server, nnmairix-current-server): Convert from free
8749 variables to defvars. Convert comments to doc-strings.
8750 (gnus-registry-fetch-group): Autoload.
8751 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8752 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8753 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8754 caddr.
8755 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8756 nnmairix-request-group-with-article-number-correction call.
8757 (nnmairix-fast, nnmairix-group): New, less general names, for free
8758 variables passed from nnmairix-request-group to
8759 nnmairix-request-group-with-article-number-correction. Declare.
8760 (nnmairix-request-group-with-article-number-correction):
8761 Use nnmairix-fast, nnmairix-group rather than fast, group.
8762
8763 2008-02-26 David Engster <dengste@eml.cc>
8764
8765 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8766 version 0.5.
8767
8768 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8769
8770 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8771 instead of making an extra function call. Don't add the current group
8772 to articles only when they have the group. Use
8773 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8774 Reported by David <de_bb@arcor.de>.
8775
8776 2008-02-24 Miles Bader <miles@gnu.org>
8777
8778 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8779 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8780 (mm-find-mime-charset-region):
8781 * mm-bodies.el (mm-encode-body):
8782 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8783
8784 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8785
8786 * mail-source.el (mail-source-delete-incoming): Change default.
8787 Supplement doc string.
8788
8789 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8790
8791 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8792
8793 * nnmail.el (nnmail-message-id-cache-file): Derive from
8794 `gnus-home-directory'.
8795
8796 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8797
8798 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8799 Document negative prefix.
8800
8801 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8802
8803 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8804
8805 * message.el (message-unsent-separator): Add the Exim bounce
8806 separator.
8807
8808 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8809
8810 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8811 list.
8812 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8813 recipient/signer list.
8814
8815 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8816
8817 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8818 fbound (Emacs 23 unicode), signal an error.
8819
8820 2008-02-08 Glenn Morris <rgm@gnu.org>
8821
8822 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8823
8824 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8825
8826 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8827 ports to the calls to `netrc-machine-user-or-password' in addition to
8828 "imap" and "imaps".
8829
8830 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8831
8832 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8833 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8834 <hanche@math.ntnu.no>.
8835
8836 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8839
8840 2008-02-01 Zhang Wei <id.brep@gmail.com>
8841
8842 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8843
8844 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8845
8846 2008-02-01 Miles Bader <miles@gnu.org>
8847
8848 * mml.el (mml-parse-1): Remove apparently vestigial use of
8849 `mm-hack-charsets'.
8850 * mm-bodies.el (mm-encode-body): Likewise.
8851
8852 2008-02-01 Kenichi Handa <handa@m17n.org>
8853
8854 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8855 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8856 (rfc2104-hash): Convert the result of concat to unibyte string.
8857
8858 2008-02-01 Dave Love <fx@gnu.org>
8859
8860 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8861 coding-system-for-read.
8862 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8863
8864 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8865 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8866 (mm-find-mime-charset-region): Remove hack-charsets stuff.
8867
8868 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
8869
8870 * mail-source.el (mail-sources): Add `group' choice.
8871
8872 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8873 parameter `in-group' to control into which group the articles go.
8874 Add treatment of `group' mail-source.
8875
8876 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8877
8878 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8879 * message.el (message-beginning-of-line): Use featurep instead of bound
8880 tests in order to resolve conditionals at compile time.
8881
8882 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8883
8884 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8885
8886 * mm-decode.el (mm-dissect-buffer): Decode description.
8887
8888 * mml.el (mml-to-mime): Encode message header first.
8889
8890 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8891
8892 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8893 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8894
8895 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8896
8897 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8898
8899 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8900
8901 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8902 prefix keys.
8903 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8904 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8905 gnus-xmas.el.
8906
8907 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8908
8909 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8910 Add new variables for article mark management.
8911 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8912 list of extra data entries which, when present, will indicate that the
8913 article ID should not be trimmed from the registry.
8914 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8915 functions.
8916 (gnus-registry-read-mark): New function to read a mark name from the
8917 user.
8918 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8919 (gnus-registry-set-article-mark-internal): New functions to add and
8920 remove marks.
8921 (gnus-registry-get-article-marks): New function to show the marks for
8922 an article, or retrieve them for further use.
8923
8924 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8925
8926 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8927 keys when no argument is given.
8928
8929 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8930
8931 * gnus-sum.el (gnus-article-sort-by-random)
8932 (gnus-thread-sort-by-random): Fix doc strings.
8933 Reported by jidanni@jidanni.org.
8934
8935 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8936
8937 * gnus-art.el (gnus-article-describe-bindings): New function.
8938 (gnus-article-read-summary-keys): Use it.
8939 (gnus-article-mode-map): Bind `C-h b' to it.
8940
8941 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8942
8943 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8944 XEmacs.
8945 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8946 Protect against non-character events.
8947
8948 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8949
8950 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8951 New command.
8952 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8953 instead of END. Change name of the temp file.
8954 (gnus-group-gmane-group-download-format): Add doc string. Make it
8955 customizable.
8956
8957 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8958
8959 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8960 bind `S W' to gnus-article-wide-reply-with-original; set default
8961 binding to gnus-article-read-summary-send-keys.
8962 (gnus-article-read-summary-keys): Fix the order of keys; display
8963 continuation keys correctly in the echo area; describe bindings
8964 correctly when keys end with `C-h'.
8965 (gnus-article-read-summary-send-keys): New function.
8966 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8967 Work for gnus-article-read-summary-send-keys; display continuation keys
8968 correctly in the echo area.
8969 (gnus-article-reply-with-original): Ignore prefix argument.
8970 (gnus-article-wide-reply-with-original): New function.
8971
8972 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8973
8974 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8975 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8976
8977 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8978
8979 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8980 (gnus-group-read-ephemeral-gmane-group): New command.
8981
8982 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8983
8984 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8985
8986 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8987
8988 * message.el (message-send-mail-function): Increase custom version.
8989
8990 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8991 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8992
8993 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8994
8995 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8996 html parts correctly; support forwarded messages.
8997 (gnus-article-browse-html-article): Remove work buffers.
8998
8999 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9000 compiling.
9001 (netrc-bound-and-true-p): New macro.
9002 (netrc-parse): Use it instead of bound-and-true-p that is not available
9003 in XEmacs 21.4.
9004
9005 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9006
9007 * gnus-registry.el (gnus-registry-mark-article)
9008 (gnus-registry-article-marks): Add functionality to mark articles
9009 through the Gnus registry.
9010
9011 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9012 (netrc-parse): Use encrypt-file-alist to determine if
9013 encrypt-find-model or encrypt-insert-file-contents should be used.
9014
9015 2007-12-19 Glenn Morris <rgm@gnu.org>
9016
9017 * mml.el (message-options-set, message-narrow-to-head)
9018 (message-in-body-p, message-mail-p, message-encode-message-body):
9019 Autoload.
9020 (message-remove-header, message-narrow-to-headers-or-head)
9021 (message-subscribed-p, message-make-mail-followup-to)
9022 (message-position-on-field, message-news-p)
9023 (message-options-set-recipient, message-generate-headers)
9024 (message-sort-headers): Declare as functions.
9025
9026 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9027
9028 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9029 convention in doc string.
9030
9031 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9032
9033 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9034 title to html parts.
9035 (gnus-article-browse-html-article): Pass message header to it.
9036
9037 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9038
9039 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9040
9041 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9042 or password compatible with XEmacs.
9043
9044 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9045
9046 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9047 format document.
9048 (gnus-mime-delete-part): Don't write description line if empty.
9049 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9050
9051 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9052
9053 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9054 (gnus-summary-mark-read-and-unread-as-read)
9055 (gnus-summary-mark-current-read-and-unread-as-read)
9056 (gnus-summary-mark-unread-as-ticked): Doc fix.
9057 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9058
9059 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9060
9061 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9062 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9063
9064 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9065
9066 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9067 yes-or-no-p.
9068
9069 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9070
9071 * mm-decode.el (mm-add-meta-html-tag): New function.
9072 (mm-save-part-to-file, mm-pipe-part): Use it.
9073
9074 * gnus-art.el (gnus-article-browse-delete-temp-files):
9075 Use gnus-y-or-n-p instead of y-or-n-p.
9076 (gnus-article-browse-html-parts): Work with message/external-body; use
9077 mm-add-meta-html-tag.
9078
9079 2007-12-11 Glenn Morris <rgm@gnu.org>
9080
9081 * gnus-cache.el: Require gnus-sum not just when compiling.
9082
9083 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9084
9085 * gnus-int.el (gnus-server-opened, gnus-status-message):
9086 Move definitions before use.
9087
9088 * mm-decode.el: Require gnus-util.
9089 (mm-remove-part): Only call delete-annotation on XEmacs.
9090
9091 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9092
9093 * nnmail.el: Require gnus-int.
9094
9095 * spam.el: Move `require's before `eval-when-compile's.
9096
9097 * gnus-ems.el (gnus-alive-p):
9098 * gnus-fun.el (message-goto-eoh):
9099 * gnus-util.el (gnus-group-name-decode):
9100 * mail-source.el (gnus-compress-sequence):
9101 * message.el (Info-goto-node, format-spec):
9102 * mm-bodies.el (message-options-get):
9103 * mm-decode.el (mm-view-pkcs7):
9104 * mm-util.el (gmm-write-region):
9105 * mml-smime.el (mml-compute-boundary)
9106 (gnus-completing-read-with-default):
9107 * mml.el (widget-button-press, gnus-make-hashtable):
9108 * mml1991.el (mm-decode-content-transfer-encoding)
9109 (mm-encode-content-transfer-encoding)
9110 (message-options-get, message-options-set):
9111 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9112 * nnfolder.el (gnus-request-group):
9113 * nnheader.el (ietf-drums-unfold-fws):
9114 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9115 * smime.el (gnus-run-mode-hooks):
9116 * spam-stat.el (gnus-message): Autoload.
9117
9118 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9119 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9120 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9121 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9122 Add declare-function compatibility definition.
9123
9124 * gnus-cache.el (nnvirtual-find-group-art):
9125 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9126 (gnus-add-image, gnus-add-wash-type):
9127 * gnus-group.el (nnkiboze-score-file):
9128 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9129 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9130 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9131 (message-tokenize-header, gnus-get-buffer-create)
9132 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9133 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9134 * gnus.el (gnus-group-decoded-name):
9135 * mail-source.el (imap-capability):
9136 * mm-bodies.el (message-options-set):
9137 * mm-decode.el (gnus-configure-windows):
9138 * mm-extern.el (message-goto-body):
9139 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9140 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9141 (epg-sub-key-validity, message-options-set):
9142 * mml.el (widget-event-point, gnus-configure-windows):
9143 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9144 * mml2015.el (epg-check-configuration, epg-configuration)
9145 (message-options-set):
9146 * nndb.el (nndb-request-article):
9147 * nnfolder.el (gnus-request-create-group):
9148 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9149 * nnmaildir.el (gnus-group-mark-article-read):
9150 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9151 * rfc1843.el (message-fetch-field):
9152 * spam.el (gnus-extract-address-components):
9153 Declare as functions.
9154
9155 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9156
9157 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9158
9159 2007-12-09 Glenn Morris <rgm@gnu.org>
9160
9161 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9162
9163 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9164 * message.el, mm-view.el, sieve-manage.el, smime.el:
9165 Add declare-function compatibility definition.
9166
9167 * gnus-art.el (w3-region, w3m-region, Info-menu):
9168 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9169 * gnus-sum.el (gnus-get-predicate):
9170 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9171 * message.el (mail-abbrev-in-expansion-header-p):
9172 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9173 (w3m-detect-meta-charset, w3m-region):
9174 * sieve-manage.el (password-read, password-cache-add)
9175 (password-cache-remove):
9176 * smime.el (password-read-and-add): Declare as functions.
9177
9178 2007-12-08 David Kastrup <dak@gnu.org>
9179
9180 * gnus-sum.el (gnus-summary-simplify-subject-query):
9181 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9182 `message'.
9183
9184 2007-12-07 Glenn Morris <rgm@gnu.org>
9185
9186 * gnus-art.el (article-make-date-line): Revert previous change.
9187
9188 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9189
9190 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9191
9192 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9193
9194 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9195 Call gnus-add-to-range ranges only once with a prepared article-list.
9196
9197 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9198
9199 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9200 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9201 group names with backslashes.
9202 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9203
9204 2007-12-06 Deepak Goel <deego3@gmail.com>
9205
9206 * gnus-art.el (article-make-date-line):
9207 * gnus-start.el (gnus-load):
9208 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9209
9210 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9211
9212 * gnus-art.el (gnus-use-idna)
9213 * gnus-start.el (gnus-site-init-file)
9214 * message.el (message-use-idna)
9215 * mm-uu.el (mm-uu-hide-markers)
9216 * smiley.el (smiley-style): Revert changes that suppress warnings.
9217
9218 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9219
9220 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9221 specify charset to html source.
9222 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9223
9224 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9225
9226 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9227 idna-program in order to suppress byte compile warning issued by XEmacs
9228 that came to byte compile the default value section of defcustom forms
9229 recently.
9230
9231 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9232 value of installation-directory.
9233
9234 * message.el (message-use-idna): Don't directly refer to the value of
9235 idna-program.
9236
9237 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9238
9239 * smiley.el (smiley-style): Don't directly call face-attribute.
9240
9241 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9242
9243 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9244
9245 * gnus-dired.el: Reduce Gnus dependencies.
9246 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9247 Don't require. Use autoloads instead.
9248 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9249 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9250 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9251 (gnus-dired-mode): Adjust doc string.
9252 (gnus-dired-mail-mode): New variable.
9253 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9254 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9255 (gnus-dired-mail-buffers): New function. Return mail or message
9256 composition buffers.
9257 (gnus-dired-attach): Use it.
9258 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9259 NO-DECODE.
9260 (gnus-dired-print): Use `gnus-print-buffer' depending on
9261 `gnus-dired-mail-mode'.
9262
9263 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * rfc2047.el (rfc2047-encoded-word-regexp)
9266 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9267 explaining what regexp patterns are for.
9268
9269 2007-12-04 Glenn Morris <rgm@gnu.org>
9270
9271 * password.el: Move to ../password-cache.el.
9272
9273 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9274 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9275 * mml-smime.el (password-read, password-cache-add)
9276 (password-cache-remove):
9277 No need to autoload, since mml-sec requires password.
9278
9279 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9280 * message.el (gnus-extract-address-components):
9281 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9282
9283 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9284 password.
9285
9286 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9287
9288 * mailcap.el: Reduce dependencies.
9289 (mail-header-parse-content-type): Autoload.
9290 (mailcap-delete-duplicates): New alias.
9291 (mailcap-mime-info): Add optional argument NO-DECODE.
9292 (mailcap-mime-types): Use mailcap-delete-duplicates.
9293
9294 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9295
9296 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9297
9298 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9299 function.
9300
9301 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9302 (gnus-uu-yenc-article): New function.
9303
9304 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9305
9306 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9307
9308 2007-12-02 Glenn Morris <rgm@gnu.org>
9309
9310 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9311 Move to ../net.
9312
9313 * binhex.el, uudecode.el: Move to ../mail.
9314
9315 * encrypt.el: Remove file.
9316
9317 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9318
9319 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9320 matches on patches.
9321
9322 * gnus-art.el (gnus-article-browse-html-article):
9323 Mention `mm-text-html-renderer' in the doc string.
9324
9325 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9326 string. Add comments.
9327
9328 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9329 if rhs is ASCII.
9330
9331 2007-12-01 Glenn Morris <rgm@gnu.org>
9332
9333 * dig.el, dns.el: Move to ../net.
9334 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9335
9336 * mail-source.el (top-level): Require format-spec before
9337 eval-when-compile.
9338
9339 2007-11-30 Glenn Morris <rgm@gnu.org>
9340
9341 * encrypt.el: Require password, rather than autoloading password-read.
9342
9343 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9344
9345 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9346 caller can indicate whether the cache should be disregarded for this
9347 call. This way the result of the call is reproducible at all times and
9348 can be considered a canonical server name for the supplied method.
9349 (gnus-agent-method-p): Canonicalize server names by pushing their
9350 method through `gnus-method-to-server' using the no-cache argument.
9351
9352 * gnus-srvr.el (gnus-server-insert-server-line):
9353 Call `gnus-method-to-server' with `no-cache' argument.
9354
9355 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9356 gnus-agent-possibly-synchronize-flags as this should be called when the
9357 server is actually being opened.
9358 (gnus-agent-possibly-synchronize-flags)
9359 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9360 flags file of an agentized server to the latter function.
9361
9362 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9363 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9364 after a connection has been established successfully.
9365
9366 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9367
9368 * gnus-art.el (article-display-face): Force to display face if called
9369 interactively; check if gnus-article-x-face-too-ugly matches author.
9370 (article-display-x-face): Display face even if From header is missing
9371 as article-display-face does.
9372
9373 2007-11-28 Richard Stallman <rms@gnu.org>
9374
9375 * md4.el: Move to ../.
9376 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9377
9378 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9379
9380 * mail-source.el (mail-sources): Default to fetch from file for
9381 compatibility with default of nnmail-spool-file.
9382
9383 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9384
9385 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9386 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9387 to look for encoded word that should be encoded again.
9388 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9389 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9390 encoding pattern.
9391 (rfc2047-decode-region): Switch strict regexp and loose one according
9392 to rfc2047-allow-irregular-q-encoded-words.
9393
9394 2007-11-26 Simon Josefsson <simon@josefsson.org>
9395
9396 * imap.el: Move to ../net directory.
9397
9398 2007-11-25 Romain Francoise <romain@orebokech.com>
9399
9400 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9401
9402 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9403
9404 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9405 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9406
9407 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9408 `nnmail-spool-file'.
9409
9410 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9411 `nnmail-spool-file'.
9412
9413 * gnus-move.el (gnus-change-server): Ditto.
9414
9415 * gnus-kill.el (gnus-batch-score): Ditto.
9416
9417 * gnus-cache.el (gnus-jog-cache): Ditto.
9418
9419 * gnus-msg.el (gnus-summary-reply):
9420 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9421
9422 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9423
9424 * gnus-cache.el (gnus-cache-generate-nov-databases):
9425 Use nnml-generate-nov-databases-directory instead of
9426 nnml-generate-nov-databases-1.
9427
9428 2007-11-24 Glenn Morris <rgm@gnu.org>
9429
9430 * message.el (message-tool-bar-retro): Update for rename
9431 mail_send.xpm->mail-send.xpm.
9432
9433 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9434
9435 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9436 `smime-ldap-search' for Emacs 22 and up.
9437
9438 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9439
9440 * hashcash.el: Move to ../mail directory.
9441
9442 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9443
9444 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9445 `smime-ldap-search' for Emacs 22 and up.
9446
9447 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9450
9451 * message.el (message-send-mail-function): Fix error convention.
9452 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9453 (message-widen-reply, message-send-mail, message-talkative-question)
9454 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9455 (message-clone-locals, message-send-news): Use with-current-buffer.
9456 (message-insert-or-toggle-importance): Remove unused var `valid'.
9457 (message-make-references): Remove unused var `new-references'.
9458 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9459
9460 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9461
9462 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9463 (spam-split-symbolic-return-positive): Reflow docstring.
9464 (spam-backends, spam-summary-exit-behavior)
9465 (spam-mark-ham-unread-before-move-from-spam-group)
9466 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9467 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9468 (spam-clear-cache, spam-backend-check, spam-install-backend)
9469 (spam-install-statistical-backend, spam-list-of-processors)
9470 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9471 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9472 (spam-check-crm114, spam-initialize, spam-unload-hook):
9473 Fix typos in docstrings.
9474
9475 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9476
9477 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9478 been checked if they have never been read and those group levels are
9479 higher than the one that a user specified.
9480
9481 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9482
9483 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9484 foreign groups unless a group level is specified by a user.
9485 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9486
9487 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9488
9489 * message.el (message-send-mail-function): Require sendmail.
9490
9491 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9492
9493 * message.el (message-send-mail-function): Check for smtpmail too.
9494
9495 * utf7.el (utf7-encode, utf7-decode): Use coding system
9496 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9497
9498 * message.el (message-send-mail-function): New function.
9499 (message-send-mail-function): Set default using
9500 message-send-mail-function. Adjust doc string.
9501 (message-send-mail-with-mailclient): New function.
9502
9503 2007-11-17 Richard Stallman <rms@gnu.org>
9504
9505 * assistant.el: Remove file.
9506
9507 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9508
9509 * smime.el (from):
9510 * rfc2047.el (message-posting-charset):
9511 * qp.el (mm-use-ultra-safe-encoding):
9512 * pop3.el (parse-time-months):
9513 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9514 * nnml.el (files):
9515 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9516 (jka-compr-compression-info-list, ange-ftp-path-format)
9517 (efs-path-regexp):
9518 * nndiary.el (files):
9519 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9520 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9521 (epg-digest-algorithm-alist, inhibit-redisplay)
9522 (password-cache-expiry):
9523 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9524 (pgg-output-buffer, password-cache-expiry):
9525 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9526 (efs-path-regexp):
9527 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9528 (inhibit-redisplay):
9529 * mm-uu.el (file-name, start-point, end-point, entry)
9530 (gnus-newsgroup-name, gnus-newsgroup-charset):
9531 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9532 (latin-unity-ucs-list):
9533 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9534 (mm-uu-binhex-decode-function):
9535 * message.el (gnus-message-group-art, gnus-list-identifiers)
9536 (rmail-enable-mime-composing, gnus-local-organization)
9537 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9538 (gnus-read-active-file, facemenu-add-face-function)
9539 (facemenu-remove-face-function, gnus-article-decoded-p)
9540 (tool-bar-mode):
9541 * mail-source.el (display-time-mail-function):
9542 * gnus-util.el (nnmail-pathname-coding-system)
9543 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9544 (gnus-original-article-buffer, gnus-user-agent)
9545 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9546 (xemacs-codename, sxemacs-codename, emacs-program-version):
9547 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9548 * gnus-start.el (gnus-agent-covered-methods)
9549 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9550 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9551 (gnus-newsgroup-headers, gnus-group-list-mode)
9552 (gnus-group-mark-positions, gnus-newsgroup-data)
9553 (gnus-newsgroup-unreads, nnoo-state-alist)
9554 (gnus-current-select-method, mail-sources)
9555 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9556 (nnmail-spool-file, gnus-cache-active-hashtb):
9557 * gnus-mh.el (mh-lib-progs):
9558 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9559 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9560 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9561 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9562 (gnus-group-buffer):
9563 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9564 (font-lock-set-defaults):
9565 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9566 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9567 (gnus-summary-post-menu, total-parts, type, condition, length):
9568 * gnus-agent.el (gnus-agent-read-agentview):
9569 * flow-fill.el (show-trailing-whitespace):
9570 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9571 eval-and-compile wrappers for byte compiler pacifiers.
9572
9573 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9574 (mm-display-inline-fontify): Check for featurep 'xemacs not
9575 extent-list.
9576
9577 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9578 itimer-list.
9579 (mm-create-image-xemacs): Only do something for XEmacs.
9580 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9581
9582 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9583
9584 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9585 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9586
9587 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9588
9589 * nnimap.el (nnimap-split-download-body):
9590 * gnus-demon.el (gnus-demon):
9591 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9592
9593 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9594
9595 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9596 New macros.
9597 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9598 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9599 copy data from unibyte buffer to multibyte current buffer.
9600 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9601 to copy data from unibyte current buffer to multibyte buffer.
9602 (nntp-make-process-buffer): Make process buffer unibyte.
9603
9604 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9605
9606 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9607
9608 * pop3.el (pop3-open-server): Accept and process data more robustly at
9609 connexion start to avoid spurious "POP SSL connexion failed" errors.
9610
9611 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9612
9613 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9614 read group names.
9615
9616 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9617
9618 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9619
9620 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9623 (nnmail-save-active): Use a unibyte buffer when saving active file,
9624 which may contain non-ASCII group names.
9625
9626 * nnml.el (nnml-request-group): Decode group names in messages.
9627
9628 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9629
9630 * message.el (message-citation-line-function)
9631 (message-insert-formatted-citation-line): Fix spelling of
9632 `message-insert-formated-citation-line'.
9633
9634 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9635
9636 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9637
9638 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9639
9640 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9641 nnmail-pathname-coding-system.
9642
9643 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9644 that a user enters; decode group names in messages.
9645
9646 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9647
9648 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9649
9650 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9651
9652 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9653
9654 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9655 risky local variable.
9656
9657 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9658
9659 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9660
9661 * encrypt.el: Improve documentation to fix function name typo.
9662 Reported by Daiki Ueno <ueno@unixuser.org>.
9663
9664 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9665
9666 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9667 even if the point is not in the last page of an article.
9668 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9669 back to the previous page.
9670
9671 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9672
9673 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9674
9675 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9676
9677 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9678
9679 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * message.el (message-check-news-body-syntax):
9682 Avoid mm-string-as-multibyte.
9683 (message-hide-headers): Don't assume (point-min)==1.
9684
9685 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9686
9687 * message.el (message-remove-blank-cited-lines): Fix if remove is
9688 given.
9689 (message-bogus-address-regexp): New variable.
9690 (message-bogus-recipient-p): New function.
9691 (message-check-recipients): New command.
9692 (message-syntax-checks): Add `bogus-recipient'.
9693 (message-fix-before-sending): Add `bogus-recipient'.
9694
9695 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9696 (gnus-treat-body-boundary): Don't test window-system.
9697
9698 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9699
9700 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9701
9702 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9703
9704 * gnus.el: Bump version to Gnus v5.13.
9705
9706 2007-10-28 Miles Bader <miles@gnu.org>
9707
9708 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9709 at compile-time too.
9710
9711 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9712
9713 * gnus-msg.el (gnus-message-setup-hook):
9714 Add `message-remove-blank-cited-lines' to options.
9715
9716 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9717
9718 * message.el (message-remove-blank-cited-lines): New function.
9719 Suggested by Karl Plästerer.
9720
9721 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9722
9723 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9724 mapc.
9725
9726 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9727 (top-level): Use mapc to set functions to be traced for debugging.
9728
9729 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9730 called for effect with while loop.
9731
9732 * message.el (message-talkative-question): Replace mapcar called for
9733 effect with mapc.
9734
9735 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9736 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9737 called for effect with dolist.
9738
9739 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9740
9741 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9742 gnus-extra-headers and nnmail-extra-headers.
9743
9744 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9745 called for effect with dolist.
9746 (top-level): Use mapc to set functions to be traced for debugging.
9747
9748 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9749 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9750 dolist.
9751
9752 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9753 Replace mapcar called for effect with mapc.
9754 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9755 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9756 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9757 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9758
9759 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9760 remove-if that's a cl function.
9761
9762 * webmail.el (webmail-debug): Replace mapcar called for effect with
9763 dolist.
9764
9765 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9766
9767 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9768 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9769 with while loop.
9770
9771 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9772 functions from article-* functions.
9773 (gnus-multi-decode-header): Replace mapcar called for effect with
9774 dolist.
9775
9776 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9777 (gnus-bookmark-show-details): Replace mapcar called for effect with
9778 while loop.
9779
9780 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9781 called for effect with while loop.
9782
9783 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9784 with dolist.
9785
9786 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9787 Replace mapcar called for effect with dolist.
9788
9789 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9790
9791 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9792 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9793 Replace mapcar called for effect with dolist.
9794 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9795 mapc.
9796
9797 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9798 Replace mapcar called for effect with dolist.
9799 (gnus-topic-list): Replace mapcar called for effect with mapc.
9800
9801 * gnus.el: Use mapc instead of mapcar to add autoloads.
9802
9803 2007-10-23 Richard Stallman <rms@gnu.org>
9804
9805 * gnus-group.el (gnus-group-highlight): Mark as risky.
9806
9807 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9808
9809 * gnus.el (gnus-server-to-method): Return method found first in
9810 gnus-newsrc-alist.
9811
9812 * gnus-art.el (gnus-article-highlight-signature)
9813 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9814 button overlay without the front stickiness.
9815
9816 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9817
9818 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9819 overview buffer needed a catch to receive its throw.
9820 (gnus-agent-flush-cache): Declare as interactive to make this function
9821 easier to use.
9822
9823 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9824
9825 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9826 `next-line'.
9827
9828 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9829
9830 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9831 exclude address matching message-dont-reply-to-names.
9832
9833 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9834
9835 * gnus-util.el (gnus-string<): New function.
9836
9837 * gnus-sum.el (gnus-article-sort-by-author)
9838 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9839
9840 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9841
9842 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9843 the frame-focus tag is set in gnus-buffer-configuration.
9844
9845 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9846
9847 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9848 the front stickiness.
9849
9850 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9851
9852 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9853 url pattern; remove duplicate one.
9854 (gnus-article-extend-url-button): New function.
9855 (gnus-article-add-buttons): Use it.
9856 (gnus-button-push): Use concatenated url that it makes.
9857
9858 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9859
9860 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9861 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9862
9863 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9866 Don't hardcode point-min==1.
9867
9868 2007-09-30 David Kastrup <dak@gnu.org>
9869
9870 * gnus-art.el (gnus-article-reply-with-original)
9871 (gnus-article-followup-with-original): When `transient-mark-mode' is
9872 off, refrain from active-region behavior for followups.
9873
9874 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9875
9876 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9877 Fix comment about "iso8859-1".
9878
9879 2007-10-08 Daiki Ueno <ueno@unixuser.org>
9880
9881 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9882 ones returned from the verify-function.
9883
9884 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9885 Call mml2015-extract-cleartext-signature if extraction failed.
9886
9887 2007-10-07 Daiki Ueno <ueno@unixuser.org>
9888
9889 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9890 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9891 failed.
9892
9893 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9894
9895 * Relicense "GPLv2 or later" files to "GPLv3 or later".
9896
9897 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9898
9899 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9900 to mark a thread as expirable. Add variable `hide' to handle hiding of
9901 thread for both the null and zero (kill/expire thread) universal prefix
9902 cases.
9903 (gnus-summary-expire-thread): Add new function to expire a thread,
9904 using gnus-summary-kill-thread.
9905 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9906 shortcuts for gnus-summary-expire-thread.
9907 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9908 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9909
9910 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9911
9912 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9913 extras value, so an extras entry can be deleted.
9914 (gnus-registry-delete-extra-entry): Use it.
9915 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9916 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9917 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9918 storage through the gnus-registry, and provide an appropriate API for
9919 it.
9920
9921 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9922
9923 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9924 Suggested by Leo <sdl.web@gmail.com>.
9925
9926 * gnus.el: Do.
9927
9928 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9929
9930 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9931 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9932
9933 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9934
9935 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9936 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9937
9938 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9939
9940 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9941 newline.
9942 (nnmbox-request-accept-article): Don't change article in source buffer;
9943 narrow to header to use message-fetch-field rather than
9944 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9945 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9946 as delimiters; make sure article ends with newline.
9947 (nnmbox-delete-mail): Correct last position of article to be deleted;
9948 ignore X-Gnus-Newsgroup header in article body.
9949 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9950 positions; make sure article ends with newline.
9951
9952 * message.el (message-display-abbrev): Don't infloop when a user
9953 inserts SPC in the beginning of header.
9954
9955 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9956
9957 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9958 list of groups not followed by default. Fix type to be regexp.
9959 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9960
9961 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9962
9963 * hmac-def.el (define-hmac-function): Switch from old-style to
9964 new-style backquotes.
9965
9966 * md4.el (md4-make-step): Likewise.
9967
9968 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9969
9970 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9971 raw-text coding system when saving .newsrc file, which may contain
9972 non-ASCII group names.
9973
9974 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9975
9976 * gnus-cus.el (gnus-score-extra): New widget.
9977 (gnus-score-extra-convert): New function.
9978 (gnus-score-customize): Use it for Extra.
9979
9980 2007-08-31 Daiki Ueno <ueno@unixuser.org>
9981
9982 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9983 (mml2015-mailcrypt-clear-verify): Use it.
9984 (mml2015-gpg-clear-verify): Use it.
9985 (mml2015-pgg-clear-verify): Use it.
9986 (mml2015-epg-clear-verify): Replace the current part with the output
9987 from GnuPG; don't extract the plaintext by itself.
9988
9989 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9990 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9991 mml2015-clear-verify-function; don't touch the armor headers or
9992 dash-escaped text here.
9993
9994 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9995
9996 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9997 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9998 parts, or application/octet-stream as a last resort.
9999 (gnus-mime-view-part-as-type): Don't toggle display.
10000 (gnus-mime-view-part-as-charset): Don't turn off display before
10001 querying charset.
10002
10003 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10004 stuff to undisplayer function in Emacs.
10005 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10006
10007 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10008 text/calendar parts.
10009
10010 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10011
10012 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10013 decoding text/calendar parts.
10014
10015 * message.el (message-forward-make-body-mime): Always mark body as
10016 having no illegible text; remove signed-or-encrypted argument.
10017 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10018
10019 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10020 (mml-generate-mime-1): Don't encode body if it is specified to be in
10021 raw form; don't make buffer be unibyte when inserting multibyte string.
10022
10023 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * sha1.el: Fix up comment style.
10026 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10027 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10028
10029 * hex-util.el: Fix up comment style.
10030 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10031
10032 * gnus-salt.el: Use with-current-buffer.
10033 (gnus-pick-setup-message): Fix long-standing typo.
10034
10035 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10036
10037 * imap.el (imap-logout-timeout): New variable.
10038 (imap-logout, imap-logout-wait): New functions.
10039 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10040
10041 * nnimap.el (nnimap-logout-timeout): New server variable.
10042 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10043 nnimap-logout-timeout.
10044
10045 * gnus-art.el (gnus-article-summary-command-nosave)
10046 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10047
10048 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10049
10050 * gnus.el (gnus-maximum-newsgroup): New variable.
10051
10052 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10053 according to gnus-maximum-newsgroup.
10054
10055 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10056 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10057 Limit the range of articles according to gnus-maximum-newsgroup.
10058
10059 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10060
10061 * gnus-art.el (gnus-sticky-article): Fix problems described in
10062 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10063 Don't perform gnus-configure-windows here; reuse existing sticky
10064 article buffer.
10065
10066 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10067 it doesn't exist in gnus-article-mode.
10068
10069 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10070
10071 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10072 (gnus-agent-decoded-group-name): New function.
10073 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10074 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10075
10076 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10077
10078 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10079 Add binding for gnus-sticky-article.
10080 (gnus-summary-exit): Don't kill sticky article buffers.
10081
10082 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10083 article buffer.
10084 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10085 (gnus-kill-sticky-article-buffers): New commands.
10086
10087 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10088
10089 * nntp.el (nntp-xref-number-is-evil): New server variable.
10090 (nntp-find-group-and-number): If it is non-nil, don't trust article
10091 numbers in the Xref header.
10092
10093 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10094
10095 * gnus-agent.el (gnus-agent-read-group): New function.
10096 (gnus-agent-flush-group, gnus-agent-expire-group)
10097 (gnus-agent-regenerate-group): Use it.
10098 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10099 nnmail-pathname-coding-system.
10100
10101 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10102
10103 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10104
10105 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10106 that are unread as unread, and also as selected so that information of
10107 marks having been changed by a user may be updated when exiting group.
10108
10109 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10110
10111 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10112
10113 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10114
10115 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10116 calculated ignoring signature parts to gnus-treat-article.
10117
10118 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10119
10120 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10121 a point here in order to keep the window start.
10122 (gnus-insert-mime-security-button): Make a button overlay without the
10123 front stickiness.
10124 (gnus-mime-display-security): Goto the end of a button.
10125
10126 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10127
10128 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10129
10130 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10131 group-name-at-point.
10132 (gnus-group-completing-read): New function that offers decoded
10133 non-ASCII group names for completion.
10134 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10135 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10136 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10137 (gnus-group-fetch-control): Use it.
10138 (gnus-fetch-group): Use group-name-at-point for the initial value
10139 rather than the default value; use gnus-alive-p.
10140
10141 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10142 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10143 (gnus-summary-post-news): Use gnus-group-completing-read.
10144
10145 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10146 (gnus-read-move-group-name): Decode group name for completion.
10147
10148 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10149
10150 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10151 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10152 Yamaoka slightly modified the code).
10153
10154 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10155
10156 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10157 (nnmail-split-incoming): Bind it.
10158
10159 * nnml.el (nnml-group-name-charset): New function.
10160 (nnml-decoded-group-name): Use it; don't decode group name if
10161 nnmail-group-names-not-encoded-p is non-nil.
10162 (nnml-encoded-group-name): New function.
10163 (nnml-group-pathname): Inline nnml-decoded-group-name.
10164 (nnml-request-expire-articles): Decode group name in message.
10165 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10166 nnmail-pathname-coding-system.
10167 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10168 not decoded ones according to nnmail-group-names-not-encoded-p.
10169 (nnml-generate-active-info): Use nnml-encoded-group-name.
10170
10171 2007-08-08 Glenn Morris <rgm@gnu.org>
10172
10173 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10174 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10175 doc-strings and comments.
10176
10177 2007-07-25 Glenn Morris <rgm@gnu.org>
10178
10179 * Relicense all FSF files to GPLv3 or later.
10180
10181 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10182
10183 * gnus-sum.el (gnus-summary-move-article):
10184 Make gnus-summary-respool-article work.
10185
10186 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10187
10188 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10189 string.
10190
10191 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10192
10193 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10194 that should be ignored when comparing distant RSS articles with local
10195 ones.
10196 (nnrss-make-hash-index): New function. Create a hash index according
10197 to the ignored fields.
10198 (nnrss-check-group): Use it.
10199
10200 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10201
10202 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10203
10204 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10205
10206 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10207 the new optional argument ENCODED is non-nil.
10208 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10209 coding system for encoding group name.
10210 (gnus-group-make-rss-group): Pass un-encoded group name to
10211 gnus-group-make-group.
10212 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10213 encoded.
10214
10215 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10216 Encode group name to which articles are moved or copied.
10217 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10218 coding system for encoding Newsgroup, Followup-To and Xref headers.
10219
10220 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10221 marks; use nnheader-file-coding-system to write a file.
10222 (nnagent-retrieve-headers): Bind file-name-coding-system to
10223 nnmail-pathname-coding-system.
10224
10225 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10226
10227 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10228 (nnml-request-article, nnml-request-create-group)
10229 (nnml-request-rename-group, nnml-find-id)
10230 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10231 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10232 (nnml-save-marks): Use nnml-group-pathname instead of
10233 nnmail-group-pathname.
10234
10235 (nnml-request-create-group, nnml-request-expire-articles)
10236 (nnml-request-move-article, nnml-request-delete-group)
10237 (nnml-deletable-article-p, nnml-possibly-create-directory)
10238 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10239 (nnml-open-marks): Bind file-name-coding-system to
10240 nnmail-pathname-coding-system.
10241
10242 (nnml-request-article): Pass server argument to nnml-find-group-number.
10243 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10244 Pass server argument to nnml-possibly-create-directory.
10245 (nnml-request-accept-article): Pass server argument to
10246 nnml-active-number and nnml-save-mail.
10247 (nnml-find-group-number): Pass server argument to nnml-find-id.
10248 (nnml-request-update-info): Pass server argument to
10249 nnml-marks-changed-p.
10250
10251 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10252 (nnml-save-mail, nnml-active-number): Add server argument.
10253
10254 (nnml-request-delete-group): Warn if group is missing.
10255 (nnml-get-nov-buffer): Decode group name.
10256 (nnml-generate-active-info): Encode group name.
10257 (nnml-open-marks): Decode group name in messages.
10258
10259 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10260
10261 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10262 if it is not specified.
10263 (gnus-article-pipe-part, gnus-article-save-part)
10264 (gnus-article-interactively-view-part, gnus-article-copy-part)
10265 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10266 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10267 (gnus-article-replace-part, gnus-article-delete-part)
10268 (gnus-article-view-part-as-type): Pass raw prefix argument to
10269 gnus-article-part-wrapper.
10270
10271 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10272
10273 * gnus-agent.el (gnus-agent-save-active):
10274 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10275
10276 * gnus-cache.el (gnus-cache-save-buffers)
10277 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10278 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10279 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10280 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10281 (gnus-cache-generate-active, gnus-cache-rename-group)
10282 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10283 (gnus-cache-update-overview-total-fetched-for):
10284 Bind file-name-coding-system to nnmail-pathname-coding-system.
10285 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10286 New variables.
10287 (gnus-cache-decoded-group-name): New function.
10288 (gnus-cache-file-name): Use it.
10289 (gnus-cache-generate-active): Use non-decoded group name for active.
10290
10291 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10292 right place.
10293 (gnus-write-active-file): Don't break non-ASCII group names.
10294
10295 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10296 nnmail-pathname-coding-system.
10297
10298 * gnus-uu.el (gnus-uu-decode-save): Typo.
10299
10300 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10301
10302 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10303
10304 2007-07-14 David Kastrup <dak@gnu.org>
10305
10306 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10307 finishing actions if we did not edit the article.
10308
10309 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10310
10311 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10312 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10313 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10314 (gnus-agent-flush-group, gnus-agent-flush-cache)
10315 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10316 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10317 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10318 (gnus-agent-regenerate-group)
10319 (gnus-agent-update-files-total-fetched-for)
10320 (gnus-agent-update-view-total-fetched-for):
10321 Bind file-name-coding-system to nnmail-pathname-coding-system.
10322 (gnus-agent-group-pathname): Don't encode file names by
10323 nnmail-pathname-coding-system.
10324 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10325 coding-system-for-write instead of buffer-file-coding-system to
10326 gnus-agent-file-coding-system.
10327
10328 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10329 Decode group name.
10330
10331 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10332
10333 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10334 (gnus-read-newsrc-el-file): Make group names unibyte.
10335
10336 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10337 nnmail-pathname-coding-system.
10338
10339 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10340 (nnrss-request-delete-group): Bind file-name-coding-system to
10341 nnmail-pathname-coding-system.
10342 (nnrss-read-server-data, nnrss-read-group-data):
10343 Bind file-name-coding-system correctly.
10344 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10345
10346 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10347 (nntp-server-to-method-cache): New variable.
10348 (nntp-group-pathname): New function that decodes non-ASCII group names.
10349 (nntp-possibly-create-directory, nntp-marks-changed-p)
10350 (nntp-save-marks, nntp-open-marks): Use it.
10351 (nntp-possibly-create-directory, nntp-open-marks):
10352 Bind file-name-coding-system to nnmail-pathname-coding-system.
10353 (nntp-open-marks): Decode group names when bootstrapping marks.
10354
10355 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10356 Newsgroups and Folowup-To headers.
10357
10358 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10359
10360 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10361 (gnus-server-closed-face, gnus-server-denied-face)
10362 (gnus-server-offline-face): Remove variable.
10363 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10364
10365 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10366 of modifying message-stack directly for XEmacs.
10367
10368 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10369 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10370 if the coding-system argument is nil for XEmacs.
10371
10372 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10373 mm-charset-override-alist.
10374
10375 * rfc2047.el: Don't require base64; require rfc2045 for the function
10376 rfc2045-encode-string.
10377 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10378 to quote the parameter value.
10379
10380 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10383 form in gnus-group-name-charset-method-alist.
10384
10385 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10386 overrides the default layout edit-form.
10387
10388 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10389
10390 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10391
10392 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10393
10394 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10395 as unfetched articles.
10396
10397 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10398
10399 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10400
10401 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10402
10403 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10404 original back end that keeps marks in the local system.
10405
10406 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10407
10408 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10409 arg of pop-to-buffer for XEmacs.
10410 (gnus-article-read-summary-keys): Ditto; don't restore window
10411 configuration if summary command ends up with neither article buffer
10412 nor summary buffer; describe bindings if summary keys end with C-h.
10413
10414 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10415
10416 * message.el (message-fix-before-sending): Skip raw message part to be
10417 forwarded while checking illegible text.
10418 (message-forward-make-body-mime, message-forward-make-body):
10419 Mark signed or encrypted raw message as having no illegible text.
10420
10421 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10422
10423 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10424 (gnus-message-with-timestamp-1): New macro.
10425 (gnus-message-with-timestamp): New function.
10426 (gnus-message): Use them.
10427
10428 * nnheader.el (nnheader-message): Use them.
10429
10430 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10431
10432 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10433 .newsrc.eld file.
10434
10435 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10436
10437 * gnus-agent.el (gnus-agent-fetch-headers)
10438 (gnus-agent-retrieve-headers):
10439 Bind gnus-decode-encoded-address-function to identity.
10440
10441 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10442 available also when the server returns simply a dot.
10443
10444 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10445
10446 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10447
10448 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10449
10450 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10451
10452 * gnus-ems.el (gnus-x-splash): Make it work.
10453
10454 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10455 from being used.
10456
10457 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10458
10459 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10460 the front stickiness.
10461 (gnus-article-summary-command-nosave): Correct the order of the
10462 arguments passed to pop-to-buffer.
10463 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10464 summary command ends up with the article buffer.
10465
10466 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10467 the same faces.
10468
10469 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10470
10471 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10472
10473 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10474
10475 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10476 * gnus-sum.el (gnus-summary-highlight):
10477 * mail-source.el (mail-source-delete-old-incoming-confirm):
10478 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10479
10480 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10481
10482 * gnus-art.el (gnus-mime-view-part-externally)
10483 (gnus-mime-view-part-internally): Fix predicate function passed to
10484 completing-read.
10485
10486 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10487
10488 * gnus.el (gnus-update-message-archive-method): Add :version.
10489
10490 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10491
10492 * gnus.el (gnus-update-message-archive-method): New variable.
10493
10494 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10495 according to gnus-message-archive-method if
10496 gnus-update-message-archive-method is non-nil.
10497
10498 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10499
10500 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10501 Suggested by Loic Dachary <loic@dachary.org>.
10502 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10503
10504 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10505
10506 * message.el (message-pop-to-buffer): Add switch-function argument.
10507 (message-mail): Pass switch-function argument to it.
10508
10509 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10510
10511 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10512 Improve doc string.
10513
10514 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10515
10516 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10517 (gnus-header-content)
10518 * gnus-cite.el (gnus-cite-10)
10519 * gnus-srvr.el (gnus-server-closed)
10520 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10521 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10522 (gnus-group-mail-3-empty, gnus-group-mail-low)
10523 (gnus-group-mail-low-empty, gnus-splash)
10524 * message.el (message-header-to, message-header-cc)
10525 (message-header-subject, message-header-other, message-header-name)
10526 (message-header-xheader, message-separator, message-cited-text)
10527 (message-mml): Lighten colors of faces used for dark background.
10528
10529 2007-05-24 Simon Josefsson <simon@josefsson.org>
10530
10531 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10532 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10533
10534 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10535
10536 * message.el (message-narrow-to-headers-or-head):
10537 Ignore mail-header-separator in the body.
10538
10539 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10540
10541 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10542 same as window size.
10543
10544 2007-05-22 Kevin Ryde <user42@zip.com.au>
10545
10546 * message.el (message-font-lock-keywords): Use message-header-xheader
10547 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10548 ahead of the anything pattern, to get it recognised.
10549
10550 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10551
10552 * gnus-sum.el (gnus-articles-to-read)
10553 (gnus-summary-insert-old-articles): Don't truncate group name for
10554 `read-string'.
10555
10556 * gnus-util.el (gnus-limit-string): Delete this function.
10557
10558 * gnus-sum.el (gnus-simplify-subject-fully):
10559 Use `truncate-string-to-width' instead.
10560
10561 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10562
10563 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10564 Tell if, on summary exit, the next group has to be selected.
10565 (gnus-summary-exit): Use it.
10566
10567 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10568
10569 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10570 non-break space.
10571
10572 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10573
10574 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10575 Check if group is not a directory.
10576 (nnfolder-request-expire-articles): Don't delete articles if the target
10577 group is not available.
10578
10579 * nnml.el (nnml-request-create-group): Properly check if group is not a
10580 file.
10581 (nnml-request-expire-articles): Don't delete articles if the target
10582 group is not available.
10583
10584 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10585 Don't quote characters that are within parentheses.
10586
10587 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10588
10589 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10590 (gnus-handle-ephemeral-exit): Select article according to it.
10591
10592 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10593
10594 * message.el (message-insert-formated-citation-line): Remove newline.
10595 (message-citation-line-format): Add final \n here so that the user can
10596 avoid a blank line.
10597
10598 2007-05-03 Dan Christensen <jdc@uwo.ca>
10599
10600 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10601 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10602 Update lanl/arXiv support.
10603
10604 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10605
10606 * gnus.el: Bump version number.
10607
10608 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10609
10610 * gnus.el (gnus-version-number): Bump version.
10611
10612 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10613
10614 * gnus.el: No Gnus v0.6 is released.
10615
10616 2007-04-27 Didier Verna <didier@xemacs.org>
10617
10618 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10619 * gmm-utils.el (gmm-regexp-concat): ... here.
10620 * message.el: Don't require 'gnus-util.
10621 (message-dont-reply-to-names): Handle name change above.
10622 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10623
10624 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10625
10626 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10627 since the initial value varies according to the system.
10628
10629 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10630
10631 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10632
10633 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10634
10635 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10636
10637 2007-04-24 Didier Verna <didier@xemacs.org>
10638
10639 Improve the type of gnus-ignored-from-addresses.
10640 * gnus-util.el (gnus-orify-regexp): New function.
10641 * message.el (gnus-util): Require it.
10642 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10643 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10644 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10645
10646 2007-04-24 Didier Verna <didier@xemacs.org>
10647
10648 * gnus-sum.el:
10649 * gnus-utils.el: Fix some trailing whitespaces.
10650
10651 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10652
10653 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10654 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10655 article's Message-ID; refer parent article in summary buffer.
10656
10657 * message.el (message-bounce): Call mime-to-mml.
10658
10659 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10660
10661 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10662
10663 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10664
10665 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10666 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10667 displayed of multipart/alternative part if it is invoked from summary
10668 buffer.
10669
10670 * mm-view.el (mm-inline-text-html-render-with-w3m)
10671 (mm-inline-text-html-render-with-w3m-standalone)
10672 (mm-inline-render-with-function): Use mail-parse-charset by default.
10673
10674 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10675
10676 * parse-time.el (parse-time-string-chars): Check if CHAR
10677 is less than the length of parse-time-syntax.
10678
10679 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10680
10681 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10682 from gnus-newsgroup-processable.
10683
10684 2007-04-16 Didier Verna <didier@xemacs.org>
10685
10686 * gnus-msg.el (gnus-configure-posting-styles):
10687 Handle message-signature-directory properly with :file syntax.
10688 Reported by "Leo".
10689
10690 2007-04-11 Didier Verna <didier@xemacs.org>
10691
10692 New user option: message-signature-directory.
10693 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10694 * message.el (message-insert-signature): Ditto.
10695 * message.el (message-signature-file): Doc update.
10696 * message.el (message-signature-directory): New.
10697
10698 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10699
10700 * gnus-msg.el (gnus-inews-yank-articles):
10701 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10702
10703 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10704
10705 * message.el (message-yank-original): Make sure cited text ends with
10706 newline; don't exchange point and mark.
10707
10708 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10709
10710 * tls.el (open-tls-stream): Properly handle case where there
10711 is no associated buffer.
10712
10713 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10714
10715 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10716 message-yank-original, make sure (< mark TEXT point).
10717
10718 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10719
10720 * message.el (message-fill-column): New variable.
10721 (message-mode): Use it. Add comment on a possible new hook.
10722
10723 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10724 (nnmail-get-new-mail): Reformat.
10725
10726 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10727
10728 * gmm-utils.el: Fix Commentary.
10729 (gmm-tool-bar-from-list): Fix typo in doc string.
10730
10731 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10732
10733 * message.el (message-yank-original): Don't switch point and mark
10734 unnecessarily to put point and mark as documented.
10735
10736 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10737
10738 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10739 from the message heads.
10740
10741 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10742
10743 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10744 article buffer does not have a window. This may not be the best
10745 solution but is certainly better than setting the start of the null,
10746 that is the current, window.
10747
10748 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10749
10750 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10751 (gnus-draft-setup): Run it.
10752
10753 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10754 gnus-score-fast-scoring. Allow regexp.
10755 (gnus-score-headers): Use it.
10756
10757 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10758 XEmacs.
10759
10760 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10761 string.
10762 (gnus-button-alist): Also catch `<f1> k ...'.
10763 (gnus-treat-display-x-face): Fix doc string.
10764
10765 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10766
10767 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10768 evaluation of gnus-extended-version to ensure correct generation of the
10769 User-Agent header when message-generate-headers-first is used.
10770
10771 2007-03-24 Simon Josefsson <simon@josefsson.org>
10772
10773 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10774 hashcash-path is nil. Don't call callback with incorrect number of
10775 parameters if val is 0.
10776
10777 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10778
10779 * message.el (message-required-news-headers):
10780 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10781
10782 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10783
10784 * message.el (message-generate-new-buffers): Change the meaning of the
10785 nil value; add `standard' to the choices; treat t as `unique'; improve
10786 doc string.
10787 (gnus-select-frame-set-input-focus): Autoload.
10788 (message-buffer-name): Search for the existing message buffer if
10789 message-generate-new-buffers is nil or `standard'; treat the value t of
10790 message-generate-new-buffers as `unique'.
10791 (message-pop-to-buffer): Raise the frame already displaying the message
10792 buffer; clear the echo area after querying.
10793 (message-setup): Pass the `continue' argument to compose-mail.
10794 (message-mail): Prefer `switch-function' if it is given; search for the
10795 existing message buffer if the `continue' argument is non-nil; pass
10796 continue and switch-function arguments to compose-mail by way of
10797 message-setup.
10798 (message-mail-other-window): Adjust argument of message-setup.
10799 (message-mail-other-frame): Ditto.
10800
10801 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10802
10803 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10804 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10805 to turn font-lock on when turning gnus-message-citation-mode on.
10806
10807 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10808
10809 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10810 (mml-smime-function-alist): New variable; add epg as the backend.
10811 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10812 mml-smime- functions instead.
10813 * mm-view.el: Require smime.
10814
10815 2007-03-05 Didier Verna <didier@xemacs.org>
10816
10817 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10818 instead of just inheritance for posting styles.
10819 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10820
10821 2007-02-24 John Paul Wallington <jpw@pobox.com>
10822
10823 * tls.el (tls-certtool-program): Fix custom type.
10824
10825 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10826
10827 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10828 and point-at-eol instead of line-(beginning|end)-position.
10829
10830 * assistant.el (assistant-parse-buffer): Ditto.
10831
10832 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10833
10834 * mml2015.el (mml2015-epg-find-usable-key): New function.
10835 (mml2015-epg-sign): Use it.
10836 (mml2015-epg-encrypt): Use it.
10837
10838 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10839
10840 * message.el (message-make-in-reply-to): Quote name containing
10841 non-ASCII characters. It will make the RFC2047 encoder cause an error
10842 if there are special characters. Reported by NAKAJI Hiroyuki
10843 <nakaji@jp.freebsd.org>.
10844
10845 2007-02-27 Didier Verna <didier@xemacs.org>
10846
10847 Include the group parameters as well as the topic ones in the
10848 inheritance filter process.
10849 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10850 argument GROUP-PARAMS-LIST.
10851 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10852
10853 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10854
10855 * nntp.el (nntp-never-echoes-commands)
10856 (nntp-open-connection-functions-never-echo-commands): New variables.
10857 (nntp-send-command): Use them.
10858
10859 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10860
10861 * mml2015.el (mml2015-epg-verify): Simplify.
10862
10863 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10864
10865 * mml.el (mml-content-disposition-alist): New user option.
10866 (mml-content-disposition): New function.
10867 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10868 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10869
10870 2007-02-19 Daiki Ueno <ueno@unixuser.org>
10871
10872 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10873 verification.
10874
10875 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10876
10877 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10878 articles posted in the last 24 hours.
10879
10880 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
10881
10882 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10883
10884 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
10885
10886 * nntp.el (nntp-send-command): Don't wait for echoes when
10887 nntp-open-ssl-stream is used.
10888
10889 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10890
10891 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10892 (gnus-message-add-citation-keywords)
10893 (gnus-message-remove-citation-keywords): Remove.
10894 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10895 directly, make the variables in font-lock-defaults buffer-local, add
10896 gnus-message-citation-keywords to them and then update the value of
10897 font-lock-keywords.
10898
10899 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10900
10901 * message.el (message-cite-original-1): Don't call
10902 gnus-article-highlight-citation.
10903
10904 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10905 citations; fix line count.
10906
10907 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10908
10909 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10910 (gnus-message-add-citation-keywords)
10911 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10912 versions of font-lock-add-keywords and font-lock-remove-keywords to
10913 work with XEmacs correctly.
10914
10915 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10916
10917 * gnus-cite.el (gnus-cite-face-list): Set the values of
10918 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10919 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10920 (gnus-message-cite-prefix-regexp): New variable.
10921 (gnus-message-search-citation-line): Use it; protect against long
10922 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10923 the 0th match data for Emacs.
10924 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10925 (gnus-message-add-citation-keywords): Append keywords rather than
10926 prepending; emulate font-lock-add-keywords if it is not available.
10927 (gnus-message-remove-citation-keywords):
10928 Emulate font-lock-remove-keywords if it is not available.
10929
10930 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10931
10932 * message.el (message-cite-prefix-regexp): Set the value of
10933 gnus-message-cite-prefix-regexp.
10934
10935 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10936
10937 * nnweb.el (nnweb-google-parse-1): Update parser.
10938
10939 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
10940
10941 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10942
10943 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10944
10945 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10946 regexp.
10947
10948 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10949
10950 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10951 string-to-multibyte.
10952 (uudecode-decode-region-internal): Use it.
10953
10954 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10955
10956 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10957 Fix custom choice.
10958
10959 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10960
10961 2007-01-22 Daiki Ueno <ueno@unixuser.org>
10962
10963 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10964
10965 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10966 `write-region' to respect `mm-inhibit-file-name-handlers'.
10967
10968 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10969
10970 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10971 Use gnus-home-directory instead of "~/" or "$HOME".
10972
10973 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10974
10975 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10976 to mention filename.
10977 Add comments at beginning regarding usage.
10978 (encrypt-write-file-contents): Change interactive so a string is
10979 acceptable. If the file has no associated model, show an error instead
10980 of a nonsense prompt.
10981
10982 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10983
10984 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10985 Thanks to Yoshihiko Yamada for kind notification of this typo.
10986
10987 2007-01-12 Kenichi Handa <handa@m17n.org>
10988
10989 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10990 multibyte buffer.
10991
10992 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10993
10994 * gnus-score.el (gnus-score-fast-scoring): New variable.
10995 (gnus-score-headers): Use it.
10996
10997 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10998
10999 * message.el (message-cite-original-1):
11000 Call gnus-article-highlight-citation if requested.
11001 (message-make-from): Allow name and address as optional arguments.
11002
11003 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11004
11005 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11006 bugs to doc string.
11007 (gnus-button-alist): Add mid\\|message-id.
11008 (gnus-button-fetch-group): Extend for use in
11009 `browse-url-browser-function'.
11010 (gnus-button-url-regexp): Try to catch paired parentheses like in
11011 Wikipedia URLs.
11012
11013 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11014 Suggested by Simon Krahnke <overlord@gmx.li>.
11015
11016 2007-01-13 Romain Francoise <romain@orebokech.com>
11017
11018 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11019 Update copyright.
11020
11021 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11022
11023 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11024
11025 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11026
11027 * gnus-registry.el (gnus-registry-unfollowed-groups)
11028 (gnus-registry-split-fancy-with-parent): Fix documentation.
11029
11030 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11031
11032 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11033 from nnweb groups.
11034
11035 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11036
11037 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11038 Xref urls. Erase buffer before requesting head.
11039
11040 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11041
11042 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11043
11044 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11045 customizable.
11046
11047 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11048
11049 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11050 no signing key is found.
11051 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11052 no encrypting and/or signing key is found.
11053
11054 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11055
11056 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11057
11058 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11059
11060 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11061 headers read from disk with the ones newly found in the current search.
11062 This should no longer cause problems, because the article numbers in
11063 Gmane's `nov.php' output are ignored since the previous change.
11064
11065 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11066
11067 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11068
11069 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11070
11071 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11072
11073 2007-01-01 Romain Francoise <romain@orebokech.com>
11074
11075 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11076
11077 2006-12-31 Steve Youngs <steve@sxemacs.org>
11078
11079 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11080 `define-minor-mode' macro definition expanded properly.
11081 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11082 exclude it there.
11083
11084 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11085 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11086 `fboundp' test.
11087 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11088 This is OK to autoload in (S)XEmacs now.
11089
11090 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11091
11092 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11093 keystroke.
11094 (gnus-summary-limit-to-singletons): Fix typo.
11095
11096 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11097 else fails.
11098
11099 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11100
11101 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11102 docstring.
11103
11104 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11105 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11106 (gnus-summary-insert-dormant-articles): Fix typo in message.
11107
11108 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11109
11110 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11111 nil for XEmacs.
11112 (gnus-message-citation-mode): Don't autoload in XEmacs.
11113
11114 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11115
11116 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11117
11118 * nnimap.el (nnimap-expunge-search-string):
11119 Mention nnimap-search-uids-not-since-is-evil in docstring.
11120
11121 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11122
11123 * spam.el: Revert to make-obsolete-variable because
11124 define-obsolete-variable-alias is not supported in Emacs 21.
11125
11126 * spam.el (spam-ifile-path, spam-ifile-database-path)
11127 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11128 make-obsolete-variable.
11129 (spam-bsfilter-path, spam-bsfilter-program)
11130 (spam-spamassassin-path, spam-spamassassin-program)
11131 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11132 Don't use "path" inappropriately.
11133 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11134 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11135 variable names.
11136
11137 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11138
11139 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11140 summary buffer.
11141
11142 * password.el (password-cache-remove): Use clear-string to burn
11143 password, if available.
11144
11145 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11146
11147 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11148
11149 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11150
11151 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11152 (gnus-message-highlight-citation): Move defcustom here from
11153 gnus-cite.el.
11154 (gnus-message-citation-mode): Autoload.
11155
11156 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11157 checks to make it compile with XEmacs.
11158 (gnus-message-citation-mode): New minor mode.
11159 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11160 (gnus-message-highlight-citation): New variables.
11161 (gnus-message-search-citation-line)
11162 (gnus-message-add-citation-keywords)
11163 (gnus-message-remove-citation-keywords)
11164 (turn-on-gnus-message-citation-mode)
11165 (turn-off-gnus-message-citation-mode): New functions.
11166
11167 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11168
11169 * gnus-cite.el: Enable highlighting of different citation levels in
11170 message-mode.
11171
11172 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11173
11174 * message.el (message-make-fqdn): Fix comment.
11175 (message-bogus-system-names): Add ".local".
11176
11177 * spam.el (spam-ifile-path, spam-ifile-program)
11178 (spam-ifile-database-path, spam-ifile-database)
11179 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11180 Don't use "path" inappropriately.
11181 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11182 strings.
11183 (spam-check-ifile, spam-ifile-register-with-ifile)
11184 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11185 Use new variable names.
11186
11187 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11188 (gnus-treat-display-smileys): Simplify using
11189 gnus-image-type-available-p.
11190
11191 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11192 available.
11193
11194 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11195
11196 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11197 one after turning on the buffer's multibyteness instead of decoding
11198 them directly in the unibyte buffer that causes unexpected conversion
11199 in Emacs 23 (unicode).
11200
11201 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11202
11203 * message.el (message-generate-hashcash): Fix custom type.
11204
11205 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11206
11207 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11208
11209 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11210
11211 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11212 disconnect icons. Add help text.
11213
11214 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11215
11216 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11217 negated to be consistent with the others we handle.
11218
11219 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11220
11221 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11222 version of gnus-summary-buffer to something, so that we can use two
11223 article buffers at the same time.
11224
11225 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11226
11227 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11228 trigger all the extra headers.
11229 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11230 sorting.
11231
11232 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11233
11234 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11235 solid groups.
11236
11237 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11238
11239 * legacy-gnus-agent.el: Add Copyright notice.
11240
11241 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11244
11245 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11246
11247 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11248
11249 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11250 to make it work reliably in CVS Emacs.
11251 (gnus-summary-limit-strange-charsets-predicate)
11252 (gnus-summary-limit-to-predicate): New functions.
11253
11254 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11255
11256 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11257 specifying array size.
11258 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11259 array if it is too small.
11260 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11261 (gnus-sort-threads-loop): New function.
11262
11263 2006-12-06 Chris Moore <dooglus@gmail.com>
11264
11265 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11266 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11267
11268 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11269
11270 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11271 options.
11272
11273 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11274
11275 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11276 DOS-ing the recipient.
11277
11278 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11279 the headers when creating the mapping to avoid mismappings.
11280 (nnweb-gmane-create-mapping): Always nix out old mapping.
11281
11282 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11283
11284 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11285 and mm-verify-option to never.
11286
11287 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11288
11289 * message.el (message-signed-or-encrypted-p): New function.
11290 (message-forward-make-body): Use it.
11291
11292 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11293 Replace encode-coding-string with mm-encode-coding-string.
11294
11295 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11296
11297 * nneething.el (nneething-decode-file-name):
11298 Replace decode-coding-string with mm-decode-coding-string.
11299
11300 * gnus-int.el (gnus-open-server): Say failed server's name.
11301
11302 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11303
11304 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11305 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11306
11307 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11308 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11309 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11310 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11311 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11312 (gnus-subscribe-newsgroup, gnus-1):
11313 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11314 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11315 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11316 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11317
11318 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11319
11320 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11321 keystroke.
11322 (gnus-summary-limit-to-bodies): Implement headersp.
11323
11324 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11325
11326 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11327
11328 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11329
11330 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11331
11332 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11333
11334 * message.el (message-generate-hashcash): Expand range of values to
11335 include `opportunistic'.
11336 (message-send-mail): Use it.
11337
11338 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11339
11340 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11341 and comment it.
11342
11343 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11344
11345 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11346
11347 * gnus-util.el (gnus-extract-address-components): Improve comment.
11348
11349 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11350
11351 * gnus-util.el (gnus-extract-address-components): Work with address in
11352 which the name portion contains @.
11353
11354 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11355
11356 * gnus.el (gnus-start): Move custom group up.
11357 (gnus-select-method): Don't autoload, but make it available for
11358 `customize-variable'.
11359 (gnus-getenv-nntpserver): Don't autoload.
11360
11361 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11362
11363 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11364
11365 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11366
11367 * message.el (message-sendmail-extra-arguments): New variable.
11368 (message-send-mail-with-sendmail): Use it.
11369
11370 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11371
11372 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11373 mm-with-unibyte-current-buffer to make string unibyte.
11374
11375 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11376 mm-string-as-multibyte.
11377
11378 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11379
11380 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11381 Reported by Werner Koch <wk@gnupg.org>.
11382
11383 2006-11-14 Daiki Ueno <ueno@p360>
11384
11385 * mml2015.el: Autoload epa-select-keys when compiling.
11386
11387 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11388
11389 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11390 message-options.
11391 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11392
11393 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11394
11395 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11396 EasyPG (< 0.0.6).
11397 (mml2015-always-trust): New user option.
11398 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11399 prompt.
11400
11401 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11402
11403 * nntp.el (nntp-authinfo-force): New variable.
11404 (nntp-send-authinfo): Use it.
11405
11406 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11407
11408 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11409 decode encoded words. Improve prompt. Add comment about forwarding.
11410 (message-replacement-char): Move up.
11411
11412 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11413
11414 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11415 instead of gnus-intersection because arguments of gnus-sorted-nunion
11416 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11417
11418 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11419
11420 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11421 (message-simplify-subject-functions):
11422 Enable message-strip-subject-encoded-words by default.
11423
11424 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11425
11426 * message.el (message-strip-subject-encoded-words): New function.
11427 (message-simplify-subject-functions): New variable.
11428 (message-simplify-subject): Use it. Fix typo in doc string.
11429 Support message-strip-subject-encoded-words.
11430
11431 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11432
11433 * gnus-diary.el (gnus-diary-delay-format-function):
11434 * nndiary.el (nndiary-reminders):
11435 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11436
11437 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11438
11439 * gnus-art.el (article-hide-boring-headers): Fetch date from
11440 gnus-original-article-buffer to avoid problems with localized date
11441 strings.
11442
11443 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11444
11445 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11446
11447 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11448
11449 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11450 New variables.
11451 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11452 (mm-charset-synonym-alist): Move some entries to
11453 mm-codepage-iso-8859-list.
11454 (mm-charset-synonym-alist, mm-charset-override-alist):
11455 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11456
11457 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11458
11459 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11460
11461 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11462
11463 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11464 with Emacs 21 and XEmacs.
11465
11466 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11467
11468 * spam.el (spam-parse-address): New function for better parsing,
11469 catching errors, etc.
11470 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11471
11472 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11473
11474 * mm-view.el: Add interactive arg to html2text autoload.
11475
11476 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11479
11480 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11481
11482 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11483 New variables.
11484 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11485 (mm-charset-synonym-alist): Move some entries to
11486 mm-codepage-iso-8859-list.
11487
11488 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11489
11490 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11491
11492 * message.el (message-citation-line-format)
11493 (message-insert-formated-citation-line): Fix implementation of %E, %N
11494 and %n according to the doc string.
11495
11496 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11497
11498 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11499 Use car-safe to avoid bad parses.
11500
11501 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11502
11503 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11504 names.
11505
11506 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11507
11508 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11509
11510 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11511 header.
11512
11513 * message.el (message-draft-headers): Add Date.
11514 (message-headers-to-generate): Fix typo in docstring.
11515
11516 * nndraft.el (nndraft-required-headers): New variable.
11517 (nndraft-generate-headers): Use it.
11518
11519 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11520
11521 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11522
11523 * gnus-registry.el (gnus-registry-wash-for-keywords)
11524 (gnus-registry-find-keywords): New functions to allow easy searching of
11525 articles that are in the registry.
11526
11527 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11528
11529 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11530 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11531 Reported by Damien Elmes <damien@repose.cx>.
11532
11533 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11534
11535 * gnus.el (gnus-mime): Remove unused custom group.
11536
11537 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11538
11539 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11540 "blank line" when searching for end of armor headers.
11541
11542 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11543
11544 * gmm-utils.el (gmm-write-region): Fix variable name.
11545
11546 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11547
11548 * gmm-utils.el (gmm-write-region): New function based on compatibility
11549 code from `mm-make-temp-file'.
11550
11551 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11552
11553 * nnmaildir.el (nnmaildir--update-nov)
11554 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11555 Use `gmm-write-region'.
11556
11557 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11558
11559 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11560 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11561
11562 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11563
11564 * message.el (message-replacement-char): New variable.
11565 (message-fix-before-sending): Use it.
11566 (message-simplify-subject): New function to remove duplicate code.
11567 (message-reply, message-followup): Use it.
11568
11569 * gnus-sum.el (gnus-summary-make-menu-bar):
11570 Clarify gnus-summary-limit-to-articles.
11571
11572 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11573
11574 * gnus-util.el (gnus-with-local-quit): New macro.
11575
11576 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11577
11578 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11579
11580 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11581 ignore non-string data.
11582
11583 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11584
11585 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11586 non-string data (needs to be done in the registry too).
11587
11588 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11589
11590 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11591 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11592 (gnus-registry-split-fancy-with-parent)
11593 (gnus-registry-fetch-simplified-message-subject-fast)
11594 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11595 Remove text properties on ingress into the registry and when it's saved.
11596 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11597 registry from entries with no groups.
11598
11599 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11600
11601 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11602 function to remove string properties.
11603
11604 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11605
11606 * gmm-utils.el (gmm): Adjust custom version.
11607
11608 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11609 Adjust custom version.
11610
11611 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11612
11613 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11614
11615 * gnus-art.el (gnus-insert-prev-page-button)
11616 (gnus-insert-next-page-button): Simplify. Reformat.
11617
11618 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11619
11620 * gnus-art.el (gnus-insert-prev-page-button)
11621 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11622
11623 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11626
11627 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11628
11629 * gnus-art.el (gnus-insert-mime-button)
11630 (gnus-insert-mime-security-button):
11631 Apply gnus-article-button-face to MIME and security buttons.
11632
11633 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11634
11635 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11636 readable.
11637
11638 2006-09-20 Steve Youngs <steve@sxemacs.org>
11639
11640 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11641 `browse-url-of-file' instead of `browse-url'.
11642
11643 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11644
11645 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11646 regexp. Articles containing quotation were cut prematurely.
11647
11648 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11649
11650 * message.el (message-cite-original-1): Use nobody by default for the
11651 value of From header.
11652 (message-reply): Ditto.
11653
11654 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11655
11656 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11657 to the gnus-info. This fixes a bug of inline-PGP message verification.
11658 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11659
11660 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11661
11662 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11663 mails in the doc string. Add some URLs in comment.
11664 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11665
11666 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11667
11668 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11669 backslashes handling and the way to find boundaries of quoted strings.
11670
11671 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11672
11673 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11674 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11675 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11676 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11677
11678 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11679
11680 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11681 doc string.
11682 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11683
11684 2006-09-06 Simon Josefsson <jas@extundo.com>
11685
11686 * mml2015.el (mml2015-use): Doc fix, mention epg.
11687
11688 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11689
11690 * mml2015.el (mml2015-use): Default to epg, if available.
11691
11692 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11693
11694 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11695 message-sender.
11696 (mml1991-epg-encrypt): Ditto.
11697 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11698 message-sender.
11699 (mml2015-epg-encrypt): Ditto.
11700
11701 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11702
11703 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11704 several common directories.
11705
11706 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11707
11708 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11709 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11710
11711 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11712
11713 * gnus-art.el (article-decode-encoded-words): Make it fast.
11714
11715 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11716
11717 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11718
11719 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11720 in quoted string into `\'.
11721
11722 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11723
11724 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11725 Use standard-syntax-table.
11726
11727 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11728
11729 * gnus-art.el (gnus-decode-address-function): New variable.
11730 (article-decode-encoded-words): Use it to decode headers which are
11731 assumed to contain addresses.
11732 (gnus-mime-delete-part): Remove useless `or'.
11733
11734 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11735 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11736 (gnus-nov-parse-line): Use it to decode From header.
11737 (gnus-get-newsgroup-headers): Ditto.
11738 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11739
11740 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11741 (mail-decode-encoded-address-string): New alias.
11742
11743 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11744 New function.
11745 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11746 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11747 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11748 (rfc2047-decode-string): Ditto.
11749 (rfc2047-decode-address-region): New function.
11750 (rfc2047-decode-address-string): New function.
11751
11752 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11753
11754 * message.el (message-caesar-buffer-body): Allow rotating headers.
11755
11756 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11757
11758 * message.el (message-insert-formated-citation-line): Fix %f.
11759 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11760
11761 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11762
11763 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11764 (gnus-bookmark-mouse-available-p): New macro.
11765 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11766 (gnus-bookmark-bmenu-show-infos): Use it.
11767 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11768 (gnus-bookmark-bmenu-hide-infos): Ditto.
11769 (gnus-bookmark-remove-properties): New function.
11770 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11771 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11772 (gnus-bookmark-write-file): Bind coding-system-for-write.
11773 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11774 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11775 group before selecting it.
11776 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11777 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11778 quit-window if it is not available; use gnus-mouse-2 and bind it to
11779 gnus-bookmark-bmenu-select-by-mouse.
11780 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11781 (gnus-bookmark-bmenu-select-by-mouse): New function.
11782
11783 2006-08-13 Romain Francoise <romain@orebokech.com>
11784
11785 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11786 space.
11787
11788 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11789
11790 * compface.el (uncompface): Use binary rather than raw-text-unix.
11791
11792 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11793
11794 * compface.el (uncompface): Make sure the eol conversion doesn't take
11795 place when communicating with the external programs.
11796 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11797
11798 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11799
11800 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11801
11802 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11803
11804 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11805 Make it more robust by parsing author and date independently.
11806
11807 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11808
11809 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11810
11811 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11812
11813 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11814 first matching secret key.
11815 (mml2015-epg-encrypt): Ditto.
11816
11817 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11818 first matching secret key.
11819 (mml1991-epg-encrypt): Ditto.
11820
11821 * mml2015.el (mml2015-encrypt-to-self): New user option.
11822 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11823 mml2015-epg-encrypt-to-self is set.
11824
11825 * mml1991.el (mml1991-encrypt-to-self): New variable.
11826 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11827 mml1991-epg-encrypt-to-self is set.
11828
11829 * mml2015.el (mml2015-signers): New user option.
11830 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11831 (mml2015-epg-encrypt): Allow to select signing keys.
11832
11833 * mml1991.el (mml1991-signers): New variable.
11834 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11835 (mml1991-epg-encrypt): Allow to select signing keys.
11836
11837 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11838
11839 * nnheader.el (nnheader-insert-head): Make it work even if the file
11840 uses CRLF for the line-break code.
11841
11842 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11843
11844 * mml2015.el: Require mml-sec instead of password.
11845 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11846 (mml2015-cache-passphrase): Inherit the default value from
11847 mml-secure-cache-passphrase.
11848 (mml2015-passphrase-cache-expiry): Inherit the default value from
11849 mml-secure-passphrase-cache-expiry.
11850
11851 * mml1991.el: Require mml-sec instead of password.
11852 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11853 (mml1991-cache-passphrase): Inherit the default value from
11854 mml-secure-cache-passphrase.
11855 (mml1991-passphrase-cache-expiry): Inherit the default value from
11856 mml-secure-passphrase-cache-expiry.
11857
11858 * mml-sec.el: Require password.
11859 (mml-secure-verbose): New user option.
11860 (mml-secure-cache-passphrase): New user option.
11861 (mml-secure-passphrase-cache-expiry): New user option.
11862
11863 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11864
11865 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11866 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
11867 andreas@altroot.de (Andreas Vögele).
11868
11869 FIXME: Use `tiny change'?
11870
11871 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11872
11873 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11874 workaround for the url package included with Emacs.
11875
11876 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11877
11878 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11879
11880 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11881 correctly. This fixes a bug caused by the 2006-05-12 change.
11882
11883 2006-07-18 Karl Fogel <kfogel@red-bean.com>
11884
11885 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11886 some information about the error when saying that the `bogus' mail
11887 group will be used.
11888
11889 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11890
11891 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11892 string.
11893
11894 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11895
11896 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11897
11898 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11899
11900 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11901
11902 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11903
11904 * mml1991.el (mml1991-function-alist): Add epg.
11905 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11906 (mml1991-epg-encrypt): New functions.
11907
11908 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11909
11910 * mml2015.el (mml2015-verbose): New variable.
11911 (mml2015-cache-passphrase): Ditto.
11912 (mml2015-passphrase-cache-expiry): Ditto.
11913 (mml2015-function-alist): Add epg.
11914 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11915 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11916 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11917 New functions.
11918
11919 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11920
11921 * message.el (message-cite-original-1): Preserve region when removing
11922 quoted text due to X-No-Archive in order to avoid bogus attribution
11923 when citing multiple messages.
11924
11925 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11926
11927 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11928 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11929
11930 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11931
11932 * gnus-diary.el (gnus-user-format-function-d)
11933 (gnus-user-format-function-D): Autoload.
11934
11935 * imap.el (Commentary): Fix typo.
11936
11937 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11938 2006-04-22 contribution.
11939
11940 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11941
11942 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11943 It didn't really fix the bogosity I'm seeing with solid web groups.
11944
11945 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11946
11947 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11948 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11949 created using server names. If we use the feature without declaring
11950 it, Gnus does not properly manage server and group state.
11951
11952 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11953 bound.
11954
11955 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11956
11957 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11958 looking up the method using GROUP's prefix before inventing a new one.
11959 It is used on killed/unknown groups in various places where returning
11960 an all-new method isn't expected by the caller.
11961
11962 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11963 and match semantics of gnus-group-real-prefix.
11964
11965 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11966
11967 * nnmail.el (nnmail-broken-references-mailers): New variable.
11968 (nnmail-ignore-broken-references): New function generalizing
11969 nnmail-fix-eudora-headers.
11970 (nnmail-fix-eudora-headers): Now obsolete.
11971
11972 * gnus-art.el (gnus-button-handle-custom):
11973 Support `customize-apropos*'.
11974
11975 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11976
11977 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11978
11979 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11980 articles.
11981
11982 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11983
11984 * message.el (message-cite-reply-above): New variable.
11985 (message-yank-original): Use it.
11986
11987 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11988
11989 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11990
11991 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11992
11993 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11994 as read.
11995
11996 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11997
11998 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11999
12000 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12001 (gnus-bookmark-default-file): Use gnus-directory.
12002 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12003 Remove "*" in doc string.
12004 (gnus-bookmark-write-file): Simplify.
12005 (gnus-bookmark-maybe-sort-alist): Use `when'.
12006 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12007 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12008 Add FIXME about Emacs 21 and XEmacs compatibility.
12009 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12010 compatibility.
12011 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12012 compatibility.
12013 (gnus-bookmark-menu-heading): Fix version.
12014
12015 2006-06-19 Bastien Guerry <bzg@altern.org>
12016
12017 * gnus-bookmark.el: New file.
12018
12019 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12020
12021 * message.el (message-syntax-checks): Doc fix.
12022
12023 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12024
12025 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12026 unsubscribed groups as if they were killed ones. It causes duplicate
12027 entries in gnus-newsrc-alist.
12028
12029 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12030
12031 * message.el (message-syntax-checks): Doc fix.
12032 (message-send-mail): Add check for continuation headers.
12033 (message-check-news-header-syntax): Fix regexp used to check for
12034 continuation headers.
12035
12036 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12037
12038 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12039
12040 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12041
12042 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12043
12044 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12045
12046 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12047 default-truncate-lines.
12048
12049 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12050
12051 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12052 to fill the utf-8 entry.
12053
12054 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12055
12056 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12057
12058 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12059
12060 * gnus-agent.el (directory-files-and-attributes): Move all the way
12061 forward (the third and final move).
12062 (gnus-agent-read-agentview): Trap reconstruction errors due to
12063 nonexistent directory. Handle by returning nil.
12064
12065 2006-05-30 Didier Verna <didier@xemacs.org>
12066
12067 * message.el (message-dont-reply-to-names): Update the custom type.
12068 * message.el (message-dont-reply-to-names): New defsubst: potentially
12069 convert a list of regexps into a single one.
12070 * message.el (message-get-reply-headers): Use it.
12071 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12072
12073 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12074
12075 * gnus-agent.el (directory-files-and-attributes): Move forward.
12076
12077 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12078
12079 * gnus-ml.el (gnus-mailing-list-subscribe)
12080 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12081 (gnus-mailing-list-message): Fix doc strings.
12082
12083 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12084
12085 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12086 of doing it manually.
12087
12088 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12089
12090 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12091 comment.
12092
12093 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12094
12095 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12096 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12097 (gnus-agent-read-local): All symbols allocated in my-obarray.
12098 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12099 (gnus-agent-regenerate-group): Check numeric names to see if they are
12100 messages or groups.
12101 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12102 better way of do this...)
12103
12104 * gnus-cache.el (gnus-agent-total-fetched-for):
12105 Ignore 'dummy.group' (there should be a better way of do this...)
12106
12107 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12108
12109 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12110 (gnus-saved-headers): Ditto.
12111 (gnus-default-article-saver): Mention functions may have properties.
12112 (gnus-article-save): Override gnus-save-all-headers and
12113 gnus-saved-headers by :headers property which saver function may have.
12114 (gnus-summary-save-in-file): Add :headers property.
12115 (gnus-summary-write-to-file): Ditto.
12116
12117 * gnus-sum.el (gnus-summary-save-article): Bind
12118 gnus-prompt-before-saving to t when saving many articles in a file;
12119 always show all headers.
12120
12121 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12122
12123 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12124 marks.
12125
12126 * message.el (message-indent-citation): Add optional arguments to allow
12127 using it outside of message buffers.
12128
12129 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12130 (gnus-article-treat-unfold-headers): Use it.
12131 (gnus-article-truncate-lines): New variable.
12132 (gnus-article-mode): Use it.
12133 (gnus-article-toggle-truncate-lines): New function.
12134
12135 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12136 Add gnus-article-toggle-truncate-lines.
12137
12138 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12139 coding system in XEmacs, use binary.
12140
12141 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12142
12143 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12144 after-load-alist.
12145
12146 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12147 this function should save decoded articles.
12148 (gnus-summary-write-to-file): Use property to specify this function
12149 should save decoded articles and specify gnus-summary-save-in-file
12150 should be used to save articles other than the first one when saving
12151 many articles.
12152 (gnus-summary-save-body-in-file): Use property to specify this
12153 function should save decoded articles.
12154 (gnus-summary-write-body-to-file): Use property to specify this
12155 function should save decoded articles and specify
12156 gnus-summary-save-body-in-file should be used to save articles other
12157 than the first one when saving many articles.
12158
12159 * gnus-sum.el (gnus-summary-save-article): Simplify.
12160
12161 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12162
12163 * gnus-art.el (gnus-default-article-saver):
12164 Add gnus-summary-write-body-to-file.
12165 (gnus-article-save-coding-system): Don't use coding system object
12166 in XEmacs.
12167 (gnus-read-save-file-name): Add optional `dir-var' argument which
12168 specifies directory in which files are saved; work even if optional
12169 `variable' argument is not specified.
12170 (gnus-summary-write-to-file): Read file name.
12171 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12172 (gnus-summary-write-body-to-file): New function.
12173
12174 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12175 (gnus-summary-local-variables): Add it.
12176 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12177 (gnus-summary-save-article): Remove optional `decode' argument;
12178 determine whether to decode articles by the value of
12179 gnus-default-article-saver; when saving many files using
12180 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12181 it first and use gnus-summary-save-in-file or
12182 gnus-summary-save-body-in-file thereafter unless
12183 gnus-prompt-before-saving is always; move point to article which
12184 will be saved.
12185 (gnus-summary-save-article-file): Revert.
12186 (gnus-summary-write-article-file): Revert.
12187 (gnus-summary-save-article-body-file): Revert.
12188 (gnus-summary-write-article-body-file): New function.
12189
12190 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12191
12192 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12193
12194 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12195
12196 * gnus-art.el (gnus-default-article-saver): Doc fix.
12197 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12198 from gnus-summary-save-article-coding-system, and default to a
12199 certain coding system.
12200 (gnus-output-to-file): Add coding cookie and encode text according
12201 to gnus-article-save-coding-system; don't use mm-append-to-file.
12202
12203 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12204 gnus-art.el and rename to gnus-article-save-coding-system.
12205 (gnus-summary-save-article): Require gnus-art; don't show all
12206 headers if it decodes articles; don't add coding cookie here;
12207 don't bind mm-text-coding-system-for-write.
12208 (gnus-summary-save-article-file): Save decoded articles.
12209 (gnus-summary-write-article-file): When saving many files, use
12210 gnus-summary-write-to-file first and gnus-summary-save-in-file
12211 thereafter unless gnus-prompt-before-saving is always.
12212 (gnus-summary-save-article-body-file): Save decoded articles.
12213
12214 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12215
12216 * nnrss.el (nnrss-check-group): Bind hash-index.
12217
12218 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12219
12220 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12221 its hash index. Store this hash in `nnrss-group-data'.
12222 (nnrss-read-group-data): Update accordingly.
12223
12224 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12225
12226 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12227 entry.
12228
12229 * gnus-sum.el (gnus-summary-make-menu-bar):
12230 Add gnus-article-browse-html-article.
12231
12232 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12233
12234 * gnus-sum.el (gnus-summary-mime-map):
12235 Add gnus-article-browse-html-article.
12236
12237 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12238
12239 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12240 suitable coding systems in customize.
12241
12242 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12243
12244 * mail-source.el (mail-sources): Fix custom type.
12245
12246 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12247
12248 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12249 (gnus-summary-expire-articles-now): Shorten prompt.
12250
12251 * gmm-utils.el (wid-edit): Require.
12252 (defun-gmm): Rename from `gmm-defun-compat'.
12253 (gmm-image-search-load-path): Use it.
12254 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12255
12256 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12257
12258 * gnus-sum.el (gnus-summary-save-article-coding-system):
12259 New variable.
12260 (gnus-summary-save-article): Add optional `decode' argument.
12261 If it is set and gnus-summary-save-article-coding-system is non-nil,
12262 save decoded article.
12263 (gnus-summary-write-article-file): Save decoded article if
12264 gnus-summary-save-article-coding-system is non-nil.
12265
12266 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12267 type.
12268
12269 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12270
12271 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12272
12273 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12274
12275 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12276 first to test gnus-single-article-buffer which may be buffer-local.
12277
12278 * gnus-sum.el (gnus-summary-setup-buffer):
12279 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12280 group; make gnus-article-buffer, gnus-article-current, and
12281 gnus-original-article-buffer always buffer-local.
12282 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12283 group.
12284 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12285
12286 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12287
12288 * nnml.el (nnml-request-compact-group): Compressed files might not
12289 have .gz extension.
12290
12291 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12294 (mm-copy-to-buffer): Use with-current-buffer.
12295 (mm-display-part): Simplify.
12296 (mm-inlinable-p): Add optional arg `type'.
12297
12298 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12301 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12302 Try harder to show the attachment internally or externally using
12303 gnus-mime-view-part-as-type.
12304
12305 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12306
12307 * message.el (message-from-style, message-signature-separator)
12308 (message-user-organization-file, message-send-mail-function)
12309 (message-citation-line-function, message-yank-prefix)
12310 (message-indent-citation-function, message-signature)
12311 (message-signature-file, message-signature-insert-empty-line):
12312 Remove autoloads.
12313
12314 * gnus-art.el (gnus-buttonized-mime-types):
12315 Remove "multipart/signed". Revert 2006-04-26 change.
12316
12317 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12318
12319 * gnus.el (gnus-version-number): Bump version.
12320
12321 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12322
12323 * gnus.el: No Gnus v0.5 is released.
12324
12325 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12326
12327 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12328 fetching articles by message-id.
12329
12330 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12331
12332 * message.el (hashcash): Require hashcash as normal.
12333
12334 * ecomplete.el (ecomplete-highlight-match-line):
12335 Use point-at-eol.
12336 (ecomplete-highlight-match-line): Use `highlight', because that
12337 face exists in both Emacs and XEmacs.
12338
12339 * message.el (message-display-abbrev): Use point-at-bol.
12340
12341 * mail-source.el: Don't require timer/timer-funcs.
12342
12343 * gnus-async.el: Ditto.
12344
12345 * password.el: Ditto.
12346
12347 * mm-url.el: Ditto.
12348
12349 * mm-util.el: Require timer/timer-funcs.
12350
12351 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12352
12353 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12354 Close.
12355
12356 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12357
12358 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12359 unibyte after clear-decrypt function runs.
12360
12361 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12362 returns as a unibyte string.
12363
12364 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12365
12366 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12367 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12368 (mml1991-pgg-encrypt): Ditto.
12369
12370 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12371
12372 * message.el (message-user-organization-file): Check several
12373 locations of the organization file.
12374
12375 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12376 Add gnus-article-view-part-as-type.
12377
12378 * gnus-art.el (gnus-article-view-part-as-type): New function.
12379
12380 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12381 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12382
12383 * mml.el: Simplify autoload.
12384 (mml-mode): defvar dnd-protocol-alist instead of using
12385 symbol-value.
12386 (mml-default-directory): New variable.
12387 (mml-minibuffer-read-file): Use it.
12388 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12389
12390 * message.el (message-citation-line-format): New variable.
12391 (message-insert-formated-citation-line): New function.
12392 (message-citation-line-function):
12393 Add `message-insert-formated-citation-line' to custom type.
12394
12395 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12396 to doc string.
12397
12398 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12399 depending on mm-verify-option.
12400
12401 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12402
12403 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12404 binding pgg-* variables; reimplement the section which prevents
12405 MIME header from being signed.
12406 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12407 pgg-text-mode; remove a blank line at the top of body.
12408
12409 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12410 lines at the top of body; use gnus-newsgroup-charset if there's no
12411 Charset header.
12412
12413 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12414
12415 * message.el (message-self-insert-commands): Doc fix.
12416
12417 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12418 (mm-uu-pgp-encrypted-test): Ditto.
12419 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12420 between header and body; return application/pgp-encrypted handle
12421 if decryption failed; decode decrypted body by charset.
12422
12423 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12424 element match to application/pgp-*.
12425
12426 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12427
12428 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12429 HTML.
12430
12431 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12432
12433 * mail-source.el (mail-source-call-script): Message the error
12434 string.
12435
12436 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12437
12438 * gnus-util.el (gnus-byte-compile): Use it.
12439
12440 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12441
12442 * gnus-util.el (kill-empty-logs): New function.
12443
12444 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12445
12446 * message.el (message-mail-alias-type): Doc fix.
12447 (message-mail-alias-type-p): New function.
12448 (message-send): Use it.
12449 (message-mode): Ditto.
12450 (message-strip-forbidden-properties): Ditto.
12451
12452 * ecomplete.el (ecomplete-database-file-coding-system):
12453 New variable.
12454 (ecomplete-save): Use it.
12455 (ecomplete-setup): Use it.
12456
12457 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12458
12459 * message.el (message-self-insert-commands): New variable.
12460 (message-strip-forbidden-properties): Use it.
12461
12462 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12463
12464 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12465 that doesn't make XEmacs choke.
12466
12467 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12468
12469 * gnus-util.el (gnus-replace-in-string):
12470 Prefer replace-regexp-in-string over of replace-in-string.
12471
12472 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12473
12474 * gnus-util.el (gnus-select-frame-set-input-focus):
12475 Use select-frame-set-input-focus if it is available in XEmacs; use
12476 definition defined in Emacs 22 for old Emacsen.
12477
12478 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12479
12480 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12481
12482 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12483
12484 * gnus-registry.el (gnus-registry-cache-save): Remove text
12485 properties when saving via the temp buffer.
12486
12487 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12488
12489 * message.el (message-generate-hashcash): Honor custom type.
12490
12491 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12492
12493 * message.el (message-generate-hashcash): Default to non-nil when
12494 hashcash is found.
12495
12496 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12497 (gnus-refer-thread-limit): Increase default to 500.
12498
12499 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12500
12501 * flow-fill.el (fill-flowed): Allow delete-space.
12502
12503 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12504
12505 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12506 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12507 Remove autoloads.
12508
12509 2006-04-18 Simon Josefsson <jas@extundo.com>
12510
12511 * message.el (message-generate-hashcash): Default to.
12512
12513 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12514
12515 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12516 concatenating segments rather than before concatenating them.
12517
12518 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12519
12520 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12521
12522 * imap.el (imap-quote-specials): New function.
12523 (imap-login-auth): Quote specials.
12524
12525 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12526
12527 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12528
12529 * message.el (message-forward-make-body-plain):
12530 Allow message-forward-ignored-headers to be a list.
12531 (message-remove-ignored-headers): Factor out into function.
12532 (message-forward-make-body-mml): Use it.
12533 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12534 (rfc2231-parse-string): Allow concatanation of parameters that
12535 aren't contiguous. The test case is
12536 (mail-header-parse-content-type "message/external-body;
12537 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12538 access-type=LOCAL-FILE;
12539 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12540
12541 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * nntp.el (nntp-accept-process-output): Return the value of
12544 `nnheader-accept-process-output'.
12545
12546 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12547
12548 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12549 (gnus-button-alist): Recognize more diff formats.
12550 (gnus-button-patch): Strip directory.
12551
12552 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12553
12554 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12555 Emacs 22 when setting focus.
12556
12557 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12558
12559 * gnus-art.el (gnus-article-treat-types): Do treatment of
12560 text/x-verbatim parts.
12561 (gnus-button-patch): New command.
12562
12563 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12564 addresses that contain invalid characters.
12565
12566 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12567
12568 * message.el (message-put-addresses-in-ecomplete):
12569 Use gnus-replace-in-string.
12570 (message-is-yours-p): Use the more correct
12571 mail-header-parse-address instead of
12572 mail-extract-address-components.
12573 (message-put-addresses-in-ecomplete): Fix typo.
12574
12575 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12576 keystroke.
12577
12578 * gnus-art.el (gnus-treatment-function-alist): Change order of
12579 newsgroups/generic header folding to avoid double-folding.
12580
12581 * message.el (message-hidden-headers): Add X-Draft-From.
12582
12583 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12584 New command.
12585 (gnus-summary-repeat-search-article-backward): New command.
12586
12587 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12588 groups in the parent topic.
12589
12590 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12591
12592 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12593 (spam-extra-header-to-number): Return the CRM114 number as a
12594 number instead of a string.
12595
12596 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12597
12598 * gnus-art.el (gnus-face-properties-alist): Move here from
12599 gnus-fun.
12600
12601 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12602
12603 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12604
12605 * message.el (message-strip-forbidden-properties): Only display on
12606 self-insert-command.
12607
12608 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12609 reindent.
12610 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12611
12612 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12613
12614 * smiley.el (smiley-style): Fix typo.
12615
12616 2006-03-23 Kenichi Handa <handa@m17n.org>
12617
12618 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12619 instead of set-buffer-multibyte.
12620
12621 2006-03-23 Kenichi Handa <handa@m17n.org>
12622
12623 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12624 buffer and then decode the buffer text if necessary.
12625 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12626 first, and after mm-encode-body, change the buffer to unibyte.
12627
12628 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12629
12630 * hashcash.el (hashcash-insert-payment-async-2):
12631 Use message-goto-eoh instead of doing it manually.
12632 (mail-add-payment): Use message-narrow-to-header instead of trying
12633 to do the same itself.
12634
12635 * message.el (message-hidden-headers): Add Face.
12636
12637 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12638 reparenting code.
12639 (gnus-summary-reparent-children): Refactored out code.
12640 (gnus-summary-thread-map): New keystroke.
12641 (gnus-summary-reparent-children): Make into command.
12642
12643 * smiley.el (smiley-style): Default to `medium' if using a large
12644 font.
12645
12646 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12647 does it itself.
12648
12649 * message.el (message-point-in-header-p): Simplify definition.
12650
12651 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12652
12653 * nnagent.el (nnagent-request-set-mark): Silence log file
12654 writing.
12655 (nnagent-request-set-mark): Use write-region instead of
12656 append-to-file.
12657
12658 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12659 strange select method.
12660
12661 * ecomplete.el (ecomplete-display-matches): Get highlightling
12662 right.
12663 (ecomplete-display-matches): Use literals.
12664 (ecomplete-display-matches): Disable message logging.
12665
12666 * message.el (message-display-abbrev): Small optimization.
12667
12668 * ecomplete.el (ecomplete-display-matches): Allow automatic
12669 display.
12670
12671 * message.el (message-strip-forbidden-properties):
12672 Display abbrevs.
12673 (message-display-abbrev): Get automatic display right.
12674
12675 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12676 keystrokes.
12677
12678 2006-04-13 Romain Francoise <romain@orebokech.com>
12679
12680 TODO: Backport to v5-10!
12681
12682 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12683 Move here (and rename) from gnus-registry.el.
12684
12685 * gnus-registry.el: Require gnus-util.
12686 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12687
12688 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12689
12690 * gnus-group.el (gnus-group-catchup-current):
12691 Change if-then-else-if-then-else into cond.
12692 (gnus-group-catchup): Indent.
12693 (group-name-at-point): New function.
12694 (gnus-fetch-group): Provide default from thing at point.
12695
12696 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12697
12698 * message.el (message-display-abbrev): Fix regexp.
12699
12700 * ecomplete.el (ecomplete-highlight-match-line):
12701 Reimplement choosing.
12702 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12703 dead variables.
12704
12705 * message.el (message-newline-and-indent): Remove debugging.
12706 (message-display-abbrev): Use new implementation.
12707
12708 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12709
12710 * gnus-art.el (gnus-article-mode):
12711 Set cursor-in-non-selected-windows to nil.
12712
12713 * smiley.el: Revert previous change.
12714 (smiley-data-directory): defvar it before using it in the
12715 defcustom of `smiley-style'.
12716
12717 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12718
12719 * message.el (message-newline-and-indent): New function.
12720
12721 * ecomplete.el: Implement more bits.
12722
12723 * message.el (message-put-addresses-in-ecomplete): Clean up the
12724 string.
12725
12726 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12727
12728 * gnus-sum.el (gnus-summary-save-parts):
12729 Bind gnus-summary-save-parts-counter and use it to make unique file
12730 names.
12731
12732 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12733
12734 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12735 parameter to say whether to actually parse the individual
12736 addresses.
12737
12738 * message.el (message-put-addresses-in-ecomplete): New function.
12739 (ecomplete): Require.
12740 (message-mail-alias-type): Add ecomplete as an option.
12741
12742 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12743
12744 * flow-fill.el (fill-flowed): Remove trailing space from blank
12745 quoted lines.
12746
12747 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12748
12749 * smiley.el (smiley-style): Move definition later to avoid a
12750 compilation warning.
12751
12752 2006-04-12 Kenichi Handa <handa@m17n.org>
12753
12754 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12755 buffer and then decode the buffer text if necessary.
12756 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12757 first, and after mm-encode-body, change the buffer to unibyte.
12758 Use mm-disable-multibyte instead of set-buffer-multibyte.
12759
12760 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12761
12762 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12763 Content-Type header instead of Content-Disposition header.
12764 (gnus-mime-inline-part): Ditto.
12765 (gnus-mime-view-part-as-charset): Ignore charset that the part
12766 specifies.
12767
12768 * mm-decode.el (mm-display-part): Work with external parts and
12769 usual parts similarly.
12770
12771 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12772 instead of gnus-display-mime.
12773
12774 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12775 instead of with-temp-buffer.
12776
12777 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12778 tag to summarized topics part in order to encode non-ASCII text.
12779
12780 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12781
12782 * smiley.el (smiley-style): New variable.
12783 (smiley-directory): New function.
12784 (smiley-data-directory): Derive from `smiley-style' using
12785 `smiley-directory'.
12786 (smiley-regexp-alist): Add new entries.
12787
12788 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12789 (gnus-article-browse-delete-temp): Add :version.
12790
12791 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12792
12793 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12794 the sieve region.
12795
12796 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12797
12798 * gnus.el (gnus-version-number): Bump version.
12799
12800 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12801
12802 * gnus.el: No Gnus v0.4 is released.
12803
12804 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12805
12806 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12807 layout.
12808
12809 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12810 unknown charset.
12811
12812 * message.el (message-header-synonyms): Add Original-To to the
12813 default.
12814
12815 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12816 optional parameter.
12817
12818 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12819
12820 * gnus-fun.el (gnus): Require it for gnus-directory.
12821
12822 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12823
12824 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12825
12826 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12827
12828 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12829
12830 2006-04-05 Simon Josefsson <jas@extundo.com>
12831
12832 * password.el (password-reset): New function.
12833
12834 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12835
12836 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12837 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12838
12839 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12840
12841 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12842 Some whitespace was matched into the url, which broke browsing hits
12843 > 100 when mm-url-use-external was nil.
12844
12845 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12846
12847 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12848 Check gnus-extra-headers for 'Newsgroups.
12849
12850 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12851 bound.
12852
12853 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12854
12855 * pgg-gpg.el: Clean up process buffers every time gpg processes
12856 complete.
12857
12858 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12859
12860 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12861 doc string.
12862
12863 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12864
12865 * pgg-gpg.el (pgg-gpg-process-filter)
12866 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12867
12868 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12869 lines, temporary fix.
12870
12871 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12872
12873 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12874
12875 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12876
12877 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12878 default-enable-multibyte-characters. This reverts the change from
12879 revision 6.17 which is no longer necessary because the passphrase
12880 is sent separately now. GnuPG messages are unreadable under
12881 multibyte locales with default-enable-multibyte-characters set to
12882 nil.
12883
12884 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
12885
12886 * message.el (message-tool-bar-gnome): Move "spell".
12887
12888 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
12889
12890 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12891 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12892 instead.
12893
12894 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
12895
12896 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12897 Improve newsgroups handling for NNTP overviews which don't include
12898 Newsgroups.
12899
12900 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12901
12902 * message.el (message-resend): Bind message-generate-hashcash to nil.
12903
12904 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12905
12906 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12907 when searching for already-paid recipients.
12908
12909 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12910
12911 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12912 passphrases when it is not needed.
12913 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12914 passphrase stuff from gpg, should only be necessary when you use
12915 gpg with a smartcard.
12916
12917 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12918
12919 * mml.el (mml-insert-mime): Ignore cached contents of
12920 message/external-body part.
12921
12922 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12923 (mm-insert-part): Ditto.
12924
12925 2006-03-23 Simon Josefsson <jas@extundo.com>
12926
12927 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12928 Reiner.
12929 (pgg-gpg-use-agent-p): Use it again.
12930
12931 2006-03-23 Simon Josefsson <jas@extundo.com>
12932
12933 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12934 older emacsen.
12935 (pgg-gpg-use-agent-p): Don't use it.
12936
12937 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
12938
12939 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12940 if we can.
12941
12942 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12943
12944 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12945 (pgg-gpg-update-agent): New function.
12946 (pgg-gpg-use-agent-p): New function.
12947 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12948 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12949 (pgg-gpg-sign-region): Use it.
12950
12951 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12952
12953 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12954 Reported by Ralf Wachinger <rwachinger@gmx.de>.
12955
12956 2006-03-21 Simon Josefsson <jas@extundo.com>
12957
12958 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12959 <wilde@sha-bang.de>.
12960 (pgg-gpg-use-agent): New variable.
12961 (pgg-gpg-process-region): Use it.
12962 (pgg-gpg-encrypt-region): Likewise.
12963 (pgg-gpg-encrypt-symmetric-region): Likewise.
12964 (pgg-gpg-decrypt-region): Likewise.
12965 (pgg-gpg-sign-region): Likewise.
12966 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12967
12968 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12969
12970 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12971
12972 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12973 Add comment on version.
12974
12975 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12976
12977 * smiley.el: Add missing test smiley.
12978
12979 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12980
12981 * mm-decode.el (mm-with-part): New macro.
12982 (mm-get-part): Use it; work with message/external-body as well.
12983 (mm-save-part): Treat name and filename equally.
12984
12985 * mm-extern.el (mm-extern-cache-contents): New function.
12986 (mm-inline-external-body): Use it; force the part to be displayed;
12987 move undisplayer added to the cached handle to the parent.
12988
12989 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12990 (gnus-mime-view-part-as-type): Work with message/external-body.
12991
12992 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12993
12994 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12995
12996 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12997 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12998 Emacs.]
12999
13000 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13001
13002 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13003 path rather than symbol. Always return list of directories.
13004 Guarantee that image directory comes first. [Sync with image.el,
13005 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13006
13007 * message.el (message-make-tool-bar): Adjust to new API of
13008 `gmm-image-load-path-for-library'.
13009
13010 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13011
13012 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13013
13014 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13015
13016 * gnus-art.el (gnus-article-only-boring-p):
13017 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13018 intangible text.
13019 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13020
13021 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13022
13023 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13024 Use `defun' instead of `gmm-defun-compat'.
13025
13026 2006-03-14 Simon Josefsson <jas@extundo.com>
13027
13028 * message.el (message-unique-id): Don't use message-number-base36
13029 if (user-uid) is a float.
13030 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13031
13032 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13033
13034 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13035
13036 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13037 empty line between a part and a message part.
13038
13039 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13040
13041 * smiley.el: Add more test smileys.
13042 (smiley-data-directory, smiley-regexp-alist)
13043 (gnus-smiley-file-types): Fix doc strings.
13044 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13045 adding new elements.
13046 (smiley-mouse-map): Unused code. Make it a comment.
13047
13048 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13049
13050 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13051 scan latest NoCeM messages instead of old ones.
13052 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13053 delimiters that are recently used.
13054 (gnus-nocem-load-cache): Add autoload cookie.
13055
13056 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13057
13058 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13059 level which is larger than gnus-use-nocem is specified.
13060
13061 * gnus-group.el (gnus-group-get-new-news): Ditto.
13062
13063 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13064
13065 * gnus-util.el (gnus-tool-bar-update): New function.
13066
13067 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13068 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13069
13070 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13071
13072 * gnus-group.el (gnus-group-redraw-when-idle)
13073 (gnus-group-redraw-check): Remove.
13074 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13075
13076 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13077
13078 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13079 if optional last element is specified in splits (FIELD VALUE...).
13080
13081 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13082
13083 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13084 to gmm-image-load-path-for-library. Call with no-error argument.
13085 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13086
13087 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13088
13089 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13090
13091 * gmm-utils.el (gmm-image-load-path): Remove alias.
13092
13093 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13094
13095 * gmm-utils.el (gmm-image-load-path): Add alias.
13096
13097 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13098 nnml-generate-nov-databases-1.
13099 (nnml-generate-nov-databases): Use it.
13100 (nnml-generate-nov-databases-directory): Document no-active
13101 argument.
13102
13103 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13104 directory if path is t. Add no-error.
13105
13106 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13107 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13108
13109 * gnus-art.el (gnus-article-browse-delete-temp-files):
13110 Simplify resetting gnus-article-browse-html-temp-list.
13111
13112 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13113 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13114 Add example to docstring. Rename local variables. Move error
13115 checks to default case in cond and simplify.
13116
13117 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13118
13119 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13120 handle is multipart when calling it recursively.
13121 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13122
13123 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13124
13125 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13126 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13127
13128 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13129
13130 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13131 is loaded.
13132
13133 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13134 loaded.
13135
13136 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13137
13138 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13139 to "Emacs 23 (unicode)" in doc string.
13140
13141 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13142 "Emacs 23 (unicode)" in comment.
13143
13144 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13145
13146 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13147
13148 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13149 characters 160 through 255 in Emacs 23.
13150
13151 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13152
13153 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13154 gnus-article-browse-html-temp.
13155 (gnus-article-browse-delete-temp): Make it customizable.
13156 Add `file'. Adjust doc string.
13157 (gnus-article-browse-delete-temp-files): Add argument.
13158 Allow query for each file. Adjust doc string.
13159 (gnus-article-browse-html-parts):
13160 Add `gnus-article-browse-delete-temp-files' to
13161 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13162
13163 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13164
13165 * gnus-art.el (gnus-article-browse-html-temp)
13166 (gnus-article-browse-delete-temp): New variables.
13167 (gnus-article-browse-delete-temp-files): New function.
13168 (gnus-article-browse-html-parts): Use it.
13169
13170 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13171
13172 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13173
13174 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13175 string.
13176
13177 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13178 gnus-summary-insert-new-articles when unplugged.
13179 Remove gnus-summary-search-article-forward.
13180
13181 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13182 display-visual-class instead of display-color-cells.
13183
13184 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13185
13186 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13187 message/* containing non-ASCII text properly.
13188
13189 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13190
13191 * message.el: Require gmm-utils, remove autoloads.
13192 (message-tool-bar): Set default based on
13193 gmm-tool-bar-style.
13194 (message-tool-bar-gnome): Add gmm-customize-mode.
13195
13196 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13197 gmm-tool-bar-style.
13198 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13199
13200 * gnus-group.el (gnus-group-tool-bar): Set default based on
13201 gmm-tool-bar-style.
13202 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13203
13204 * gmm-utils.el (gmm-image-directory): Rename variable from
13205 gmm-image-load-path.
13206 (gmm-image-load-path): Use gmm-image-directory.
13207 (gmm-customize-mode): New function.
13208 (gmm-tool-bar-style): New variable.
13209
13210 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13211 gnus-group-redraw-line-number.
13212 (gnus-group-redraw-check): Simplify.
13213 (gnus-group-tool-bar-update): Remove redraw check.
13214 (gnus-group-make-tool-bar): Add redraw check.
13215
13216 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13217
13218 * gnus-art.el (gnus-button): Add missing parentheses.
13219
13220 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13221
13222 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13223
13224 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13225
13226 * gnus-art.el (gnus-button): New face.
13227 (gnus-article-button-face): Use it.
13228
13229 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13230 Add gnus-summary-next-page. Re-order.
13231
13232 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13233 next-node are now included.
13234 (gnus-group-redraw-line-number): New internal variable.
13235 (gnus-group-redraw-check): Helper function for updating the tool
13236 bar.
13237 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13238
13239 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13240
13241 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13242 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13243 Use it to match format of Spamassassin 3.0 and later.
13244 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13245 (spam-check-bogofilter)
13246 (spam-bogofilter-register-with-bogofilter): Fix args of
13247 `gnus-error' calls.
13248
13249 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13250
13251 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13252 unnecessary interaction when sending queued mails.
13253 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13254
13255 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13256
13257 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13258 first or last are nil.
13259
13260 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13261
13262 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13263
13264 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13265
13266 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13267
13268 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13269
13270 * dns.el (query-dns): Protect more against buggy tcp output.
13271
13272 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13273
13274 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13275 nov.php.
13276
13277 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13278
13279 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13280 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13281 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13282 output on the server side.
13283 (nnweb-google-create-mapping): Update regexps and add some
13284 progress indication.
13285
13286 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13287
13288 * gnus-group.el (gnus-group-tool-bar-gnome):
13289 Fix gnus-agent-toggle-plugged. Re-order icons.
13290 (gnus-group-tool-bar-gnome):
13291 Add gnus-group-{prev,next}-unread-group.
13292 (gnus-group-tool-bar-gnome): Re-order icons.
13293
13294 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13295 Move gnus-summary-insert-new-articles.
13296
13297 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13298 Fix comments.
13299
13300 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13301 also available in Emacs 21.3.
13302
13303 * message.el (message-fix-before-sending): Change "Emacs 22" to
13304 "Emacs 23 (unicode)" in comment.
13305
13306 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13307 "Emacs 23 (unicode)" in comment.
13308
13309 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13310 comment.
13311 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13312
13313 * mm-view.el (mm-fill-flowed): Add :version.
13314
13315 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13316
13317 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13318 and load-path.
13319
13320 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13321
13322 * message.el: Autoload gmm-image-load-path.
13323 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13324 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13325 consitency.
13326
13327 * gmm-utils.el (gmm-image-load-path): Also search in
13328 "../etc/images". Don't set gmm-image-load-path if we don't find
13329 the image.
13330
13331 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13332
13333 * gmm-utils.el (gmm-image-load-path): Don't make
13334 `gmm-image-load-path' include subdirectories which the second arg
13335 `image' might specify.
13336
13337 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13338 subdirectory to icon file names.
13339
13340 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13341
13342 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13343
13344 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13345 gmm-image-load-path calls.
13346
13347 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13348
13349 * message.el (message-make-tool-bar): Ditto.
13350
13351 * mml.el (mml-preview): Add comment concerning tool bar icons.
13352
13353 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13354 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13355
13356 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13357 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13358
13359 * message.el (message-tool-bar-gnome): Use new icon names.
13360 (message-make-tool-bar): Use `gmm-image-load-path'.
13361
13362 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13363 New functions from MH-E.
13364 (gmm-image-load-path): New variable from MH-E.
13365 (gmm-image-load-path): New function from MH-E. Add arguments
13366 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13367 *-image-load-path-called-flag.
13368
13369 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13370
13371 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13372
13373 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13374
13375 * nnimap.el (nnimap-request-move-article): Change folder back to
13376 source group before deleting.
13377
13378 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13379
13380 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13381
13382 * gnus-art.el (mm-url-insert-file-contents-external):
13383 Autoload mm-url.
13384
13385 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13386
13387 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13388
13389 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13390 coding system which mm-charset-to-coding-system returns for a
13391 given charset is valid.
13392
13393 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13394
13395 * html2text.el (html2text-remove-tag-list):
13396 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13397
13398 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13399
13400 * gnus-cus.el: Revert 2005-10-17 change.
13401
13402 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13403
13404 * gnus-art.el (article-strip-banner):
13405 Call article-really-strip-banner only when the regexp match is made.
13406
13407 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13408
13409 * gnus-art.el (article-strip-banner):
13410 Use gnus-extract-address-components instead of
13411 mail-header-parse-addresses to make it work with non-ASCII text;
13412 remove mail-encode-encoded-word-string.
13413
13414 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13415 values which are surrounded with \"...\"; make it never cause a
13416 Lisp error; give up parsing of parameters if it failed in
13417 extracting type.
13418
13419 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13420
13421 * smime.el (smime-cert-by-ldap-1): Fix bug where
13422 `smime-ldap-search' returns results without userCertificates.
13423
13424 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13425
13426 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13427
13428 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13429
13430 * spam.el (spam-check-spamassassin-headers): Adapt format for
13431 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13432 <ari@mbf.ocn.ne.jp>.
13433 (spam-list-of-processors): Add spam-use-gmane.
13434
13435 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13436
13437 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13438 make-temp-file; make it work with XEmacs as well.
13439
13440 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13441 mm-make-temp-file.
13442
13443 * mm-decode.el (mm-display-external): Use the 3rd arg of
13444 mm-make-temp-file.
13445 (mm-create-image-xemacs): Ditto.
13446
13447 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13448
13449 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13450 with message-narrow-to-headers.
13451 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13452 (gnus-draft-check-draft-articles): New function.
13453 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13454
13455 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13456
13457 * gnus-art.el (gnus-article-browse-html-parts):
13458 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13459 Don't use suffix argument for mm-make-temp-file for Emacs 21
13460 compatibility. Remove useless `format'.
13461
13462 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13463
13464 * nnweb.el (nnweb-google-wash-article): Update regexps.
13465 (nnweb-group-alist): Use defvoo instead of defvar.
13466
13467 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13468
13469 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13470 re-loading nn* modules.
13471
13472 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13473
13474 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13475 for `tool-bar-mode' and don't check it's default-value.
13476
13477 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13478
13479 * message.el (message-make-tool-bar): Ditto.
13480
13481 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13482 `substring'. Shorten tmp-file name.
13483
13484 * gnus.el: Remove bogus comment.
13485
13486 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13487
13488 * gnus-art.el (gnus-article-browse-html-parts): New function.
13489 (gnus-article-browse-html-article): New function for viewing html
13490 articles with a browser.
13491
13492 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13493
13494 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13495 (mml2015-pgg-encrypt): Ditto.
13496
13497 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13498 (mml1991-pgg-encrypt): Ditto.
13499
13500 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13501
13502 * nnfolder.el (nnfolder-insert-newsgroup-line):
13503 Use message-make-date instead of current-time-string.
13504
13505 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13506 to gnus-decoded which mm-uu might set.
13507
13508 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13509
13510 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13511 don't decode quoted parameters; remove misimported Emacs code.
13512 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13513 (rfc2231-decode-encoded-string): Don't use split-string which
13514 behaves differently according to Emacs version; use
13515 mm-decode-coding-region to convert charset to coding-system.
13516 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13517 (rfc2231-encode-string): Remove misimported Emacs code.
13518
13519 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13520
13521 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13522 when calling mail-header-parse-content-type.
13523 (article-de-quoted-unreadable): Ditto.
13524 (article-de-base64-unreadable): Ditto.
13525 (article-wash-html): Ditto.
13526
13527 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13528 calling mail-header-parse-content-type and
13529 mail-header-parse-content-disposition.
13530 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13531 mail-header-parse-content-type.
13532
13533 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13534 insert charset and format parameters; encode description after
13535 inserting it to buffer.
13536 (mml-insert-parameter): Fold lines properly even if a parameter is
13537 segmented into two or more lines; change the max column to 76.
13538
13539 * rfc1843.el (rfc1843-decode-article-body): Don't use
13540 ignore-errors when calling mail-header-parse-content-type.
13541
13542 * rfc2231.el (rfc2231-parse-string): Return at least type if
13543 possible; don't cause an error even if it fails in parsing of
13544 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13545 (rfc2231-encode-string): Don't break lines at the beginning, leave
13546 it to mml-insert-parameter.
13547
13548 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13549 calling mail-header-parse-content-type.
13550
13551 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13552
13553 * spam-report.el (spam-report-gmane-use-article-number):
13554 Improve doc string.
13555 (spam-report-gmane-internal): Check if a suitable header was found
13556 in the article.
13557
13558 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13559
13560 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13561 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13562
13563 2006-02-05 Romain Francoise <romain@orebokech.com>
13564
13565 Update copyright notices of all files in the gnus directory.
13566
13567 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13568
13569 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13570
13571 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13572
13573 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13574 segmented lines of parameter value to cope with Thunderbird 1.5
13575 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13576 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13577 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13578
13579 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13580
13581 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13582 parts.
13583
13584 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13585
13586 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13587 there's only one active file for all servers.
13588 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13589 solid groups. Gnus might have used a FAST request to select the group.
13590 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13591 and nnweb-search redundantly in the active file.
13592 (nnweb-request-list): Don't list bogus groups. There can only be one.
13593 (nnweb-request-create-group): Don't use ARGS.
13594 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13595 initialisations. Let nnoo do the work.
13596
13597 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13598
13599 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13600 Say the part has been decoded.
13601
13602 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13603
13604 2006-01-31 Kevin Ryde <user42@zip.com.au>
13605
13606 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13607 mailcap-viewer-test-cache when there's no 'test clause, since that
13608 will invert the meaning of a "nil" test previously determined by
13609 mailcap-mailcap-entry-passes-test.
13610
13611 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13612
13613 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13614 compiling.
13615
13616 * gnus-sum.el: Ditto.
13617
13618 * message.el: Don't bind tool-bar-map when compiling.
13619
13620 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13621
13622 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13623
13624 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13625
13626 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13627 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13628 current Google Groups.
13629
13630 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13631
13632 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13633 and tool-bar-mode.
13634
13635 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13636 and tool-bar-mode.
13637
13638 * message.el (message-tool-bar-update): Simplify.
13639 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13640
13641 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13642 gnus-summary-buffer.
13643 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13644 gnus-summary-reply.
13645
13646 * gmm-utils.el (gmm): Add :version.
13647
13648 2006-01-26 Steve Youngs <steve@sxemacs.org>
13649
13650 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13651 Don't autoload.
13652
13653 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13654
13655 * gmm-utils.el (gmm-verbose): Add :group.
13656
13657 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13658
13659 * message.el: Change some comments WRT tool-bars.
13660
13661 * gnus-sum.el (gnus-summary-tool-bar)
13662 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13663 (gnus-summary-tool-bar-zap-list): New variables.
13664 (gnus-summary-make-tool-bar): Complete rewrite using
13665 `gmm-tool-bar-from-list'.
13666
13667 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13668 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13669 New variables.
13670 (gnus-group-make-tool-bar): Complete rewrite using
13671 `gmm-tool-bar-from-list'.
13672 (gnus-group-tool-bar-update): New function.
13673
13674 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13675
13676 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13677
13678 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13679 is dissected into a single part of which the type is the same as
13680 the given one; decode charset.
13681
13682 2006-01-21 Kevin Ryde <user42@zip.com.au>
13683
13684 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13685 into alists as symbol not string, since that's what
13686 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13687 look for.
13688
13689 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13690
13691 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13692 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13693
13694 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13695
13696 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13697
13698 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13699 (gnus-mime-security-button-menu): New definition.
13700 (gnus-mime-security-button-map): Use them.
13701 (gnus-mime-security-button-menu): New function.
13702 (gnus-insert-mime-security-button): Addition to help echo.
13703 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13704 (gnus-mime-security-pipe-part): New functions.
13705
13706 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13707 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13708
13709 * mm-decode.el (mm-handle-set-disposition): Remove.
13710 (mm-handle-set-description): Remove.
13711
13712 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13713
13714 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13715 (mm-w3m-standalone-supports-m17n-p): New function.
13716 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13717 w3m usage.
13718
13719 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13720 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13721
13722 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13723
13724 * message.el (message-tool-bar-zap-list):
13725 Use gmm-tool-bar-zap-list as custom type.
13726 (message-tool-bar-update): New function.
13727 (message-tool-bar, message-tool-bar-gnome)
13728 (message-tool-bar-retro): Add message-tool-bar-update.
13729 (message-tool-bar-gnome): Add flyspell-buffer.
13730
13731 * gnus-util.el (gnus-error): Describe `args'.
13732
13733 * gmm-utils.el (gmm-error): Describe `args'.
13734 (gmm-tool-bar-zap-list): New widget.
13735 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13736
13737 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13738
13739 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13740 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13741 the number of recursive calls.
13742
13743 * mm-decode.el (mm-handle-set-disposition): New macro.
13744 (mm-handle-set-description): New macro.
13745
13746 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13747
13748 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13749 encoding.
13750
13751 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13752
13753 * message.el (message-tool-bar-zap-list, message-tool-bar)
13754 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13755 (message-tool-bar-local-item-from-menu): Remove.
13756 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13757 (message-make-tool-bar): New function.
13758 (message-mode): Use `message-make-tool-bar'.
13759
13760 * gmm-utils.el: New file.
13761 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13762 (gmm-lazy): New widget copied from `nnmail.el'.
13763 (gmm-tool-bar-from-list): New function for creating customizable
13764 tool bars.
13765 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13766 output.
13767 (gmm): Add :prefix to defgroup.
13768
13769 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13770
13771 * gmm-utils.el (gmm-widget-p): New function.
13772
13773 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13774
13775 * mml.el (mml-attach-file): Describe `description' in doc string.
13776 (mml-menu): Add Emacs MIME manual and PGG manual.
13777
13778 2006-01-20 Richard M. Stallman <rms@gnu.org>
13779
13780 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13781
13782 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13783
13784 * nntp.el (nntp-end-of-line): Doc fix.
13785
13786 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13787
13788 * imap.el (imap-open): Handle case where buffer is a buffer
13789 object.
13790
13791 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * gnus-delay.el (gnus-delay): Don't autoload.
13794 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13795 to be re-loaded when customizing the `gnus-delay' group.
13796
13797 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13798
13799 * message.el (message-insert-citation-line): Use newlines.
13800
13801 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13802
13803 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13804
13805 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13806
13807 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13808
13809 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13810
13811 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13812
13813 * mm-decode.el (mm-inlined-types): Add application/pgp.
13814 (mm-automatic-display): Ditto.
13815
13816 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13817 part as text.
13818
13819 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13820
13821 * nnrss.el: Update copyright.
13822 (nnrss-opml-import): Query whether to subscribe to each entry.
13823
13824 * gnus-art.el:
13825 * gnus-sum.el:
13826 * mm-uu.el:
13827 * mm-view.el: Update copyright.
13828
13829 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13830
13831 * message.el (message-info): New function.
13832 (message-mode-menu): Add it.
13833 Update copyright.
13834
13835 * ChangeLog: Fix and update copyright.
13836
13837 2006-01-13 Romain Francoise <romain@orebokech.com>
13838
13839 * message.el (message-forward-subject-name-subject): Prefer the
13840 address to 'nowhere' if the sender has no name.
13841 Fix typo. Update copyright year.
13842
13843 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13844
13845 * gnus-art.el (article-wash-html):
13846 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13847 (gnus-article-wash-html-with-w3m-standalone): New function.
13848
13849 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13850 mm-inline-text-html-render-with-w3m-standalone.
13851 (mm-text-html-washer-alist): Map w3m-standalone to
13852 gnus-article-wash-html-with-w3m-standalone.
13853 (mm-inline-text-html-render-with-w3m-standalone): New function.
13854
13855 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13856
13857 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13858 Improve LaTeX.
13859
13860 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13861
13862 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13863 (nnrss-request-article): Render text/plain parts as HTML.
13864
13865 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13866 the buffer.
13867
13868 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13869
13870 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13871 custom definition of `gnus-posting-styles'.
13872
13873 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13874 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13875
13876 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13877
13878 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13879 Use nntp for bug archive.
13880
13881 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13882
13883 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13884 parts.
13885 (nnrss-normalize-date): New function converts ISO 8601 date into
13886 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13887 (nnrss-check-group): Use it.
13888
13889 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13890
13891 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13892
13893 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13894 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13895 (nnrss-insert-w3): Ditto.
13896
13897 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13898
13899 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13900 the articles to be forwarded including the case where neither a
13901 number of articles nor a region is specified.
13902
13903 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13904
13905 * nnrss.el (nnrss-request-article): Fix last change; fill
13906 text/plain parts.
13907
13908 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13909
13910 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13911 in text/plain part.
13912 (nnrss-check-group): Don't add excessive newline to dc:subject.
13913
13914 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
13915
13916 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13917 article.
13918
13919 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13920
13921 * nnml.el: Don't require gnus-bcklg. Autoload it.
13922 (nnml-use-compressed-files, nnml-save-mail): Support other
13923 comression programs such as bzip2.
13924
13925 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13926
13927 * dns.el (query-dns): Make sure we check the buffer size before
13928 removing tcp headers.
13929
13930 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13931
13932 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13933 remove MIME buttons associated with multipart/alternative parts.
13934 (gnus-mime-display-alternative): Tag buttons using `article-type'
13935 text property.
13936
13937 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13938 associated with multipart/alternative parts.
13939
13940 * gnus-art.el (gnus-signature-separator): Fix custom type.
13941
13942 * mm-decode.el (mm-inlined-types): Fix custom type.
13943 (mm-keep-viewer-alive-types): Ditto.
13944 (mm-automatic-display): Ditto.
13945 (mm-attachment-override-types): Ditto.
13946 (mm-inline-override-types): Ditto.
13947 (mm-automatic-external-display): Ditto.
13948
13949 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13950
13951 * spam-report.el (spam-report-user-mail-address)
13952 (spam-report-user-agent): New variables.
13953 (spam-report-url-ping-plain): Use spam-report-user-agent.
13954
13955 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
13956
13957 * gnus-art.el (gnus-button-handle-custom): Do not just use
13958 `customize-apropos' for any "M-x customize-*" button but the
13959 function called for. Accept both the function name and its
13960 argument in order to achieve this.
13961 (gnus-button-alist): Remove support for "custom:" URL's.
13962 Pass function name to `gnus-button-handle-custom' in case of "M-x
13963 customize-*" buttons.
13964
13965 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13966
13967 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13968 multipart/alternative and add xref to mm-discouraged-alternatives
13969 in doc string.
13970
13971 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13972 gnus-buttonized-mime-types in doc string.
13973
13974 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13975
13976 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13977 Suggest image/.* in the doc string.
13978
13979 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
13980
13981 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13982 message-marks (Debian bug #342521).
13983
13984 2005-12-12 Simon Josefsson <jas@extundo.com>
13985
13986 * password.el (password-read-from-cache): Add.
13987 (password-read): Use it.
13988
13989 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13990
13991 * rfc2047.el (rfc2047-charset-to-coding-system):
13992 Recognize us-ascii as a MIME charset.
13993
13994 * mm-bodies.el (mm-decode-content-transfer-encoding):
13995 Protect against the case where the 2nd arg TYPE is nil.
13996
13997 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13998
13999 * pop3.el (pop3-stream-type): Fix custom version.
14000
14001 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14002
14003 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14004
14005 * mm-decode.el (mm-display-external): Add missing cdr.
14006
14007 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14008
14009 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14010 RFC1524) if it is in mailcap or add a suffix according to
14011 mailcap-mime-extensions when generating a temp filename; postpone
14012 deleting a temp file for 2 seconds for some wrappers, shell
14013 scripts, and so on, which might exit right after having started a
14014 viewer command as a background job.
14015
14016 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14017
14018 * nntp.el (nntp-marks-directory): Fix custom group.
14019
14020 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14021 steps when < 10.
14022
14023 * gnus-start.el (gnus-no-server-1):
14024 Mention `gnus-level-default-subscribed' in doc string.
14025
14026 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14027
14028 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14029 parens.
14030
14031 2005-11-26 Dave Love <fx@gnu.org>
14032
14033 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14034 (tls-program, tls-success): Provide openssl alternative.
14035
14036 * starttls.el: Doc fixes.
14037 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14038 SERVICE to PORT.
14039
14040 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14041 port null or service name.
14042 (starttls-negotiate): Autoload.
14043
14044 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14045
14046 * message.el (message-kill-to-signature): Fix interactive spec.
14047
14048 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14049
14050 * pop3.el (pop3-open-server): Recognize a string as a service name.
14051
14052 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14053
14054 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14055
14056 2005-11-23 Dave Love <fx@gnu.org>
14057
14058 Add pop3s, pop3/starttls.
14059
14060 * pop3.el (pop3-authentication-scheme): Clarify doc.
14061 (open-tls-stream, starttls-open-stream): Autoload.
14062 (pop3-stream-type): New.
14063 (pop3-open-server): Use it.
14064
14065 * mail-source.el (mail-sources): Fix some :types. Add stream type
14066 for POP.
14067 (mail-source-keyword-map): Add :stream for POP.
14068 (mail-source-fetch-pop): Use pop3-stream-type.
14069
14070 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14071
14072 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14073 of current-time-string.
14074
14075 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14076
14077 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14078 date header.
14079
14080 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14081
14082 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14083 it can seriously impact performance as it bypasses the agent's
14084 local caches.
14085
14086 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14087
14088 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14089 must be explicitly online rather than "not explicitly offline" for
14090 its flags to be synchronized.
14091
14092 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14093 that gnus-uu-unmark-thread will function correctly.
14094
14095 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14096 1024K is instead displayed as 1M.
14097
14098 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14099
14100 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14101
14102 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14103
14104 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14105
14106 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14107
14108 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14109 error message to display actual error condition.
14110 (gnus-agent-save-local): Avoid saving symbols that are bound to
14111 nil as they simply result in a warning message in
14112 gnus-agent-read-local.
14113
14114 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14115
14116 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14117 rather than make-variable-buffer-local for file-precious-flag.
14118
14119 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14120
14121 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14122 for duplicates which are removed. The invalid sort check then
14123 triggers a rescan after the sort as sorting may have moved
14124 duplicate entries such that they can be cheaply detected.
14125
14126 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14127
14128 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14129
14130 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14131
14132 * gnus-agent.el (gnus-agent-article-alist-save-format):
14133 Change internal variable to a custom variable. Change default value
14134 from compressed(2) to uncompressed(1).
14135 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14136 support for uncompressed agentview files. Taken together, reading
14137 the agentview file should now be 6-7 times faster.
14138
14139 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14140
14141 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14142 as a buffer-local variable. This avoids creating truncated
14143 dribble files as a result of a hang up, eg.
14144
14145 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14146
14147 * gnus-start.el (gnus-start-draft-setup):
14148 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14149
14150 * gnus.el (gnus-splash): Change custom group.
14151 (gnus-group-get-parameter, gnus-group-parameter-value):
14152 Describe allow-list argument.
14153
14154 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14155 string.
14156
14157 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14158
14159 * gnus-art.el (gnus-default-article-saver): Add user-defined
14160 `function' to custom type.
14161
14162 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14163
14164 * imap.el (imap-open): Handle case where buffer is a buffer
14165 object.
14166
14167 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14168
14169 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14170 long lines.
14171 (gnus-cache-delete-group): Wrap doc strings.
14172
14173 * gnus-agent.el (gnus-agent-rename-group)
14174 (gnus-agent-delete-group): Wrap doc strings.
14175
14176 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14177
14178 * gnus-start.el (gnus-1): Add "native" to
14179 gnus-predefined-server-alist.
14180
14181 * gnus.el (gnus-method-to-server): Don't add "native" to the
14182 lists here, because that leads to problems when
14183 gnus-select-method is bound.
14184
14185 2005-11-09 Simon Josefsson <jas@extundo.com>
14186
14187 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14188 use (not sort-by-date) instead.
14189
14190 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * gnus-delay.el (gnus-delay-group): Don't autoload.
14193 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14194 to be re-loaded when customizing the `gnus-delay' group.
14195
14196 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14197
14198 * message.el: Revert last changes.
14199 (message-insert-citation-line): Use newlines.
14200
14201 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14202
14203 * message.el (message-courtesy-message)
14204 (message-mark-insert-begin, message-mark-insert-end)
14205 (message-elide-ellipsis, message-cancel-message)
14206 (message-add-header, message-change-subject)
14207 (message-cross-post-followup-to-header)
14208 (message-cross-post-insert-note, message-reduce-to-to-cc)
14209 (message-widen-reply, message-delete-not-region)
14210 (message-kill-to-signature, message-insert-signature)
14211 (message-insert-importance-high, message-insert-importance-low)
14212 (message-insert-or-toggle-importance)
14213 (message-insert-disposition-notification-to)
14214 (message-indent-citation, message-yank-original)
14215 (message-cite-original-without-signature, message-cite-original)
14216 (message-insert-citation-line, message-position-on-field)
14217 (message-fix-before-sending, message-send-mail-partially)
14218 (message-send-mail, message-send-mail-with-sendmail)
14219 (message-send-mail-with-qmail, message-send-news)
14220 (message-check-news-header-syntax, message-generate-headers)
14221 (message-insert-courtesy-copy, message-fill-address)
14222 (message-fill-header, message-shorten-references)
14223 (message-setup-1, message-cancel-news)
14224 (message-forward-make-body-plain, message-forward-make-body-mime)
14225 (message-forward-make-body-mml, message-encode-message-body)
14226 (message-forward-make-body-digest-plain)
14227 (message-forward-make-body-digest-mime)
14228 (message-use-alternative-email-as-from): Insert `hard-newline'
14229 instead of ordinary newlines.
14230
14231 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14232
14233 * message.el (message-generate-headers): Downcase the argument
14234 given to message-check-element.
14235
14236 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14237
14238 * nntp.el (nntp-authinfo-rejected): New error condition.
14239 (nntp-wait-for): Use new error condition to signal authentication
14240 error.
14241 (nntp-retrieve-data): Rethrow new error condition to break out of
14242 recursive call to nntp-send-authinfo.
14243
14244 2005-11-08 Romain Francoise <romain@orebokech.com>
14245
14246 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14247 (gnus-summary-exit-map): Bind to `Z p'.
14248 (gnus-summary-make-menu-bar): Add menu item.
14249
14250 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14251
14252 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14253 (gnus-treat-*): Add `first' in all doc strings.
14254
14255 * gnus-group.el (gnus-group-compact-group): Fix typo.
14256
14257 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14258
14259 * gnus.el (gnus-parameters-case-fold-search): New variable.
14260 (gnus-parameters-get-parameter): Use it.
14261
14262 * gnus-score.el (gnus-home-score-file): Doc fix.
14263
14264 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14265
14266 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14267
14268 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14269
14270 * mm-util.el (mm-special-display-p): New function.
14271
14272 * mml.el (mml-preview): Use it; doc fix.
14273
14274 2005-10-29 Romain Francoise <romain@orebokech.com>
14275
14276 * message.el (message-fix-before-sending): Fix comment.
14277
14278 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14279
14280 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14281
14282 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14283
14284 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14285 Used in gnus-score.el.
14286
14287 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14288
14289 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14290
14291 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14292
14293 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14294 whitespace removed in revision 7.8. Use concatenated string to
14295 protect trailing whitespace.
14296
14297 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14298
14299 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14300 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14301 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14302 Courier IMAP ("some version from 2004"). Mostly based on similar
14303 code in the same function.
14304
14305 2005-10-26 Didier Verna <didier@xemacs.org>
14306
14307 * gnus-group.el (gnus-group-compact-group): Invalidate original
14308 article buffer.
14309 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14310 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14311 NOV database and in article itself.
14312 Invalidate article backlog.
14313
14314 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14315
14316 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14317
14318 2005-10-26 Simon Josefsson <jas@extundo.com>
14319
14320 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14321 part of 2004-07-25 change.
14322
14323 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14324
14325 * message.el (message-display-completion-list): New function.
14326 (message-expand-group): Use it; make sure the Completions buffer
14327 is modifiable.
14328
14329 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14330
14331 * imap.el (imap-open): Handle case where buffer is a buffer object.
14332
14333 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14334
14335 * pgg-def.el:
14336 * pgg-gpg.el:
14337 * pgg-parse.el:
14338 * pgg-pgp.el:
14339 * pgg-pgp5.el:
14340 * pgg.el: Move to the parent lisp directory.
14341
14342 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14343
14344 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14345 user-mail-name is an empty string.
14346
14347 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14348
14349 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14350 depending on gnus-score-decay-constant.
14351
14352 * encrypt.el (encrypt-insert-file-contents)
14353 (encrypt-write-file-contents): Don't use `gnus-message'.
14354
14355 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14356 arguments.
14357 (mm-uu-type-alist): Add message-marks and insert-marks.
14358 Pass arguments to mm-uu-verbatim-marks-extract.
14359 (mm-uu-hide-markers): New variable.
14360 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14361
14362 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14363 (gnus-convert-image-to-face-command): Use "convert" by default to
14364 allow other input image formats.
14365 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14366 accordingly.
14367
14368 2005-10-23 Simon Josefsson <jas@extundo.com>
14369
14370 * imap.el (imap-gssapi-program): Align command line parameters
14371 with latest GNU SASL.
14372 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14373
14374 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14375
14376 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14377 HTML.
14378 (nnslashdot-request-article): Ditto.
14379
14380 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14381
14382 * mail-source.el (mail-source-fetch-pop): Require pop3.
14383 (mail-source-check-pop): Ditto.
14384
14385 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14386
14387 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14388 errors.
14389
14390 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14391
14392 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14393 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14394
14395 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14396
14397 * mm-bodies.el (mm-decode-string):
14398 Call `mm-charset-to-coding-system' with allow-override argument.
14399
14400 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14401
14402 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14403 (rfc2047-charset-to-coding-system): New function.
14404 (rfc2047-decode-encoded-words): New function.
14405 (rfc2047-decode-region): Use them.
14406 (rfc2047-decode-cte): Remove.
14407 (rfc2047-parse-and-decode): Remove.
14408 (rfc2047-decode): Remove.
14409
14410 2005-10-15 Kenichi Handa <handa@m17n.org>
14411
14412 * rfc2047.el (rfc2047-decode-cte): New function.
14413 (rfc2047-decode-region): Change the way to decode successive
14414 encoded-words: decode B- or Q-encoding in each encoded-word,
14415 concatenate them, and decode it as charset.
14416
14417 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14418
14419 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14420 widget-move-and-invoke.
14421 (gnus-custom-mode): Use gnus-custom-map.
14422
14423 2005-10-15 Bill Wohler <wohler@newt.com>
14424
14425 * message.el (message-tool-bar-map): Rename image file from
14426 mail_send to mail/send.
14427
14428 2005-10-16 Masatake YAMATO <jet@gyve.org>
14429
14430 * message.el (message-expand-group): Pass the common
14431 prefix substring of completion to `display-completion-list'.
14432
14433 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14434
14435 * mml-sec.el (mml-secure-method): New internal variable.
14436 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14437 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14438 New functions using mml-secure-method.
14439
14440 * mml.el (mml-mode-map): Add key bindings for those functions.
14441 (mml-menu): Simplify security menu entries. Suggested by Jesper
14442 Harder <harder@myrealbox.com>.
14443 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14444 Goto end of message if point is the headers of the message.
14445
14446 * message.el (message-in-body-p): New function.
14447
14448 * assistant.el: Autoload gnus-util and netrc.
14449
14450 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14451 Use `mm-charset-override-alist' only when decoding.
14452
14453 * mm-bodies.el (mm-decode-body):
14454 Call `mm-charset-to-coding-system' with allow-override argument.
14455
14456 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14457 `filename' from Content-Disposition if Content-Type doesn't
14458 provide `name'.
14459 (gnus-mime-view-part-as-type): Set default instead of
14460 initial-input.
14461
14462 2005-10-09 Daniel Brockman <daniel@brockman.se>
14463
14464 * format-spec.el (format-spec): Propagate text properties of % spec.
14465
14466 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14467
14468 * gnus-art.el (gnus-treat-predicate): Add `first'.
14469
14470 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14471
14472 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14473 (mm-charset-override-alist): New variable.
14474 (mm-charset-to-coding-system): Use it.
14475 (mm-codepage-setup): New helper function.
14476 (mm-charset-eval-alist): New variable.
14477 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14478 Warn about unknown charsets.
14479
14480 2005-10-04 David Hansen <david.hansen@gmx.net>
14481
14482 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14483 (nnrss-check-group): Ditto.
14484
14485 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14486
14487 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14488 Rename x-gnus-verbatim to x-verbatim.
14489 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14490
14491 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14492 x-verbatim.
14493
14494 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14495
14496 * gnus-util.el (gnus-remove-duplicates): Remove.
14497
14498 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14499 instead of gnus-remove-duplicates.
14500
14501 * message.el (message-remove-duplicates): Remove.
14502 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14503 message-remove-duplicates.
14504
14505 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14506 available, else use implementation from `delete-dups'.
14507
14508 * message.el (message-insert-expires): New function.
14509 (message-mode-map): Add key binding.
14510 (message-mode-field-menu): Add menu entry.
14511 (message-mode): Document it.
14512 (message-make-expires-date): Use `message-make-date'.
14513
14514 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14515
14516 * message.el (message-make-expires-date): New function.
14517
14518 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14519
14520 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14521
14522 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14525 function rather than the diff-mode.el package.
14526 (mm-display-external): Use with-current-buffer.
14527 (mm-viewer-completion-map, mm-viewer-completion-map):
14528 Move initialization inside declaration.
14529
14530 2005-09-29 Simon Josefsson <jas@extundo.com>
14531
14532 * spam.el: Load hashcash when compiling, to avoid warnings.
14533 Don't autoload mail-check-payment.
14534 (spam-check-hashcash): Define unconditionally, since hashcash.el
14535 is part of Gnus now. Ignore errors from payment checking.
14536
14537 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14538
14539 * message.el (message-bold-region, message-unbold-region):
14540 Rename from `bold-region' and `unbold-region'.
14541
14542 * message.el: Remove useless autoloads.
14543
14544 2005-09-28 Simon Josefsson <jas@extundo.com>
14545
14546 * message.el (message-use-idna): Default to t.
14547 (message-use-idna): Test whether encoding works too. Doc fix.
14548
14549 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14550
14551 * nntp.el (nntp-warn-about-losing-connection): Remove.
14552
14553 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14554
14555 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14556 customizable. Change default value.
14557 (mm-uu-diff-groups-regexp): Change default value.
14558 (mm-uu-type-alist): Add doc string.
14559 (mm-uu-configure): Add doc string. Make it interactive.
14560 (mm-uu-tex-groups-regexp): New variable.
14561 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14562 (mm-uu-type-alist): Add LaTeX documents.
14563 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14564 of "text/verbatim".
14565 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14566
14567 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14568 instead of "text/verbatim".
14569
14570 * message.el (message-mark-inserted-region)
14571 (message-mark-insert-file): Use slrn style marks when called with
14572 prefix argument.
14573
14574 2005-09-27 Simon Josefsson <jas@extundo.com>
14575
14576 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14577
14578 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14579
14580 * message.el (message-remove-duplicates): New function.
14581 Implementation borrowed from `gnus-remove-duplicates'.
14582 (message-idna-to-ascii-rhs): Also encode idna addresses in
14583 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14584 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14585 only ask about the same idna domain once per header and also tell
14586 in what header to replace the idna domain.
14587
14588 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14589 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14590 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14591 a header is decoded and not just the last one.
14592
14593 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14594
14595 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14596 has been decoded.
14597
14598 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14599 (mm-insert-part): Don't modify text if it has been decoded.
14600
14601 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14602 decoded.
14603
14604 * mm-view.el (mm-inline-text): Don't strip text props unless
14605 decoding enriched or richtext parts.
14606
14607 2005-09-25 Romain Francoise <romain@orebokech.com>
14608
14609 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14610 * gnus-start.el (gnus-subscribe-interactively):
14611 * gnus-uu.el (gnus-uu-grab-articles):
14612 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14613 space.
14614
14615 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14616
14617 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14618 * mm-view.el (mm-view-pkcs7-decrypt):
14619 * gnus-sum.el (gnus-summary-limit-to-extra)
14620 (gnus-summary-respool-article, gnus-read-move-group-name):
14621 * gnus-score.el (gnus-summary-increase-score):
14622 * gnus-util.el (gnus-completing-read-with-default):
14623 * gnus-art.el (gnus-read-save-file-name)
14624 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14625 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14626 * message.el (message-check-news-header-syntax):
14627 Follow convention for reading with the minibuffer.
14628
14629 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14630
14631 * spam-report.el (spam-report-url-ping-plain):
14632 Use gnus-extended-version as User-Agent.
14633
14634 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14635 default value is nil.
14636
14637 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14638 (mm-uu-verbatim-marks-extract): New function.
14639 (mm-uu-extract): New face.
14640 (mm-uu-copy-to-buffer): Use it.
14641
14642 * spam-report.el (spam-report-gmane-ham): Rename from
14643 `spam-report-gmane-unspam'.
14644 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14645 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14646
14647 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14648 Autoload.
14649 (spam-report-gmane-unregister-routine):
14650 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14651
14652 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14653
14654 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14655 (spam-report-gmane-unregister-routine): Add support for gmane
14656 unregistration.
14657
14658 * spam-report.el (spam-report-gmane-unspam)
14659 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14660 (spam-report-gmane): Change to take a single article and do unspam
14661 registration.
14662
14663 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14664
14665 * mm-url.el (mm-url-decode-entities): Fix regexp.
14666
14667 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14668
14669 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14670 default to nil, to be able to use Gnus at all. If the default
14671 switches to something else, then the function should be fixed not
14672 be exceedingly slow.
14673
14674 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14675
14676 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14677 fail hard.
14678
14679 * spam-report.el: Add better Keywords line.
14680
14681 * spam.el: Add Maintainer and better Keywords line.
14682
14683 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14684
14685 * gnus-art.el (gnus-article-replace-part)
14686 (gnus-mime-replace-part): New functions.
14687 (gnus-mime-action-alist, gnus-mime-button-commands)
14688 (gnus-mime-save-part-and-strip): Add file argument.
14689 (gnus-article-part-wrapper): Add interactive argument.
14690
14691 * gnus-sum.el (gnus-summary-mime-map):
14692 Add `gnus-article-replace-part'.
14693
14694 2005-09-19 Didier Verna <didier@xemacs.org>
14695
14696 The nnml compaction feature:
14697 * nnml.el (nnml-request-compact-group): New function.
14698 * nnml.el (nnml-request-compact): New function.
14699 * gnus-int.el (gnus-request-compact-group): New function.
14700 * gnus-int.el (gnus-request-compact): New function.
14701 * gnus-group.el (gnus-group-compact-group): New function.
14702 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14703 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14704 * gnus-srvr.el (gnus-server-compact-server): New function.
14705 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14706 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14707
14708 2005-09-18 Deepak Goel <deego@gnufans.org>
14709
14710 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14711 format spec.
14712
14713 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14714
14715 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14716
14717 2005-09-15 Romain Francoise <romain@orebokech.com>
14718
14719 * message.el (message-fill-paragraph): Clarify docstring.
14720
14721 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14722
14723 * gnus-art.el (gnus-mime-display-part): Protect against broken
14724 MIME messages.
14725
14726 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14729 before parsing header.
14730
14731 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14732
14733 * html2text.el (html2text-replace-list): Add new entities.
14734
14735 2005-09-11 Romain Francoise <romain@orebokech.com>
14736
14737 * message.el (message-alternative-emails): Improve docstring.
14738 (message-setup-1): Call `message-use-alternative-email-as-from'
14739 after `message-setup-hook' to give it precedence over posting
14740 styles, etc.
14741 (message-use-alternative-email-as-from): Add docstring.
14742 Remove the original From header if present.
14743
14744 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14745 (nnml-save-mail): Use it.
14746
14747 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14748 articles. Add new argument `silent'.
14749 (gnus-uu-mark-all): Report the total number of marked articles.
14750
14751 2005-09-10 Romain Francoise <romain@orebokech.com>
14752
14753 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14754 (gnus-uu-mark-series): Likewise.
14755
14756 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14757
14758 * spam-report.el (spam-report-gmane): Fix generation of spam
14759 report URL.
14760
14761 2005-09-10 Simon Josefsson <jas@extundo.com>
14762
14763 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14764 t, based on discussion on the ding list with Robert Epprecht
14765 <epprecht@solnet.ch>.
14766
14767 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14768
14769 * spam-report.el (spam-report-gmane): Make it work without
14770 X-Report-Spam header. Gmane now only provides Archived-At.
14771 This is only used if `spam-report-gmane-use-article-number' is nil.
14772 (spam-report-gmane-spam-header): Remove. Not used anymore.
14773
14774 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14775 make `gnus-summary-sort-by-recipient' work with threading.
14776
14777 * nnweb.el (nnweb-google-wash-article): Print a message if article
14778 is not available.
14779
14780 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14781
14782 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14783 change. Decode text/* parts content before displaying.
14784
14785 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14786
14787 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14788
14789 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14790
14791 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14792
14793 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14794
14795 * message.el (message-tab-body-function): Fix mismatched custom type.
14796
14797 * gnus.el (gnus-group-change-level-function): Ditto.
14798
14799 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14800
14801 * gnus-art.el (gnus-signature-limit)
14802 (gnus-article-mime-part-function): Ditto.
14803
14804 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14805
14806 * mml.el (mml-mode): Silence the byte compiler.
14807
14808 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14809 using `(sit-for 0)' before moving the point to the specified part;
14810 skip unbuttonized parts.
14811 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14812 return to the summary window if gnus-auto-select-part is non-nil.
14813
14814 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14815
14816 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14817 New variables.
14818 (mml-dnd-attach-file, mml-mode): Use them.
14819
14820 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14821 Make fetching article by MID work again for Google Groups.
14822 Add FIXME concerning gnus-group-make-web-group.
14823
14824 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14825 Don't depend on Gnus by using mail-extract-address-components if
14826 gnus-extract-address-components is not bound.
14827
14828 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14829
14830 * gnus-art.el (gnus-mime-display-security): Don't display the
14831 signature, but only the signed part.
14832
14833 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14834
14835 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14836
14837 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14838 list, not listp.
14839
14840 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14841
14842 * mm-encode.el (mm-encode-content-transfer-encoding):
14843 Likewise when encoding.
14844
14845 * mm-bodies.el (mm-decode-content-transfer-encoding):
14846 De-canonicalize CRLF for all text content types, not just
14847 text/plain.
14848
14849 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14850
14851 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14852 valid article; point arrow and cursor at the MIME button.
14853
14854 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14855
14856 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14857 Suggested by Dan Christensen <jdc@uwo.ca>.
14858
14859 * mm-decode.el (mm-save-part): Enable change of prompt.
14860
14861 2005-08-29 Jari Aalto <jari.aalto@cante.net>
14862
14863 * gnus-msg.el (gnus-inews-add-send-actions):
14864 Make `message-post-method' lambda parameter ARG `&optional'.
14865
14866 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14867
14868 * gnus-sum.el (gnus-summary-mime-map):
14869 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14870 gnus-article-jump-to-part.
14871
14872 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14873 (gnus-article-edit-part): Use it.
14874 (gnus-article-part-wrapper): Add no-handle argument.
14875 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14876 New functions.
14877
14878 2005-08-29 Romain Francoise <romain@orebokech.com>
14879
14880 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14881 docstring.
14882 (gnus-face-from-file): Likewise.
14883
14884 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14885
14886 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14887 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14888 non-nil.
14889 (gnus-auto-select-part): New variable.
14890 (gnus-article-jump-to-part): New function.
14891 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14892 (gnus-mime-delete-part): Allow selecting specified part after
14893 deleting or stripping parts.
14894 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14895 part if argument is bogus.
14896
14897 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14898
14899 * gnus-art.el (w3m-minor-mode-map):
14900 * gnus-spec.el (gnus-newsrc-file-version):
14901 * gnus-util.el (nnmail-active-file-coding-system)
14902 (gnus-original-article-buffer, gnus-user-agent):
14903 * gnus.el (gnus-ham-process-destinations)
14904 (gnus-parameter-ham-marks-alist)
14905 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14906 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14907 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14908 * mm-decode.el (gnus-current-window-configuration):
14909 * mm-extern.el (gnus-article-mime-handles):
14910 * mm-url.el (url-current-object, url-package-name)
14911 (url-package-version):
14912 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14913 (smime-keys, w3m-cid-retrieve-function-alist)
14914 (w3m-current-buffer, w3m-display-inline-images)
14915 (w3m-minor-mode-map):
14916 * mml-smime.el (gnus-extract-address-components):
14917 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14918 (gnus-newsrc-hashtb, message-default-charset)
14919 (message-deletable-headers, message-options)
14920 (message-posting-charset, message-required-mail-headers)
14921 (message-required-news-headers):
14922 * mml1991.el (mc-pgp-always-sign):
14923 * mml2015.el (mc-pgp-always-sign):
14924 * nnheader.el (nnmail-extra-headers):
14925 * rfc1843.el (gnus-decode-encoded-word-function)
14926 (gnus-decode-header-function, gnus-newsgroup-name):
14927 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14928
14929 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14930
14931 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14932 the end of the date treatments.
14933
14934 2005-08-15 Simon Josefsson <jas@extundo.com>
14935
14936 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14937 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14938 Capello and Romain Francoise.
14939 (pgg-fetch-key-function): Remove, not used?
14940 (pgg-insert-url-with-w3): Require url, to get
14941 url-insert-file-contents regardless of where it is defined.
14942
14943 2005-08-13 Romain Francoise <romain@orebokech.com>
14944
14945 * message.el (message-cite-original-1): New function.
14946 (message-cite-original): Use it.
14947 (message-cite-original-without-signature): Ditto.
14948
14949 2005-08-08 Romain Francoise <romain@orebokech.com>
14950
14951 * message.el (message-yank-empty-prefix): New variable.
14952 (message-indent-citation): Use it.
14953 (message-cite-original-without-signature): Respect X-No-Archive.
14954
14955 2005-08-08 Simon Josefsson <jas@extundo.com>
14956
14957 * pgg.el: Autoload url-insert-file-contents instead of loading
14958 w3/url.
14959 (pgg-insert-url-with-w3): Don't load url here.
14960
14961 2005-08-07 Jesper Harder <harder@phys.au.dk>
14962
14963 * message.el (message-kill-to-signature): Don't insert newline at
14964 bol.
14965 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14966
14967 2005-08-06 Romain Francoise <romain@orebokech.com>
14968
14969 * message.el (message-user-fqdn): Fix typo in docstring.
14970
14971 2005-08-05 Daiki Ueno <ueno@unixuser.org>
14972
14973 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14974
14975 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14976
14977 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14978
14979 * mm-bodies.el (mm-encode-body): Use coding system rather than
14980 charset to encode text.
14981
14982 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14983 number of charsets if utf-8 is available (XEmacs).
14984
14985 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14986
14987 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14988 taken from `gnus-button-mid-or-mail-regexp'.
14989 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14990 (gnus-button-alist): Improve regexp for domain part of the MIDs
14991 for news:localpart@domain buttons.
14992 (gnus-button-ctan-directory-regexp): Update.
14993
14994 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14995
14996 * sieve-manage.el (sieve-manage-interactive-login):
14997 Use make-local-variable rather than make-variable-buffer-local.
14998 (sieve-manage-open): Ditto.
14999 (sieve-manage-authenticate): Ditto.
15000
15001 * mml.el (mml-generate-mime-1): Make the content type default to
15002 text/plain if the filename is not specified.
15003
15004 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15005
15006 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15007 instead of insert-buffer.
15008
15009 * message.el (message-yank-original): Ditto; set the mark at the
15010 end of the yanked message.
15011
15012 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15013
15014 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15015 lines to scroll rather than to stop it.
15016
15017 * mml.el (mml-generate-default-type): Add doc string.
15018 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15019 default to application/octet-stream when determining the content
15020 type if it is not specified for the part or the mml contents; add
15021 a comment about mml-generate-default-type.
15022
15023 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15024
15025 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15026 make it default to application/octet-stream when determining the
15027 content type if it is not specified for the external contents.
15028
15029 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15030
15031 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15032 segmented parameter but also other parameters might be there.
15033
15034 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15035
15036 * mm-decode.el (mm-display-external): Delete temp file, directory
15037 and buffer immediately if the external process is exited.
15038
15039 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15040
15041 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15042 fewer lines than that of scroll-margin.
15043 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15044
15045 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15046
15047 * gnus-art.el (gnus-article-next-page): Revert.
15048 (gnus-article-beginning-of-window): New macro.
15049 (gnus-article-next-page-1): Use it.
15050 (gnus-article-prev-page): Ditto.
15051 (gnus-article-edit-part): Use insert-buffer-substring instead of
15052 insert-buffer.
15053 (gnus-article-edit-exit): Ditto.
15054
15055 * gnus-util.el (gnus-beginning-of-window): Remove.
15056 (gnus-end-of-window): Remove.
15057
15058 2005-07-25 Simon Josefsson <jas@extundo.com>
15059
15060 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15061 to have the url package without w3. Reported by Daiki Ueno
15062 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15063
15064 2005-07-20 Didier Verna <didier@xemacs.org>
15065
15066 * gnus-diary.el: Remove the description comment (nndiary is now
15067 properly documented in the Gnus manual).
15068 Fix the spelling of "Back End".
15069 * nndiary.el: Ditto.
15070 Fix the copyright notice.
15071
15072 2005-07-18 Romain Francoise <romain@orebokech.com>
15073
15074 * gnus-sum.el (gnus-summary-to-prefix)
15075 (gnus-summary-newsgroup-prefix): New variables.
15076 (gnus-summary-from-or-to-or-newsgroups): Use them.
15077
15078 2005-07-17 Romain Francoise <romain@orebokech.com>
15079
15080 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15081 space as it's generally not especially interesting to the user.
15082
15083 2005-07-16 Romain Francoise <romain@orebokech.com>
15084
15085 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15086 nil to avoid prompting and file modification if one of the
15087 messages at the top of the nnfolder file contains a copyright
15088 notice.
15089 Update copyright notice.
15090
15091 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15092 instead of `current-time-string' as the latter creates a time
15093 string that is not RFC 2822 compliant (it lacks the zone).
15094 Update copyright notice.
15095
15096 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15097
15098 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15099 for text/rtf. Display default in prompt. Pass default for M-n.
15100
15101 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15102
15103 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15104
15105 * gnus-msg.el (gnus-button-mailto):
15106 Remove save-selected-window-window hackery because it relies on
15107 save-selected-window internals.
15108
15109 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15110
15111 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15112 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15113 (gnus-article-prev-page): Ditto.
15114
15115 * gnus-util.el (gnus-beginning-of-window): New function.
15116 (gnus-end-of-window): New function.
15117
15118 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15119
15120 * gnus-score.el (gnus-score-edit-all-score):
15121 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15122 gnus-message.
15123
15124 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15125
15126 * gnus-msg.el (gnus-button-mailto):
15127 Remove save-selected-window-window hackery because it relies on
15128 save-selected-window internals.
15129
15130 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15131
15132 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15133 add-minor-mode.
15134 (gnus-binary-mode): Ditto.
15135
15136 * gnus-topic.el (gnus-topic-mode): Ditto.
15137
15138 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15139
15140 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15141 (gnus-article-prev-page): Take scroll-margin into consideration.
15142
15143 2005-07-04 Lute Kamstra <lute@gnu.org>
15144
15145 Update FSF's address in GPL notices.
15146
15147 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15148
15149 * gnus.el (gnus-exit):
15150 * gnus-group.el (gnus-group-icons):
15151 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15152
15153 * gnus-nocem.el (gnus-nocem):
15154 * message.el (message-various, message-buffers, message-sending)
15155 (message-interface, message-forwarding, message-insertion)
15156 (message-headers, message-news, message-mail):
15157 * pgg-gpg.el (pgg-gpg):
15158 * pgg-parse.el (pgg-parse):
15159 * pgg-pgp.el (pgg-pgp):
15160 * pgg-pgp5.el (pgg-pgp5):
15161 * pop3.el (pop3): Finish `defgroup' description with period.
15162
15163 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15164
15165 * gnus-art.el (article-display-face): Improve the efficiency.
15166 (article-display-x-face): Ditto; remove grey x-face stuff.
15167
15168 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15169
15170 * gnus-art.el (article-display-face): Correct the position in
15171 which Faces are inserted.
15172
15173 2005-06-29 Didier Verna <didier@xemacs.org>
15174
15175 * gnus-art.el (article-display-face): Display faces in correct
15176 order.
15177
15178 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15179
15180 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15181 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15182 (gnus-nocem-check-article): Fetch the Type header.
15183 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15184 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15185 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15186 make sure gnus-nocem-hashtb is initialized.
15187 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15188 (gnus-nocem-unwanted-article-p): Ditto.
15189
15190 * pgg.el (pgg-verify): Return the verification result.
15191
15192 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15193
15194 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15195 is ascii.
15196
15197 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15198
15199 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15200 `show-nonbreak-escape'.
15201
15202 2005-06-23 Lute Kamstra <lute@gnu.org>
15203
15204 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15205
15206 * dig.el (dig-mode):
15207 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15208
15209 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15210
15211 * nnimap.el (nnimap-split-download-body): Fix spellings.
15212
15213 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15214
15215 * gnus-art.el (gnus-article-encrypt-body):
15216 * gnus-cus.el (gnus-score-customize):
15217 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15218 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15219
15220 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15221
15222 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15223 header by looking for magic "MII" at the beginnig.
15224
15225 2005-06-16 Miles Bader <miles@gnu.org>
15226
15227 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15228 (assistant-field-face): New backward-compatibility alias for renamed
15229 face.
15230 (assistant-render-text): Use renamed assistant-field face.
15231
15232 * spam.el (spam): Remove "-face" suffix from face name.
15233 (spam-face): New backward-compatibility alias for renamed face.
15234 (spam-face, spam-initialize): Use renamed spam face.
15235
15236 * message.el (message-header-to, message-header-cc)
15237 (message-header-subject, message-header-newsgroups)
15238 (message-header-other, message-header-name)
15239 (message-header-xheader, message-separator, message-cited-text)
15240 (message-mml): Remove "-face" suffix from face names.
15241 (message-header-to-face, message-header-cc-face)
15242 (message-header-subject-face, message-header-newsgroups-face)
15243 (message-header-other-face, message-header-name-face)
15244 (message-header-xheader-face, message-separator-face)
15245 (message-cited-text-face, message-mml-face):
15246 New backward-compatibility aliases for renamed faces.
15247 (message-font-lock-keywords): Use renamed message faces.
15248
15249 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15250 (sieve-test-commands, sieve-tagged-arguments):
15251 Remove "-face" suffix from face names.
15252 (sieve-control-commands-face, sieve-action-commands-face)
15253 (sieve-test-commands-face, sieve-tagged-arguments-face):
15254 New backward-compatibility aliases for renamed faces.
15255 (sieve-control-commands-face, sieve-action-commands-face)
15256 (sieve-test-commands-face, sieve-tagged-arguments-face):
15257 Use renamed sieve faces.
15258
15259 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15260 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15261 (gnus-group-news-3-empty, gnus-group-news-4)
15262 (gnus-group-news-4-empty, gnus-group-news-5)
15263 (gnus-group-news-5-empty, gnus-group-news-6)
15264 (gnus-group-news-6-empty, gnus-group-news-low)
15265 (gnus-group-news-low-empty, gnus-group-mail-1)
15266 (gnus-group-mail-1-empty, gnus-group-mail-2)
15267 (gnus-group-mail-2-empty, gnus-group-mail-3)
15268 (gnus-group-mail-3-empty, gnus-group-mail-low)
15269 (gnus-group-mail-low-empty, gnus-summary-selected)
15270 (gnus-summary-cancelled, gnus-summary-high-ticked)
15271 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15272 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15273 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15274 (gnus-summary-low-undownloaded)
15275 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15276 (gnus-summary-low-unread, gnus-summary-normal-unread)
15277 (gnus-summary-high-read, gnus-summary-low-read)
15278 (gnus-summary-normal-read, gnus-splash):
15279 Remove "-face" suffix from face names.
15280 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15281 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15282 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15283 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15284 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15285 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15286 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15287 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15288 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15289 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15290 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15291 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15292 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15293 (gnus-summary-normal-ticked-face)
15294 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15295 (gnus-summary-normal-ancient-face)
15296 (gnus-summary-high-undownloaded-face)
15297 (gnus-summary-low-undownloaded-face)
15298 (gnus-summary-normal-undownloaded-face)
15299 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15300 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15301 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15302 (gnus-splash-face):
15303 New backward-compatibility aliases for renamed faces.
15304 (gnus-group-startup-message): Use renamed gnus faces.
15305
15306 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15307 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15308 (gnus-server-agent): Remove "-face" suffix from face names.
15309 (gnus-server-agent-face, gnus-server-opened-face)
15310 (gnus-server-closed-face, gnus-server-denied-face)
15311 (gnus-server-offline-face):
15312 New backward-compatibility aliases for renamed faces.
15313 (gnus-server-agent-face, gnus-server-opened-face)
15314 (gnus-server-closed-face, gnus-server-denied-face)
15315 (gnus-server-offline-face): Use renamed gnus faces.
15316
15317 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15318 Remove "-face" suffix from face names.
15319 (gnus-picon-xbm-face, gnus-picon-face):
15320 New backward-compatibility aliases for renamed faces.
15321
15322 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15323 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15324 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15325 (gnus-cite-11): Remove "-face" suffix from face names.
15326 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15327 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15328 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15329 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15330 New backward-compatibility aliases for renamed faces.
15331 (gnus-cite-attribution-face, gnus-cite-face-list)
15332 (gnus-article-boring-faces): Use renamed gnus faces.
15333
15334 * gnus-art.el (gnus-signature, gnus-header-from)
15335 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15336 (gnus-header-content): Remove "-face" suffix from face names.
15337 (gnus-signature-face, gnus-header-from-face)
15338 (gnus-header-subject-face, gnus-header-newsgroups-face)
15339 (gnus-header-name-face, gnus-header-content-face):
15340 New backward-compatibility aliases for renamed faces.
15341 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15342
15343 * gnus-sum.el (gnus-summary-selected-face)
15344 (gnus-summary-highlight): Use renamed gnus faces.
15345 * gnus-group.el (gnus-group-highlight): Likewise.
15346
15347 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15348
15349 * gnus-sieve.el (gnus-sieve-article-add-rule):
15350 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15351 * spam-stat.el (spam-stat-buffer-change-to-spam)
15352 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15353
15354 * message.el (message-is-yours-p):
15355 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15356
15357 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15358
15359 * mm-view.el (mm-inline-text): Withdraw the last change.
15360
15361 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15362
15363 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15364 executing enriched-decode.
15365
15366 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15367
15368 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15369 charset of tar files.
15370
15371 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15372
15373 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15374
15375 2005-06-04 Lute Kamstra <lute@gnu.org>
15376
15377 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15378 information is never recorded.
15379
15380 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15383
15384 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15385
15386 * pop3.el (pop3-apop): Run md5 in the binary mode.
15387
15388 * starttls.el (starttls-set-process-query-on-exit-flag):
15389 Use eval-and-compile.
15390
15391 2005-05-31 Simon Josefsson <jas@extundo.com>
15392
15393 * smime.el (smime-replace-in-string): Define.
15394 (smime-cert-by-ldap-1): Use it.
15395
15396 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15397
15398 * gnus-art.el (article-display-x-face): Replace
15399 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15400
15401 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15402 set-process-query-on-exit-flag or process-kill-without-query.
15403
15404 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15405 loop instead of replace-regexp.
15406
15407 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15408 instead of process-kill-without-query if it is available.
15409
15410 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15411 instead of find-file-hooks if it is available.
15412
15413 * mml1991.el: Bind pgg-default-user-id when compiling.
15414
15415 * mml2015.el: Bind pgg-default-user-id when compiling.
15416
15417 * nndraft.el (nndraft-request-associate-buffer):
15418 Use write-contents-functions instead of write-contents-hooks if it is
15419 available.
15420
15421 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15422 instead of find-file-hooks if it is available.
15423
15424 * nntp.el (nntp-open-connection): Replace
15425 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15426 (nntp-open-ssl-stream): Ditto.
15427 (nntp-open-tls-stream): Ditto.
15428
15429 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15430 set-process-query-on-exit-flag or process-kill-without-query.
15431 (starttls-open-stream-gnutls): Use it instead of
15432 process-kill-without-query.
15433 (starttls-open-stream): Ditto.
15434
15435 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15436
15437 * smime.el (smime-cert-by-ldap-1): Don't use
15438 replace-regexp-in-string.
15439
15440 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15441
15442 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15443
15444 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15445 in PEM format. Adjust to the XEmacs compatibility.
15446
15447 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15448
15449 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15450 by `string-to-number'.
15451 * gnus-agent.el (gnus-agent-regenerate-group)
15452 (gnus-agent-fetch-articles): Ditto.
15453 * gnus-art.el (gnus-button-fetch-group): Ditto.
15454 * gnus-cache.el (gnus-cache-generate-active)
15455 (gnus-cache-articles-in-group): Ditto.
15456 * gnus-group.el (gnus-group-set-current-level)
15457 (gnus-group-insert-group-line): Ditto.
15458 * gnus-score.el (gnus-score-set-expunge-below)
15459 (gnus-score-set-mark-below, gnus-summary-score-effect)
15460 (gnus-summary-score-entry): Ditto.
15461 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15462 (gnus-soup-pack): Ditto.
15463 * gnus-spec.el (gnus-xmas-format): Ditto.
15464 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15465 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15466 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15467 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15468 * nndb.el (nndb-get-remote-expire-response): Ditto.
15469 * nndiary.el (nndiary-parse-schedule-value)
15470 (nndiary-string-to-number, nndiary-request-replace-article)
15471 (nndiary-request-article): Ditto.
15472 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15473 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15474 * nneething.el (nneething-make-head): Ditto.
15475 * nnfolder.el (nnfolder-request-article)
15476 (nnfolder-retrieve-headers): Ditto.
15477 * nnheader.el (nnheader-file-to-number): Ditto.
15478 * nnkiboze.el (nnkiboze-request-article): Ditto.
15479 * nnmail.el (nnmail-process-unix-mail-format)
15480 (nnmail-process-babyl-mail-format): Ditto.
15481 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15482 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15483 (nnmh-request-create-group, nnmh-request-list-1)
15484 (nnmh-request-group, nnmh-request-article): Ditto.
15485 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15486 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15487 * nnsoup.el (nnsoup-make-active): Ditto.
15488 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15489 * nntp.el (nntp-find-group-and-number)
15490 (nntp-retrieve-headers-with-xover): Ditto.
15491 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15492 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15493 (pgg-format-key-identifier): Ditto.
15494 * pop3.el (pop3-last, pop3-stat): Ditto.
15495 * qp.el (quoted-printable-decode-region): Ditto.
15496
15497 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15498 of concat.
15499
15500 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15501
15502 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15503
15504 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15505
15506 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15507
15508 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15509
15510 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15511
15512 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15513
15514 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15515 (gnus-carpal-mode): Ditto.
15516
15517 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15518 (gnus-browse-mode): Ditto.
15519
15520 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15521
15522 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15523
15524 2005-05-29 Richard M. Stallman <rms@gnu.org>
15525
15526 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15527
15528 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15529
15530 * gnus-util.el (gnus-run-mode-hooks): New function.
15531
15532 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15533
15534 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15535
15536 * gnus-agent.el (gnus-agent-make-mode-line-string):
15537 Use mode-line-highlight as mouse-face.
15538
15539 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15540
15541 * canlock.el (canlock): Change the parent group to news.
15542
15543 * deuglify.el (gnus-outlook-deuglify): Add :group.
15544
15545 * dig.el (dig): Add :group.
15546
15547 * dns-mode.el (dns-mode): Add :group.
15548
15549 * encrypt.el (encrypt): Add :group.
15550
15551 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15552 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15553 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15554 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15555 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15556
15557 * gnus-diary.el (gnus-diary): Add :group.
15558
15559 * gnus.el (gnus-group-news-1-face): Add :group.
15560 (gnus-group-news-1-empty-face): Ditto.
15561 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15562 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15563 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15564 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15565 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15566 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15567 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15568 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15569 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15570 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15571 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15572 (gnus-summary-high-ticked-face): Ditto.
15573 (gnus-summary-low-ticked-face): Ditto.
15574 (gnus-summary-normal-ticked-face): Ditto.
15575 (gnus-summary-high-ancient-face): Ditto.
15576 (gnus-summary-low-ancient-face): Ditto.
15577 (gnus-summary-normal-ancient-face): Ditto.
15578 (gnus-summary-high-undownloaded-face): Ditto.
15579 (gnus-summary-low-undownloaded-face): Ditto.
15580 (gnus-summary-normal-undownloaded-face): Ditto.
15581 (gnus-summary-high-unread-face): Ditto.
15582 (gnus-summary-low-unread-face): Ditto.
15583 (gnus-summary-normal-unread-face): Ditto.
15584 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15585 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15586
15587 * hashcash.el (hashcash): New custom group.
15588 (hashcash-default-payment): Add :group.
15589 (hashcash-payment-alist): Ditto.
15590 (hashcash-default-accept-payment): Ditto.
15591 (hashcash-accept-resources): Ditto.
15592 (hashcash-path): Ditto.
15593 (hashcash-extra-generate-parameters): Ditto.
15594 (hashcash-double-spend-database): Ditto.
15595 (hashcash-in-news): Ditto.
15596
15597 * message.el (message-minibuffer-local-map): Add :group.
15598
15599 * netrc.el (netrc): Add :group.
15600
15601 * sieve-manage.el (sieve-manage-log): Add :group.
15602 (sieve-manage-default-user): Diito.
15603 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15604 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15605 (sieve-manage-authenticators): Ditto.
15606 (sieve-manage-authenticator-alist): Ditto.
15607 (sieve-manage-default-port): Ditto.
15608
15609 * sieve-mode.el (sieve-control-commands-face): Add :group.
15610 (sieve-action-commands-face): Ditto.
15611 (sieve-test-commands-face): Ditto.
15612 (sieve-tagged-arguments-face): Ditto.
15613
15614 * smime.el (smime): Add :group.
15615
15616 * spam-report.el (spam-report): Add :group.
15617
15618 * spam.el (spam, spam-face): Add :group.
15619
15620 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15621
15622 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15623 return \n.\n.\n at the end of articles. Protect against that.
15624 (nntp-with-open-group): Allow debugging.
15625
15626 * nnheader.el (mail-header-set-extra): Make into a function
15627 because I just could't understand how to quote the list properly.
15628
15629 * dns.el (query-dns-cached): New function.
15630
15631 2005-05-26 Lute Kamstra <lute@gnu.org>
15632
15633 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15634
15635 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15636
15637 * gnus-art.el: Don't autoload mail-extract-address-components.
15638
15639 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15640 eval-and-compile to evaluate it.
15641
15642 * hashcash.el: Don't autoload executable-find.
15643
15644 * nndb.el: Don't declare the nndb back end two or more times; don't
15645 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15646
15647 * nntp.el: Autoload format-spec instead of format; use
15648 eval-and-compile to evaluate autoload forms.
15649
15650 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15651
15652 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15653
15654 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15655
15656 * gnus.el (gnus-version-number): Bump version.
15657
15658 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15659
15660 * gnus.el: No Gnus v0.3 is released.
15661
15662 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15663
15664 * gnus-art.el (gnus-article-edit-part): Disable undo.
15665
15666 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15667
15668 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15669 gnus-article-date-lapsed-new-header is t if date timer is active;
15670 skip headers in which the original date value is empty.
15671 (gnus-article-save-original-date): Redefine it as a macro.
15672 (gnus-display-mime): Use it.
15673
15674 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15675
15676 * gnus-art.el (article-date-ut): Support converting date in
15677 forwarded parts as well.
15678 (gnus-article-save-original-date): New function.
15679 (gnus-display-mime): Use it.
15680
15681 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15682
15683 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15684 enclosure element of <item>.
15685
15686 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15687
15688 * message.el (message-kill-buffer-query): Rename from
15689 `message-kill-buffer-query-if-modified'. Add :version.
15690
15691 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15692
15693 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15694 window layout.
15695
15696 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15697
15698 * mml.el: Autoload dnd when compiling.
15699
15700 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15701
15702 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15703 x-dnd-*.
15704
15705 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15706
15707 * qp.el (quoted-printable-encode-region): Save excursion.
15708
15709 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15710
15711 * message.el (message-kill-buffer-query-if-modified): Add new variable
15712 so the user can kill a modified message buffer quickly.
15713 (message-kill-buffer): Use it.
15714
15715 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15716
15717 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15718 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15719
15720 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15721
15722 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15723 contained in text because xml.el decodes entities) with LFs.
15724
15725 2005-04-11 Lute Kamstra <lute@gnu.org>
15726
15727 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15728 differently.
15729
15730 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * mm-util.el (mm-detect-coding-region): Typo.
15733
15734 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15735
15736 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15737
15738 2005-04-06 Deepak Goel <deego@gnufans.org>
15739
15740 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15741 user-function allow user modifications of the scores.
15742 (spam-stat-score-buffer-user): New function, to allow
15743 user-computed modifications to the score.
15744 (spam-stat-score-buffer-user-functions): List of additional
15745 scoring functions.
15746 (spam-stat-error-holder): Global temporary error holder.
15747 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15748 variable.
15749
15750 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15751
15752 * gnus-registry.el (gnus-registry-clean-empty-function)
15753 (gnus-registry-trim, gnus-registry-fetch-groups)
15754 (gnus-registry-delete-group): Groups that match
15755 `gnus-registry-ignored-groups' are removed from the registry
15756 entries, not just ignored for splitting. This helps clean up the
15757 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15758 to get all the groups a message ID is in.
15759
15760 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15761 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15762 (spam-stat-score-buffer-user-functions): Add :number custom type.
15763
15764 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15765
15766 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15767 argument in XEmacs.
15768
15769 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15770 (nnrss-request-group): Decode group name first.
15771 (nnrss-request-article): Make a text/plain article if mml-to-mime
15772 failed.
15773 (nnrss-get-encoding): Return a compatible encoding according to
15774 nnrss-compatible-encoding-alist.
15775 (nnrss-find-el): Use consp instead of listp.
15776 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15777
15778 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15779
15780 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15781 which Emacs 20 doesn't support.
15782 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15783
15784 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15785
15786 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15787 silence the byte compiler inside the defun.
15788
15789 * gnus-demon.el (parse-time-string): Add autoload.
15790
15791 * gnus-delay.el (parse-time-string): Add autoload.
15792
15793 * gnus-art.el (parse-time-string): Add autoload.
15794
15795 * nnultimate.el (parse-time): Require for `parse-time-string'.
15796
15797 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15798
15799 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15800
15801 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15802
15803 * smime.el (smime-ldap-host-list): Add :version.
15804
15805 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15806
15807 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15808 pass it to `gnus-browse-read-group'.
15809 (gnus-browse-read-group): Add NUMBER argument and pass it to
15810 `gnus-group-read-ephemeral-group'.
15811
15812 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15813 argument and pass it to `gnus-group-read-group'.
15814
15815 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15816
15817 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15818 mm-xemacs-find-mime-charset-1 if we have the mule feature
15819 available at runtime.
15820
15821 2005-03-25 Werner Lemberg <wl@gnu.org>
15822
15823 * nnmaildir.el: Replace `illegal' with `invalid'.
15824
15825 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15826
15827 * gnus-start.el (gnus-display-time-event-handler):
15828 Check display-time-timer at runtime rather than only at load time
15829 in case display-time-mode is turned off in the mean time.
15830
15831 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15832
15833 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15834 used.
15835
15836 * nneething.el (nneething-map-file-directory): Derive from
15837 `gnus-directory'.
15838
15839 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15840 the To/Cc button.
15841
15842 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15843
15844 * nnmaildir.el (nnmaildir-request-accept-article):
15845 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15846
15847 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15848
15849 * gnus-async.el: Require timer-funcs at compile time when in
15850 XEmacs for `run-with-idle-timer'.
15851
15852 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15853
15854 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15855 autoloaded function.
15856
15857 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15860
15861 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
15862
15863 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15864
15865 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15866
15867 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15868 Add gnus-expert-user to default.
15869
15870 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15871
15872 * nnimap.el (nnimap-open-server): Ditto.
15873
15874 * imap.el (imap-authenticate): Fix typo.
15875
15876 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15877
15878 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15879 buffer (since IMAP server might return FETCH response out of
15880 order, and the nntp buffer must be sorted).
15881
15882 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15883
15884 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15885 comparison on string.
15886
15887 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15888 (gnus-agent-score): Rename category keywords to match gnus-cus.
15889 (gnus-agent-summary-fetch-series): Modify to protect against
15890 gnus-agent-summary-fetch-group clearing processable flags.
15891 (gnus-agent-synchronize-group-flags): Update live group buffer as
15892 synchronization may occur due to the user toggle the plugged
15893 status.
15894 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15895 successfully downloaded.
15896 (gnus-agent-expire-group-1): Avoid using markers when the overview
15897 is in ascending order; greatly improves performance.
15898 (gnus-agent-regenerate-group):
15899 Use gnus-agent-synchronize-group-flags to reset read status in both
15900 gnus and server.
15901 (gnus-agent-update-files-total-fetched-for): Fix initial size.
15902
15903 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15904
15905 * message.el: Don't autoload former message-utils variables.
15906 (message-strip-subject-trailing-was): Change doc string.
15907
15908 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15909 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15910 (nnweb-google-search): Add "hl=en" here.
15911 (nnweb-google-parse-1, nnweb-google-create-mapping):
15912 Don't hardcode URL.
15913
15914 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15915
15916 * message.el (message-get-reply-headers, message-followup):
15917 Mention related variables `message-use-followup-to' and
15918 `message-use-mail-followup-to', in the information buffer.
15919
15920 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15921 of broken groups(-beta).google.com.
15922
15923 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15924
15925 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15926 parameter to invoked gnus-request-move-article; remove the
15927 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15928 all at once instead of once per article.
15929 (gnus-summary-remove-process-mark): Accept a list of articles as
15930 well as a single article for processing.
15931
15932 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15933 parameter.
15934
15935 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15936
15937 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15938
15939 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15940 parameter.
15941
15942 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15943 parameter.
15944
15945 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15946 parameter and remove the gnus-sum-hint-move-is-internal variable.
15947
15948 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15949 parameter.
15950
15951 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15952 parameter.
15953
15954 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15955 parameter.
15956
15957 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15958
15959 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15960 parameter.
15961
15962 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15963 parameter.
15964
15965 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15966
15967 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15968 a more conservative way.
15969
15970 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15973 buffer, so it moves the window's cursor.
15974
15975 2005-02-26 Arne Jørgensen <arne@arnested.dk>
15976
15977 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15978 `mm-dissect-multipart' and receive the from field as an (optional)
15979 argument from `mm-dissect-multipart'.
15980 (mm-dissect-multipart): Receive the from field as an argument and
15981 pass it on when we call `mm-dissect-buffer' on MIME parts.
15982 Fixes verification/decryption of signed/encrypted MIME parts.
15983
15984 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15985
15986 * gnus-sum.el (gnus-summary-move-article):
15987 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15988 whatever it calls (right now, only nnimap-request-move article
15989 respects it).
15990
15991 * nnimap.el (nnimap-request-move-article):
15992 When gnus-sum-hint-move-is-internal is set, don't do the extra
15993 nnimap-request-article.
15994
15995 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15996
15997 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15998
15999 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16000 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16001
16002 * gnus-sum.el (gnus-summary-caesar-message):
16003 Apply `gnus-treat-article' after rotation.
16004
16005 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16006 doc string.
16007
16008 2005-02-22 Simon Josefsson <jas@extundo.com>
16009
16010 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16011 `password-cache-expiry' instead). Reported by Arne Jørgensen
16012 <arne@arnested.dk>.
16013 (encrypt): Add password-cache and password-cache-expiry as group
16014 members.
16015
16016 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16017
16018 * smime.el (smime-ldap-host-list): Doc fix.
16019 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16020 cache) password.
16021 (smime-sign-region): Use it.
16022 (smime-decrypt-region): Use it.
16023 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16024 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16025 fails.
16026 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16027 certificate from DER to PEM format rather than calling openssl.
16028
16029 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16030
16031 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16032 for signing/encryption.
16033
16034 * mml.el (mml-parse-1): Use them.
16035
16036 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16037
16038 * nnrss.el (nnrss-verbose): Remove.
16039 (nnrss-request-group): Use `nnheader-message' instead.
16040
16041 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16042
16043 * nnrss.el (nnrss-verbose): New variable.
16044 (nnrss-request-group): Make it say nnrss is requesting a group.
16045
16046 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16047
16048 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16049 Handle news URL with given port correctly.
16050
16051 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16052
16053 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16054 containing special characters.
16055
16056 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16057
16058 * mml.el (mime-to-mml): Ditto.
16059
16060 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16061 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16062 (rfc2047-decode-region): Quote decoded words containing special
16063 characters when rfc2047-quote-decoded-words-containing-tspecials
16064 is non-nil.
16065
16066 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16067
16068 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16069
16070 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16071
16072 2005-02-15 Simon Josefsson <jas@extundo.com>
16073
16074 * nnimap.el (nnimap-debug): Doc fix.
16075
16076 * imap.el (imap-debug): Doc fix.
16077
16078 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16079
16080 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16081
16082 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16083
16084 * gnus.el (spam-contents): Improve docs for spam-contents
16085 parameter in its variable incarnation.
16086
16087 2005-02-14 Simon Josefsson <jas@extundo.com>
16088
16089 * smime-ldap.el: Use require instead of load-library for ldap.
16090 (smime-ldap-search): Indent.
16091 (smime-ldap-search-internal): Shorten line.
16092
16093 * smime.el (smime-cert-by-dns): Add doc-string.
16094 (smime-cert-by-ldap-1): Indent.
16095
16096 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16097 mml-smime-get-dns-ldap.
16098 (mml-smime-encrypt-query): Use new function. Default to ldap.
16099
16100 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16101
16102 * smime.el: Require smime-ldap.
16103 (smime-ldap-host-list): New variable.
16104 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16105
16106 * mml-smime.el (mml-smime-encrypt-query): New function.
16107 (mml-smime-encrypt-query): Use it.
16108
16109 * smime-ldap.el: New file.
16110
16111 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16112
16113 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16114
16115 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16116
16117 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16118 argument in doc string. Make query for type more clear.
16119
16120 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16121
16122 * gnus.el (gnus-group-startup-message): Search for gnus images in
16123 etc/images/gnus.
16124 * mm-util.el (mm-image-load-path): Likewise.
16125 * smiley.el (smiley-data-directory): Search for smilies in
16126 etc/images/smilies.
16127
16128 2005-02-09 Kim F. Storm <storm@cua.dk>
16129
16130 Change Emacs release version from 21.4 to 22.1 throughout.
16131 Change Emacs development version from 21.3.50 to 22.0.50.
16132
16133 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16134
16135 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16136
16137 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16138 non-Mule XEmacs as well.
16139 (mm-decompress-buffer): Signal an error intentionally if it does
16140 not decompress compressed data because auto-compression-mode is
16141 disabled.
16142
16143 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16144
16145 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16146 an ID in the registry even if it has no groups.
16147
16148 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16149
16150 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16151 merge it into mm-decompress-buffer.
16152 (gnus-mime-copy-part): Use the MIME part charset, the value which
16153 a user specified or gnus-newsgroup-charset for decoding, like
16154 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16155 save-buffer what was used. Suggested by Kevin Ryde
16156 <user42@zip.com.au>.
16157 (gnus-mime-inline-part): Allow the name parameter as well as the
16158 filename parameter; force decompressing of compressed data; always
16159 display contents being not decoded as unibyte.
16160
16161 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16162 as well as the filename parameter.
16163
16164 * mm-util.el (mm-decompress-buffer):
16165 Merge gnus-mime-jka-compr-maybe-uncompress.
16166 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16167 of compressed data.
16168
16169 2005-02-08 Simon Josefsson <jas@extundo.com>
16170
16171 * imap.el (imap-log): Doc fix.
16172
16173 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16174
16175 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16176 the coding cookies; decompress compressed parts.
16177
16178 * mml.el (mml-generate-mime-1): Add the charset parameter according
16179 to the value which a user specified manually or the coding cookie.
16180
16181 * mm-util.el (mm-string-to-multibyte): New function.
16182 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16183 (mm-coding-system-to-mime-charset): New function.
16184 (mm-decompress-buffer): New function.
16185 (mm-find-buffer-file-coding-system): New function.
16186
16187 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16188 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16189 parts.
16190
16191 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16192
16193 * mm-view.el (mm-display-inline-fontify): Decode a part according
16194 to the charset parameter.
16195
16196 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16197
16198 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16199 prefix arg is neither nil nor a number, as info specifies.
16200
16201 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16202
16203 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16204 timestamps.
16205
16206 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16207
16208 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16209 groups error checking and notify user.
16210
16211 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16212
16213 * message.el (message-send-mail-function): Check existence of
16214 sendmail-program first before using default value
16215 `message-send-mail-with-sendmail'. Otherwise use more generic
16216 `smtpmail-send-it'.
16217
16218 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16219
16220 * nntp.el (nntp-request-update-info): Always return nil.
16221
16222 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16225
16226 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16227
16228 * message.el (message-beginning-of-line): Change the behavior when
16229 invoked between BOL and : so that it first moves backward.
16230
16231 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16232
16233 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16234 article buffer when editing of the article is discarded.
16235 (gnus-article-prepare): Revert.
16236
16237 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16238
16239 * gnus-art.el (gnus-article-prepare):
16240 Remove message-strip-forbidden-properties from the local hook.
16241
16242 2005-01-27 Simon Josefsson <jas@extundo.com>
16243
16244 * password.el (password-cache-add): Only start one timer per key.
16245 Reported by Derek Atkins <warlord@MIT.EDU>.
16246
16247 2005-01-26 Steve Youngs <steve@sxemacs.org>
16248
16249 * run-at-time.el: Remove. It is no longer needed as
16250 timer-funcs.el in the xemacs-base package has a working version of
16251 `run-at-time'.
16252
16253 * password.el: Require timer-funcs instead of run-at-time in
16254 XEmacs.
16255 Remove `password-run-at-time' macro.
16256 (password-cache-add): Use `run-at-time' instead of
16257 `password-run-at-time'.
16258
16259 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16260 for `run-with-idle-timer'.
16261
16262 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16263 for `run-at-time'.
16264
16265 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16266 for `with-timeout'.
16267
16268 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16269
16270 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16271 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16272
16273 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16274
16275 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16276 sensitively.
16277
16278 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16279
16280 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16281
16282 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16283
16284 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16285 which will be inserted according to the multibyteness of a buffer
16286 rather than the type of contents. Suggested by ARISAWA Akihiro
16287 <ari@mbf.ocn.ne.jp>.
16288
16289 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16290 of string which old xml.el may return rather than a string.
16291
16292 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16293
16294 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16295
16296 2005-01-16 Simon Josefsson <jas@extundo.com>
16297
16298 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16299 idn/idna.el isn't available.
16300 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16301 <michael@waxrat.com>.
16302
16303 * hashcash.el: Remove non-FSF copyright header.
16304
16305 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16306 (hashcash-generate-payment): Use it.
16307 (hashcash-generate-payment-async): Use it.
16308
16309 2005-01-15 Simon Josefsson <jas@extundo.com>
16310
16311 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16312 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16313
16314 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16315 gnus-summary-idna-message.
16316 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16317 (gnus-summary-idna-message): New function.
16318
16319 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16320
16321 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16322 gnus-novice-user.
16323
16324 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16325
16326 * nnrss.el (nnrss-request-delete-group): Delete entries in
16327 nnrss-group-alist as well.
16328 (nnrss-save-server-data): Insert newline.
16329
16330 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16331
16332 * gnus.el (gnus-user-agent): Use list of symbols instead of
16333 symbols. Display full version number for (S)XEmacs.
16334 Optionally display (S)XEmacs codename.
16335
16336 * gnus-util.el (gnus-emacs-version): Update for new
16337 `gnus-user-agent'.
16338
16339 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16340 Gnus version.
16341
16342 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16343
16344 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16345 which is unreadable in some setups.
16346
16347 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16348
16349 * gnus-spec.el (gnus-update-format-specifications): Flush the
16350 group format spec cache if it doesn't support decoded group names.
16351
16352 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16353
16354 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16355 Allow to apply decay on score files matching a regexp.
16356
16357 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16358
16359 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16360 compatibility in %g and %c.
16361
16362 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16363
16364 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16365 name for only %g and %c.
16366 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16367 of gnus-tmp-group to decoded group name.
16368 (gnus-group-make-rss-group): Exclude `/'s from group names.
16369
16370 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16371
16372 * nnrss.el (nnrss-get-encoding): Fix regexp.
16373
16374 2004-12-27 Simon Josefsson <jas@extundo.com>
16375
16376 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16377 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16378 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16379
16380 2004-12-17 Kim F. Storm <storm@cua.dk>
16381
16382 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16383
16384 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16385
16386 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16387
16388 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16389
16390 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16391
16392 * nnrss.el: Require rfc2047 and mml.
16393 (nnrss-file-coding-system): New variable.
16394 (nnrss-format-string): Redefine it as an inline function.
16395 (nnrss-decode-group-name): New function.
16396 (nnrss-string-as-multibyte): Remove.
16397 (nnrss-retrieve-headers): Decode group name; don't use
16398 nnrss-format-string.
16399 (nnrss-request-group): Decode group name.
16400 (nnrss-request-article): Decode group name; allow a Message-ID as
16401 well as an article number; don't use nnrss-format-string; encode a
16402 Message-ID string which may contain non-ASCII characters; use
16403 mml-to-mime to compose a MIME article.
16404 (nnrss-request-expire-articles): Decode group name.
16405 (nnrss-request-delete-group): Decode group name.
16406 (nnrss-fetch): Clarify error message.
16407 (nnrss-read-server-data): Use insert-file-contents instead of load;
16408 bind file-name-coding-system; use multibyte buffer.
16409 (nnrss-save-server-data): Bind coding-system-for-write to the
16410 value of nnrss-file-coding-system; bind file-name-coding-system;
16411 add coding cookie.
16412 (nnrss-read-group-data): Use insert-file-contents instead of load;
16413 bind file-name-coding-system; use multibyte buffer.
16414 (nnrss-save-group-data): Bind coding-system-for-write to the
16415 value of nnrss-file-coding-system; bind file-name-coding-system.
16416 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16417 make it work with non-ASCII text.
16418 (nnrss-find-el): Make it work with old xml.el as well.
16419
16420 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16421
16422 * nnrss.el (nnrss-get-encoding): New function.
16423 (nnrss-fetch): Use unibyte buffer initially; bind
16424 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16425 decode contents according to the encoding attribute.
16426 (nnrss-save-group-data): Add coding cookie.
16427 (nnrss-mime-encode-string): New function.
16428 (nnrss-check-group): Use it to encode subject and author.
16429
16430 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16431
16432 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16433 imaginary variable.
16434
16435 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16436
16437 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16438 correctly even if there are wide characters.
16439
16440 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16441
16442 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16443 downcased symbol names; make a new cache instead of reusing
16444 bbdb-hashtable.
16445
16446 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16447
16448 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16449 concatenating segments rather than before concatenating them.
16450 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16451
16452 * message.el (message-get-reply-headers): Bind `extra'.
16453
16454 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16455
16456 * message.el (message-extra-wide-headers): New variable.
16457 (message-get-reply-headers): Use it.
16458
16459 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16460
16461 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16462 (gnus-agent-group-pathname): Ditto.
16463
16464 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16465
16466 * gnus-group.el (gnus-group-make-group): Decode group name.
16467 (gnus-group-make-rss-group): Register the group data after opening
16468 the nnrss group.
16469
16470 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16471
16472 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16473 by expiry now get marked as read.
16474
16475 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16476
16477 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16478
16479 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16480
16481 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16482 unify Latin characters in XEmacs.
16483 (mm-find-mime-charset-region): Use it.
16484
16485 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16486
16487 * gnus-util.el (gnus-delete-directory): New function.
16488
16489 * gnus-agent.el (gnus-agent-delete-group): Use it.
16490
16491 * gnus-cache.el (gnus-cache-delete-group): Use it.
16492
16493 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16494
16495 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16496 names.
16497
16498 2004-12-16 Simon Josefsson <jas@extundo.com>
16499
16500 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16501
16502 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16503
16504 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16505
16506 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16507 (gnus-group-set-current-level): Decode group name.
16508
16509 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16510
16511 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16512 failed.
16513
16514 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16515
16516 * gnus-group.el (gnus-group-delete-group): Decode group name.
16517 (gnus-group-make-rss-group): Encode group name.
16518 (gnus-group-catchup-current): Decode group name.
16519 (gnus-group-kill-group): Decode group name.
16520
16521 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16524
16525 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16526
16527 * gnus-group.el (gnus-group-make-rss-group):
16528 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16529
16530 * gnus-start.el (gnus-setup-news): Honor user's setting to
16531 gnus-message-archive-method. Suggested by Lute Kamstra
16532 <lute@gnu.org>.
16533
16534 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16535
16536 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16537 global counterparts of the buffer-local variables.
16538
16539 2004-11-16 Romain Francoise <romain@orebokech.com>
16540
16541 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16542 counterparts of the buffer-local variables.
16543
16544 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16545
16546 * message.el (message-forbidden-properties): Fix typo in doc
16547 string.
16548
16549 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16550
16551 * gnus-util.el (gnus-replace-in-string): Add doc string.
16552
16553 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16554 to avoid problems when splitting mails with many recipients.
16555
16556 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16557
16558 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16559 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16560
16561 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16562
16563 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16564 if there is no hashtable in memory or file modification time is
16565 newer than cached timestamp.
16566
16567 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16568
16569 * gnus-sum.el (gnus-summary-limit-to-recipient):
16570 Implement not-matching option.
16571
16572 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16573
16574 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16575 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16576 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16577 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16578 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16579 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16580
16581 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16582
16583 * message.el (message-forward-make-body-mml): Remove headers
16584 according to message-forward-ignored-headers if a message is decoded.
16585
16586 2004-12-02 Romain Francoise <romain@orebokech.com>
16587
16588 * message.el (message-forward-make-body-plain): Always remove
16589 headers according to message-forward-ignored-headers.
16590
16591 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16592
16593 * spam.el (spam-summary-prepare-exit): Remove the
16594 gnus-summary-limit pop for now, it has problems with ham marks for
16595 me.
16596
16597 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16598
16599 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16600 correctly.
16601
16602 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16603
16604 * format-spec.el (format-spec): Message the char.
16605
16606 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16607
16608 * gnus-art.el (gnus-split-methods): Reformat comments.
16609
16610 * spam.el (spam-summary-prepare-exit): Remove article limits
16611 before exiting the summary buffer.
16612
16613 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16614
16615 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16616 order to silence the byte compiler.
16617
16618 * spam.el: Fix the way to silence the byte compiler, which
16619 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16620 bbdb-search-simple, spam-BBDB-register-routine,
16621 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16622 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16623 spam-stat-buffer-is-spam, spam-stat-load,
16624 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16625 spam-stat-save and spam-stat-split-fancy.
16626
16627 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16628
16629 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16630 which may confuse users.
16631 (canlock-password-for-verify): Ditto.
16632
16633 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16634
16635 * gnus-art.el (gnus-emphasis-alist): Ditto.
16636
16637 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16638
16639 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16640
16641 * gnus-start.el (gnus-save-killed-list): Ditto.
16642
16643 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16644 (gnus-sum-thread-tree-root): Ditto.
16645 (gnus-sum-thread-tree-false-root): Ditto.
16646 (gnus-sum-thread-tree-single-indent): Ditto.
16647
16648 * message.el (message-courtesy-message): Ditto.
16649 (message-archive-note): Ditto.
16650 (message-subscribed-address-file): Ditto.
16651 (message-user-fqdn): Ditto.
16652
16653 * spam-report.el (spam-report-gmane-regex): Ditto.
16654
16655 * spam.el (spam-blackhole-good-server-regex): Ditto.
16656
16657 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16658
16659 * mml.el (mml-preview): Widen the message buffer before copying
16660 the contents to the preview buffer; sort headers before previewing.
16661
16662 * message.el (message-hidden-headers): Fix the way to avoid a bug
16663 in the `repeat' widget in Emacs 21.3 or earlier.
16664
16665 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16666
16667 * message.el (message-hidden-headers): Default to "^References:".
16668 Improve customization type. Suggested by Reiner Steib
16669 <Reiner.Steib@gmx.de>.
16670
16671 2004-11-25 Romain Francoise <romain@orebokech.com>
16672
16673 * message.el (message-strip-forbidden-properties): Remove check for
16674 obsolete `message-hidden' text property, hidden headers are not
16675 accessible in the buffer anymore.
16676
16677 2004-11-22 Romain Francoise <romain@orebokech.com>
16678
16679 * message.el (message-header-format-alist): Add `From' in list
16680 so that it can be sorted.
16681 (message-fix-before-sending): Widen and sort headers before
16682 sending.
16683 (message-hide-headers): Use narrowing to hide headers by moving
16684 them to the top of the buffer and narrowing to the region
16685 underneath.
16686
16687 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16688
16689 * message.el (message-strip-forbidden-properties):
16690 Bind buffer-read-only (etc) to nil.
16691
16692 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16693
16694 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16695 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16696
16697 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16698
16699 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16700
16701 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16702
16703 * dns.el (query-dns): Use sit-for to time instead of
16704 accept-process-output, since that doesn't seem to work on udp
16705 sockets.
16706
16707 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16708
16709 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16710
16711 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16712
16713 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16714 doc string. Improve doc string.
16715
16716 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16717
16718 * nntp.el (nntp-request-update-info): Return nil if
16719 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16720 may not call gnus-activate-group which uselessly issues the GROUP
16721 commands for all nntp groups and wastes time. Reported by Romain
16722 Francoise <romain@orebokech.com>.
16723
16724 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16725
16726 2004-11-15 Simon Josefsson <jas@extundo.com>
16727
16728 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16729 headers separately.
16730 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16731 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16732
16733 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16734
16735 * gnus-start.el (gnus-convert-old-newsrc):
16736 Assign legacy-gnus-agent to 5.10.7.
16737
16738 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16739
16740 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16741 start of the lines.
16742
16743 2004-11-14 Magnus Henoch <mange@freemail.hu>
16744
16745 * hashcash.el (hashcash-default-payment): Change default to 20.
16746 (hashcash-default-accept-payment): Change default to 20.
16747 (hashcash-process-alist): New variable.
16748 (hashcash-generate-payment-async): Add.
16749 (hashcash-already-paid-p): Add.
16750 (hashcash-insert-payment): Don't generate payments twice.
16751 (hashcash-insert-payment-async): Add.
16752 (hashcash-insert-payment-async-2): Add.
16753 (hashcash-cancel-async): Add.
16754 (hashcash-wait-async): Add.
16755 (hashcash-processes-running-p): Add.
16756 (hashcash-wait-or-cancel): Add.
16757 (mail-add-payment): New optional argument. Conditionally start
16758 asynchronous calculation.
16759 (mail-add-payment-async): Add.
16760
16761 * message.el (message-send-mail): Wait for asynchronous hashcash
16762 results. Don't clobber existing X-Hashcash headers.
16763 (message-setup-1): Call mail-add-payment-async when
16764 message-generate-hashcash is non-nil.
16765
16766 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16767
16768 * message.el (message-use-alternative-email-as-from): Examine the
16769 From header as well; use message-make-from in order to include a
16770 user's full name.
16771
16772 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16773
16774 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16775 default; improve customization type.
16776 (gnus-emphasis-custom-with-format): New macro.
16777 (gnus-emphasis-custom-value-to-external): New function.
16778 (gnus-emphasis-custom-value-to-internal): New function.
16779
16780 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16781
16782 * dns.el (query-dns): Resolve reverse addresses.
16783
16784 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16785
16786 * gnus-group.el (gnus-group-get-new-news): Use it.
16787
16788 * gnus-start.el (gnus-check-reasonable-setup): New function.
16789
16790 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16791
16792 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16793 "Args out of range" error. Reported by Arnaud Giersch
16794 <arnaud.giersch@free.fr>.
16795
16796 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16797
16798 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16799
16800 2004-11-04 Richard M. Stallman <rms@gnu.org>
16801
16802 * spam.el (spam group): Add :version.
16803
16804 * pgg-def.el (pgg group): Add :version.
16805
16806 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16807
16808 * gnus-art.el (gnus-article-edit-article): Don't associate the
16809 article buffer with a draft file. This is a temporary measure
16810 against the 2004-08-22 change to gnus-article-edit-mode.
16811
16812 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16813
16814 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16815 (html2text-format-tags): Remove unused variable `attr'.
16816
16817 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16818
16819 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16820
16821 * spam-stat.el (spam-stat): Add :version.
16822
16823 * sieve.el (sieve): Add :version.
16824
16825 * sha1.el (sha1): Add :version.
16826 (sha1-use-external): Remove redundant version.
16827
16828 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16829 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16830 (nnmail-split-fancy-match-partial-words)
16831 (nnmail-split-lowercase-expanded): Add :version.
16832
16833 * nndiary.el (nndiary): Add :version.
16834
16835 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16836
16837 * mml-sec.el (mml-default-sign-method)
16838 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16839 Add :version.
16840
16841 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16842
16843 * mm-url.el (mm-url-use-external, mm-url-program)
16844 (mm-url-arguments): Add :version.
16845
16846 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16847 (mm-attachment-file-modes, mm-decrypt-option)
16848 (mm-w3m-safe-url-regexp): Add :version.
16849
16850 * message.el (message-cite-prefix-regexp)
16851 (message-sendmail-envelope-from, message-minibuffer-local-map)
16852 (message-user-fqdn, message-completion-alist): Add :version.
16853
16854 * gnus-win.el (gnus-configure-windows-hook)
16855 (gnus-use-frames-on-any-display): Add :version.
16856
16857 * gnus-art.el (gnus-article-address-banner-alist)
16858 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16859 (gnus-treat-from-picon, gnus-treat-mail-picon)
16860 (gnus-treat-x-pgp-sig): Add :version.
16861
16862 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16863 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16864 (gnus-summary-article-delete-hook)
16865 (gnus-summary-display-while-building): Add :version.
16866
16867 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16868 (gnus-get-top-new-news-hook): Add :version.
16869
16870 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16871 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16872
16873 * gnus-registry.el (gnus-registry): Add :version.
16874
16875 * gnus-spec.el (gnus-use-correct-string-widths)
16876 (gnus-make-format-preserve-properties): Add :version.
16877
16878 * gnus.el (gnus-group-charter-alist)
16879 (gnus-group-fetch-control-use-browse-url)
16880 (gnus-install-group-spam-parameters): Add :version.
16881
16882 * gnus-diary.el (gnus-diary): Add :version.
16883
16884 * gnus-delay.el (gnus-delay): Add :version.
16885
16886 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16887 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16888 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16889 Add :version.
16890
16891 * gnus-agent.el (gnus-agent-max-fetch-size)
16892 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16893 (gnus-agent-prompt-send-queue): Add :version.
16894
16895 * deuglify.el (gnus-outlook-deuglify): Add :version.
16896
16897 * html2text.el: Beautify code. Improve doc strings.
16898 Some checkdoc cleanup.
16899 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16900
16901 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16902
16903 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16904
16905 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16906
16907 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16908 when package is loaded.
16909
16910 * spam.el (spam-summary-score-preferred-header): Add global preference
16911 for people who want to override the default SpamAssassin over
16912 Bogofilter preference (when both are set).
16913 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16914 (spam-user-format-function-S):
16915 Check spam-summary-score-preferred-header.
16916 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16917 (spam-user-format-function-S): Format the score correctly.
16918
16919 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16920
16921 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16922 signature file. Suggested by Manoj Srivastava
16923 <srivasta@golden-gryphon.com>.
16924
16925 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16926 iso-2022-jp even in the Japanese language environment.
16927 Suggested by Jason Rumney <jasonr@gnu.org>.
16928
16929 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16930
16931 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16932 use the same characters as the dummy marks; make it free from
16933 getting affected by the language environment.
16934 (gnus-summary-read-group-1): Update mark positions only when the
16935 format spec is updated.
16936
16937 * gnus-spec.el (gnus-update-format-specifications): Return a list
16938 of updated types.
16939
16940 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16941
16942 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16943 of boundp to check if display-warning is available.
16944
16945 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16946
16947 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16948
16949 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16950
16951 * nnspool.el (nnspool-spool-directory): Use news-path if the
16952 news-directory variable is not bound.
16953
16954 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16955 function instead of display-warning if it is not available.
16956
16957 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16958
16959 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16960 v5-10: Use `point-at-bol'.
16961
16962 2004-10-26 Simon Josefsson <jas@extundo.com>
16963
16964 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16965 <chenggao@gmail.com>.
16966
16967 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16968
16969 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16970 instead.
16971
16972 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16973
16974 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16975 to remove a server from the nnimap-server-buffer-alist.
16976 (nnimap-open-connection, nnimap-close-server): Use it.
16977
16978 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16979
16980 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16981
16982 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16983 running the major-mode function.
16984
16985 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16986
16987 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16988 dummy marks in the right way.
16989
16990 2004-10-18 David Edmondson <dme@dme.org>
16991
16992 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16993 excessively.
16994
16995 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16996
16997 * gnus-util.el (gnus-split-references): Accept a nil references
16998 string and go on blissfully.
16999
17000 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17001 cases where the references string is non-nil but has no references.
17002
17003 * encrypt.el: Add autoload tags.
17004
17005 * spam.el (spam-resolve-registrations-routine): Remove article
17006 from unregistration list too. Reported by David Hanak
17007 <dhanak@isis.vanderbilt.edu>
17008
17009 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17010
17011 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17012 nil. Change custom type.
17013
17014 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17015
17016 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17017
17018 * gnus-sum.el (gnus-summary-move-article): Use it.
17019
17020 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17021
17022 * encrypt.el: Add autoload cookies.
17023
17024 * spam.el (spam-backend-article-list-property)
17025 (spam-backend-get-article-todo-list)
17026 (spam-backend-put-article-todo-list)
17027 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17028 Resolve registrations separately.
17029 (spam-register-routine): Format comments.
17030 (spam-unregister-routine, spam-register-routine): Always call with
17031 specific-articles, no default list.
17032 (spam-summary-prepare-exit): Use the spam-classifications function.
17033
17034 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17035 gnus-encrypt.el.
17036
17037 * encrypt.el: Copied from gnus-encrypt.el.
17038
17039 * gnus-encrypt.el: Commented that it's obsolete.
17040
17041 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17042
17043 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17044 (gnus-score-save): Use it.
17045
17046 * message.el (message-bury): Use `window-dedicated-p'.
17047
17048 2004-10-15 Simon Josefsson <jas@extundo.com>
17049
17050 * pop3.el (top-level): Don't require nnheader.
17051 (pop3-read-timeout): Add.
17052 (pop3-accept-process-output): Add.
17053 (pop3-read-response, pop3-retr): Use it.
17054
17055 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17056
17057 * spam.el (spam-register-routine): Move comment.
17058 (spam-verify-bogofilter): Use 'unknown for the initial
17059 spam-bogofilter-valid state, not 'never.
17060
17061 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17062 for netrc-machine.
17063
17064 * nnimap.el (nnimap-open-connection):
17065 Use netrc-machine-user-or-password.
17066
17067 2004-10-17 Richard M. Stallman <rms@gnu.org>
17068
17069 * gnus-registry.el (gnus-registry-unload-hook):
17070 Set as a variable with add-hook.
17071
17072 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17073 of news-path.
17074
17075 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17076
17077 * spam.el: Delete duplicate `provide'.
17078 (spam-unload-hook): Set as a variable with add-hook.
17079
17080 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17081
17082 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17083 in the doc string.
17084
17085 * message.el (message-ignored-news-headers)
17086 (message-ignored-supersedes-headers)
17087 (message-ignored-resent-headers)
17088 (message-forward-ignored-headers): Improve custom type.
17089
17090 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17091
17092 * message.el (message-tokenize-header): Fix 2004-09-06 change
17093 which used point-min in the wrong place.
17094
17095 2004-10-12 Simon Josefsson <jas@extundo.com>
17096
17097 * tls.el (tls-certtool-program): New variable.
17098 (tls-certificate-information): New function, based on
17099 ssl-certificate-information.
17100
17101 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17102
17103 * compface.el: Move the version of ELisp-based uncompface program
17104 to the contrib directory because of the copyright problem.
17105
17106 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17107
17108 * message.el (message-kill-buffer): Raise the current frame.
17109
17110 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17111
17112 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17113
17114 * gnus.el (message-y-or-n-p): Autoload.
17115
17116 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17117 (pop3-password-required, pop3-authentication-scheme)
17118 (pop3-leave-mail-on-server): Make customizable.
17119 (pop3): New custom group.
17120 (pop3-retr): Remove `sleep-for' statements.
17121 Suggested by Dave Love <fx@gnu.org>.
17122
17123 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17124 Windows/DOS.
17125
17126 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17127 (imap-parse-body): Fix incorrect use of `assert'.
17128 Suggested by Dave Love <fx@gnu.org>.
17129
17130 * mml.el (mml-minibuffer-read-disposition): Require match.
17131 Suggested by Dave Love <fx@gnu.org>.
17132
17133 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17134
17135 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17136 doc string.
17137
17138 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17139
17140 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17141
17142 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17143
17144 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17145 instead of calling `mm-insert-inline', to decode text/* parts
17146 before displaying them.
17147
17148 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17149
17150 * mm-uu.el (mm-uu-text-plain-type): New variable.
17151 (mm-uu-pgp-signed-extract-1): Use it.
17152 (mm-uu-pgp-encrypted-extract-1): Use it.
17153 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17154 bind mm-uu-text-plain-type with that value.
17155 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17156 mm-uu-dissect.
17157
17158 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17159
17160 * gnus-group.el (gnus-update-group-mark-positions):
17161 * gnus-sum.el (gnus-update-summary-mark-positions):
17162 * message.el (message-check-news-body-syntax):
17163 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17164 of string-as-multibyte.
17165
17166 2004-10-05 Juri Linkov <juri@jurta.org>
17167
17168 * gnus-group.el (gnus-update-group-mark-positions):
17169 * gnus-sum.el (gnus-update-summary-mark-positions):
17170 * message.el (message-check-news-body-syntax):
17171 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17172 8-bit unibyte values to a multibyte string for search functions.
17173
17174 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17175
17176 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17177 (mm-uu-dissect-text-parts): New function.
17178
17179 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17180 dissect text parts.
17181
17182 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17183 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17184
17185 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17186
17187 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17188 Use gnus-current-topics instead of gnus-current-topic.
17189
17190 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17191
17192 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17193
17194 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17195
17196 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17197 where approriate.
17198
17199 * nnml.el (nnml-generate-active-info): do.
17200
17201 * nndiary.el (nndiary-generate-active-info): do.
17202
17203 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17204 (gnus-topic-move): do.
17205
17206 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17207 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17208
17209 * gnus-srvr.el (gnus-server-prepare)
17210 (gnus-server-open-all-servers): do.
17211
17212 * gnus-msg.el (gnus-summary-cancel-article)
17213 (gnus-summary-resend-message)
17214 (gnus-summary-mail-crosspost-complaint): do.
17215
17216 * gnus-move.el (gnus-change-server): do.
17217
17218 * gnus-group.el (gnus-group-unmark-all-groups)
17219 (gnus-group-set-current-level): do.
17220
17221 2004-10-04 Simon Josefsson <jas@extundo.com>
17222
17223 * message.el (message-generate-hashcash): Doc fix.
17224
17225 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17226
17227 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17228 avoid infinite recursion via gnus-get-function.
17229
17230 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17231
17232 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17233
17234 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17235
17236 * nnmail.el (nnmail-split-history): do.
17237
17238 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17239 (nnml-request-delete-group): do.
17240
17241 * nnslashdot.el (nnslashdot-read-groups): do.
17242
17243 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17244 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17245
17246 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17247 (nnspool-sift-nov-with-sed): Use last.
17248 (nnspool-retrieve-headers-with-nov): Use mapc.
17249 (nnspool-request-newgroups): Use dolist.
17250 (nnspool-request-group): Use last.
17251
17252 * nntp.el (nntp-read-server-type): Use dolist.
17253
17254 * nnvirtual.el (nnvirtual-create-mapping)
17255 (nnvirtual-update-read-and-marked): Use dolist.
17256 (nnvirtual-convert-headers): Simplify.
17257
17258 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17259
17260 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17261 Add support for sync'ing tick marks.
17262
17263 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17264
17265 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17266 there's no visible header.
17267
17268 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17269
17270 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17271 When necessary, pass full group name to gnus-request-set-marks.
17272
17273 2004-10-01 Simon Josefsson <jas@extundo.com>
17274
17275 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17276 acroread.
17277
17278 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17279
17280 * spam-report.el (spam-report-gmane): Fix interactive.
17281
17282 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17283
17284 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17285 when writing file.
17286 (gnus-agent-synchronize-flags): Don't default to being
17287 interactive.
17288
17289 2004-09-30 Simon Josefsson <jas@extundo.com>
17290
17291 * message.el (message-generate-hashcash): Add.
17292 (message-send-mail): Use it, call mail-add-payment.
17293
17294 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17295
17296 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17297
17298 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17299
17300 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17301 gnus-requst-update-info with explicit code to sync the in-memory
17302 info read flags with the marks being sync'd to the backend.
17303
17304 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17305
17306 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17307
17308 * spam.el (spam-verify-bogofilter): Add new function.
17309 (spam-check-bogofilter)
17310 (spam-bogofilter-register-with-bogofilter): Use it.
17311 (spam-verify-bogofilter): Add small fixes.
17312
17313 2004-09-28 Simon Josefsson <jas@extundo.com>
17314
17315 * hashcash.el (hashcash-generate-payment): Revert.
17316
17317 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17318
17319 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17320 Use gnus-extract-references instead of gnus-split-references.
17321
17322 * gnus-util.el (gnus-extract-references): Add new function, analogous
17323 to gnus-split-references but extracts only the message-ID without
17324 anything extra.
17325
17326 * hashcash.el (hashcash-generate-payment)
17327 (hashcash-check-payment): Do the right thing if hashcash-path is
17328 nil (because the hashcash program could not be found).
17329
17330 * spam.el (spam-use-hashcash): Remove comment.
17331
17332 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17333
17334 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17335 (gnus-cache-enter-article, gnus-cache-remove-article)
17336 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17337
17338 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17339
17340 * gnus-art.el (article-hide-boring-headers)
17341 (article-translate-strings, article-display-face)
17342 (gnus-article-mime-match-handle-first)
17343 (gnus-article-highlight-headers)
17344 (gnus-article-add-buttons-to-head): do.
17345
17346 2004-09-27 Simon Josefsson <jas@extundo.com>
17347
17348 * hashcash.el: New version, from
17349 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17350 ../contrib/.
17351
17352 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17353
17354 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17355
17356 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17357
17358 * gnus-dup.el (gnus-dup-open): Use mapc.
17359 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17360
17361 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17362 Reported by Stefan Wiens <s.wi@gmx.net>.
17363
17364 * gnus.el (gnus-shutdown): Use dolist.
17365
17366 * gnus-undo.el (gnus-undo): Use mapc.
17367
17368 * nnrss.el (nnrss-generate-active): do.
17369
17370 * message.el (message-cite-original-without-signature)
17371 (message-cite-original): Use mapc.
17372 (message-do-actions, message-make-forward-subject): Use dolist.
17373
17374 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17375
17376 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17377 deletion to remove entire duplicate line. Fixes merged article
17378 number bug.
17379
17380 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17381
17382 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17383 servers that are offline. Avoids having gnus-agent-toggle-plugged
17384 first ask if you want to open a server and then, even when you
17385 responded with no, asking if you want to synchronize the server's
17386 flags.
17387 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17388 multi-line expressions.
17389 (gnus-agent-synchronize-group-flags): New internal function.
17390 Updates marks in memory (in the info structure) AND in the
17391 backend.
17392
17393 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17394
17395 * nnagent.el (nnagent-request-set-mark):
17396 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17397 method, to ensure that synchronization updates marks in the
17398 backend and in the info (in memory) structure.
17399
17400 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17401
17402 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17403 convention fully; don't miss the root article of a thread; make
17404 the X-Draft-From header with correct article numbers.
17405
17406 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17407
17408 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17409 unless plugged. Disable the agent so that an open failure causes
17410 an error.
17411
17412 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17413 Revert 2004-09-21 change. The backend must be opened while
17414 synchronizing flags even when the backend stores the flags
17415 locally.
17416
17417 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17418
17419 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17420 in `header' match. Reported by Svend Tollak Munkejord.
17421
17422 * message.el (message-cite-original): Fix use of
17423 `message-cite-articles-with-x-no-archive'.
17424
17425 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17426
17427 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17428 (gnus-window-to-buffer): Ditto.
17429
17430 * mml.el (mml-preview-buffer): New variable.
17431 (mml-preview): Manage window layout with gnus-buffer-configuration.
17432
17433 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17434 X-Draft-From header even if those articles aren't quoted.
17435
17436 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17437
17438 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17439 (gnus-request-set-mark, gnus-request-update-mark): Use new
17440 g-s-t-u-l-m to decide to use backend even when unplugged.
17441
17442 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17443
17444 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17445 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17446
17447 2004-09-20 Simon Josefsson <jas@extundo.com>
17448
17449 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17450 "utf-16-le".
17451
17452 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17453
17454 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17455
17456 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17457
17458 * uudecode.el (uudecode-use-external): Add :version.
17459
17460 * smime.el (smime-CA-file, smime-encrypt-cipher)
17461 (smime-dns-server): Add :version.
17462
17463 * smiley.el (gnus-smiley-file-types): Add :version.
17464
17465 * sha1.el (sha1-use-external): Add :version.
17466
17467 * pgg-def.el (pgg-query-keyserver): Add :version.
17468
17469 * nnmail.el (nnmail-fancy-expiry-targets)
17470 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17471 Add :version.
17472
17473 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17474 (nnimap-retrieve-groups-asynchronous): Add :version.
17475 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17476
17477 * mml.el (mml-content-disposition-parameters)
17478 (mml-insert-mime-headers-always): Add :version.
17479
17480 * mm-util.el (mm-coding-system-priorities): Add :version.
17481
17482 * mm-decode.el (mm-inline-text-html-with-images)
17483 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17484 (mm-verify-option): Add :version.
17485 (mm-text-html-renderer): Change :version.
17486
17487 * message.el (message-fcc-externalize-attachments)
17488 (message-required-headers, message-draft-headers)
17489 (message-subject-trailing-was-query)
17490 (message-subject-trailing-was-ask-regexp)
17491 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17492 (message-mark-insert-end, message-archive-header)
17493 (message-archive-note, message-cross-post-default)
17494 (message-cross-post-note, message-followup-to-note)
17495 (message-cross-post-note-function, message-use-mail-followup-to)
17496 (message-subscribed-address-functions)
17497 (message-subscribed-address-file, message-subscribed-addresses)
17498 (message-subscribed-regexps, message-allow-no-recipients)
17499 (message-yank-cited-prefix, message-signature-insert-empty-line)
17500 (message-hidden-headers, message-hierarchical-addresses)
17501 (message-mail-user-agent, message-use-idna)
17502 (message-valid-fqdn-regexp)
17503 (message-strip-special-text-properties, message-header-synonyms)
17504 (message-beginning-of-line, message-tab-body-function): Add :version.
17505 (message-insert-canlock, message-wide-reply-confirm-recipients):
17506 Change :version.
17507
17508 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17509 and :version.
17510 (mail-source-delete-old-incoming-confirm)
17511 (mail-source-movemail-program): Add :version.
17512
17513 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17514 (gnus-agent-cache, gnus-agent): Change :version.
17515
17516 * gnus-util.el (gnus-use-byte-compile): Change :version.
17517
17518 * gnus-sum.el (gnus-summary-make-false-root-always)
17519 (gnus-summary-default-high-score)
17520 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17521 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17522 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17523 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17524 (gnus-sum-thread-tree-single-indent)
17525 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17526 (gnus-sum-thread-tree-leaf-with-other)
17527 (gnus-sum-thread-tree-single-leaf): Add :version.
17528 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17529 (gnus-article-loose-mime): Change :version.
17530
17531 * gnus-start.el (gnus-backup-startup-file)
17532 (gnus-save-startup-file-via-temp-buffer): Add :version.
17533
17534 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17535 (gnus-server-offline-face): Add :version.
17536
17537 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17538
17539 * gnus-msg.el (gnus-gcc-externalize-attachments)
17540 (gnus-debug-files, gnus-debug-exclude-variables)
17541 (gnus-discouraged-post-methods): Change :version.
17542 (gnus-confirm-mail-reply-to-news)
17543 (gnus-confirm-treat-mail-like-news): Add :version.
17544
17545 * gnus-int.el (gnus-server-unopen-status): Add :version.
17546
17547 * gnus-group.el (gnus-group-jump-to-group-prompt)
17548 (gnus-large-ephemeral-newsgroup)
17549 (gnus-fetch-old-ephemeral-headers): Add :version.
17550
17551 * gnus-fun.el (gnus-x-face-directory)
17552 (gnus-convert-pbm-to-x-face-command)
17553 (gnus-convert-image-to-x-face-command)
17554 (gnus-convert-image-to-face-command): Add :version.
17555
17556 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17557
17558 * gnus-cite.el (gnus-cite-blank-line-after-header)
17559 (gnus-article-boring-faces): Add :version.
17560
17561 * gnus-art.el (gnus-buttonized-mime-types)
17562 (gnus-inhibit-mime-unbuttonizing)
17563 (gnus-treat-display-face)
17564 (gnus-treat-body-boundary): Change :version.
17565 (gnus-body-boundary-delimiter, gnus-picon-databases)
17566 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17567 (gnus-treat-date-english, gnus-treat-fold-headers)
17568 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17569 (gnus-treat-mail-picon, gnus-treat-wash-html)
17570 (gnus-article-encrypt-protocol)
17571 (gnus-use-idna, gnus-article-over-scroll)
17572 (gnus-mime-display-multipart-alternative-as-mixed)
17573 (gnus-mime-display-multipart-related-as-mixed)
17574 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17575 (gnus-ctan-url, gnus-button-ctan-handler)
17576 (gnus-button-handle-ctan-bogus-regexp)
17577 (gnus-button-ctan-directory-regexp)
17578 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17579 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17580 (gnus-button-man-level, gnus-button-emacs-level)
17581 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17582
17583 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17584 (gnus-agent-go-online): Change :version.
17585 (gnus-agent-expire-unagentized-dirs)
17586 (gnus-agent-auto-agentize-methods): Add :version.
17587
17588 * flow-fill.el (fill-flowed-display-column)
17589 (fill-flowed-encode-column): Add :version.
17590
17591 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17592 (gnus-outlook-deuglify-unwrap-max)
17593 (gnus-outlook-deuglify-cite-marks)
17594 (gnus-outlook-deuglify-unwrap-stop-chars)
17595 (gnus-outlook-deuglify-no-wrap-chars)
17596 (gnus-outlook-deuglify-attrib-cut-regexp)
17597 (gnus-outlook-deuglify-attrib-verb-regexp)
17598 (gnus-outlook-deuglify-attrib-end-regexp)
17599 (gnus-outlook-display-hook): Add :version.
17600
17601 * binhex.el (binhex-use-external): Add :version.
17602
17603 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17604
17605 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17606 and `invisible'.
17607
17608 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17609
17610 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17611 in gnus-registry-trim.
17612
17613 2004-09-13 Simon Josefsson <jas@extundo.com>
17614
17615 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17616
17617 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17618
17619 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17620 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17621 <yamaoka@jpl.org>.
17622 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17623 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17624 <yamaoka@jpl.org>.
17625
17626 * sieve.el (sieve-manage-mode): Ditto.
17627
17628 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17629
17630 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17631
17632 2004-09-11 Simon Josefsson <jas@extundo.com>
17633
17634 * dns-mode.el: Add.
17635
17636 * mm-view.el (mm-display-dns-inline): Add.
17637
17638 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17639 (mm-automatic-display): Ditto.
17640
17641 * mailcap.el (mailcap-mime-data): Add text/dns.
17642 (mailcap-mime-extensions): Map .soa to text/dns.
17643
17644 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17645
17646 * gnus-art.el (article-decode-mime-words, article-babel)
17647 (gnus-article-highlight-signature, gnus-article-add-buttons)
17648 (gnus-signature-toggle): Remove unnecessary bindings of
17649 `inhibit-read-only' inherited from v5.10 merge.
17650
17651 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17652
17653 * nntp.el (nntp): New customization group.
17654 (nntp-authinfo-file): Add customization group.
17655
17656 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17657
17658 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17659
17660 * gnus.el (to-address, to-list, subscribed)
17661 (large-newsgroup-initial): Ditto.
17662
17663 * flow-fill.el (fill-flowed-display-column)
17664 (fill-flowed-encode-column): Ditto.
17665
17666 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17667
17668 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17669 Use point-min rather than 1.
17670 (message-send-mail): Use buffer-size rather than point-max.
17671
17672 * gnus-sum.el (gnus-summary-search-article-forward):
17673 Signal a specific `search-failed' rather than a generic `error'.
17674
17675 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17676 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17677 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17678
17679 2004-09-10 Simon Josefsson <jas@extundo.com>
17680
17681 * nndb.el (require): Remove tcp and duplicate cl.
17682
17683 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17684
17685 * gnus-agent.el (directory-files-and-attributes): Move forward.
17686
17687 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17688
17689 * gnus-agent.el (directory-files-and-attributes):
17690 Optionally defined to support XEmacs.
17691
17692 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17693
17694 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17695 to avoid run-time CL dependencies.
17696 (gnus-agent-unfetch-articles): New function.
17697 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17698 article numbers even when local .overview file is missing.
17699 (gnus-agent-read-article-number): New function. Only accepts
17700 27-bit article numbers.
17701 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17702 Use gnus-agent-read-article-number.
17703 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17704 from backend while recognizing that article numbers in .overview
17705 must be valid.
17706 (gnus-agent-update-files-total-fetched-for):
17707 Use directory-files-and-attributes to improve performance.
17708 * gnus-int.el (gnus-request-move-article):
17709 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17710 improve performance.
17711
17712 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17713 some users confused by references to .newsrc when they only have a
17714 .newsrc.eld file.
17715 (gnus-convert-mark-converter-prompt)
17716 (gnus-convert-converter-needs-prompt): Fix use of property list.
17717 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17718 New function. Used internally to only display 'gnus converting
17719 files' message when actually necessary.
17720
17721 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17722 methods now autoloaded.
17723
17724 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17725
17726 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17727 identifiers.
17728
17729 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17730
17731 * gnus-picon.el: Fix indentation and closing parenthesis.
17732
17733 2004-09-01 Simon Josefsson <jas@extundo.com>
17734
17735 * message.el (message-canlock-generate): Require sha1, not
17736 sha1-el. (Can we get rid of this require altogether? It is ugly
17737 to require within a function. Sadly, if sha1.el isn't loaded, the
17738 let binding in m-c-g will hide the defcustom definition, which is
17739 bad.)
17740
17741 * canlock.el: Require sha1, not sha1-el.
17742
17743 * message.el: Don't autoload sha1 (there is a autoload cookie in
17744 sha1.el).
17745
17746 * sha1-el.el: Rename to sha1.el.
17747
17748 2004-08-30 Juanma Barranquero <lektu@terra.es>
17749
17750 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17751
17752 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17753
17754 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17755
17756 2004-08-30 Kim F. Storm <storm@cua.dk>
17757
17758 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17759
17760 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17761 Add :group 'nnimap.
17762
17763 2004-08-30 Andreas Schwab <schwab@suse.de>
17764
17765 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17766 ?* and ?\;.
17767
17768 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17769 and ?\' to symbol instead of whitespace.
17770
17771 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17772
17773 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17774
17775 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17776 instead of re-search-forward.
17777
17778 * gnus-uu.el (gnus-uu-save-article): Ditto.
17779 (gnus-uu-post-encode-uuencode): Ditto.
17780
17781 * html2text.el (html2text-clean-list-items): Ditto.
17782 (html2text-clean-dtdd): Ditto.
17783 (html2text-format-tags): Ditto.
17784
17785 * message.el (message-send-mail-with-sendmail): Fix regexp.
17786 (message-fill-field-general): Use search-forward instead of
17787 re-search-forward.
17788 (unbold-region): Ditto.
17789
17790 * nnrss.el (nnrss-request-article): Ditto.
17791
17792 * nnslashdot.el (nnslashdot-request-article): Ditto.
17793
17794 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17795
17796 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17797 "Unrecognized menu descriptor" error in XEmacs.
17798
17799 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17800
17801 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17802 parent article of a sparse article in the thread hashtb.
17803
17804 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17805
17806 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17807 (nnmail-expand-newtext): Lowercase expanded entries if
17808 nnmail-split-lowercase-expanded is non-nil.
17809
17810 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17811
17812 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17813
17814 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17815 of gnus-tmp-news-method into string under XEmacs. It will be
17816 passed to gnus-correct-length which takes only a string argument.
17817
17818 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17819
17820 * gnus-util.el (gnus-bind-print-variables): New macro.
17821 (gnus-prin1): Use it.
17822 (gnus-prin1-to-string): Use it.
17823 (gnus-pp): New function.
17824 (gnus-pp-to-string): New function.
17825
17826 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17827 Replace pp-to-string with gnus-pp-to-string.
17828 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17829 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17830 * gnus-msg.el (gnus-debug): Ditto.
17831 * gnus-score.el (gnus-score-save): Ditto.
17832 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17833 gnus-pp-to-string.
17834 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17835 with gnus-pp.
17836 * score-mode.el (gnus-score-pretty-print): Ditto.
17837 * webmail.el (webmail-debug): Ditto.
17838
17839 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17840
17841 * gnus-art.el (article-display-face, article-display-x-face):
17842 Use buffer-read-only.
17843
17844 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17845
17846 * gnus-art.el (article-hide-list-identifiers):
17847 Bind inhibit-read-only as t.
17848
17849 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17850
17851 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17852
17853 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17854
17855 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17856 (gnus-narrow-to-page): Don't assume point-min == 1.
17857 (gnus-article-edit-mode): Derive from message-mode.
17858
17859 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17860 point-min == 1.
17861
17862 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17863 Disable incorrect use of `assert'.
17864
17865 * message.el (message-mode): Set comment-start-skip.
17866
17867 2004-08-22 Sam Steingold <sds@gnu.org>
17868
17869 * pop3.el (pop3-leave-mail-on-server): New user variable.
17870 (pop3-movemail): Delete mail only when it is nil.
17871
17872 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17873
17874 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17875
17876 * mml.el (mml-preview): Use `pop-to-buffer'.
17877
17878 * message.el (message-goto-mail-followup-to): Insert after "To".
17879 (message-carefully-insert-headers): Add comment.
17880
17881 * gnus.el: Remove unused variable `gnus-article-check-size'.
17882
17883 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17884
17885 * gnus-art.el (gnus-button-alist):
17886 Improve `gnus-button-handle-library' entry.
17887
17888 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17889
17890 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17891 Use downcase, since XEmacs capitalizes error messages differently.
17892
17893 2004-08-18 Jesper Harder <harder@ifa.au.dk>
17894
17895 * nntp.el: Add (require 'gnus) due to reference to
17896 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17897
17898 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
17899
17900 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17901 Bind `mm-fill-flowed'.
17902
17903 * mm-decode.el (mm-dissect-singlepart): Check it.
17904
17905 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17906
17907 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17908 'imap' for netrc parsing.
17909
17910 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17911
17912 * mailcap.el (mailcap-mime-data): Mark as risky.
17913
17914 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17915
17916 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17917 may be included in the encoded word.
17918 (rfc2047-encode): Don't append a space if the encoded word
17919 includes close parenthesis.
17920
17921 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17922
17923 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17924 of text within parentheses.
17925
17926 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17927
17928 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17929 (gnus-encrypt-write-file-contents): Make the password key the file
17930 name PLUS the cipher, not just the cipher. Also remove failed
17931 passwords from the cache.
17932
17933 2004-08-06 Simon Josefsson <jas@extundo.com>
17934
17935 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17936 Doc fix.
17937
17938 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17939
17940 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17941 LWSP.
17942
17943 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17944
17945 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17946 Try to append in-reply-to: data to the references: header.
17947
17948 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17949 (netrc-parse): Use gnus-encrypt.el functions.
17950
17951 * gnus-encrypt.el: Add new file for encryption support; currently
17952 does only a few GPG ciphers and an internal XOR cipher.
17953
17954 * password.el: Add comments on using password-read-and-add.
17955 (password-read-and-add): Add function to read and add the
17956 password to the cache at once.
17957
17958 2004-07-28 Simon Josefsson <jas@extundo.com>
17959
17960 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17961 parameter (but don't use it, for now).
17962
17963 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17964 instead of hard coding to nil.
17965
17966 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17967
17968 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17969 as mm-inline-image-xemacs does.
17970
17971 2004-07-26 Simon Josefsson <jas@extundo.com>
17972
17973 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17974 Revert part of 2004-07-17 change below.
17975
17976 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17977
17978 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17979 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17980
17981 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17982
17983 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17984 quotes that actually start with ">" at the beginning of the
17985 lines.
17986
17987 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17988
17989 * rfc2047.el (rfc2047-encode-region): Fix last change.
17990 (rfc2047-encode-parameter): Remove useless concat.
17991
17992 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17993
17994 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17995 encode special characters; fix some kind of misconfigured headers;
17996 signal a real error if debug-on-quit or debug-on-error is non-nil.
17997 (rfc2047-encode-max-chars): New variable.
17998 (rfc2047-encode-1): Use it.
17999 (rfc2047-encode-parameter): New function.
18000
18001 * mml.el (mml-insert-parameter): Remove an excessive space.
18002
18003 2004-07-17 Simon Josefsson <jas@extundo.com>
18004
18005 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18006 Kai Grossjohann <kai@emptydomain.de>.
18007 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18008 (gnus-group-make-menu-bar): Ditto.
18009
18010 * gnus-util.el (gnus-group-server): Add.
18011
18012 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18013
18014 * message.el (message-clone-locals): Clone sendmail and smtp
18015 variables.
18016
18017 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18018
18019 * rfc2047.el (rfc2047-encode-region): Fix last change.
18020
18021 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18022
18023 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18024 characters as non-special.
18025
18026 2004-07-09 Simon Josefsson <jas@extundo.com>
18027
18028 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18029 Users will lose all flag changes made while unplugged with
18030 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18031 good default. See numerous reports on ding mailing list.
18032
18033 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18034
18035 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18036 add generate-head-function and generate-article-function to the
18037 rfc822-forward entry.
18038 (nndoc-rfc822-forward-generate-article): New function.
18039 (nndoc-rfc822-forward-generate-head): New function.
18040
18041 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18042
18043 2004-07-06 Dan Christensen <jdc@uwo.ca>
18044
18045 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18046 respect display group parameter and gnus-summary-expunge-below.
18047 (gnus-articles-to-read): Remove unused reference to display group
18048 parameter.
18049
18050 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18051
18052 * nnheader.el (nnheader-uniquify-message-id): New experimental
18053 variable.
18054 (nnheader-nov-read-message-id): Use it.
18055
18056 * spam-report.el (spam-report-gmane): Add interactive.
18057
18058 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18059
18060 * mm-encode.el (mm-content-transfer-encoding-defaults):
18061 Use qp-or-base64 for the application/* types.
18062
18063 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18064
18065 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18066
18067 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18068
18069 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18070 trim value.
18071
18072 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18073
18074 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18075 New macro and function.
18076 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18077
18078 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18079
18080 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18081 after-load-alist.
18082
18083 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18084
18085 * gnus-group.el (gnus-group-get-new-news-this-group):
18086 Don't update info that isn't there.
18087
18088 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18089
18090 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18091 entry.
18092
18093 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18094
18095 * mm-view.el (mm-inline-render-with-function): Use multibyte
18096 buffer; decode html source by charset.
18097
18098 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18099
18100 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18101 Mule-UCS is loaded under XEmacs.
18102 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18103
18104 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18105
18106 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18107
18108 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18109
18110 * mm-util.el (mm-coding-system-p): Return a coding-system.
18111 (mm-mime-mule-charset-alist): Use shift_jis instead of
18112 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18113 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18114 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18115 instead of japanese-shift-jis and iso-latin-1 respectively in
18116 order to share the default value with both Emacs and XEmacs-mule.
18117 (mm-mule-charset-to-mime-charset):
18118 Make mm-coding-system-priorities effective.
18119 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18120 while predicating of candidates upon the priorities.
18121
18122 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18123
18124 * gnus-sum.el (gnus-summary-make-menu-bar):
18125 Add gnus-uu-invert-processable.
18126
18127 * gnus.el: Autoload gnus-uu-invert-processable.
18128
18129 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18130
18131 * mm-util.el (mm-with-multibyte-buffer): New macro.
18132
18133 * rfc2047.el (rfc2047-encode-string): Use it.
18134 (rfc2047-encode-region): Move point to the end of the region after
18135 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18136
18137 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18138
18139 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18140 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18141
18142 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18143
18144 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18145 (gnus-cite-parse): Ignore quoted envelope From_.
18146 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18147
18148 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18149
18150 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18151 invalid addresses.
18152
18153 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18154
18155 * spam.el: Change section markers, revise TODO list.
18156 (spam-backends): Make new master list of all installed backends.
18157 (spam-summary-exit-behavior): Add new variable to determine how
18158 messages moves are done at summary exit.
18159 (spam-move-spam-nonspam-groups-only)
18160 (spam-process-ham-in-nonham-groups)
18161 (spam-process-ham-in-spam-groups): Remove variables, the
18162 spam-summary-exit-behavior variable should be used to manage this
18163 behavior.
18164 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18165 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18166 and spam-old-spam-articles.
18167 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18168 Add empty variables, placeholders for the backends they represent.
18169 (spam-set-difference): Move, unchanged.
18170 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18171 unless the user has a processor variable.
18172 (spam-classifications, spam-classification-valid-p)
18173 (spam-backend-properties, spam-backend-property-valid-p)
18174 (spam-backend-function-type-valid-p)
18175 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18176 (spam-report-articles-gmane, spam-report-articles-resend):
18177 Remove functions, they are not needed.
18178 (spam-install-backend-super, spam-backend-list)
18179 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18180 (spam-backend-function, spam-backend-ham-registration-function)
18181 (spam-backend-spam-registration-function)
18182 (spam-backend-ham-unregistration-function)
18183 (spam-backend-spam-unregistration-function)
18184 (spam-backend-statistical-p, spam-backend-mover-p)
18185 (spam-install-backend-alias, spam-install-checkonly-backend)
18186 (spam-install-mover-backend, spam-install-nocheck-backend)
18187 (spam-install-backend, spam-install-statistical-backend)
18188 (spam-install-statistical-checkonly-backend): Add backend installation
18189 support.
18190 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18191 (spam-group-processor-p): Use the new backend code and respect the
18192 summary exit behavior.
18193 (spam-mark-spam-as-expired-and-move-routine): Remove.
18194 (spam-summary-prepare): Change to use the new spam-old-articles
18195 variable.
18196 (spam-copy-or-move-routine, spam-copy-spam-routine)
18197 (spam-move-spam-routine, spam-copy-ham-routine)
18198 (spam-move-ham-routine): Add code to copy/move ham or spam.
18199 (spam-fetch-field-fast): Improve doc and code, plus allow the
18200 'number request.
18201 (spam-list-of-checks, spam-list-of-statistical-checks):
18202 Remove variables.
18203 (spam-split, spam-find-spam): Use the new backend code.
18204 (spam-registration-functions): Remove variable.
18205 (spam-unregister-routine): Add convenience wrapper.
18206 (spam-log-undo-registration, spam-register-routine)
18207 (spam-log-processing-to-registry)
18208 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18209 where possible.
18210 (spam-check-gmane-xref, spam-check-regex-headers)
18211 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18212 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18213 (spam-check-bogofilter-headers, spam-check-spamoracle)
18214 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18215 (spam-check-crm114-headers): Use the spam-split-group that
18216 spam-split prepares, no need to determine it every time.
18217
18218 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18219 to the nnheader-parse-naked-head call.
18220
18221 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18222
18223 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18224 the nnheader-nov-read-message-id call.
18225
18226 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18227
18228 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18229 gnus-activate-group twice. Suggested by Markus Peter
18230 <warp@spin.de>.
18231
18232 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18233
18234 * gnus-art.el (gnus-article-time-format): Exchange the order of
18235 day and month in the default value; fix customization type.
18236 (article-date-ut): Use add-text-properties.
18237 (article-make-date-line): Use message-make-date instead of
18238 current-time-string.
18239
18240 * message.el (message-fetch-field): Don't use set-text-properties.
18241 (message-make-date): Simplify.
18242
18243 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18244
18245 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18246 (rfc2047-encode-region): Treat text within parentheses as special;
18247 show the original text when error has occurred.
18248
18249 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18250 already-computed method to gnus-activate-group.
18251
18252 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18253 same select-methods identical Lisp objects.
18254
18255 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18256 object when modifying the info.
18257
18258 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18259
18260 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18261 gnus-opened-servers since it has never been opened with the new
18262 configuration yet.
18263
18264 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18265
18266 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18267 arg to nnheader-generate-fake-message-id.
18268
18269 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18270
18271 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18272 number and build a fake message ID localized to a group and
18273 article number (so it's repeatable from that point on).
18274 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18275 ID format.
18276
18277 * gnus-sum.el (gnus-get-newsgroup-headers):
18278 Call nnheader-generate-fake-message-id with the article number.
18279
18280 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18281
18282 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18283 end-of-buffer.
18284
18285 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18286
18287 * message.el (message-ignored-supersedes-headers): Add Approved.
18288
18289 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18290
18291 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18292 goto-char.
18293 (rfc2047-encode): Fold the line before encoding.
18294
18295 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18296
18297 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18298 folding -- not all headers can be folded, and this should be done
18299 by the message composition mode. Probably. I think.
18300
18301 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18302
18303 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18304 fast.
18305
18306 * gnus-ems.el (gnus-remove-image): Don't use
18307 message-text-with-property; remove only the image found first.
18308
18309 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18310
18311 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18312
18313 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18314
18315 * message.el (message-text-with-property): Make it fast and accept
18316 optional arguments.
18317 (message-strip-forbidden-properties): Use it.
18318 (message-fix-before-sending): Follow the m-t-w-p change.
18319
18320 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18321
18322 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18323
18324 * gnus-art.el (article-hide-headers): Don't change the buffer
18325 mistakenly when performing mml-preview even if
18326 gnus-single-article-buffer is nil.
18327
18328 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18329
18330 * message.el (message-expand-name-databases): New user option.
18331 (message-expand-name): Use it.
18332
18333 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18334
18335 * spam.el (spam-report-articles-resend)
18336 (spam-report-resend-register-routine): Allow ham reporting.
18337 (spam-report-resend-register-ham-routine): Add wrapper.
18338 (spam-registration-functions): Add ham resending functions.
18339 (spam-list-of-processors): Add ham resend processor.
18340
18341 * gnus.el (ham-resend-to): Add new group parameter.
18342 (spam-process): Add ham resend option.
18343
18344 * spam-report.el (spam-report-resend): Allow reporting ham.
18345 (spam-report-resend-ham): Add wrapper.
18346
18347 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18348
18349 * message.el (message-cite-articles-with-x-no-archive):
18350 New variable.
18351 (message-cite-original): Use it.
18352
18353 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18354
18355 * message.el (message-cite-original): Respect X-No-Archive.
18356
18357 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18358
18359 * gnus-art.el (article-hide-headers): Refer to the values for
18360 gnus-ignored-headers and gnus-visible-headers in the summary
18361 buffer since a user may have set them as group parameters.
18362
18363 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18364
18365 * assistant.el (assistant-node-name): Add convenience function.
18366 (assistant-render-text, assistant-render-node): Add error handling,
18367 plus handle multiple next nodes.
18368 (assistant-find-next-node): Comment out for now.
18369 (assistant-find-next-nodes): Add function, returns list of next
18370 nodes.
18371
18372 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18373
18374 * mail-source.el (mail-source-directory): Fix doc-string.
18375
18376 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18377
18378 * assistant.el (assistant-render-text, assistant-eval): Add :set
18379 widget type, which is different because it takes and returns a
18380 list. Much hilarity ensues.
18381
18382 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18383
18384 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18385
18386 * gnus-group.el (gnus-group-get-new-news-this-group):
18387 Add doc-string.
18388
18389 * gnus-start.el (gnus-activate-group): Add doc-string.
18390
18391 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18392
18393 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18394
18395 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18396
18397 * assistant.el (assistant-render-text): Try to add a :set
18398 widget, more to come.
18399
18400 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18401 strings.
18402 (spam-report-articles-resend)
18403 (spam-register-routine): Do registration iff any articles warrant
18404 it.
18405 (spam-summary-prepare-exit): Change log message for nil group
18406 destinations.
18407
18408 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18409
18410 * spam.el (spam-report-resend-register-routine):
18411 Allow spam-report-resend-to to be a group parameter or a global value.
18412
18413 2004-05-26 Simon Josefsson <jas@extundo.com>
18414
18415 * starttls.el: Merge with my GNUTLS based starttls.el.
18416 (starttls-gnutls-program, starttls-use-gnutls)
18417 (starttls-extra-arguments, starttls-process-connection-type)
18418 (starttls-connect, starttls-failure, starttls-success):
18419 New variables.
18420 (starttls-program, starttls-extra-args): Doc fix.
18421 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18422 New functions.
18423 (starttls-negotiate, starttls-open-stream):
18424 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18425 function if it is set.
18426
18427 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18428
18429 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18430 structured fields.
18431
18432 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18433
18434 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18435
18436 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18437
18438 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18439 Add variable.
18440 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18441 assigning the spam-mark to new messages.
18442
18443 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18444
18445 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18446
18447 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18448
18449 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18450 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18451 default.
18452
18453 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18454
18455 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18456 correct data.
18457
18458 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18459
18460 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18461 (spam-group-processor-p): Fix function.
18462 (spam-group-processor-multiple-p)
18463 (spam-group-spam-processor-report-gmane-p)
18464 (spam-group-spam-processor-report-resend-p)
18465 (spam-group-spam-processor-bogofilter-p)
18466 (spam-group-spam-processor-blacklist-p)
18467 (spam-group-spam-processor-ifile-p)
18468 (spam-group-ham-processor-ifile-p)
18469 (spam-group-spam-processor-spamoracle-p)
18470 (spam-group-spam-processor-crm114-p)
18471 (spam-group-ham-processor-bogofilter-p)
18472 (spam-group-spam-processor-stat-p)
18473 (spam-group-ham-processor-stat-p)
18474 (spam-group-ham-processor-whitelist-p)
18475 (spam-group-ham-processor-BBDB-p)
18476 (spam-group-ham-processor-spamoracle-p)
18477 (spam-group-ham-processor-copy-p): Remove functions with some
18478 prejudice against unneeded code.
18479 (spam-report-articles-resend)
18480 (spam-report-resend-register-routine): Allow the group/topic
18481 spam-resend-to value to override spam-report-resend-to.
18482 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18483 properly now.
18484
18485 * gnus.el (spam-resend-to): Add group/topic parameter.
18486 (spam-process): Move the OBSOLETE processors to the end of the
18487 choices.
18488
18489 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18490
18491 * spam-report.el (spam-report-resend-to, spam-report-resend):
18492 Start with resend-to set to nil, and then ask the user if necessary.
18493 (spam-report-resend): spam-report-resend takes a list of articles, not
18494 separate article numbers.
18495
18496 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18497
18498 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18499 addition to emacs-w3m.
18500
18501 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18502
18503 * assistant.el (assistant-authinfo-data): New function.
18504 (assistant-eval): Eval for entire assistant.
18505
18506 * netrc.el (netrc-services-file): New variable.
18507 (netrc-parse-services): New function.
18508 (netrc-find-service-name): New function.
18509 (netrc-find-service-number): New function.
18510 (netrc-port-equal): New function.
18511 (netrc-machine): Use it.
18512
18513 * nnimap.el (nnimap-open-connection): Use netrc.
18514
18515 * gnus-util.el (gnus-netrc-get): Remove aliases.
18516
18517 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18518
18519 * assistant.el (wid-edit): Fix compilation.
18520
18521 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18522
18523 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18524
18525 * gnus-util.el (gnus-set-file-modes): New function. (small
18526 patch).
18527
18528 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18529
18530 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18531
18532 * assistant.el (assistant-render-node): Fix up rendering and
18533 read-only text.
18534 (assistant-render-node): Reset.
18535 (assistant-make-read-only): Not sticky.
18536
18537 2004-05-20 Danny Siu <dsiu@adobe.com>
18538
18539 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18540 centered even when gnus-auto-center-summary is t
18541
18542 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18543
18544 * dns.el (dns-get-txt-answer): New function.
18545 (dns-read-txt): Ditto.
18546 (query-dns): Use it.
18547
18548 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18549
18550 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18551 active for foreign groups even if the group level is higher than
18552 the specified value.
18553
18554 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18555
18556 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18557 non-active groups.
18558
18559 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18560
18561 2004-05-20 Magnus Henoch <mange@freemail.hu>
18562
18563 * dns.el (dns-read-type): Add support for SVR. (small patch)
18564
18565 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18566
18567 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18568 (spam-crm114-header, spam-crm114-spam-switch)
18569 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18570 (spam-crm114-positive-spam-header)
18571 (spam-crm114-database-directory, spam-list-of-processors)
18572 (spam-group-spam-processor-crm114-p)
18573 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18574 (spam-generic-score, spam-list-of-checks)
18575 (spam-list-of-statistical-checks, spam-registration-functions)
18576 (spam-check-crm114-headers, spam-crm114-score)
18577 (spam-check-crm114, spam-crm114-register-with-crm114)
18578 (spam-crm114-register-spam-routine)
18579 (spam-crm114-unregister-spam-routine)
18580 (spam-crm114-register-ham-routine)
18581 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18582 From asjo@koldfront.dk (Adam Sjøgren).
18583
18584 * gnus.el: Add spam-use-crm114.
18585
18586 * spam.el (spam-list-of-processors, spam-registration-functions):
18587 Add spam-use-resend.
18588 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18589 (spam-report-articles-gmane): Add doc fix.
18590 (spam-report-articles-resend, spam-report-resend-register-routine):
18591 Add wrappers around spam-report-resend-to.
18592
18593 * spam-report.el (spam-report-resend-to, spam-report-resend):
18594 Add support for resending spam.
18595 (spam-report-gmane): Fix line length >80.
18596
18597 * gnus.el (spam-process): Add spam-use-resend.
18598
18599 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18600
18601 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18602 number of processed spam messages.
18603 (spam-ham-copy-or-move-routine): Return the number of processed
18604 ham messages.
18605 (spam-summary-prepare-exit): Use the above values to decide
18606 whether status messages shouled be displayed.
18607
18608 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18609
18610 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18611 `rfc2047-encoding-function-alist' in order to avoid conflicting
18612 with the old version.
18613 (rfc2047-encode-region): Concatenate words containing non-ASCII
18614 characters in structured fields; don't encode space-delimited
18615 ASCII words even in unstructured fields; don't break words at
18616 char-category boundaries.
18617 (rfc2047-encode-1): New function.
18618 (rfc2047-encode): Use it; encode text so that it occupies the
18619 maximum width within 76-column; work correctly on Q encoding for
18620 iso-2022-* charsets.
18621 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18622 sure not to break a line just after the header name.
18623 (rfc2047-b-encode-region): Remove.
18624 (rfc2047-b-encode-string): New function.
18625 (rfc2047-q-encode-region): Remove.
18626 (rfc2047-q-encode-string): New function.
18627
18628 * mm-util.el (mm-replace-in-string): New function.
18629
18630 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18631
18632 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18633 Really get it right.
18634 (gnus-inews-make-draft): Really.
18635
18636 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18637
18638 * nnmh.el (nnmh-request-list-1): Don't check the link count
18639 before descending. (small patch)
18640
18641 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18642
18643 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18644 stuff.
18645
18646 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18647 Match on real group name.
18648
18649 * gnus-art.el (gnus-signature-limit): Doc fix.
18650
18651 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18652
18653 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18654
18655 * gnus-draft.el (gnus-draft-send):
18656 Bind rfc2047-encode-encoded-words.
18657
18658 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18659 (rfc2047-encodable-p): Say that =? needs encoding.
18660 (rfc2047-encode-encoded-words): New variable.
18661
18662 * gnus-group.el (gnus-group-select-group): Doc fix.
18663
18664 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18665
18666 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18667 to nil.
18668
18669 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18670
18671 * nnheader.el (nnheader-get-lines-and-char): New function.
18672
18673 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18674
18675 * gnus-msg.el (gnus-summary-followup-with-original):
18676 Document yanking of region when active.
18677
18678 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18679
18680 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18681 groups if the group level is higher than the specified value.
18682
18683 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18684
18685 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18686 (gnus-group-jump-to-group): Add prefix argument using
18687 `gnus-group-jump-to-group-prompt'. Query before jumping to
18688 non-active group.
18689
18690 * compface.el (uncompface): Be verbose when changing
18691 `uncompface-use-external'.
18692
18693 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18694 handle manual section.
18695
18696 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18697
18698 * gnus-art.el (gnus-button-alist): Revert previous change.
18699
18700 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18701
18702 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18703
18704 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18705
18706 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18707 whether backend can accept message.
18708
18709 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18710
18711 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18712
18713 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18714 Avoid creating directory when nntp-marks-is-evil is true.
18715 Reported by Reiner Steib.
18716
18717 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18718
18719 * gnus-picon.el (gnus-picon-style): New variable.
18720 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18721 (gnus-picon-transform-address): Support `gnus-picon-style'.
18722 From Jesper Harder <harder@ifa.au.dk>.
18723
18724 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18725
18726 * message.el (message-fill-field): Return point.
18727 (message-generate-headers): Go to end of field.
18728
18729 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18730 stuff for non-living groups.
18731
18732 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18733
18734 * gnus-art.el (gnus-article-followup-with-original)
18735 (gnus-article-reply-with-original): gnus-mark-active-p ->
18736 gnus-region-active-p.
18737
18738 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18739
18740 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18741 only when there is spam or ham to be processed.
18742
18743 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18744
18745 * mail-source.el (mail-source-delete-crash-box): Refactor.
18746 (mail-source-fetch): Use it.
18747 (mail-source-fetch-file): Ditto.
18748 (mail-source-fetch-directory): Run postscript in loop.
18749 (mail-source-fetch-pop): Delete.
18750 (mail-source-fetch-maildir): Ditto.
18751 (mail-source-fetch-imap): Ditto.
18752
18753 * imap.el (imap-authenticators): Comment out sasl.
18754
18755 * message.el (message-skip-to-next-address): New function.
18756 (message-fill-header-address): Refactor.
18757 (message-fill-address): Use it.
18758 (message-delete-address): Use it.
18759 (message-fill-header-general): Refactor.
18760 (message-fill-field-address): Rename.
18761 (message-narrow-to-field): Find the start of the header.
18762 (message-header-format-alist): Don't pre-fill.
18763 (message-fill-header): Remove.
18764 (message-insert-header): New function.
18765 (message-shorten-references): Use it.
18766
18767 * rfc2047.el (rfc2047-field-value): Strip props.
18768
18769 * mail-parse.el (mail-header-make-address): New alias.
18770
18771 * ietf-drums.el (ietf-drums-make-address): New function.
18772
18773 * imap.el: Add compiler directives.
18774
18775 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18776
18777 * gnus-art.el (article-decode-idna-rhs): Don't use
18778 message-idna-inside-rhs-p.
18779
18780 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18781
18782 * message.el (message-idna-inside-rhs-p): Remove.
18783 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18784
18785 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18786 false positives.
18787
18788 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18789
18790 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18791
18792 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18793
18794 * nneething.el (nneething-file-name): Don't create spurious
18795 files.
18796
18797 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18798 (gnus-inews-do-gcc): Remove sleep.
18799
18800 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18801 part under point.
18802
18803 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18804 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18805
18806 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18807
18808 * spam.el (spam-summary-prepare-exit): Fix (length).
18809
18810 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18811
18812 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18813 as expired without moving it" message when there are spam
18814 messages left.
18815
18816 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18817
18818 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18819 header is not nil.
18820
18821 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18822
18823 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18824 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18825 (nntp-marks-changed-p): New arg SERVER.
18826 (nntp-request-update-info): Adjust caller.
18827
18828 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18829
18830 * nntp.el (nntp-save-marks): Pass missing arg.
18831
18832 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18833
18834 * nntp.el: Support marks.
18835 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18836 (nntp-marks-modtime, nntp-marks-directory): New variables.
18837 (nntp-request-set-mark, nntp-request-update-info)
18838 (nntp-possibly-create-directory, nntp-marks-changed-p)
18839 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18840 New functions.
18841
18842 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18843
18844 * gnus-score.el (gnus-score-insert-help):
18845 Use gnus-select-lowest-window.
18846
18847 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18848 appt-select-lowest-window and rename to gnus-select-lowest-window.
18849
18850 * gnus.el: do.
18851
18852 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18853
18854 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18855 encodings of MIME-encoded words, in order to improve
18856 interoperability with several broken MUAs.
18857
18858 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18859
18860 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18861 tags, only when charsets are not specified in headers.
18862 (mm-inline-text-html-render-with-w3m): Ditto.
18863
18864 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18865
18866 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18867 instead of MIME-decoded from fields when checking
18868 `gnus-article-address-banner-alist'.
18869
18870 2004-05-03 Jesper Harder <harder@ifa.au.dk>
18871
18872 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18873 description rather than subject.
18874
18875 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18876
18877 * gnus.el (gnus-version-number): Bump.
18878
18879 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18880
18881 * gnus.el: No Gnus v0.2 is released.
18882
18883 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18884
18885 * gnus-agent.el (gnus-agent-read-agentview):
18886 Inline gnus-uncompress-range.
18887
18888 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18889
18890 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18891 `exec-installed-p'.
18892
18893 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18894
18895 * gnus.el (spam-process, spam-autodetect-methods):
18896 Add bsfilter and bsfilter-headers.
18897
18898 * spam.el (spam-bsfilter): New customize group.
18899 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18900 (spam-bsfilter-header, spam-bsfilter-probability-header)
18901 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18902 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18903 (spam-bsfilter-database-directory): New options.
18904 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18905 (spam-list-of-statistical-checks, spam-registration-functions):
18906 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18907 (spam-bsfilter-score): New command.
18908 (spam-check-bsfilter-headers, spam-check-bsfilter)
18909 (spam-bsfilter-register-with-bsfilter)
18910 (spam-bsfilter-register-spam-routine)
18911 (spam-bsfilter-unregister-spam-routine)
18912 (spam-bsfilter-register-ham-routine)
18913 (spam-bsfilter-unregister-ham-routine): New functions.
18914 (spam-generic-score): Support bsfilter; Accept an optional argument
18915 to recalcurate spam score even if scoring header has already been
18916 added.
18917 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18918 optional argument to recalcurate spam score even if scoring header
18919 has already been added.
18920
18921 2004-04-29 Jesper Harder <harder@ifa.au.dk>
18922
18923 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18924 strings! Reported by David D. Smith <davidsmith@acm.org>.
18925 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18926 link is missing.
18927
18928 2004-04-28 Jesper Harder <harder@ifa.au.dk>
18929
18930 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18931 (html2text-get-attr): Rewrite.
18932
18933 * message.el (message-setup-1): Remove redundant put-text-property
18934 on mail-header-separator.
18935
18936 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
18937
18938 * gnus-registry.el (gnus-registry-cache-whitespace)
18939 (gnus-registry-action, gnus-registry-spool-action)
18940 (gnus-registry-split-fancy-with-parent): Change message levels
18941 from 5 to 3 or 7, as needed.
18942
18943 * spam.el (spam-summary-prepare-exit)
18944 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18945 (spam-split, spam-find-spam, spam-log-undo-registration)
18946 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18947 level from 5 to 6.
18948
18949 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18950
18951 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18952 2004-03-04 change).
18953
18954 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18955
18956 * sieve-manage.el (sieve-manage-open):
18957 * nnweb.el (nnweb-insert-html):
18958 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18959 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18960 * nnspool.el (nnspool-request-group):
18961 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18962 * nnml.el (nnml-request-update-info):
18963 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18964 (nnmh-request-create-group, nnmh-update-gnus-unreads):
18965 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18966 (nnimap-request-set-mark):
18967 * nnfolder.el (nnfolder-request-update-info):
18968 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18969 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18970 * gnus-uu.el (gnus-uu-find-articles-matching):
18971 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18972 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18973 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18974 * gnus-nocem.el (gnus-nocem-scan-groups):
18975 * gnus-int.el (gnus-start-news-server):
18976 * gnus-group.el (gnus-group-make-kiboze-group)
18977 (gnus-group-browse-foreign-server):
18978 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18979 Use mapc when appropriate.
18980
18981 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
18982
18983 FIXME: Make separate entries for each person.
18984
18985 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18986 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18987 <shields@msrl.com>:
18988
18989 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18990 may need for spam sorting and scoring.
18991 (spam-user-format-function-S): Add user format function suitable for
18992 general use.
18993 (spam-article-sort-by-spam-status): Add sorting function for summary
18994 sorting.
18995 (spam-extra-header-to-number): Add function to get a score from a
18996 header.
18997 (spam-summary-score): Add function to get a numeric score from the
18998 headers.
18999 (spam-generic-score): Fix function doc, was in wrong place.
19000 (spam-initialize): Take symbols when it's run, and install the
19001 extra headers that spam-necessary-extra-headers thinks we need.
19002
19003 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19004
19005 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19006 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19007
19008 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19009
19010 * gnus-sum.el (gnus-set-global-variables)
19011 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19012 (gnus-article-get-xrefs, gnus-summary-best-group)
19013 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19014 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19015 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19016 Use with-current-buffer.
19017
19018 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19019
19020 * spam.el (spam-summary-prepare-exit): Simplify logic.
19021 (spam-fetch-article-header): Read the article header if it's not
19022 available.
19023 (spam-list-articles): Simplify logic.
19024 (spam-filelist-register-routine): Fix bug with unregister-list.
19025
19026 * gnus-registry.el: Fix comments at beginning.
19027
19028 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19029
19030 * message.el (message-cater-to-broken-inn): Remove.
19031 (message-shorten-references): Make sure the total folded length of
19032 References is shorter than 998 characters to cater to a bug in INN
19033 2.3. Also, don't pretend that references aren't folded -- this
19034 hasn't worked for a while.
19035
19036 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19037
19038 * gnus-agent.el (gnus-agentize):
19039 gnus-agent-send-mail-real-function no longer set to current value
19040 of message-send-mail-function but rather a lambda that calls
19041 message-send-mail-function. The change makes the agent real-time
19042 responsive to user changes to message-send-mail-function.
19043
19044 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19045
19046 * legacy-gnus-agent.el
19047 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19048 help from Florian Weimer <fw@deneb.enyo.de>
19049
19050 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19051
19052 * nnmail.el (nnmail-cache-insert): Revert last change.
19053
19054 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19055
19056 * nnmail.el (nnmail-cache-insert): Always check whether
19057 nnmail-cache-ignore-groups matches a group name.
19058
19059 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19060
19061 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19062 (spam-find-spam, spam-log-processing-to-registry)
19063 (spam-log-registered-p, spam-log-unregistration-needed-p)
19064 (spam-log-undo-registration): Use gnus-message instead of
19065 gnus-error, none of these errors are fatal.
19066
19067 * gnus-registry.el (gnus-registry-clean-empty-function)
19068 (gnus-registry-clean-empty): Remove only empty entries without
19069 extra data.
19070
19071 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19072
19073 * spam-stat.el (spam-stat-buffer-change-to-spam)
19074 (spam-stat-buffer-change-to-non-spam): Change (error) to
19075 (gnus-message 8) invocation.
19076
19077 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19078
19079 * nntp.el (nntp-via-netcat-command): New variable.
19080 (nntp-via-netcat-switches): New variable.
19081 (nntp-open-via-rlogin-and-netcat): New function.
19082 (nntp-open-connection-function): Doc fix.
19083 (nntp-telnet-command): Doc fix.
19084 (nntp-end-of-line): Doc fix.
19085 (nntp-via-rlogin-command): Doc fix.
19086 (nntp-via-user-name): Doc fix.
19087 (nntp-via-address): Doc fix.
19088
19089 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19090
19091 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19092 error in Emacs 21.1.
19093
19094 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19095
19096 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19097
19098 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19099
19100 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19101 (gnus-agent-with-refreshed-group): New macro.
19102 (gnus-agent-rename-group): New function.
19103 (gnus-agent-delete-group): New function.
19104 (gnus-agent-save-group-info): Use gnus-command-method when
19105 `method' parameter is nil. Don't write nil entries into the
19106 active file.
19107 (gnus-agent-get-group-info): New function.
19108 (gnus-agent-fetch-articles):
19109 Use gnus-agent-update-files-total-fetched-for to increment disk space
19110 used.
19111 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19112 Use gnus-agent-update-view-total-fetched-for to increment disk space
19113 used.
19114 (gnus-agent-get-local): Add optional parameters to avoid calling
19115 gnus-group-real-name and gnus-find-method-for-group.
19116 (gnus-agent-set-local): Delete stored entry if either min, or max,
19117 are nil.
19118 (gnus-agent-fetch-session): Reworded error/quit messages.
19119 On quit, use gnus-agent-regenerate-group to record existence of any
19120 articles fetched to disk before the quit occurred.
19121 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19122 gnus-agent-update-view-total-fetched-for, and
19123 gnus-agent-update-files-total-fetched-for to decrement disk space
19124 used.
19125 (gnus-agent-retrieve-headers):
19126 Use gnus-agent-update-view-total-fetched-for to increment disk space
19127 used.
19128 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19129 with gnus-agent-update-files-total-fetched-for to decrement disk
19130 space and fresh group buffer.
19131 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19132 (gnus-agent-need-update-total-fetched-for): New variable.
19133 (gnus-agent-update-files-total-fetched-for): New function.
19134 (gnus-agent-update-view-total-fetched-for): New function.
19135 (gnus-agent-total-fetched-for): New function.
19136
19137 * gnus-cache.el (gnus-cache-save-buffers):
19138 Use gnus-cache-update-overview-total-fetched-for to change disk space
19139 used by this group.
19140 (gnus-cache-possibly-enter-article):
19141 Use gnus-cache-update-file-total-fetched-for to increment disk space
19142 used by this group.
19143 (gnus-cache-possibly-remove-article):
19144 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19145 used by this group.
19146 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19147 (gnus-cache-rename-group): New function.
19148 (gnus-cache-delete-group): New function.
19149 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19150 (gnus-cache-need-update-total-fetched-for): New variable.
19151 (gnus-cache-with-refreshed-group): New macro.
19152 (gnus-cache-update-file-total-fetched-for): New function.
19153 (gnus-cache-update-overview-total-fetched-for): New function.
19154 (gnus-cache-rename-group-total-fetched-for): New function.
19155 (gnus-cache-delete-group-total-fetched-for): New function.
19156 (gnus-cache-total-fetched-for): New function.
19157
19158 * gnus-group.el: Require gnus-sum and autoload functions to
19159 resolve warnings when gnus-group.el compiled alone.
19160 (gnus-group-line-format): Documented new %F.
19161 (size of Fetched data) group line format; identifies disk space
19162 used by agent and cache.
19163 (gnus-group-line-format-alist): Defined new F format.
19164 (gnus-total-fetched-for): New function.
19165 (gnus-group-delete-group): No longer update
19166 gnus-cache-active-altered as gnus-request-delete-group now keeps
19167 the cache in sync.
19168 (gnus-group-list-active): Let the agent store a server's active
19169 list if currently plugged.
19170
19171 * gnus-int.el (gnus-request-delete-group):
19172 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19173 local disk in sync with the server.
19174 (gnus-request-rename-group):
19175 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19176 local disk in sync with the server.
19177
19178 * gnus-start.el (gnus-get-unread-articles):
19179 Cosmetic simplification to logic.
19180
19181 * gnus-util.el (gnus-rename-file): New function.
19182
19183 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19184
19185 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19186
19187 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19188
19189 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19190 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19191
19192 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19193
19194 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19195 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19196
19197 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19198
19199 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19200
19201 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19202
19203 * spam.el (spam-set-difference): Add function to replace
19204 gnus-set-difference in spam.el.
19205 (spam-summary-prepare-exit): Use spam-set-difference.
19206
19207 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19208
19209 * gnus-registry.el (gnus-registry-cache-file): Update to use
19210 gnus-dribble-directory OR gnus-home-directory OR ~.
19211 (gnus-registry-split-fancy-with-parent): Fix doc.
19212
19213 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19214
19215 * message.el (message-exchange-point-and-mark):
19216 Use message-mark-active-p. Suggested by Jesper Harder
19217 <harder@ifa.au.dk>.
19218
19219 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19220
19221 * message.el (message-exchange-point-and-mark): Don't activate
19222 region if it was inactive. Suggested by Hiroshi Fujishima
19223 <pooh@nature.tsukuba.ac.jp>.
19224
19225 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19226
19227 * gnus-art.el (article-display-face): Display Faces in the same
19228 order as X-Faces.
19229
19230 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19231
19232 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19233
19234 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19235
19236 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19237 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19238 (gnus-article-mime-hierarchy): Remove.
19239 (gnus-article-mime-hierarchy-next): Remove.
19240 (gnus-article-mode): Revert 2004-03-19 change.
19241 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19242 (gnus-insert-mime-button): Revert 2004-03-19 change.
19243 (gnus-mime-accumulate-hierarchy): Remove.
19244 (gnus-mime-enter-multipart): Remove.
19245 (gnus-mime-leave-multipart): Remove.
19246 (gnus-mime-display-part): Revert 2004-03-19 change.
19247 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19248
19249 * mml.el (mml-preview): Revert 2004-03-19 change.
19250
19251 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19252
19253 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19254
19255 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19256
19257 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19258 t while entering a file name using the mm-with-multibyte macro.
19259 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19260
19261 * mm-util.el (mm-with-multibyte): New macro.
19262
19263 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19264
19265 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19266 New user option.
19267 (gnus-mime-multipart-functions): Doc and customization fix.
19268 (gnus-article-mime-hierarchy): New variable.
19269 (gnus-article-mime-hierarchy-next): New variable.
19270 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19271 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19272 gnus-article-mime-hierarchy-next to nil.
19273 (gnus-insert-mime-button): Show hierarchy numbers.
19274 (gnus-mime-accumulate-hierarchy): New function.
19275 (gnus-mime-enter-multipart): New function.
19276 (gnus-mime-leave-multipart): New function.
19277 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19278 (gnus-mime-display-alternative): Show hierarchy numbers.
19279
19280 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19281 gnus-article-mime-hierarchy-next to nil.
19282
19283 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19284
19285 * dns.el: Don't require gnus-xmas.
19286
19287 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19288
19289 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19290 inline PGP.
19291 (mml-menu): Disable mml-quote-region if mark is inactive.
19292
19293 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19294
19295 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19296 when the group's active is not available.
19297
19298 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19299
19300 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19301 error.
19302
19303 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19304
19305 * imap.el (imap-store-password): New variable.
19306 (imap-interactive-login): Use it.
19307 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19308
19309 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19310
19311 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19312 window-start and hscroll to summary window.
19313
19314 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19315
19316 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19317 conversion message to newsrc-dribble when an actual conversion is
19318 performed.
19319
19320 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19321
19322 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19323
19324 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19325
19326 * mm-decode.el (mm-complicated-handles): New function reviving
19327 former definition of mm-multiple-handles.
19328
19329 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19330 (gnus-mime-delete-part): Use it.
19331
19332 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19333
19334 * gnus-agent.el (gnus-agent-read-local):
19335 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19336 avoid the implicit assumption that they will always be equal.
19337 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19338 coding-system-for-write, as the with-temp-file macro first prints
19339 to a buffer then saves the buffer.
19340
19341 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19342
19343 * gnus-art.el (gnus-article-edit-part): New function.
19344 (gnus-mime-save-part-and-strip): Use it; do query instead of
19345 signaling an error; don't use mm-multiple-handles.
19346 (gnus-mime-delete-part): Ditto.
19347
19348 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19349
19350 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19351 old file versions.
19352 (gnus-group-prepare-hook): Remove function that converted list
19353 form of gnus-agent-expire-days to group properties.
19354
19355 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19356 (gnus-request-accept-article): Re-indented.
19357
19358 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19359 converters to handle old agent file formats. Add logic for a
19360 "backup before upgrading warning".
19361 (gnus-convert-mark-converter-prompt): Developers can mark
19362 functions as needing (default), or not needing,
19363 gnus-convert-old-newsrc's "backup before upgrading warning".
19364 (gnus-convert-converter-needs-prompt): Tests whether the user
19365 should be protected from potentially irreversable changes by the
19366 function.
19367
19368 * legacy-gnus-agent.el: New. Provides converters that are only
19369 loaded when gnus-convert-old-newsrc needs to call them.
19370
19371 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19372
19373 * mail-source.el (mail-source-touch-pop): Doc fix.
19374
19375 * message.el (message-smtpmail-send-it): Doc fix.
19376
19377 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19378
19379 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19380
19381 * nnmail.el (nnmail-split-fancy): do.
19382
19383 * gnus-kill.el (gnus-kill, gnus-execute): do.
19384
19385 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19386
19387 * gnus-sum.el (gnus-widget-reversible-match)
19388 (gnus-widget-reversible-to-internal)
19389 (gnus-widget-reversible-to-external): New functions.
19390 (gnus-widget-reversible): New widget.
19391 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19392
19393 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19394
19395 * gnus-sum.el (gnus-thread-sort-functions)
19396 (gnus-article-sort-functions): Document `(not F)' items.
19397
19398 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19399
19400 * spam.el (spam-use-gmane-xref): Add new backend.
19401 (spam-gmane-xref-spam-group): Add variable to control the name of the
19402 Gmane spam group.
19403 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19404 (spam-regex-headers-spam, spam-regex-headers-ham)
19405 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19406 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19407 backends and checks.
19408 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19409
19410 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19411 an autodetect method.
19412
19413 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19414
19415 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19416 articles are being added to a group.
19417 (gnus-request-replace-article): Inform the agent that articles
19418 need to be uncached as the cached contents are no longer valid.
19419
19420 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19421
19422 * binhex.el: Don't autoload executable-find.
19423
19424 * canlock.el: Don't autoload mail-fetch-field.
19425
19426 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19427
19428 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19429 rmail-dont-reply-to and rmail-output.
19430
19431 * gnus-score.el: Don't autoload ffap-string-at-point.
19432
19433 * gnus-setup.el: Don't autoload sc-cite-original.
19434
19435 * imap.el: Don't autoload base64-decode-string,
19436 base64-encode-string and md5.
19437
19438 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19439 and rmail-msg-restore-non-pruned-header.
19440
19441 * mm-decode.el: Don't autoload executable-find.
19442
19443 * mm-url.el: Don't autoload executable-find.
19444
19445 * mm-view.el: Don't autoload diff-mode.
19446
19447 * nndb.el: Don't autoload news-reply-mode, news-setup,
19448 cancel-timer and telnet.
19449
19450 * password.el: Don't autoload run-at-time for Emacs.
19451
19452 * sha1-el.el: Don't autoload executable-find.
19453
19454 * sieve-mode.el: Don't autoload c-mode.
19455
19456 * uudecode.el: Don't autoload executable-find.
19457
19458 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19459
19460 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19461 (gnus-agent-possibly-alter-active): Avoid null in numeric
19462 comparison.
19463 (gnus-agent-set-local): Refuse to save null in local object table.
19464 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19465 list of articles that will be marked as unread.
19466
19467 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19468
19469 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19470
19471 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19472
19473 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19474 language tags.
19475
19476 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19477
19478 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19479 Don't bind "obarray".
19480
19481 * gnus-sum.el (gnus-thread-sort-functions):
19482 Add `gnus-thread-sort-by-most-recent-number' and
19483 `gnus-thread-sort-by-most-recent-date'.
19484 Reported by Kai Grossjohann <kai@emptydomain.de>.
19485
19486 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19487
19488 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19489
19490 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19491
19492 * gnus-cus.el (gnus-agent-customize-category):
19493 Remove ignore-errors macro reference that required cl to be loaded at
19494 run-time.
19495
19496 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19497 single-interval range of the form (min . max). Previously the
19498 range had to look like ((min . max)). Likewise, return
19499 (min . max) rather than ((min . max)).
19500 (gnus-range-map): Use gnus-range-normalize to accept
19501 single-interval range.
19502
19503 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19504 the cache, but not the agent, now appear with their usual face.
19505
19506 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19507
19508 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19509 w3m-safe-url-regexp variable buffer-local.
19510
19511 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19512
19513 2004-02-27 Simon Josefsson <jas@extundo.com>
19514
19515 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19516 gnus-group-real-prefix.
19517 (gnus-summary-move-article): Use it, instead of
19518 gnus-group-real-prefix.
19519
19520 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19521
19522 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19523 w3m-safe-url-regexp variable buffer-local and set it as the value
19524 of mm-w3m-safe-url-regexp.
19525
19526 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19527
19528 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19529 parsing gnus-posting-styles when the message is not for replying.
19530
19531 * nnrss.el (nnrss-opml-export):
19532 Use mm-set-buffer-file-coding-system instead of
19533 set-buffer-file-coding-system.
19534
19535 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19536
19537 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19538 of checkdoc.el).
19539 * nnrss.el: do.
19540 * gnus-mlspl.el: do.
19541 * gnus-ml.el: do.
19542 * gnus-srvr.el: do.
19543
19544 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19545
19546 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19547
19548 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19549 Corrections to custom-manual links.
19550
19551 * gnus-art.el (gnus-article): Ditto.
19552
19553 * mm-decode.el (mime-display, mime-security): Ditto.
19554
19555 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19556
19557 * flow-fill.el: Typo.
19558
19559 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19560
19561 * spam-wash.el: New file.
19562
19563 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19564
19565 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19566
19567 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19568
19569 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19570 to be run with new-articles as LIST1, not LIST2.
19571 (spam-registration-functions): Add spam-use-ham-copy as a nil
19572 registration backend.
19573
19574 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19575
19576 * spam-stat.el (spam-stat-washing-hook): New option.
19577 (spam-stat-buffer-words): Use it.
19578 (spam-stat-process-directory, spam-stat-test-directory):
19579 Use insert-file-contents-literally.
19580 (spam-stat-coding-system): New variable.
19581 (spam-stat-load, spam-stat-save): Use it.
19582
19583 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19584
19585 * spam-report.el (spam-report-plug-agent):
19586 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19587
19588 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19589
19590 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19591 Allow / in mailto URLs.
19592
19593 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19594
19595 * spam-report.el (spam-report-process-queue): Fix interactive use.
19596 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19597 (spam-report-unplug-agent): Doc fixes.
19598 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19599 (spam-report-agentize, spam-report-deagentize):
19600 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19601
19602 * message.el (message-setup-fill-variables): Add mml tags to
19603 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19604 <ajk@iu.edu>.
19605 (message-mode): Don't modify paragraph-separate there.
19606
19607 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19608
19609 * compface.el (uncompface-use-external): Default to undecided.
19610 (uncompface-use-external-threshold): New variable.
19611 (uncompface-float-time): New macro.
19612 (uncompface): Determine whether to use the external decoder if
19613 uncompface-use-external is undecided.
19614
19615 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19616
19617 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19618 after images.
19619
19620 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19621
19622 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19623
19624 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19625
19626 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19627
19628 * gnus-sum.el (gnus-summary-limit-to-age)
19629 (gnus-summary-limit-children): do.
19630
19631 * gnus-int.el (gnus-request-scan): do.
19632
19633 * gnus-group.el (gnus-group-suspend): do.
19634
19635 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19636
19637 * gnus-cite.el (gnus-cite-parse-attributions): do.
19638
19639 * gnus-agent.el (gnus-summary-set-agent-mark)
19640 (gnus-agent-regenerate-group): do.
19641
19642 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19643
19644 * binhex.el (binhex-decode-region-internal): do.
19645
19646 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19647
19648 * gnus-fun.el (gnus-face-properties-alist): New user option.
19649 (gnus-display-x-face-in-from): Use it.
19650
19651 * gnus-art.el (article-display-face): Ditto.
19652
19653 * compface.el (uncompface-use-external): Default to nil.
19654
19655 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19656
19657 * nntp.el (nntp-erase-buffer): New function.
19658 (nntp-retrieve-data, nntp-send-command)
19659 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19660 (nntp-possibly-change-group): Use it.
19661
19662 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19663 Use with-current-buffer.
19664
19665 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19666
19667 * compface.el: Merge the ELisp-based uncompface program.
19668 (compface): New customization group.
19669 (uncompface-use-external): New user option.
19670 (uncompface): Call uncompface-internal if uncompface-use-external
19671 is nil.
19672 (uncompface-internal): New function. Note that there are also
19673 some other functions and variables added for this function.
19674
19675 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19676
19677 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19678 if necessary.
19679
19680 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19681
19682 * spam-report.el (spam-report-unplug-agent)
19683 (spam-report-plug-agent, spam-report-deagentize)
19684 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19685 Add support for the Agent in spam-report: when unplugged, report to a
19686 file; when plugged, submit all the requests.
19687
19688 * spam.el (spam-register-routine): Fix message about
19689 registration.
19690
19691 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19692
19693 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19694 dependencies.
19695 (rfc2047-encode): Use it.
19696
19697 * gnus-art.el (gnus-button-marker-list): Move before first
19698 reference.
19699
19700 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19701 (imap-parse-body): Fix format string mismatch.
19702
19703 * gnus-score.el (gnus-summary-increase-score): do.
19704
19705 * nnrss.el (nnrss-close): New function.
19706
19707 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19708
19709 * nnrss.el (nnrss-make-filename): New function.
19710 (nnrss-request-delete-group, nnrss-read-server-data)
19711 (nnrss-save-server-data, nnrss-read-group-data)
19712 (nnrss-save-group-data): Use it.
19713 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19714 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19715 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19716
19717 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19718
19719 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19720
19721 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19722
19723 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19724 files.
19725
19726 * message.el (message-generate-headers-first): Don't quote nil
19727 and t in docstrings.
19728
19729 * imap.el (imap-id): do.
19730
19731 * gnus-agent.el (gnus-agent-consider-all-articles)
19732 (gnus-agent-queue-mail): do.
19733
19734 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19735
19736 * spam-report.el (spam-report-process-queue): New function.
19737 Process requests from `spam-report-requests-file'.
19738 (spam-report-process-queue): Doc fix.
19739
19740 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19741
19742 * spam.el (spam-register-routine)
19743 (spam-log-processing-to-registry, spam-log-registered-p)
19744 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19745 Change "check" to "spam-check" for semi-clarity.
19746
19747 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19748
19749 * pop3.el: Require nnheader.
19750
19751 * mml-smime.el: Require cl. Autoload message-fetch-field.
19752
19753 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19754
19755 * gnus-picon.el: Require cl.
19756
19757 * gnus-fun.el: Require gnus-ems and gnus-util.
19758
19759 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19760
19761 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19762
19763 * gnus-art.el (gnus-article-edit-mode): Define before first
19764 reference.
19765
19766 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19767
19768 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19769 (gnus-uu-post-encoded): Use point-at-bol.
19770
19771 * gnus-topic.el (gnus-group-active-topic-p): do.
19772
19773 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19774
19775 * gnus-group.el (gnus-group-kill-region): do.
19776
19777 * gnus-art.el (article-date-ut): do.
19778
19779 * message.el (message-fetch-field): Remove redundant
19780 case-fold-search binding.
19781 (message-narrow-to-field): Simplify.
19782
19783 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19784
19785 * spam.el (spam-directory): Derive from `gnus-directory'.
19786
19787 * spam-report.el (spam-report-url-to-file)
19788 (spam-report-requests-file): New function and variable for offline
19789 reporting.
19790 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19791 and user defined function.
19792 (spam-report-url-ping-mm-url): Remove doubled slash.
19793
19794 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19795
19796 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19797
19798 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19799
19800 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19801 Fix format string mismatch.
19802
19803 * sieve.el (sieve-deactivate-all): do.
19804
19805 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19806
19807 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19808
19809 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19810
19811 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19812
19813 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19814
19815 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19816 the list of checks.
19817
19818 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19819
19820 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19821 padding.
19822
19823 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19824
19825 * mm-view.el (mm-fill-flowed): New variable.
19826 (mm-inline-text): Use it.
19827
19828 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19829
19830 * spam.el (spam-spamassassin-register-ham-routine)
19831 (spam-spamassassin-register-spam-routine): Fix function names.
19832
19833 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19834
19835 * gnus.el (gnus-tmp-grouplens): Remove.
19836 (gnus-summary-line-format): Remove grouplens.
19837
19838 * gnus-group.el (gnus-group-line-format): Ditto.
19839
19840 * gnus-spec.el (gnus-format-specs): Ditto.
19841 (gnus-update-format-specifications): Flush the group format spec
19842 cache if there's the grouplens stuff.
19843 (gnus-parse-simple-format): Replace %l with the empty string.
19844
19845 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19846
19847 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19848 omission.
19849
19850 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19851
19852 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19853 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19854
19855 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19856
19857 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19858 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19859 New macros and functions.
19860 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19861 Handle > NLINK_MAX messages.
19862 * nnmaildir.el (nnmaildir-request-set-mark):
19863 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19864
19865 2004-01-25 Alex Schroeder <alex@gnu.org>
19866
19867 * spam-stat.el (spam-stat-process-directory-age): New option.
19868 (spam-stat-process-directory): Use it.
19869
19870 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
19871
19872 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19873 (spam-stat-save): Accept prefix argument.
19874
19875 2004-01-23 Paul Jarc <prj@po.cwru.edu>
19876
19877 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19878 links" error.
19879
19880 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19881
19882 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19883 compatibility with old .newsrc.eld files.
19884
19885 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19886
19887 * gnus-start.el (gnus-1): do.
19888
19889 * gnus-group.el (gnus-group-line-format-alist): do.
19890
19891 * gnus.el (gnus-use-grouplens, gnus-visual): do.
19892
19893 * gnus-gl.el: Remove.
19894
19895 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
19896
19897 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19898 marks consisting of a single range {for example, (3 . 5)} rather
19899 than a list of a single range { ((3 . 5)) }.
19900
19901 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19902
19903 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19904 Use with-current-buffer.
19905 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19906 avoid consing a string.
19907
19908 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19909 Remove obsolete entries for big5 and gb2312.
19910
19911 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
19912
19913 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19914 uncompressed list.
19915
19916 2004-01-22 Jesper Harder <harder@ifa.au.dk>
19917
19918 * spam-stat.el (spam-stat-strip-xref): New function.
19919 (spam-stat-process-directory): Use it.
19920
19921 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19922 here -- it's done in message-fetch-field.
19923
19924 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
19925
19926 * gnus-agent.el (gnus-agent-queue-mail)
19927 (gnus-agent-prompt-send-queue): New variables.
19928 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19929 * gnus-draft.el (gnus-group-send-queue): Pass the group name
19930 "nndraft:queue" along to gnus-draft-send.
19931 Use gnus-agent-prompt-send-queue.
19932 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19933 is "nndraft:queue". Suggested by Gaute Strokkenes
19934 <gs234@srcf.ucam.org>
19935
19936 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19937 (agent-enable-undownloaded-faces): Add.
19938 (gnus-agent-cat-groups): Use eval-and-compile, not
19939 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19940 method of gnus-agent-cat-groups even when the buffer has been
19941 evaled.
19942 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19943 delete gnus-agent-save-active-1.
19944 (gnus-agent-save-groups): Delete. Identical to
19945 gnus-agent-save-active.
19946 (gnus-agent-write-active): No longer adjust agent's copy of active
19947 file as agent's adjustments are now stored in their own
19948 file. Remove optional parameter.
19949 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19950 servers. Add use of min/max range limits from server's local
19951 file.
19952 (gnus-agent-save-alist): Remove unused optional argument.
19953 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19954 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19955 (gnus-agent-set-local): A per-server file that keeps min/max range
19956 limits for articles known to the agent. Provides a fast mechanism
19957 for altering many active ranges.
19958 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19959 active file (local makes it unnecessary).
19960 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19961
19962 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19963 (agent-enable-undownloaded-faces): Add.
19964
19965 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19966 disable it when sending to "nndraft:queue".
19967 (gnus-group-send-queue): Add safety check to avoid sending queue
19968 when unplugged.
19969
19970 * gnus-group.el (gnus-group-catchup): Use new
19971 gnus-sequence-of-unread-articles, not
19972 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19973 numbers of articles. Use gnus-range-map to avoid having to
19974 uncompress the unread list.
19975 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19976 Fix invalid ange-ftp reference.
19977
19978 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19979 (gnus-sorted-range-intersection): Intersection of two ranges
19980 without requiring that they first be uncompressed.
19981
19982 * gnus-start.el (gnus-activate-group): Unless blocked by the
19983 caller, possibly expand the active range to include both cached
19984 and agentized articles.
19985 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19986 multiple version-dependent converters.
19987 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19988 gnus-agent-save-active.
19989 (gnus-save-newsrc-file): Save dirty agent range limits.
19990
19991 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19992 gnus-agent-possibly-alter-active.
19993 (gnus-adjust-marked-articles): Faster handling of simple lists
19994
19995 2004-01-21 Jesper Harder <harder@ifa.au.dk>
19996
19997 * spam-stat.el (spam-stat-test-directory): New optional argument
19998 displays a list of files detected. Suggested by Andrew Cohen
19999 <cohen@andy.bu.edu>.
20000 (spam-stat-buffer-words-with-scores): Don't narrow and change
20001 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20002
20003 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20004
20005 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20006 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20007 (spam-spamassassin-arguments)
20008 (spam-spamassassin-spam-flag-header)
20009 (spam-spamassassin-positive-spam-flag-header)
20010 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20011 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20012 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20013 (spam-list-of-processors, spam-list-of-checks)
20014 (spam-list-of-statistical-checks, spam-registration-functions)
20015 (spam-check-spamassassin-headers, spam-check-spamassassin)
20016 (spam-spamassassin-score)
20017 (spam-spamassassin-register-with-sa-learn)
20018 (spam-spamassassin-register-spam-routine)
20019 (spam-spamassassin-register-ham-routine)
20020 (spam-assassin-register-spam-routine)
20021 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20022 (spam-bogofilter-score): Fix to show article before scoring.
20023
20024 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20025
20026 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20027 default scoring function.
20028 (spam-generic-score): Call spam-spamassassin-score if
20029 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20030 spam-bogofilter-score otherwise.
20031
20032 * gnus.el (spam-process, spam-autodetect-methods):
20033 Add spamassassin and spamassassin-headers.
20034
20035 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20036
20037 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20038 Suppress unnecessary messages.
20039
20040 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20041
20042 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20043 make-hash-table.
20044
20045 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20046
20047 * canlock.el (base64-encode-string): Don't autoload it.
20048
20049 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20050
20051 * run-at-time.el: Remove useless (require 'itimer),
20052 eval-and-compile and (featurep 'xemacs).
20053
20054 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20055
20056 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20057 GROUP is a virtual group.
20058
20059 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20060
20061 * gnus.el: Autoload `message-y-or-n-p'.
20062
20063 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20064
20065 * pgg-parse.el: Remove unnecessary (require 'custom).
20066
20067 * pgg-def.el: do.
20068
20069 * nnmail.el: do.
20070
20071 * gnus-undo.el: do.
20072
20073 * gnus-picon.el: do.
20074
20075 * gnus-util.el: do.
20076
20077 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20078
20079 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20080
20081 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20082
20083 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20084 handle, as well as a list.
20085
20086 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20087 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20088 (mm-w3m-cid-retrieve): Simplify.
20089
20090 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20091
20092 * message.el (message-kill-to-signature): Allow prefix arg to
20093 specify number of lines to keep before signature.
20094
20095 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20096
20097 * message.el (message-kill-to-signature): Change docstring.
20098
20099 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20100
20101 * canlock.el: Always require sha1-el.
20102 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20103
20104 * message.el: Autoload sha1 only when compiling.
20105
20106 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20107
20108 * message.el (message-canlock-generate): Require sha1-el.
20109
20110 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20111
20112 * message.el (message-expand-name): Silence the byte compiler.
20113
20114 2004-01-13 Simon Josefsson <jas@extundo.com>
20115
20116 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20117 Invoke gnus-score-mode.
20118 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20119
20120 * gnus-range.el (gnus-compress-sequence): Doc fix.
20121 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20122
20123 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20124
20125 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20126
20127 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20128
20129 * spam.el (spam-get-article-as-string): Update to use
20130 gnus-request-article-this-buffer, much simpler.
20131 (spam-get-article-as-buffer): Remove.
20132
20133 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20134
20135 * message.el (message-expand-name): Use EUDC if the user uses that.
20136
20137 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20138
20139 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20140 character for the encoding to avoid consing a string.
20141
20142 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20143 unnecessarily.
20144
20145 * mm-util.el (mm-replace-chars-in-string): Remove.
20146
20147 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20148 of mm-replace-chars-in-string.
20149
20150 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20151
20152 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20153
20154 * mm-util.el (mm-subst-char-in-string): Support inplace.
20155
20156 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20157 a new string in every iteration. Use shy groups.
20158
20159 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20160
20161 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20162 * gnus-soup.el (gnus-soup-group-brew):
20163 * gnus-msg.el (gnus-put-message):
20164 * gnus-move.el (gnus-group-move-group-to-server):
20165 * gnus-kill.el (gnus-batch-score):
20166 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20167 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20168 (gnus-group-update-group, gnus-group-read-group)
20169 (gnus-group-make-group, gnus-group-make-help-group)
20170 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20171 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20172 (gnus-group-sort-by-unread, gnus-group-catchup)
20173 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20174 (gnus-group-yank-group, gnus-group-set-info)
20175 (gnus-group-list-groups):
20176 * gnus.el (gnus-generate-new-group-name):
20177 * gnus-delay.el (gnus-delay-send-queue):
20178 * nnvirtual.el (nnvirtual-catchup-group):
20179 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20180 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20181 (gnus-group-prepare-topics, gnus-topic-check-topology):
20182 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20183 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20184 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20185 (gnus-group-make-articles-read):
20186 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20187 (gnus-group-change-level, gnus-kill-newsgroup)
20188 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20189 (gnus-get-unread-articles, gnus-make-articles-unread)
20190 (gnus-make-ascending-articles-unread): Use accessor
20191 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20192 to get group information for improved readability.
20193
20194 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20195
20196 * gnus-art.el (article-decode-mime-words, article-babel)
20197 (gnus-article-highlight-signature, gnus-article-add-buttons)
20198 (gnus-signature-toggle): Use gnus-with-article-buffer.
20199
20200 * gnus-art.el (gnus-article-highlight-headers)
20201 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20202
20203 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20204 (gnus-article-set-globals, gnus-request-article-this-buffer)
20205 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20206 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20207 (gnus-mime-display-alternative): Use with-current-buffer.
20208
20209 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20210
20211 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20212 also under 80 char limit, and call gnus-error if needed.
20213 (spam-fetch-article-header): Fix - it was a
20214 buffer-local variable (gnus-newsgroup-data).
20215 (spam-find-spam): Use spam-generate-fake-headers, forget about
20216 spam-insert-fake-headers.
20217 (spam-insert-fake-headers): Remove.
20218
20219 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20220
20221 * deuglify.el (gnus-article-outlook-unwrap-lines)
20222 (gnus-outlook-rearrange-article)
20223 (gnus-outlook-repair-attribution-outlook)
20224 (gnus-outlook-repair-attribution-block)
20225 (gnus-outlook-repair-attribution-other): Remove redundant
20226 save-excursion.
20227
20228 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20229
20230 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20231 (spam-fetch-field-subject-fast)
20232 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20233 (spam-fetch-article-header): Add functions to deal with Gnus
20234 internals for fast retrieval of article header data.
20235 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20236
20237 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20238
20239 * pop3.el (pop3-md5): Remove.
20240 (pop3-apop): Replace pop3-md5 with md5.
20241
20242 * mm-bodies.el: base64 is always built-in.
20243
20244 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20245 Use with-current-buffer.
20246
20247 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20248
20249 * canlock.el (canlock-insert-header): Remove excessive grouping in
20250 regexp.
20251
20252 * gnus-sum.el (gnus-summary-read-document): Ditto.
20253
20254 * gnus-uu.el (gnus-uu-part-number): Ditto.
20255
20256 * html2text.el (html2text-remove-tags): Ditto.
20257 (html2text-format-tags): Ditto.
20258 (html2text-format-single-elements): Ditto.
20259
20260 * mml.el (mml-parse-1): Ditto.
20261
20262 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20263
20264 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20265
20266 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20267
20268 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20269
20270 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20271
20272 2003-11-15 Simon Josefsson <jas@extundo.com>
20273
20274 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20275 (pgg-gpg-lookup-key): Use regexp match instead of
20276 split-string (split-string is different between emacs 21.2 and
20277 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20278
20279 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20280
20281 * gnus-art.el (gnus-mime-view-all-parts)
20282 (gnus-article-part-wrapper, gnus-article-view-part):
20283 Use with-current-buffer.
20284
20285 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20286
20287 * spam.el (spam-disable-spam-split-during-ham-respool)
20288 (spam-spamoracle-database, spam-cache-lookups)
20289 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20290 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20291 (spam-group-ham-marks, spam-group-spam-marks)
20292 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20293 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20294 also add spam-use-blackholes to the statistical checks.
20295 (spam-fetch-field-fast): Add interface to fetching fields, may
20296 become a macro.
20297 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20298 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20299 (spam-insert-fake-headers): Fake an article when needed.
20300 (spam-find-spam): Fake article when possible.
20301 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20302 (spam-check-bogofilter-headers): Use message-fetch-field instead
20303 of nnmail-fetch-field.
20304
20305 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20306
20307 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20308
20309 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20310
20311 * spam.el (spam-split): Do not require spam-use-CHECK to be
20312 enabled if that check is passed to spam-split explicitly; also
20313 fix so 'spam doesn't get converted to spam-split-group when
20314 spam-split-symbolic-return is t.
20315 (spam-find-spam): Find registrations of the article and use those
20316 instead of re-running spam-split to find the spam/ham
20317 classification of the article.
20318 (spam-log-processing-to-registry, spam-log-registered-p)
20319 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20320 Use gnus-error instead of gnus-message.
20321 (spam-log-registration-type): Add function to determine the
20322 classification of a message based on registry entries; will
20323 return nil if both 'spam and 'ham are found.
20324 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20325 a reasonably fast local cache without the loading errors.
20326 (spam-cache-lookups): Set to t by default.
20327 (spam-find-spam): Don't try to guess spam-cache-lookups.
20328 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20329 spam-caches entry.
20330 (spam-filelist-build-cache, spam-filelist-check-cache):
20331 Fix caching of whitelist/blacklist entries.
20332 (spam-check-whitelist, spam-check-blacklist):
20333 Invoke spam-from-listed-p with a type, not a cache variable.
20334 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20335
20336 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20337
20338 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20339
20340 * nnmail.el (nnmail-split-fancy): do.
20341
20342 * mml.el (mml-parse): do.
20343
20344 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20345 (gnus-score-adaptive): do.
20346
20347 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20348
20349 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20350 (gnus-mime-button-map): Don't set keymap parent.
20351 (gnus-button-ctan-directory-regexp): Use shy grouping.
20352 (gnus-prev-page-map): Don't set keymap parent.
20353 (gnus-prev-page-map): Remove duplicated one.
20354 (gnus-next-page-map): Don't set keymap parent.
20355 (gnus-mime-security-button-map): Ditto.
20356
20357 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20358 version number.
20359
20360 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20361
20362 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20363
20364 * canlock.el (canlock-sha1-function): Remove.
20365 (canlock-sha1-function-for-verify): Remove.
20366 (canlock-openssl-program): Remove.
20367 (canlock-openssl-args): Remove.
20368 (canlock-ignore-errors): Remove.
20369 (canlock-sha1-with-openssl): Remove.
20370 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20371 (canlock-verify): Don't use canlock-ignore-errors.
20372
20373 * sha1-el.el (sha1-string-external): Make it can return a string
20374 in binary form.
20375 (sha1-region-external): Ditto.
20376 (sha1-string-internal): Ditto.
20377 (sha1-region-internal): Ditto.
20378 (sha1-region): Ditto.
20379 (sha1-string): Ditto.
20380 (sha1): Ditto.
20381
20382 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20383
20384 * spam.el (spam-report-articles-gmane): New command.
20385
20386 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20387
20388 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20389
20390 * run-at-time.el (run-at-time-saved): Remove.
20391 (run-at-time): Doc fix.
20392
20393 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20394
20395 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20396 (gnus-summary-limit-map): Add it.
20397 (gnus-summary-make-menu-bar): do.
20398
20399 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20400
20401 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20402 Make attempt at some caching support (done for BBDB only now).
20403 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20404 addresses to be checked.
20405 (spam-clear-cache-BBDB): Add function, to be invoked by
20406 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20407 (spam-check-BBDB): Check and use the caches, if
20408 spam-cache-lookups is on, remove superfluous (provide).
20409
20410 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20411
20412 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20413
20414 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20415
20416 * run-at-time.el (run-at-time-saved): Move to after the definition
20417 of `run-at-time'.
20418
20419 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20420
20421 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20422 mm-w3m-local-map-property.
20423
20424 * mm-view.el (mm-w3m-mode-map): Remove.
20425 (mm-w3m-local-map-property): Remove.
20426 (mm-inline-text-html-render-with-w3m): Don't use
20427 mm-w3m-local-map-property.
20428
20429 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20430
20431 * run-at-time.el: New file.
20432
20433 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20434 of gnus-set-text-properties.
20435
20436 * gnus-uu.el (gnus-uu-save-article): Ditto.
20437
20438 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20439
20440 * gnus-cite.el (gnus-cite-parse): Ditto.
20441
20442 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20443 of gnus-.
20444
20445 * gnus.el: Change calls to nnheader-run-at-time and
20446 password-run-at-time throughout to use run-at-time directly.
20447
20448 * password.el: Remove definition of run-at-time.
20449
20450 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20451
20452 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20453 in prompt.
20454
20455 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20456
20457 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20458 XEmacs version.
20459
20460 * dns.el (dns-make-network-process): Use `open-network-stream'
20461 instead of `gnus-xmas-open-network-stream'.
20462
20463 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20464
20465 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20466
20467 * gnus-art.el (gnus-mime-display-alternative)
20468 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20469 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20470 Don't use gnus-local-map-property.
20471
20472 * gnus-util.el (gnus-local-map-property): Remove.
20473
20474 * mm-view.el (mm-view-pkcs7-decrypt):
20475 Replace gnus-completing-read-maybe-default with completing-read.
20476
20477 * gnus-util.el (gnus-completing-read): do.
20478 (gnus-completing-read-maybe-default): Remove.
20479
20480 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20481
20482 * password.el: Only autoload `run-at-time' if not XEmacs.
20483 Only autoload the itimer functions if XEmacs.
20484
20485 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20486
20487 * gnus-art.el (gnus-read-string): Remove.
20488 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20489 read-string.
20490
20491 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20492
20493 * netrc.el: Autoload password-read.
20494 (netrc): Add configuration group.
20495 (netrc-encoding-method, netrc-openssl-path):
20496 Add variables for encoding and decoding of files with symmetric
20497 ciphers.
20498 (netrc-encode): Add assistant function to encode a file with
20499 netrc-encoding-method.
20500 (netrc-parse): Add interactive parameter, added optional
20501 decoding if netrc-encoding-method is non-nil but otherwise
20502 behavior is standard.
20503 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20504 Do s/encode/encrypt/ everywhere.
20505
20506 * spam.el: Remove executable-find autoload.
20507
20508 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20509
20510 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20511
20512 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20513
20514 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20515
20516 * gnus-art.el (gnus-treat-ansi-sequences)
20517 (article-treat-ansi-sequences): New variable and function.
20518 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20519
20520 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20521 Use it.
20522
20523 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20524
20525 * mm-util.el (mm-quote-arg): Remove.
20526
20527 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20528 shell-quote-argument.
20529
20530 * gnus-uu.el (gnus-uu-command): do.
20531
20532 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20533
20534 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20535 with make-char.
20536
20537 * mm-util.el (mm-make-char): Remove.
20538
20539 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20540 add-minor-mode.
20541
20542 * gnus-undo.el (gnus-undo-mode): do.
20543
20544 * gnus-topic.el (gnus-topic-mode): do.
20545
20546 * gnus-sum.el (gnus-dead-summary-mode): do.
20547
20548 * gnus-start.el (gnus-slave-mode): do.
20549
20550 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20551
20552 * gnus-ml.el (gnus-mailing-list-mode): do.
20553
20554 * gnus-gl.el (gnus-grouplens-mode): do.
20555
20556 * gnus-draft.el (gnus-draft-mode): do.
20557
20558 * gnus-dired.el (gnus-dired-mode): do.
20559
20560 * gnus-ems.el (gnus-add-minor-mode): Remove.
20561
20562 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20563 Replace gnus-char-width with char-width.
20564
20565 * gnus-ems.el (gnus-char-width): Remove.
20566
20567 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20568 Replace gnus-char-width with char-width.
20569
20570 * gnus-ems.el (gnus-char-width): Remove.
20571
20572 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20573 definition.
20574 Remove Emacs 20 hash table compatibility code.
20575
20576 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20577 20 compatibility code.
20578
20579 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20580
20581 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20582
20583 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20584 Replace with point-at-{eol,bol}.
20585
20586 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20587
20588 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20589
20590 * flow-fill.el (fill-flowed-point-at-bol)
20591 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20592
20593 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20594 Replace with point-at-{eol,bol} throughout all files.
20595
20596 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20597
20598 * ntlm.el (ntlm-string-as-unibyte): New macro.
20599 (ntlm-build-auth-response): Use it.
20600
20601 Remove Emacs 20 stuff:
20602 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20603 of delq and copy-sequence.
20604 * gnus-art.el (popup-menu): Remove the compiler macro.
20605 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20606 Emacs 20.
20607
20608 2004-01-05 Simon Josefsson <jas@extundo.com>
20609
20610 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20611 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20612 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20613 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20614 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20615 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20616 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20617 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20618 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20619 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20620 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20621 string-xor into ntlm-string-xor.
20622 Suggested by Jesper Harder <harder@myrealbox.com>.
20623
20624 * ntlm.el: Don't include poem.
20625
20626 * md4.el (print-int32, print-string-hexa): Remove.
20627 Suggested by Jesper Harder <harder@myrealbox.com>.
20628
20629 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20630
20631 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20632 probably breaks emacs with DL patch, but do we care? Is anyone
20633 still using the DL stuff?)
20634
20635 * sieve-manage.el: Use the password package.
20636 (sieve-manage-read-passwd): Remove.
20637 (sieve-manage-interactive-login): Use password. Re-add
20638 condition-case around loop.
20639
20640 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20641 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20642 Use the password package.
20643
20644 2003-02-19 Simon Josefsson <jas@extundo.com>
20645
20646 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20647 token.
20648
20649 2002-08-07 Simon Josefsson <jas@extundo.com>
20650
20651 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20652 (sieve-manage-authenticators):
20653 (sieve-manage-authenticator-alist): Add some SASL mechs.
20654 (sieve-sasl-auth): New function.
20655 (sieve-manage-cram-md5-auth):
20656 (sieve-manage-plain-auth): Rewrite using SASL library.
20657 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20658 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20659 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20660 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20661
20662 2004-01-05 Simon Josefsson <jas@extundo.com>
20663
20664 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20665 New files.
20666
20667 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20668
20669 * gnus-group.el (gnus-no-groups-message): Update.
20670
20671 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20672
20673 2003-11-09 Simon Josefsson <jas@extundo.com>
20674
20675 * imap.el: Support for ID IMAP extension (RFC 2971).
20676 (imap-local-variables): Add imap-id.
20677 (imap-id): New variable.
20678 (imap-id): New function.
20679 (imap-parse-response): Parse untagged ID response.
20680 * nnimap.el (nnimap-id): New variable.
20681 (nnimap-open-connection): Use it.
20682
20683 2003-12-28 Simon Josefsson <jas@extundo.com>
20684
20685 * gnus-score.el (gnus-score-edit-all-score): New.
20686 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20687
20688 2004-01-04 Simon Josefsson <jas@extundo.com>
20689
20690 * password.el: Add.
20691
20692 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20693
20694 * dns.el (dns-query-types): Fix typo.
20695 (dns-query-types): New function.
20696 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20697 PTR and SOA replies, see RFC 1035.
20698
20699 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20700
20701 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20702
20703 * Move to Changelog.2.
20704
20705 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20706
20707 * gnus.el (gnus-version-number): Bump version.
20708
20709 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20710
20711 * gnus.el: No Gnus v0.1 is released.
20712
20713 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20714
20715 * gnus.el: No Gnus v0.0 is released.
20716
20717 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20718
20719 * gnus.el (gnus-version-number): Bump.
20720 (gnus-version): No.
20721
20722 See ChangeLog.2 for earlier changes.
20723
20724 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20725
20726 This file is part of GNU Emacs.
20727
20728 GNU Emacs is free software: you can redistribute it and/or modify
20729 it under the terms of the GNU General Public License as published by
20730 the Free Software Foundation, either version 3 of the License, or
20731 (at your option) any later version.
20732
20733 GNU Emacs is distributed in the hope that it will be useful,
20734 but WITHOUT ANY WARRANTY; without even the implied warranty of
20735 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20736 GNU General Public License for more details.
20737
20738 You should have received a copy of the GNU General Public License
20739 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20740
20741 ;; Local Variables:
20742 ;; coding: utf-8
20743 ;; fill-column: 79
20744 ;; add-log-time-zone-rule: t
20745 ;; End: