Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4 since ido doesn't work on symbols (bug#9632).
5
6 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
7 when getting a single value as when getting all the values. This means
8 that atoms like `gcc-self' work cumulatively, like variable settings,
9 instead of getting the value from the last matching clause.
10 (gnus-group-find-parameter): Protect against the group buffer not
11 existing (bug#9585).
12
13 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14
15 * gnus-start.el (gnus-activate-group): Document more parameters
16 (bug#9694).
17
18 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
19 (bug#9692).
20
21 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
22 article was fetched, so that it can be expired later (bug#9958).
23 (gnus-agent-summary-fetch-series): Add doc string.
24 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
25 (bug#9517).
26
27 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
28 retrieval is happening.
29
30 * gnus.el (gnus-parameters): Doc fix.
31
32 2012-01-06 Dave Abrahams <dave@boostpro.com> (tiny change)
33
34 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
35 show the thread after expansion.
36
37 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
38
39 * gnus-art.el (article-narrow-to-head): If the head is completely
40 empty, narrow to the empty region (bug#9764).
41
42 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
43 read, and then mark them as unread only when the unread mark is used.
44 This makes `C-- T k' actually work, even though it's confusing.
45
46 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
47 alive before we try to find its window.
48
49 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
50
51 * mm-decode.el (mm-display-external): Use a longer timeout for the
52 deletion to allow slow programs to display the file.
53
54 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
55
56 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
57 prompt to be less confusing.
58
59 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
60 argument to `message-reply'. This broke `special-display-*' frame
61 pop-uping (bug#10238).
62
63 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
64
65 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
66 systems, since these allegedly don't work there.
67
68 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
69
70 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
71 live buffer.
72
73 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
74
75 * nnir.el (nnir-retrieve-headers): Protect against the article not
76 existing on the server (bug#10335).
77
78 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
79
80 * gnus-agent.el (gnus-agent-load-local): Recompute
81 gnus-agent-article-local on changing method.
82
83 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
84
85 * gnus.el (gnus-parameters): Note precedence.
86
87 2012-01-04 Leo <sdl.web@gmail.com>
88
89 * nndraft.el (nndraft-update-unread-articles): Don't move point around
90 in the group buffer.
91
92 2012-01-04 Julien Danjou <julien@danjou.info>
93
94 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
95 change.
96
97 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
98
99 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
100 too.
101
102 * nntp.el (nntp-retrieve-group-data-early): Use it.
103
104 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
105
106 * nntp.el (nntp-retrieval-in-progress): New variable.
107 (nntp-make-process-buffer): Make it buffer-local.
108
109 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
110 2010.
111 (gnus-demon-init): Use it to compute the time if time is on the form
112 "04:23".
113
114 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
115
116 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
117 status in the correct buffer.
118
119 2012-01-03 Leo <sdl.web@gmail.com>
120
121 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
122 when opening topics (bug#10407).
123
124 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
125
126 * mm-view.el (mm-display-inline-fontify): Add comment.
127
128 2011-12-15 Juri Linkov <juri@jurta.org>
129
130 * mm-decode.el (mm-inline-media-tests): Add missing
131 `mm-handle-media-subtype'.
132
133 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
134
135 * message.el (message-valid-fqdn-regexp): Update with newly approved
136 top-level domain names ".tel" and ".asia".
137
138 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
139
140 * gnus-sum.el (gnus-summary-show-article): Don't load shr
141 unconditionally.
142
143 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
146 pop-to-buffer-same-window for old Emacsen.
147
148 2011-12-04 Chong Yidong <cyd@gnu.org>
149
150 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
151 change (Bug#10200).
152
153 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
154
155 * compface.el (uncompface):
156 * gnus-art.el (gnus-article-x-face-command): Update the header format
157 of icon data for the most recent icontopbm program.
158
159 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
160
161 * gnus-msg.el (gnus-inews-do-gcc):
162 * message.el (message-send-mail):
163 * mml.el (mml-generate-mime): Share the value of the buffer-local
164 `message-options' variable between a draft buffer and temprary working
165 buffers.
166
167 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
170
171 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
172
173 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
174 for Cygwin.
175
176 2011-11-24 Glenn Morris <rgm@gnu.org>
177
178 * starttls.el: Fix case of "GnuTLS".
179
180 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
181
182 * gnus-group.el (gnus-group-highlight): Fix typo.
183
184 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
185
186 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
187 value of `delete-file', that returns nil for a local file but returns t
188 for a remote file using ssh.
189
190 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
191
192 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
193 avoid later breakage.
194
195 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
196
197 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
198 article buffers' name.
199
200 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
203 by Paul Eggert's spellfixes two days ago.
204
205 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
206
207 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
208 buffer-local instead of binding them to avoid warnings. Also demote
209 errors (bug#10063).
210 (font-lock-mode-hook): Shut up byte compiler.
211
212 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
213
214 * mm-util.el (mm-charset-after): Fix typo.
215
216 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
217
218 * gnus-sum.el (gnus-summary-make-menu-bar):
219 * gnus-uu.el (gnus-uu-decode-postscript)
220 (gnus-uu-decode-postscript-and-save):
221 * mailcap.el (mailcap-print-command):
222 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
223 Fix typos.
224
225 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
226
227 * gnus-art.el (gnus-article-part-wrapper):
228 * shr-color.el (shr-color-visible-distance-min)
229 (shr-color-relative-to-absolute, set-minimum-interval)
230 (shr-color-visible): Fix typos.
231
232 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
233
234 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
235 slightly clearer.
236
237 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
238
239 * message.el (message-send-and-exit): Document `arg'.
240
241 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
244
245 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
246
247 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
248 we don't use `bound-and-true-p'.
249
250 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
251
252 * gnus-util.el (gnus-bound-and-true-p): Remove.
253 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
254 * nnir.el: Use it.
255 * nnmairix.el: Use it.
256
257 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
258
259 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
260 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
261 for reasons unknown.
262 * nnir.el: Use it.
263 * nnmairix.el: Use it.
264
265 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
266 * nnir.el: Ditto.
267 * nnmairix.el: Ditto.
268
269 * gnus-registry.el (gnus-registry-enabled): Default to nil.
270
271 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * message.el (message-completion-function): Make sure
274 message-tab-body-function is not attempted if one of
275 message-completion-alist fails to find a completion (bug#9158).
276
277 2011-10-26 Daiki Ueno <ueno@unixuser.org>
278
279 * mml.el (mml-quote-region): Quote <#secure> tag.
280 (mml-generate-mime-1): Unquote <#secure> tag.
281
282 2011-10-20 Chong Yidong <cyd@gnu.org>
283
284 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
285 calling a minor mode from Lisp with nil arg enables it, so we have to
286 make the wording a bit ambiguous here).
287
288 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
289
290 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
291 * nnir.el (nnir-mode): Use it.
292 * nnmairix.el (nnmairix-determine-original-group-from-registry):
293 Use it.
294
295 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
296 * nnmairix.el (gnus-registry-enabled): Ditto.
297
298 2011-10-17 Dave Abrahams <dave@boostpro.com> (tiny change)
299
300 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
301 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
302 only while we need to find out if it should be t or nil.
303 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
304 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
305 the registry is installed. Set it to nil when it's unloaded.
306 (gnus-registry-install-p): Provide user guidance for the initial value
307 of `gnus-registry-install' when it's 'ask, otherwise return its value.
308 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
309 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
310 * nnmairix.el (nnmairix-determine-original-group-from-registry):
311 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
312 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
313 `gnus-registry-install'.
314
315 2011-10-17 Daiki Ueno <ueno@unixuser.org>
316
317 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
318 previous change.
319 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
320 primary key is marked as disabled.
321
322 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
323
324 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
325 primary key is marked as disabled.
326
327 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
328
329 * html2text.el (html2text-clean-anchor): Check for quotes around
330 `href' value.
331
332 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
333
334 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
335 searching. Drop `bbdb-cache'.
336
337 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
338
339 * message.el (message-signed-or-encrypted-p): Exclude header when
340 checking if there is signed or encrypted body in text/plain message.
341
342 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
343
344 * html2text.el (html2text-get-attr): Correctly handle attribute values
345 containing "=".
346
347 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
348
349 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
350 handle bindings.
351
352 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
353
354 * gnus-win.el (gnus-configure-windows): Protect against reading
355 ephemeral groups outside of Gnus.
356
357 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
358
359 * shr.el (shr-tag-img): Don't get images displayed in tables.
360
361 2011-10-03 Glenn Morris <rgm@gnu.org>
362
363 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
364 the "maintainer" version of debbugs.gnu.org reports.
365
366 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
367
368 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
369 make asynchronous adjacent image insertion work better.
370
371 2011-09-27 Daiki Ueno <ueno@unixuser.org>
372
373 * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
374 documentation.
375
376 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
377
378 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
379 `gnus-asynchronous' isn't shadowed.
380
381 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
384 (nnimap-insert-partial-structure): The charset parameter isn't
385 case-sensitive.
386
387 * nnheader.el (nnheader-message-maybe): New function.
388
389 * shr.el (shr-tag-table): Render totally broken tables better.
390
391 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
392 computing the boundary.
393
394 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
395
396 * pop3.el (pop3-number-of-responses): Remove.
397 (pop3-wait-for-messages): Rewrite to take linear time instead of
398 exponential time.
399
400 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
401
402 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
403 re-fetch images.
404
405 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
406 re-fetch images when hitting `g' in Gnus.
407
408 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
409
410 * mml.el (mml-inhibit-compute-boundary): New internal variable.
411 (mml-compute-boundary): Don't check collision if it is non-nil.
412 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
413 before checking collision.
414
415 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
416
417 * message.el (message-indent-citation): Really make sure there's a
418 newline at the end.
419
420 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
421 Fix suggested by John Wiegley.
422
423 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
424
425 * gnus-art.el (gnus-treat-hide-citation): Add doc.
426
427 * message.el (message-default-send-rename-function): Break out into its
428 own function.
429
430 * ecomplete.el (ecomplete-display-matches): Revert patch since it
431 doesn't work under XEmacs.
432
433 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
434 of "imaps" to word around Windows problems.
435 (nnimap-open-connection-1): Use it.
436
437 * message.el (message-indent-citation): Revert last change which made
438 `F' not work.
439
440 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
441
442 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
443 terminal as well.
444
445 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
448 because it displays images using overlays that aren't easy to copy to
449 the article buffer.
450
451 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
452
453 * message.el (message-indent-citation): Fix empty line removal at the
454 end of the citation.
455
456 2011-09-20 Julien Danjou <julien@danjou.info>
457
458 * auth-source.el (auth-source-netrc-create): Use default value for
459 password if specified. Evaluate default.
460 (auth-source-plstore-create): Ditto.
461 (auth-source-plstore-create, auth-source-netrc-create): Fix default
462 value evaluation.
463 (auth-source-netrc-create): Typo fix.
464 (auth-source-plstore-create): Ditto.
465
466 * auth-source.el (auth-source-format-cache-entry): New function.
467
468 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
469
470 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
471
472 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
473
474 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
475
476 2011-09-19 Julien Danjou <julien@danjou.info>
477
478 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
479 which work with things that are not ASCII.
480
481 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
482
483 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
484
485 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
486
487 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
488 message level.
489
490 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
491
492 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
493
494 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
495
496 * gnus.el (gnus-interactive-exit): Update defcustom spec.
497
498 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
501 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
502
503 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
504
505 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
506 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
507 articles.
508
509 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
510
511 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
512 (message-mail-other-window, message-mail-other-frame)
513 (message-news-other-window, message-news-other-frame):
514 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
515 instead of setting buffer display variables.
516
517 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
518
519 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
520
521 * gnus-sum.el (gnus-fetch-headers): Bump message level.
522
523 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
524
525 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
526 duplicates" to a higher level.
527
528 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
529 most egregious messages.
530
531 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
532
533 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
534
535 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
536
537 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
538 up the file (bug#9351).
539
540 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
541
542 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
543 it does with all other backends, but decode the names immediately after
544 getting them.
545
546 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
547 decoding nnimap groups.
548
549 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
550 newsrc file. It doesn't seem like an important optimization any more.
551
552 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change)
553
554 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
555 overflows.
556
557 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
558
559 * gnus.el (gnus-article-mark-lists): Remove `recent'.
560 (gnus-interactive-exit): Extend to `quiet'.
561
562 * gnus-sum.el (gnus-offer-save-summaries): Use it.
563
564 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
565 string.
566
567 * plstore.el (plstore--get-buffer): Silence compiler warnings by
568 renaming function arguments from `this'.
569
570 * gnus-sum.el (gnus-newsgroup-recent): Remove.
571
572 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
573 has been renamed.
574 (gnus-lrm-string-p): Include RLM and PDF, too.
575
576 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
577 (bug#9225).
578
579 2011-09-10 Eli Zaretskii <eliz@gnu.org>
580
581 Add autoload cookies for functions used by sendmail.el.
582 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
583
584 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
585
586 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
587
588 * gnus-art.el (article-date-ut): Work properly even when there are
589 things like Date header in the body; work for forwarded parts.
590
591 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
592
593 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
594 original-article-buffer.
595
596 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
597
598 * nnir.el (nnir-compose-result): Fix matching of server type.
599 (nnir-run-swish++): Ditto.
600 (nnir-run-namazu): Ditto.
601 (nnir-run-notmuch): Ditto.
602
603 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
604
605 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
606 (bug#9405).
607
608 * gnus-score.el (gnus-summary-increase-score): Doc clarification
609 (bug#9421).
610
611 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
612 (bug#9425).
613
614 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
615 thing (bug#9426).
616
617 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
618
619 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
620 the error message.
621
622 2011-09-02 Eli Zaretskii <eliz@gnu.org>
623
624 * message.el (message-setup-1): Return t (Bug#9392).
625
626 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
627
628 * gnus-sum.el: When adding article headers to a summary buffer also
629 update gnus-newsgroup-articles (bug#9386).
630
631 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
632
633 * auth-source.el: Autoload help-mode.
634
635 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
636
637 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
638 names.
639
640 2011-08-27 Daiki Ueno <ueno@unixuser.org>
641
642 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
643 mm-replace-in-string for compatibility issues.
644 * mml2015.el (mml2015-epg-verify): Ditto.
645
646 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
647
648 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
649
650 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
651
652 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
653
654 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
655 continue on and do the clean-up phase (bug#9188).
656
657 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
658 just ignore groups that can't be opened instead of erroring out
659 (bug#9225).
660
661 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
662 nil since some many people are fuddy-duddies.
663
664 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
665 images.
666
667 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
668 instead.
669
670 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
671
672 * gnus-util.el (gnus-process-live-p): Copy over compat function.
673
674 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
675 processing.
676
677 * nntp.el (nntp-kill-buffer): Kill the process before killing the
678 buffer to avoid warnings.
679
680 2011-08-20 Simon Josefsson <simon@josefsson.org>
681
682 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
683 specified to reduce precision.
684
685 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
686
687 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
688 bodystructures (bug#9314).
689
690 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
691
692 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
693 Make button keymap non-sticky after buttons.
694
695 2011-08-18 David Engster <dengste@eml.cc>
696
697 * nnmairix.el (nnmairix-request-set-mark)
698 (nnmairix-goto-original-article): Remove adding of article to registry,
699 since `gnus-registry-add-group' isn't available anymore.
700 (nnmairix-determine-original-group-from-registry):
701 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
702 available anymore.
703
704 2011-08-12 Simon Josefsson <simon@josefsson.org>
705
706 * starttls.el (starttls-any-program-available): Define as obsolete
707 function.
708
709 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
710
711 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
712 versions which Gnus use when appropriate.
713
714 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
715 a pretty destructive command.
716
717 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
718
719 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
720
721 * message.el (message-fix-before-sending): Make a different warning
722 about NUL characters (bug#9270).
723
724 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
725 from custom (bug#9260).
726
727 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
728 things work in Emacs 22 and XEmacs, too.
729
730 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
731 default From.
732
733 * gnus-spec.el (gnus-lrm-string-p): New macro.
734 (gnus-lrm-string): New constant.
735 (gnus-summary-line-format-spec): LRM-ify the from.
736 (gnus-tilde-max-form): LRM-ify string chopping.
737
738 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
739
740 * message.el (message-is-yours-p): Allow disabling canlock checking
741 (bug#9295).
742 (message-shoot-gnksa-feet): Add `canlock-verify'.
743 (message-auto-save-directory): Use ~/ as the auto-save directory if the
744 message directory isn't writable (bug#9304).
745
746 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
747 non-world-readable.
748
749 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
750
751 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
752 articles.
753
754 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
755
756 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
757 copy-list.
758
759 2011-08-12 Sam Steingold <sds@gnu.org>
760
761 * gnus-score.el (gnus-score-find-alist): Keep the score files already
762 in the reverse order to avoid modifying the cache with `nreverse'.
763 (gnus-all-score-files): Do not modify the value returned by
764 `gnus-score-find-alist' because it lives in a cache variable.
765 (gnus-current-home-score-file): No need to `nreverse' the return value
766 of `gnus-score-find-alist', it is already in the correct order.
767
768 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
769
770 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
771 type MESSAGE and subtype RFC822 is slightly different from those of
772 type TEXT.
773
774 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
775
776 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
777 This allows article-referral to work from an nnir group.
778
779 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
780
781 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
782
783 2011-08-04 Daiki Ueno <ueno@unixuser.org>
784
785 * mml1991.el (mml1991-epg-find-usable-key)
786 (mml1991-epg-find-usable-secret-key): New function.
787 (mml1991-epg-sign): Check if signing key is usable.
788 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
789
790 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
791
792 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
793 server-variables only. This should fix a bug introduced with commit
794 e1889675b7f4adf057833c5513c9374134c4e053.
795 (nnir-run-query): 'nnir-search-engine should not be set from the global
796 environment.
797
798 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
799
800 * nnir.el (nnir-search-thread): Position point on referring article
801 line.
802 (nnir-warp-to-article): Clean up summary buffers.
803
804 * nnimap.el (nnimap-request-thread): Whitespace fix.
805
806 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
807
808 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
809
810 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
811
812 * starttls.el (starttls-available-p): Rename from
813 `starttls-any-program-available' and changed return convention.
814
815 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
816
817 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
818 `unix-sync' unless it's defined.
819
820 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
821
822 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
823 `aref' for XEmacs compatibiltiy.
824
825 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
826
827 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
828
829 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change)
830
831 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
832 closures, quote the form properly (bug#9194).
833
834 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
835
836 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
837 (gnus-summary-insert-new-articles): Protect against servers that are
838 down.
839
840 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
841
842 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
843 in mm handle if none is specified.
844
845 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
846
847 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
848
849 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
850
851 * nnir.el (nnir-search-thread): New function to make an nnir group
852 based on a thread query.
853
854 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
855 of nnir in thread referral.
856 (gnus-summary-refer-thread): Use it.
857
858 * nnimap.el (nnimap-request-thread): Use it.
859
860 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
861
862 * shr.el (shr-tag-comment): Ignore HTML comments.
863
864 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
865
866 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
867 argument.
868 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
869 Use `nnir-address' to handle server info rather than passing an arg.
870
871 * nnimap.el (nnimap-make-thread-query): New utility function to format
872 an imap thread search query.
873 (nnimap-request-thread): Use it.
874
875 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
876 right select-method if we are not going back to the group buffer.
877
878 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
879
880 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
881 enter invalid buffer configurations into the quit form (bug#9107).
882 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
883 unplugged/plugged.
884
885 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
886 keep track of which ones are unread (bug#9061).
887
888 * gnus.el (gnus-refer-article-method): Allow entering any sexp
889 (bug#9055).
890
891 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
892 (bug#9041).
893
894 * gnus-html.el (mm-util): Require (bug#9073).
895
896 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
897 (gnus-summary-refer-thread): Use it to remove duplicates in the
898 un-threaded view (bug#9053).
899 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
900
901 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
902
903 * nnir.el (nnir-read-server-parm): Use default value from global
904 variable. Without this the default search engine parameters aren't
905 used at all.
906
907 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
908
909 * message.el (message-unique-id): Don't use the undocumented return
910 value from (random t) (bug#9118).
911
912 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
913
914 * message.el (message-auto-save-directory): If the ~/Mail directory
915 doesn't exist, use ~ as the auto-save directory (bug#4432).
916
917 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
918 hasn't already been started.
919
920 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
921
922 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
923
924 * message.el (message-reply): Work around mysterious bug where
925 `message-mode' seems to overwrite the locally bound `subject' variable.
926
927 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
928
929 * nnimap.el (nnimap-request-thread): Ensure search is performed in
930 correct group.
931
932 * gnus-int.el (gnus-request-thread): Add group argument.
933
934 * gnus-sum.el (gnus-summary-refer-thread): Use it.
935
936 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
937
938 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
939 renamed to `debbugs-gnu-*'.
940
941 2011-07-08 Daiki Ueno <ueno@unixuser.org>
942
943 * plstore.el: Revert the editing feature since it is not urgent.
944 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
945 (plstore-mode-decoded): Remove.
946
947 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
948
949 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
950 isn't very interesting any more, and it leaks potentially secret data.
951 (gnus-debug): Remove.
952
953 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
954 use of :custom-show.
955
956 2011-07-07 Daiki Ueno <ueno@unixuser.org>
957
958 * plstore.el: Add documentation.
959 (plstore-mode): New mode to edit plstore file.
960 (plstore-mode-toggle-display, plstore-mode-original)
961 (plstore-mode-decoded): New command.
962 (plstore--encode, plstore--decode, plstore--write-contents-functions)
963 (plstore--insert-buffer, plstore--make): New function.
964 (plstore-open, plstore-save): Simplify by using them.
965
966 2011-07-06 Glenn Morris <rgm@gnu.org>
967
968 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
969
970 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
971
972 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
973 no longer is much used.
974 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
975 Articles".
976
977 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
978
979 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
980 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
981 `notmuch' backend.
982
983 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
984
985 * mm-decode.el (mm-text-html-renderer): Doc fix.
986
987 * gnus-msg.el (gnus-bug): Fix the MML tag.
988
989 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
990
991 2011-07-05 Daiki Ueno <ueno@unixuser.org>
992
993 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
994 secondary methods if started with `gnus-no-server'.
995
996 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
997
998 * message.el (message-return-action): Fix typo in docstring.
999
1000 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1001
1002 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1003 bug reports at once.
1004
1005 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1006
1007 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
1008
1009 * nndraft.el: Require gnus-group.
1010 (nndraft-request-list): Declare.
1011
1012 * nndraft.el (nndraft-update-unread-articles): Don't show group having
1013 no unread article unless it matches gnus-permanently-visible-groups.
1014
1015 * nndraft.el (nndraft-update-unread-articles): New function.
1016 (nndraft-request-associate-buffer): Use it to update the number of
1017 unread articles for the nndraft groups in the group buffer when saving
1018 or killing a draft message.
1019
1020 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1021
1022 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1023 systems to binary before writing and reading the mbox files.
1024
1025 * gnus.el (gnus-summary-line-format): Link to the info node for %U
1026 instead of trying to list them all (bug#8978).
1027
1028 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1029
1030 * pop3.el (pop3-open-server): Use :end-of-capability.
1031
1032 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1033
1034 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1035 the id is always a number.
1036
1037 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1038 debbugs mode, if possible.
1039
1040 2011-07-02 Daiki Ueno <ueno@unixuser.org>
1041
1042 * auth-source.el (auth-source-token-passphrase-callback-function):
1043 Reindent.
1044 (epg-context-operation): Remove unnecessary autoload.
1045
1046 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1047
1048 * gnus.el (gnus-list-debbugs): New command.
1049
1050 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1051 mboxstat instead of the maintbox, since the stat seems to be fuller.
1052
1053 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1054 summary buffers.
1055
1056 * message.el (message-get-reply-headers): Delete all duplicates,
1057 instead of the first.
1058 (message-get-reply-headers): Ensure that we have progress while
1059 deleting duplicates.
1060
1061 * gnus-msg.el (gnus-configure-posting-styles): Get the local
1062 gnus-posting-style value from the summary buffer to make it easier to
1063 make that a per-buffer conf.
1064
1065 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
1066
1067 * nnir.el (nnir-run-imap): Allow halting a search when an article is
1068 found by setting `shortcut' in 'query.
1069 (nnir-request-article): Use `shortcut' setting when requesting article
1070 by Message-ID.
1071
1072 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
1073
1074 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1075 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1076 Bring the pseudo-headers back too.
1077
1078 2011-07-01 Daiki Ueno <ueno@unixuser.org>
1079
1080 * auth-source.el (auth-source-token-passphrase-callback-function):
1081 Simplify and remove EPA dependency.
1082
1083 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
1084
1085 * nnir.el (nnir-request-article): Fix error message text.
1086
1087 2011-07-01 Daiki Ueno <ueno@unixuser.org>
1088
1089 * auth-source.el (plstore-delete): Autoload.
1090 (auth-source-plstore-search): Support delete operation.
1091 * plstore.el (plstore-delete): New function.
1092
1093 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
1094
1095 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1096 mark actually existing articles as unread rather than the ones that
1097 active asserts.
1098
1099 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
1100
1101 * nntp.el (nntp-record-command):
1102 * gnus-util.el (gnus-message-with-timestamp-1):
1103 Use format-time-string rather than decoding time stamps by hand.
1104 This is simpler and insulates the code from potential changes to
1105 current-time format.
1106
1107 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
1108
1109 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1110
1111 2011-07-01 Daiki Ueno <ueno@unixuser.org>
1112
1113 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1114 (plstore-save): Support public key encryption.
1115 (plstore--init-from-buffer): New function.
1116 (plstore-open): Use it; fix error when opening a non-existent file.
1117 (plstore-revert): Use plstore--init-from-buffer.
1118
1119 2011-07-01 Daiki Ueno <ueno@unixuser.org>
1120
1121 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1122
1123 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
1124
1125 * mml2015.el (mml2015-use): Replace string-match-p with string-match
1126 for old Emacsen.
1127
1128 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1129
1130 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1131 is not fully working.
1132
1133 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1134
1135 * dgnushack.el: Autoload sha1 on XEmacs.
1136
1137 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1138 quit window configuration.
1139
1140 * auth-source.el (epg-context-set-passphrase-callback):
1141 Remove duplicate autoload.
1142
1143 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
1144
1145 * nnir.el (nnir-request-article): Allow requesting articles by
1146 Message-ID with nnimap.
1147
1148 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1149 current server.
1150
1151 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
1152
1153 * auth-source.el: Autoload EPA/EPG functions.
1154 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1155 changed when EPA/EPG is not available.
1156 (auth-source-backend): Rename "arg" member to "data".
1157 (auth-source-backend-parse, auth-source-plstore-search)
1158 (auth-source-plstore-create): Use it.
1159
1160 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
1161
1162 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1163 `gnus-refer-article-methods'.
1164
1165 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
1166
1167 * auth-source.el: Require EPA and EPG.
1168 (auth-source-passphrase-alist): New variable.
1169 (auth-source-passphrase-callback-function)
1170 (auth-source-token-passphrase-callback-function): Callbacks for the
1171 netrc field encryption (GPG tokens).
1172 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1173 Symmetric encryption and decryption of the netrc GPG tokens.
1174 (auth-source-netrc-normalize): Use them, simplifying the closure.
1175
1176 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1177
1178 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1179 non-nil, and `nnimap-split-methods' is nil, use the former.
1180
1181 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1182
1183 * plstore.el (plstore-revert): New function.
1184 (plstore-open): Use it; hide the buffer from user.
1185
1186 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1187
1188 * auth-source.el (auth-source-backend): New member "arg".
1189 (auth-source-backend-parse): Handle new backend 'plstore.
1190 * plstore.el: New file.
1191
1192 2011-06-30 Glenn Morris <rgm@gnu.org>
1193
1194 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1195
1196 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1197
1198 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1199
1200 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1201 expiring articles to.
1202
1203 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1204 variations as ASCII (bug#5458).
1205
1206 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
1207
1208 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1209
1210 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1211
1212 * message.el (message-point-in-header-p): Tweak the function to default
1213 to saying that we're not in the headers if there is no separator at
1214 all. This makes it possible to use the Message version of `M-q' in
1215 buffers with no headers (bug#7987).
1216 (message-point-in-header-p): Fix last checkin to work with an empty
1217 mail-header-separator, too.
1218
1219 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1220 again, save the choice via customize.
1221
1222 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1223
1224 * message.el (message-send-mail-function): Add `sendmail-query-once'.
1225
1226 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1227 ended the connection, bail out before waiting infinitely on a new
1228 connection.
1229
1230 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
1231
1232 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1233 reports.
1234
1235 * gnus.el (gnus-bug-package): Use "gnus."
1236 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1237
1238 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1239
1240 * gnus-art.el (gnus-article-stop-animations): New function to stop any
1241 animations going on at article exit time.
1242
1243 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1244 since removing it breaks people upgrading.
1245
1246 * shr.el (shr-put-image): Use the new interface for animating images.
1247 (shr-put-image): Animate for 60 seconds.
1248
1249 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1250 error with `find-file-hooks' on Emacs 22.
1251 (with-auth-source-epa-overrides): Ugly hack to Wrap the
1252 `find-file-hook' things in `symbol-value' to avoid compilation warnings
1253 on all architectures.
1254
1255 * spam.el (spam-stat): Require in a normal fashion without binding
1256 `spam-stat-install-hooks' to avoid compilation warnings.
1257
1258 * spam-stat.el (spam-stat-install-hooks): Remove.
1259 (spam-stat-install-hooks): Don't run automatically.
1260
1261 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
1262
1263 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1264 and keystroke.
1265
1266 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
1267
1268 * auth-source.el (auth-source-netrc-cache): Move forward.
1269
1270 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1271
1272 * auth-source.el (auth-source-netrc-create): Don't query the bits that
1273 we already know.
1274 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1275 (auth-source-netrc-create): Don't prompt for the stuff we already know.
1276
1277 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1278
1279 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1280 %S format, since that looks odd.
1281 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1282 file, especially when saving.
1283
1284 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
1285
1286 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1287 article found.
1288
1289 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1290
1291 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1292 `auth-source-save-secrets' with a more sensitive alist that can be
1293 configured per file. Experimental, so defaults to 'never.
1294 (auth-source-netrc-create): Use it. Still experimental code.
1295 (with-auth-source-epa-overrides): Use `find-file-hooks' if
1296 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
1297
1298 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
1299
1300 * auth-source.el (auth-source-save-secrets): New variable to control if
1301 secret tokens should be saved encrypted.
1302 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1303 to `auth-source-netrc-normalize'.
1304 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
1305 on the EPA variables being defined.
1306 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1307 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1308 the lexical-let closure.
1309 (auth-source-netrc-create): Create "gpg:" tokens according to
1310 `auth-source-save-secrets'.
1311
1312 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1313
1314 * gnus-group.el (gnus-group-update-group): Add new argument
1315 `info-unchanged' that stops updating dribble buffer.
1316
1317 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1318 deletes lines matching to it in dribble buffer.
1319
1320 * gnus-agent.el (gnus-agent-fetch-group-1):
1321 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1322 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1323 * gnus-start.el (gnus-group-change-level):
1324 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1325
1326 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1327 if newsgroup info is not changed.
1328
1329 * gnus-group.el (gnus-group-get-new-news-this-group):
1330 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1331 Don't update dribble buffer.
1332
1333 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
1334
1335 * gnus-registry.el (gnus-registry-remove-ignored): New function to
1336 remove entries with groups we ignore.
1337
1338 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1339
1340 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1341 the underline comes at the bottom.
1342
1343 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1344
1345 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1346 `gnus-registry-user-format-function-M' and declare the latter obsolete.
1347 (gnus-registry-article-marks-to-names): Rename from
1348 `gnus-registry-user-format-function-M2'.
1349
1350 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
1351
1352 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1353 ephemeral group.
1354
1355 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1356
1357 * shr.el (shr-browse-image): Copy the URL if called interactively.
1358
1359 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1360
1361 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1362 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
1363 done, then unselected articles may be marked as read.
1364
1365 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1366 since not doing this seems to lead to a race condition in pop3-logon.
1367
1368 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1369 so that the call chain it correct when we call "upwards".
1370
1371 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1372 in read-only groups.
1373
1374 * gnus-group.el (gnus-group-mark-article-read): Ditto.
1375
1376 * message.el (message-cite-reply-position): Doc string fix.
1377
1378 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1379 avoid regexp overflow.
1380 (nnimap-transform-split-mail): Ditto.
1381
1382 * pop3.el (pop3-retr): Error out if the server closes the connection.
1383
1384 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1387 mm-with-unibyte-current-buffer. The buffer should not contain any
1388 multibyte chars anyway at this stage.
1389
1390 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1391
1392 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1393 at the end of lines.
1394
1395 2011-05-29 Julien Danjou <julien@danjou.info>
1396
1397 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1398
1399 2011-05-27 Glenn Morris <rgm@gnu.org>
1400
1401 * gnus-group.el (gnus-bug-group-download-format-alist):
1402 Use the "maintainer" version of debian reports as well.
1403
1404 2011-05-26 Glenn Morris <rgm@gnu.org>
1405
1406 * gnus-group.el (gnus-bug-group-download-format-alist):
1407 Use the "maintainer" version of debbugs.gnu.org reports.
1408
1409 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
1410
1411 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1412
1413 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1414
1415 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1416 the thread moves us backwards and so we loop forever.
1417
1418 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
1419
1420 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1421 whitespace in base64 data lines.
1422
1423 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1424
1425 * gnus-registry.el (gnus-registry-user-format-function-M):
1426 Use `mapconcat'.
1427 (gnus-registry-user-format-function-M2): Use to see the full text of
1428 the marks. Make "," the mark text separator.
1429
1430 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1431 authentication with auth-source.
1432
1433 2011-05-17 Glenn Morris <rgm@gnu.org>
1434
1435 * gnus-group.el (gnus-import-other-newsrc-file):
1436 Use insert-file-contents.
1437
1438 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
1439
1440 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1441 1000 iterations.
1442
1443 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1444
1445 * nntp.el (nntp-open-connection): Check if process-type is available.
1446
1447 2011-05-16 Julien Danjou <julien@danjou.info>
1448
1449 * shr.el (shr-tag-del): Add support for del tag.
1450
1451 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1452
1453 * gnus-html.el (gnus-html-put-image): Register a displayer.
1454
1455 * shr.el (shr-image-displayer): Don't remove text props from alt text.
1456
1457 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
1458
1459 * registry.el (prune-factor): New initialization parameter defaulting
1460 to 0.1.
1461 (registry-prune-hard): Use it.
1462
1463 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1464 0.1 expicitly.
1465
1466 2011-05-13 Glenn Morris <rgm@gnu.org>
1467
1468 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1469 is bound, since this function requires sendmail.
1470
1471 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1472
1473 * registry.el (registry-usage-test): Disable pruning test.
1474
1475 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
1476
1477 * registry.el (registry-prune-hard-candidates)
1478 (registry-prune-soft-candidates): Helper methods for registry pruning.
1479 (registry-prune): Use them. Make the sort function optional.
1480
1481 2011-05-10 Jim Meyering <meyering@redhat.com>
1482
1483 * shr.el (shr-colorize-region): Fix typo "on on -> on".
1484
1485 2011-05-10 Julien Danjou <julien@danjou.info>
1486
1487 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1488 symbol and not a list.
1489
1490 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1491
1492 * gnus-art.el (gnus-article-mode): Move binding of
1493 shr-put-image-function here from gnus-article-prepare-display.
1494
1495 * shr.el (shr-put-image-function): New variable.
1496 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1497 (shr-put-image): Return scaled image.
1498
1499 * gnus-art.el (gnus-shr-put-image): New function.
1500 (gnus-article-prepare-display): Bind shr-put-image-function to it.
1501
1502 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1503 original ones, as deletable.
1504
1505 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * nntp.el (nntp-open-connection): Set TCP keepalive option.
1508
1509 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1510
1511 * registry.el (registry-full): Add convenience method. Fix logic.
1512 (registry-insert): Use it. Fix logic here too.
1513
1514 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1515 `registry-prune' if `registry-full' returns t.
1516 (gnus-registry-handle-action)
1517 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1518 (gnus-registry-usage-test): Use it.
1519
1520 2011-05-07 Julien Danjou <julien@danjou.info>
1521
1522 * shr.el (shr-link): Make shr-link inherit from link by default.
1523
1524 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
1525
1526 * shr.el (shr-urlify, shr-link): Fix shr-link face.
1527
1528 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1529
1530 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1531 error out because the face is not a list.
1532
1533 2011-05-05 Glenn Morris <rgm@gnu.org>
1534
1535 * gnus-start.el (gnus-propagate-marks): Declare.
1536
1537 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
1538
1539 * registry.el (registry-reindex): Fix percentage message.
1540
1541 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1542
1543 * shr.el: Add shr-link face for links.
1544 (shr-urlify): Use it.
1545
1546 * registry.el (registry-insert): Make error message more helpful.
1547
1548 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1549
1550 * gnus-html.el (gnus-html-schedule-image-fetching):
1551 Use url-queue-retrieve, if it exists.
1552
1553 * shr.el (shr-tag-img): Ditto.
1554
1555 * gnus.el: Autoload more gnus-agent functions.
1556
1557 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1558 agent if we haven't already (bug#8502).
1559
1560 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1561 into the Agent, too.
1562
1563 * gnus-agent.el (gnus-agent-store-article): New function.
1564
1565 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1566 and moved from that file for reuse.
1567
1568 * pop3.el (pop3-open-server): Error messages are "-ERR".
1569
1570 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1571
1572 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1573 (open-tls-stream): Remove superfluous tls/starttls autoloads.
1574
1575 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1578 buffer has moved to a different frame.
1579
1580 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1581
1582 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1583 to get the conversion from unibyte to multibyte buffers to work on
1584 Emacs 22.
1585
1586 * nntp.el (nntp-request-article): Slight clean-up.
1587
1588 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1589
1590 * shr.el (shr-strike-through): New face.
1591 (shr-tag-s): Use it to provide <s> support.
1592 (shr-tag-s): Remove duplicate definition.
1593
1594 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1595
1596 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1597 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1598
1599 2011-04-23 Glenn Morris <rgm@gnu.org>
1600
1601 * gnus-sum.el (gnus-extra-headers): Bump :version.
1602
1603 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1604
1605 * shr.el (shr-tag-sup): New function.
1606 (shr-tag-sub): Ditto.
1607
1608 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
1609
1610 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1611 for the case where `gnus-registry-ignored-groups' is a list of lists,
1612 and don't call `gnus-parameter-registry-ignore' otherwise.
1613
1614 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
1615
1616 * nnimap.el (nnimap-user): New backend variable.
1617 (nnimap-open-connection-1): Use it.
1618 (nnimap-credentials): Accept user parameter so it's explicit what user
1619 name is desired.
1620
1621 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1622 default.
1623
1624 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1625 not gnus-registry.el.
1626
1627 * gnus-registry.el: Mention in comments how to modify
1628 `gnus-extra-headers' for proper recipient tracking and that it may
1629 already have To and Cc recently, which it does as of this commit.
1630 (gnus-registry-ignored-groups): Remove defcustom.
1631 Explain why in comments.
1632 (gnus-registry-action): Fix data-header reference to use the extra
1633 headers. Explain in package commentary how to add To and Cc headers to
1634 the gnus-extra-headers.
1635 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1636 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1637 parameter list or a string list in `gnus-registry-ignored-groups'.
1638 Fix logic error.
1639
1640 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1641
1642 * shr.el (shr-expand-url): Protect against null urls.
1643
1644 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1645
1646 * shr.el (shr-base): New binding.
1647 (shr-tag-base): Keep track of <base>.
1648 (shr-expand-url): New function used throughout.
1649
1650 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
1651
1652 * gnus-registry.el
1653 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1654 (gnus-registry-ignored-groups): New variable.
1655 (gnus-registry-ignore-group-p): Use it.
1656 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1657 set the destination group to nil (same as delete) if it's ignored.
1658
1659 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
1660
1661 * gnus-registry.el (gnus-registry-action)
1662 (gnus-registry-fetch-header-fast):
1663 Don't use mail-header that looks an internal function of mailheader.el.
1664
1665 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
1666
1667 * gnus-registry.el: Eliminate cl functions.
1668 (gnus-registry-sort-addresses): New function that replaces mapcan.
1669 (gnus-registry-action, gnus-registry-spool-action)
1670 (gnus-registry-split-fancy-with-parent)
1671 (gnus-registry-fetch-recipients-fast): Use it.
1672 (gnus-registry-import-eld): Replace delete* with dolist + delq.
1673
1674 * registry.el (initialize-instance, registry-lookup)
1675 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1676 (registry-lookup-secondary-value, registry-search, registry-delete)
1677 (registry-insert, registry-reindex, registry-size, registry-prune):
1678 Use eval-and-compile.
1679
1680 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
1681
1682 * registry.el (registry-reindex): New method to recreate the secondary
1683 registry indices.
1684
1685 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1686 tracked field changes.
1687 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1688 (gnus-registry-action, gnus-registry-spool-action)
1689 (gnus-registry-handle-action)
1690 (gnus-registry--split-fancy-with-parent-internal)
1691 (gnus-registry-split-fancy-with-parent)
1692 (gnus-registry-register-message-ids): Add recipient tracking on spool,
1693 move, and delete actions, and for fancy splitting with parent.
1694 (gnus-registry-extract-addresses)
1695 (gnus-registry-fetch-recipients-fast)
1696 (gnus-registry-fetch-header-fast): Convenience functions.
1697 (gnus-registry-misc-test): ERT test of
1698 `gnus-registry-extract-addresses'.
1699
1700 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
1701
1702 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1703 Track by subject first, then sender.
1704
1705 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1708
1709 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1710 Lisp.
1711
1712 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1713 (gnus-draft-send): Use it to avoid popping
1714 up frames from gnus-group-send-queue.
1715
1716 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1717
1718 * gnus-registry.el: Updated gnus-registry docs.
1719
1720 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
1721
1722 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1723 Fix logic bug.
1724 (gnus-registry-post-process-groups): Fix logging of no results and
1725 quote sender and subject.
1726
1727 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1728
1729 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1730 (gnus-read-active-for-groups): Don't try to finish getting stuff where
1731 we had no early-data returned.
1732 (gnus-get-unread-articles): Add a sanity check so that we don't issue
1733 two async commands to the same server at the same time.
1734
1735 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
1736
1737 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1738
1739 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1740
1741 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1742 "warning" level.
1743
1744 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1745 (mm-url-insert-file-contents): Don't set the package names.
1746
1747 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
1748
1749 * gnus-registry.el (gnus-registry-action): Remove properties and
1750 simplify subject in `gnus-registry-handle-action'.
1751 (gnus-registry-spool-action): Get subject and sender from message if
1752 they are not passed in.
1753 (gnus-registry-handle-action): Remove properties and simplify subject
1754 consistently.
1755
1756 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * registry.el: Require CL before using defmacro*.
1759
1760 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
1761
1762 * gnus-art.el (article-treat-date): Assume that
1763 gnus-article-date-headers may be a group parameter.
1764
1765 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
1766
1767 * gnus-registry.el (gnus-registry-handle-action): More debugging.
1768
1769 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1770 interactively so the newsrc file can contain foreign groups too.
1771 Useful for debugging but not much for users.
1772
1773 2011-04-07 David Engster <dengste@eml.cc>
1774
1775 * registry.el (registry-usage-test): Only do
1776 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1777 lexical binding.
1778
1779 2011-04-06 David Engster <dengste@eml.cc>
1780
1781 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1782 argument NOERROR for `require', since XEmacs 21.4 does not support it.
1783
1784 2011-04-06 David Engster <dengste@eml.cc>
1785
1786 * registry.el (initialize-instance): Change :after to :AFTER to be
1787 compatible with old EIEIO version in XEmacs.
1788
1789 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1790
1791 * gnus-registry.el (gnus-registry-post-process-groups)
1792 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1793 and provide better messaging.
1794
1795 2011-04-06 David Engster <dengste@eml.cc>
1796
1797 * Makefile.in (fail-on-warning): New rule to compile with warnings as
1798 errors.
1799
1800 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1801
1802 * gnus-registry.el: Don't use ERT if it's not available. Load it
1803 unconditionally anyway, discarding errors.
1804 (gnus-registry-delete-entries): New convenience function.
1805 (gnus-registry-import-eld): Import from old .eld registry.
1806
1807 * registry.el: Don't use ERT if it's not available. Load it
1808 unconditionally anyway, discarding errors.
1809
1810 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1811 version from the Claudio Bley GnuTLS patch (extra optional parameters
1812 and host name).
1813
1814 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1815
1816 * gnus-registry.el (gnus-registry-fixup-registry): New function to
1817 fixup the parameters that can be customized by the user between
1818 save/read cycles.
1819 (gnus-registry-read): Use it.
1820 (gnus-registry-make-db): Use it.
1821 (gnus-registry-spool-action, gnus-registry-handle-action):
1822 Fix messaging.
1823 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1824 Map references to actual group names with sender and subject tracking.
1825 (gnus-registry-post-process-groups): Use `cond' for better messaging.
1826 (gnus-registry-usage-test): Add subject lookup test.
1827
1828 * registry.el (registry-db, initialize-instance): Set up constructor
1829 instead of :initform arguments for the sake of older Emacsen.
1830 (registry-lookup-breaks-before-lexbind): New method to demonstrate
1831 pre-lexbind merge bug.
1832 (registry-usage-test): Use it.
1833 (initialize-instance, registry-db): Move the non-function initforms
1834 back to the class definition.
1835
1836 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
1837
1838 * registry.el: New library to manage gnus-registry-style data.
1839
1840 * gnus-registry.el: Use it (major rewrite).
1841
1842 * nnregistry.el: Use it.
1843
1844 * spam.el: Use it.
1845
1846 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1847
1848 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1849 marks on non-selected articles.
1850
1851 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
1852
1853 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1854
1855 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1856 parameter to open-protocol-stream.
1857
1858 2011-04-01 Julien Danjou <julien@danjou.info>
1859
1860 * mm-view.el (mm-display-inline-fontify): Do not fontify with
1861 fundamental-mode.
1862
1863 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1864
1865 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1866 servers.
1867
1868 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1869
1870 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1871 made marks not propagate, again.
1872
1873 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * proto-stream.el (open-protocol-stream): Bring back `network' type.
1876 Make this the default type.
1877 (proto-stream-open-plain): Rename from proto-stream-open-default.
1878 (open-protocol-stream, proto-stream-open-starttls)
1879 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1880 with `plain'.
1881
1882 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1883 value.
1884
1885 * nntp.el (nntp-open-connection-function): Document the fact that some
1886 values are not functions but are instead handled specially.
1887 Recognize nntp-open-plain-stream value.
1888 (nntp-open-connection): Recognize that value.
1889
1890 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1891
1892 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1893 stuff.
1894
1895 * gnus-score.el (gnus-score-string): Fix calling convention of
1896 `gnus-simplify-buffer-fuzzy' after last patches.
1897
1898 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1899 server for articles we didn't get any headers for. This is a sanity
1900 check.
1901
1902 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
1903
1904 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1905 new CAPABILITY, use it.
1906
1907 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1908
1909 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1910 downloading anything.
1911
1912 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1913
1914 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
1915
1916 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1917 colors.
1918 (gnus-splash-svg-color-symbols): New function.
1919
1920 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1921
1922 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1923 instead of using the global gnus-simplify-subject-fuzzy-regexp.
1924 (gnus-simplify-subject-fuzzy): Use the local
1925 gnus-simplify-subject-fuzzy-regex instead of the global one.
1926 This makes using this variable in group parameters work.
1927
1928 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1929
1930 * gnus-registry.el (gnus-registry-unfollowed-groups):
1931 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1932 archive:sent-YYYY-MM-DD groups).
1933 (gnus-registry-split-fancy-with-parent): Bail out early in sender
1934 tracking if there are more than `gnus-registry-max-track-groups'
1935 matches.
1936
1937 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * message.el (message--yank-original-internal): New function to do the
1940 insertion cleanly inside eval in `message-yank-original'.
1941 (message-yank-original): Use it.
1942
1943 2011-03-29 Julien Danjou <julien@danjou.info>
1944
1945 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1946 local variables disabled rather than `normal-mode'.
1947
1948 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * proto-stream.el: Changes preparatory to merging open-protocol-stream
1951 with open-network-stream.
1952 (proto-stream-always-use-starttls): Option removed.
1953 (open-protocol-stream): Return a process object by default. Provide a
1954 new parameter :return-list specifying a list-type return value, which
1955 now has the form (PROP . PLIST) instead of a fixed-length list. Change
1956 :type `network' to `try-starttls', and `network-only' to `default'.
1957 Make `default' the default, for compatibility with open-network-stream.
1958 Handle the no-parameter case exactly as open-network-stream, with no
1959 additional stream processing. Search plists using plist-get.
1960 Explicitly add :end-of-commend parameter if it is missing.
1961 (proto-stream-open-default): Rename from
1962 proto-stream-open-network-only. Return 'default as the type.
1963 (proto-stream-open-starttls): Rename from proto-stream-open-network.
1964 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
1965 failed. Always return a list with a (possibly dead) process as the
1966 first element, for compatibility with open-network-stream.
1967 (proto-stream-open-tls): Use plist-get. Always return a list.
1968 (proto-stream-open-shell): Return `default' as connection type.
1969 (proto-stream-capability-open): Use plist-get.
1970 (proto-stream-eoc): Function deleted.
1971
1972 * nnimap.el (nnimap-stream, nnimap-open-connection)
1973 (nnimap-open-connection-1): Handle renaming of :type parameter for
1974 open-protocol-stream.
1975 (nnimap-open-connection-1): Pass a :return-list parameter
1976 open-protocol-stream to obtain a list return value. Parse this list
1977 using plist-get.
1978
1979 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1980 for open-protocol-stream. Accept open-protocol-stream return value
1981 that is a subprocess object instead of a list. Handle the case of a
1982 dead returned process.
1983
1984 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
1985
1986 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1987
1988 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1989
1990 2011-03-21 Julien Danjou <julien@danjou.info>
1991
1992 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1993 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1994 query.
1995 (mm-inline-text): Render normal text with fontification whenever
1996 possible.
1997
1998 * gnus-sum.el (gnus-summary-save-parts-1):
1999 * gnus-art.el (gnus-article-browse-html-save-cid-content)
2000 (gnus-article-browse-html-parts, gnus-mime-delete-part)
2001 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2002 Use `mm-handle-filename'.
2003
2004 * mm-util.el (mm-handle-filename): New function, return the filename of
2005 an handle.
2006
2007 2011-03-18 Julien Danjou <julien@danjou.info>
2008
2009 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2010 (gnus-buffer-live-p): Check that buffer is not nil.
2011
2012 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2013
2014 * gnus-art.el: Require mouse, which the build bot seems to say is
2015 needed.
2016
2017 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2018 XEmacs, since it doesn't have url-retrieve-synchronously.
2019
2020 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
2021
2022 * gnus-group.el (gnus-group-list-ticked): New function.
2023 (gnus-group-make-menu-bar): Provide a menu entry for it.
2024 (gnus-group-list-map): Provide a binding for it.
2025
2026 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2027
2028 * shr.el (shr-visit-file): New command.
2029
2030 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2031
2032 2011-03-17 Bjørn Mork <bjorn@mork.no>
2033
2034 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2035 servers.
2036
2037 2011-03-16 Julien Danjou <julien@danjou.info>
2038
2039 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2040 inline.
2041
2042 * gnus-art.el (article-hide-list-identifiers):
2043 Use gnus-group-get-list-identifiers.
2044
2045 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2046 (gnus-summary-remove-list-identifiers):
2047 Use gnus-group-get-list-identifiers to get regexp.
2048 (gnus-select-newsgroup, gnus-summary-insert-subject)
2049 (gnus-summary-insert-articles):
2050 Call gnus-summary-remove-list-identifiers unconditionally.
2051
2052 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2053
2054 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2055 we're selecting a group with unread articles.
2056
2057 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2058
2059 * gssapi.el: New file separated out from imap.el to provide a general
2060 Kerberos 5 connection facility for Emacs.
2061
2062 * message.el (message-elide-ellipsis): Document the format spec
2063 ellipsis.
2064
2065 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
2066
2067 * message.el (message-elide-region): Allow the ellipsis to say how many
2068 lines were removed.
2069
2070 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2071
2072 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2073 window configurations containing buffers that are now dead.
2074
2075 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2076 parsing to avoid integer overflows.
2077 (nnimap-parse-flags): Simplify the last change.
2078 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2079 too large for 32-bit Emacsen.
2080
2081 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * auth-source.el (auth-source-netrc-create):
2084 * message.el (message-yank-original): Fix use of `case'.
2085
2086 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2087
2088 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2089 XEmacs, which was one character too wide.
2090
2091 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
2092
2093 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2094 default number of articles to display.
2095 (gnus-articles-to-read): Use pretty names for prompt.
2096
2097 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2098
2099 * gnus-int.el (gnus-open-server): Ditto.
2100
2101 * gnus-start.el (gnus-activate-group): Give a backtrace if
2102 debug-on-quit is set and the user hits `C-g'.
2103 (gnus-read-active-file): Ditto.
2104
2105 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2106
2107 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
2108
2109 * message.el (message-yank-original): Use cond instead of CL case.
2110
2111 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * auth-source.el (auth-source-netrc-create): Use usual format for the
2114 default in prompts.
2115
2116 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2117
2118 * auth-source.el (auth-source-netrc-create): Show the default in the
2119 prompt when prompting for token creation.
2120
2121 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2122
2123 * auth-source.el (auth-source-format-prompt): Always convert the value
2124 to a string to avoid evaluating non-string arguments.
2125 (auth-source-netrc-create): Offer default properly, not as initial
2126 content in `read-string'.
2127 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2128 of line to determine if we've been run before. If so, don't run again,
2129 but print a trivial message to indicate the cache was hit instead.
2130
2131 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2132
2133 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2134 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
2135 The user will have to run `gnus-sync-read' manually and wait for Cloudy
2136 Gnus.
2137
2138 2011-03-11 Julien Danjou <julien@danjou.info>
2139
2140 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2141 modified file".
2142
2143 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
2144
2145 * auth-source.el (auth-source-read-char-choice): New function to read a
2146 character choice using `dropdown-list', `read-char-choice', or
2147 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
2148 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
2149 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
2150 (auth-source-netrc-saver): Use it.
2151 (auth-source-pick-first-password): New convenience function.
2152
2153 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2154
2155 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2156 parameter in the credentials.
2157 (nnimap-open-connection-1): Use it after a successful login.
2158 (nnimap-credentials): Add IMAP-specific user and password prompt.
2159
2160 * auth-source.el (auth-source-search): Add :require parameter, taking a
2161 list. Document it and the :save-function return token. Pass :require
2162 down. Change the CREATED message from a warning to a debug statement.
2163 (auth-source-search-backends): Pass :require down.
2164 (auth-source-netrc-search): Pass :require down.
2165 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2166 Change save prompt to indicate all modifications saved here are
2167 deletions.
2168 (auth-source-netrc-create): Take user login name as default in user
2169 prompt. Move all the save functionality to a lexically bound function
2170 under the :save-function token in the returned list. Set up clearer
2171 default prompts for user, host, port, and secret.
2172 (auth-source-netrc-saver): New function, intended to be wrapped for
2173 :save-function.
2174
2175 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * Version 23.3 released.
2178
2179 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2180
2181 * shr.el (shr-table-horizontal-line): Change the defaults for the table
2182 lines to be spaces instead.
2183
2184 2011-03-07 Julien Danjou <julien@danjou.info>
2185
2186 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2187 (sieve-sasl-auth): Check that auth-source-search did return something,
2188 or just return an empty string.
2189
2190 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2191
2192 * gnus.el (gnus-interactive): Use read-directory-name.
2193
2194 * gnus-uu.el (gnus-uu-decode-uu-and-save)
2195 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2196 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2197 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2198 Likewise.
2199
2200 * gnus-group.el (gnus-group-make-directory-group): Likewise.
2201
2202 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2203
2204 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2205 onto the list of killed groups, too. This makes killed nnimap groups,
2206 for instance, more reliably not reappear.
2207
2208 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2209 the parent.
2210
2211 * gnus-sum.el (gnus-update-read-articles): Fix typo.
2212
2213 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2214 really have server-side marks.
2215
2216 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2217 since most backends do not usefully have server-side marks.
2218 (gnus-update-read-articles): Propagate marks to all backends that
2219 really have server-side marks.
2220
2221 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2222
2223 * message.el (message-cite-reply-position, message-cite-style):
2224 New variables.
2225 (message-yank-original): Use the new citation styles.
2226
2227 2011-03-04 Daiki Ueno <ueno@unixuser.org>
2228
2229 * message.el (message-options): Revert the change that's a workaround
2230 for XEmacs buffer-local issue; don't mark it buffer-local when running
2231 under XEmacs.
2232
2233 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
2234
2235 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2236 numbers too big to be `read'.
2237
2238 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
2239
2240 * message.el (message-options): Make buffer-local two ways to attempt
2241 to fix a XEmacs bug.
2242
2243 2011-03-02 Julien Danjou <julien@danjou.info>
2244
2245 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2246
2247 2011-03-01 Julien Danjou <julien@danjou.info>
2248
2249 * gnus-art.el (list-identifier): Add list-identifier as a parameter
2250 group.
2251 (article-hide-list-identifiers): Use list-identifier group parameter.
2252
2253 2011-02-28 Julien Danjou <julien@danjou.info>
2254
2255 * sieve.el (sieve-buffer-script-name): New local variable to store
2256 sieve script name.
2257 (sieve-edit-script): Store sieve script name.
2258 (sieve-upload): Use sieve script name when uploading.
2259 (sieve-upload): Use substitute-command-keys.
2260 (sieve-edit-script): Use substitute-command-keys.
2261 (sieve-refresh-scriptlist): Use substitute-command-keys.
2262 (sieve-manage-mode-map): Define keymap properly.
2263 (sieve-manage-mode): Do not set mode name manually, change mode-name to
2264 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2265 Remove commented code about cvs.
2266 (sieve-manage-quit): New function.
2267 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2268
2269 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2270
2271 * gnus-group.el (gnus-import-other-newsrc-file): New function.
2272
2273 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
2274
2275 * auth-source.el (auth-source-search): Cache empty result sets.
2276
2277 * auth-source.el (auth-source-save-behavior): New variable to replace
2278 `auth-source-never-create'.
2279 (auth-source-netrc-create): Use it.
2280 (auth-source-never-save): Remove.
2281
2282 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
2283
2284 * nnimap.el (nnimap-stream): Doc fix.
2285 (nnimap-open-connection-1): Reverse the order of the ports to that the
2286 prompted-for port is first.
2287
2288 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2289 retrieval by the no-group selection.
2290
2291 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2292 numerical parameters.
2293
2294 2011-02-25 Julien Danjou <julien@danjou.info>
2295
2296 * gnus-gravatar.el: Use gnus-with-article-buffer.
2297
2298 * gnus-art.el (gnus-with-article-buffer): Check that the
2299 gnus-article-buffer is alive.
2300
2301 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
2302
2303 * auth-source.el (auth-source-creation-prompts): New variable to manage
2304 creation-time prompts.
2305 (auth-source-search): Document it.
2306 (auth-source-format-prompt): Add utility function.
2307 (auth-source-netrc-create): Don't default the user name to
2308 user-login-name. Use `auth-source-creation-prompts' and some default
2309 prompts for user, host, port, and password (the default generic prompt
2310 remains ugly).
2311 (auth-source-never-save): Add customizable option to never save info.
2312 (auth-source-netrc-create): Use it and improve save prompts. Fix help
2313 mode excursion.
2314
2315 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
2316
2317 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2318 argument that XEmacs doesn't support.
2319
2320 2011-02-23 Julien Danjou <julien@danjou.info>
2321
2322 * gnus-art.el (article-make-date-line): Ignore errors if time is
2323 invalid and not convertible.
2324 (article-make-date-line): Only add lapsed time if time is not nil.
2325
2326 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
2327
2328 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2329 `read-char-choice' for backwards compatibility.
2330 (auth-source-netrc-element-or-first): New function to DTRT for
2331 parameter extraction.
2332 (auth-source-netrc-create): Use it and fix multiple parameter print
2333 bug. Use the default passed from above (given-default) or the
2334 built-in (user-login-name for :user).
2335
2336 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
2337
2338 * gnus-start.el (gnus-dribble-read-file):
2339 Set buffer-save-without-query, since we always want to save the dribble
2340 file, probably.
2341
2342 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2343 nnimap.
2344
2345 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2346 -summary- since it's a user-visible variable.
2347
2348 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2349 first time you use the new Gnus.
2350
2351 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2352
2353 * auth-source.el: Don't load netrc.el.
2354 (auth-sources): Search ~/.netrc as well by default.
2355 (auth-source-debug): Add 'trivia option for extra output.
2356 (auth-source-do-trivia): Use it.
2357 (auth-source-search): Simplify logic to use
2358 `auth-source-search-backends'. Use `auth-source-do-trivia' where
2359 appropriate. Don't keep a running count at this level. Layer :create
2360 and :delete options appropriately on the first and second passes.
2361 Don't track the backend with the search results.
2362 (auth-source-search-backends): New function to search a list of
2363 backends for a processed spec.
2364 (auth-source-netrc-parse): Cache all netrc files, making
2365 auth-source-netrc-cache an alist keyed by the file name and using the
2366 file mtime as the caching criterion. Keep the obfuscated data secret
2367 with a lexical bind.
2368 (auth-source-netrc-search): Don't calculate the length of the results
2369 unnecessarily.
2370 (auth-source-search-backends): Fix bug.
2371 (auth-source-netrc-create): Rework prompts.
2372
2373 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
2374
2375 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2376 Lower case names of search constraints.
2377 (nnir-run-query): Cache and reuse search constraints for all imap
2378 servers.
2379
2380 2011-02-22 Sam Steingold <sds@gnu.org>
2381
2382 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2383
2384 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
2385
2386 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2387 after exit.
2388 (gnus-setup-message): Define missing variable from last checkin.
2389
2390 * gnus-sum.el (gnus-summary-show-article): When called with t as the
2391 value, show the raw article.
2392
2393 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2394
2395 * nnimap.el (nnimap-open-connection-1): Revert last change, since
2396 auth-source now accepts numbers.
2397
2398 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2399 spec, too.
2400 (auth-source-ensure-strings): New function.
2401
2402 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2403 (gnus-article-setup-buffer): Always restart the date timer so that user
2404 changes to the frequency is respected.
2405
2406 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2407 port numbers, so make sure it gets that if nnimap-server-port is
2408 explicit.
2409
2410 2011-02-21 Simon Josefsson <simon@josefsson.org>
2411
2412 * nnimap.el (nnimap-inbox): Doc fix.
2413
2414 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * shr-color.el (shr-color->hexadecimal): Use renamed function names
2417 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2418 color-lab-to-srgb.
2419
2420 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2421
2422 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2423 given method as in the group name if we're using an extended method.
2424 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2425 command, if we're using that, instead of waiting for the beginning.
2426
2427 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2428 we're sure to get unique server names, and we don't output two async
2429 commands in the same buffer. This fixes an NNTP hang for some users.
2430
2431 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2432
2433 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2434 summary buffer before reading going to the next buffer. This avoids
2435 putting the point in the group buffer if you `C-g' the command.
2436
2437 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2438 cache (for now) to make ~/.authinfo.gpg files usable.
2439
2440 * nnfolder.el (copyright-update): Define for the compiler.
2441
2442 * auth-source.el (auth-source-search): Fix unbound variable.
2443
2444 2011-02-19 Glenn Morris <rgm@gnu.org>
2445
2446 * gnus.el (gnus-meta): Doc fix.
2447
2448 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2451 in case it's not yet loaded.
2452
2453 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2454
2455 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2456 line we're waiting for.
2457
2458 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2459
2460 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2461 face with line-width greater than zero will cause RET in gnus summary
2462 buffer to scroll down article page-wise because auto vscroll happens,
2463 it should be temporally disabled when doing a scroll-up.
2464
2465 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
2466
2467 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2468 outputs from the server.
2469
2470 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2471
2472 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2473 later so that bbdb can hook in easier.
2474
2475 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2476
2477 * auth-source.el (auth-source-search): Don't try to create credentials
2478 if the caller doesn't want that.
2479 (auth-source-search): If we don't find a match, don't bug out on
2480 non-bound variables.
2481 (auth-source-search): Only ask a single backend to create the
2482 credentials.
2483
2484 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2485 logging.
2486 (nnimap-credentials): Protect against auth-source-search returning nil.
2487 (nnimap-request-list): Protect against not being able to open the
2488 server.
2489
2490 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
2491
2492 * auth-source.el (auth-source-search): Do a two-phase search, one with
2493 no :create to get the responses from all backends.
2494
2495 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2496 when getting credentials.
2497
2498 * gnus-util.el (gnus-delete-duplicates): New function.
2499
2500 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2501
2502 * nnimap.el (nnimap-credentials): Instead of picking the first port as
2503 a creation default, pass the whole port list down. It will be
2504 completed.
2505
2506 * auth-source.el (auth-source-search): Updated docs to talk about
2507 multiple creation choices.
2508 (auth-source-netrc-create): Accept a list as a value (from the search
2509 parameters) and do completion on that list. Keep a separate netrc line
2510 with the password obscured for showing the user.
2511
2512 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2513 first choice to `auth-source-search' so it will be used for entry
2514 creation instead of the server's Gnus-specific name.
2515 (nnimap-credentials): Rely on the auth-source library to select which
2516 port is actually wanted in the new netrc entry, so don't override
2517 `auth-source-creation-defaults'.
2518
2519 * auth-source.el (auth-source-netrc-parse): Use :port instead of
2520 :protocol and accept a missing user, host, or port as a wildcard match.
2521 (auth-source-debug): Default to off.
2522
2523 (auth-source-netrc-search, auth-source-netrc-create)
2524 (auth-source-secrets-search, auth-source-secrets-create)
2525 (auth-source-user-or-password, auth-source-backend, auth-sources)
2526 (auth-source-backend-parse-parameters, auth-source-search): Use :port
2527 instead of :protocol.
2528
2529 * nnimap.el (nnimap-credentials): Pass a port default to
2530 `auth-source-search' in case an entry needs to be created.
2531 (nnimap-open-connection-1): Use :port instead of :protocol.
2532
2533 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
2534
2535 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2536 instead of delete-dups that is not available in XEmacs 21.4.
2537
2538 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
2539
2540 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2541 nil means that nnimap doesn't get updated.
2542
2543 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
2544
2545 * auth-source.el (auth-source-netrc-create): Return a synthetic search
2546 result when the user doesn't want to write to the file.
2547 (auth-source-netrc-search): Expect a synthetic result and proceed
2548 accordingly.
2549 (auth-source-cache-expiry): New variable to override
2550 `password-cache-expiry'.
2551 (auth-source-remember): Use it.
2552
2553 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2554 parameter. Create entry if necessary by using :create t.
2555 (nnimap-open-connection-1): Don't pass `inhibit-create'.
2556
2557 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
2558
2559 * auth-source.el (auth-source-debug): Enable by default and don't
2560 mention the obsolete `auth-source-hide-passwords'.
2561 (auth-source-do-warn): New function to debug unconditionally.
2562 (auth-source-do-debug): Use it.
2563 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2564 and for Secrets API entries when the secrets.el library is not
2565 available.
2566
2567 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2568
2569 * gnus-sum.el (gnus-propagate-marks): Default to nil.
2570 (gnus-summary-exit): Kill the correct article buffer on exit from a
2571 `C-d' group.
2572
2573 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2574 gnus-propagate-marks.
2575
2576 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2577 before killing the buffers so that a non-full window conf gets handled
2578 correctly.
2579 (gnus-summary-exit): Ditto.
2580 (gnus-summary-read-group-1): Ditto.
2581
2582 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2583 async code again so that we can debug it properly.
2584
2585 * message.el (message-reply): Take an optional switch-buffer parameter
2586 so that Gnus window confs are respected better.
2587
2588 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2589
2590 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2591 `plist-get' to accept non-list parameters (XEmacs issue).
2592 Fix docstring.
2593 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2594 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2595 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2596 Login collection is "Login" and not "login".
2597
2598 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2599
2600 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2601 multiple headers.
2602
2603 * nnimap.el (nnimap-inhibit-logging): New variable.
2604 (nnimap-log-command): Don't log login commands.
2605
2606 * auth-source.el (auth-source-netrc-search): The asserts seem to want
2607 to have more parameters.
2608
2609 * nnimap.el (nnimap-send-command): Mark the command time for each
2610 command, so that we don't get NOOPs stepping on our toes.
2611
2612 * gnus-art.el (article-date-ut): Get the date from the Date header on
2613 `t'.
2614
2615 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2616
2617 * auth-source.el (auth-source-search): Use copy-sequence instead of
2618 the cl.el copy-list.
2619
2620 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
2621
2622 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2623 Improve prompt.
2624
2625 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2626
2627 * gnus-art.el (gnus-article-mode-line-format): Remove the article
2628 washing status from the default format. It isn't very informative.
2629
2630 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
2631
2632 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2633 Fix Gcc processing on imap.
2634
2635 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * message.el (message-bury): Don't pop up a new window when selected
2638 window is dedicated.
2639
2640 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2641
2642 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2643
2644 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
2645
2646 * sieve-manage.el: Autoload `auth-source-search'.
2647 (sieve-sasl-auth): Use it.
2648
2649 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
2650
2651 * nnimap.el: Autoload `auth-source-forget+'.
2652 (nnimap-open-connection-1): Use it if the connection fails.
2653
2654 * auth-source.el: Require `password-cache'.
2655 (auth-source-hide-passwords, auth-source-cache): Remove and mark
2656 obsolete.
2657 (auth-source-magic): Marker for `password-cache' keys.
2658 (auth-source-do-cache): Update docstring.
2659 (auth-source-search): Use and check cache.
2660 (auth-source-forget-all-cached, auth-source-remember)
2661 (auth-source-recall, auth-source-forget, auth-source-forget+)
2662 (auth-source-specmatchp): Caching support functions.
2663 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2664 Remove and obsolete.
2665 (auth-source-user-or-password): Remove caching to further discourage
2666 using it. Always hide passwords.
2667
2668 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2669
2670 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2671 code for now, since it doesn't work for all users.
2672
2673 2011-02-09 Julien Danjou <julien@danjou.info>
2674
2675 * message.el (message-options): Make message-options really buffer
2676 local.
2677
2678 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
2679
2680 * mail-source.el: Autoload `auth-source-search'.
2681 (mail-source-keyword-map): Note order matters.
2682 (mail-source-set-1): Get all the mail-source source values and
2683 defaults and search auth-source on those if needed. This can all
2684 probably be simplified.
2685
2686 * nnimap.el: Autoload `auth-source-search'.
2687 (nnimap-credentials): Use it.
2688 (nnimap-open-connection-1): Ask for the virtual server and physical
2689 address in one shot.
2690
2691 * nntp.el: Autoload `auth-source-search'.
2692 (nntp-send-authinfo): Use it. Note TODO.
2693
2694 2011-02-08 Julien Danjou <julien@danjou.info>
2695
2696 * shr.el (shr-tag-body): Add support for text attribute in body
2697 markups.
2698
2699 * message.el (message-options): Make message-options a local variable.
2700
2701 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
2702
2703 * auth-source.el (auth-source-secrets-search)
2704 (auth-source-user-or-password): Use `append' instead of `nconc'.
2705 (auth-source-user-or-password): Build return list better and protect
2706 against nil :secret.
2707
2708 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2709
2710 * nnimap.el (nnimap-update-info): Refactor slightly.
2711 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2712 (nnimap-update-info): Clean up slightly.
2713 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2714 characters.
2715 (nnimap-process-quirk): Rename function to avoid collision.
2716 (nnimap-update-info): Fix macrology bug-out.
2717 (nnimap-update-info): Simplify split history test.
2718
2719 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
2720
2721 * auth-source.el (top): Require 'eieio unconditionally.
2722 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2723 (auth-source-secrets-search): Limit search when `max' is greater than
2724 number of results.
2725
2726 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2727
2728 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2729 part not returning any data.
2730
2731 * proto-stream.el (open-protocol-stream): Document the return value.
2732
2733 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2734
2735 * auth-source.el (auth-source-secrets-search): Add examples.
2736
2737 2011-02-06 Julien Danjou <julien@danjou.info>
2738
2739 * message.el (message-setup-1): Handle message-generate-headers-first
2740 set to t.
2741
2742 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2743
2744 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2745 API with a string "secrets:collection-name" and with 'default.
2746 (auth-source-backend-parse): Parse "secrets:collection-name" and
2747 'default. Recurse on parses instead of repeating code. Use the
2748 Secrets API is the source is not nil and 'ignore otherwise. Emit a
2749 message when ignoring a source.
2750 (auth-source-search): List ignored search keys at the top level.
2751 (auth-source-netrc-create): Use `case' instead of `cond'.
2752 (auth-source-secrets-search): Created with TODOs.
2753 (auth-source-secrets-create): Created with TODOs.
2754 (auth-source-retrieve, auth-source-create, auth-source-delete)
2755 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2756 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2757 (auth-source-user-or-password-sftp)
2758 (auth-source-user-or-password-smtp): Remove.
2759 (auth-source-user-or-password): Deprecated and modified to be a wrapper
2760 around `auth-source-search'. Not tested thoroughly.
2761
2762 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2763
2764 * auth-source.el: Bring in assoc and eioeio libraries.
2765 (secrets-enabled): New variable to track the status of the Secrets API.
2766 (auth-source-backend): New EIOEIO class to represent a backend.
2767 (auth-source-creation-defaults): New variable to set prompt defaults
2768 during token creation (see the `auth-source-search' docstring for
2769 details).
2770 (auth-sources): Simplify to allow a simple string as a netrc backend
2771 spec.
2772 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2773 (auth-source-backend-parse-parameters): Fill in the backend parameters.
2774 (auth-source-search): Main auth-source API entry point.
2775 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2776 (auth-source-search-collection): Helper function for searching.
2777 (auth-source-netrc-parse, auth-source-netrc-normalize)
2778 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2779 Supports search, create, and delete.
2780 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2781 backend stubs.
2782 (auth-source-user-or-password): Call `auth-source-search' but it's not
2783 ready yet.
2784
2785 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2786
2787 * message.el (message-setup-1): Remove the read-only stuff, since it
2788 doesn't work under XEmacs, for some reason.
2789
2790 * gnus-sum.el (gnus-user-date): Rename back from
2791 gnus-summary-user-date since user code refers to it.
2792
2793 * shr.el (shr-render-td): Store the actual background color used.
2794
2795 * message.el (message-setup-1): Don't bind the constant
2796 -forbidden-properties.
2797 (message-setup-1): Revert previous change, since it needs to bind the
2798 props to insert them.
2799 (message-resend): Allow removing the read-only separator line.
2800
2801 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2802
2803 * nnimap.el (nnimap-request-accept-article): Give an error message if
2804 the APPEND wasn't successful.
2805
2806 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
2807
2808 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2809 that have no groups.
2810
2811 2011-02-03 Julien Danjou <julien@danjou.info>
2812
2813 * gnus-draft.el: Remove progn around gnus-draft-setup.
2814
2815 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2816
2817 * gnus-start.el (gnus-read-active-for-groups): This function is never
2818 called with a nil `infos', so clean that up.
2819 (gnus-get-unread-articles): Request active files from primary/secondary
2820 methods that have no groups (yet).
2821
2822 2011-02-03 Julien Danjou <julien@danjou.info>
2823
2824 * message.el (message-setup-1): Always generate References first.
2825 (message-mail): Return the return value of message-setup, not always t.
2826 (message-setup-1): Insert mail-header-separator with read-only and
2827 intangible properties set.
2828
2829 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2830 user-date in docstring.
2831
2832 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2833
2834 * gnus.el (gnus-summary-line-format): Mention &user-date format in
2835 docstring.
2836
2837 * gnus.el (gnus-user-date-format-alist): Change default value.
2838 Use defcustom, with type and group. Move from gnus-util.el.
2839 Rename to gnus-summary-user-date-format-alist.
2840
2841 2011-02-03 Glenn Morris <rgm@gnu.org>
2842
2843 * nnimap.el (gnus-fetch-headers): Declare.
2844
2845 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2846
2847 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2848
2849 * message.el (message-forward-make-body-digest-plain)
2850 (message-followup, message-reply): Clean up things noted by Stefan.
2851
2852 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2853 gnus-article-update-date-headers is nil.
2854 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2855 it didn't really work with defcustom.
2856 (article-update-date-lapsed): Make sure the window start doesn't move,
2857 either.
2858
2859 2011-02-01 Julien Danjou <julien@danjou.info>
2860
2861 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2862 format.
2863
2864 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2865 standard in Emacs nowadays.
2866
2867 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * message.el (message-expand-name): Don't trust the return value of
2870 bbdb-complete-name.
2871 (message-check-news-header-syntax): Remove unused var `start'.
2872 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2873 (message-inhibit-body-encoding): Move to before first use.
2874 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2875 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2876 (Organization, Message-ID, Date, mh-previous-window-config):
2877 Defvar the vars using dynamic scoping.
2878
2879 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2880
2881 * shr.el (shr-render-td): Only do colors at the final rendering.
2882 Should be slightly faster.
2883 (shr-insert-table): Fix up TD background colors when doing the
2884 vertical padding.
2885
2886 * gnus-art.el (article-date-ut): Protect against articles with no Date
2887 header.
2888 (article-update-date-lapsed): Don't use current-column to find the
2889 horizontal position. It's fragile in the presence of \003 characters.
2890
2891 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2892
2893 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2894
2895 * gnus-art.el (article-transform-date): Rewrite to still work when
2896 there are several rfc2822 parts.
2897 (article-transform-date): Fix infinite recursion.
2898 (article-date-ut): Replace infinitely many Date headers with a single
2899 one when called interactively.
2900
2901 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2902 secure manner.
2903
2904 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2905 move around by not using save-window-excursion. It seems to work...
2906
2907 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
2908
2909 * gnus-art.el (article-make-date-line): Work for user-defined format.
2910
2911 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2912
2913 * nntp.el (nntp-retrieve-group-data-early)
2914 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2915 fetching functions.
2916
2917 * gnus-start.el (gnus-read-active-for-groups): Read the active files
2918 thoroughly for all backends that have no known groups. This should
2919 allow new nnml methods to retrieve mail.
2920
2921 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2922 that Gnus doesn't know exists again.
2923
2924 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2925 (gnus-treat-date-ut): Ditto.
2926 (gnus-article-update-date-header): Rename.
2927 (gnus-treat-date-local): Remove.
2928 (gnus-treat-date-english): Remove.
2929 (gnus-treat-date-lapsed): Remove.
2930 (gnus-treat-date-combined-lapsed): Remove.
2931 (gnus-treat-date-original): Remove.
2932 (gnus-treat-date-iso8601): Remove.
2933 (gnus-treat-date-user-defined): Remove.
2934 (gnus-article-date-headers): New variable to control all the date
2935 header options.
2936 (article-date-ut): Rewrite to allow using the new way to format date
2937 headers(s).
2938
2939 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2940
2941 * nnmail.el (nnmail-article-group): Check for a direct fancy split
2942 method.
2943 (nnmail-article-group): A better test for fanciness.
2944
2945 * nnimap.el (nnimap-request-head): Protect against not finding the
2946 article by Message-ID.
2947
2948 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
2949
2950 * gnus-art.el (article-update-date-lapsed): Try a better way to really
2951 keep point at the "same place".
2952
2953 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2954
2955 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2956 data if the group is inactive.
2957
2958 2011-01-28 Julien Danjou <julien@danjou.info>
2959
2960 * gnus-win.el: Remove dead function gnus-window-configuration-element.
2961 (gnus-all-windows-visible-p): Remove old compatibility code.
2962 (gnus-window-top-edge): Add docstring.
2963
2964 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2965
2966 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2967
2968 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2969 older request-update-info.
2970
2971 * gnus-art.el (article-make-date-line): Limit the length a bit more.
2972
2973 2011-01-28 Daiki Ueno <ueno@unixuser.org>
2974
2975 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2976 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2977
2978 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2979
2980 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2981 groups. This makes the nndraft:queue group pop up if it's not already
2982 there.
2983
2984 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2985 messages" logic, which was reversed.
2986
2987 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2988 the "same place" even if point is on the line being replaced.
2989 (article-update-date-lapsed): Allow updating both the combined lapsed
2990 and the lapsed headers.
2991 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2992 (article-make-date-line): Limit the number of segments dynamically to
2993 avoid too-long lines.
2994
2995 2011-01-27 Julien Danjou <julien@danjou.info>
2996
2997 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2998 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2999
3000 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
3001
3002 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3003 Use plist-get instead of the cl function getf.
3004
3005 2011-01-27 Glenn Morris <rgm@gnu.org>
3006
3007 * gnus-util.el (float-time): Get rid of compiler warning, again.
3008
3009 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3010
3011 * shr.el (shr-put-color): Special-case background colors: Do put them
3012 at the blank parts at the front of the lines.
3013
3014 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3015 exit hook to nix out all data on readedness on group exit.
3016
3017 * gnus-util.el (float-time): If float-time is bound, always use it on
3018 all Emacsen. It's unclear why the subrp check was there.
3019 (time-date): Require to make some autoload issues on XEmacs go away.
3020
3021 * shr.el (shr-put-color): Don't do the box padding in tables, since
3022 they're already padded.
3023
3024 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3025
3026 * gnus-art.el (gnus-article-next-page): When the last line of the
3027 article is displayed, scroll down once more instead of going to the
3028 next article at once.
3029 (article-lapsed-string): Refactor out and allow specifying how many
3030 segments you want.
3031 (gnus-article-setup-buffer): Start updating the lapsed header directly.
3032 (gnus-article-update-lapsed-header): New variable.
3033
3034 * shr.el: Revert change that made headings use different-sized faces.
3035 The Emacs display engine isn't advanced enough that, for instance,
3036 tables can comfortably use differently-sized faces.
3037
3038 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3039
3040 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3041 used.
3042 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3043 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3044 we're using an encrypted connection.
3045
3046 * proto-stream.el: Alter the interface functions to also return the
3047 actual stream type used: network or TLS.
3048
3049 2011-01-25 Julien Danjou <julien@danjou.info>
3050
3051 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3052 (mm-display-javascript-inline): New function.
3053
3054 * mm-decode.el (mm-inline-media-tests): Add application/javascript
3055 viewing function.
3056
3057 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
3058
3059 * shr.el (shr-expand-newlines): Fix variable name.
3060
3061 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3062
3063 * shr.el (shr-expand-newlines): Make nested boxes work.
3064
3065 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3066
3067 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3068 backgrounds.
3069 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3070 in a more sensible manner.
3071
3072 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3073
3074 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3075 if EPG is loaded.
3076
3077 2011-01-24 Julien Danjou <julien@danjou.info>
3078
3079 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3080 tags.
3081
3082 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3083
3084 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3085 commands.
3086
3087 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3088 in the article buffer.
3089 (gnus-gravatar-insert): Use blank space from the current buffer to
3090 avoid breaking text properties. This makes X-Sent updating work again.
3091
3092 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3093
3094 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
3095
3096 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3097 fix the bug in url-http.el instead.
3098
3099 * shr.el (shr-image-fetched): Ditto.
3100
3101 * shr.el (shr-image-fetched): Avoid having point move in the article
3102 buffer.
3103
3104 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3105 buffer after being called. It's apparently being killed by url.el, and
3106 killing it made point move to end-of-buffer in a random buffer.
3107
3108 * shr.el (shr-image-fetched): Ditto.
3109
3110 2011-01-23 Julien Danjou <julien@danjou.info>
3111
3112 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3113
3114 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3115 text/x-org.
3116
3117 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3118
3119 * gnus-sum.el (gnus-summary-move-article): Protect against backends
3120 (i.e., nnimap) returning nil as the article number.
3121
3122 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3123
3124 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3125 "DelSp" parameter in RFC3676.
3126
3127 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3128
3129 * message.el (message-check-recipients): Display the encoded version of
3130 the bogus address if they differ.
3131
3132 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3133 after sending.
3134
3135 * gnus-agent.el (gnus-agent-send-mail): Ditto.
3136
3137 * gnus-group.el (gnus-group-refresh-group): New convenience function.
3138
3139 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3140 group buffer after sending the queue.
3141
3142 * gnus-agent.el (gnus-agent-send-mail): Ditto.
3143
3144 2011-01-22 Julien Danjou <julien@danjou.info>
3145
3146 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3147
3148 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3149
3150 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3151 nested related parts.
3152
3153 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3154 unexpired articles. This fixes the regression that led expiry marks to
3155 disappear from nnfolder groups.
3156
3157 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3160 Don't confuse the "ret" of "retrograde" with RET.
3161
3162 2011-01-21 Julien Danjou <julien@danjou.info>
3163
3164 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3165 than mm-insert-inline.
3166
3167 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
3168
3169 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3170 Widen article buffer.
3171
3172 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3175 the temp buffer.
3176 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3177
3178 2011-01-20 Julien Danjou <julien@danjou.info>
3179
3180 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3181
3182 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3183 than mm-insert-inline to insert inline part: this respect
3184 mm-inline-media-tests displayers.
3185
3186 * mm-view.el (mm-display-shell-script-inline): New function.
3187
3188 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3189
3190 * mm-uu.el (mm-uu-type-alist): Add org block.
3191 (mm-uu-org-src-code-block-extract): New function.
3192
3193 * mm-view.el (mm-display-org-inline): New function.
3194
3195 * mm-decode.el (mm-automatic-display): Add text/org.
3196
3197 * mailcap.el (mailcap-mime-extensions): Add .org.
3198
3199 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3200
3201 * gnus-art.el (gnus-article-highlight): Remove argument passed to
3202 gnus-article-add-buttons.
3203
3204 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
3205
3206 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3207 From header with a date and "nobody" as the sender.
3208
3209 2011-01-19 Julien Danjou <julien@danjou.info>
3210
3211 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3212 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3213 if you have the same regexp several times.
3214 (gnus-button-push): Fix matching when regexp is symbol.
3215
3216 2011-01-15 Glenn Morris <rgm@gnu.org>
3217
3218 * message.el (message-mail): A compose-mail function should
3219 accept headers as strings.
3220
3221 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
3222
3223 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3224 Add :vert-only tags.
3225 (message-mail): New arg RETURN-ACTION.
3226 (message-return-action): New var.
3227 (message-bury): Use it.
3228 (message-mode): Make it buffer-local.
3229 (message-send-and-exit): Always call message-bury.
3230
3231 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
3232 message-mail.
3233
3234 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3235
3236 * nnimap.el (nnimap-convert-partial-article): Protect against
3237 zero-length body parts.
3238
3239 * mm-decode.el (mm-preferred-alternative-precedence):
3240 Discourage showing empty parts.
3241
3242 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3243 and stuff if the backend didn't return the article number. This fixes
3244 an Exchange-related nnimap bug.
3245
3246 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3247 group window, because it does the wrong thing when a separate frame
3248 displays the group buffer.
3249
3250 * proto-stream.el (open-protocol-stream): Protect against the low-level
3251 transport functions returning nil.
3252
3253 2011-01-07 Daiki Ueno <ueno@unixuser.org>
3254
3255 * mml2015.el (epg-sub-key-fingerprint): Autoload.
3256 (mml2015-epg-find-usable-secret-key): New function.
3257 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3258 mml2015-epg-find-usable-key (Bug#7797).
3259 (mml2015-epg-encrypt): Ditto.
3260
3261 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3262
3263 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3264
3265 2011-01-03 Glenn Morris <rgm@gnu.org>
3266
3267 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3268
3269 * sieve.el (sieve-open-server): Give a more explicit error if
3270 sieve-manage-open returns nil. (Bug#7720)
3271
3272 2011-01-02 Karl Fogel <kfogel@red-bean.com>
3273
3274 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3275
3276 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3277
3278 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3279 This avoids sending passwords in plain text over non-encrypted
3280 channels.
3281
3282 * shr.el (shr-rescale-image): Display all GIF images as animated images.
3283
3284 * nnimap.el (nnimap-login): Refactored out into own function, and
3285 implement CRAM-MD5.
3286 (nnimap-wait-for-line): Refactored out.
3287
3288 * mm-view.el (mml-smime): Require.
3289
3290 2010-12-20 David Engster <deng@eml.cc>
3291
3292 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3293 use EPG to decrypt S/MIME messages instead of openssl.
3294
3295 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3296
3297 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3298
3299 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3300 status is the group clearly is unreachable.
3301
3302 * auth-source.el (auth-source-create): Add the optional second
3303 parameter to `local-variable-p' to be compatible with XEmacs.
3304
3305 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3306
3307 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3308 work when using a compressed nnml folder.
3309
3310 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3311
3312 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3313 backends after sanitising on entry, because this never makes sense:
3314 If the articles have gone missing, then the data no longer exists on
3315 the backend, and if they haven't, then Gnus is wrong, and shouldn't
3316 overwrite anything anyway.
3317
3318 * shr.el (shr-insert-document): Bind shr-width dynamically to
3319 window-width if it's nil.
3320
3321 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3322
3323 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3324 with the meaning of using the full emacs window width for rendering.
3325
3326 2010-12-27 Daiki Ueno <ueno@unixuser.org>
3327
3328 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3329 case when sender is not given.
3330
3331 2010-12-23 Julien Danjou <julien@danjou.info>
3332
3333 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3334 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3335 the addresses, otherwise we might misplaced the gravatar.
3336
3337 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3338
3339 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3340 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3341 obsolete in Emacs.
3342
3343 2010-12-20 Julien Danjou <julien@danjou.info>
3344
3345 * gnus-util.el (gnus-rescale-image): Revert last change.
3346
3347 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3348
3349 * gnus-group.el (gnus-group-delete-articles): New command.
3350
3351 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3352
3353 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3354
3355 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3356
3357 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3358 here, since it's up to the backends to do CRLF removal if their
3359 protocol has it.
3360
3361 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3362
3363 2010-12-17 Julien Danjou <julien@danjou.info>
3364
3365 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3366 they are from file. Can also scale up.
3367
3368 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3369
3370 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3371 Restore gnus-use-agent.
3372 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3373
3374 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3375
3376 2010-12-17 Julien Danjou <julien@danjou.info>
3377
3378 * gravatar.el (gravatar-retrieve-synchronously): New function.
3379 (gravatar-get-data): Make more robust.
3380
3381 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3382
3383 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3384 to really consider the last line.
3385
3386 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3387
3388 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3389 list of recipient keys, or use symmetric encryption if not a list.
3390 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3391 EPA override, replacing the call to `netrc-store-data'.
3392
3393 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
3394
3395 * gnus-srvr.el: Avoid passing nil regexp argument to
3396 delete-matching-lines.
3397
3398 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3399
3400 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3401 fetching stops when Gnus exits.
3402
3403 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3404 function.
3405 (nnfolder-request-expire-articles): Save all the buffers after doing
3406 expiry.
3407
3408 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3409 the last article", since that led to serious performance regressions
3410 when expiring nnml groups.
3411
3412 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
3413
3414 * nnir.el: Improve customizations.
3415
3416 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3417
3418 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3419
3420 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3421 group has been killed.
3422 (gnus-group-yank-group): Ditto.
3423
3424 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3425
3426 * nnimap.el (nnimap-request-update-group-status): New function.
3427
3428 * gnus-int.el (gnus-request-update-group-status): New interface
3429 function.
3430
3431 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3432 copying read-ness to the backends.
3433
3434 * nnimap.el (nnimap-quirk): New function.
3435 (nnimap-retrieve-group-data-early): Use it.
3436 (nnimap-quirks): New alist.
3437
3438 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
3439
3440 * shr.el (shr-insert): Set shr-start after deleting trailing space;
3441 don't delete it within indentation.
3442
3443 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3444
3445 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3446 previous line.
3447
3448 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3449
3450 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3451 QRESYNC command by deleting a superfluous space which broke Cyrus
3452 servers. This change will break other servers that are buggy the other
3453 way around.
3454
3455 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3456
3457 * spam.el: Reindent and fix long lines.
3458 (spam-copy-or-move-routine): Exclude invalid move destinations.
3459
3460 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3461
3462 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3463 installed the registry.
3464
3465 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3466
3467 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3468 groupname doesn't contain "gmane".
3469
3470 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3471
3472 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3473 (gnus-1): Don't create the nndrafts group twice.
3474 (gnus-setup-news): There's no need to read the active file here, since
3475 that's done again later on a per-backend basis.
3476 (gnus-start-draft-setup): Make sure that the new group is started out
3477 empty.
3478
3479 * gnus-agent.el (gnus-agentize): Don't create the queue group
3480 automatically on startup. It'll be created later, if needed.
3481
3482 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3483 of automatically subscribed groups.
3484 (gnus-auto-subscribed-categories): New variable.
3485 (gnus-matches-options-n): Use it.
3486 (gnus-default-subscribed-newsgroups): Remove unused variable.
3487 (gnus-start-draft-setup): Message a bit less.
3488
3489 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3490
3491 * nnir.el (nnir-run-imap): Return article list in order of increasing
3492 UID.
3493
3494 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3495
3496 * gnus-sum.el (gnus-summary-enter-digest-group):
3497 Mention gnus-auto-select-on-ephemeral-exit.
3498
3499 * proto-stream.el (proto-stream-open-network-only): Fix the calling
3500 convention of the network-only option.
3501
3502 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3503
3504 * proto-stream.el (proto-stream-open-network-only): New function to
3505 have a way to specify non-STARTTLS upgrade connections.
3506
3507 2010-12-10 Julien Danjou <julien@danjou.info>
3508
3509 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3510 email address is nil.
3511
3512 * message.el (message-bogus-recipient-p): Set address to "" if nil.
3513
3514 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
3515
3516 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3517 deletion.
3518 (nnir-run-imap): Only need to parse list once.
3519
3520 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3521
3522 * shr.el (shr-tag-script): Ignore <script>.
3523 (shr-tag-label): Add <label> support.
3524
3525 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
3526
3527 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3528
3529 * shr.el (shr-image-displayer): Work for images lined side by side.
3530
3531 2010-12-08 Robert Pluim <rpluim@gmail.com>
3532
3533 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3534 parameter, since XEmacs doesn't accept t as a parameter.
3535
3536 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
3537
3538 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3539 ids.
3540 (nnir-run-gmane): Simplify groupspec formatting.
3541 (nnir-request-expire-articles): New function.
3542
3543 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3544
3545 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3546 overflow, possibly.
3547
3548 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3549 (shr-render-td): Handle td style="" better.
3550 (shr-tag-table): Use the color from the style sheet.
3551 (shr-render-td): Make sure we copy over all the overlays, too.
3552
3553 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
3554
3555 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3556 (nnir-request-article): Improve article retrieval.
3557
3558 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3559
3560 * mm-util.el (mm-extra-numeric-entities): New variable.
3561
3562 * mm-url.el (mm-url-decode-entities):
3563 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3564
3565 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * message.el: Use completion-at-point.
3568 (message-completion-function): New fun, extracted from message-tab.
3569 (message-mode): Use it for completion-at-point-functions.
3570 (message-tab): Use it and completion-at-point.
3571
3572 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3573
3574 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3575 character if a non-breakable character follows.
3576
3577 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3578
3579 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3580 any stream.
3581
3582 * shr.el (shr-tag-font): Colorize the region.
3583 (shr-tag-body): Ditto.
3584 (shr-tag-font): Actually let the styles be inherited instead of
3585 overwriting them.
3586 (shr-tag-font): Get the background color right.
3587 (shr-tag-style): Ignore all <style> tags for the moment.
3588
3589 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3590 a Message-ID to avoid having nnimap depend on gnus-sum.
3591
3592 * shr.el (shr-descend): Only colorize something if we have a node that
3593 sets colors.
3594
3595 2010-12-06 Julien Danjou <julien@danjou.info>
3596
3597 * shr.el (shr-render-td): Render td content with shr-descend, so style
3598 will be applied to <td> too.
3599 (shr-colorize-region): Colorize region even if we only have a background.
3600 (shr-tag-body): Fix color and background color inheritance.
3601 Do not recolorize after shr-generic.
3602 (shr-tag-font): Let shr-generic colorize via inheritance.
3603
3604 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3605
3606 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3607
3608 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
3609
3610 * nnir.el (nnir-request-move-article): Remove obsolete code.
3611
3612 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3613
3614 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3615
3616 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3617
3618 * gnus-sum.el (gnus-summary-respool-article): The completion function
3619 expects a list instead of an alist.
3620
3621 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3622 string as the parameter.
3623
3624 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3625
3626 * shr.el (shr-stylesheet): New dynamic variable for cascading the
3627 styles.
3628 (shr-colorize-region): New function.
3629 (shr-insert-background-overlay): Remove.
3630 (shr-render-td): Background setting should be taken care of on a higher
3631 level.
3632 (shr-tag-body): Use post-hoc colorizations.
3633 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3634 (shr-put-color-1): Don't overwrite old colors.
3635 (shr-colorize-region): When the background color isn't explicit, use
3636 a fixed background.
3637
3638 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3639 nnmail variables.
3640
3641 2010-12-05 Bjørn Mork <bjorn@mork.no>
3642
3643 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3644 unless necessary.
3645
3646 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
3647
3648 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3649 server.
3650
3651 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3652
3653 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3654 so that TAB works.
3655
3656 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3657 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3658
3659 * shr.el (shr-urlify): Show the URL before the title to avoid
3660 misleading URLs.
3661
3662 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
3663
3664 * shr.el (shr-urlify): Display the title in <a> tags.
3665
3666 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
3667
3668 * nnir.el (nnir-categorize): Replace mapcar with mapc.
3669
3670 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
3671
3672 * nnir.el: Rearrange code to allow macros to be autoloaded by
3673 gnus-sum.el.
3674 (nnir-retrieve-headers-override-function): Make this variable
3675 customizable.
3676 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3677
3678 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3679 from nnir.el.
3680
3681 2010-12-03 Julien Danjou <julien@danjou.info>
3682
3683 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3684
3685 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3686
3687 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3688 allow optional argument `environment'.
3689
3690 2010-12-03 Glenn Morris <rgm@gnu.org>
3691
3692 * mm-extern.el (message-goto-body): Update declaration.
3693
3694 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3695
3696 * gnus-util.el (gnus-macroexpand-all): New function.
3697
3698 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3699 instead of macroexpand-all that is unavailable in XEmacs.
3700
3701 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
3702
3703 * nnir.el (nnir-summary-line-format): New variable.
3704 (nnir-mode): Use it.
3705 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3706 (nnir-article-ids): Reimplement as defsubst.
3707 (nnir-retrieve-headers): Don't mangle the subject header.
3708 (nnir-run-imap): Use 100 as RSV score.
3709 (nnir-run-find-grep): Fix for full server searching.
3710 (nnir-run-gmane): Better restriction to gmane groups.
3711
3712 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3713 summary buffers.
3714
3715 2010-12-02 Julien Danjou <julien@danjou.info>
3716
3717 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3718
3719 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3720
3721 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3722 support.
3723
3724 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
3725
3726 * nnir.el: Update to handle the registry better.
3727 (autoload): Silence byte-compiler.
3728 (nnir-open-server): Add a hook for nnir groups.
3729 (nnir-request-move-article): Don't mangle the header. Better to use
3730 formatting variables (which will be added in the future).
3731 (nnir-registry-action): Update the registry using the original article
3732 group name.
3733 (nnir-mode): Install nnir-specific hooks for updating the registry.
3734
3735 * gnus-sum.el
3736 (gnus-article-original-subject,gnus-newsgroup-original-name):
3737 Remove obsolete variables.
3738 (gnus-summary-move-article): Remove use of obsolete variables.
3739 (gnus-summary-local-variables): Make move and delete hooks local to
3740 summary buffers.
3741
3742 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3743
3744 * rtree.el: New file.
3745
3746 2010-12-01 Julien Danjou <julien@danjou.info>
3747
3748 * message.el (message-user-organization): Do not use
3749 gnus-local-organization.
3750
3751 * gnus.el: Remove gnus-local-organization.
3752
3753 * gnus-msg.el: Remove nastygram thing.
3754
3755 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
3756
3757 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3758 funcall.
3759
3760 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3761
3762 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3763 names.
3764
3765 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3766 characters.
3767
3768 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3769 to t of inhibit-read-only since it is inside gnus-with-article-headers.
3770 Suggested by Štěpán Němec <stepnem@gmail.com>.
3771 (gnus-gravatar-transform-address): Use mail-extract-address-components
3772 that supports non-ASCII names rather than mail-header-parse-addresses.
3773
3774 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3775
3776 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
3777 handled by the network handler.
3778
3779 2010-11-30 Julien Danjou <julien@danjou.info>
3780
3781 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3782 (nnimap-open-connection-1): Fix PREAUTH.
3783
3784 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3785
3786 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3787
3788 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3789 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3790 (shr-insert): Use them.
3791 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3792
3793 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3794
3795 * nnir.el (nnir-request-move-article): Bail out if original group
3796 doesn't support article moves.
3797 (nnir-get-active): Improve active list retrieval.
3798
3799 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3800
3801 * shr.el (shr-find-fill-point): Don't break before apostrophes.
3802
3803 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
3804
3805 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3806 seem to accept strings-with-numbers as port numbers,
3807
3808 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3809
3810 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3811 change the registry.
3812
3813 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3814
3815 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3816 delete-dups that is not available in XEmacs 21.4.
3817
3818 * mm-util.el (mm-delete-duplicates): Add comment.
3819
3820 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
3821
3822 * nnir.el (nnir-ignored-newsgroups): New variable.
3823 (nnir-get-active): Use it.
3824
3825 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3826
3827 * proto-stream.el (proto-stream-open-network): Add some comments.
3828
3829 * nntp.el (nntp-open-connection): Provide a :success condition.
3830
3831 * nnimap.el (nnimap-open-connection-1): Ditto.
3832
3833 * proto-stream.el (proto-stream-open-network): See what the response to
3834 the STARTTLS command is.
3835
3836 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3837 backwards compatibility).
3838 (nnimap-open-connection-1): Really respect nnimap-server-port.
3839
3840 * proto-stream.el (proto-stream-open-network): When doing opportunistic
3841 TLS upgrades we don't really care about the identity of the peer.
3842 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3843 that what we've checked for.
3844 (proto-stream-always-use-starttls): Only default to t if
3845 open-gnutls-stream exists.
3846 (proto-stream-open-network): If STARTTLS failed, then just open a
3847 normal connection.
3848 (proto-stream-open-network): Wait until the greeting before doing
3849 STARTTLS.
3850
3851 * nntp.el (nntp-open-connection): Report what the connection error is.
3852
3853 * proto-stream.el (open-protocol-stream): Rename from
3854 open-proto-stream.
3855
3856 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
3858 * nnimap.el (nnimap-stream): Change default to `undecided'.
3859 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3860 first, and then network.
3861 (nnimap-open-connection-1): Respect nnimap-server-port.
3862 (nnimap-open-connection): Be more backwards-compatible.
3863
3864 * proto-stream.el (proto-stream-always-use-starttls): New variable.
3865 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
3866 (proto-stream-open-starttls): Folded back into the main function.
3867 (proto-stream-open-network): Fix typo in the GnuTLS path.
3868 (proto-stream-command): Refactor out.
3869
3870 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3871
3872 * proto-stream.el (proto-stream-open-starttls): Actually implement the
3873 starttls.el STARTTLS.
3874
3875 * color.el (color-lab->srgb): Fix function call name.
3876
3877 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3878 if we're using tls.el.
3879 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
3880 built in, then don't try to establish a STARTTLS connection.
3881
3882 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3883 servers.
3884
3885 * proto-stream.el (open-proto-stream): Use network, not stream.
3886 (open-proto-stream): Add a way to specify what the end of a command is.
3887
3888 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3889 connections types.
3890 (nntp-open-network-stream): Remove.
3891 (nntp-open-ssl-stream): Remove.
3892 (nntp-open-tls-stream): Remove.
3893 (nntp-ssl-program): Remove.
3894
3895 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3896
3897 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
3898
3899 * nnir.el: Fix typos.
3900 (nnir-retrieve-headers-override-function): Rename variable to reflect
3901 new semantics.
3902 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3903 macros.
3904 (nnir-request-article, nnir-request-move-article): Use them.
3905 (nnir-categorize): New function.
3906 (nnir-run-query): Use it.
3907 (nnir-retrieve-headers): Rewrite to batch header retrieval.
3908 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3909 sorted.
3910 (nnir-group-full-name): Use gnus-group-full-name instead.
3911 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3912 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3913
3914 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3915
3916 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3917
3918 * proto-stream.el: New library to provide protocol-specific
3919 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3920 protocols.
3921 (open-proto-stream): Complete the documentation.
3922 (proto-stream-open-network): Fix some typos.
3923
3924 * nnimap.el (nnimap-open-connection): Use it.
3925
3926 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
3927
3928 * pop3.el (pop3-open-server): Read server greeting before starting TLS
3929 negotiation.
3930
3931 2010-11-26 Julien Danjou <julien@danjou.info>
3932
3933 * color.el: Rename various rgb functions to srgb.
3934
3935 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3936
3937 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3938 names.
3939
3940 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3941
3942 * shr.el (shr-insert): Revert last change.
3943 (shr-find-fill-point): Never leave point being at bol;
3944 relax the kinsoku limitation when rendering tables.
3945
3946 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3947
3948 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3949 results from -accept-article.
3950
3951 * shr-color.el: Require cl when compiling.
3952
3953 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3954 checkin.
3955
3956 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3957
3958 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3959
3960 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3961 'add and 'delete to set backend marks.
3962
3963 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3964
3965 * nnheader.el (nnheader-update-marks-actions): Refactor out.
3966
3967 * nntp.el (nntp-request-set-mark): Use it.
3968
3969 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3970
3971 * nnml.el (nnml-request-set-mark): Ditto.
3972
3973 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3974 introduces regressions in article selection.
3975 (nnimap-find-uid-response): New function.
3976 (nnimap-request-accept-article): Use the UID returned, if any.
3977 (nnimap-request-move-article): Use the UID returned, if any.
3978 (nnimap-get-groups): Reimplement to work with folded lines.
3979 (nnimap-find-uid-response): The UID is the last element in the list.
3980 (nnimap-request-set-mark): Extend syntax with 'set.
3981
3982 * nnml.el (nnml-request-set-mark): Ditto.
3983
3984 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3985
3986 * nntp.el (nntp-request-set-mark): Ditto.
3987
3988 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3989
3990 * message.el (message-called-interactively-p): A temporary macro.
3991 (message-goto-body): Use it temporarily.
3992
3993 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3994
3995 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3996 (nnimap-last-response-string): Unfold quoted lines, if they exist.
3997 (nnimap-last-response-string): Fix last unfolding fix.
3998
3999 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4000
4001 * shr.el (shr-insert): Fix the way to fold lines.
4002
4003 2010-11-25 Julien Danjou <julien@danjou.info>
4004
4005 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4006
4007 * color.el: Rename from color-lab.el
4008 (color-rgb->hex): Add.
4009 (color-complement): Add.
4010 (color-complement-hex): Add.
4011
4012 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4013
4014 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4015
4016 * shr-color.el (shr-color-visible): Don't bug out if the color names
4017 don't exist.
4018
4019 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4020
4021 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4022 assuming that article displaying or another mml-preview may be
4023 interrupted for an error or for the like.
4024
4025 * shr.el (shr-get-background): Fix argument name.
4026
4027 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4028
4029 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4030
4031 * gnus-sum.el (gnus-summary-include-articles): New function.
4032
4033 * message.el (message-goto-body): called-interactively-p needs a
4034 parameter, so use `any'.
4035
4036 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4037 clear marks before moving, since they're synced from the Gnus side
4038 first.
4039
4040 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4041 (gnus-summary-move-article): Copy over all marks before moving, so that
4042 IMAP doesn't think a new article has arrived.
4043
4044 2010-11-24 Julien Danjou <julien@danjou.info>
4045
4046 * shr.el (shr-insert-background-overlay): Fix typo.
4047 (shr-render-td): Copy the background before rendering.
4048
4049 * shr-color.el (shr-color-visible): Fix docstring.
4050
4051 * shr.el (shr-tag-table): Add bgcolor support.
4052 (shr-render-td): Add bgcolor support.
4053 (shr-get-background): Add.
4054 (shr-insert-foreground-overlay): Use shr-get-background.
4055
4056 * message.el (message-goto-body): Use called-interactively-p.
4057 (message-in-body-p): message-goto-body returns point.
4058
4059 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4060
4061 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
4062 Fixes something or other in Emacs 23, and is backwards compatible.
4063
4064 * message.el (message-goto-body): Remove the <#secure special-casing,
4065 which is too special.
4066
4067 * shr.el (shr-parse-style): Drop !important from styles.
4068
4069 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
4070
4071 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4072 this function to return incorrect results when calling it with an
4073 explicit article argument different from
4074 (gnus-summary-article-number).
4075
4076 2010-11-24 Julien Danjou <julien@danjou.info>
4077
4078 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4079 (shr-tag-body): Add background support.
4080 (shr-descend): Add background support.
4081 (shr-tag-title): Add.
4082
4083 * shr-color.el (shr-color-visible): Really return original background
4084 if fixed.
4085
4086 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4087
4088 * shr.el (shr-color-check): Protect against non-existent color names.
4089
4090 2010-11-24 Julien Danjou <julien@danjou.info>
4091
4092 * color-lab.el: Require 'cl when compiling.
4093
4094 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4095
4096 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4097 matched part.
4098
4099 * color-lab.el: Fix all expt calls to use float type.
4100
4101 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
4102
4103 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4104 expression to shr-color-check as is.
4105
4106 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4107
4108 * color-lab.el: Add coding cookie.
4109 (float-pi): Use eval-and-compile.
4110
4111 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4112
4113 * shr.el (shr-insert-color-overlay): Split stuff like
4114 "#444444 !important" to find the real color.
4115 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4116 parse <font color="red"> entries.
4117
4118 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
4119
4120 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
4121 point when parsing headers.
4122
4123 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
4124 is positioned properly when parsing headers.
4125
4126 2010-11-23 Julien Danjou <julien@danjou.info>
4127
4128 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4129
4130 * shr-color.el (shr-color->hexadecimal): Add support for color names.
4131
4132 * shr.el (shr-parse-style): Replace \n with space in style parsing.
4133
4134 * shr-color.el (shr-color-hsl-to-rgb-fractions):
4135 Use shr-color-hue-to-rgb.
4136 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4137
4138 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4139
4140 * shr.el (shr-color->hexadecimal): Autoload.
4141 (shr-descend): Add color to all tags.
4142
4143 2010-11-22 Julien Danjou <julien@danjou.info>
4144
4145 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4146 shr-color->hexadecimal.
4147
4148 * shr-color.el (shr-color->hexadecimal): Add converting functions for
4149 RGB() or HSL() color representation.
4150
4151 * shr.el (shr-tag-font): Add.
4152 (shr-tag-color-check): New function to get better colors.
4153 (shr-tag-insert-color-overlay): Factorize code between tag-font and
4154 tag-span.
4155
4156 * shr-color.el: New file.
4157
4158 * color-lab.el: New file.
4159
4160 * gnus-art.el (gnus-url-mailto): Do not downcase args.
4161
4162 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
4163
4164 * nnir.el: Fix typo in comments.
4165 (nnir-run-imap): Simplify code. No need to reverse artlist.
4166 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4167
4168 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4169
4170 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4171
4172 * nnimap.el (nnimap-get-capabilities): Refactor out.
4173 (nnimap-open-connection): Re-request capabilities after STARTTLS.
4174
4175 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
4176
4177 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4178 appearing when `mm-uu-hide-markers' is nil.
4179
4180 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4181
4182 * nnimap.el (nnimap-unselect-group): Make into its own function.
4183 (nnimap-request-rename-group): Unselect group before renaming.
4184 This had gotten lost somewhere.
4185 (nnimap-request-accept-article): Keep track of examined groups, and
4186 unselect the group before APPENDing to read-only groups.
4187 (nnimap-request-move-article): Clear flags before moving so that they
4188 can be re-set later.
4189
4190 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
4191
4192 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4193 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4194
4195 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
4196
4197 * gnus-art.el (gnus-mime-display-single):
4198 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4199 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4200 parameter.
4201
4202 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
4204 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4205 (shr-table-vertical-line): New variable.
4206 (shr-insert-table): Use it.
4207
4208 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4209
4210 * gnus-html.el (gnus-html-wash-images): Don't display images if
4211 gnus-inhibit-images is non-nil; register displayer for cid images.
4212 (gnus-html-display-image): Work for cid image.
4213 (gnus-html-insert-image): Allow arguments.
4214 (gnus-html-put-image): Inhibit read-only.
4215 (gnus-html-prefetch-images): Don't prefetch images if
4216 gnus-inhibit-images is non-nil.
4217
4218 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4219
4220 * shr.el (shr-put-image): Break lines when inserting big pictures.
4221
4222 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4223
4224 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4225 sender, thanks Katsumi Yamaoka.
4226
4227 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
4228
4229 * nnir.el (nnir-run-imap): Reverse the article list for each group
4230 rather than the whole list.
4231
4232 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4233
4234 * shr.el (shr-image-displayer): Protect function against non-existent
4235 image source.
4236
4237 * gnus-art.el (gnus-inhibit-images): New user option.
4238 (gnus-mime-display-single): Don't display image if it is non-nil.
4239
4240 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4241 gnus-inhibit-images.
4242
4243 * shr.el (shr-image-displayer): New function.
4244 (shr-tag-img): Use it.
4245
4246 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4247
4248 * mml2015.el (mml2015-epg-sign): Use From header.
4249
4250 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4251
4252 * gnus-html.el (gnus-html-wash-images): Register a displayer.
4253
4254 * gnus-util.el (gnus-find-text-property-region): Return markers.
4255
4256 * shr.el (shr-tag-img): Put a displayer in the text property.
4257
4258 * gnus-util.el (gnus-find-text-property-region): New utility function.
4259
4260 * gnus-html.el (gnus-html-display-image): Make the alt optional.
4261 (gnus-html-show-images): Remove.
4262
4263 * gnus-art.el (gnus-article-show-images): New, more general function.
4264
4265 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4266 image url text properties.
4267
4268 * shr.el: Ditto.
4269
4270 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4271 gnus-agent-auto-agentize-methods is set. Which it isn't.
4272
4273 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4274
4275 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4276 work for two or more articles.
4277
4278 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4279
4280 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4281 divide an image that's in an html article to two or more when washing
4282 non-ASCII characters in alt text of it.
4283
4284 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4285
4286 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4287 smime-decrypt-region using function argument.
4288 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4289
4290 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4291
4292 * smime.el (smime-decrypt-region): Catch it.
4293
4294 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * smime.el (smime-mode-map): Move initialization into declaration.
4297 (gnus-run-mode-hooks): Don't autoload.
4298 (smime-mode): Use define-derived-mode.
4299
4300 2010-11-11 Glenn Morris <rgm@gnu.org>
4301
4302 * smime.el (from): Restrict declaration to XEmacs.
4303
4304 * nnir.el (gnus-group-topic-name): Autoload.
4305
4306 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4307
4308 * shr.el (shr-insert): Don't break long line if it is because of
4309 kinsoku-bol characters in the line end.
4310
4311 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
4312
4313 * nnir.el (nnir-request-move-article): Fix to provide original group
4314 and subject.
4315 (nnir-warp-to-article): Don't fail on articles whose headers haven't
4316 been retrieved.
4317
4318 * gnus-sum.el (gnus-summary-move-article): Use original group and
4319 subject for virtual articles such as those in an nnir summary buffer.
4320
4321 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4322
4323 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4324 least 21.5).
4325
4326 * smime.el (from): Declare it again for XEmacs.
4327
4328 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * message.el (message-resend): Don't disable encoding unless it's
4331 already encoded.
4332
4333 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4334 low-numbered articles.
4335
4336 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4337
4338 * rfc2047.el (rfc2047-syntax-table): Simplify.
4339
4340 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4341 set-char-table-range for XEmacs.
4342
4343 2010-11-10 Glenn Morris <rgm@gnu.org>
4344
4345 * smime.el (from): Remove unused declaration.
4346
4347 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4348 (gnus-float-time): On Emacs, always an alias.
4349
4350 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4351 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4352
4353 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4354
4355 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4356
4357 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4358
4359 * shr.el (browse-url-mailto): Autoload.
4360
4361 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4362
4363 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4364 regexp doesn't need quoting.
4365
4366 2010-11-09 Sven Joachim <svenjoac@gmx.de>
4367
4368 * message.el (message-subject-trailing-was-ask-regexp)
4369 (message-subject-trailing-was-regexp): Match was: in addition to was.
4370
4371 2010-11-09 Glenn Morris <rgm@gnu.org>
4372
4373 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4374 (nnbabyl-check-mbox): Use point-at-bol.
4375
4376 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4377
4378 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4379
4380 * message.el (message-mailto): New function.
4381 (message-mailto): Should accept other parameters.
4382 (message-mailto): Remove since it duplicates browse-url-mailto
4383 functionality.
4384
4385 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4386
4387 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4388 methods.
4389 (gnus-read-active-file): Ditto.
4390
4391 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4392 ": " from the prompt.
4393 (gnus-group-make-group): Ditto.
4394
4395 2010-11-07 Glenn Morris <rgm@gnu.org>
4396
4397 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4398 (gnus-bookmark-kill-line): Use point-at-eol.
4399
4400 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4401
4402 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4403 asterisks in From header.
4404
4405 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4406
4407 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4408 string to avoid making the From headers syntactically invalid.
4409
4410 * message.el (message-send-mail): Don't insert courtesy messages if the
4411 message already has List-Post and List-ID messages.
4412
4413 2010-11-06 Glenn Morris <rgm@gnu.org>
4414
4415 * gnus-art.el (gnus-treat-article): Give dynamic local variables
4416 `condition', `type', `length' a prefix.
4417 (gnus-treat-predicate): Update for above name changes.
4418
4419 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
4420
4421 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4422 binding. Handled by `gnus-summary-refer-thread' instead.
4423 (nnir-warp-to-article): New backend function.
4424
4425 * nnimap.el (nnimap-request-thread): Force dependency updating.
4426
4427 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4428 (gnus-summary-refer-thread): Rework to improve thread-referral.
4429
4430 * gnus-int.el (gnus-warp-to-article): New function.
4431
4432 * gnus-sum.el (gnus-summary-article-map): Bind it.
4433
4434 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
4435
4436 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4437 gnus-summary-refer-thread.
4438
4439 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4440 headers.
4441 (gnus-summary-limit-include-thread): Prevent articles in thread from
4442 being cut in gnus-cut-threads.
4443 (gnus-summary-refer-thread): Limit retrieved headers to those in
4444 thread.
4445
4446 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4447
4448 * message.el (message-send-mail): Use the value of
4449 message-courtesy-message from the message buffer.
4450
4451 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4452
4453 * shr.el (shr-browse-url): Implement mailto: URLs.
4454
4455 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4456 "raw".
4457
4458 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4459 if it's already selected.
4460
4461 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4462
4463 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4464
4465 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4466 to measure the length and truncate alt text.
4467
4468 2010-11-03 Glenn Morris <rgm@gnu.org>
4469
4470 * nndiary.el (nndiary-generate-nov-databases-1)
4471 (nndiary-generate-active-info): Rename dynamic variable `files' to
4472 something less generic.
4473
4474 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
4475
4476 * nnir.el (nnir-request-move-article): Call the underlying backend to
4477 move articles from nnir.
4478
4479 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4480
4481 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4482
4483 2010-11-02 Julien Danjou <julien@danjou.info>
4484
4485 * nnir.el: Remove wais support.
4486
4487 2010-11-02 Glenn Morris <rgm@gnu.org>
4488
4489 * gnus-html.el: Reorder requirements to quieten compiler.
4490
4491 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4492
4493 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4494 properly for XEmacs as well.
4495 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4496 (gnus-article-natural-long-line-p): Use window-width rather than
4497 frame-width.
4498
4499 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
4500
4501 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
4502 (nnir-read-parms): Don't modify query.
4503 (nnir-run-query): Add ability to search topic on current line.
4504 (nnir-get-active): Clean up.
4505
4506 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4507
4508 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4509 degenerate articles.
4510
4511 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4512 (gnus-print-buffer): Just print the buffer as is, without any copying
4513 to a buffer and then re-highlighting.
4514
4515 * nnimap.el (nnimap-request-group): Store the new updated info.
4516 (nnimap-request-group): Select the group when we don't know whether it
4517 exists or not.
4518
4519 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4520 groups.
4521
4522 * gnus-group.el (gnus-group-find-new-groups): Display all the new
4523 groups.
4524
4525 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4526 groups.
4527
4528 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4529 long-lines case by only filling the long lines.
4530
4531 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4532 (bug #7311).
4533
4534 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4535
4536 * shr.el: No need to declare `declare-function' since shr.el is for
4537 only Emacsen that provide `libxml-parse-html-region'.
4538
4539 2010-11-01 Glenn Morris <rgm@gnu.org>
4540
4541 * mm-util.el (gnus-completing-read): Autoload.
4542 (mm-read-coding-system): Simplify Emacs definition.
4543
4544 * nnmail.el (gnus-activate-group):
4545 * nnimap.el (gnutls-negotiate):
4546 * nntp.el (netrc-parse): Fix declarations.
4547
4548 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4549
4550 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4551 string-match-p in Emacs >=23.
4552
4553 * gnus-msg.el (gnus-configure-posting-styles):
4554 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4555
4556 2010-11-01 Glenn Morris <rgm@gnu.org>
4557
4558 * nnir.el (declare-function): Add compat stub.
4559 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4560 (nnir-run-gmane): Require 'mm-url.
4561
4562 * mm-util.el (mm-string-to-multibyte): Simplify.
4563
4564 * shr.el (declare-function): Add compat stub.
4565 (url-cache-create-filename): Declare.
4566 (mm-disable-multibyte, widget-convert-button): Autoload.
4567
4568 * smime.el (ldap-search): Declare.
4569 (smime-cert-by-ldap-1): Require ldap on Emacs.
4570
4571 * nnimap.el: Require nnmail, and gnus-sum when compiling.
4572 (nnimap-keepalive): Use gnus-float-time.
4573
4574 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4575 (mail-source-delete-crash-box): Use gnus-float-time.
4576
4577 * gnus-dired.el (gnus-completing-read): Autoload.
4578
4579 * mm-view.el (gnus-rescale-image): Autoload.
4580
4581 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4582
4583 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4584
4585 * sieve-manage.el: Require 'cl when compiling.
4586
4587 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4588 (gnus-iswitchb-completing-read): Require iswitchb.
4589 (gnus-select-frame-set-input-focus): Silence compiler.
4590
4591 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4592
4593 * message.el (message-subject-trailing-was-query): Change default to t,
4594 since I think that's what most people want.
4595
4596 * nnimap.el (nnimap-request-accept-article): Erase buffer before
4597 appending for easier debugging.
4598 (nnimap-wait-for-connection): Take a regexp.
4599 (nnimap-request-accept-article): Wait for the continuation line before
4600 sending anything unless we're streaming.
4601
4602 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4603 leave the header washing to take place.
4604
4605 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4606
4607 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4608 regular expression match and replace in posting styles.
4609
4610 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
4611
4612 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4613 an entire server.
4614 (nnir-get-active): New function.
4615 (nnir-run-imap): Use it.
4616 (nnir-run-gmane): Who knew, gmane search returns an article score!
4617
4618 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4619 server on the current line with nnir.
4620
4621 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4622
4623 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4624 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4625 left edge.
4626 (gnus-article-foldable-buffer): Skip past the prefix when determining
4627 raggedness.
4628
4629 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4630 the raw article, and change `C-u g' to show the article without doing
4631 treatments.
4632
4633 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4634 on to `gnus-treat-article'.
4635 (gnus-inhibit-article-treatments): New variable.
4636
4637 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4638
4639 * gnus-art.el (gnus-treatment-function-alist): Have
4640 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4641 (gnus-treat-fill-long-lines): Change default to fill all text/plain
4642 sections.
4643
4644 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4645 parameter.
4646 (gnus-article-fill-cited-long-lines): New function.
4647 (gnus-article-fill-cited-article): Allow filling only long sections.
4648
4649 * shr.el (shr-find-fill-point): Don't break lines between punctuation
4650 and non-punctuation (like after the apostrophe in "'We").
4651
4652 * gnus-sum.el (gnus-summary-select-article): Make sure
4653 gnus-original-article-buffer is alive.
4654
4655 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4656 reflect the order they are in the digest.
4657
4658 * gnus.el (gnus-group-startup-message): Move point to the start of the
4659 buffer.
4660
4661 * nnimap.el (nnimap-capability): New function.
4662 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4663 is set.
4664
4665 2010-10-31 David Engster <dengste@eml.cc>
4666
4667 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4668 conform with changes to gnus-completing-read.
4669
4670 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4671
4672 * shr.el (shr-tag-img): Output "*" instead of "[img]".
4673
4674 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4675
4676 * nnir.el: Move defvar, defcustom around to keep file organized
4677 and keep byte-compiler quiet.
4678 (nnir-read-parms): Accept search-engine as arg.
4679 (nnir-run-query): Pass search-engine as arg.
4680 (nnir-search-engine): Remove.
4681
4682 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4683
4684 * shr.el (shr-generic): The text nodes should be text, not :text.
4685
4686 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4687 later in the file.
4688
4689 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4690
4691 * nnir.el: General clean up. Allow searching with multiple engines.
4692 Allow separate extra-parameters for each engine.
4693 Batch queries when possible.
4694 (nnir-imap-default-search-key,nnir-method-default-engines):
4695 Add customize interface.
4696 (nnir-run-gmane): New engine.
4697 (nnir-engines): Use it. Qualify all prompts with engine name.
4698 (nnir-search-engine): Remove global variable.
4699 (nnir-run-hyrex): Restore for now.
4700 (nnir-extra-parms,nnir-search-history): New variables.
4701 (gnus-group-make-nnir-group): Use them.
4702 (nnir-group-server): Remove in favor of gnus-group-server.
4703 (nnir-request-group): Avoid searching twice.
4704 (nnir-sort-groups-by-server): New function.
4705
4706 2010-10-30 Julien Danjou <julien@danjou.info>
4707
4708 * gnus-group.el: Remove gnus-group-fetch-control.
4709
4710 * gnus-start.el (gnus-find-new-newsgroups):
4711 Remove gnus-check-first-time-used.
4712
4713 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4714
4715 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4716
4717 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4718 set on groups that don't have \* permanentflags.
4719
4720 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4721
4722 * shr.el (shr-tag-span): Drop colorization of regions since we don't
4723 control the background color.
4724 (shr-tag-img): Ignore very small web bug type images.
4725 (shr-put-image): Add help-echo alt texts to the images.
4726 (shr-tag-video): Show the video poster image.
4727
4728 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4729
4730 * shr.el (shr-table-depth): New variable.
4731 (shr-tag-table-1): Only insert the images after the top-level table.
4732
4733 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4734
4735 * gnus-util.el (gnus-list-memq-of-list): New function.
4736
4737 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4738 selected.
4739 (nnimap-unsplittable-articles): New slot.
4740 (nnimap-new-articles): Use it.
4741
4742 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
4743
4744 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4745 move to the previous line on `M-g'.
4746
4747 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4748
4749 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4750 *-request-group, which seems unnecessary.
4751
4752 * nnimap.el (nnimap-quote-specials): Function copied over from
4753 imap.el.
4754 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4755 they support that. Suggested by Tom Regner.
4756
4757 2010-10-29 Julien Danjou <julien@danjou.info>
4758
4759 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4760 defalias.
4761 (gnus-summary-delete-marked-with): Remove obsolete defalias.
4762
4763 * gnus.el: Remove `gnus-nntp-service' variable.
4764 (gnus-secondary-servers): Make obsolete.
4765 (gnus-nntp-server): Make obsolete.
4766
4767 * gnus-start.el (gnus-1): Remove x-splash calls.
4768
4769 * gnus-ems.el (gnus-x-splash): Remove.
4770
4771 * gnus.el (gnus-group-startup-message): Simplify/update code.
4772
4773 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4774 capability before doing anything.
4775 (gnus-group-insert-group-line): Remove useless
4776 gnus-group-remove-excess-properties.
4777
4778 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4779
4780 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4781
4782 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4783
4784 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4785 config after reselecting.
4786
4787 2010-10-28 Julien Danjou <julien@danjou.info>
4788
4789 * shr.el (shr-put-image): Use point even if only inserting text.
4790 (shr-put-image): Save excursion when inserting alt text on non-graphic
4791 display, so the behavior is the same when we are on a graphic display.
4792
4793 * nnir.el (nnir-run-swish-e): Remove hyrex support.
4794
4795 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4796
4797 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4798 (gnus-mime-copy-part): Check coding system, not charset.
4799 (gnus-mime-view-part-externally): Never remove part.
4800 (gnus-mime-view-part-internally): Don't remove part here.
4801 (gnus-article-part-wrapper): Make sure MIME tag is visible.
4802 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4803 multipart/alternative.
4804
4805 * mm-decode.el (mm-display-part): Take optional arg `force'.
4806
4807 2010-10-26 Julien Danjou <julien@danjou.info>
4808
4809 * gnus-group.el (gnus-group-default-list-level): Add this function to
4810 compute the default list level.
4811 (gnus-group-default-list-level): Add possibility to use a function.
4812
4813 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
4814
4815 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4816
4817 * gnus-group.el (gnus-group-completing-read)
4818 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4819 gnus-replace-in-string.
4820
4821 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
4822
4823 * shr.el (shr-tag-div): Add.
4824
4825 2010-10-25 Julien Danjou <julien@danjou.info>
4826
4827 * gnus-util.el: Remove `gnus-with-local-quit'.
4828
4829 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4830
4831 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4832
4833 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4834 the original article buffer.
4835
4836 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4837
4838 * nnimap.el (nnimap-request-head): New function.
4839 (nnimap-request-move-article): Try to be slightly faster by not
4840 requesting the entire message when moving.
4841 (nnimap-transform-headers): Don't bug out on bodiless articles.
4842 (nnimap-send-command): Have no outstanding messages if the IMAP server
4843 doesn't support streaming.
4844 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4845
4846 2010-10-24 Julien Danjou <julien@danjou.info>
4847
4848 * message.el (message-default-headers): Fix type.
4849
4850 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4851
4852 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4853 prefetching images.
4854
4855 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4856 backend for unknown groups. This is mainly useful for nnimap groups.
4857
4858 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4859 group isn't covered by the agent.
4860
4861 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
4862
4863 * nnir.el (nnir-method-default-engines): New variable.
4864 (nnir-run-query): Use it.
4865 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4866 (gnus-summary-nnir-goto-thread): Change group if needed.
4867
4868 * gnus-group.el (gnus-group-group-map): Add key binding for
4869 gnus-group-make-nnir-group.
4870
4871 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * shr.el (shr-tag-object): Add.
4874
4875 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4876 original article buffer live.
4877 (gnus-summary-select-article-buffer):
4878 Mention gnus-widen-article-buffer.
4879
4880 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4881
4882 * shr.el (shr-tag-strong): Add.
4883
4884 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4885
4886 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4887 group names. They mess up the group buffer badly.
4888
4889 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4890
4891 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4892 instead of the summary one.
4893
4894 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
4895
4896 * mml.el (mml-preview): Work properly when editing article.
4897
4898 * gnus-start.el (gnus-read-active-file-1): Don't add method to
4899 gnus-have-read-active-file if it's already been in.
4900
4901 2010-10-22 Tom Tromey <tromey@redhat.com>
4902
4903 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4904 gnus-group-completing-read.
4905
4906 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4907
4908 * message.el (message-mode-map): Don't bind M-; to comment region, to
4909 allow the global comment-dwim to work.
4910
4911 2010-10-21 Julien Danjou <julien@danjou.info>
4912
4913 * message.el (message-setup-1): Allow message-default-headers to be a
4914 function.
4915
4916 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4917
4918 * shr.el (shr-tag-table): Simplify.
4919
4920 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4921
4922 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4923 to avoid trying to snarf invalid stuff.
4924
4925 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4926
4927 * gnus.el (gnus-message-archive-group): Quote value.
4928 (gnus-message-archive-group): Mark as changed.
4929
4930 * shr.el (shr-add-font): Don't put the font properties on the newline
4931 or the indentation.
4932
4933 * message.el (message-fix-before-sending): Change options when sending
4934 non-printable characters.
4935
4936 * gnus.el (gnus-message-archive-method): Change the default to
4937 monthly outgoing groups.
4938
4939 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4940 that have gotten new numbers.
4941
4942 * nnimap.el (nnimap-request-replace-article): New function.
4943
4944 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4945
4946 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4947 (nnrss-request-article): Don't use special html washing code.
4948
4949 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4950
4951 * shr.el (shr-tag-table): Remove useless nconc.
4952
4953 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4954
4955 * gnus-art.el (article-wash-html): Simplify and remove the charset
4956 stuff. Use the normal html rendering code instead of the special html
4957 washing code.
4958
4959 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4960 `gnus-w3m' symbols.
4961 (mm-text-html-washer-alist): Remove.
4962
4963 * mm-decode.el (mm-inline-text-html-renderer): Remove.
4964 (mm-inline-media-tests): Remove use.
4965 (mm-text-html-renderer): Change default to the `shr' symbol.
4966
4967 * mm-view.el (mm-inline-text-html): Remove use.
4968
4969 * gnus-art.el (gnus-blocked-images): New function. Allow the
4970 `gnus-blocked-images' to be a function.
4971 (gnus-article-wash-function): Remove.
4972
4973 2010-10-20 Julien Danjou <julien@danjou.info>
4974
4975 * spam.el (spam-list-of-processors): Mark as obsolete.
4976
4977 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4978 (nnimap-insert-partial-structure): Fix boundary detection.
4979
4980 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
4981
4982 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4983 run file-truename on remote files. This can be expensive and even
4984 prevent one from editing drafts if some unrelated buffer has a stale
4985 connection.
4986
4987 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4988
4989 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4990 kinsoku-eol regardless of shr-kinsoku-shorten.
4991 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4992 (shr-tag-table): Support caption, thead, and tfoot.
4993
4994 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4995
4996 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4997 lines.
4998 (shr-save-contents): New command and keystroke.
4999
5000 * nndoc.el (nndoc-type-alist): Add git support.
5001 (nndoc-git-type-p): New function.
5002 (nndoc-transform-git-article): Ditto.
5003 (nndoc-transform-git-headers): Ditto.
5004 (nndoc-transform-git-headers): Generate Subject headers.
5005
5006 * shr.el (shr-parse-style): New function.
5007 (shr-tag-span): Ditto.
5008
5009 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5010 to `G G' to avoid collisions.
5011
5012 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5013
5014 * shr.el: Load kinsoku if necessary.
5015 (shr-kinsoku-shorten): New internal variable.
5016 (shr-find-fill-point): Make kinsoku shorten text line if
5017 shr-kinsoku-shorten is bound to non-nil.
5018 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5019 shr-indentation too when testing if table is wider than frame width.
5020 (shr-insert-table): Use `string-width' instead of `length' to measure
5021 text width.
5022 (shr-insert-table-ruler): Make sure indentation is done at bol.
5023
5024 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5027 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5028 undecoded network data.
5029
5030 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5031
5032 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5033 name in the mode line spec so that the mode line menu works
5034 (bug #2431).
5035
5036 * message.el (message-get-reply-headers): If we're fed `to-address',
5037 then always use that.
5038
5039 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5040 aren't so wide as to need to switch off the edit menu.
5041
5042 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5043 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5044
5045 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5046 `M-g'.
5047 (nnimap-update-info): Update flags/read marks even if \* isn't part of
5048 the permanent marks.
5049
5050 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
5051
5052 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5053 Splitting according to references/in-reply-to obeys the ignore-groups
5054 variable, while splitting by sender and subject do not.
5055
5056 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5057
5058 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5059 alist, so that we can look for non-Unicode chars.
5060 (article-translate-strings): Allow both character and string maps.
5061
5062 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
5063
5064 * shr.el (shr-insert): Don't insert space behind a wide character
5065 categorized as kinsoku-bol, or between characters both categorized as
5066 nospace.
5067
5068 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
5069
5070 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
5071 headers to gnus-newsgroup-headers.
5072
5073 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5074
5075 * shr.el (shr-tag-img): Don't align images -- since we're not
5076 rescaling, this often leads to ugly displays.
5077
5078 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
5079
5080 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5081 duplicates.
5082
5083 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
5084
5085 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5086 call.
5087
5088 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5089
5090 * gnus.el: Autoload gnus-html-show-images.
5091
5092 * nnimap.el: Use nnheader-message throughout.
5093
5094 * shr.el (shr-tag-img): Ignore images with no data.
5095
5096 2010-10-15 Julien Danjou <julien@danjou.info>
5097
5098 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5099 a possibility to disable format=flow encoding when using hard newlines.
5100
5101 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5102
5103 * shr.el (shr-insert): Remove space inserted before or after a
5104 breakable character or at the beginning or the end of a line.
5105 (shr-find-fill-point): Do kinsoku; find the second best point or give
5106 it up if there's no breakable point.
5107
5108 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5109
5110 * nnimap.el (nnimap-open-connection): Message when opening connection
5111 for debugging purposes.
5112
5113 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5114 on every setup buffer call to allow this to change from article to
5115 article.
5116
5117 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5118 buffers where we have a wide table.
5119
5120 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
5121
5122 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5123 uses *-request-thread.
5124
5125 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5126
5127 * nnimap.el (nnimap-open-connection): Remove %s from openssl
5128 incantation, which is no longer valid.
5129
5130 2010-10-14 Julien Danjou <julien@danjou.info>
5131
5132 * shr.el: Fix defcustom type (char -> character).
5133
5134 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
5136 * nnimap.el (nnimap-open-connection): tls-program should be a list of
5137 programs.
5138
5139 2010-10-14 Julien Danjou <julien@danjou.info>
5140
5141 * shr.el (shr-tag-a): Use url-link as widget type.
5142
5143 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5144 `gnus-group-get-icon'.
5145
5146 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5147
5148 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5149 This should make server editing work better.
5150
5151 * shr.el (shr-find-fill-point): Don't inloop on indented text.
5152
5153 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5154 (nnimap-parse-flags): Fix regexp.
5155
5156 * shr.el (shr-find-fill-point): Use a filling algorithm that should
5157 probably work for CJVK text, too.
5158
5159 * nnimap.el (nnimap-extend-tls-programs): Remove.
5160 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5161
5162 2010-10-13 Julien Danjou <julien@danjou.info>
5163
5164 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5165 responses.
5166
5167 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5168
5169 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5170
5171 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5172 anything in Emacs.
5173
5174 * shr.el (shr-current-column): Remove buggy and unnecessary function.
5175
5176 2010-10-13 Julien Danjou <julien@danjou.info>
5177
5178 * shr.el (shr-width): Make shr-width a defcustom with default to
5179 fill-column.
5180 (shr-tag-img): Use shr-width rather than fill-column.
5181
5182 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
5183
5184 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5185
5186 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5187 position when (X-)Faces exist.
5188 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5189 avatars when called interactively.
5190
5191 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
5192
5193 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5194 gnus-article-x-face-too-ugly is bound.
5195
5196 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5197
5198 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5199
5200 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5201 mailbox that doesn't exist.
5202
5203 2010-10-12 Julien Danjou <julien@danjou.info>
5204
5205 * shr.el (shr-tag-img): Encode URL properly when retrieving.
5206 (shr-get-image-data): Encode URL properly when fetching from cache.
5207 (shr-tag-img): Use aligned-to spaces to align correctly images.
5208
5209 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5210 before inserting the Gravatar.
5211
5212 * shr.el (shr-tag-img): Add align attribute support for <img>.
5213
5214 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5215
5216 * gnus-gravatar.el (gnus-art): Require.
5217
5218 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5219 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5220 Remove long obsoleted functions.
5221
5222 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5223
5224 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5225
5226 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5227 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5228 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
5229 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
5230 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5231 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5232 Fix comment for declare-function.
5233
5234 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5235
5236 * nnimap.el (nnimap-request-rename-group): Select group read-only
5237 before renaming it.
5238
5239 * shr.el (shr-insert): Fix up the white space only regexp.
5240
5241 * nnimap.el (nnimap-transform-split-mail): Not all articles have
5242 bodies. Protect against this. Reported by Michael Welsh Duggan.
5243
5244 * shr.el (shr-current-column): New function.
5245 (shr-find-fill-point): New function.
5246
5247 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5248
5249 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5250 numbers.
5251
5252 2010-10-11 Julien Danjou <julien@danjou.info>
5253
5254 * shr.el (shr-hr-line): Add.
5255 (shr-tag-hr): Use shr-hr-line to specify which character to use to
5256 display hr lines.
5257 (shr-max-columns): Do not change state to nil if we just inserting
5258 spaces.
5259
5260 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5261
5262 * gnus-topic.el (gnus-topic-read-group): If after the last group,
5263 select the last group.
5264
5265 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
5266
5267 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5268
5269 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5272 for Gnus.
5273 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5274 (nnimap-update-qresync-info): Mark \Seen articles as read.
5275
5276 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5277 non-variable, too.
5278
5279 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
5280 available.
5281 (nnimap-update-info): Rely more on the current active than the param
5282 active to avoid marking articles as read too much.
5283
5284 * auth-source.el (auth-source-create): Use (user-login-name) for the
5285 user name default.
5286
5287 * nnimap.el (nnimap-update-info): If the server doesn't return any
5288 useful info, just use the previous info.
5289 (nnimap-update-info): Prefer old info over start-article.
5290 (nnimap-update-qresync-info): Finish implementing QRESYNC.
5291
5292 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
5293
5294 * nnir.el (autoload): Clean up autoloads.
5295 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5296 Use key rather than value.
5297 (nnir-imap-search-other): New variable.
5298 (nnir-read-parm): Use it.
5299 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5300 (gnus-summary-nnir-goto-thread): Modify to work with imap.
5301
5302 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5305 the process, too.
5306
5307 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5308
5309 * spam.el (gnus-summary-mode-map): Bind to "$".
5310 Suggested by Russ Allbery.
5311
5312 * shr.el: Rework the way things are indented by <li> slightly.
5313
5314 * gnus.el (gnus-group-set-parameter): Fix typo.
5315
5316 * nnimap.el: Start implementing QRESYNC support.
5317
5318 2010-10-09 Julien Danjou <julien@danjou.info>
5319
5320 * nnir.el (nnir-engines): Fix too many arguments.
5321
5322 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5323
5324 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5325 group is the "last", so that the backends like nnfolder actually save
5326 their folders.
5327
5328 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
5329 try to use that for the TLS stream.
5330 (nnimap-retrieve-group-data-early): Rework the marks code to heed
5331 UIDVALIDITY and find out which groups are read-only and not.
5332 (nnimap-get-flags): Use the same marks parsing code as the rest of
5333 nnimap.
5334
5335 2010-10-09 Julien Danjou <julien@danjou.info>
5336
5337 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5338
5339 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5340 retrieving gravatars.
5341
5342 * shr.el (shr-table-corner): Add.
5343 (shr-table-line): Add.
5344 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5345
5346 2010-10-08 Julien Danjou <julien@danjou.info>
5347
5348 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5349
5350 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
5351
5352 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5353
5354 * gnus-sum.el (gnus-mark-article-as-unread)
5355 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5356 (gnus-summary-set-bookmark): Use it.
5357
5358 * gnus-msg.el (gnus-setup-message): Use it.
5359
5360 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5361
5362 * gnus.el (gnus-group-remove-parameter): Use it.
5363
5364 * gnus-group.el (gnus-group-make-web-group): Use it.
5365
5366 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5367
5368 * nnregistry.el: Update docs to mention manual.
5369
5370 * gnus-registry.el: Update docs to mention nnregistry.el.
5371 (gnus-registry-initialize): Don't install nnregistry refer method
5372 automatically.
5373 (gnus-registry-install-nnregistry): Remove it.
5374
5375 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5376
5377 * shr.el (shr-insert): Don't insert double spaces.
5378
5379 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * gnus-gravatar.el (gnus-treat-from-gravatar)
5382 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5383 called interactively.
5384
5385 * gnus-art.el (gnus-mime-view-part-externally)
5386 (gnus-mime-view-part-internally): Make predicate function passed to
5387 gnus-mime-view-part-as-type assume argument is a mime type, not a list
5388 of a mime type.
5389
5390 * shr.el (shr-table-widths): Don't use cl function `reduce'.
5391
5392 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5393
5394 * shr.el (require): Require cl when compiling.
5395 (shr-tag-hr): New function.
5396
5397 * nnimap.el (nnimap-update-info): Remove double setting of high.
5398 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5399 This makes nnimap work properly on Courier again.
5400
5401 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5402 the variable for backwards compatibility.
5403
5404 * mm-decode.el (mm-save-part): If given a non-directory result, expand
5405 the file name before using to avoid setting mm-default-directory to
5406 nil.
5407
5408 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5409 bidning gnus-agent variables.
5410
5411 * shr.el (shr-render-td): Use a cache for the table rendering function
5412 to avoid getting an exponential rendering behavior in nested tables.
5413 (shr-insert): Rework the line-breaking algorithm.
5414 (shr-insert): Don't leave trailing spaces.
5415 (shr-insert-table): Also insert empty TDs.
5416 (shr-tag-blockquote): Ensure paragraphs after </ul>.
5417
5418 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * gnus-sum.el (gnus-number): Rename from `number'.
5421 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5422 (gnus-summary-limit-children): Update uses correspondingly.
5423
5424 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5425
5426 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5427 (gnus-gravatar-transform-address): Don't show avatars of people of
5428 which mail addresses match gnus-gravatar-too-ugly.
5429
5430 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5431
5432 * shr.el (shr-table-widths): Expand TD elements to fill available
5433 space.
5434
5435 2010-10-07 Julien Danjou <julien@danjou.info>
5436
5437 * nnimap.el (nnimap-request-rename-group): Add this method.
5438
5439 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5440
5441 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5442 name from XEmacs' function-arglist.
5443
5444 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5445 gravatar under XEmacs.
5446
5447 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
5448
5449 * auth-source.el: Update docs with TODO items.
5450
5451 * gnus-sync.el: Update docs to explain state and plans.
5452
5453 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5454 Hooks for mark updates.
5455 (gnus-request-set-mark, gnus-request-update-mark): Use them.
5456
5457 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5458 hooks with arguments, which is needed for mark update hooks.
5459
5460 2010-10-06 Julien Danjou <julien@danjou.info>
5461
5462 * gnus.el (gnus-expand-group-parameter): Only return and act on what
5463 was matched.
5464
5465 * sieve-manage.el: Update example in `Commentary'.
5466
5467 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5468
5469 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5470 not 2000.
5471 (sieve-manage-authenticate): Re-add function.
5472
5473 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5474
5475 * shr.el (shr-insert): Get 'space transition right.
5476 (shr-render-td): Only delete space at the end of the TD.
5477
5478 * nnimap.el (nnimap-open-connection): Prepare to support
5479 open-gnutls-stream.
5480
5481 * shr.el: Rearrange function order to be more logical.
5482
5483 2010-10-06 Julien Danjou <julien@danjou.info>
5484
5485 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5486 (nnrss-discover-feed): Remove 404 URL in docstring.
5487
5488 * nnir.el: Fix Swish-E URL.
5489 Fix Namazu URL.
5490
5491 * message.el (message-change-subject): Remove 404 URL in a comment.
5492
5493 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
5494
5495 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5496 called interactively.
5497
5498 * gnus-util.el (gnus-remove-if): Allow hash table.
5499 (gnus-remove-if-not): New function.
5500
5501 * gnus-art.el (gnus-mime-view-part-as-type):
5502 * gnus-score.el (gnus-summary-score-effect):
5503 * gnus-sum.el (gnus-read-move-group-name):
5504 Replace remove-if-not with gnus-remove-if-not.
5505
5506 * gnus-group.el (gnus-group-completing-read):
5507 Regard collection as a hash table if it is not a list.
5508
5509 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5510
5511 * shr.el (shr-render-td): Allow blank/missing <TD>s.
5512
5513 * shr.el: Document the table-rendering algorithm.
5514
5515 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5516 invalid URLs.
5517
5518 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5519 line-broken.
5520 (shr-tag-img): Ignore image fetching errors.
5521 (shr-overlays-in-region): Compute overlay positions correctly.
5522
5523 * mm-decode.el (mm-shr): Require shr.
5524
5525 * gnus-art.el (gnus-blocked-images): Move variable here.
5526
5527 * shr.el (shr-insert-table): Bind free variable.
5528
5529 * mm-decode.el (mm-shr): Bind shr-content-function.
5530
5531 * shr.el (shr-content-function): New variable.
5532
5533 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5534 added for symmetry.
5535
5536 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5537
5538 * gnus-group.el (gnus-group-make-group): Doc fix.
5539
5540 * nnimap.el (nnimap-request-newgroups): Return success.
5541
5542 * shr.el (shr-find-elements): New function.
5543 (shr-tag-table): Put all the images after the table.
5544 (shr-tag-table): Really inhibit images inside the table.
5545 (shr-collect-overlays): Copy over overlays from the TD elements to the
5546 main document.
5547
5548 * mm-decode.el (mm-shr): Bind shr-blocked-images to
5549 gnus-blocked-images.
5550
5551 2010-10-05 Julien Danjou <julien@danjou.info>
5552
5553 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5554
5555 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5556 (gnus-html-maximum-image-size): Add this function.
5557 (gnus-html-put-image): Use gnus-html-maximum-image-size.
5558
5559 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5560 server-value of the capability is nil.
5561
5562 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
5564 * shr.el (shr-tag-em): Add <EM> tag.
5565
5566 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
5567
5568 * sieve-manage.el (sieve-manage-default-stream): Make default stream
5569 customizable.
5570
5571 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5572 handing broken links to browse-url.
5573
5574 2010-10-05 Julien Danjou <julien@danjou.info>
5575
5576 * gnus-util.el (gnus-emacs-completing-read)
5577 (gnus-iswitchb-completing-read): Use autoload rather than require.
5578
5579 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
5580
5581 * gnus-util.el (gnus-completing-read-function): Exclude
5582 gnus-icompleting-read and gnus-ido-completing-read from candidates for
5583 XEmacs since iswitchb.el is very old and ido.el is unavailable in
5584 XEmacs.
5585
5586 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5587 not to use `delete-dups' that is unavailable in XEmacs 21.4.
5588
5589 * gnus-html.el: Don't require help-fns under XEmacs.
5590 (gnus-html-schedule-image-fetching): Work for XEmacs.
5591
5592 * mm-decode.el (mm-shr): Decode contents by charset.
5593
5594 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5595
5596 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5597 unknown.
5598
5599 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5600 (shr-get-image-data): Ensure against the cache file missing.
5601
5602 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5603 for data.
5604
5605 * spam-report.el (spam-report-url-ping-plain): Don't query about
5606 killing the process.
5607
5608 * shr.el (shr-render-td): Protect against too-wide text.
5609
5610 2010-10-04 Julien Danjou <julien@danjou.info>
5611
5612 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5613 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5614
5615 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5616 retrieved.
5617
5618 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5619
5620 * shr.el (browse-url): Require.
5621 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5622 lines.
5623 (shr-show-alt-text, shr-browse-image): New commands.
5624 (shr-browse-url, shr-copy-url): New commands.
5625
5626 * gnus-sum.el (gnus-widen-article-window): New variable.
5627 (gnus-summary-select-article-buffer): Use it.
5628
5629 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5630 without @ signs.
5631
5632 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5633
5634 * nnir.el (nnir-run-imap): Remove spurious space in search string.
5635
5636 2010-10-04 Julien Danjou <julien@danjou.info>
5637
5638 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5639 for XEmacs.
5640
5641 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5642
5643 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5644
5645 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5646 (nnimap-close-server): Implement.
5647
5648 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5649 (shr-insert): Tweak line breaking.
5650 (shr-insert): Handle <pre> better.
5651 (shr-tag-li): Get <li> indentation right.
5652 (shr-tag-li): Get <li> indentation even righter.
5653 (shr-tag-blockquote): Ensure paragraph start.
5654 (shr-make-table): Tweak table generation.
5655 (shr-make-table): Fix typo.
5656
5657 * shr.el: Implement table rendering.
5658
5659 2010-10-04 Julien Danjou <julien@danjou.info>
5660
5661 * gnus-html.el (gnus-html-put-image): Fix resize image code.
5662
5663 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5664
5665 * shr.el (shr-insert): Use string anchors instead of line anchors.
5666
5667 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5668
5669 * shr.el: Add headings.
5670 (shr-ensure-paragraph): Actually work.
5671 (shr-tag-li): Make <ul> prettier.
5672 (shr-insert): Get white space at the beginning/end of elements right.
5673 (shr-tag-p): Collapse subsequent <p>s.
5674 (shr-ensure-paragraph): Don't insert double line feeds after blank
5675 lines.
5676 (shr-insert): \t is also space.
5677 (shr-tag-s): Fix "s" tag name function.
5678 (shr-tag-s): Fix face prop name.
5679
5680 2010-10-03 Julien Danjou <julien@danjou.info>
5681
5682 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5683
5684 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5685 gnus-window-inside-pixel-edges.
5686
5687 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5688 gnus-ems.
5689
5690 * mm-view.el (mm-inline-image-emacs): Support image resizing.
5691
5692 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5693 function.
5694
5695 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5696 resize choice.
5697
5698 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5699
5700 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5701 beginning of the buffer.
5702
5703 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5704 article buffer again.
5705
5706 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5707
5708 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5709 when it's at the start of the buffer.
5710
5711 * shr.el (shr-tag-blockquote): Convert name.
5712 (shr-rescale-image): Use the right image-size variant.
5713
5714 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5715 buffer isn't shown, then select the current article first instead of
5716 bugging out.
5717 (gnus-summary-select-article-buffer): Show both the article and summary
5718 buffers again.
5719
5720 * shr.el (shr-fontize-cont): Protect against regions with no text.
5721 Rename tag functions to shr-tag-* for enhanced security.
5722 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5723
5724 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5725
5726 * shr.el (shr-insert):
5727 * pop3.el (pop3-movemail):
5728 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5729 loaded.
5730
5731 2010-10-03 Glenn Morris <rgm@gnu.org>
5732
5733 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5734
5735 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5736
5737 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5738
5739 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5740
5741 * gnus-util.el (gnus-make-local-hook): Simplify.
5742
5743 2010-10-02 Julien Danjou <julien@danjou.info>
5744
5745 * gnus-util.el (gnus-iswitchb-completing-read): New function.
5746 (gnus-ido-completing-read): New function.
5747 (gnus-emacs-completing-read): New function.
5748 (gnus-completing-read): Use gnus-completing-read-function.
5749 Add gnus-completing-read-function.
5750
5751 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5752
5753 * shr.el (shr-insert-document): Autoload.
5754 (shr-img): Be silent.
5755 (shr-insert): Add a newline after every picture before text.
5756 (shr-add-font): Use overlays for combining faces.
5757 (shr-insert): Pass upwards the text start point.
5758
5759 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5760 possible.
5761 (mm-shr): New function.
5762
5763 2010-10-02 Julien Danjou <julien@danjou.info>
5764
5765 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5766 should go backward.
5767
5768 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
5769
5770 * shr.el (shr): Fix typo in provide call.
5771
5772 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5773
5774 * shr.el: New file.
5775
5776 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5777
5778 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5779 completing read.
5780
5781 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5782
5783 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5784 we're being queried about. Suggested by Dan Jacobson.
5785
5786 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5787 Suggested by Jason Eisner.
5788
5789 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5790 table, too. Suggested by Stefan Wiens.
5791 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5792 the table unnecessary. Suggested by Stefan Wiens.
5793
5794 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5795 longer needed, and probably doesn't work either, as pointed out by
5796 Stefan Wiens.
5797 (gnus-summary-exit): Remove call to the clearing function.
5798 (gnus-summary-exit-no-update): Ditto.
5799
5800 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5801 instead of gnus-eval-in-buffer-window to avoid popping up frames.
5802 Reported by Stefan Monnier.
5803 (gnus-summary-save-in-rmail): Ditto.
5804
5805 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5806 article buffer, instead of both the article buffer and the summary
5807 buffer. Sort of suggested by Dan Jacobson.
5808
5809 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5810
5811 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5812 Suggested by Dan Jacobson.
5813
5814 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5815 documentation clearer.
5816
5817 * message.el (message-shorten-references): Comment on the number "21".
5818 Suggested by Stefan Monnier.
5819
5820 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5821 Suggested by Dan Jacobson.
5822
5823 * gnus.el (gnus-large-newsgroup):
5824 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
5825
5826 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5827 externalize attachments. Bug reported by Steve Wen.
5828
5829 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5830 really message anything to the user.
5831
5832 * nnmail.el (nnmail-article-group): Allow using the fancy split method
5833 directly.
5834
5835 * nnimap.el (nnimap-request-group): Low higher than high to signal no
5836 messages in empty groups.
5837
5838 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
5839
5840 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5841 non-UIDNEXT group.
5842
5843 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5844
5845 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5846 not the value from the collection.
5847
5848 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5849 values. This sometimes happens on some groups that have no info.
5850 (nnimap-request-newgroups): New function.
5851
5852 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
5853
5854 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5855 check into `gnus-registry-initialize'.
5856 (gnus-registry-initialize): Ditto.
5857 Fix and extend header docs.
5858
5859 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5860
5861 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5862 regexp backtrace overflows.
5863
5864 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5865 for starttls that tls.el implements; i.e. openssl.
5866
5867 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5870 (gravatar-create-image): New function that's an alias to
5871 gnus-xmas-create-image, gnus-create-image, or create-image.
5872 (gravatar-data->image): Use it.
5873
5874 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
5875
5876 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5877 install the nnregistry refer method.
5878 (gnus-registry-install-hooks): Use it.
5879 (gnus-registry-unfollowed-groups): Add nnmairix to the default
5880 unfollowed groups.
5881
5882 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
5883
5884 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5885 expanding threads.
5886
5887 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5888
5889 * nnir.el: Use the server names without suffixes (bug #7009).
5890
5891 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5892 unencrypted to STARTTLS, if possible.
5893
5894 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5895
5896 * message.el (message-ignored-supersedes-headers): Strip Injection-*
5897 headers before superseding.
5898
5899 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5900
5901 * nnrss.el (nnrss-use-local): Add documentation.
5902
5903 * nnimap.el (nnimap-extend-tls-programs): New function.
5904 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5905 (nnimap-wait-for-connection): Accept the greeting from the stupid
5906 output from openssl s_client -starttls, too.
5907
5908 * nnimap.el (nnimap-find-article-by-message-id): Really return the
5909 article number.
5910 (nnimap-split-fancy): New variable.
5911 (nnimap-split-incoming-mail): Use it.
5912
5913 * nntp.el (nntp-server-list-active-group): Document.
5914
5915 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5916 SELECT to get the message-id.
5917
5918 * mail-source.el (mail-sources): Remove webmail support.
5919 (defvar): Ditto.
5920 (mail-source-fetcher-alist): Ditto.
5921 (mail-source-fetch-webmail): Remove.
5922
5923 * webmail.el: Remove -- doesn't seem relevant any more.
5924
5925 * gnus.el: Fix up make-obsolete-variable declarations throughout.
5926
5927 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5928 the \r.
5929
5930 2010-09-30 Julien Danjou <julien@danjou.info>
5931
5932 * gnus-agent.el (gnus-agent-add-group): Fix call to
5933 gnus-completing-read.
5934
5935 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5936
5937 * nndoc.el (nndoc-retrieve-groups): New function.
5938
5939 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5940 `default', use nnmail-split-methods.
5941 (nnimap-request-article): Downcase the NILs so that they are nil.
5942
5943 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5944 symbol.
5945
5946 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5947 code, since if the user has requested network, that's what they ought
5948 to get.
5949 (nnimap-request-set-mark): Erase the buffer before issuing commands.
5950 (nnimap-split-rule): Mark as obsolete.
5951
5952 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5953 New variable.
5954
5955 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5956 correct slot, too.
5957
5958 2010-09-29 Julien Danjou <julien@danjou.info>
5959
5960 * gnus.el (gnus-local-domain): Declare variable obsolete.
5961
5962 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5963 Fix history computing.
5964 (gnus-ido-completing-read): Require ido.
5965
5966 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5967
5968 * gnus-registry.el: Don't prompt on load, which makes it impossible to
5969 build Gnus.
5970
5971 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5972 when interpreting the structures.
5973 (nnimap-request-accept-article): Add \r\n to the lines to make this
5974 work with Cyrus.
5975
5976 * nndraft.el (nndraft-request-expire-articles): Use the group name
5977 instead if "nndraft". Fix found by Nils Ackermann.
5978
5979 2010-09-29 Ludovic Courtes <ludo@gnu.org>
5980
5981 * nnregistry.el: Add.
5982
5983 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * nnmail.el (group, group-art-list, group-art):
5986 Remove unneeded directives.
5987
5988 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5989
5990 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5991 (mm-mime-charset):
5992 * rfc2047.el (rfc2047-syntax-table):
5993 * utf7.el (utf7-utf-16-coding-system): Comment fix.
5994
5995 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5996 rather than `insert-file-contents' and `eval-region'.
5997
5998 2010-09-29 Julien Danjou <julien@danjou.info>
5999
6000 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6001 replacement of `gnus-gravatar-relief' to mimic
6002 `gnus-faces-properties-alist'.
6003 Add :version property.
6004
6005 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6006
6007 * mail-source.el (mail-source-report-new-mail):
6008 * message.el (message-default-mail-headers):
6009 * mm-decode.el (mm-valid-image-format-p): Comment fix.
6010
6011 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6012
6013 2010-09-28 Julien Danjou <julien@danjou.info>
6014
6015 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6016 mail-address contains the same string as real-name.
6017
6018 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6019 non-blank in header, otherwise it'll get stripped.
6020
6021 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6022 real-name, and then for mail address rather than doing : or , search.
6023
6024 2010-09-27 Julien Danjou <julien@danjou.info>
6025
6026 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6027 right completing-read function.
6028 (gnus-use-ido): New variable
6029 (gnus-completing-read-with-default): Remove.
6030 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6031 (gnus-agent-add-group):
6032 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6033 * mm-view.el (mm-view-pkcs7-decrypt):
6034 * mm-util.el (mm-codepage-setup):
6035 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6036 * mml-smime.el (mml-smime-openssl-sign-query):
6037 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6038 (mml-insert-multipart):
6039 * gnus-msg.el (gnus-summary-yank-message):
6040 * gnus-int.el (gnus-start-news-server):
6041 * mm-decode.el (mm-interactively-view-part):
6042 * gnus-dired.el (gnus-dired-attach):
6043 * gnus.el (gnus-read-method):
6044 * gnus-bookmark.el (gnus-bookmark-jump):
6045 * gnus-art.el (gnus-mime-view-part-as-type)
6046 (gnus-mime-action-on-part, gnus-article-encrypt-body):
6047 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6048 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6049 * nnmairix.el (nnmairix-create-server-and-default-group)
6050 (nnmairix-update-groups, nnmairix-get-server)
6051 (nnmairix-backend-to-server, nnmairix-goto-original-article)
6052 (nnmairix-get-group-from-file-path):
6053 * nnrss.el (nnrss-find-rss-via-syndic8):
6054 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6055 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6056 (gnus-group-browse-foreign-server):
6057 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6058 (gnus-summary-execute-command, gnus-summary-respool-article)
6059 (gnus-read-move-group-name):
6060 * gnus-score.el (gnus-summary-increase-score)
6061 (gnus-summary-score-effect):
6062 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6063
6064 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6065
6066 * nnimap.el (auth-source-forget-user-or-password)
6067 (auth-source-user-or-password): Autoload.
6068
6069 * message.el (message-from-style, message-interactive)
6070 (message-signature): Remove comment.
6071 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
6072 always.
6073 (message-sendmail-envelope-from): Comment fix.
6074 (message-yank-prefix): Default to mail-yank-prefix always.
6075 (message-indentation-spaces):
6076 Default to mail-indentation-spaces always.
6077 (message-signature-file): Default to mail-signature-file always.
6078
6079 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6080
6081 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6082 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6083 new articles.
6084
6085 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6086 parts.
6087 (nnimap-request-article): Work with the t setting, too.
6088
6089 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6090 that you don't get flashes of other buffers.
6091 (gnus-summary-show-complete-article): Intern before setting.
6092
6093 2010-09-27 David Engster <dengste@eml.cc>
6094
6095 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6096 well as HEADERS.
6097 (nnmairix-retrieve-headers): Provide new argument for the above.
6098
6099 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6100
6101 * gnus-sum.el (gnus-summary-move-article): Don't alter
6102 gnus-newsgroup-active. This makes `/ N' work after copying to the same
6103 group.
6104
6105 * nnimap.el (nnimap-update-info): Don't destructively alter active.
6106
6107 * message.el (message-cite-prefix-regexp): Revert my last edit.
6108
6109 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6110 variable instead of the Gnus variable.
6111
6112 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6113
6114 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6115
6116 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6117 since some servers don't like it.
6118 (nnimap-open-connection): Forget credentials if the server says the
6119 password was wrong.
6120 (nnimap-parse-line): Protect against invalid data.
6121
6122 * gnus-sum.el (gnus-summary-move-article): Add comment.
6123 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6124 nothing alters it while scanning for new messages.
6125
6126 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6127 which may or may not help.
6128 (nnimap-open-connection): If we're doing a stream connection, and then
6129 discover we're on a STARTTLS-capable server, then open a STARTTLS
6130 connection instead.
6131
6132 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6133
6134 * nnimap.el (utf7): Require.
6135
6136 * message.el (message-cite-prefix-regexp): Remove "}" from citation
6137 prefix.
6138
6139 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6140
6141 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6142
6143 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6144
6145 * nnimap.el (nnimap-request-accept-article): Message the error on
6146 error.
6147
6148 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6151
6152 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6153
6154 * nndoc.el (nndoc-request-list): Return success always.
6155
6156 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6157 `fetch-old' -- we only want to fetch the articles we've requested.
6158 The rest are in the agent, probably.
6159 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6160 disappeared server" to something low. It's not important.
6161
6162 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6163 arrived before the FETCH data.
6164
6165 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6166 target here, because we don't know the Gnus name of the group.
6167
6168 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6169 for the correct group.
6170
6171 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6172
6173 * gnus.el (gnus): Give a final warning after startup.
6174
6175 * gnus-util.el (gnus-action-message-log): New variable.
6176 (gnus-message): Use it.
6177 (gnus-final-warning): New function.
6178
6179 * nnimap.el (nnimap-open-connection): Record the greeting.
6180 (nnimap): Add greeting.
6181
6182 2010-09-26 Julien Danjou <julien@danjou.info>
6183
6184 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6185 arguments.
6186 (gnus-html-wash-images): Fix spec computing to include start/end.
6187
6188 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6189
6190 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6191
6192 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6193 deletion.
6194 (nnimap-retrieve-headers): Don't select the group, because that's
6195 already done by nnimap-possibly-change-group.
6196
6197 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6198 (gnus-picon-transform-address): Use it.
6199
6200 * mail-source.el (mail-source-value): Revert previous patch.
6201
6202 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6203 on failure.
6204 (nnimap-open-connection): Look up both virtual and physical server name
6205 credentials.
6206
6207 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6208
6209 2009-02-08 Dave Love <fx@gnu.org>
6210
6211 * gnus-win.el (gnus-window-to-buffer-helper)
6212 (gnus-all-windows-visible-p): Function needn't be a symbol.
6213
6214 * mail-source.el (mail-source-value): Function needn't be a symbol.
6215
6216 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6217
6218 * message.el (message-cite-prefix-regexp): Remove } from the cite
6219 prefix.
6220
6221 * gnus-art.el (gnus-treatment-function-alist): Do picons before
6222 highlight again, so that the highlight is correct.
6223
6224 * gnus-picon.el (gnus-picon): Remove again.
6225 (gnus-picon-create-glyph): Set the background XPM color explicitly.
6226
6227 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6228 doing the header highlightling, so that the background color of the
6229 picon is correct.
6230
6231 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6232 (gnus-picon): Ditto.
6233 (gnus-picon): Reinstate. The background color for picons is white.
6234 (gnus-picon-insert-glyph): Make the background white.
6235
6236 * nnml.el (nnml-open-nov): Don't return dead buffers.
6237
6238 * auth-source.el (auth-source-create): Query the user for whether to
6239 store the credentials.
6240
6241 * auth-source.el (auth-source-user-or-password): Use the existing auth
6242 sources, if any, for creation.
6243
6244 * gnus.el (gnus-group-fast-parameter): Return the last matching
6245 parameter instead of the first matching parameter.
6246
6247 2010-09-26 Julien Danjou <julien@danjou.info>
6248
6249 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6250
6251 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6252
6253 * mml2015.el (mml2015-use): Remove gpg support.
6254
6255 * mml1991.el (mml1991-function-alist): Remove gpg function.
6256 (mml1991-gpg-sign): Remove.
6257
6258 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
6259
6260 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6261 (gnus-browse-unsubscribe-current-group): Document it.
6262 (gnus-browse-unsubscribe-group): Use it.
6263
6264 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6265
6266 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6267 address to the To list for easier response.
6268
6269 * gnus.el (gnus-play-startup-jingle): Remove.
6270 (gnus-splash): Don't play jingle.
6271 (gnus): Silence gnus-load message.
6272
6273 * gnus-art.el (gnus-treat-play-sounds): Remove.
6274
6275 * gnus.el (gnus-play-jingle): Remove audio support.
6276
6277 * gnus-cus.el (gnus-score-customize): Remove audio reference.
6278
6279 * earcon.el: Remove -- no users.
6280
6281 * gnus-audio.el: Remove -- no users of this package.
6282
6283 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6284
6285 * gnus-start.el (gnus-setup-news): Remove nocem support.
6286
6287 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6288
6289 * gnus.el (gnus-use-nocem): Remove.
6290
6291 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6292 Remove.
6293
6294 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
6295 uses NoCeM any more.
6296
6297 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6298 (gnus-button-ctan-handler): Ditto.
6299 (gnus-button-handle-ctan-bogus-regexp): Ditto.
6300 (gnus-button-ctan-directory-regexp): Ditto.
6301 (gnus-button-handle-ctan): Ditto.
6302 (gnus-button-tex-level): Ditto.
6303 (gnus-button-alist): Remove CTAN stuff.
6304
6305 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6306
6307 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6308 nnimap-streaming test.
6309
6310 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6311 servers twice.
6312
6313 * nnimap.el (nnimap-open-connection): Add more error reporting when
6314 nnimap fails early.
6315
6316 * nnheader.el (nnheader-get-report-string): New function.
6317 (nnheader-get-report): Use it.
6318
6319 * gnus-int.el (gnus-check-server): Say what the error was when opening
6320 failed.
6321
6322 * nnimap.el (nnimap-wait-for-response): Search further when we're not
6323 using streaming.
6324
6325 2010-09-25 Julien Danjou <julien@danjou.info>
6326
6327 * gnus-html.el (gnus-html-rescale-image): Use our defalias
6328 gnus-window-inside-pixel-edges.
6329
6330 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6331
6332 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6333
6334 * mm-decode.el (mm-save-part): Allow saving to other directories the
6335 normal Emacs way.
6336
6337 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6338 Suggested by Jay Berkenbilt.
6339
6340 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6341 there isn't a single byte.
6342
6343 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6344 just do it. It doesn't really seem to matter what the user responds
6345 here, I think, so it's just a confusing question.
6346
6347 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6348 non-streaming case.
6349
6350 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6351 (gnus-article-encrypt-body): Use it.
6352
6353 * gnus-sum.el (gnus-summary-show-complete-article): New command and
6354 keystroke.
6355
6356 * nnimap.el (nnimap-find-wanted-parts-1):
6357 Use gnus-fetch-partial-articles.
6358
6359 * gnus-art.el (gnus-fetch-partial-articles): New variable.
6360
6361 * nnimap.el (nnimap-insert-partial-structure): New function.
6362 (nnimap-get-partial-article): New function.
6363 (nnimap-request-article): Use it.
6364 (nnimap-wait-for-response): Return whether the wait was successful.
6365 (nnimap-finish-retrieve-group-infos): Don't do anything if the
6366 retrieval wasn't successful.
6367 (nnimap-retrieve-group-data-early): Allow throttling servers.
6368 (nnimap-streaming): New variable.
6369 (nnimap-fetch-partial-articles): Remove.
6370
6371 * mm-decode.el (mm-with-part): Protect against killed buffers.
6372
6373 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6374 for prettier summary display.
6375
6376 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
6377
6378 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6379
6380 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6381
6382 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6383 apparently third-party libraries depend on it.
6384
6385 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6386 before starting negotiation.
6387
6388 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6389 privacy reasons.
6390 (gnus-treat-mail-gravatar): Ditto.
6391
6392 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6393 buffer when inserting images. Inserting text into the headers, for
6394 instance, can make them invalid.
6395
6396 2010-09-25 Julien Danjou <julien@danjou.info>
6397
6398 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6399 variables.
6400
6401 * nnheader.el: Remove useless variables news-reply-yank-from and
6402 news-reply-yank-message-id.
6403
6404 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6405 variables.
6406
6407 * mml1991.el: Remove useless mml1991-verbose.
6408
6409 * gnus.el: Remove useless variable gnus-use-generic-from.
6410 Remove obsolete variable gnus-topic-indentation.
6411
6412 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6413
6414 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6415
6416 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6417
6418 * gnus-group.el: Remove useless gnus-group-icon-cache.
6419 Remove useless gnus-ephemeral-group-server.
6420
6421 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6422
6423 * mml2015.el: Remove useless mml2015-verbose.
6424
6425 * mml-smime.el: Remove useless mml-smime-verbose.
6426
6427 * gnus.el: Remove useless gnus-local-domain.
6428
6429 * gnus-gravatar.el (gnus-gravatar-transform-address):
6430 Use gnus-gravatar-size.
6431
6432 * gnus-art.el: Remove useless gnus-treat-translate.
6433
6434 2010-09-24 Julien Danjou <julien@danjou.info>
6435
6436 * gnus-sum.el: Add support for Gravatars.
6437
6438 * gnus-art.el: Add support for Gravatars.
6439
6440 * gnus-gravatar.el: Add this file.
6441
6442 * gravatar.el: Add this file.
6443
6444 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6445
6446 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6447
6448 * gnus-group.el (gnus-group-fetch-faq): Remove.
6449
6450 * gnus.el (gnus-group-faq-directory): Remove.
6451
6452 * gnus-group.el (gnus-group-fetch-charter): Remove.
6453
6454 * gnus.el (gnus-group-charter-alist): Remove.
6455
6456 * gnus-group.el (gnus-group-archive-directory): Remove.
6457 (gnus-group-recent-archive-directory): Ditto.
6458 (gnus-group-make-archive-group): Remove.
6459
6460 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6461
6462 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6463 use the same article number for all the cached articles.
6464
6465 * nnimap.el (nnimap-command): Register the last command time so
6466 that we can use it for idling NOOPs.
6467 (nnimap-open-connection): Start the keeplive timer.
6468 (nnimap-make-process-buffer): Store all the process buffers.
6469 (nnimap-keepalive): New function.
6470
6471 * starttls.el (starttls-open-stream): Add autoload cookie.
6472
6473 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6474
6475 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6476 handling.
6477
6478 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6479
6480 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6481 its data structures.
6482
6483 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6484 instead of the cl.el copy-list.
6485 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6486 equalp.
6487
6488 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6489
6490 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6491 and tool-bar-local-item-from-menu.
6492
6493 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6494 mode-line-highlight face for Emacs.
6495
6496 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6497 loading gnus-sum.elc; fix comment for canlock-verify.
6498 (gnus-article-jump-to-part): Use read-number.
6499 (gnus-insert-mime-button, gnus-insert-mime-security-button):
6500 Remove Emacs pre-21 compatible code for help-echo.
6501 (gnus-article-next-page-1): No need to adjust the number of lines.
6502 (gnus-article-describe-bindings): Always use help-buffer.
6503
6504 * gnus-audio.el (gnus-audio-inline-sound):
6505 * gnus-cus.el (gnus-custom-mode):
6506 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6507
6508 * gnus-sum.el (gnus-remove-overlays): Doc fix.
6509
6510 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6511 compatible code.
6512
6513 2010-09-24 Glenn Morris <rgm@gnu.org>
6514
6515 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6516 visiting the fcc file in rmail-mode.
6517
6518 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6519
6520 * nnir.el: Silence the byte compiler.
6521
6522 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6523 alias to browse-url-url-encode-chars if any.
6524 (gnus-html-encode-url): Use it.
6525
6526 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6527
6528 * gnus-start.el (gnus-use-backend-marks): New variable.
6529 (gnus-get-unread-articles-in-group): Use it.
6530
6531 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6532 makeover.
6533
6534 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6535
6536 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6537
6538 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6539
6540 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6541 Remove.
6542 (gnus-setup-news-hook):
6543 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6544
6545 * gnus-int.el (gnus-request-update-info): Protect against backends not
6546 having the function.
6547
6548 * nnimap.el (nnimap-stream): Mention STARTTLS.
6549 (nnimap-open-connection): Add STARTTLS support.
6550
6551 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6552
6553 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6554
6555 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6556
6557 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6558 BODYSTRUCTUREs.
6559 (nnimap-transform-headers): Unfold quoted {42} headers.
6560
6561 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6562 the info.
6563 (gnus-get-unread-articles): Only call updatep on backends that support
6564 it.
6565
6566 * nnweb.el (nnweb-request-update-info): NOOP.
6567
6568 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6569
6570 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6571 since it only deals with marks.
6572
6573 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6574 gnus-request-marks, and make a new gnus-request-update-info.
6575
6576 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6577 the active instead of the high number, which is usually too low.
6578
6579 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6580
6581 * encrypt.el: Remove.
6582
6583 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584
6585 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6586 server in symbolic form.
6587
6588 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6589
6590 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6591
6592 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6593 (nnimap-update-info): Fix up code slightly.
6594
6595 * gnus-int.el (gnus-open-server): Add tracing for performance
6596 debugging.
6597
6598 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6599 (gnus-group-insert-group-line): Pass the real group name so that it
6600 gets the right data.
6601
6602 * gnus-start.el (gnus-get-unread-articles): Don't have
6603 `gnus-get-unread-articles-in-group' update info, since that can be
6604 really slow and doesn't seem to be needed?
6605
6606 2010-09-22 Julien Danjou <julien@danjou.info>
6607
6608 * gnus-group.el (gnus-group-insert-group-line):
6609 Call gnus-group-highlight-line.
6610 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6611 default hook list.
6612 (gnus-group-update-eval-form): Add new function.
6613 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6614 (gnus-group-get-icon): Use gnus-group-update-eval-form.
6615
6616 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6617
6618 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6619 immediate, then expire all articles.
6620 (nnimap-update-info): Fix off-by-one errors.
6621 (nnimap-flags-to-marks): Would return no marks lists for group with no
6622 flags. Instead return the other data.
6623
6624 2010-09-22 Julien Danjou <julien@danjou.info>
6625
6626 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6627 Only return an icon.
6628 (gnus-group-insert-group-line): Compute icon to return.
6629
6630 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6631 (gnus-html-image-fetched): Only cache if
6632 gnus-html-image-automatic-caching is set.
6633 (gnus-html-image-fetched): Check for errors.
6634
6635 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6636
6637 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6638 once per method on `g'. This ensures that backends like nnfolder don't
6639 open all their folders.
6640
6641 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6642 (nnimap-request-list): Nix out group in the correct buffer.
6643 (nnimap-parse-flags): Implement by using `read' instead of
6644 hand-parsing.
6645 (nnimap-flags-to-marks): Pass on permanent-flags.
6646 (nnimap-make-process-buffer): Record the server name.
6647 (nnimap-parse-flags): Fix typo.
6648 (nnimap-request-scan): Run split on the server in general, not just a
6649 single group.
6650
6651 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6652 parameter, and propagate this downwards.
6653
6654 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6655 since EXAMINE changes it on the server.
6656
6657 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6658 this command might take a while.
6659
6660 2010-09-22 Julien Danjou <julien@danjou.info>
6661
6662 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
6663 harmful if you have 2 images side-by-side, they can't be properly
6664 update on text deletion. Using text-property is safer here.
6665 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6666 data.
6667
6668 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6669
6670 * nnimap.el (nnimap-expunge-inbox): Remove.
6671 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6672 (nnimap-expunge): Flip default to t.
6673
6674 * gnus.el (gnus-method-to-server): Don't push things to the cache
6675 unless it's unique.
6676 (gnus-server-to-method): Ditto.
6677
6678 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6679
6680 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6681
6682 2010-09-22 Julien Danjou <julien@danjou.info>
6683
6684 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6685 get the start of data.
6686 (gnus-html-encode-url): Add this function to encode special chars in
6687 URL.
6688 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6689 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6690
6691 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6692 default.
6693 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6694
6695 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6696 images alt-text.
6697 (gnus-html-put-image): Put alt-text as help-echo.
6698
6699 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6700
6701 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
6702 * mm-util.el (mm-decompress-buffer):
6703 * nnir.el (nnir-run-find-grep):
6704 * pop3.el (pop3-list): Use 3rd arg of split-string.
6705
6706 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6707
6708 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6709 outside the active range. Suggested by Dan Christensen.
6710
6711 * gnus-start.el (gnus-get-unread-articles): Get the extended method
6712 slightly later to avoid double-getting it.
6713
6714 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6715 previous patch.
6716
6717 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6718
6719 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
6720
6721 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6722
6723 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6724
6725 * gnus-int.el (gnus-open-server): Give a better error message in the
6726 "go offline" case.
6727
6728 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6729 marks for nnimap, which is seldom the right thing to do.
6730
6731 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6732 (gnus-same-method-different-name): New function.
6733
6734 * nnimap.el (parse-time): Require.
6735
6736 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6737 method in the presence of many similar methods.
6738
6739 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6740
6741 * nnimap.el (nnimap-find-expired-articles): Don't refer to
6742 nnml-inhibit-expiry.
6743
6744 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6745 find out whether methods are equal.
6746
6747 * nnimap.el (nnimap-find-expired-articles): New function.
6748 (nnimap-process-expiry-targets): New function.
6749 (nnimap-request-move-article): Request the article before looking at
6750 what the Message-ID is. Fix found by Andrew Cohen.
6751 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6752
6753 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6754 for oldness in addition to being a predicate.
6755
6756 * nnimap.el (nnimap-request-group): When we have zero articles, return
6757 the right data to Gnus.
6758 (nnimap-request-expire-articles): Only delete articles immediately if
6759 the target is 'delete.
6760
6761 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6762 method, this would bug out.
6763
6764 * gnus-group.el (gnus-group-expunge-group): Rename from
6765 gnus-group-nnimap-expunge, and implemented as a normal interface
6766 function.
6767
6768 * gnus-int.el (gnus-request-expunge-group): New function.
6769
6770 * nnimap.el (nnimap-request-create-group): Implement.
6771 (nnimap-request-expunge-group): New function.
6772
6773 2010-09-21 Julien Danjou <julien@danjou.info>
6774
6775 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6776 (gnus-html-cache-expired): Add new function.
6777 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6778 wethever we should display image for fetch it.
6779 Compute alt-text earlier to pass it to the fetching function too.
6780 (gnus-html-schedule-image-fetching): Change function argument to only
6781 get one image at a time, not a list.
6782 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6783 cache.
6784 (gnus-html-get-image-data): New function to retrieve image data from
6785 cache.
6786 (gnus-html-put-image): Change buffer argument to use image data rather
6787 than file, and place image above region rather than inserting a new
6788 one. Do not take alt-text as argument, since it's useless now: we place
6789 the image above alt-text.
6790 (gnus-html-prune-cache): Remove.
6791 (gnus-html-show-images): Start to fetch image when we find one, do not
6792 push into a temporary list.
6793 (gnus-html-prefetch-images): Only fetch image if they have expired.
6794 (gnus-html-browse-image): Fix, use 'gnus-image-url.
6795 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6796
6797 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6798
6799 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6800
6801 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6802
6803 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6804 spec inser "*" if the group isn't active instead of 0.
6805
6806 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6807 opening the server.
6808 (nnimap-request-delete-group): Implement group deletion.
6809 (nnimap-transform-headers): Return the size of the entire message in
6810 the Bytes header, not just the size of the first part.
6811 (nnimap-request-move-article): When moving an article from nnimap,
6812 request the article first so the accepting form has an article to
6813 accept. Reported by Dan Christensen.
6814 (nnimap-command): Make sure that the error message doesn't error out.
6815
6816 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
6817
6818 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6819 we haven't requested anything.
6820
6821 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6822
6823 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6824 "". Fix found by Andrew Cohen.
6825
6826 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6827 instead of -encode-string.
6828
6829 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6830
6831 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6832
6833 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6834 by mm-subst-char-in-string.
6835
6836 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6837
6838 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6839 waiting for the connection string.
6840
6841 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6842 arriving.
6843
6844 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6845 bogus characters. This allows selecting certain Gmail groups.
6846
6847 * nnimap.el (nnimap-find-wanted-parts-1): New function.
6848 (nnimap-fetch-partial-articles): New variable.
6849 (nnimap-open-connection): When looking for credentials, also use the
6850 nnimap-server-port.
6851 (nnimap-request-article): Return the group/article number, so that Gnus
6852 `^' works as expected.
6853 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6854
6855 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6856 comments.
6857 (gnus-methods-sloppily-equal): New function.
6858 (gnus): When using the development version of Gnus, load the gnus-load
6859 file.
6860
6861 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6862 `gnus-open-server' on each method before trying to scan them etc.
6863 This ensures that all the backend parameters are set correctly.
6864
6865 * nnimap.el (nnimap-authenticator): New variable.
6866 (nnimap-open-connection): Allow anonymous login.
6867 (nnimap-transform-headers): The chars header is called Chars not Bytes.
6868 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6869
6870 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6871 patch, found by Knut Anders Hatlen.
6872
6873 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
6874
6875 * gnus-agent.el (gnus-agent-batch-confirmation)
6876 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6877 to gnus-message.
6878 * gnus-art.el (gnus-article-describe-briefly): Likewise.
6879 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6880 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6881 * gnus-int.el (gnus-open-server): Likewise.
6882 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6883 (gnus-score-check-syntax): Likewise.
6884 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6885 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6886 Likewise.
6887 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6888
6889 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6890
6891 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6892 calling conventions so that prefetch doesn't bug out.
6893
6894 2010-09-19 Julien Danjou <julien@danjou.info>
6895
6896 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6897 rather than `subst-char-in-region' in order to be able to replace ASCII
6898 char by UTF-8 ones.
6899
6900 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6901 than curl.
6902 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6903 the right URL and ALT text on images.
6904 (gnus-html-wash-tags): Fix tag case.
6905 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
6906 (gnus-article-html): Add -o display_ins_del=2 option.
6907 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6908
6909 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6910
6911 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6912 the extra mail headers, which sometimes seem to happen for unknown
6913 reasons.
6914
6915 * mail-parse.el (mail-header-encode-parameter): Define as
6916 rfc2045-encode-string instead of as rfc2231-encode-string, since some
6917 (or most, perhaps?) mail readers don't understand the latter, but do
6918 understand the former.
6919
6920 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6921 to nil, so that no methods are automatically agentized. I think this
6922 is probably what most users want.
6923
6924 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6925 from url-retrieve, for instance about invalid URLs.
6926
6927 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6928 groups that have no articles.
6929 (nnimap-request-article): Check that we really got an article when we
6930 requested one.
6931
6932 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6933 doesn't exist.
6934
6935 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6936 nntp buffer so the agent can save it.
6937 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6938 that CRLF doesn't get translated to \n.
6939 (nnimap-open-connection): Don't make 'shell commands only send \n.
6940
6941 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6944 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6945 Update var name.
6946 (nnml-generate-nov-file): Use dolist.
6947 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6948 Use with-current-buffer.
6949
6950 2010-09-18 Julien Danjou <julien@danjou.info>
6951
6952 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6953 parallel.
6954
6955 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6956
6957 * nnimap.el (nnimap-update-info): When doing partial marks update, get
6958 the range update right.
6959 (nnimap-request-group): Don't make `M-g' bug out on group with no
6960 marks.
6961 (nnoo): Require, so that other packages can require nnimap.
6962 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6963 command we're looking for. This helps when the server sends more
6964 responses after we've gotten everything we expected.
6965 (nnimap): Add a `newlinep' field to keep track of end-of-line
6966 conventions.
6967 Don't send CRLF to things that don't want it.
6968 (nnimap-request-accept-article): Ditto.
6969
6970 2010-09-18 Julien Danjou <julien@danjou.info>
6971
6972 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6973 than curl to retrieve images.
6974
6975 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6976
6977 * nnimap.el (nnimap-update-info): Extend the info so that we can set
6978 the marks.
6979 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6980 (nnimap-wait-for-connection): New function.
6981 (nnimap-open-connection): If we have PREAUTH, don't query for login
6982 credentials.
6983 (nnimap-update-info): Fix off-by-one error when concatenating ranges
6984 when doing a partial update.
6985
6986 2010-09-18 Julien Danjou <julien@danjou.info>
6987
6988 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6989 tags.
6990
6991 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6992
6993 * nnimap.el (nnimap-credentials): New function.
6994 (nnimap-open-connection): Use the new function to look for credentials
6995 also on the numeric equivalents of "imap" and "imaps".
6996
6997 * gnus-start.el (gnus-activate-group): Send the info to
6998 gnus-request-group.
6999
7000 * nnimap.el (nnimap-request-group): Have the "check" version of the
7001 function parse flags and update the info, so that a `M-g' get a total
7002 resync of all flags from the group.
7003
7004 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7005 to allow backends to alter the info on group selection. Also alter all
7006 the backend -request-group functions to take the parameter.
7007
7008 * nnimap.el (nnimap-store-info): New function.
7009 (nnimap-update-info): Store the info for later usage.
7010 (nnimap-request-group): Use the stored info for the dont-check case, so
7011 that we don't retrieve all marks when we enter a group.
7012
7013 * nnimap.el: Use deffoo instead of defun for interface functions.
7014
7015 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7016 update the group info. This makes the nndraft groups, for instance, go
7017 back to their old behavior.
7018
7019 * gnus-sum.el (gnus-select-newsgroup): Indent.
7020
7021 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7022 in.
7023 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7024 nothing.
7025
7026 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7027 from methods that are denied.
7028
7029 * gnus-int.el (gnus-method-denied-p): New function.
7030
7031 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7032 store the password instead of netrc.
7033 (nnimap-open-connection): Don't error out when we can't make a
7034 connections.
7035
7036 * auth-source.el (auth-source-create): In the password prompt, say what
7037 we're querying for. Also prompt for user name if that hasn't been
7038 given.
7039
7040 * nnimap.el (nnimap-with-process-buffer): Remove.
7041
7042 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7043
7044 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7045 method when we're reading from the agent.
7046
7047 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7048
7049 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7050 that's probably most useful for users.
7051
7052 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7053 "failed" all the time.
7054
7055 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7056 ...)) with (with-current-buffer ... ).
7057
7058 * nntp.el (nntp-open-server): Return whether the open was successful or
7059 not.
7060
7061 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7062 select an unread unseen article first.
7063
7064 * nnimap.el (nnimap-open-connection): If the user doesn't have a
7065 /etc/services, supply some sensible port defaults.
7066
7067 2010-09-17 Julien Danjou <julien@danjou.info>
7068
7069 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7070
7071 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7072
7073 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7074 doesn't have any parameters.
7075
7076 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7077
7078 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7079 only upcased checks.
7080
7081 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7082
7083 * nnimap.el (nnimap-open-shell-stream): New function.
7084 (nnimap-open-connection): Use it.
7085 (nnimap-transform-headers): Get the number of lines in each message.
7086 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7087 number of lines.
7088 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
7089 problem.
7090
7091 * utf7.el (utf7-encode): Autoload.
7092
7093 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7094 to allow the mail splitting to not return a default group. This is
7095 useful for nnimap, which will leave unmatched mail in the inbox.
7096
7097 * nnimap.el: Rewritten.
7098
7099 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7100 nnimap usage.
7101
7102 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7103 if the move is internal, so that nnimap can do fast internal moves.
7104
7105 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7106 data.
7107 (gnus-read-active-for-groups): Support finishing the early retrieval of
7108 data.
7109
7110 * gnus-range.el (gnus-range-nconcat): New function.
7111
7112 * gnus-int.el (gnus-finish-retrieve-group-infos)
7113 (gnus-retrieve-group-data-early): New functions.
7114
7115 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7116
7117 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7118 (nnrss-retrieve-groups):
7119 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7120 (pop3-quit): Use with-current-buffer.
7121
7122 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
7123
7124 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7125 instead of nnheader-accept-process-output.
7126
7127 * gnus-html.el (gnus-html-schedule-image-fetching)
7128 (gnus-html-prefetch-images): Replace process-kill-without-query by
7129 gnus-set-process-query-on-exit-flag.
7130
7131 2010-09-16 Romain Francoise <romain@orebokech.com>
7132
7133 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7134
7135 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7136
7137 * gnus-registry.el (gnus-registry-install-shortcuts): The second
7138 parameter to unintern is mandatory-ish in Emacs 24.
7139
7140 * gnus-html.el (gnus-html-schedule-image-fetching)
7141 (gnus-html-prefetch-images): Check for curl before using it.
7142
7143 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7144 depend on curl, which isn't essential.
7145
7146 * imap.el: Revert back to version
7147 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7148 seem problematic.
7149
7150 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7151
7152 * gnus-registry.el (gnus-registry-install-shortcuts):
7153 Explicitly pass `obarray' to `unintern' to avoid a warning.
7154
7155 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7156
7157 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7158 change.
7159
7160 * nnrss.el (nnrss-request-list): Remove this function and related
7161 functions, including the moreover stuff.
7162
7163 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7164
7165 * nnrss.el (nnrss-retrieve-groups): New function.
7166
7167 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7168
7169 * .dir-locals.el: Add no-byte-compile cookie.
7170
7171 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7172
7173 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7174 for back end that doesn't support request-scan.
7175
7176 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7177
7178 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7179 then do request scans from the backends.
7180
7181 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7182 avoid running a hook per line, since this takes a lot of time,
7183 profiling shows.
7184 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7185 directly if gnus-visual-p is true.
7186
7187 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7188
7189 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7190 groups; replace mapcar with dolist which is a bit faster; pass groups
7191 info to gnus-read-active-file-1.
7192 (gnus-read-active-file-1): Scan only specified groups if the new
7193 optional arg `infos' is given.
7194
7195 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7196
7197 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7198
7199 * pop3.el (pop3-movemail): Remove.
7200 (pop3-streaming-movemail): Rename to pop3-movemail.
7201
7202 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7203 don't restrict end-tag searches to the end of the line.
7204
7205 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7206
7207 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7208 articles of every unchecked group to t, which means unknown since the
7209 server has never been opened.
7210
7211 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7212
7213 * gnus-html.el (gnus-html-show-alt-text): New command.
7214 (gnus-html-browse-image): Ditto.
7215 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7216 to browse the image directly.
7217 (gnus-html-wash-tags): Search for images first, so that <a><img> works
7218 better.
7219
7220 * gnus-async.el (gnus-async-article-callback):
7221 Call `gnus-html-prefetch-images' unconditionally.
7222
7223 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7224 before feeding URLs to curl.
7225
7226 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7227
7228 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7229 internal images as deletable by `W D D'.
7230
7231 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7232 (gnus-async-article-callback): Fix typo.
7233
7234 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7235
7236 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7237 current line to work around bugs in the output from w3m.
7238
7239 * gnus-async.el (gnus-async-article-callback): Always prefetch images
7240 for groups that want that.
7241
7242 * nntp.el (nntp-wait-for-string): Supply a timeout for
7243 accept-process-output to ensure progress.
7244
7245 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7246 level to get unread articles from, then use that for foreign groups,
7247 too.
7248
7249 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7250 confuses the rest of the function.
7251
7252 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7253 for the methods that support -retrieve-groups, too.
7254
7255 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7256
7257 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7258
7259 * pop3.el: Require cl when compiling.
7260 (pop3-number-of-responses): Search for "+OK", not "+OK ".
7261
7262 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7263
7264 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7265 that aren't going to be activated.
7266 (gnus-get-unread-articles): Fix up the last commit.
7267
7268 * gnus-html.el (gnus-article-html): Allow calling without specifying
7269 the handle. In that case, dissect the buffer first.
7270
7271 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7272
7273 * nnimap.el (nnimap-open-connection): Revert the change that would look
7274 into authinfo for imaps instead of imap.
7275
7276 * gnus-start.el (gnus-activate-group): Take an optional parameter to
7277 say that you don't want to call gnus-request-group with don-check, but
7278 do check the response. This is for virtual groups only.
7279 (gnus-get-unread-articles): Count the archive groups as secondary, so
7280 that they're activated the same way as before.
7281
7282 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7283 case-insensitively.
7284 (nnimap-debug): Remove.
7285
7286 * mail-source.el (mail-source-fetch): Don't message if we're fetching
7287 mail from a file, and the file doesn't exist.
7288
7289 * pop3.el (pop3-streaming-movemail): Return t for success.
7290
7291 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7292 .authinfo if we're using ssl connection.
7293
7294 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7295 already have if we're in a main Gnus `g' run.
7296
7297 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7298
7299 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7300
7301 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7302
7303 * nnmh.el (nnmh-request-list-1): Bind `file'.
7304
7305 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7306 alias to set-process-query-on-exit-flag or process-kill-without-query.
7307 (pop3-open-server): Use it.
7308
7309 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7310
7311 * mail-source.el (mail-source-delete-crash-box): Always move the crash
7312 box to the Incoming file. Fixes mistake in previous checkin.
7313
7314 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7315 request loop (for debugging purposes) removed.
7316
7317 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7318 culprit is more visible.
7319 (nnml-save-incremental-nov, nnml-open-incremental-nov)
7320 (nnml-add-incremental-nov): New functions to do "incremental" nov
7321 updates, where we just append to the end of the existing nov files
7322 without reading/writing them in full.
7323
7324 * mail-source.el (mail-source-delete-crash-box): Really only check the
7325 incoming files once in a while.
7326
7327 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7328
7329 * mail-source.el (mail-source-delete-crash-box): Only check the
7330 incoming files for deletion once per day to save a lot of file
7331 accesses.
7332
7333 * pop3.el (pop3-logon): Fix up unbound variable typo.
7334
7335 * mail-source.el (pop3-streaming-movemail): Autoload.
7336
7337 * pop3.el (pop3-streaming-movemail):
7338 Respect pop3-leave-mail-on-server.
7339
7340 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7341 retrieval.
7342
7343 * pop3.el (pop3-process-filter): Remove unused function.
7344 (pop3-streaming-movemail, pop3-send-streaming-command)
7345 (pop3-wait-for-messages, pop3-write-to-file)
7346 (pop3-number-of-responses): New functions for streaming pop3
7347 retrieval.
7348
7349 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7350 come from no known methods.
7351 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7352 list.
7353
7354 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7355 message sizes.
7356 (pop3-movemail): Use erase-buffer instead of looping and deleting
7357 regions, which seems rather odd.
7358
7359 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7360 file once per `g' run.
7361
7362 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7363 directories. This makes the draft queue directory work.
7364
7365 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7366 data from the backends, so that we only request the list of groups from
7367 each method once. This should speed things up considerably.
7368
7369 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7370 detect that it's not implemented.
7371
7372 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7373 we actually do recurse down into the tree, but don't stat all leaf
7374 nodes.
7375
7376 * gnus-html.el (gnus-html-show-images): If there are no images to show,
7377 then say so instead of bugging out.
7378
7379 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7380 files exist before trying to read them.
7381
7382 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7383 around <pre_int>.
7384
7385 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7386
7387 * nnmh.el (nnmh-request-list-1): Optimize for speed.
7388
7389 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7390
7391 * mm-util.el (mm-image-load-path): Just return the image directories,
7392 not all directories in the path in addition to the image directories.
7393 (mm-image-load-path): Maintain a cache of the image directories so that
7394 the `g' command in Gnus doesn't have to stat dozens of directories each
7395 time.
7396
7397 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7398 (gnus-html-wash-tags): Add a new `i' command to insert images.
7399 (gnus-html-insert-image): New command and keystroke.
7400 (gnus-html-redisplay-with-images): New command and keystroke.
7401 (gnus-html-show-images): Rename command.
7402 (gnus-html-wash-tags): Remove more white space before <pre_int> image
7403 spacers.
7404 (gnus-html-wash-tags): Decode entities at the end, so that entities
7405 inside the tags don't mess up the rest of the "parsing".
7406
7407 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7408 so that nnimap methods aren't agentized by default. There's apparently
7409 many problems related to agent/imap behavior.
7410
7411 * gnus-art.el (gnus-article-copy-string): New command and key binding.
7412
7413 * gnus-html.el: Doc fix.
7414
7415 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
7416
7417 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7418 glyph-width and glyph-height instead of display-graphic-p and
7419 image-size; make avoidance of displaying small images work for XEmacs.
7420
7421 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7422 for XEmacs.
7423
7424 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7425 of symbol that holds plist data.
7426 (gnus-process-plist): Remove plist of process after getting it.
7427
7428 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7429
7430 * message.el (message-generate-hashcash): Change default to
7431 'opportunistic if hashcash is installed.
7432
7433 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7434 (gnus-html-put-image): Only call image-size once, since it's somewhat
7435 time-consuming on remote X servers.
7436
7437 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7438
7439 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7440 decoded contents.
7441 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7442
7443 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7444
7445 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7446 group line format, since it isn't very interesting.
7447
7448 * gnus-agent.el (gnus-agent-short-article),
7449 (gnus-agent-long-article): Increase values for these two variables,
7450 since most people are likely to have more network connection and
7451 storage than before.
7452
7453 * gnus.el (gnus-refer-article-method): Change default to 'current.
7454 When referring an article, the common behavior is to refer it from the
7455 current select method, not the native select method. The chances of
7456 the native select method having the message in question is rather slim
7457 these days.
7458
7459 * gnus-sum.el (gnus-auto-select-subject): Change default to
7460 `unseen-or-unread'. I think it's likely that most people want to
7461 select an unseen article over a previously seen, but unread one.
7462
7463 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
7464 means that in the article buffer none of the minor mode elements will
7465 be shown, usually, and this is not desirable in most cases.
7466
7467 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7468 that commands like `d' (and the like) go to the next line in the
7469 buffer, instead of the next unread article. I think this is the
7470 behavior that is most natural for most users.
7471 (gnus-single-article-buffer): Change default to nil, so that people can
7472 have as many article buffers open as they have summary buffer. I think
7473 this is the most natural way for the groups to behave.
7474
7475 * message.el (message-generate-new-buffers): Change default to
7476 `unsent', so that all new message buffers start their names with the
7477 string "*unsent", and it's easier to find the buffers if you move from
7478 them.
7479
7480 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7481
7482 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7483 small. They're probably tracking images.
7484 (gnus-html-wash-tags): Remove all <pre_int> place holders.
7485 (gnus-html-rescale-image): Yet another try at getting the image sizing
7486 right.
7487
7488 * nntp.el (nntp-request-set-mark): Refuse to do marks if
7489 nntp-marks-file-name is nil.
7490
7491 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7492
7493 * gnus-html.el (gnus-html-wash-tags)
7494 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7495 Better logging.
7496
7497 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7498
7499 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7500
7501 * gnus-html.el (gnus-html-wash-tags): Check the value of
7502 gnus-blocked-images in the summary buffer.
7503
7504 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7505
7506 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7507
7508 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7509
7510 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7511 like "a", it seems like.
7512 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7513 since it needs to be picked from the correct buffer.
7514
7515 * nnwfm.el: Remove.
7516
7517 * nnlistserv.el: Remove.
7518
7519 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7520
7521 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7522 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7523
7524 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7525
7526 * nnkiboze.el: Remove.
7527
7528 * nndb.el: Remove.
7529
7530 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7531 alt text.
7532 (gnus-html-rescale-image): Try to get the rescaling logic right for
7533 images that are just wide and not tall.
7534
7535 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7536 overshadow variable bindings.
7537
7538 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7539
7540 * gnus-html.el (gnus-html-wash-tags)
7541 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7542 Add extra logging.
7543
7544 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7545
7546 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7547 (gnus-max-image-proportion): New variable.
7548 (gnus-html-rescale-image): New function.
7549 (gnus-html-put-image): Rescale images.
7550
7551 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 Fix up some byte-compiler warnings.
7554 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7555 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7556 (gnus-article-fill-cited-article, gnus-article-hide-citation)
7557 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7558 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7559 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7560 (gnus-group-update-group): Use save-excursion and with-current-buffer.
7561
7562 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * gnus-html.el (gnus-article-html): Decode contents by charset.
7565
7566 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7567
7568 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7569 (gnus-html-frame-width, gnus-blocked-images):
7570 * message.el (message-prune-recipient-rules): Add custom version.
7571 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7572
7573 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7574 functions.
7575
7576 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7577 gnus-process-get.
7578
7579 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
7580
7581 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7582 instead of lsub directly.
7583
7584 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7585
7586 * nnwarchive.el: Remove.
7587
7588 * gnus-soup.el: Remove.
7589
7590 * nnsoup.el: Remove.
7591
7592 * nnultimate.el: Remove.
7593
7594 * gnus-html.el (gnus-blocked-images): New variable.
7595
7596 * message.el (message-prune-recipients): New function.
7597 (message-prune-recipient-rules): New variable.
7598
7599 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7600 guess whether a long line is natural text or not.
7601
7602 * gnus-html.el (gnus-html-schedule-image-fetching):
7603 Use gnus-process-plist and friends for compatibility.
7604
7605 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * gnus-html.el: Require packages that define macros used in this file.
7608 (gnus-article-mouse-face): Declare to silence byte-compiler.
7609 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7610 process-get.
7611 (gnus-html-put-image): Use plist-get to avoid getf.
7612 (gnus-html-prefetch-images): Use with-current-buffer.
7613
7614 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7615
7616 * gnus-ems.el: Provide compatibility functions for
7617 gnus-set-process-plist.
7618
7619 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
7620 * gnus.el (gnus-valid-select-methods):
7621 * message.el (message-send-mail-partially-limit):
7622 * mm-decode.el (mm-text-html-renderer):
7623 * mml.el (mml-insert-mime-headers-always):
7624 * smiley.el (smiley-regexp-alist): Bump custom version.
7625
7626 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
7628 * gnus-html.el: require mm-url.
7629 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7630 with the url to `url'.
7631 (gnus-html-wash-tags): Support cid: URLs/images.
7632
7633 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7634
7635 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7636 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7637 bindings, as they aren't useful at all. `w' is moved to `W w'.
7638
7639 * gnus-move.el: Remove file, since it doesn't really work.
7640
7641 * gnus-html.el (gnus-article-html): Tell w3m that the input is
7642 UTF-8. This seems to fix problems with some German web feeds.
7643
7644 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7645 at the top so that the proper colors are applied.
7646
7647 * gnus-art.el (gnus-article-view-part): Doc fix.
7648
7649 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7650 XEmacs-compatible.
7651 (gnus-html-put-image): Don't do images on non-graphic displays.
7652
7653 * nnslashdot.el: Remove this unused backend.
7654
7655 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7656 actions.
7657 (gnus-undo-register-1): Revert last change.
7658
7659 * gnus-group.el (gnus-group-completing-read): Protect against not
7660 having completion-styles bound.
7661
7662 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7663 make broken recipients happier.
7664
7665 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7666
7667 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7668 point parameter.
7669
7670 * gnus-group.el (gnus-group-completing-read): Add 'substring to
7671 completion-styles for group selection.
7672
7673 2009-02-04 Andreas Schwab <schwab@suse.de>
7674
7675 * gnus-score.el (gnus-score-string): Fix regex for matching extra
7676 headers and regexp-quote the match if necessary.
7677
7678 2009-03-24 Miles Bader <miles@gnu.org>
7679
7680 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7681 the blinking smiley.
7682
7683 2009-03-24 Simon Josefsson <simon@josefsson.org>
7684
7685 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7686 blink smiley.
7687
7688 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7689
7690 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7691 where the dribbel file lives exists.
7692
7693 * message.el (message-send-mail-partially-limit): Change the default to
7694 nil, since most people don't want this.
7695
7696 * mm-url.el (mm-url-decode-entities): Also decode entities like
7697 &#x3212.
7698
7699 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
7700
7701 * gnus-sum.el (gnus-summary-idna-message):
7702 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7703 Hyperlink urls in docstrings with URL `...'.
7704
7705 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
7706
7707 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7708 functions.
7709
7710 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7711
7712 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7713 say what the mouseover text should be.
7714
7715 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7716 version of the mm-w3m-safe-url-regexp variable to only download images
7717 in the groups where we want that to happen.
7718
7719 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7720
7721 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7722 easier debugging.
7723 (gnus-article-beginning-of-window): Add kludge to allow spacing past
7724 big pictures in the article buffer.
7725
7726 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7727 gnus-article-html.
7728 (mm-text-html-renderer): gnus-article-html needs curl in addition to
7729 w3m.
7730
7731 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7732
7733 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7734
7735 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7736 which doesn't exist.
7737
7738 * message.el (message-inhibit-ecomplete): New variable to allow some
7739 function to inhibit ecomplete address storage.
7740 (message-resend): Disable ecomplete message storage when resending
7741 messages.
7742
7743 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7744
7745 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
7746
7747 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7748 Save excursion while copying, moving, and deleting articles in order to
7749 prevent the cursor from jumping to unforeseen place.
7750
7751 2010-08-17 Glenn Morris <rgm@gnu.org>
7752
7753 * gnus-sync.el: Require gnus components whose functions are used.
7754
7755 * gnus-art.el (bookmark-make-record-function):
7756 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7757 Declare for compiler.
7758
7759 * mm-url.el (mml-compute-boundary): Autoload.
7760
7761 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
7762
7763 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7764
7765 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
7766
7767 Typo fix "hoo4a" -> "hook".
7768
7769 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7770
7771 2010-08-14 Glenn Morris <rgm@gnu.org>
7772
7773 * gnus-sync.el (gnus-sync): Fix defgroup version.
7774
7775 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
7776
7777 Doc fixes and keep unknown groups (ammended for nunion bug fix).
7778
7779 * gnus-sync.el: Fix docs.
7780 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7781 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7782
7783 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7784
7785 Optimizations for gnus-sync.el.
7786
7787 * gnus-sync.el: Add docs about gnus-sync-backend
7788 possibilities.
7789 (gnus-sync-save): Remove unnecessary message.
7790 (gnus-sync-read): Optimize and show what groups were skipped.
7791
7792 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7793
7794 Minor bug fixes for gnus-sync.el.
7795
7796 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7797 Don't read the sync on get-new-news.
7798
7799 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7800 quiet.
7801
7802 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7803 (fix typo).
7804
7805 2010-07-30 Lawrence Mitchell <wence@gmx.li>
7806
7807 Make saving and restoring of hidden threads work with overlays.
7808 Patch applied by Ted Zlatanov.
7809
7810 * gnus-sum.el (gnus-hidden-threads-configuration)
7811 (gnus-restore-hidden-threads-configuration): Update to deal with text
7812 properties, rather than searching for a magic character.
7813
7814 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7815
7816 New gnus-sync.el library for synchronization of marks.
7817
7818 * gnus-sync.el: New library for synchronization of marks.
7819
7820 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7821 renamed from `gnus-registry-grep-in-list'.
7822
7823 * gnus-registry.el (gnus-registry-follow-group-p):
7824 Use `gnus-grep-in-list'.
7825
7826 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7827
7828 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7829
7830 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7831 determining charset of text fails.
7832
7833 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7834
7835 * nnmail.el (nnmail-get-new-mail-1): Revert.
7836
7837 * nnml.el (nnml-active-number): Make sure names of newly created groups
7838 in nnml-group-alist are encoded.
7839
7840 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7841
7842 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7843 containing non-ASCII characters in active file for nnml back end.
7844
7845 2010-07-24 David Engster <dengste@eml.cc>
7846
7847 * mml-smime.el (mml-smime-epg-verify): Also accept the older
7848 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7849
7850 2010-07-21 Daiki Ueno <ueno@unixuser.org>
7851
7852 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7853 tag (Bug#6654).
7854
7855 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7856
7857 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7858 the article buffer, not the summary buffer.
7859
7860 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7861
7862 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7863 Emacs 23 as well.
7864
7865 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7866
7867 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7868 Patch applied by Karl Fogel.
7869
7870 * gnus-sum.el (gnus-summary-bookmark-make-record):
7871 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7872
7873 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7874
7875 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7876 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
7877 C-w still not working correctly from Article buffers; Thierry's
7878 patch to fix that will be applied after this.
7879
7880 * gnus-art.el (bookmark-make-record-function): New local variable.
7881
7882 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7883 article buffer.
7884 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7885
7886 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7887
7888 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7889 on changes in bookmark.el.
7890
7891 2010-06-22 Mark A. Hershberger <mah@everybody.org>
7892
7893 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7894 the *other* type of HTML form submission.
7895
7896 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
7897
7898 * auth-source.el (auth-source-pick): If choice does not contain a
7899 questioned keyword, set the check to t.
7900
7901 2010-06-12 Romain Francoise <romain@orebokech.com>
7902
7903 * gnus-util.el (gnus-date-get-time): Move up before first use.
7904
7905 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
7906
7907 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7908 (gnus-article-edit-part): Bind it to make last part that is substituted
7909 or deleted visible.
7910 (gnus-mime-display-single): Buttonize part of which id equals to
7911 gnus-mime-buttonized-part-id.
7912
7913 2010-06-10 Dan Christensen <jdc@uwo.ca>
7914
7915 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7916 (gnus-dd-mmm): Use gnus-date-get-time.
7917 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7918 simplify logic.
7919 (gnus-summary-limit-to-age): Use gnus-date-get-time.
7920 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7921
7922 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
7923
7924 * auth-source.el (top): Autoload `secrets-list-collections',
7925 `secrets-create-item', `secrets-delete-item'.
7926 (auth-sources): Fix tag string.
7927 (auth-get-source, auth-source-retrieve, auth-source-create)
7928 (auth-source-delete): New defuns.
7929 (auth-source-pick): Rewrite in order to avoid 2 passes.
7930 (auth-source-forget-user-or-password): New parameter USERNAME.
7931 (auth-source-user-or-password): New parameters CREATE-MISSING and
7932 DELETE-EXISTING. Retrieve password interactively, if needed.
7933
7934 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7935
7936 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7937 deleting unused directories when gnus-expert-user is t.
7938
7939 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7940
7941 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7942 for each temp file when gnus-article-browse-delete-temp is ask.
7943
7944 2010-05-20 Kevin Ryde <user42@zip.com.au>
7945
7946 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
7947
7948 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
7949
7950 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7951 article unless decoding article to be saved.
7952
7953 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
7956 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7957 generated within the mm-with-unibyte-current-buffer macro.
7958
7959 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7962 to nil when we're in a mml-preview buffer and no group is selected.
7963
7964 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
7965
7966 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7967 when catching the `C-g'. Reported by "Leo".
7968
7969 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * message.el (message-forward-make-body-plain)
7972 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7973 multibyte-string-p.
7974
7975 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7976
7977 * message.el (message-forward-make-body-mml): Assume original message
7978 is multibyte string; error on unibyte.
7979 (message-forward-make-body-plain): Ditto; don't add excessive newline
7980 in body end.
7981
7982 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
7983
7984 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7985 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
7986
7987 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
7988
7989 * mm-extern.el (mm-extern-url): Don't use
7990 mm-with-unibyte-current-buffer.
7991 (mm-extern-cache-contents): Use with-current-buffer instead of
7992 save-excursion + set-buffer.
7993
7994 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7995
7996 * mm-util.el (mm-emacs-mule): Remove.
7997
7998 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7999
8000 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8001 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8002 change.
8003
8004 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8005
8006 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8007 bind the default value of enable-multibyte-characters to nil.
8008
8009 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8010
8011 * message.el (message-forward-make-body-plain)
8012 (message-forward-make-body-mml):
8013 Don't use mm-with-unibyte-current-buffer.
8014
8015 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
8016
8017 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8018 (Bug#5592).
8019
8020 2010-05-07 Julien Danjou <julien@danjou.info>
8021
8022 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8023 it to mm-pipe-part.
8024
8025 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8026 it is given.
8027
8028 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8029
8030 * nnweb.el (nnweb-gmane-search):
8031 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8032 XEmacs.
8033
8034 * gnus-art.el (gnus-article-browse-html-parts):
8035 * gnus-group.el (gnus-read-ephemeral-gmane-group)
8036 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8037 make-temp-file.
8038
8039 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8040 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8041 compiling.
8042
8043 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8044 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8045 XEmacs when compiling.
8046
8047 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8048 gnus-pick-mode-off-hook for XEmacs when compiling.
8049 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8050 gnus-binary-mode-off-hook for XEmacs when compiling.
8051
8052 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8053 Return nil if char-charset is not available.
8054
8055 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
8056 macro.
8057
8058 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8059 instead of encode-coding-string.
8060
8061 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8062 'xemacs) instead of mm-emacs-mule to switch function definitions.
8063 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8064
8065 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
8066
8067 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8068
8069 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
8070
8071 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8072 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8073
8074 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
8075
8076 * mm-util.el (mm-decompress-buffer): Use `delete-file';
8077 alias `jka-compr-delete-temp-file' no longer exists.
8078
8079 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 Use define-minor-mode in Gnus where applicable.
8082 * mml.el (mml-mode): Use define-minor-mode.
8083 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8084 (gnus-undo-mode): Use define-minor-mode.
8085 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8086 (gnus-dead-summary-mode): Use define-minor-mode.
8087 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8088 Initialize in declaration.
8089 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8090 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8091 (gnus-mailing-list-mode): Use define-minor-mode.
8092 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8093 (gnus-draft-mode): Use define-minor-mode.
8094 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8095 (gnus-dired-mode): Use define-minor-mode.
8096
8097 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
8098
8099 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8100 handles on recursive mml-to-mime translation and check them for
8101 boundary delimiter collisions. Reported by Greg Troxel.
8102
8103 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
8104
8105 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8106
8107 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * mm-util.el (mm-find-buffer-file-coding-system):
8110 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8111
8112 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
8113
8114 * message.el (message-generate-headers): Record insertion of optional
8115 headers as well. Otherwise the check to prevent repeated insertion of
8116 optional headers is a no-op.
8117
8118 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
8119
8120 * smime.el: Don't mention CVS.
8121
8122 * nnrss.el (nnrss-fetch): Don't mention CVS.
8123
8124 * nnir.el: Don't mention CVS.
8125
8126 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * gnus-sum.el (gnus-summary-bookmark-make-record):
8129 Add `location' field.
8130
8131 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * gnus-sum.el: Add bookmark declarations to silence the compiler.
8134 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8135 Use with-current-buffer to silence the byte-compiler.
8136 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8137 bother to require `gnus'.
8138 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
8139
8140 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8141
8142 * gnus-sum.el (gnus-summary-bookmark-make-record)
8143 (gnus-summary-bookmark-jump): New functions.
8144 (gnus-summary-mode): Setup bookmark support.
8145
8146 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
8147
8148 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8149 if set.
8150
8151 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8154 gnus-article-browse-html-save-cid-image; make it work recursively for
8155 forwarded messages as well.
8156 (gnus-article-browse-html-parts): Work when prefix arg is given.
8157 (gnus-article-browse-html-article): Doc fix.
8158
8159 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
8160
8161 * message.el (message-default-mail-headers):
8162 (message-default-headers): Carry the value mail-default-headers over
8163 into message-default-mail-headers, rather than message-default-headers.
8164
8165 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
8166
8167 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8168 charset.
8169
8170 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8171 charset into the <meta> tag when the article is encoded to utf-8.
8172
8173 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
8174
8175 * gnus-art.el (gnus-article-browse-delete-temp-files):
8176 Delete directories as well.
8177 (gnus-article-browse-html-parts): Work for images that do not specify
8178 file names; delete temp directory when quitting; insert header at the
8179 right place; use file: scheme for image files.
8180
8181 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
8182
8183 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8184 (gnus-article-browse-html-parts): Use it to make temporary cid image
8185 files in addition to html file so that browser may display them.
8186
8187 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
8188
8189 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8190
8191 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8192
8193 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8194
8195 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8196
8197 * auth-source.el (auth-sources): Change default to be simpler.
8198 Explain about Secret Service API sources. Improve Customize options.
8199 (auth-source-pick): Change to accept any number of search parameters.
8200 Implement fallbacks iteratively, not recursively. Add scoring on the
8201 second pass and sort by score. Call Secret Service API when needed.
8202 (auth-source-user-or-password): Use it. Call Secret Service API
8203 directly when needed to get the user name and the password.
8204
8205 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
8206
8207 * message.el (message-interactive): Doc fix.
8208 (message-qmail-inject-args): Reflow.
8209 (message-kill-to-signature): Fix typo in docstring.
8210
8211 * smiley.el (smiley-buffer): Fix typo in docstring.
8212
8213 2010-03-24 Glenn Morris <rgm@gnu.org>
8214
8215 * mail-source.el (gnus-message): Declare.
8216 (mail-source-delete-old-incoming): Require gnus-util.
8217
8218 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
8219
8220 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8221
8222 * message.el (ecomplete-setup): Autoload it for Emacs <23.
8223
8224 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8225 password-cache's default if it is not bound.
8226 (mml-secure-passphrase-cache-expiry): Default to 16 that is
8227 password-cache-expiry's default if it is not bound.
8228
8229 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8230 available in Emacs 21.
8231
8232 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
8233
8234 * auth-source.el (auth-sources): Fix up definition so extra parameters
8235 are always inline.
8236
8237 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
8238
8239 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8240 wasn't updated after mismatch. Clear cached mailbox info correctly
8241 when uidvalidity changes.
8242 (nnimap-group-prefixed-name): New function to avoid some code
8243 duplication.
8244 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8245 (nnimap-request-group): Use it.
8246 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8247 (nnimap-update-unseen): Significantly improved speed of Gnus startup
8248 with many imap folders. This is done by caching the group status from
8249 the imap server persistently in a group parameter `imap-status'. (This
8250 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8251 but not persistently, so every Gnus startup was still very slow.)
8252
8253 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8254
8255 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
8256 secrets.el dependency.
8257 (auth-sources): Add optional user name. Add secrets.el configuration
8258 choice (unused right now).
8259
8260 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8261
8262 * gnus-sum.el (gnus-summary-make-menu-bar):
8263 Let `gnus-registry-install-shortcuts' fill in the functions.
8264
8265 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8266 warnings.
8267 (gnus-registry-misc-menus): Variable to hold registry mark menus.
8268 (gnus-registry-install-shortcuts): Populate and use it in a
8269 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8270
8271 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
8272
8273 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8274 In-place substitutions for the group name encoding/decoding.
8275 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8276 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8277 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8278 (nnimap-update-unseen, nnimap-request-list)
8279 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8280 (nnimap-request-set-mark, nnimap-split-to-groups)
8281 (nnimap-split-articles, nnimap-request-newgroups)
8282 (nnimap-request-create-group, nnimap-request-accept-article)
8283 (nnimap-request-delete-group, nnimap-request-rename-group)
8284 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
8285 `encoded-mbx' for consistency.
8286 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8287 variable `imap-current-mailbox'.
8288
8289 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8290 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8291
8292 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
8293
8294 * pop3.el (pop3-display-message-size-flag): Display message size byte
8295 counts during POP3 download.
8296 (pop3-movemail): Use it.
8297 (pop3-list): Implement listing of available messages.
8298
8299 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
8300
8301 * nnir.el (nnir-get-article-nov-override-function): New function to
8302 override the normal NOV retrieval.
8303 (nnir-retrieve-headers): Use it.
8304
8305 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
8306
8307 * auth-source.el (netrc-machine-user-or-password): Autoload.
8308
8309 2010-03-19 Glenn Morris <rgm@gnu.org>
8310
8311 Stop message.el from loading about 40 libraries it doesn't always need.
8312 The general approach is to autoload rather than require, and to
8313 require in the specific functions rather than the file. (Bug#5642)
8314
8315 * gmm-utils.el: Don't require wid-edit.
8316 (widget-create-child-value, widget-convert, widget-default-get):
8317 Autoload.
8318
8319 * gnus-util.el: Don't require time-date, netrc.
8320 (message-fetch-field, gnus-group-name-decode): Declare rather than
8321 autoloading.
8322 (gnus-fetch-field): Require message.
8323 (gnus-decode-newsgroups): Require gnus-group.
8324
8325 * ietf-drums.el: Don't require time-date.
8326
8327 * message.el: Don't require hashcash, canlock, ecomplete.
8328 Do require mail-utils. Require nnheader only when compiling.
8329 (smtpmail-default-smtp-server): Remove declaration.
8330 (message-send-mail-function): Check smtpmail-default-smtp-server
8331 is bound rather than requiring smtpmail.
8332 (message-auto-save-directory, message-insert-signature):
8333 Use expand-file-name rather than nnheader-concat.
8334 (nnheader-insert-file-contents): Autoload.
8335 (hashcash-wait-async): Declare.
8336 (message-send-mail): Only call gnus-setup-posting-charset if
8337 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
8338 (message-send-mail-with-sendmail): Require sendmail.
8339 (canlock-password, canlock-password-for-verify): Declare.
8340 (message-canlock-password): Require canlock.
8341 (nnheader-get-report): Autoload.
8342 (gnus-setup-posting-charset): Declare.
8343 (message-send-news): Require gnus-msg.
8344 (message-make-references, message-make-in-reply-to): Use mail-header-id
8345 rather than the alias mail-header-message-id.
8346 (ecomplete-add-item, ecomplete-save): Declare.
8347 (message-put-addresses-in-ecomplete): Require ecomplete.
8348 (ecomplete-display-matches): Autoload.
8349
8350 * mm-decode.el: Don't require mailcap, gnus-util.
8351 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8352 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8353 Autoload.
8354 (mailcap-mime-extensions): Declare.
8355
8356 * mm-encode.el: Don't require mailcap.
8357 (mailcap-extension-to-mime): Autoload.
8358
8359 * mml-sec.el: Don't require password-cache.
8360
8361 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8362 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8363 (mml-minibuffer-read-type): Require mailcap.
8364 (mml-preview): Require gnus-msg.
8365
8366 * mml1991.el: Require password-cache.
8367 (password-cache-expiry): Remove declaration.
8368
8369 * mml2015.el: Require password-cache.
8370 (password-cache-expiry): Remove declaration.
8371
8372 * nneething.el (mailcap): Require mailcap.
8373
8374 * nnheader.el (declare-function): Add compatibility stub.
8375 (message-remove-header): Declare rather than autoload.
8376 (nnheader-replace-header): Require message.
8377
8378 * nnimap.el (declare-function): Add compatibility stub.
8379 (netrc-parse, netrc-machine-user-or-password): Declare.
8380 (nnimap-open-connection): Require netrc.
8381
8382 * nntp.el (declare-function): Add compatibility stub.
8383 (netrc-parse, netrc-machine, netrc-get): Declare.
8384 (nntp-send-authinfo): Require netrc.
8385
8386 * rfc2047.el: Don't require qp.
8387 (quoted-printable-encode-region, quoted-printable-decode-string):
8388 Autoload.
8389
8390 * sieve-mode.el: Don't require easymenu.
8391 (easy-menu-add-item): Autoload it.
8392
8393 * spam-stat.el (time-to-number-of-days): Autoload it.
8394
8395 2010-03-17 Kevin Ryde <user42@zip.com.au>
8396
8397 * mml.el (mml-read-tag): Unquote values with `read' to reverse
8398 prin1 in mml-insert-tag (just stripping the quotes gave wrong
8399 value if any backslash escapes).
8400
8401 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8402
8403 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8404 if it is available. (bug#5647)
8405
8406 2010-02-26 Glenn Morris <rgm@gnu.org>
8407
8408 * message.el (message-send-mail-function): Change the default, so that
8409 it inherits from a customized send-mail-function. (Bug#5643)
8410
8411 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8414 shell-command-to-string signals an error (bug#5299).
8415
8416 2010-02-24 Glenn Morris <rgm@gnu.org>
8417
8418 * message.el (message-smtpmail-send-it)
8419 (message-send-mail-with-mailclient): Doc fixes.
8420
8421 2010-02-16 Glenn Morris <rgm@gnu.org>
8422
8423 * message.el (message-default-mail-headers): Change the default value
8424 to ease the transition from mail-mode to message-mode. (Bug#5555)
8425
8426 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8427
8428 * message.el (message-mail): Just pass yank-action on to message-setup.
8429 (message-setup): Handle (FUN . ARGS) form of yank-action.
8430 (message-with-reply-buffer, message-widen-reply)
8431 (message-yank-original): Handle non-buffer values of
8432 message-reply-buffer (Bug#4080).
8433 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8434
8435 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8436
8437 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8438 Fix typo in docstring.
8439
8440 2010-01-08 Jason Rumney <jasonr@gnu.org>
8441
8442 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8443 response.
8444
8445 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8446
8447 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8448
8449 * message.el (message-check-news-header-syntax): Protect against a
8450 string that `rfc822-addresses' returns when parsing fails.
8451
8452 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8453
8454 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8455 (gnus-previous-char-property-change): New functions.
8456
8457 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8458
8459 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
8460
8461 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8462 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
8463
8464 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * message.el (message-exchange-point-and-mark): Rework last change to
8467 avoid using optional arg of exchange-point-and-mark, for backward
8468 compatibility.
8469
8470 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8471
8472 * message.el (message-exchange-point-and-mark):
8473 Call exchange-point-and-mark with an argument rather than setting
8474 mark-active by hand (Bug#5175).
8475
8476 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8477
8478 * nntp.el (nntp-service-to-port): Work for service expressed with
8479 numeric string; replace [:digit:] with [0-9] for XEmacs.
8480
8481 2009-12-17 Glenn Morris <rgm@gnu.org>
8482
8483 * gnus-group.el (gnus-bug-group-download-format-alist):
8484 Change emacs entry to debbugs.gnu.org. Bump :version.
8485
8486 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8487
8488 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8489
8490 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8491
8492 * message.el (message-info): Explain why we use `Info-goto-node'.
8493
8494 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * message.el (message-completion-in-region): New compatibility function.
8497 (message-expand-group): Use it.
8498
8499 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8500
8501 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8502 with no unread article should be listed if the 2nd arg `predicate' is
8503 given.
8504
8505 2009-11-29 Juri Linkov <juri@jurta.org>
8506
8507 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8508 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
8509 on `gnus-recenter'. (Bug#4698, Bug#4981)
8510
8511 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8512
8513 * message.el (message-from-style, message-interactive)
8514 (message-signature): Always set default values from the corresponding
8515 mail-* variables.
8516 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8517 (message-yank-prefix, message-indentation-spaces)
8518 (message-signature-file, message-default-headers): Use boundp rather
8519 than (featurep 'xemacs) to check if the corresponding mail-* variables
8520 exist.
8521
8522 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8523
8524 * message.el (message-send-mail-with-sendmail): Revert last change.
8525
8526 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8527
8528 * message.el (message-from-style, message-interactive)
8529 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8530 (message-yank-prefix, message-indentation-spaces, message-signature)
8531 (message-signature-file, message-default-headers): For GNU Emacs, set
8532 default values from the corresponding mail-* variables.
8533 (message-send-mail-with-sendmail): Use envelope-from only if
8534 mail-specify-envelope-from is non-nil.
8535
8536 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8537
8538 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8539 containing tspecial characters if they have been already quoted.
8540
8541 2009-10-24 Glenn Morris <rgm@gnu.org>
8542
8543 * gnus-art.el (help-xref-stack-item): Define for compiler.
8544
8545 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8546
8547 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8548
8549 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8550
8551 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8552 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8553
8554 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * gnus.el (gnus-overlay-get): New alias to overlay-get.
8557 (gnus-overlays-in): New alias to overlays-in.
8558
8559 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8560 gnus-overlay-get, and gnus-delete-overlay.
8561 (gnus-summary-show-thread): Make it work as well for systems in which
8562 next-single-char-property-change is not available.
8563 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8564
8565 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
8566
8567 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8568
8569 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8570
8571 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8572 and XEmacs that don't have `remove-overlays'.
8573
8574 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8577 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8578 selective display. Use overlays instead.
8579
8580 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8581
8582 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8583
8584 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8585
8586 * spam-stat.el (spam-stat-load): Fix typo in message.
8587
8588 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
8589
8590 * gnus-art.el (gnus-article-encrypt-body):
8591 * message.el (message-check-recipients):
8592 * mm-util.el (mm-codepage-setup):
8593 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8594 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8595
8596 2009-09-22 Daiki Ueno <ueno@unixuser.org>
8597
8598 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8599 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8600 keys from the menu if mm-{sign,encrypt}-option is 'guided.
8601 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8602 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8603
8604 2009-09-18 Glenn Morris <rgm@gnu.org>
8605
8606 * gnus-diary.el (gnus-diary-check-message):
8607 * message.el (message-insert-formatted-citation-line):
8608 * nnbabyl.el (top-level):
8609 * nndiary.el (nndiary-schedule):
8610 Fix typos in condition-case handlers.
8611
8612 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8613
8614 * gnus-art.el (gnus-article-edit-part): Work for the buffer
8615 configuration that provides the sole article window in a frame;
8616 position point correctly after deleting a part.
8617
8618 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
8619
8620 * spam.el (spam-unregister-on-reregister): Add boolean variable.
8621 (spam-resolve-registrations-routine): Use it to unregister articles
8622 that change status.
8623
8624 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8625
8626 * nnrss.el (nnrss-request-article): Remove binding of
8627 default-enable-multibyte-characters that has gotten needless by
8628 the 2007-07-13 change in rfc2047-encode-message-header.
8629
8630 * mml.el (mml-insert-multipart): Error on the message header.
8631 (mml-insert-part): Error on the message header; position point at
8632 the end of a MIME tag.
8633
8634 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8635
8636 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8637 (gnus-float-time): Alias to float-time if it exists.
8638
8639 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8640 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8641 float-time is available; suppress compile warning for time-to-seconds.
8642
8643 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8644
8645 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8646 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8647 Add the optional argument `encoding' that overrides the default.
8648
8649 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8650 mm-encode-buffer.
8651
8652 2009-09-04 Glenn Morris <rgm@gnu.org>
8653
8654 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8655 mm-disable-multibyte, rather than default-enable-multibyte-characters.
8656 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8657 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8658 * mm-util.el (mm-with-unibyte-current-buffer)
8659 (mm-find-buffer-file-coding-system):
8660 * yenc.el (yenc-decode-region): Use default-value rather than
8661 default-enable-multibyte-characters.
8662
8663 2009-09-03 Glenn Morris <rgm@gnu.org>
8664
8665 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8666 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8667 than default-enable-multibyte-characters.
8668
8669 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
8670
8671 * gnus-art.el (gnus-article-read-summary-keys):
8672 Fix gnus-buffer-configuration's value temporarily used.
8673
8674 2009-09-02 Glenn Morris <rgm@gnu.org>
8675
8676 * gnus-util.el (gnus-float-time): New function.
8677 * gnus-delay.el (gnus-delay-article):
8678 * gnus-sum.el (gnus-thread-latest-date):
8679 * gnus-util.el (gnus-user-date): Use gnus-float-time.
8680 * nnspool.el (nnspool-request-newgroups):
8681 Use gnus-float-time rather than time-to-seconds.
8682 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8683
8684 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8685 (gnus-header-subject-face, gnus-header-newsgroups-face)
8686 (gnus-header-name-face, gnus-header-content-face):
8687 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8688 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8689 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8690 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8691 (gnus-cite-face-11):
8692 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8693 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8694 (gnus-server-closed-face, gnus-server-denied-face)
8695 (gnus-server-offline-face):
8696 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8697 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8698 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8699 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8700 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8701 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8702 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8703 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8704 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8705 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8706 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8707 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8708 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8709 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8710 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8711 (gnus-summary-high-undownloaded-face)
8712 (gnus-summary-low-undownloaded-face)
8713 (gnus-summary-normal-undownloaded-face)
8714 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8715 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8716 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8717 (gnus-splash-face):
8718 * message.el (message-header-to-face, message-header-cc-face)
8719 (message-header-subject-face, message-header-newsgroups-face)
8720 (message-header-other-face, message-header-name-face)
8721 (message-header-xheader-face, message-separator-face)
8722 (message-cited-text-face, message-mml-face):
8723 * sieve-mode.el (sieve-control-commands-face)
8724 (sieve-action-commands-face, sieve-test-commands-face)
8725 (sieve-tagged-arguments-face):
8726 * spam.el (spam-face):
8727 Mark face aliases with "-face" in the name as obsolete.
8728
8729 2009-09-01 Glenn Morris <rgm@gnu.org>
8730
8731 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8732 than goto-line.
8733
8734 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8735
8736 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8737 Don't move point if the command is invoked inside the message header.
8738
8739 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8742 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8743 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8744 * nnir.el (nnir-swish-e-index-file):
8745 * gnus-sum.el (gnus-summary-delete-marked-as-read)
8746 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8747 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8748 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8749 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8750 (gnus-treat-display-xface): Add Emacs version of obsolescence.
8751
8752 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
8753
8754 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8755 Don't save excursion.
8756
8757 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * nnheader.el (nnheader-find-file-noselect):
8760 * mm-util.el (mm-insert-file-contents):
8761 Use (default-value 'major-mode) instead of default-major-mode.
8762
8763 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8766
8767 2009-08-25 Glenn Morris <rgm@gnu.org>
8768
8769 * nnir.el (top-level): Don't require cl at run-time.
8770 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8771 Replace cl-function substitute with gnus-replace-in-string.
8772 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8773 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8774 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8775 simplified expansions.
8776
8777 2009-08-22 Glenn Morris <rgm@gnu.org>
8778
8779 * gnus-art.el (gnus-button-patch): Use forward-line rather than
8780 goto-line.
8781
8782 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
8783
8784 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8785
8786 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8787 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8788 (gnus-mm-display-part, gnus-mime-display-single)
8789 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8790 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8791
8792 * gnus-sum.el
8793 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8794 (gnus-summary-move-article): Add expirable mark to articles copied or
8795 moved to group that has auto-expire turned on if the option is non-nil.
8796
8797 2009-07-24 Glenn Morris <rgm@gnu.org>
8798
8799 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8800 Fix typo. (Bug#3903)
8801
8802 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8803
8804 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8805 gnus-article-read-summary-keys rather than gnus-summary-edit-article
8806 that should not be used for draft articles.
8807 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8808 that has no concern in minor mode keys.
8809 (gnus-article-summary-command, gnus-article-summary-command-nosave):
8810 Abolish.
8811
8812 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8813
8814 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8815 article without making inquiry to a user for unknown encoding.
8816
8817 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8818 (nnmaildir--scan): Assume i-node and device number that file-attributes
8819 returns might be cons-cell.
8820
8821 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
8822
8823 * auth-source.el: Remove docs now in auth.texi. Don't use
8824 `gnus-message' for logging. Add new variables `auth-source-debug' and
8825 `auth-source-hide-passwords' and use them.
8826
8827 2009-07-15 Glenn Morris <rgm@gnu.org>
8828
8829 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8830
8831 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8832
8833 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8834 excessive whitespace from the default values of title and description.
8835
8836 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8839 mail-fetch-field to fetch Content-Description header in order to
8840 exclude newlines.
8841
8842 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8843
8844 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8845 to deleted part.
8846
8847 2009-05-30 David Engster <dengste@eml.cc>
8848
8849 * nnmairix.el: Remove old documentation in the commentary block.
8850 (nnmairix-request-group): Do not update active file for nnml back ends.
8851 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8852 end so that overview files are ignored.
8853 (nnmairix-update-groups): Make updating the groups more robust by using
8854 marks.
8855 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8856 with dollar characters in message-id.
8857
8858 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
8859
8860 * spam.el: Use dns-query instead of query-dns. Was renamed on
8861 2008-12-25 in dns.el.
8862
8863 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8866 could happen if the text is only composed of spaces and/or tabs.
8867
8868 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
8869
8870 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8871 when sending a queued message to avoid extra mml tags.
8872
8873 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8874
8875 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8876
8877 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
8878
8879 * gnus-dired.el: Remove autoload for gnus-setup-message.
8880 (gnus-dired-attach): Fake this-command value to prevent Gnus from
8881 displaying Gnus logo; always use compose-mail.
8882
8883 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8884
8885 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8886
8887 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
8888
8889 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8890 (gnus-nocem-issuers): List currently active issuers; fix custom type.
8891 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8892 available.
8893 (gnus-nocem-epg-verify): New function.
8894
8895 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
8896
8897 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8898
8899 2009-02-15 Glenn Morris <rgm@gnu.org>
8900
8901 * gnus-util.el (rmail-insert-rmail-file-header)
8902 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8903 autoloads.
8904 (rmail-default-rmail-file): Remove unnecessary declaration.
8905 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8906
8907 2009-02-14 Glenn Morris <rgm@gnu.org>
8908
8909 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8910 variable (only used in gnus-util, which declares it anyway).
8911 (rmail-output-to-rmail-file): Remove autoload of deleted function,
8912 which was only needed by gnus-art (changed to not use it any more).
8913 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8914 only used in gnus-util, which autoloads it itself.
8915 (rmail-update-summary): Fix autoload.
8916
8917 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8918 rather than rmail-output-to-rmail-file.
8919
8920 2009-02-07 Glenn Morris <rgm@gnu.org>
8921
8922 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8923 autoload of function that no longer exists.
8924 (rmail-toggle-header): Declare.
8925 (message-forward-rmail-make-body): Handle mbox Rmail.
8926
8927 2009-01-31 Glenn Morris <rgm@gnu.org>
8928
8929 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8930 2009-01-09 change.
8931
8932 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
8933
8934 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8935 (auth-source-forget-all-cached): New convenience function.
8936 (auth-source-user-or-password): Accept list of modes or a single mode.
8937
8938 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8939 auth-source modes.
8940
8941 * nnimap.el (nnimap-open-connection): Use list of
8942 auth-source modes.
8943
8944 * nntp.el (nntp-send-authinfo): Use list of
8945 auth-source modes.
8946
8947 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8948
8949 * auth-source.el: Update docs to reflect epa-file-enable is to be used
8950 now.
8951
8952 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8953
8954 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8955 coding system in XEmacs; add a workaround for XEmacs.
8956
8957 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
8958
8959 * mm-util.el (mm-coding-system-priorities): Protect against nil value
8960 of current-language-environment.
8961
8962 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8963
8964 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8965 available at runtime.
8966
8967 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8968
8969 * gnus-art.el (article-date-ut): Fix end point of narrowing.
8970
8971 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
8972
8973 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8974 the greatest positive fixnum value doesn't work under an XEmacs with
8975 bignum support; use the most-positive-fixnum constant instead,
8976 available since Emacs 21.1 with cl and XEmacs 21.1.
8977
8978 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8979
8980 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8981 XEmacs gets not to work.
8982
8983 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8984
8985 * mm-util.el (mm-coding-system-priorities): Allow the value like
8986 "Japanese (UTF-8)" of current-language-environment.
8987
8988 2009-01-09 Glenn Morris <rgm@gnu.org>
8989
8990 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8991 with last-command-event.
8992
8993 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8994
8995 * message.el (message-fix-before-sending): Amend comment.
8996
8997 2009-01-07 David Engster <dengste@eml.cc>
8998
8999 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9000 simplified server definitions by converting it via
9001 gnus-server-to-method.
9002
9003 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9004
9005 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9006 parameter's operands.
9007
9008 2009-01-06 David Engster <dengste@eml.cc>
9009
9010 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9011 primary select method (for gnus-group-mark-article-as-read).
9012
9013 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
9014
9015 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9016 `(gnus)Face', not `(gnus)X-Face'.
9017
9018 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
9019
9020 * mm-util.el (mm-ucs-to-char): New function.
9021
9022 * mm-url.el (mm-url-decode-entities): Use it.
9023
9024 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9025
9026 * message.el (message-fix-before-sending): Add `eight-bit' to
9027 illegible-text check.
9028
9029 2009-01-03 Michael Olson <mwolson@gnu.org>
9030
9031 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9032 `headers' is nil. This can occur if the IMAP server does not have
9033 permissions to read messages from a folder, but can write new messages
9034 to the folder.
9035 (nnimap-request-article-part): Do not insert `data' if it is nil.
9036
9037 2009-01-01 Dave Love <fx@gnu.org>
9038
9039 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9040
9041 * nnimap.el: Fix author email.
9042 (nnimap-split-rule): Add FIXME comment.
9043 (nnimap-debug): Fix doc string.
9044
9045 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
9046
9047 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9048 overlay-arrow-position and overlay-arrow-string buffer-local; no need
9049 to check if those variables exist (first appeared in Emacs 18.50).
9050
9051 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
9052
9053 * mm-util.el (mm-line-number-at-pos): New function.
9054
9055 * spam-report.el (spam-report-process-queue): Use it.
9056
9057 2008-12-24 David Engster <dengste@eml.cc>
9058
9059 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9060 parameters that haven't existed as variables as buffer-local variables.
9061
9062 2008-12-23 Dave Love <fx@gnu.org>
9063
9064 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9065 cadar.
9066
9067 * sieve-manage.el (sieve-manage-starttls-p): Rename from
9068 imap-starttls-p.
9069 (sieve-manage-starttls-open): Rename from imap-starttls-open.
9070
9071 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
9072
9073 * spam-report.el (spam-report-gmane-max-requests): New constant.
9074 (spam-report-gmane-wait): New variable.
9075 (spam-report-gmane-ham, spam-report-gmane-spam)
9076 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9077 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9078 the server.
9079
9080 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9081 Add explanations.
9082
9083 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9084 nnheader-accept-process-output and nnheader-read-timeout if available.
9085 (pop3-movemail): Use it.
9086
9087 * message.el (message-check-news-body-syntax): Fix signature check if
9088 there's an attachment.
9089
9090 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9091
9092 * mm-util.el: Add comments to the mm- emulating functions.
9093
9094 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
9095
9096 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9097 Reported by Stephen Berman <stephen.berman@gmx.net>.
9098
9099 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
9100
9101 * mm-util.el (mm-substring-no-properties): New function.
9102 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9103 (mm-special-display-p): Enable those lambda forms to be byte compiled.
9104 (mm-string-to-multibyte): Doc fix.
9105
9106 * mml.el (mml-attach-file): Use mm-substring-no-properties.
9107
9108 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9109
9110 * mml.el (mml-attach-file): Strip text properties from file name.
9111 (Bug#1574)
9112
9113 2008-12-16 Glenn Morris <rgm@gnu.org>
9114
9115 * mm-util.el (mm-charset-override-alist): Declare for compiler.
9116
9117 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9118
9119 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9120 knows since the charset specified might be a bogus alias that
9121 mm-charset-synonym-alist provides.
9122
9123 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9124
9125 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9126 "ISO_8859-1".
9127
9128 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9129
9130 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9131
9132 * mm-util.el (mm-charset-eval-alist):
9133 Define it before mm-charset-to-coding-system.
9134 (mm-charset-to-coding-system): Add optional argument `silent';
9135 define it before mm-charset-override-alist.
9136 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9137 default value if it can be used in Emacs currently running;
9138 silence mm-charset-to-coding-system.
9139
9140 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9141
9142 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9143 `allow-override' which says whether to use `mm-charset-override-alist'.
9144 (rfc2047-decode-encoded-words): Use it.
9145
9146 * mm-util.el (mm-charset-override-alist): Fix custom type;
9147 add `(gb2312 . gbk)' to choices.
9148
9149 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9150
9151 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9152 fast.
9153
9154 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9155
9156 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
9157
9158 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9159 on links.
9160
9161 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9162
9163 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
9164
9165 * message.el (message-idna-to-ascii-rhs-1): Protect against local
9166 users' addresses that don't have domain parts.
9167 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9168 rather than message-narrow-to-head since there will be the message
9169 header separator.
9170
9171 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9174 since the result is inserted in a unibyte buffer anyway.
9175 (nnimap-demule-use-string-to-multibyte): Remove.
9176 (nnimap-demule): Alias it to mm-string-to-multibyte.
9177
9178 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9179
9180 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9181 variable for debugging bug#464 and bug#1174.
9182 (nnimap-demule): Use it.
9183
9184 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9185
9186 * gnus-score.el (gnus-score-find-trace): Handle default score in total
9187 score calculation correctly.
9188
9189 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * message.el (message-send-mail): Just set the buffer to unibyte
9192 rather than use mm-with-unibyte-current-buffer which does a lot more.
9193 (message-send-mail-partially): Don't bother with
9194 mm-with-unibyte-current-buffer since it's already been made unibyte by
9195 message-send-mail.
9196
9197 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
9198
9199 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9200
9201 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
9202
9203 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9204
9205 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9206
9207 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9208 require itself and to remove `with-no-warnings'.
9209
9210 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
9211
9212 * starttls.el (starttls-any-program-available): Get the name of the
9213 available TLS layer program.
9214 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9215 well as the host name in the "opening" message.
9216
9217 * auth-source.el (auth-source-cache, auth-source-do-cache)
9218 (auth-source-user-or-password): Cache passwords and logins by default,
9219 allow override with `auth-source-do-cache'.
9220 (auth-source-forget-user-or-password): Allow users to remove cache
9221 entries if needed.
9222
9223 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9224
9225 * ietf-drums.el (ietf-drums-remove-comments): Localize second
9226 condition-case to only the forward-sexp call.
9227
9228 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9229
9230 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9231 quotes contained. Make it more robust regardless by an extra
9232 condition-case wrapper.
9233
9234 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9235
9236 * nnml.el (nnml-request-expire-articles): Check if the function set to
9237 `nnmail-expiry-target' returns the symbol `delete'.
9238
9239 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9240
9241 * nnmail.el (nnmail-expiry-target): Fix custom type.
9242
9243 2008-10-02 Glenn Morris <rgm@gnu.org>
9244
9245 * mm-util.el (mm-codepage-setup): Tweak codepage error.
9246 Silence compiler warning.
9247
9248 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
9249
9250 * mml.el (mml-menu): Don't assume mml2015 is bound.
9251
9252 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9253
9254 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9255 exists.
9256
9257 2008-09-27 Glenn Morris <rgm@gnu.org>
9258
9259 * gnus-util.el (mail-header-remove-comments): Autoload it.
9260
9261 2008-09-27 Andreas Schwab <schwab@suse.de>
9262
9263 * gnus-util.el (gnus-split-references): Strip comments.
9264 (gnus-parent-id): Likewise.
9265
9266 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
9267
9268 * message.el (message-confirm-send): Fix version.
9269
9270 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
9271
9272 * message.el (message-idna-to-ascii-rhs-1): Use
9273 mail-extract-address-components rather than mail-header-parse-addresses
9274 that is an alias by default to ietf-drums-parse-addresses that does not
9275 support non-ASCII names in headers' contents.
9276
9277 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9278
9279 * message.el (message-confirm-send): Fix variable documentation to
9280 avoid the "y/n" wording.
9281
9282 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
9283
9284 * message.el (message-set-auto-save-file-name): Save to a different
9285 filename so multiple messages (especially drafts) can be recovered.
9286
9287 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
9288
9289 * message.el (message-confirm-send): Add appropriate version.
9290
9291 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9292
9293 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9294 defvar.
9295
9296 2008-09-22 Daiki Ueno <ueno@unixuser.org>
9297
9298 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9299 (mm-pkcs7-enveloped-magic): Ditto.
9300
9301 2008-09-17 Simon Josefsson <simon@josefsson.org>
9302
9303 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9304 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9305
9306 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
9307
9308 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9309 default, it's better.
9310
9311 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
9312
9313 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9314 summary line gnus-number property and ignore them (with a warning
9315 message).
9316
9317 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9318
9319 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9320 macro caddr in the interactive form since it won't be expanded.
9321
9322 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9323
9324 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9325 `charset'; fix name of function called recursively.
9326 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9327
9328 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9329
9330 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9331 (gnus-mime-set-charset-parameters): New function.
9332 (gnus-mime-view-part-as-charset): Use it to correctly display part
9333 specifying wrong charset.
9334
9335 2008-09-08 David Engster <dengste@eml.cc>
9336
9337 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9338 in completing-read for back end server.
9339
9340 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
9341
9342 * message.el (message-confirm-send): New variable to confirm sending a
9343 message.
9344 (message-send): Use it.
9345
9346 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
9347
9348 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9349
9350 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
9351
9352 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9353
9354 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
9355
9356 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9357 prevent tracking too many groups.
9358 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9359 Use it.
9360
9361 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
9362
9363 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9364 moving point to the bottom of the window in order to avoid recentering.
9365
9366 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
9367
9368 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9369 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9370 (gnus-article-beginning-of-window): Fix calculation.
9371
9372 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
9373
9374 * gnus-msg.el (gnus-summary-supersede-article)
9375 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9376 value of gnus-newsgroup-charset to decode non-MIME encoded text in
9377 message header.
9378
9379 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9380
9381 * message.el:
9382 * gnus-start.el:
9383 * gnus-registry.el: Remove VMS support.
9384
9385 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9386
9387 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9388 macro.
9389 (rfc2104-hash): Use it.
9390
9391 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
9392
9393 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9394 (gnus-summary-sort-by-most-recent-date): New commands.
9395 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9396 and menu entries.
9397
9398 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9399
9400 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9401 don't redisplay article for raw contents; remove plural articles stuff.
9402
9403 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9404 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9405 on gnus-summary-save-article; display results properly.
9406
9407 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9408
9409 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9410
9411 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9412
9413 * gnus-art.el (gnus-summary-save-in-pipe):
9414 Consider gnus-save-all-headers.
9415
9416 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9417
9418 * gnus-util.el (ns-focus-frame): Remove declaration.
9419 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
9420 like x.
9421
9422 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9423
9424 * rfc2104.el (rfc2104-zero): Delete defconst.
9425 (rfc2104-hex-alist): Likewise.
9426 (rfc2104-hex-to-int): Delete func.
9427 (rfc2104-hexstring-to-bitstring): Likewise.
9428 (rfc2104-nybbles): New defconst.
9429 (rfc2104-hash): Rewrite for speed.
9430
9431 2008-07-16 Glenn Morris <rgm@gnu.org>
9432
9433 * gnus-util.el (ns-focus-frame): Declare for compiler.
9434
9435 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
9436
9437 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9438 set as a group parameter.
9439 (gnus-summary-save-in-pipe): Work when it is called independently.
9440 (gnus-summary-pipe-to-muttprint): Don't modify
9441 gnus-summary-pipe-output-default-command.
9442
9443 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * message.el (message-send-mail-with-sendmail):
9446 Display the error message.
9447
9448 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9449
9450 * gnus-art.el (gnus-default-article-saver):
9451 Add gnus-summary-save-in-pipe to choices.
9452 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9453 gnus-summary-pipe-output-default-command as the default command.
9454 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9455 instead of gnus-last-shell-command.
9456
9457 * gnus-sum.el (gnus-summary-pipe-output-default-command):
9458 New user option.
9459 (gnus-summary-muttprint-program): Mention the value will be changed.
9460 (gnus-summary-save-article): Force showing of all headers.
9461 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9462
9463 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
9464
9465 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9466
9467 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
9468
9469 * nnimap.el (nnimap-id):
9470 * sieve-manage.el (sieve-manage-open): Doc fixes.
9471
9472 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
9473
9474 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9475 if available.
9476
9477 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9480
9481 * nnkiboze.el (nnkiboze-generate-group):
9482 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9483
9484 * nnmairix.el: Require CL.
9485
9486 2008-06-15 David Engster <dengste@eml.cc>
9487
9488 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9489
9490 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
9491
9492 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9493 New macros that expand to an `aset'/`aref' call under Emacs, and to a
9494 runtime choice under XEmacs.
9495
9496 * gnus-sum.el (gnus-summary-set-display-table):
9497 Use `gnus-put-display-table', `gnus-get-display-table',
9498 `gnus-set-display-table' for the display table, instead of `aset'.
9499
9500 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9501
9502 * nnmairix.el: Add autoloads.
9503
9504 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9505
9506 * nnmairix.el (nnmairix-delete-recreate-group)
9507 (nnmairix-update-and-clear-marks): Fix error messages.
9508
9509 2008-06-14 David Engster <dengste@eml.cc>
9510
9511 * nnmairix.el: Upgrade to version 0.6.
9512 (nnmairix-group-toggle-propmarks-this-group)
9513 (nnmairix-group-toggle-readmarks-this-group)
9514 (nnmairix-group-delete-recreate-this-group)
9515 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9516 (nnmairix-remove-tick-mark-original-article): New commands.
9517 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9518 (nnmairix-propagate-marks-to-nnmairix-groups)
9519 (nnmairix-only-use-registry, nnmairix-allowfast-default)
9520 (nnmairix-marks-cache, nnmairix-version-output): New variables.
9521 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9522 functions needed for marks propagation and manipulation of read marks.
9523 (nnmairix-update-groups): New function.
9524 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9525 (nnmairix-determine-original-group-from-registry)
9526 (nnmairix-determine-original-group-from-path)
9527 (nnmairix-get-group-from-file-path, nnmairix-map-range)
9528 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9529 New helper functions.
9530 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9531 keystrokes for new commands.
9532 (nnmairix-delete-and-create-on-change): Doc string cleanup.
9533 (nnmairix-request-group): Check allow-fast group parameter.
9534 (nnmairix-request-create-group): Set allow-fast group parameter if
9535 nnmairix-allowfast-default is set.
9536 (nnmairix-close-group): Propagate marks upon closing if needed.
9537 (nnmairix-group-toggle-threads-this-group): Use new.
9538 nnmairix-group-toggle-parameter helper function.
9539 (nnmairix-search): Better check for empty search result.
9540 (nnmairix-goto-original-article): Use new helper functions for
9541 determining original article.
9542 (nnmairix-show-original-article): Make sure message-id is in brackets.
9543 (nnmairix-call-mairix-binary): Change variable name.
9544 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9545 helper function.
9546 (nnmairix-widget-toggle-activate): Fix doc string.
9547
9548 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9549
9550 * nnir.el: Require edmacro when compiling with XEmacs.
9551 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9552 available in Emacs 21.
9553
9554 2008-06-11 Glenn Morris <rgm@gnu.org>
9555
9556 * gnus-util.el (x-focus-frame):
9557 * gnus.el (image-size):
9558 * mm-decode.el (image-size): Declare.
9559
9560 * gnus-picon.el (declare-function): Add compat definition.
9561 (image-size): Declare.
9562
9563 * gnus-group.el (tool-bar-map):
9564 * gnus-sum.el (tool-bar-map): Define for compiler.
9565
9566 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9567
9568 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9569
9570 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9571 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9572 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9573 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9574 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9575 * sieve-manage.el, spam-report.el, spam.el:
9576 Remove unnecessary eval-and-compile of autoloads.
9577
9578 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9579
9580 * auth-source.el: Precise Tramp doc.
9581
9582 2008-06-07 Glenn Morris <rgm@gnu.org>
9583
9584 * nnmairix.el: Remove unnecessary eval-when-compile.
9585
9586 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
9587
9588 * nnir.el: New file.
9589
9590 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * gnus-util.el (gnus-read-shell-command): New function.
9593 * mm-decode.el (mm-pipe-part):
9594 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9595
9596 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9597
9598 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9599
9600 2008-06-03 Glenn Morris <rgm@gnu.org>
9601
9602 * pop3.el (nnheader-accept-process-output): Autoload it.
9603
9604 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9605
9606 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9607 are not 2-digit hexadecimal characters that follow `%'s.
9608
9609 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9610
9611 * message.el (message-bogus-recipient-p): Fix type in doc string.
9612 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9613 (message-bogus-addresses): Rename from message-bogus-address-regexp.
9614 Improve custom options.
9615 (message-bogus-recipient-p): Adjust accordingly.
9616
9617 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9618
9619 * nnmairix.el: Require edmacro when compiling with XEmacs.
9620
9621 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
9622
9623 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9624 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9625
9626 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
9627
9628 * auth-source.el: Add more docs.
9629
9630 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9631
9632 * nnheader.el (nnheader-read-timeout): Change the default timeout from
9633 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
9634 retrieval faster in some cases, but might make CPU usage larger.
9635 If this has any bad side effects, we might revert this change.
9636
9637 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9638 seems to make mail retrieval much, much faster.
9639 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9640 unconditionally.
9641
9642 * gnus-draft.el (gnus-group-send-queue):
9643 Bind message-send-mail-partially-limit to nil to avoid being prompted.
9644
9645 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9646
9647 * mml.el (mml-attach-buffer): Prompt for `disposition'.
9648
9649 * message.el (message-bogus-address-regexp): Fix and improve custom
9650 type.
9651 (message-setup-hook): Add message-check-recipients as custom option.
9652
9653 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
9654
9655 * message.el (message-cite-function): Remove bogus autoload which crept
9656 in during merge from v5-10.
9657
9658 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
9659
9660 * nnimap.el (nnimap-open-connection): Fix login/password bug.
9661
9662 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9663
9664 * auth-source.el: Preliminary Tramp docs.
9665 (auth-sources): Change the default auth-sources to use
9666 EPA .gpg files.
9667
9668 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
9669
9670 * nntp.el: Autoload `auth-source-user-or-password'.
9671 (nntp-send-authinfo): Use it.
9672
9673 * nnimap.el: Autoload `auth-source-user-or-password'.
9674 (nnimap-open-connection): Use it.
9675
9676 * auth-source.el: Add docs on using with url-auth. Import gnus-util
9677 for the gnus-message function.
9678 (auth-source-user-or-password): Use it.
9679
9680 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9683 rfc2104-hexstring-to-byte-list. Return a unibyte string.
9684 (rfc2104-hash): Use it.
9685
9686 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9687
9688 * gnus-art.el (gnus-article-toggle-truncate-lines):
9689 Don't use `iff' in docstring.
9690
9691 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
9692
9693 * gnus-registry.el: Adjusted copyright dates and added a keyword.
9694
9695 * gnus-util.el (gnus-extract-address-component-name)
9696 (gnus-extract-address-component-email): Convenience functions around
9697 `gnus-extract-address-components'.
9698
9699 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9700 Use `gnus-extract-address-component-email' to fix bug of comparing full
9701 sender name to `user-mail-address'.
9702
9703 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
9704
9705 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9706 catch/throw to optimize.
9707 (gnus-registry-find-keywords): Just use member to find a keyword.
9708
9709 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9712 is current before calling gnus-server-prepare.
9713 (gnus-server-setup-buffer, gnus-server-update-server)
9714 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9715
9716 2008-05-04 Juri Linkov <juri@jurta.org>
9717
9718 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9719 (mailcap-file-default-commands): Use mailcap-replace-in-string
9720 instead of replace-regexp-in-string, and mailcap-delete-duplicates
9721 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
9722
9723 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
9724
9725 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9726
9727 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9728
9729 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9730 hooks.
9731 (gnus-update-read-articles): Speed up non-marks-using users.
9732 (gnus-use-marks): Define gnus-use-marks.
9733 (gnus-propagate-marks): Rename variable to something more sensible.
9734
9735 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
9736
9737 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9738 (gmm-image-load-path-for-library): Fix typos in docstrings.
9739 (gmm-message): Reflow docstring.
9740
9741 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
9742
9743 * mail-source.el (mail-source-set-1, mail-source-bind):
9744 Move auth-source code out of the macro to clean it up and fix bugs.
9745
9746 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
9747
9748 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9749 by sender if it's equal to user-mail-address, it's likely to be
9750 useless.
9751
9752 * mail-source.el (mail-source-bind): Don't use user or password if they
9753 are not bound. Unintern them if they are nil. Don't use server unless
9754 it's bound, and default it to empty string otherwise.
9755
9756 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
9757
9758 * mail-source.el: Load auth-source.el.
9759 (mail-source-bind): Add comments. Call auth-source-user-or-password to
9760 get user name or password, if auth-sources is set up.
9761
9762 * gnus-registry.el (gnus-registry-split-strategy): New variable for
9763 strategy of splitting with parent.
9764 (gnus-registry-split-fancy-with-parent)
9765 (gnus-registry-post-process-groups): Use it and fix prior
9766 bug (returning a list as the split result).
9767
9768 * auth-source.el (auth-sources): Remove server parameter.
9769 (auth-source-pick, auth-source-user-or-password)
9770 (auth-source-user-or-password-imap)
9771 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9772 (auth-source-user-or-password-sftp)
9773 (auth-source-user-or-password-smtp): Remove server parameter.
9774
9775 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
9776
9777 * smime.el (smime-sign-region, smime-encrypt-region)
9778 (smime-decrypt-region):
9779 Remove redundant calls to `generate-new-buffer-name'.
9780
9781 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
9782
9783 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9784 Don't use QP for message/rfc822.
9785 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9786
9787 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * sieve-manage.el (sieve-string-bytes): Remove.
9790 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9791 correct byte-length only if the process's coding-system is the same as
9792 the one used internally by Emacs to represent strings.
9793
9794 2008-04-22 Juri Linkov <juri@jurta.org>
9795
9796 * mailcap.el (mailcap-file-default-commands): New function.
9797
9798 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9799
9800 * message.el (message-signature-separator, message-cite-function):
9801 Change custom version.
9802
9803 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9804
9805 * mm-decode.el (mm-display-external): Make temp file read-only.
9806
9807 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9808
9809 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9810 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
9811 `C-c C-f d'.
9812
9813 2008-04-12 Adrian Aichner <adrian@xemacs.org>
9814
9815 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9816
9817 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
9818
9819 * auth-source.el: Add docs.
9820 (auth-sources): Modify format to support server.
9821 (auth-source-pick, auth-source-user-or-password)
9822 (auth-source-user-or-password-imap)
9823 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9824 (auth-source-user-or-password-sftp)
9825 (auth-source-user-or-password-smtp): Add server parameter.
9826
9827 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
9828
9829 * gnus-registry.el: Initialize the registry when gnus-registry-install
9830 is t.
9831
9832 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
9833
9834 * compface.el (uncompface): Make buffer unibyte.
9835
9836 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * mail-source.el (mail-source-value):
9839 Prefer fboundp to functionp so it works with macros as well.
9840
9841 2008-04-05 Glenn Morris <rgm@gnu.org>
9842
9843 * gnus-ems.el (mm-disable-multibyte): Autoload it.
9844
9845 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9848 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9849
9850 * nnheader.el (nnheader-init-server-buffer): Change buffer's
9851 multibyteness after rather than before erasing it.
9852
9853 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9854 mm-with-multibyte.
9855 (gnus-request-article-this-buffer): Make sure the proper decoding is
9856 used if gnus-original-article-buffer happens to be unibyte.
9857
9858 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9859 default-enable-multibyte-characters.
9860
9861 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9862 default-enable-multibyte-characters.
9863
9864 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9865
9866 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9867
9868 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9871 Fix last change in case the element is not even a symbol.
9872
9873 2008-04-02 Simon Josefsson <simon@josefsson.org>
9874
9875 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9876 imap-enable-exchange-bug-workaround.
9877 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9878
9879 2008-04-01 Simon Josefsson <simon@josefsson.org>
9880
9881 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9882 a 100 byte status-checks into a 2-3MB transfer for each group.
9883 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9884 to enable bug workaround or not.
9885 (nnimap-find-minmax-uid): Only enable workaround conditionally.
9886
9887 2008-03-31 Glenn Morris <rgm@gnu.org>
9888
9889 * message.el (mml2015-use): Declare for compiler.
9890 (message-info): Require mml2015 when appropriate.
9891
9892 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9895 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9896 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9897 (nntp-service-to-port): New function.
9898 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9899 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9900 (nntp-open-netcat-stream): New function.
9901 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9902
9903 2008-03-29 Sven Joachim <svenjoac@gmx.de>
9904
9905 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9906
9907 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9910
9911 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
9912
9913 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9914
9915 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9916
9917 * message.el (message-signature-separator): Change default.
9918 Improve custom type.
9919 (message-cite-function): Change default to
9920 message-cite-original-without-signature.
9921
9922 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9923 toggle.
9924
9925 * message.el (message-check-news-body-syntax): Fix signature check.
9926 (message-setup-1): Mark buffer as unmodified _after_ running
9927 message-setup-hook and handling message-alternative-emails.
9928 (message-shorten-references): Be more strict when building list of
9929 valid references to comply with GNKSA.
9930
9931 * gnus-group.el (gnus-read-ephemeral-bug-group)
9932 (gnus-read-ephemeral-debian-bug-group)
9933 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9934
9935 * message.el (message-info): Don't use booleanp which isn't supported
9936 in Emacs 21 and XEmacs.
9937
9938 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
9939
9940 * gnus-group.el (gnus-gmane-group-download-format): Rename from
9941 gnus-group-gmane-group-download-format.
9942 (gnus-group-read-ephemeral-gmane-group): Rename from
9943 gnus-group-read-ephemeral-gmane-group.
9944 (gnus-read-ephemeral-gmane-group-url): Rename from
9945 gnus-group-read-ephemeral-gmane-group-url.
9946 (gnus-bug-group-download-format-alist): New variable.
9947 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9948 (gnus-read-ephemeral-emacs-bug-group): New commands.
9949
9950 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9951
9952 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9953 (gnus-visible-headers): Improve custom type.
9954
9955 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9956
9957 * mml.el (mml-menu): Add workarounds for XEmacs.
9958
9959 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9960 X-Boundary header.
9961
9962 * message.el (message-simplify-recipients): Fix previous commit.
9963
9964 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 * mm-util.el (mm-set-buffer-multibyte): New function.
9967 * mm-decode.el (mm-copy-to-buffer): Use it.
9968
9969 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9970 Prefer fboundp to functionp so it works with macros as well.
9971
9972 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9973
9974 * message.el (message-alter-recipients-discard-bogus-full-name):
9975 New function.
9976 (message-alter-recipients-function): New variable.
9977 (message-get-reply-headers): Use it.
9978 (message-replace-header): New helper function.
9979 (message-recipients-without-full-name): New variable.
9980 (message-simplify-recipients): New command.
9981
9982 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9983
9984 * message.el (message-info): Handle EasyPG manual.
9985
9986 * mml.el (mml-menu): Add entry for EasyPG.
9987
9988 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
9989
9990 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9991 parameter.
9992
9993 * message.el (message-disassociate-draft): Specify drafts group name
9994 fully.
9995
9996 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
9997
9998 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9999 Eliminate unnecessary duplicates from the match list.
10000
10001 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
10002
10003 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10004 args of `how-many' of which the XEmacs version doesn't take; declare
10005 Info-index-next as function.
10006
10007 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10008
10009 * gnus-score.el (gnus-score-headers): Fix handling of
10010 gnus-inhibit-slow-scoring.
10011
10012 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10013 string.
10014 (gnus-button-url-regexp): Improve handling of parenthesis.
10015 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10016 (gnus-button-handle-info-keystrokes): Handle index entries.
10017
10018 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
10019
10020 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10021 Incoming* files.
10022
10023 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10024
10025 * auth-source.el (auth-sources): Rename from auth-source-choices.
10026 (auth-source-pick): Use it.
10027
10028 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10029
10030 * auth-source.el (auth-source-protocols)
10031 (auth-source-protocols-customize, auth-source-choices): Add and
10032 modified variable customizations and defaults.
10033 (auth-source-pick, auth-source-user-or-password)
10034 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10035 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10036 (auth-source-user-or-password-sftp)
10037 (auth-source-user-or-password-smtp): Use new variables and provide an
10038 interface to netrc.el.
10039
10040 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
10041
10042 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10043 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10044 Make sure the nntp port to specify is a string.
10045
10046 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * nntp.el: Use with-current-buffer.
10049 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10050 dubious mm-with-unibyte-current-buffer.
10051 (nntp-with-open-group-function): New function extracted from
10052 nntp-with-open-group macro.
10053 (nntp-with-open-group): Use the function, so it's easier to debug.
10054 Add indentation and debugging info.
10055 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10056 Recommend the use of the netcat alternatives.
10057
10058 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10059 Avoid mm-string-as-multibyte as well.
10060
10061 * nnweb.el (nnweb-insert-html):
10062 Remove use of nnheader-string-as-multibyte.
10063
10064 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10065 (nnheader-string-as-multibyte): Remove.
10066
10067 * mm-view.el: Use inhibit-read-only.
10068 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10069 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10070 or unibyte-string.
10071
10072 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10073 (mm-uu-yenc-extract): Use with-current-buffer.
10074
10075 * gnus-soup.el (gnus-soup-send-packet): Don't use
10076 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10077
10078 * nnmh.el: Use with-current-buffer.
10079 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10080 mm-string-as-multibyte on the output of mm-encode-coding-string.
10081
10082 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10083 (nnimap-request-move-article): Use with-current-buffer.
10084
10085 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10086 inserting the handle-buffer's text, so the implicit multibyte->unibyte
10087 conversion uses string-make-unibyte rather than string-as-unibyte.
10088
10089 * gnus-msg.el: Use with-current-buffer.
10090
10091 * message.el (message-ignored-resent-headers): Add "Delivered-To".
10092
10093 2008-03-10 Daiki Ueno <ueno@unixuser.org>
10094
10095 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10096 string for caching if it is 'PIN.
10097
10098 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
10099
10100 * mail-source.el (mail-source-delete-old-incoming-confirm):
10101 Change default to nil.
10102 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10103
10104 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
10105
10106 * gnus-art.el (gnus-narrow-to-page): Position point properly.
10107 (gnus-article-goto-prev-page): Work for articles having ^L's.
10108
10109 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10110
10111 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10112
10113 2008-03-07 Karl Fogel <kfogel@red-bean.com>
10114
10115 * gnus-bookmark.el: Adjust for renames in bookmark.el.
10116 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10117 (gnus-bookmark-jump): Adjust some variable names.
10118
10119 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
10120
10121 * auth-source.el: New package.
10122 (auth-source-choices): Add customization entry point variable.
10123
10124 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10125 bug.
10126
10127 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
10128
10129 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10130 (gnus-registry-initialize, gnus-registry-install-p): Use it.
10131 (gnus-registry-install-shortcuts): Rename from
10132 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
10133 the `gnus-registry-mark-map' keymap dynamically from
10134 `gnus-registry-marks'. The generated functions update the summary line
10135 when a registry mark is added or deleted, and will call
10136 `gnus-registry-install-p' (see the comments in the code).
10137 (gnus-registry-user-format-function-M): Use concat intelligently.
10138
10139 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10140 the registry mark functions.
10141
10142 2008-03-05 Glenn Morris <rgm@gnu.org>
10143
10144 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10145 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10146 gnus-art.
10147 (top-level): No need to load own source when compiling.
10148
10149 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10150
10151 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10152 Suggested by <chris.anderton@zetnet.co.uk>.
10153
10154 2008-03-04 Glenn Morris <rgm@gnu.org>
10155
10156 * gnus-sum.el (top-level): No need to require gnus when compiling,
10157 since unconditionally required near start of file.
10158 (gnus-summary-display-while-building): Move definition before use.
10159
10160 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
10161
10162 * gnus-registry.el (gnus-registry-user-format-function-M):
10163 Add formatting function.
10164
10165 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
10166
10167 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10168 with plists.
10169 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10170 Use new format.
10171
10172 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10173
10174 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10175 `where-is-internal' that returns a range of key sequences.
10176
10177 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10180
10181 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10182 (gnus-summary-jump-to-group): Consider windows on other displayed
10183 frames as well. Similar changes might be needed elsewhere, but that's
10184 the one I've bumped into during my use.
10185
10186 * nndoc.el (nndoc-oe-dbx-type-p):
10187 * gnus-msg.el (gnus-debug):
10188 * gnus-group.el (gnus-update-group-mark-positions):
10189 Use mm-string-to-multibyte.
10190
10191 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10192
10193 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10194 doesn't handle NotDashEscaped.
10195
10196 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
10197 (mml-dnd-attach-options): Fix typo in custom choice.
10198
10199 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10200 Change nndoc-article-type to mbox.
10201 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10202
10203 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
10204 to nil, instead of html2text.
10205
10206 * imap.el (imap-debug): Add `imap-ping-server'.
10207
10208 * gnus-bookmark.el: Add FIXMEs.
10209
10210 * message.el (message-form-letter-separator)
10211 (message-send-form-letter-delay): New variables.
10212 (message-send-form-letter): Use them. New command to send form
10213 letters. Requested by Uwe Siart.
10214 (message-send-mail-function): Doc fix. Add "Other" custom option.
10215
10216 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
10217
10218 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10219 empty author.
10220
10221 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
10222
10223 * gnus-registry.el (gnus-registry-marks): Add variable for
10224 customization of marks and their appearance.
10225 (gnus-registry-read-mark): Use it.
10226 (gnus-registry-do-marks): Add utility function to loop through
10227 `gnus-registry-marks'.
10228 (gnus-registry-install-shortcuts-and-menus): Add function to install
10229 shortcuts and menus.
10230 (gnus-registry-initialize): Use it.
10231 (gnus-registry-default-mark): Clarify documentation.
10232
10233 2008-02-29 Glenn Morris <rgm@gnu.org>
10234
10235 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10236 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10237 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10238 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10239 Change defcustom :version from 23.0 to 23.1.
10240
10241 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
10242
10243 * gnus-registry.el (gnus-registry-follow-group-p)
10244 (gnus-registry-post-process-groups): Add functions to aid registry
10245 splitting and improve logging. Clarify behavior in function
10246 documentation.
10247 (gnus-registry-split-fancy-with-parent): Use them.
10248
10249 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * gnus-art.el: Use with-current-buffer.
10252
10253 2008-02-27 David Engster <dengste@eml.cc>
10254
10255 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10256 Express real group name in the response.
10257
10258 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10259
10260 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10261 (nnmairix-last-server, nnmairix-current-server): Defvar them.
10262 (nnmairix-goto-original-article): Defvar gnus-registry-install and
10263 autoload gnus-registry-fetch-group when compiling.
10264 (nnmairix-request-group-with-article-number-correction):
10265 Remove unreferenced argument passed to nnmairix-call-backend.
10266
10267 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10268
10269 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10270 (mm-uu-extract): Improve face for low color ttys.
10271 Reported by Sascha Wilde.
10272
10273 2008-02-27 Glenn Morris <rgm@gnu.org>
10274
10275 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10276 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10277 variables to defconsts. Convert comments to doc-strings.
10278 (nnmairix-last-server, nnmairix-current-server): Convert from free
10279 variables to defvars. Convert comments to doc-strings.
10280 (gnus-registry-fetch-group): Autoload.
10281 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10282 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10283 (nnmairix-widget-build-editable-fields): Use car cddr rather than
10284 caddr.
10285 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10286 nnmairix-request-group-with-article-number-correction call.
10287 (nnmairix-fast, nnmairix-group): New, less general names, for free
10288 variables passed from nnmairix-request-group to
10289 nnmairix-request-group-with-article-number-correction. Declare.
10290 (nnmairix-request-group-with-article-number-correction):
10291 Use nnmairix-fast, nnmairix-group rather than fast, group.
10292
10293 2008-02-26 David Engster <dengste@eml.cc>
10294
10295 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
10296 version 0.5.
10297
10298 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
10299
10300 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10301 instead of making an extra function call. Don't add the current group
10302 to articles only when they have the group. Use
10303 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10304 Reported by David <de_bb@arcor.de>.
10305
10306 2008-02-24 Miles Bader <miles@gnu.org>
10307
10308 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10309 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10310 (mm-find-mime-charset-region):
10311 * mm-bodies.el (mm-encode-body):
10312 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10313
10314 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
10315
10316 * mail-source.el (mail-source-delete-incoming): Change default.
10317 Supplement doc string.
10318
10319 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10320
10321 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10322
10323 * nnmail.el (nnmail-message-id-cache-file): Derive from
10324 `gnus-home-directory'.
10325
10326 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
10327
10328 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10329 Document negative prefix.
10330
10331 * gnus-group.el (gnus-group-read-group): Document negative prefix.
10332
10333 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10334
10335 * message.el (message-unsent-separator): Add the Exim bounce
10336 separator.
10337
10338 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10339
10340 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10341 list.
10342 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10343 recipient/signer list.
10344
10345 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10346
10347 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10348 fbound (Emacs 23 unicode), signal an error.
10349
10350 2008-02-08 Glenn Morris <rgm@gnu.org>
10351
10352 * gnus-art.el (pgg-display-output-buffer): Declare as function.
10353
10354 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
10355
10356 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10357 ports to the calls to `netrc-machine-user-or-password' in addition to
10358 "imap" and "imaps".
10359
10360 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
10361
10362 * gnus.el (gnus-group-startup-message): Add `find-image' call before
10363 image-load-path is let-bound. Reported by Harald Hanche-Olsen
10364 <hanche@math.ntnu.no>.
10365
10366 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10367
10368 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10369
10370 2008-02-01 Zhang Wei <id.brep@gmail.com>
10371
10372 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10373
10374 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10375
10376 2008-02-01 Miles Bader <miles@gnu.org>
10377
10378 * mml.el (mml-parse-1): Remove apparently vestigial use of
10379 `mm-hack-charsets'.
10380 * mm-bodies.el (mm-encode-body): Likewise.
10381
10382 2008-02-01 Kenichi Handa <handa@m17n.org>
10383
10384 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10385 rfc2104-hexstring-to-bitstring and changed to return a byte list.
10386 (rfc2104-hash): Convert the result of concat to unibyte string.
10387
10388 2008-02-01 Dave Love <fx@gnu.org>
10389
10390 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10391 coding-system-for-read.
10392 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10393
10394 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10395 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10396 (mm-find-mime-charset-region): Remove hack-charsets stuff.
10397
10398 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
10399
10400 * mail-source.el (mail-sources): Add `group' choice.
10401
10402 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10403 parameter `in-group' to control into which group the articles go.
10404 Add treatment of `group' mail-source.
10405
10406 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10407
10408 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10409 * message.el (message-beginning-of-line): Use featurep instead of bound
10410 tests in order to resolve conditionals at compile time.
10411
10412 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10413
10414 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10415
10416 * mm-decode.el (mm-dissect-buffer): Decode description.
10417
10418 * mml.el (mml-to-mime): Encode message header first.
10419
10420 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
10421
10422 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10423 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10424
10425 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
10426
10427 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10428
10429 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10430
10431 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10432 prefix keys.
10433 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10434 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10435 gnus-xmas.el.
10436
10437 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10438
10439 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10440 Add new variables for article mark management.
10441 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10442 list of extra data entries which, when present, will indicate that the
10443 article ID should not be trimmed from the registry.
10444 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10445 functions.
10446 (gnus-registry-read-mark): New function to read a mark name from the
10447 user.
10448 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10449 (gnus-registry-set-article-mark-internal): New functions to add and
10450 remove marks.
10451 (gnus-registry-get-article-marks): New function to show the marks for
10452 an article, or retrieve them for further use.
10453
10454 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10455
10456 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10457 keys when no argument is given.
10458
10459 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10460
10461 * gnus-sum.el (gnus-article-sort-by-random)
10462 (gnus-thread-sort-by-random): Fix doc strings.
10463 Reported by jidanni@jidanni.org.
10464
10465 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
10466
10467 * gnus-art.el (gnus-article-describe-bindings): New function.
10468 (gnus-article-read-summary-keys): Use it.
10469 (gnus-article-mode-map): Bind `C-h b' to it.
10470
10471 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10472
10473 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10474 XEmacs.
10475 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10476 Protect against non-character events.
10477
10478 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
10479
10480 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10481 New command.
10482 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10483 instead of END. Change name of the temp file.
10484 (gnus-group-gmane-group-download-format): Add doc string. Make it
10485 customizable.
10486
10487 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10488
10489 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10490 bind `S W' to gnus-article-wide-reply-with-original; set default
10491 binding to gnus-article-read-summary-send-keys.
10492 (gnus-article-read-summary-keys): Fix the order of keys; display
10493 continuation keys correctly in the echo area; describe bindings
10494 correctly when keys end with `C-h'.
10495 (gnus-article-read-summary-send-keys): New function.
10496 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10497 Work for gnus-article-read-summary-send-keys; display continuation keys
10498 correctly in the echo area.
10499 (gnus-article-reply-with-original): Ignore prefix argument.
10500 (gnus-article-wide-reply-with-original): New function.
10501
10502 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
10503
10504 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10505 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10506
10507 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
10508
10509 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10510 (gnus-group-read-ephemeral-gmane-group): New command.
10511
10512 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10513
10514 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10515
10516 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10517
10518 * message.el (message-send-mail-function): Increase custom version.
10519
10520 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10521 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
10522
10523 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
10524
10525 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10526 html parts correctly; support forwarded messages.
10527 (gnus-article-browse-html-article): Remove work buffers.
10528
10529 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10530 compiling.
10531 (netrc-bound-and-true-p): New macro.
10532 (netrc-parse): Use it instead of bound-and-true-p that is not available
10533 in XEmacs 21.4.
10534
10535 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
10536
10537 * gnus-registry.el (gnus-registry-mark-article)
10538 (gnus-registry-article-marks): Add functionality to mark articles
10539 through the Gnus registry.
10540
10541 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10542 (netrc-parse): Use encrypt-file-alist to determine if
10543 encrypt-find-model or encrypt-insert-file-contents should be used.
10544
10545 2007-12-19 Glenn Morris <rgm@gnu.org>
10546
10547 * mml.el (message-options-set, message-narrow-to-head)
10548 (message-in-body-p, message-mail-p, message-encode-message-body):
10549 Autoload.
10550 (message-remove-header, message-narrow-to-headers-or-head)
10551 (message-subscribed-p, message-make-mail-followup-to)
10552 (message-position-on-field, message-news-p)
10553 (message-options-set-recipient, message-generate-headers)
10554 (message-sort-headers): Declare as functions.
10555
10556 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10557
10558 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10559 convention in doc string.
10560
10561 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10562
10563 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10564 title to html parts.
10565 (gnus-article-browse-html-article): Pass message header to it.
10566
10567 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10568
10569 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
10570
10571 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10572 or password compatible with XEmacs.
10573
10574 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10575
10576 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10577 format document.
10578 (gnus-mime-delete-part): Don't write description line if empty.
10579 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10580
10581 2007-12-14 Johan Bockgård <bojohan@gnu.org>
10582
10583 * gnus-sum.el (gnus-summary-mark-unread-as-read)
10584 (gnus-summary-mark-read-and-unread-as-read)
10585 (gnus-summary-mark-current-read-and-unread-as-read)
10586 (gnus-summary-mark-unread-as-ticked): Doc fix.
10587 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10588
10589 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10590
10591 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10592 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10593
10594 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10595
10596 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10597 yes-or-no-p.
10598
10599 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
10600
10601 * mm-decode.el (mm-add-meta-html-tag): New function.
10602 (mm-save-part-to-file, mm-pipe-part): Use it.
10603
10604 * gnus-art.el (gnus-article-browse-delete-temp-files):
10605 Use gnus-y-or-n-p instead of y-or-n-p.
10606 (gnus-article-browse-html-parts): Work with message/external-body; use
10607 mm-add-meta-html-tag.
10608
10609 2007-12-11 Glenn Morris <rgm@gnu.org>
10610
10611 * gnus-cache.el: Require gnus-sum not just when compiling.
10612
10613 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10614
10615 * gnus-int.el (gnus-server-opened, gnus-status-message):
10616 Move definitions before use.
10617
10618 * mm-decode.el: Require gnus-util.
10619 (mm-remove-part): Only call delete-annotation on XEmacs.
10620
10621 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10622
10623 * nnmail.el: Require gnus-int.
10624
10625 * spam.el: Move `require's before `eval-when-compile's.
10626
10627 * gnus-ems.el (gnus-alive-p):
10628 * gnus-fun.el (message-goto-eoh):
10629 * gnus-util.el (gnus-group-name-decode):
10630 * mail-source.el (gnus-compress-sequence):
10631 * message.el (Info-goto-node, format-spec):
10632 * mm-bodies.el (message-options-get):
10633 * mm-decode.el (mm-view-pkcs7):
10634 * mm-util.el (gmm-write-region):
10635 * mml-smime.el (mml-compute-boundary)
10636 (gnus-completing-read-with-default):
10637 * mml.el (widget-button-press, gnus-make-hashtable):
10638 * mml1991.el (mm-decode-content-transfer-encoding)
10639 (mm-encode-content-transfer-encoding)
10640 (message-options-get, message-options-set):
10641 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10642 * nnfolder.el (gnus-request-group):
10643 * nnheader.el (ietf-drums-unfold-fws):
10644 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10645 * smime.el (gnus-run-mode-hooks):
10646 * spam-stat.el (gnus-message): Autoload.
10647
10648 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10649 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10650 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10651 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10652 Add declare-function compatibility definition.
10653
10654 * gnus-cache.el (nnvirtual-find-group-art):
10655 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10656 (gnus-add-image, gnus-add-wash-type):
10657 * gnus-group.el (nnkiboze-score-file):
10658 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10659 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10660 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10661 (message-tokenize-header, gnus-get-buffer-create)
10662 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10663 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10664 * gnus.el (gnus-group-decoded-name):
10665 * mail-source.el (imap-capability):
10666 * mm-bodies.el (message-options-set):
10667 * mm-decode.el (gnus-configure-windows):
10668 * mm-extern.el (message-goto-body):
10669 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10670 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10671 (epg-sub-key-validity, message-options-set):
10672 * mml.el (widget-event-point, gnus-configure-windows):
10673 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10674 * mml2015.el (epg-check-configuration, epg-configuration)
10675 (message-options-set):
10676 * nndb.el (nndb-request-article):
10677 * nnfolder.el (gnus-request-create-group):
10678 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10679 * nnmaildir.el (gnus-group-mark-article-read):
10680 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10681 * rfc1843.el (message-fetch-field):
10682 * spam.el (gnus-extract-address-components):
10683 Declare as functions.
10684
10685 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10686
10687 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10688
10689 2007-12-09 Glenn Morris <rgm@gnu.org>
10690
10691 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10692
10693 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10694 * message.el, mm-view.el, sieve-manage.el, smime.el:
10695 Add declare-function compatibility definition.
10696
10697 * gnus-art.el (w3-region, w3m-region, Info-menu):
10698 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10699 * gnus-sum.el (gnus-get-predicate):
10700 * gnus-util.el (mm-append-to-file, w32-focus-frame):
10701 * message.el (mail-abbrev-in-expansion-header-p):
10702 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10703 (w3m-detect-meta-charset, w3m-region):
10704 * sieve-manage.el (password-read, password-cache-add)
10705 (password-cache-remove):
10706 * smime.el (password-read-and-add): Declare as functions.
10707
10708 2007-12-08 David Kastrup <dak@gnu.org>
10709
10710 * gnus-sum.el (gnus-summary-simplify-subject-query):
10711 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10712 `message'.
10713
10714 2007-12-07 Glenn Morris <rgm@gnu.org>
10715
10716 * gnus-art.el (article-make-date-line): Revert previous change.
10717
10718 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10719
10720 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10721
10722 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
10723
10724 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10725 Call gnus-add-to-range ranges only once with a prepared article-list.
10726
10727 2007-12-06 Paul Jarc <prj@po.cwru.edu>
10728
10729 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10730 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10731 group names with backslashes.
10732 Reported by Tassilo Horn <tassilo@member.fsf.org>.
10733
10734 2007-12-06 Deepak Goel <deego3@gmail.com>
10735
10736 * gnus-art.el (article-make-date-line):
10737 * gnus-start.el (gnus-load):
10738 * pop3.el (pop3-read-response): Fix buggy call to `error'.
10739
10740 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * gnus-art.el (gnus-use-idna):
10743 * gnus-start.el (gnus-site-init-file):
10744 * message.el (message-use-idna):
10745 * mm-uu.el (mm-uu-hide-markers):
10746 * smiley.el (smiley-style): Revert changes that suppress warnings.
10747
10748 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10749
10750 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10751 specify charset to html source.
10752 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10753
10754 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10755
10756 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10757 idna-program in order to suppress byte compile warning issued by XEmacs
10758 that came to byte compile the default value section of defcustom forms
10759 recently.
10760
10761 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10762 value of installation-directory.
10763
10764 * message.el (message-use-idna): Don't directly refer to the value of
10765 idna-program.
10766
10767 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10768
10769 * smiley.el (smiley-style): Don't directly call face-attribute.
10770
10771 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
10772
10773 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10774
10775 * gnus-dired.el: Reduce Gnus dependencies.
10776 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10777 Don't require. Use autoloads instead.
10778 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10779 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10780 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10781 (gnus-dired-mode): Adjust doc string.
10782 (gnus-dired-mail-mode): New variable.
10783 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10784 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10785 (gnus-dired-mail-buffers): New function. Return mail or message
10786 composition buffers.
10787 (gnus-dired-attach): Use it.
10788 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10789 NO-DECODE.
10790 (gnus-dired-print): Use `gnus-print-buffer' depending on
10791 `gnus-dired-mail-mode'.
10792
10793 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10794
10795 * rfc2047.el (rfc2047-encoded-word-regexp)
10796 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10797 explaining what regexp patterns are for.
10798
10799 2007-12-04 Glenn Morris <rgm@gnu.org>
10800
10801 * password.el: Move to ../password-cache.el.
10802
10803 * mml1991.el (password-read, password-cache-add, password-cache-remove):
10804 * mml2015.el (password-read, password-cache-add, password-cache-remove):
10805 * mml-smime.el (password-read, password-cache-add)
10806 (password-cache-remove):
10807 No need to autoload, since mml-sec requires password.
10808
10809 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10810 * message.el (gnus-extract-address-components):
10811 * mml-smime.el (gnus-extract-address-components): Define for compiler.
10812
10813 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10814 password.
10815
10816 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10817
10818 * mailcap.el: Reduce dependencies.
10819 (mail-header-parse-content-type): Autoload.
10820 (mailcap-delete-duplicates): New alias.
10821 (mailcap-mime-info): Add optional argument NO-DECODE.
10822 (mailcap-mime-types): Use mailcap-delete-duplicates.
10823
10824 * message.el (message-ignored-supersedes-headers): Add "X-ID".
10825
10826 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10827
10828 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10829 function.
10830
10831 * gnus-uu.el (gnus-uu-decode-yenc): New command.
10832 (gnus-uu-yenc-article): New function.
10833
10834 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10835
10836 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10837
10838 2007-12-02 Glenn Morris <rgm@gnu.org>
10839
10840 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10841 Move to ../net.
10842
10843 * binhex.el, uudecode.el: Move to ../mail.
10844
10845 * encrypt.el: Remove file.
10846
10847 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
10848
10849 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10850 matches on patches.
10851
10852 * gnus-art.el (gnus-article-browse-html-article):
10853 Mention `mm-text-html-renderer' in the doc string.
10854
10855 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10856 string. Add comments.
10857
10858 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10859 if rhs is ASCII.
10860
10861 2007-12-01 Glenn Morris <rgm@gnu.org>
10862
10863 * dig.el, dns.el: Move to ../net.
10864 * format-spec.el, hex-util.el, sha1.el: Move to ../.
10865
10866 * mail-source.el (top-level): Require format-spec before
10867 eval-when-compile.
10868
10869 2007-11-30 Glenn Morris <rgm@gnu.org>
10870
10871 * encrypt.el: Require password, rather than autoloading password-read.
10872
10873 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
10874
10875 * gnus.el (gnus-method-to-server): Add an optional parameter so the
10876 caller can indicate whether the cache should be disregarded for this
10877 call. This way the result of the call is reproducible at all times and
10878 can be considered a canonical server name for the supplied method.
10879 (gnus-agent-method-p): Canonicalize server names by pushing their
10880 method through `gnus-method-to-server' using the no-cache argument.
10881
10882 * gnus-srvr.el (gnus-server-insert-server-line):
10883 Call `gnus-method-to-server' with `no-cache' argument.
10884
10885 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10886 gnus-agent-possibly-synchronize-flags as this should be called when the
10887 server is actually being opened.
10888 (gnus-agent-possibly-synchronize-flags)
10889 (gnus-agent-possibly-synchronize-flags-server): Move check for the
10890 flags file of an agentized server to the latter function.
10891
10892 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10893 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10894 after a connection has been established successfully.
10895
10896 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
10897
10898 * gnus-art.el (article-display-face): Force to display face if called
10899 interactively; check if gnus-article-x-face-too-ugly matches author.
10900 (article-display-x-face): Display face even if From header is missing
10901 as article-display-face does.
10902
10903 2007-11-28 Richard Stallman <rms@gnu.org>
10904
10905 * md4.el: Move to ../.
10906 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10907
10908 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
10909
10910 * mail-source.el (mail-sources): Default to fetch from file for
10911 compatibility with default of nnmail-spool-file.
10912
10913 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
10914
10915 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10916 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10917 to look for encoded word that should be encoded again.
10918 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10919 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10920 encoding pattern.
10921 (rfc2047-decode-region): Switch strict regexp and loose one according
10922 to rfc2047-allow-irregular-q-encoded-words.
10923
10924 2007-11-26 Simon Josefsson <simon@josefsson.org>
10925
10926 * imap.el: Move to ../net directory.
10927
10928 2007-11-25 Romain Francoise <romain@orebokech.com>
10929
10930 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10931
10932 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10933
10934 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10935 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10936
10937 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10938 `nnmail-spool-file'.
10939
10940 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10941 `nnmail-spool-file'.
10942
10943 * gnus-move.el (gnus-change-server): Ditto.
10944
10945 * gnus-kill.el (gnus-batch-score): Ditto.
10946
10947 * gnus-cache.el (gnus-jog-cache): Ditto.
10948
10949 * gnus-msg.el (gnus-summary-reply):
10950 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10951
10952 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10953
10954 * gnus-cache.el (gnus-cache-generate-nov-databases):
10955 Use nnml-generate-nov-databases-directory instead of
10956 nnml-generate-nov-databases-1.
10957
10958 2007-11-24 Glenn Morris <rgm@gnu.org>
10959
10960 * message.el (message-tool-bar-retro): Update for rename
10961 mail_send.xpm->mail-send.xpm.
10962
10963 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10964
10965 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10966 `smime-ldap-search' for Emacs 22 and up.
10967
10968 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10969
10970 * hashcash.el: Move to ../mail directory.
10971
10972 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
10973
10974 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10975 `smime-ldap-search' for Emacs 22 and up.
10976
10977 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10980
10981 * message.el (message-send-mail-function): Fix error convention.
10982 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10983 (message-widen-reply, message-send-mail, message-talkative-question)
10984 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10985 (message-clone-locals, message-send-news): Use with-current-buffer.
10986 (message-insert-or-toggle-importance): Remove unused var `valid'.
10987 (message-make-references): Remove unused var `new-references'.
10988 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10989
10990 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10991
10992 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10993 (spam-split-symbolic-return-positive): Reflow docstring.
10994 (spam-backends, spam-summary-exit-behavior)
10995 (spam-mark-ham-unread-before-move-from-spam-group)
10996 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10997 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10998 (spam-clear-cache, spam-backend-check, spam-install-backend)
10999 (spam-install-statistical-backend, spam-list-of-processors)
11000 (spam-group-processor-p, spam-split, spam-bogofilter-score)
11001 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11002 (spam-check-crm114, spam-initialize, spam-unload-hook):
11003 Fix typos in docstrings.
11004
11005 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11006
11007 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11008 been checked if they have never been read and those group levels are
11009 higher than the one that a user specified.
11010
11011 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11012
11013 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11014 foreign groups unless a group level is specified by a user.
11015 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11016
11017 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
11018
11019 * message.el (message-send-mail-function): Require sendmail.
11020
11021 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
11022
11023 * message.el (message-send-mail-function): Check for smtpmail too.
11024
11025 * utf7.el (utf7-encode, utf7-decode): Use coding system
11026 `utf-7'/`utf-7-imap' from utf-7.el' if available.
11027
11028 * message.el (message-send-mail-function): New function.
11029 (message-send-mail-function): Set default using
11030 message-send-mail-function. Adjust doc string.
11031 (message-send-mail-with-mailclient): New function.
11032
11033 2007-11-17 Richard Stallman <rms@gnu.org>
11034
11035 * assistant.el: Remove file.
11036
11037 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
11038
11039 * smime.el (from):
11040 * rfc2047.el (message-posting-charset):
11041 * qp.el (mm-use-ultra-safe-encoding):
11042 * pop3.el (parse-time-months):
11043 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11044 * nnml.el (files):
11045 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11046 (jka-compr-compression-info-list, ange-ftp-path-format)
11047 (efs-path-regexp):
11048 * nndiary.el (files):
11049 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11050 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11051 (epg-digest-algorithm-alist, inhibit-redisplay)
11052 (password-cache-expiry):
11053 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11054 (pgg-output-buffer, password-cache-expiry):
11055 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11056 (efs-path-regexp):
11057 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11058 (inhibit-redisplay):
11059 * mm-uu.el (file-name, start-point, end-point, entry)
11060 (gnus-newsgroup-name, gnus-newsgroup-charset):
11061 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11062 (latin-unity-ucs-list):
11063 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11064 (mm-uu-binhex-decode-function):
11065 * message.el (gnus-message-group-art, gnus-list-identifiers)
11066 (rmail-enable-mime-composing, gnus-local-organization)
11067 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11068 (gnus-read-active-file, facemenu-add-face-function)
11069 (facemenu-remove-face-function, gnus-article-decoded-p)
11070 (tool-bar-mode):
11071 * mail-source.el (display-time-mail-function):
11072 * gnus-util.el (nnmail-pathname-coding-system)
11073 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11074 (gnus-original-article-buffer, gnus-user-agent)
11075 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11076 (xemacs-codename, sxemacs-codename, emacs-program-version):
11077 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11078 * gnus-start.el (gnus-agent-covered-methods)
11079 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11080 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11081 (gnus-newsgroup-headers, gnus-group-list-mode)
11082 (gnus-group-mark-positions, gnus-newsgroup-data)
11083 (gnus-newsgroup-unreads, nnoo-state-alist)
11084 (gnus-current-select-method, mail-sources)
11085 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11086 (nnmail-spool-file, gnus-cache-active-hashtb):
11087 * gnus-mh.el (mh-lib-progs):
11088 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11089 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11090 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11091 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11092 (gnus-group-buffer):
11093 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11094 (font-lock-set-defaults):
11095 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11096 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11097 (gnus-summary-post-menu, total-parts, type, condition, length):
11098 * gnus-agent.el (gnus-agent-read-agentview):
11099 * flow-fill.el (show-trailing-whitespace):
11100 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11101 eval-and-compile wrappers for byte compiler pacifiers.
11102
11103 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11104 (mm-display-inline-fontify): Check for featurep 'xemacs not
11105 extent-list.
11106
11107 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11108 itimer-list.
11109 (mm-create-image-xemacs): Only do something for XEmacs.
11110 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11111
11112 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11113
11114 * gnus-registry.el (gnus-adaptive-word-syntax-table):
11115 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11116
11117 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
11118
11119 * nnimap.el (nnimap-split-download-body):
11120 * gnus-demon.el (gnus-demon):
11121 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11122
11123 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
11124
11125 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11126 New macros.
11127 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11128 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11129 copy data from unibyte buffer to multibyte current buffer.
11130 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11131 to copy data from unibyte current buffer to multibyte buffer.
11132 (nntp-make-process-buffer): Make process buffer unibyte.
11133
11134 * pop3.el (pop3-open-server): Fix typo in Lisp code.
11135
11136 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
11137
11138 * pop3.el (pop3-open-server): Accept and process data more robustly at
11139 connection start to avoid spurious "POP SSL connection failed" errors.
11140
11141 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11142
11143 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11144 read group names.
11145
11146 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
11147
11148 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11149
11150 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
11151
11152 * nnmail.el (nnmail-parse-active): Make group names unibyte.
11153 (nnmail-save-active): Use a unibyte buffer when saving active file,
11154 which may contain non-ASCII group names.
11155
11156 * nnml.el (nnml-request-group): Decode group names in messages.
11157
11158 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
11159
11160 * message.el (message-citation-line-function)
11161 (message-insert-formatted-citation-line): Fix spelling of
11162 `message-insert-formated-citation-line'.
11163
11164 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
11165
11166 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11167
11168 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
11169
11170 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11171 nnmail-pathname-coding-system.
11172
11173 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11174 that a user enters; decode group names in messages.
11175
11176 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11177
11178 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11179
11180 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11181
11182 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11183
11184 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11185 risky local variable.
11186
11187 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11188
11189 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
11190
11191 * encrypt.el: Improve documentation to fix function name typo.
11192 Reported by Daiki Ueno <ueno@unixuser.org>.
11193
11194 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11195
11196 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11197 even if the point is not in the last page of an article.
11198 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11199 back to the previous page.
11200
11201 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
11202
11203 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11204
11205 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11206
11207 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11208
11209 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * message.el (message-check-news-body-syntax):
11212 Avoid mm-string-as-multibyte.
11213 (message-hide-headers): Don't assume (point-min)==1.
11214
11215 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11216
11217 * message.el (message-remove-blank-cited-lines): Fix if remove is
11218 given.
11219 (message-bogus-address-regexp): New variable.
11220 (message-bogus-recipient-p): New function.
11221 (message-check-recipients): New command.
11222 (message-syntax-checks): Add `bogus-recipient'.
11223 (message-fix-before-sending): Add `bogus-recipient'.
11224
11225 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11226 (gnus-treat-body-boundary): Don't test window-system.
11227
11228 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
11229
11230 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11231
11232 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11233
11234 * gnus.el: Bump version to Gnus v5.13.
11235
11236 2007-10-28 Miles Bader <miles@gnu.org>
11237
11238 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11239 at compile-time too.
11240
11241 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11242
11243 * gnus-msg.el (gnus-message-setup-hook):
11244 Add `message-remove-blank-cited-lines' to options.
11245
11246 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11247
11248 * message.el (message-remove-blank-cited-lines): New function.
11249 Suggested by Karl Plästerer.
11250
11251 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11252
11253 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11254 mapc.
11255
11256 * imap.el (imap-open): Replace mapcar called for effect with mapc.
11257 (top-level): Use mapc to set functions to be traced for debugging.
11258
11259 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11260 called for effect with while loop.
11261
11262 * message.el (message-talkative-question): Replace mapcar called for
11263 effect with mapc.
11264
11265 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11266 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11267 called for effect with dolist.
11268
11269 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11270
11271 * nndiary.el: Use dolist instead of mapcar to add diary headers to
11272 gnus-extra-headers and nnmail-extra-headers.
11273
11274 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11275 called for effect with dolist.
11276 (top-level): Use mapc to set functions to be traced for debugging.
11277
11278 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11279 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11280 dolist.
11281
11282 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11283 Replace mapcar called for effect with mapc.
11284 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11285 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11286 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11287 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11288
11289 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11290 remove-if that's a cl function.
11291
11292 * webmail.el (webmail-debug): Replace mapcar called for effect with
11293 dolist.
11294
11295 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
11296
11297 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11298 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11299 with while loop.
11300
11301 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11302 functions from article-* functions.
11303 (gnus-multi-decode-header): Replace mapcar called for effect with
11304 dolist.
11305
11306 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11307 (gnus-bookmark-show-details): Replace mapcar called for effect with
11308 while loop.
11309
11310 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11311 called for effect with while loop.
11312
11313 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11314 with dolist.
11315
11316 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11317 Replace mapcar called for effect with dolist.
11318
11319 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11320
11321 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11322 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11323 Replace mapcar called for effect with dolist.
11324 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11325 mapc.
11326
11327 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11328 Replace mapcar called for effect with dolist.
11329 (gnus-topic-list): Replace mapcar called for effect with mapc.
11330
11331 * gnus.el: Use mapc instead of mapcar to add autoloads.
11332
11333 2007-10-23 Richard Stallman <rms@gnu.org>
11334
11335 * gnus-group.el (gnus-group-highlight): Mark as risky.
11336
11337 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
11338
11339 * gnus.el (gnus-server-to-method): Return method found first in
11340 gnus-newsrc-alist.
11341
11342 * gnus-art.el (gnus-article-highlight-signature)
11343 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11344 button overlay without the front stickiness.
11345
11346 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
11347
11348 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11349 overview buffer needed a catch to receive its throw.
11350 (gnus-agent-flush-cache): Declare as interactive to make this function
11351 easier to use.
11352
11353 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11354
11355 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11356 `next-line'.
11357
11358 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
11359
11360 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11361 exclude address matching message-dont-reply-to-names.
11362
11363 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * gnus-util.el (gnus-string<): New function.
11366
11367 * gnus-sum.el (gnus-article-sort-by-author)
11368 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11369
11370 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11371
11372 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11373 the frame-focus tag is set in gnus-buffer-configuration.
11374
11375 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11376
11377 * gnus-art.el (gnus-article-add-button): Make a button overlay without
11378 the front stickiness.
11379
11380 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11381
11382 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11383 url pattern; remove duplicate one.
11384 (gnus-article-extend-url-button): New function.
11385 (gnus-article-add-buttons): Use it.
11386 (gnus-button-push): Use concatenated url that it makes.
11387
11388 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
11389
11390 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11391 (sieve-manage-open): Use `mapc' instead of `mapcar'.
11392
11393 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11396 Don't hardcode point-min==1.
11397
11398 2007-09-30 David Kastrup <dak@gnu.org>
11399
11400 * gnus-art.el (gnus-article-reply-with-original)
11401 (gnus-article-followup-with-original): When `transient-mark-mode' is
11402 off, refrain from active-region behavior for followups.
11403
11404 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
11405
11406 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11407 Fix comment about "iso8859-1".
11408
11409 2007-10-08 Daiki Ueno <ueno@unixuser.org>
11410
11411 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11412 ones returned from the verify-function.
11413
11414 * mm-uu.el (mm-uu-pgp-signed-extract-1):
11415 Call mml2015-extract-cleartext-signature if extraction failed.
11416
11417 2007-10-07 Daiki Ueno <ueno@unixuser.org>
11418
11419 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11420 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11421 failed.
11422
11423 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11424
11425 * Relicense "GPLv2 or later" files to "GPLv3 or later".
11426
11427 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11428
11429 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11430 to mark a thread as expirable. Add variable `hide' to handle hiding of
11431 thread for both the null and zero (kill/expire thread) universal prefix
11432 cases.
11433 (gnus-summary-expire-thread): Add new function to expire a thread,
11434 using gnus-summary-kill-thread.
11435 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11436 shortcuts for gnus-summary-expire-thread.
11437 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11438 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
11439
11440 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11441
11442 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11443 extras value, so an extras entry can be deleted.
11444 (gnus-registry-delete-extra-entry): Use it.
11445 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11446 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11447 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11448 storage through the gnus-registry, and provide an appropriate API for
11449 it.
11450
11451 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11452
11453 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11454 Suggested by Leo <sdl.web@gmail.com>.
11455
11456 * gnus.el: Do.
11457
11458 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11459
11460 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11461 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
11462
11463 * gnus-agent.el (gnus-agent-fetch-headers): Do.
11464
11465 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11466 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11467
11468 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11469
11470 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11471 newline.
11472 (nnmbox-request-accept-article): Don't change article in source buffer;
11473 narrow to header to use message-fetch-field rather than
11474 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11475 (nnmbox-request-replace-article): Quote lines that'll be misidentified
11476 as delimiters; make sure article ends with newline.
11477 (nnmbox-delete-mail): Correct last position of article to be deleted;
11478 ignore X-Gnus-Newsgroup header in article body.
11479 (nnmbox-save-mail): Quote lines looking like delimiters at the right
11480 positions; make sure article ends with newline.
11481
11482 * message.el (message-display-abbrev): Don't infloop when a user
11483 inserts SPC in the beginning of header.
11484
11485 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
11486
11487 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11488 list of groups not followed by default. Fix type to be regexp.
11489 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11490
11491 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
11492
11493 * hmac-def.el (define-hmac-function): Switch from old-style to
11494 new-style backquotes.
11495
11496 * md4.el (md4-make-step): Likewise.
11497
11498 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11499
11500 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11501 raw-text coding system when saving .newsrc file, which may contain
11502 non-ASCII group names.
11503
11504 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11505
11506 * gnus-cus.el (gnus-score-extra): New widget.
11507 (gnus-score-extra-convert): New function.
11508 (gnus-score-customize): Use it for Extra.
11509
11510 2007-08-31 Daiki Ueno <ueno@unixuser.org>
11511
11512 * mml2015.el (mml2015-extract-cleartext-signature): New function.
11513 (mml2015-mailcrypt-clear-verify): Use it.
11514 (mml2015-gpg-clear-verify): Use it.
11515 (mml2015-pgg-clear-verify): Use it.
11516 (mml2015-epg-clear-verify): Replace the current part with the output
11517 from GnuPG; don't extract the plaintext by itself.
11518
11519 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11520 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11521 mml2015-clear-verify-function; don't touch the armor headers or
11522 dash-escaped text here.
11523
11524 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11525
11526 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11527 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11528 parts, or application/octet-stream as a last resort.
11529 (gnus-mime-view-part-as-type): Don't toggle display.
11530 (gnus-mime-view-part-as-charset): Don't turn off display before
11531 querying charset.
11532
11533 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11534 stuff to undisplayer function in Emacs.
11535 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11536
11537 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11538 text/calendar parts.
11539
11540 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11541
11542 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11543 decoding text/calendar parts.
11544
11545 * message.el (message-forward-make-body-mime): Always mark body as
11546 having no illegible text; remove signed-or-encrypted argument.
11547 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11548
11549 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11550 (mml-generate-mime-1): Don't encode body if it is specified to be in
11551 raw form; don't make buffer be unibyte when inserting multibyte string.
11552
11553 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 * sha1.el: Fix up comment style.
11556 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11557 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11558
11559 * hex-util.el: Fix up comment style.
11560 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11561
11562 * gnus-salt.el: Use with-current-buffer.
11563 (gnus-pick-setup-message): Fix long-standing typo.
11564
11565 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
11566
11567 * imap.el (imap-logout-timeout): New variable.
11568 (imap-logout, imap-logout-wait): New functions.
11569 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11570
11571 * nnimap.el (nnimap-logout-timeout): New server variable.
11572 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11573 nnimap-logout-timeout.
11574
11575 * gnus-art.el (gnus-article-summary-command-nosave)
11576 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11577
11578 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
11579
11580 * gnus.el (gnus-maximum-newsgroup): New variable.
11581
11582 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11583 according to gnus-maximum-newsgroup.
11584
11585 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11586 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11587 Limit the range of articles according to gnus-maximum-newsgroup.
11588
11589 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
11590
11591 * gnus-art.el (gnus-sticky-article): Fix problems described in
11592 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
11593 Don't perform gnus-configure-windows here; reuse existing sticky
11594 article buffer.
11595
11596 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11597 it doesn't exist in gnus-article-mode.
11598
11599 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
11600
11601 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11602 (gnus-agent-decoded-group-name): New function.
11603 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11604 (gnus-agent-expire-group-1): Use it; decode group name in messages.
11605
11606 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
11607
11608 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11609 Add binding for gnus-sticky-article.
11610 (gnus-summary-exit): Don't kill sticky article buffers.
11611
11612 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11613 article buffer.
11614 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11615 (gnus-kill-sticky-article-buffers): New commands.
11616
11617 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
11618
11619 * nntp.el (nntp-xref-number-is-evil): New server variable.
11620 (nntp-find-group-and-number): If it is non-nil, don't trust article
11621 numbers in the Xref header.
11622
11623 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11624
11625 * gnus-agent.el (gnus-agent-read-group): New function.
11626 (gnus-agent-flush-group, gnus-agent-expire-group)
11627 (gnus-agent-regenerate-group): Use it.
11628 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11629 nnmail-pathname-coding-system.
11630
11631 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11632
11633 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11634
11635 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11636 that are unread as unread, and also as selected so that information of
11637 marks having been changed by a user may be updated when exiting group.
11638
11639 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11640
11641 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11642
11643 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
11644
11645 * gnus-art.el (gnus-mime-display-single): Pass part number that is
11646 calculated ignoring signature parts to gnus-treat-article.
11647
11648 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11649
11650 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11651 a point here in order to keep the window start.
11652 (gnus-insert-mime-security-button): Make a button overlay without the
11653 front stickiness.
11654 (gnus-mime-display-security): Goto the end of a button.
11655
11656 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11657
11658 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11659
11660 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11661 group-name-at-point.
11662 (gnus-group-completing-read): New function that offers decoded
11663 non-ASCII group names for completion.
11664 (gnus-fetch-group, gnus-group-read-ephemeral-group)
11665 (gnus-group-jump-to-group, gnus-group-make-group-simple)
11666 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11667 (gnus-group-fetch-control): Use it.
11668 (gnus-fetch-group): Use group-name-at-point for the initial value
11669 rather than the default value; use gnus-alive-p.
11670
11671 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11672 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11673 (gnus-summary-post-news): Use gnus-group-completing-read.
11674
11675 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11676 (gnus-read-move-group-name): Decode group name for completion.
11677
11678 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
11679
11680 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11681 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11682 Yamaoka slightly modified the code).
11683
11684 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11685
11686 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11687 (nnmail-split-incoming): Bind it.
11688
11689 * nnml.el (nnml-group-name-charset): New function.
11690 (nnml-decoded-group-name): Use it; don't decode group name if
11691 nnmail-group-names-not-encoded-p is non-nil.
11692 (nnml-encoded-group-name): New function.
11693 (nnml-group-pathname): Inline nnml-decoded-group-name.
11694 (nnml-request-expire-articles): Decode group name in message.
11695 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11696 nnmail-pathname-coding-system.
11697 (nnml-save-mail, nnml-active-number): Work with decoded group names and
11698 not decoded ones according to nnmail-group-names-not-encoded-p.
11699 (nnml-generate-active-info): Use nnml-encoded-group-name.
11700
11701 2007-08-08 Glenn Morris <rgm@gnu.org>
11702
11703 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11704 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11705 doc-strings and comments.
11706
11707 2007-07-25 Glenn Morris <rgm@gnu.org>
11708
11709 * Relicense all FSF files to GPLv3 or later.
11710
11711 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11712
11713 * gnus-sum.el (gnus-summary-move-article):
11714 Make gnus-summary-respool-article work.
11715
11716 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
11717
11718 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11719 string.
11720
11721 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
11722
11723 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
11724 that should be ignored when comparing distant RSS articles with local
11725 ones.
11726 (nnrss-make-hash-index): New function. Create a hash index according
11727 to the ignored fields.
11728 (nnrss-check-group): Use it.
11729
11730 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11731
11732 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11733
11734 * gnus-art.el (article-decode-group-name): Decode Xref header too.
11735
11736 * gnus-group.el (gnus-group-make-group): Encode group name here unless
11737 the new optional argument ENCODED is non-nil.
11738 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11739 coding system for encoding group name.
11740 (gnus-group-make-rss-group): Pass un-encoded group name to
11741 gnus-group-make-group.
11742 (gnus-group-set-info): Tell gnus-group-make-group that group name is
11743 encoded.
11744
11745 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11746 Encode group name to which articles are moved or copied.
11747 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11748 coding system for encoding Newsgroup, Followup-To and Xref headers.
11749
11750 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11751 marks; use nnheader-file-coding-system to write a file.
11752 (nnagent-retrieve-headers): Bind file-name-coding-system to
11753 nnmail-pathname-coding-system.
11754
11755 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11756
11757 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11758 (nnml-request-article, nnml-request-create-group)
11759 (nnml-request-rename-group, nnml-find-id)
11760 (nnml-possibly-change-directory, nnml-possibly-create-directory)
11761 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11762 (nnml-save-marks): Use nnml-group-pathname instead of
11763 nnmail-group-pathname.
11764
11765 (nnml-request-create-group, nnml-request-expire-articles)
11766 (nnml-request-move-article, nnml-request-delete-group)
11767 (nnml-deletable-article-p, nnml-possibly-create-directory)
11768 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11769 (nnml-open-marks): Bind file-name-coding-system to
11770 nnmail-pathname-coding-system.
11771
11772 (nnml-request-article): Pass server argument to nnml-find-group-number.
11773 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11774 Pass server argument to nnml-possibly-create-directory.
11775 (nnml-request-accept-article): Pass server argument to
11776 nnml-active-number and nnml-save-mail.
11777 (nnml-find-group-number): Pass server argument to nnml-find-id.
11778 (nnml-request-update-info): Pass server argument to
11779 nnml-marks-changed-p.
11780
11781 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11782 (nnml-save-mail, nnml-active-number): Add server argument.
11783
11784 (nnml-request-delete-group): Warn if group is missing.
11785 (nnml-get-nov-buffer): Decode group name.
11786 (nnml-generate-active-info): Encode group name.
11787 (nnml-open-marks): Decode group name in messages.
11788
11789 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11790
11791 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11792 if it is not specified.
11793 (gnus-article-pipe-part, gnus-article-save-part)
11794 (gnus-article-interactively-view-part, gnus-article-copy-part)
11795 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11796 (gnus-article-inline-part, gnus-article-save-part-and-strip)
11797 (gnus-article-replace-part, gnus-article-delete-part)
11798 (gnus-article-view-part-as-type): Pass raw prefix argument to
11799 gnus-article-part-wrapper.
11800
11801 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
11802
11803 * gnus-agent.el (gnus-agent-save-active):
11804 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11805
11806 * gnus-cache.el (gnus-cache-save-buffers)
11807 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11808 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11809 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11810 (gnus-cache-braid-nov, gnus-cache-braid-heads)
11811 (gnus-cache-generate-active, gnus-cache-rename-group)
11812 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11813 (gnus-cache-update-overview-total-fetched-for):
11814 Bind file-name-coding-system to nnmail-pathname-coding-system.
11815 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11816 New variables.
11817 (gnus-cache-decoded-group-name): New function.
11818 (gnus-cache-file-name): Use it.
11819 (gnus-cache-generate-active): Use non-decoded group name for active.
11820
11821 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11822 right place.
11823 (gnus-write-active-file): Don't break non-ASCII group names.
11824
11825 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11826 nnmail-pathname-coding-system.
11827
11828 * gnus-uu.el (gnus-uu-decode-save): Typo.
11829
11830 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11831
11832 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11833
11834 2007-07-14 David Kastrup <dak@gnu.org>
11835
11836 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11837 finishing actions if we did not edit the article.
11838
11839 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11840
11841 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11842 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11843 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11844 (gnus-agent-flush-group, gnus-agent-flush-cache)
11845 (gnus-agent-fetch-headers, gnus-agent-load-alist)
11846 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11847 (gnus-agent-retrieve-headers, gnus-agent-request-article)
11848 (gnus-agent-regenerate-group)
11849 (gnus-agent-update-files-total-fetched-for)
11850 (gnus-agent-update-view-total-fetched-for):
11851 Bind file-name-coding-system to nnmail-pathname-coding-system.
11852 (gnus-agent-group-pathname): Don't encode file names by
11853 nnmail-pathname-coding-system.
11854 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11855 coding-system-for-write instead of buffer-file-coding-system to
11856 gnus-agent-file-coding-system.
11857
11858 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11859 Decode group name.
11860
11861 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11862
11863 * gnus-start.el (gnus-update-active-hashtb-from-killed)
11864 (gnus-read-newsrc-el-file): Make group names unibyte.
11865
11866 * nnmail.el (nnmail-group-pathname): Don't encode file names by
11867 nnmail-pathname-coding-system.
11868
11869 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11870 (nnrss-request-delete-group): Bind file-name-coding-system to
11871 nnmail-pathname-coding-system.
11872 (nnrss-read-server-data, nnrss-read-group-data):
11873 Bind file-name-coding-system correctly.
11874 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11875
11876 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11877 (nntp-server-to-method-cache): New variable.
11878 (nntp-group-pathname): New function that decodes non-ASCII group names.
11879 (nntp-possibly-create-directory, nntp-marks-changed-p)
11880 (nntp-save-marks, nntp-open-marks): Use it.
11881 (nntp-possibly-create-directory, nntp-open-marks):
11882 Bind file-name-coding-system to nnmail-pathname-coding-system.
11883 (nntp-open-marks): Decode group names when bootstrapping marks.
11884
11885 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11886 Newsgroups and Followup-To headers.
11887
11888 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11889
11890 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11891 (gnus-server-closed-face, gnus-server-denied-face)
11892 (gnus-server-offline-face): Remove variable.
11893 (gnus-server-font-lock-keywords): Use faces that are not aliases.
11894
11895 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11896 of modifying message-stack directly for XEmacs.
11897
11898 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11899 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11900 if the coding-system argument is nil for XEmacs.
11901
11902 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11903 mm-charset-override-alist.
11904
11905 * rfc2047.el: Don't require base64; require rfc2045 for the function
11906 rfc2045-encode-string.
11907 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11908 to quote the parameter value.
11909
11910 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
11911
11912 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11913 form in gnus-group-name-charset-method-alist.
11914
11915 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11916 overrides the default layout edit-form.
11917
11918 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11919
11920 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11921
11922 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
11923
11924 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11925 as unfetched articles.
11926
11927 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
11928
11929 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11930
11931 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11932
11933 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11934 original back end that keeps marks in the local system.
11935
11936 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
11937
11938 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11939 arg of pop-to-buffer for XEmacs.
11940 (gnus-article-read-summary-keys): Ditto; don't restore window
11941 configuration if summary command ends up with neither article buffer
11942 nor summary buffer; describe bindings if summary keys end with C-h.
11943
11944 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11945
11946 * message.el (message-fix-before-sending): Skip raw message part to be
11947 forwarded while checking illegible text.
11948 (message-forward-make-body-mime, message-forward-make-body):
11949 Mark signed or encrypted raw message as having no illegible text.
11950
11951 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11952
11953 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11954 (gnus-message-with-timestamp-1): New macro.
11955 (gnus-message-with-timestamp): New function.
11956 (gnus-message): Use them.
11957
11958 * nnheader.el (nnheader-message): Use them.
11959
11960 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
11961
11962 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11963 .newsrc.eld file.
11964
11965 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11966
11967 * gnus-agent.el (gnus-agent-fetch-headers)
11968 (gnus-agent-retrieve-headers):
11969 Bind gnus-decode-encoded-address-function to identity.
11970
11971 * nntp.el (nntp-send-xover-command): Recognize an xover command is
11972 available also when the server returns simply a dot.
11973
11974 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11975
11976 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11977
11978 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11979
11980 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11981
11982 * gnus-ems.el (gnus-x-splash): Make it work.
11983
11984 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11985 from being used.
11986
11987 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11988
11989 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11990 the front stickiness.
11991 (gnus-article-summary-command-nosave): Correct the order of the
11992 arguments passed to pop-to-buffer.
11993 (gnus-article-read-summary-keys): Ditto; make it work properly when the
11994 summary command ends up with the article buffer.
11995
11996 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11997 the same faces.
11998
11999 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12000
12001 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12002
12003 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
12004
12005 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12006 * gnus-sum.el (gnus-summary-highlight):
12007 * mail-source.el (mail-source-delete-old-incoming-confirm):
12008 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12009
12010 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
12011
12012 * gnus-art.el (gnus-mime-view-part-externally)
12013 (gnus-mime-view-part-internally): Fix predicate function passed to
12014 completing-read.
12015
12016 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12017
12018 * gnus.el (gnus-update-message-archive-method): Add :version.
12019
12020 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12021
12022 * gnus.el (gnus-update-message-archive-method): New variable.
12023
12024 * gnus-start.el (gnus-setup-news): Update saved "archive" method
12025 according to gnus-message-archive-method if
12026 gnus-update-message-archive-method is non-nil.
12027
12028 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12029
12030 * gnus-sum.el (gnus-summary-limit-to-address): New function.
12031 Suggested by Loic Dachary <loic@dachary.org>.
12032 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12033
12034 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
12035
12036 * message.el (message-pop-to-buffer): Add switch-function argument.
12037 (message-mail): Pass switch-function argument to it.
12038
12039 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
12040
12041 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12042 Improve doc string.
12043
12044 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12045
12046 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12047 (gnus-header-content):
12048 * gnus-cite.el (gnus-cite-10):
12049 * gnus-srvr.el (gnus-server-closed):
12050 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12051 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12052 (gnus-group-mail-3-empty, gnus-group-mail-low)
12053 (gnus-group-mail-low-empty, gnus-splash):
12054 * message.el (message-header-to, message-header-cc)
12055 (message-header-subject, message-header-other, message-header-name)
12056 (message-header-xheader, message-separator, message-cited-text)
12057 (message-mml): Lighten colors of faces used for dark background.
12058
12059 2007-05-24 Simon Josefsson <simon@josefsson.org>
12060
12061 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12062 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
12063
12064 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12065
12066 * message.el (message-narrow-to-headers-or-head):
12067 Ignore mail-header-separator in the body.
12068
12069 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
12070
12071 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12072 same as window size.
12073
12074 2007-05-22 Kevin Ryde <user42@zip.com.au>
12075
12076 * message.el (message-font-lock-keywords): Use message-header-xheader
12077 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
12078 ahead of the anything pattern, to get it recognized.
12079
12080 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
12081
12082 * gnus-sum.el (gnus-articles-to-read)
12083 (gnus-summary-insert-old-articles): Don't truncate group name for
12084 `read-string'.
12085
12086 * gnus-util.el (gnus-limit-string): Delete this function.
12087
12088 * gnus-sum.el (gnus-simplify-subject-fully):
12089 Use `truncate-string-to-width' instead.
12090
12091 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
12092
12093 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12094 Tell if, on summary exit, the next group has to be selected.
12095 (gnus-summary-exit): Use it.
12096
12097 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
12098
12099 * gnus-art.el (gnus-article-mode): Fix comment about displaying
12100 non-break space.
12101
12102 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12103
12104 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12105 Check if group is not a directory.
12106 (nnfolder-request-expire-articles): Don't delete articles if the target
12107 group is not available.
12108
12109 * nnml.el (nnml-request-create-group): Properly check if group is not a
12110 file.
12111 (nnml-request-expire-articles): Don't delete articles if the target
12112 group is not available.
12113
12114 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12115 Don't quote characters that are within parentheses.
12116
12117 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
12118
12119 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12120 (gnus-handle-ephemeral-exit): Select article according to it.
12121
12122 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12123
12124 * message.el (message-insert-formated-citation-line): Remove newline.
12125 (message-citation-line-format): Add final \n here so that the user can
12126 avoid a blank line.
12127
12128 2007-05-03 Dan Christensen <jdc@uwo.ca>
12129
12130 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12131 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12132 Update lanl/arXiv support.
12133
12134 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12135
12136 * gnus.el: Bump version number.
12137
12138 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12139
12140 * gnus.el (gnus-version-number): Bump version.
12141
12142 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12143
12144 * gnus.el: No Gnus v0.6 is released.
12145
12146 2007-04-27 Didier Verna <didier@xemacs.org>
12147
12148 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12149 * gmm-utils.el (gmm-regexp-concat): ... here.
12150 * message.el: Don't require 'gnus-util.
12151 (message-dont-reply-to-names): Handle name change above.
12152 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12153
12154 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12155
12156 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12157 since the initial value varies according to the system.
12158
12159 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12160
12161 * mm-util.el (mm-charset-synonym-alist): Defcustom.
12162
12163 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
12164
12165 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12166
12167 2007-04-24 Didier Verna <didier@xemacs.org>
12168
12169 Improve the type of gnus-ignored-from-addresses.
12170 * gnus-util.el (gnus-orify-regexp): New function.
12171 * message.el (gnus-util): Require it.
12172 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12173 * gnus-sum.el (gnus-ignored-from-addresses): New function.
12174 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12175
12176 2007-04-24 Didier Verna <didier@xemacs.org>
12177
12178 * gnus-sum.el:
12179 * gnus-utils.el: Fix some trailing whitespaces.
12180
12181 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
12182
12183 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12184 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12185 article's Message-ID; refer parent article in summary buffer.
12186
12187 * message.el (message-bounce): Call mime-to-mml.
12188
12189 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12190
12191 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12192
12193 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12194
12195 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12196 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12197 displayed of multipart/alternative part if it is invoked from summary
12198 buffer.
12199
12200 * mm-view.el (mm-inline-text-html-render-with-w3m)
12201 (mm-inline-text-html-render-with-w3m-standalone)
12202 (mm-inline-render-with-function): Use mail-parse-charset by default.
12203
12204 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
12205
12206 * parse-time.el (parse-time-string-chars): Check if CHAR
12207 is less than the length of parse-time-syntax.
12208
12209 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
12210
12211 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12212 from gnus-newsgroup-processable.
12213
12214 2007-04-16 Didier Verna <didier@xemacs.org>
12215
12216 * gnus-msg.el (gnus-configure-posting-styles):
12217 Handle message-signature-directory properly with :file syntax.
12218 Reported by "Leo".
12219
12220 2007-04-11 Didier Verna <didier@xemacs.org>
12221
12222 New user option: message-signature-directory.
12223 * gnus-msg.el (gnus-configure-posting-styles): Support it.
12224 * message.el (message-insert-signature): Ditto.
12225 * message.el (message-signature-file): Doc update.
12226 * message.el (message-signature-directory): New.
12227
12228 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
12229
12230 * gnus-msg.el (gnus-inews-yank-articles):
12231 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12232
12233 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
12234
12235 * message.el (message-yank-original): Make sure cited text ends with
12236 newline; don't exchange point and mark.
12237
12238 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
12239
12240 * tls.el (open-tls-stream): Properly handle case where there
12241 is no associated buffer.
12242
12243 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
12244
12245 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12246 message-yank-original, make sure (< mark TEXT point).
12247
12248 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12249
12250 * message.el (message-fill-column): New variable.
12251 (message-mode): Use it. Add comment on a possible new hook.
12252
12253 * nnmail.el (nnmail-spool-file): Mark as obsolete.
12254 (nnmail-get-new-mail): Reformat.
12255
12256 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12257
12258 * gmm-utils.el: Fix Commentary.
12259 (gmm-tool-bar-from-list): Fix typo in doc string.
12260
12261 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
12262
12263 * message.el (message-yank-original): Don't switch point and mark
12264 unnecessarily to put point and mark as documented.
12265
12266 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12267
12268 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12269 from the message heads.
12270
12271 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
12272
12273 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12274 article buffer does not have a window. This may not be the best
12275 solution but is certainly better than setting the start of the null,
12276 that is the current, window.
12277
12278 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12279
12280 * gnus-draft.el (gnus-draft-setup-hook): New hook.
12281 (gnus-draft-setup): Run it.
12282
12283 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12284 gnus-score-fast-scoring. Allow regexp.
12285 (gnus-score-headers): Use it.
12286
12287 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12288 XEmacs.
12289
12290 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12291 string.
12292 (gnus-button-alist): Also catch `<f1> k ...'.
12293 (gnus-treat-display-x-face): Fix doc string.
12294
12295 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12296
12297 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12298 evaluation of gnus-extended-version to ensure correct generation of the
12299 User-Agent header when message-generate-headers-first is used.
12300
12301 2007-03-24 Simon Josefsson <simon@josefsson.org>
12302
12303 * hashcash.el (hashcash-generate-payment-async): Don't crash if
12304 hashcash-path is nil. Don't call callback with incorrect number of
12305 parameters if val is 0.
12306
12307 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12308
12309 * message.el (message-required-news-headers):
12310 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12311
12312 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12313
12314 * message.el (message-generate-new-buffers): Change the meaning of the
12315 nil value; add `standard' to the choices; treat t as `unique'; improve
12316 doc string.
12317 (gnus-select-frame-set-input-focus): Autoload.
12318 (message-buffer-name): Search for the existing message buffer if
12319 message-generate-new-buffers is nil or `standard'; treat the value t of
12320 message-generate-new-buffers as `unique'.
12321 (message-pop-to-buffer): Raise the frame already displaying the message
12322 buffer; clear the echo area after querying.
12323 (message-setup): Pass the `continue' argument to compose-mail.
12324 (message-mail): Prefer `switch-function' if it is given; search for the
12325 existing message buffer if the `continue' argument is non-nil; pass
12326 continue and switch-function arguments to compose-mail by way of
12327 message-setup.
12328 (message-mail-other-window): Adjust argument of message-setup.
12329 (message-mail-other-frame): Ditto.
12330
12331 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12332
12333 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12334 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12335 to turn font-lock on when turning gnus-message-citation-mode on.
12336
12337 2007-03-06 Daiki Ueno <ueno@unixuser.org>
12338
12339 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12340 (mml-smime-function-alist): New variable; add epg as the backend.
12341 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12342 mml-smime- functions instead.
12343 * mm-view.el: Require smime.
12344
12345 2007-03-05 Didier Verna <didier@xemacs.org>
12346
12347 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12348 instead of just inheritance for posting styles.
12349 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12350
12351 2007-02-24 John Paul Wallington <jpw@pobox.com>
12352
12353 * tls.el (tls-certtool-program): Fix custom type.
12354
12355 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12356
12357 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12358 and point-at-eol instead of line-(beginning|end)-position.
12359
12360 * assistant.el (assistant-parse-buffer): Ditto.
12361
12362 2007-02-28 Daiki Ueno <ueno@unixuser.org>
12363
12364 * mml2015.el (mml2015-epg-find-usable-key): New function.
12365 (mml2015-epg-sign): Use it.
12366 (mml2015-epg-encrypt): Use it.
12367
12368 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12369
12370 * message.el (message-make-in-reply-to): Quote name containing
12371 non-ASCII characters. It will make the RFC2047 encoder cause an error
12372 if there are special characters. Reported by NAKAJI Hiroyuki
12373 <nakaji@jp.freebsd.org>.
12374
12375 2007-02-27 Didier Verna <didier@xemacs.org>
12376
12377 Include the group parameters as well as the topic ones in the
12378 inheritance filter process.
12379 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12380 argument GROUP-PARAMS-LIST.
12381 * gnus-topic.el (gnus-group-topic-parameters): Use it.
12382
12383 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12384
12385 * nntp.el (nntp-never-echoes-commands)
12386 (nntp-open-connection-functions-never-echo-commands): New variables.
12387 (nntp-send-command): Use them.
12388
12389 2007-02-20 Daiki Ueno <ueno@unixuser.org>
12390
12391 * mml2015.el (mml2015-epg-verify): Simplify.
12392
12393 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12394
12395 * mml.el (mml-content-disposition-alist): New user option.
12396 (mml-content-disposition): New function.
12397 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12398 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12399
12400 2007-02-19 Daiki Ueno <ueno@unixuser.org>
12401
12402 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12403 verification.
12404
12405 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12406
12407 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12408 articles posted in the last 24 hours.
12409
12410 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
12411
12412 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12413
12414 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
12415
12416 * nntp.el (nntp-send-command): Don't wait for echoes when
12417 nntp-open-ssl-stream is used.
12418
12419 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12420
12421 * gnus-cite.el (gnus-test-font-lock-add-keywords)
12422 (gnus-message-add-citation-keywords)
12423 (gnus-message-remove-citation-keywords): Remove.
12424 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12425 directly, make the variables in font-lock-defaults buffer-local, add
12426 gnus-message-citation-keywords to them and then update the value of
12427 font-lock-keywords.
12428
12429 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
12430
12431 * message.el (message-cite-original-1): Don't call
12432 gnus-article-highlight-citation.
12433
12434 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12435 citations; fix line count.
12436
12437 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12438
12439 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12440 (gnus-message-add-citation-keywords)
12441 (gnus-message-remove-citation-keywords): Use it; fix the emulating
12442 versions of font-lock-add-keywords and font-lock-remove-keywords to
12443 work with XEmacs correctly.
12444
12445 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12446
12447 * gnus-cite.el (gnus-cite-face-list): Set the values of
12448 gnus-message-max-citation-depth and gnus-message-citation-keywords.
12449 (gnus-message-max-citation-depth): Use defvar rather than defconst.
12450 (gnus-message-cite-prefix-regexp): New variable.
12451 (gnus-message-search-citation-line): Use it; protect against long
12452 citation prefix; fill match data with nil rather than 0 for XEmacs; set
12453 the 0th match data for Emacs.
12454 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12455 (gnus-message-add-citation-keywords): Append keywords rather than
12456 prepending; emulate font-lock-add-keywords if it is not available.
12457 (gnus-message-remove-citation-keywords):
12458 Emulate font-lock-remove-keywords if it is not available.
12459
12460 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12461
12462 * message.el (message-cite-prefix-regexp): Set the value of
12463 gnus-message-cite-prefix-regexp.
12464
12465 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12466
12467 * nnweb.el (nnweb-google-parse-1): Update parser.
12468
12469 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
12470
12471 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12472
12473 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12474
12475 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12476 regexp.
12477
12478 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12479
12480 * uudecode.el (uudecode-string-to-multibyte): New function emulating
12481 string-to-multibyte.
12482 (uudecode-decode-region-internal): Use it.
12483
12484 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12485
12486 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12487 Fix custom choice.
12488
12489 * gnus-art.el (gnus-signature-limit): Fix custom choice.
12490
12491 2007-01-22 Daiki Ueno <ueno@unixuser.org>
12492
12493 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12494
12495 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12496 `write-region' to respect `mm-inhibit-file-name-handlers'.
12497
12498 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
12499
12500 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12501 Use gnus-home-directory instead of "~/" or "$HOME".
12502
12503 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
12504
12505 * encrypt.el (encrypt-insert-file-contents): Add better prompt
12506 to mention filename.
12507 Add comments at beginning regarding usage.
12508 (encrypt-write-file-contents): Change interactive so a string is
12509 acceptable. If the file has no associated model, show an error instead
12510 of a nonsense prompt.
12511
12512 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12513
12514 * spam.el (spam-bsfilter-ham-switch): Fix typo.
12515 Thanks to Yoshihiko Yamada for kind notification of this typo.
12516
12517 2007-01-12 Kenichi Handa <handa@m17n.org>
12518
12519 * uudecode.el (uudecode-decode-region-internal): Make it work in a
12520 multibyte buffer.
12521
12522 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
12523
12524 * gnus-score.el (gnus-score-fast-scoring): New variable.
12525 (gnus-score-headers): Use it.
12526
12527 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12528
12529 * message.el (message-cite-original-1):
12530 Call gnus-article-highlight-citation if requested.
12531 (message-make-from): Allow name and address as optional arguments.
12532
12533 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12534
12535 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12536 bugs to doc string.
12537 (gnus-button-alist): Add mid\\|message-id.
12538 (gnus-button-fetch-group): Extend for use in
12539 `browse-url-browser-function'.
12540 (gnus-button-url-regexp): Try to catch paired parentheses like in
12541 Wikipedia URLs.
12542
12543 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12544 Suggested by Simon Krahnke <overlord@gmx.li>.
12545
12546 2007-01-13 Romain Francoise <romain@orebokech.com>
12547
12548 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12549 Update copyright.
12550
12551 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
12552
12553 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12554
12555 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12556
12557 * gnus-registry.el (gnus-registry-unfollowed-groups)
12558 (gnus-registry-split-fancy-with-parent): Fix documentation.
12559
12560 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12561
12562 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12563 from nnweb groups.
12564
12565 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12566
12567 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12568 Xref urls. Erase buffer before requesting head.
12569
12570 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12571
12572 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12573
12574 * gnus-soup.el (gnus-soup): New custom group. Make user variables
12575 customizable.
12576
12577 2007-01-05 Daiki Ueno <ueno@unixuser.org>
12578
12579 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12580 no signing key is found.
12581 (mml2015-epg-encrypt): Ask user whether to skip or abort if
12582 no encrypting and/or signing key is found.
12583
12584 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12585
12586 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12587
12588 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12589
12590 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12591 headers read from disk with the ones newly found in the current search.
12592 This should no longer cause problems, because the article numbers in
12593 Gmane's `nov.php' output are ignored since the previous change.
12594
12595 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12596
12597 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12598
12599 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12600
12601 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12602
12603 2007-01-01 Romain Francoise <romain@orebokech.com>
12604
12605 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12606
12607 2006-12-31 Steve Youngs <steve@sxemacs.org>
12608
12609 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12610 `define-minor-mode' macro definition expanded properly.
12611 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12612 exclude it there.
12613
12614 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12615 of 2006-12-30. The default is nil on (S)XEmacs already because of the
12616 `fboundp' test.
12617 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12618 This is OK to autoload in (S)XEmacs now.
12619
12620 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12621
12622 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12623 keystroke.
12624 (gnus-summary-limit-to-singletons): Fix typo.
12625
12626 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12627 else fails.
12628
12629 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12630
12631 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12632 docstring.
12633
12634 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12635 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12636 (gnus-summary-insert-dormant-articles): Fix typo in message.
12637
12638 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
12639
12640 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12641 nil for XEmacs.
12642 (gnus-message-citation-mode): Don't autoload in XEmacs.
12643
12644 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12645
12646 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
12647
12648 * nnimap.el (nnimap-expunge-search-string):
12649 Mention nnimap-search-uids-not-since-is-evil in docstring.
12650
12651 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12652
12653 * spam.el: Revert to make-obsolete-variable because
12654 define-obsolete-variable-alias is not supported in Emacs 21.
12655
12656 * spam.el (spam-ifile-path, spam-ifile-database-path)
12657 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12658 make-obsolete-variable.
12659 (spam-bsfilter-path, spam-bsfilter-program)
12660 (spam-spamassassin-path, spam-spamassassin-program)
12661 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12662 Don't use "path" inappropriately.
12663 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12664 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12665 variable names.
12666
12667 2006-12-28 Daiki Ueno <ueno@unixuser.org>
12668
12669 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12670 summary buffer.
12671
12672 * password.el (password-cache-remove): Use clear-string to burn
12673 password, if available.
12674
12675 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12676
12677 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12678
12679 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12680
12681 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12682 (gnus-message-highlight-citation): Move defcustom here from
12683 gnus-cite.el.
12684 (gnus-message-citation-mode): Autoload.
12685
12686 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
12687 checks to make it compile with XEmacs.
12688 (gnus-message-citation-mode): New minor mode.
12689 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12690 (gnus-message-highlight-citation): New variables.
12691 (gnus-message-search-citation-line)
12692 (gnus-message-add-citation-keywords)
12693 (gnus-message-remove-citation-keywords)
12694 (turn-on-gnus-message-citation-mode)
12695 (turn-off-gnus-message-citation-mode): New functions.
12696
12697 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
12698
12699 * gnus-cite.el: Enable highlighting of different citation levels in
12700 message-mode.
12701
12702 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12703
12704 * message.el (message-make-fqdn): Fix comment.
12705 (message-bogus-system-names): Add ".local".
12706
12707 * spam.el (spam-ifile-path, spam-ifile-program)
12708 (spam-ifile-database-path, spam-ifile-database)
12709 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12710 Don't use "path" inappropriately.
12711 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12712 strings.
12713 (spam-check-ifile, spam-ifile-register-with-ifile)
12714 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12715 Use new variable names.
12716
12717 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12718 (gnus-treat-display-smileys): Simplify using
12719 gnus-image-type-available-p.
12720
12721 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12722 available.
12723
12724 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12725
12726 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12727 one after turning on the buffer's multibyteness instead of decoding
12728 them directly in the unibyte buffer that causes unexpected conversion
12729 in Emacs 23 (unicode).
12730
12731 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12732
12733 * message.el (message-generate-hashcash): Fix custom type.
12734
12735 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12736
12737 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12738
12739 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12740
12741 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12742 disconnect icons. Add help text.
12743
12744 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
12745
12746 * spam.el (spam-extra-header-to-number): CRM114 spam score is
12747 negated to be consistent with the others we handle.
12748
12749 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12750
12751 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12752 version of gnus-summary-buffer to something, so that we can use two
12753 article buffers at the same time.
12754
12755 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
12756
12757 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12758 trigger all the extra headers.
12759 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12760 sorting.
12761
12762 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12763
12764 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12765 solid groups.
12766
12767 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12768
12769 * legacy-gnus-agent.el: Add Copyright notice.
12770
12771 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
12772
12773 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12774
12775 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12776
12777 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12778
12779 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12780 to make it work reliably in CVS Emacs.
12781 (gnus-summary-limit-strange-charsets-predicate)
12782 (gnus-summary-limit-to-predicate): New functions.
12783
12784 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12787 specifying array size.
12788 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12789 array if it is too small.
12790 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12791 (gnus-sort-threads-loop): New function.
12792
12793 2006-12-06 Chris Moore <dooglus@gmail.com>
12794
12795 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12796 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12797
12798 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
12799
12800 * mm-url.el (mm-url-predefined-programs): Call curl with correct
12801 options.
12802
12803 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12804
12805 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12806 DOS-ing the recipient.
12807
12808 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12809 the headers when creating the mapping to avoid mismappings.
12810 (nnweb-gmane-create-mapping): Always nix out old mapping.
12811
12812 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12813
12814 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12815 and mm-verify-option to never.
12816
12817 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12818
12819 * message.el (message-signed-or-encrypted-p): New function.
12820 (message-forward-make-body): Use it.
12821
12822 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12823 Replace encode-coding-string with mm-encode-coding-string.
12824
12825 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
12826
12827 * nneething.el (nneething-decode-file-name):
12828 Replace decode-coding-string with mm-decode-coding-string.
12829
12830 * gnus-int.el (gnus-open-server): Say failed server's name.
12831
12832 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
12833
12834 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12835 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12836
12837 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12838 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12839 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12840 (gnus-group-make-directory-group, gnus-group-transpose-groups):
12841 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12842 (gnus-subscribe-newsgroup, gnus-1):
12843 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12844 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12845 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12846 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12847
12848 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12849
12850 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12851 keystroke.
12852 (gnus-summary-limit-to-bodies): Implement headersp.
12853
12854 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12855
12856 * dns.el (query-dns): Protect against "Process dns deleted" strings.
12857
12858 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12859
12860 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12861
12862 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12863
12864 * message.el (message-generate-hashcash): Expand range of values to
12865 include `opportunistic'.
12866 (message-send-mail): Use it.
12867
12868 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12869
12870 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12871 and comment it.
12872
12873 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12874
12875 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
12876
12877 * gnus-util.el (gnus-extract-address-components): Improve comment.
12878
12879 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12880
12881 * gnus-util.el (gnus-extract-address-components): Work with address in
12882 which the name portion contains @.
12883
12884 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12885
12886 * gnus.el (gnus-start): Move custom group up.
12887 (gnus-select-method): Don't autoload, but make it available for
12888 `customize-variable'.
12889 (gnus-getenv-nntpserver): Don't autoload.
12890
12891 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
12892
12893 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12894
12895 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12896
12897 * message.el (message-sendmail-extra-arguments): New variable.
12898 (message-send-mail-with-sendmail): Use it.
12899
12900 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12901
12902 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12903 mm-with-unibyte-current-buffer to make string unibyte.
12904
12905 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12906 mm-string-as-multibyte.
12907
12908 2006-11-14 Daiki Ueno <ueno@unixuser.org>
12909
12910 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12911 Reported by Werner Koch <wk@gnupg.org>.
12912
12913 2006-11-14 Daiki Ueno <ueno@p360>
12914
12915 * mml2015.el: Autoload epa-select-keys when compiling.
12916
12917 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12918
12919 * mml2015.el (mml2015-epg-sign): Save the signing keys in
12920 message-options.
12921 (mml2015-epg-encrypt): Save the recipient keys in message-options.
12922
12923 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12924
12925 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12926 EasyPG (< 0.0.6).
12927 (mml2015-always-trust): New user option.
12928 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12929 prompt.
12930
12931 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12932
12933 * nntp.el (nntp-authinfo-force): New variable.
12934 (nntp-send-authinfo): Use it.
12935
12936 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
12937
12938 * message.el (message-strip-subject-encoded-words): Allow _not_ to
12939 decode encoded words. Improve prompt. Add comment about forwarding.
12940 (message-replacement-char): Move up.
12941
12942 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12943
12944 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12945 instead of gnus-intersection because arguments of gnus-sorted-nunion
12946 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
12947
12948 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
12949
12950 * message.el (message-strip-subject-encoded-words): Reformat prompt.
12951 (message-simplify-subject-functions):
12952 Enable message-strip-subject-encoded-words by default.
12953
12954 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
12955
12956 * message.el (message-strip-subject-encoded-words): New function.
12957 (message-simplify-subject-functions): New variable.
12958 (message-simplify-subject): Use it. Fix typo in doc string.
12959 Support message-strip-subject-encoded-words.
12960
12961 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
12962
12963 * gnus-diary.el (gnus-diary-delay-format-function):
12964 * nndiary.el (nndiary-reminders):
12965 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12966
12967 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12968
12969 * gnus-art.el (article-hide-boring-headers): Fetch date from
12970 gnus-original-article-buffer to avoid problems with localized date
12971 strings.
12972
12973 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12974
12975 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12976
12977 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12978
12979 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12980 New variables.
12981 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12982 (mm-charset-synonym-alist): Move some entries to
12983 mm-codepage-iso-8859-list.
12984 (mm-charset-synonym-alist, mm-charset-override-alist):
12985 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12986
12987 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12988
12989 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12990
12991 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12992
12993 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12994 with Emacs 21 and XEmacs.
12995
12996 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
12997
12998 * spam.el (spam-parse-address): New function for better parsing,
12999 catching errors, etc.
13000 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13001
13002 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13003
13004 * mm-view.el: Add interactive arg to html2text autoload.
13005
13006 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
13007
13008 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13009
13010 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
13011
13012 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13013 New variables.
13014 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13015 (mm-charset-synonym-alist): Move some entries to
13016 mm-codepage-iso-8859-list.
13017
13018 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13019
13020 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
13021
13022 * message.el (message-citation-line-format)
13023 (message-insert-formated-citation-line): Fix implementation of %E, %N
13024 and %n according to the doc string.
13025
13026 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
13027
13028 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13029 Use car-safe to avoid bad parses.
13030
13031 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
13032
13033 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13034 names.
13035
13036 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13037
13038 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13039
13040 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13041 header.
13042
13043 * message.el (message-draft-headers): Add Date.
13044 (message-headers-to-generate): Fix typo in docstring.
13045
13046 * nndraft.el (nndraft-required-headers): New variable.
13047 (nndraft-generate-headers): Use it.
13048
13049 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13050
13051 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
13052
13053 * gnus-registry.el (gnus-registry-wash-for-keywords)
13054 (gnus-registry-find-keywords): New functions to allow easy searching of
13055 articles that are in the registry.
13056
13057 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
13058
13059 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13060 Use ietf-drums-parse-address instead of gnus-extract-address-components.
13061 Reported by Damien Elmes <damien@repose.cx>.
13062
13063 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
13064
13065 * gnus.el (gnus-mime): Remove unused custom group.
13066
13067 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13068
13069 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13070 "blank line" when searching for end of armor headers.
13071
13072 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13073
13074 * gmm-utils.el (gmm-write-region): Fix variable name.
13075
13076 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
13077
13078 * gmm-utils.el (gmm-write-region): New function based on compatibility
13079 code from `mm-make-temp-file'.
13080
13081 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13082
13083 * nnmaildir.el (nnmaildir--update-nov)
13084 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13085 Use `gmm-write-region'.
13086
13087 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13088
13089 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13090 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13091
13092 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13093
13094 * message.el (message-replacement-char): New variable.
13095 (message-fix-before-sending): Use it.
13096 (message-simplify-subject): New function to remove duplicate code.
13097 (message-reply, message-followup): Use it.
13098
13099 * gnus-sum.el (gnus-summary-make-menu-bar):
13100 Clarify gnus-summary-limit-to-articles.
13101
13102 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
13103
13104 * gnus-util.el (gnus-with-local-quit): New macro.
13105
13106 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13107
13108 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
13109
13110 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13111 ignore non-string data.
13112
13113 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
13114
13115 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13116 non-string data (needs to be done in the registry too).
13117
13118 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13119
13120 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13121 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13122 (gnus-registry-split-fancy-with-parent)
13123 (gnus-registry-fetch-simplified-message-subject-fast)
13124 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13125 Remove text properties on ingress into the registry and when it's saved.
13126 (gnus-registry-clean-empty-function): Fix bug with cleaning the
13127 registry from entries with no groups.
13128
13129 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13130
13131 * gnus-util.el (gnus-string-remove-all-properties): Add utility
13132 function to remove string properties.
13133
13134 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
13135
13136 * gmm-utils.el (gmm): Adjust custom version.
13137
13138 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13139 Adjust custom version.
13140
13141 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13142
13143 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
13144
13145 * gnus-art.el (gnus-insert-prev-page-button)
13146 (gnus-insert-next-page-button): Simplify. Reformat.
13147
13148 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
13149
13150 * gnus-art.el (gnus-insert-prev-page-button)
13151 (gnus-insert-next-page-button): Apply gnus-article-button-face.
13152
13153 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
13154
13155 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13156
13157 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
13158
13159 * gnus-art.el (gnus-insert-mime-button)
13160 (gnus-insert-mime-security-button):
13161 Apply gnus-article-button-face to MIME and security buttons.
13162
13163 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
13164
13165 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13166 readable.
13167
13168 2006-09-20 Steve Youngs <steve@sxemacs.org>
13169
13170 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13171 `browse-url-of-file' instead of `browse-url'.
13172
13173 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13174
13175 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13176 regexp. Articles containing quotation were cut prematurely.
13177
13178 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13179
13180 * message.el (message-cite-original-1): Use nobody by default for the
13181 value of From header.
13182 (message-reply): Ditto.
13183
13184 2006-09-11 Daiki Ueno <ueno@unixuser.org>
13185
13186 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13187 to the gnus-info. This fixes a bug of inline-PGP message verification.
13188 Reported by Michael Piotrowski <mxp@dynalabs.de>.
13189
13190 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
13191
13192 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13193 mails in the doc string. Add some URLs in comment.
13194 (pop3-movemail): Warn about pop3-leave-mail-on-server.
13195
13196 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
13197
13198 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13199 backslashes handling and the way to find boundaries of quoted strings.
13200
13201 2006-09-07 Daiki Ueno <ueno@unixuser.org>
13202
13203 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13204 mml1991-encrypt-to-self is set and mml1991-signers is not set.
13205 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13206 mml2015-encrypt-to-self is set and mml2015-signers is not set.
13207
13208 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13209
13210 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
13211 doc string.
13212 (gnus-button-regexp, gnus-button-last): Remove unused variables.
13213
13214 2006-09-06 Simon Josefsson <jas@extundo.com>
13215
13216 * mml2015.el (mml2015-use): Doc fix, mention epg.
13217
13218 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13219
13220 * mml2015.el (mml2015-use): Default to epg, if available.
13221
13222 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13223
13224 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13225 message-sender.
13226 (mml1991-epg-encrypt): Ditto.
13227 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13228 message-sender.
13229 (mml2015-epg-encrypt): Ditto.
13230
13231 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
13232
13233 * message.el (message-send-mail-with-sendmail): Look for sendmail in
13234 several common directories.
13235
13236 2006-09-05 Daiki Ueno <ueno@unixuser.org>
13237
13238 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13239 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13240
13241 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13242
13243 * gnus-art.el (article-decode-encoded-words): Make it fast.
13244
13245 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13246
13247 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13248
13249 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13250 in quoted string into `\'.
13251
13252 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13253
13254 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13255 Use standard-syntax-table.
13256
13257 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13258
13259 * gnus-art.el (gnus-decode-address-function): New variable.
13260 (article-decode-encoded-words): Use it to decode headers which are
13261 assumed to contain addresses.
13262 (gnus-mime-delete-part): Remove useless `or'.
13263
13264 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13265 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13266 (gnus-nov-parse-line): Use it to decode From header.
13267 (gnus-get-newsgroup-headers): Ditto.
13268 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13269
13270 * mail-parse.el (mail-decode-encoded-address-region): New alias.
13271 (mail-decode-encoded-address-string): New alias.
13272
13273 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13274 New function.
13275 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13276 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13277 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13278 (rfc2047-decode-string): Ditto.
13279 (rfc2047-decode-address-region): New function.
13280 (rfc2047-decode-address-string): New function.
13281
13282 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
13283
13284 * message.el (message-caesar-buffer-body): Allow rotating headers.
13285
13286 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13287
13288 * message.el (message-insert-formated-citation-line): Fix %f.
13289 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13290
13291 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
13292
13293 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13294 (gnus-bookmark-mouse-available-p): New macro.
13295 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13296 (gnus-bookmark-bmenu-show-infos): Use it.
13297 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13298 (gnus-bookmark-bmenu-hide-infos): Ditto.
13299 (gnus-bookmark-remove-properties): New function.
13300 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13301 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13302 (gnus-bookmark-write-file): Bind coding-system-for-write.
13303 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13304 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13305 group before selecting it.
13306 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13307 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13308 quit-window if it is not available; use gnus-mouse-2 and bind it to
13309 gnus-bookmark-bmenu-select-by-mouse.
13310 (gnus-bookmark-show-details): Remove unused variable `details-list'.
13311 (gnus-bookmark-bmenu-select-by-mouse): New function.
13312
13313 2006-08-13 Romain Francoise <romain@orebokech.com>
13314
13315 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13316 space.
13317
13318 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13319
13320 * compface.el (uncompface): Use binary rather than raw-text-unix.
13321
13322 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13323
13324 * compface.el (uncompface): Make sure the eol conversion doesn't take
13325 place when communicating with the external programs.
13326 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13327
13328 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
13329
13330 * nnheader.el (nnheader-insert-head): Fix typo in comment.
13331
13332 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13333
13334 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13335 Make it more robust by parsing author and date independently.
13336
13337 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13338
13339 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13340
13341 2006-07-28 Daiki Ueno <ueno@unixuser.org>
13342
13343 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13344 first matching secret key.
13345 (mml2015-epg-encrypt): Ditto.
13346
13347 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13348 first matching secret key.
13349 (mml1991-epg-encrypt): Ditto.
13350
13351 * mml2015.el (mml2015-encrypt-to-self): New user option.
13352 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13353 mml2015-epg-encrypt-to-self is set.
13354
13355 * mml1991.el (mml1991-encrypt-to-self): New variable.
13356 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13357 mml1991-epg-encrypt-to-self is set.
13358
13359 * mml2015.el (mml2015-signers): New user option.
13360 (mml2015-epg-sign): Reflect the value of mml2015-signers.
13361 (mml2015-epg-encrypt): Allow to select signing keys.
13362
13363 * mml1991.el (mml1991-signers): New variable.
13364 (mml1991-epg-sign): Reflect the value of mml1991-signers.
13365 (mml1991-epg-encrypt): Allow to select signing keys.
13366
13367 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13368
13369 * nnheader.el (nnheader-insert-head): Make it work even if the file
13370 uses CRLF for the line-break code.
13371
13372 2006-07-25 Daiki Ueno <ueno@unixuser.org>
13373
13374 * mml2015.el: Require mml-sec instead of password.
13375 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13376 (mml2015-cache-passphrase): Inherit the default value from
13377 mml-secure-cache-passphrase.
13378 (mml2015-passphrase-cache-expiry): Inherit the default value from
13379 mml-secure-passphrase-cache-expiry.
13380
13381 * mml1991.el: Require mml-sec instead of password.
13382 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13383 (mml1991-cache-passphrase): Inherit the default value from
13384 mml-secure-cache-passphrase.
13385 (mml1991-passphrase-cache-expiry): Inherit the default value from
13386 mml-secure-passphrase-cache-expiry.
13387
13388 * mml-sec.el: Require password.
13389 (mml-secure-verbose): New user option.
13390 (mml-secure-cache-passphrase): New user option.
13391 (mml-secure-passphrase-cache-expiry): New user option.
13392
13393 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
13394 Andreas Vögele <andreas@altroot.de> (tiny change)
13395
13396 * pgg-def.el (pgg-truncate-key-identifier):
13397 Truncate the key ID to 8 letters from the end.
13398
13399 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13400
13401 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13402 workaround for the url package included with Emacs.
13403
13404 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13405
13406 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13407
13408 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13409 correctly. This fixes a bug caused by the 2006-05-12 change.
13410
13411 2006-07-18 Karl Fogel <kfogel@red-bean.com>
13412
13413 * nnmail.el (nnmail-article-group): If splitting raises an error, give
13414 some information about the error when saying that the `bogus' mail
13415 group will be used.
13416
13417 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
13418
13419 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13420 string.
13421
13422 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
13423
13424 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13425
13426 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13427
13428 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13429
13430 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13431
13432 * mml1991.el (mml1991-function-alist): Add epg.
13433 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13434 (mml1991-epg-encrypt): New functions.
13435
13436 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13437
13438 * mml2015.el (mml2015-verbose): New variable.
13439 (mml2015-cache-passphrase): Ditto.
13440 (mml2015-passphrase-cache-expiry): Ditto.
13441 (mml2015-function-alist): Add epg.
13442 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13443 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13444 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13445 New functions.
13446
13447 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13448
13449 * message.el (message-cite-original-1): Preserve region when removing
13450 quoted text due to X-No-Archive in order to avoid bogus attribution
13451 when citing multiple messages.
13452
13453 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13454
13455 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13456 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13457
13458 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
13459
13460 * gnus-diary.el (gnus-user-format-function-d)
13461 (gnus-user-format-function-D): Autoload.
13462
13463 * imap.el (Commentary): Fix typo.
13464
13465 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13466 2006-04-22 contribution.
13467
13468 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13469
13470 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13471 It didn't really fix the bogosity I'm seeing with solid web groups.
13472
13473 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13474
13475 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13476 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13477 created using server names. If we use the feature without declaring
13478 it, Gnus does not properly manage server and group state.
13479
13480 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13481 bound.
13482
13483 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13484
13485 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13486 looking up the method using GROUP's prefix before inventing a new one.
13487 It is used on killed/unknown groups in various places where returning
13488 an all-new method isn't expected by the caller.
13489
13490 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13491 and match semantics of gnus-group-real-prefix.
13492
13493 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
13494
13495 * nnmail.el (nnmail-broken-references-mailers): New variable.
13496 (nnmail-ignore-broken-references): New function generalizing
13497 nnmail-fix-eudora-headers.
13498 (nnmail-fix-eudora-headers): Now obsolete.
13499
13500 * gnus-art.el (gnus-button-handle-custom):
13501 Support `customize-apropos*'.
13502
13503 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13504
13505 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13506
13507 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13508 articles.
13509
13510 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13511
13512 * message.el (message-cite-reply-above): New variable.
13513 (message-yank-original): Use it.
13514
13515 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
13516
13517 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13518
13519 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
13520
13521 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13522 as read.
13523
13524 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13525
13526 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
13527
13528 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13529 (gnus-bookmark-default-file): Use gnus-directory.
13530 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13531 Remove "*" in doc string.
13532 (gnus-bookmark-write-file): Simplify.
13533 (gnus-bookmark-maybe-sort-alist): Use `when'.
13534 (gnus-bookmark-get-bookmark): Fix typo in doc string.
13535 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13536 Add FIXME about Emacs 21 and XEmacs compatibility.
13537 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13538 compatibility.
13539 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13540 compatibility.
13541 (gnus-bookmark-menu-heading): Fix version.
13542
13543 2006-06-19 Bastien Guerry <bzg@altern.org>
13544
13545 * gnus-bookmark.el: New file.
13546
13547 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13548
13549 * message.el (message-syntax-checks): Doc fix.
13550
13551 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13552
13553 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13554 unsubscribed groups as if they were killed ones. It causes duplicate
13555 entries in gnus-newsrc-alist.
13556
13557 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13558
13559 * message.el (message-syntax-checks): Doc fix.
13560 (message-send-mail): Add check for continuation headers.
13561 (message-check-news-header-syntax): Fix regexp used to check for
13562 continuation headers.
13563
13564 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13565
13566 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13567
13568 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
13569
13570 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13571
13572 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13573
13574 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13575 default-truncate-lines.
13576
13577 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
13578
13579 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13580 to fill the utf-8 entry.
13581
13582 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13583
13584 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13585
13586 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
13587
13588 * gnus-agent.el (directory-files-and-attributes): Move all the way
13589 forward (the third and final move).
13590 (gnus-agent-read-agentview): Trap reconstruction errors due to
13591 nonexistent directory. Handle by returning nil.
13592
13593 2006-05-30 Didier Verna <didier@xemacs.org>
13594
13595 * message.el (message-dont-reply-to-names): Update the custom type.
13596 * message.el (message-dont-reply-to-names): New defsubst: potentially
13597 convert a list of regexps into a single one.
13598 * message.el (message-get-reply-headers): Use it.
13599 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13600
13601 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13602
13603 * gnus-agent.el (directory-files-and-attributes): Move forward.
13604
13605 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13606
13607 * gnus-ml.el (gnus-mailing-list-subscribe)
13608 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13609 (gnus-mailing-list-message): Fix doc strings.
13610
13611 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13612
13613 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13614 of doing it manually.
13615
13616 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13617
13618 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13619 comment.
13620
13621 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
13622
13623 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13624 (gnus-agent-read-agentview): Fix handling of end-of-file error.
13625 (gnus-agent-read-local): All symbols allocated in my-obarray.
13626 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13627 (gnus-agent-regenerate-group): Check numeric names to see if they are
13628 messages or groups.
13629 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13630 better way of do this...)
13631
13632 * gnus-cache.el (gnus-agent-total-fetched-for):
13633 Ignore 'dummy.group' (there should be a better way of do this...)
13634
13635 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13636
13637 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13638 (gnus-saved-headers): Ditto.
13639 (gnus-default-article-saver): Mention functions may have properties.
13640 (gnus-article-save): Override gnus-save-all-headers and
13641 gnus-saved-headers by :headers property which saver function may have.
13642 (gnus-summary-save-in-file): Add :headers property.
13643 (gnus-summary-write-to-file): Ditto.
13644
13645 * gnus-sum.el (gnus-summary-save-article): Bind
13646 gnus-prompt-before-saving to t when saving many articles in a file;
13647 always show all headers.
13648
13649 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13650
13651 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13652 marks.
13653
13654 * message.el (message-indent-citation): Add optional arguments to allow
13655 using it outside of message buffers.
13656
13657 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13658 (gnus-article-treat-unfold-headers): Use it.
13659 (gnus-article-truncate-lines): New variable.
13660 (gnus-article-mode): Use it.
13661 (gnus-article-toggle-truncate-lines): New function.
13662
13663 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13664 Add gnus-article-toggle-truncate-lines.
13665
13666 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13667 coding system in XEmacs, use binary.
13668
13669 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13670
13671 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13672 after-load-alist.
13673
13674 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13675 this function should save decoded articles.
13676 (gnus-summary-write-to-file): Use property to specify this function
13677 should save decoded articles and specify gnus-summary-save-in-file
13678 should be used to save articles other than the first one when saving
13679 many articles.
13680 (gnus-summary-save-body-in-file): Use property to specify this
13681 function should save decoded articles.
13682 (gnus-summary-write-body-to-file): Use property to specify this
13683 function should save decoded articles and specify
13684 gnus-summary-save-body-in-file should be used to save articles other
13685 than the first one when saving many articles.
13686
13687 * gnus-sum.el (gnus-summary-save-article): Simplify.
13688
13689 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13690
13691 * gnus-art.el (gnus-default-article-saver):
13692 Add gnus-summary-write-body-to-file.
13693 (gnus-article-save-coding-system): Don't use coding system object
13694 in XEmacs.
13695 (gnus-read-save-file-name): Add optional `dir-var' argument which
13696 specifies directory in which files are saved; work even if optional
13697 `variable' argument is not specified.
13698 (gnus-summary-write-to-file): Read file name.
13699 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13700 (gnus-summary-write-body-to-file): New function.
13701
13702 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13703 (gnus-summary-local-variables): Add it.
13704 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13705 (gnus-summary-save-article): Remove optional `decode' argument;
13706 determine whether to decode articles by the value of
13707 gnus-default-article-saver; when saving many files using
13708 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13709 it first and use gnus-summary-save-in-file or
13710 gnus-summary-save-body-in-file thereafter unless
13711 gnus-prompt-before-saving is always; move point to article which
13712 will be saved.
13713 (gnus-summary-save-article-file): Revert.
13714 (gnus-summary-write-article-file): Revert.
13715 (gnus-summary-save-article-body-file): Revert.
13716 (gnus-summary-write-article-body-file): New function.
13717
13718 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13719
13720 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13721
13722 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13723
13724 * gnus-art.el (gnus-default-article-saver): Doc fix.
13725 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13726 from gnus-summary-save-article-coding-system, and default to a
13727 certain coding system.
13728 (gnus-output-to-file): Add coding cookie and encode text according
13729 to gnus-article-save-coding-system; don't use mm-append-to-file.
13730
13731 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13732 gnus-art.el and rename to gnus-article-save-coding-system.
13733 (gnus-summary-save-article): Require gnus-art; don't show all
13734 headers if it decodes articles; don't add coding cookie here;
13735 don't bind mm-text-coding-system-for-write.
13736 (gnus-summary-save-article-file): Save decoded articles.
13737 (gnus-summary-write-article-file): When saving many files, use
13738 gnus-summary-write-to-file first and gnus-summary-save-in-file
13739 thereafter unless gnus-prompt-before-saving is always.
13740 (gnus-summary-save-article-body-file): Save decoded articles.
13741
13742 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13743
13744 * nnrss.el (nnrss-check-group): Bind hash-index.
13745
13746 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
13747
13748 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13749 its hash index. Store this hash in `nnrss-group-data'.
13750 (nnrss-read-group-data): Update accordingly.
13751
13752 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13753
13754 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13755 entry.
13756
13757 * gnus-sum.el (gnus-summary-make-menu-bar):
13758 Add gnus-article-browse-html-article.
13759
13760 2006-05-23 Hynek Schlawack <hynek@ularx.de>
13761
13762 * gnus-sum.el (gnus-summary-mime-map):
13763 Add gnus-article-browse-html-article.
13764
13765 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13766
13767 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13768 suitable coding systems in customize.
13769
13770 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13771
13772 * mail-source.el (mail-sources): Fix custom type.
13773
13774 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13775
13776 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13777 (gnus-summary-expire-articles-now): Shorten prompt.
13778
13779 * gmm-utils.el (wid-edit): Require.
13780 (defun-gmm): Rename from `gmm-defun-compat'.
13781 (gmm-image-search-load-path): Use it.
13782 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
13783
13784 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13785
13786 * gnus-sum.el (gnus-summary-save-article-coding-system):
13787 New variable.
13788 (gnus-summary-save-article): Add optional `decode' argument.
13789 If it is set and gnus-summary-save-article-coding-system is non-nil,
13790 save decoded article.
13791 (gnus-summary-write-article-file): Save decoded article if
13792 gnus-summary-save-article-coding-system is non-nil.
13793
13794 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13795 type.
13796
13797 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13798
13799 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13800
13801 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
13802
13803 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13804 first to test gnus-single-article-buffer which may be buffer-local.
13805
13806 * gnus-sum.el (gnus-summary-setup-buffer):
13807 Make gnus-single-article-buffer buffer-local and nil in ephemeral
13808 group; make gnus-article-buffer, gnus-article-current, and
13809 gnus-original-article-buffer always buffer-local.
13810 (gnus-summary-exit): Kill article buffer belonging to ephemeral
13811 group.
13812 (gnus-handle-ephemeral-exit): Don't move to next summary line.
13813
13814 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13815
13816 * nnml.el (nnml-request-compact-group): Compressed files might not
13817 have .gz extension.
13818
13819 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13820
13821 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13822 (mm-copy-to-buffer): Use with-current-buffer.
13823 (mm-display-part): Simplify.
13824 (mm-inlinable-p): Add optional arg `type'.
13825
13826 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13829 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13830 Try harder to show the attachment internally or externally using
13831 gnus-mime-view-part-as-type.
13832
13833 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13834
13835 * message.el (message-from-style, message-signature-separator)
13836 (message-user-organization-file, message-send-mail-function)
13837 (message-citation-line-function, message-yank-prefix)
13838 (message-indent-citation-function, message-signature)
13839 (message-signature-file, message-signature-insert-empty-line):
13840 Remove autoloads.
13841
13842 * gnus-art.el (gnus-buttonized-mime-types):
13843 Remove "multipart/signed". Revert 2006-04-26 change.
13844
13845 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13846
13847 * gnus.el (gnus-version-number): Bump version.
13848
13849 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13850
13851 * gnus.el: No Gnus v0.5 is released.
13852
13853 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13854
13855 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13856 fetching articles by message-id.
13857
13858 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13859
13860 * message.el (hashcash): Require hashcash as normal.
13861
13862 * ecomplete.el (ecomplete-highlight-match-line):
13863 Use point-at-eol.
13864 (ecomplete-highlight-match-line): Use `highlight', because that
13865 face exists in both Emacs and XEmacs.
13866
13867 * message.el (message-display-abbrev): Use point-at-bol.
13868
13869 * mail-source.el: Don't require timer/timer-funcs.
13870
13871 * gnus-async.el: Ditto.
13872
13873 * password.el: Ditto.
13874
13875 * mm-url.el: Ditto.
13876
13877 * mm-util.el: Require timer/timer-funcs.
13878
13879 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13880
13881 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13882 Close.
13883
13884 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13885
13886 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13887 unibyte after clear-decrypt function runs.
13888
13889 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13890 returns as a unibyte string.
13891
13892 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
13893
13894 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13895 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13896 (mml1991-pgg-encrypt): Ditto.
13897
13898 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
13899
13900 * message.el (message-user-organization-file): Check several
13901 locations of the organization file.
13902
13903 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13904 Add gnus-article-view-part-as-type.
13905
13906 * gnus-art.el (gnus-article-view-part-as-type): New function.
13907
13908 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13909 .mobi and .travel. Remove .nato, .bitnet and .uucp.
13910
13911 * mml.el: Simplify autoload.
13912 (mml-mode): defvar dnd-protocol-alist instead of using
13913 symbol-value.
13914 (mml-default-directory): New variable.
13915 (mml-minibuffer-read-file): Use it.
13916 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13917
13918 * message.el (message-citation-line-format): New variable.
13919 (message-insert-formated-citation-line): New function.
13920 (message-citation-line-function):
13921 Add `message-insert-formated-citation-line' to custom type.
13922
13923 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13924 to doc string.
13925
13926 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13927 depending on mm-verify-option.
13928
13929 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13930
13931 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13932 binding pgg-* variables; reimplement the section which prevents
13933 MIME header from being signed.
13934 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13935 pgg-text-mode; remove a blank line at the top of body.
13936
13937 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13938 lines at the top of body; use gnus-newsgroup-charset if there's no
13939 Charset header.
13940
13941 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13942
13943 * message.el (message-self-insert-commands): Doc fix.
13944
13945 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13946 (mm-uu-pgp-encrypted-test): Ditto.
13947 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13948 between header and body; return application/pgp-encrypted handle
13949 if decryption failed; decode decrypted body by charset.
13950
13951 * mm-decode.el (mm-automatic-display): Don't make application/pgp
13952 element match to application/pgp-*.
13953
13954 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13955
13956 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13957 HTML.
13958
13959 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13960
13961 * mail-source.el (mail-source-call-script): Message the error
13962 string.
13963
13964 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13965
13966 * gnus-util.el (gnus-byte-compile): Use it.
13967
13968 2006-04-22 xyblor <fake@invalid.email> (tiny change)
13969
13970 * gnus-util.el (kill-empty-logs): New function.
13971
13972 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13973
13974 * message.el (message-mail-alias-type): Doc fix.
13975 (message-mail-alias-type-p): New function.
13976 (message-send): Use it.
13977 (message-mode): Ditto.
13978 (message-strip-forbidden-properties): Ditto.
13979
13980 * ecomplete.el (ecomplete-database-file-coding-system):
13981 New variable.
13982 (ecomplete-save): Use it.
13983 (ecomplete-setup): Use it.
13984
13985 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13986
13987 * message.el (message-self-insert-commands): New variable.
13988 (message-strip-forbidden-properties): Use it.
13989
13990 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13991
13992 * message.el (message-put-addresses-in-ecomplete): Use a regexp
13993 that doesn't make XEmacs choke.
13994
13995 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13996
13997 * gnus-util.el (gnus-replace-in-string):
13998 Prefer replace-regexp-in-string over of replace-in-string.
13999
14000 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14001
14002 * gnus-util.el (gnus-select-frame-set-input-focus):
14003 Use select-frame-set-input-focus if it is available in XEmacs; use
14004 definition defined in Emacs 22 for old Emacsen.
14005
14006 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14007
14008 * mm-view.el (mm-inline-text): Use equal instead of equalp.
14009
14010 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
14011
14012 * gnus-registry.el (gnus-registry-cache-save): Remove text
14013 properties when saving via the temp buffer.
14014
14015 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14016
14017 * message.el (message-generate-hashcash): Honor custom type.
14018
14019 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14020
14021 * message.el (message-generate-hashcash): Default to non-nil when
14022 hashcash is found.
14023
14024 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14025 (gnus-refer-thread-limit): Increase default to 500.
14026
14027 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14028
14029 * flow-fill.el (fill-flowed): Allow delete-space.
14030
14031 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14032
14033 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14034 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14035 Remove autoloads.
14036
14037 2006-04-18 Simon Josefsson <jas@extundo.com>
14038
14039 * message.el (message-generate-hashcash): Default to.
14040
14041 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14042
14043 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14044 concatenating segments rather than before concatenating them.
14045
14046 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14047
14048 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14049
14050 * imap.el (imap-quote-specials): New function.
14051 (imap-login-auth): Quote specials.
14052
14053 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14054
14055 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14056
14057 * message.el (message-forward-make-body-plain):
14058 Allow message-forward-ignored-headers to be a list.
14059 (message-remove-ignored-headers): Factor out into function.
14060 (message-forward-make-body-mml): Use it.
14061 * rfc2231.el (rfc2231-parse-string): Remove dead code.
14062 (rfc2231-parse-string): Allow concatanation of parameters that
14063 aren't contiguous. The test case is
14064 (mail-header-parse-content-type "message/external-body;
14065 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14066 access-type=LOCAL-FILE;
14067 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14068
14069 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14070
14071 * nntp.el (nntp-accept-process-output): Return the value of
14072 `nnheader-accept-process-output'.
14073
14074 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14075
14076 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14077 (gnus-button-alist): Recognize more diff formats.
14078 (gnus-button-patch): Strip directory.
14079
14080 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14081
14082 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14083 Emacs 22 when setting focus.
14084
14085 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14086
14087 * gnus-art.el (gnus-article-treat-types): Do treatment of
14088 text/x-verbatim parts.
14089 (gnus-button-patch): New command.
14090
14091 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14092 addresses that contain invalid characters.
14093
14094 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14095
14096 * message.el (message-put-addresses-in-ecomplete):
14097 Use gnus-replace-in-string.
14098 (message-is-yours-p): Use the more correct
14099 mail-header-parse-address instead of
14100 mail-extract-address-components.
14101 (message-put-addresses-in-ecomplete): Fix typo.
14102
14103 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14104 keystroke.
14105
14106 * gnus-art.el (gnus-treatment-function-alist): Change order of
14107 newsgroups/generic header folding to avoid double-folding.
14108
14109 * message.el (message-hidden-headers): Add X-Draft-From.
14110
14111 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14112 New command.
14113 (gnus-summary-repeat-search-article-backward): New command.
14114
14115 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14116 groups in the parent topic.
14117
14118 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
14119
14120 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14121 (spam-extra-header-to-number): Return the CRM114 number as a
14122 number instead of a string.
14123
14124 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14125
14126 * gnus-art.el (gnus-face-properties-alist): Move here from
14127 gnus-fun.
14128
14129 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14130
14131 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14132
14133 * message.el (message-strip-forbidden-properties): Only display on
14134 self-insert-command.
14135
14136 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14137 reindent.
14138 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14139
14140 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
14141
14142 * smiley.el (smiley-style): Fix typo.
14143
14144 2006-03-23 Kenichi Handa <handa@m17n.org>
14145
14146 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14147 instead of set-buffer-multibyte.
14148
14149 2006-03-23 Kenichi Handa <handa@m17n.org>
14150
14151 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14152 buffer and then decode the buffer text if necessary.
14153 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14154 first, and after mm-encode-body, change the buffer to unibyte.
14155
14156 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14157
14158 * hashcash.el (hashcash-insert-payment-async-2):
14159 Use message-goto-eoh instead of doing it manually.
14160 (mail-add-payment): Use message-narrow-to-header instead of trying
14161 to do the same itself.
14162
14163 * message.el (message-hidden-headers): Add Face.
14164
14165 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14166 reparenting code.
14167 (gnus-summary-reparent-children): Refactored out code.
14168 (gnus-summary-thread-map): New keystroke.
14169 (gnus-summary-reparent-children): Make into command.
14170
14171 * smiley.el (smiley-style): Default to `medium' if using a large
14172 font.
14173
14174 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14175 does it itself.
14176
14177 * message.el (message-point-in-header-p): Simplify definition.
14178
14179 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14180
14181 * nnagent.el (nnagent-request-set-mark): Silence log file
14182 writing.
14183 (nnagent-request-set-mark): Use write-region instead of
14184 append-to-file.
14185
14186 * gnus-sum.el (gnus-read-header): Fudge article number if using a
14187 strange select method.
14188
14189 * ecomplete.el (ecomplete-display-matches): Get highlightling
14190 right.
14191 (ecomplete-display-matches): Use literals.
14192 (ecomplete-display-matches): Disable message logging.
14193
14194 * message.el (message-display-abbrev): Small optimization.
14195
14196 * ecomplete.el (ecomplete-display-matches): Allow automatic
14197 display.
14198
14199 * message.el (message-strip-forbidden-properties):
14200 Display abbrevs.
14201 (message-display-abbrev): Get automatic display right.
14202
14203 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14204 keystrokes.
14205
14206 2006-04-13 Romain Francoise <romain@orebokech.com>
14207
14208 TODO: Backport to v5-10!
14209
14210 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14211 Move here (and rename) from gnus-registry.el.
14212
14213 * gnus-registry.el: Require gnus-util.
14214 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14215
14216 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14217
14218 * gnus-group.el (gnus-group-catchup-current):
14219 Change if-then-else-if-then-else into cond.
14220 (gnus-group-catchup): Indent.
14221 (group-name-at-point): New function.
14222 (gnus-fetch-group): Provide default from thing at point.
14223
14224 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14225
14226 * message.el (message-display-abbrev): Fix regexp.
14227
14228 * ecomplete.el (ecomplete-highlight-match-line):
14229 Reimplement choosing.
14230 (ecomplete-highlight-match-line): Fix up code rewrite, remove
14231 dead variables.
14232
14233 * message.el (message-newline-and-indent): Remove debugging.
14234 (message-display-abbrev): Use new implementation.
14235
14236 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
14237
14238 * gnus-art.el (gnus-article-mode):
14239 Set cursor-in-non-selected-windows to nil.
14240
14241 * smiley.el: Revert previous change.
14242 (smiley-data-directory): defvar it before using it in the
14243 defcustom of `smiley-style'.
14244
14245 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14246
14247 * message.el (message-newline-and-indent): New function.
14248
14249 * ecomplete.el: Implement more bits.
14250
14251 * message.el (message-put-addresses-in-ecomplete): Clean up the
14252 string.
14253
14254 * ecomplete.el (ecomplete-add-item): Chop off decimals.
14255
14256 * gnus-sum.el (gnus-summary-save-parts):
14257 Bind gnus-summary-save-parts-counter and use it to make unique file
14258 names.
14259
14260 * gnus-art.el (gnus-ignored-headers): Add some more headers.
14261
14262 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14263 parameter to say whether to actually parse the individual
14264 addresses.
14265
14266 * message.el (message-put-addresses-in-ecomplete): New function.
14267 (ecomplete): Require.
14268 (message-mail-alias-type): Add ecomplete as an option.
14269
14270 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
14271
14272 * flow-fill.el (fill-flowed): Remove trailing space from blank
14273 quoted lines.
14274
14275 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14276
14277 * smiley.el (smiley-style): Move definition later to avoid a
14278 compilation warning.
14279
14280 2006-04-12 Kenichi Handa <handa@m17n.org>
14281
14282 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14283 buffer and then decode the buffer text if necessary.
14284 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14285 first, and after mm-encode-body, change the buffer to unibyte.
14286 Use mm-disable-multibyte instead of set-buffer-multibyte.
14287
14288 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14289
14290 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14291 Content-Type header instead of Content-Disposition header.
14292 (gnus-mime-inline-part): Ditto.
14293 (gnus-mime-view-part-as-charset): Ignore charset that the part
14294 specifies.
14295
14296 * mm-decode.el (mm-display-part): Work with external parts and
14297 usual parts similarly.
14298
14299 * mm-extern.el (mm-inline-external-body): Use mm-display-part
14300 instead of gnus-display-mime.
14301
14302 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14303 instead of with-temp-buffer.
14304
14305 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14306 tag to summarized topics part in order to encode non-ASCII text.
14307
14308 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14309
14310 * smiley.el (smiley-style): New variable.
14311 (smiley-directory): New function.
14312 (smiley-data-directory): Derive from `smiley-style' using
14313 `smiley-directory'.
14314 (smiley-regexp-alist): Add new entries.
14315
14316 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14317 (gnus-article-browse-delete-temp): Add :version.
14318
14319 2006-04-11 Arne Jørgensen <arne@arnested.dk>
14320
14321 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14322 the sieve region.
14323
14324 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14325
14326 * gnus.el (gnus-version-number): Bump version.
14327
14328 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14329
14330 * gnus.el: No Gnus v0.4 is released.
14331
14332 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14333
14334 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14335 layout.
14336
14337 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14338 unknown charset.
14339
14340 * message.el (message-header-synonyms): Add Original-To to the
14341 default.
14342
14343 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14344 optional parameter.
14345
14346 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14347
14348 * gnus-fun.el (gnus): Require it for gnus-directory.
14349
14350 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14351
14352 * gnus-fun.el (gnus-face-properties-alist): Add :version.
14353
14354 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14355
14356 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14357
14358 2006-04-05 Simon Josefsson <jas@extundo.com>
14359
14360 * password.el (password-reset): New function.
14361
14362 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14363
14364 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14365 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14366
14367 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14368
14369 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14370 Some whitespace was matched into the url, which broke browsing hits
14371 > 100 when mm-url-use-external was nil.
14372
14373 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14374
14375 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14376 Check gnus-extra-headers for 'Newsgroups.
14377
14378 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14379 bound.
14380
14381 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14382
14383 * pgg-gpg.el: Clean up process buffers every time gpg processes
14384 complete.
14385
14386 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14387
14388 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14389 doc string.
14390
14391 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14392
14393 * pgg-gpg.el (pgg-gpg-process-filter)
14394 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14395
14396 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14397 lines, temporary fix.
14398
14399 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14400
14401 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14402
14403 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14404
14405 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14406 default-enable-multibyte-characters. This reverts the change from
14407 revision 6.17 which is no longer necessary because the passphrase
14408 is sent separately now. GnuPG messages are unreadable under
14409 multibyte locales with default-enable-multibyte-characters set to
14410 nil.
14411
14412 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
14413
14414 * message.el (message-tool-bar-gnome): Move "spell".
14415
14416 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
14417
14418 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14419 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
14420 instead.
14421
14422 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
14423
14424 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14425 Improve newsgroups handling for NNTP overviews which don't include
14426 Newsgroups.
14427
14428 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14429
14430 * message.el (message-resend): Bind message-generate-hashcash to nil.
14431
14432 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14433
14434 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14435 when searching for already-paid recipients.
14436
14437 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14438
14439 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14440 passphrases when it is not needed.
14441 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14442 passphrase stuff from gpg, should only be necessary when you use
14443 gpg with a smartcard.
14444
14445 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
14446
14447 * mml.el (mml-insert-mime): Ignore cached contents of
14448 message/external-body part.
14449
14450 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14451 (mm-insert-part): Ditto.
14452
14453 2006-03-23 Simon Josefsson <jas@extundo.com>
14454
14455 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14456 Reiner.
14457 (pgg-gpg-use-agent-p): Use it again.
14458
14459 2006-03-23 Simon Josefsson <jas@extundo.com>
14460
14461 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14462 older emacsen.
14463 (pgg-gpg-use-agent-p): Don't use it.
14464
14465 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
14466
14467 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14468 if we can.
14469
14470 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14471
14472 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14473 (pgg-gpg-update-agent): New function.
14474 (pgg-gpg-use-agent-p): New function.
14475 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14476 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14477 (pgg-gpg-sign-region): Use it.
14478
14479 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
14480
14481 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14482 Reported by Ralf Wachinger <rwachinger@gmx.de>.
14483
14484 2006-03-21 Simon Josefsson <jas@extundo.com>
14485
14486 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14487 <wilde@sha-bang.de>.
14488 (pgg-gpg-use-agent): New variable.
14489 (pgg-gpg-process-region): Use it.
14490 (pgg-gpg-encrypt-region): Likewise.
14491 (pgg-gpg-encrypt-symmetric-region): Likewise.
14492 (pgg-gpg-decrypt-region): Likewise.
14493 (pgg-gpg-sign-region): Likewise.
14494 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14495
14496 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14497
14498 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14499
14500 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14501 Add comment on version.
14502
14503 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
14504
14505 * smiley.el: Add missing test smiley.
14506
14507 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14508
14509 * mm-decode.el (mm-with-part): New macro.
14510 (mm-get-part): Use it; work with message/external-body as well.
14511 (mm-save-part): Treat name and filename equally.
14512
14513 * mm-extern.el (mm-extern-cache-contents): New function.
14514 (mm-inline-external-body): Use it; force the part to be displayed;
14515 move undisplayer added to the cached handle to the parent.
14516
14517 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14518 (gnus-mime-view-part-as-type): Work with message/external-body.
14519
14520 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14521
14522 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14523
14524 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14525 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14526 Emacs.]
14527
14528 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14529
14530 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14531 path rather than symbol. Always return list of directories.
14532 Guarantee that image directory comes first. [Sync with image.el,
14533 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14534
14535 * message.el (message-make-tool-bar): Adjust to new API of
14536 `gmm-image-load-path-for-library'.
14537
14538 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14539
14540 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14541
14542 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14543
14544 * gnus-art.el (gnus-article-only-boring-p):
14545 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14546 intangible text.
14547 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14548
14549 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
14550
14551 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14552 Use `defun' instead of `gmm-defun-compat'.
14553
14554 2006-03-14 Simon Josefsson <jas@extundo.com>
14555
14556 * message.el (message-unique-id): Don't use message-number-base36
14557 if (user-uid) is a float.
14558 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14559
14560 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14561
14562 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14563
14564 * gnus-art.el (gnus-mime-display-single): Make sure there is an
14565 empty line between a part and a message part.
14566
14567 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
14568
14569 * smiley.el: Add more test smileys.
14570 (smiley-data-directory, smiley-regexp-alist)
14571 (gnus-smiley-file-types): Fix doc strings.
14572 (smiley-update-cache): Clear smiley-cached-regexp-alist before
14573 adding new elements.
14574 (smiley-mouse-map): Unused code. Make it a comment.
14575
14576 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14579 scan latest NoCeM messages instead of old ones.
14580 (gnus-nocem-check-article): Fix regexps so as to match to PGP
14581 delimiters that are recently used.
14582 (gnus-nocem-load-cache): Add autoload cookie.
14583
14584 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14585
14586 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14587 level which is larger than gnus-use-nocem is specified.
14588
14589 * gnus-group.el (gnus-group-get-new-news): Ditto.
14590
14591 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14592
14593 * gnus-util.el (gnus-tool-bar-update): New function.
14594
14595 * gnus-group.el (gnus-group-update-tool-bar): New variable.
14596 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14597
14598 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14599
14600 * gnus-group.el (gnus-group-redraw-when-idle)
14601 (gnus-group-redraw-check): Remove.
14602 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14603
14604 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
14605
14606 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14607 if optional last element is specified in splits (FIELD VALUE...).
14608
14609 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
14610
14611 * message.el (message-make-tool-bar): Rename gmm-image-load-path
14612 to gmm-image-load-path-for-library. Call with no-error argument.
14613 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14614
14615 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14616
14617 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14618
14619 * gmm-utils.el (gmm-image-load-path): Remove alias.
14620
14621 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
14622
14623 * gmm-utils.el (gmm-image-load-path): Add alias.
14624
14625 * nnml.el (nnml-generate-nov-databases-directory): Rename from
14626 nnml-generate-nov-databases-1.
14627 (nnml-generate-nov-databases): Use it.
14628 (nnml-generate-nov-databases-directory): Document no-active
14629 argument.
14630
14631 * gmm-utils.el (gmm-image-load-path-for-library): Return single
14632 directory if path is t. Add no-error.
14633
14634 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14635 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14636
14637 * gnus-art.el (gnus-article-browse-delete-temp-files):
14638 Simplify resetting gnus-article-browse-html-temp-list.
14639
14640 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14641 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
14642 Add example to docstring. Rename local variables. Move error
14643 checks to default case in cond and simplify.
14644
14645 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
14646
14647 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14648 handle is multipart when calling it recursively.
14649 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14650
14651 2006-03-03 Daniel Pittman <daniel@rimspace.net>
14652
14653 * nnimap.el (nnimap-request-update-info-internal): Optimize.
14654 Don't `gnus-uncompress-range' to avoid excessive memory usage.
14655
14656 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14657
14658 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14659 is loaded.
14660
14661 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14662 loaded.
14663
14664 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14665
14666 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14667 to "Emacs 23 (unicode)" in doc string.
14668
14669 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14670 "Emacs 23 (unicode)" in comment.
14671
14672 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14673
14674 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14675
14676 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14677 characters 160 through 255 in Emacs 23.
14678
14679 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14680
14681 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14682 gnus-article-browse-html-temp.
14683 (gnus-article-browse-delete-temp): Make it customizable.
14684 Add `file'. Adjust doc string.
14685 (gnus-article-browse-delete-temp-files): Add argument.
14686 Allow query for each file. Adjust doc string.
14687 (gnus-article-browse-html-parts):
14688 Add `gnus-article-browse-delete-temp-files' to
14689 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14690
14691 2006-03-02 Hynek Schlawack <hynek@ularx.de>
14692
14693 * gnus-art.el (gnus-article-browse-html-temp)
14694 (gnus-article-browse-delete-temp): New variables.
14695 (gnus-article-browse-delete-temp-files): New function.
14696 (gnus-article-browse-html-parts): Use it.
14697
14698 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14699
14700 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14701
14702 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14703 string.
14704
14705 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14706 gnus-summary-insert-new-articles when unplugged.
14707 Remove gnus-summary-search-article-forward.
14708
14709 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14710 display-visual-class instead of display-color-cells.
14711
14712 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
14713
14714 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14715 message/* containing non-ASCII text properly.
14716
14717 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
14718
14719 * message.el: Require gmm-utils, remove autoloads.
14720 (message-tool-bar): Set default based on
14721 gmm-tool-bar-style.
14722 (message-tool-bar-gnome): Add gmm-customize-mode.
14723
14724 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14725 gmm-tool-bar-style.
14726 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14727
14728 * gnus-group.el (gnus-group-tool-bar): Set default based on
14729 gmm-tool-bar-style.
14730 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14731
14732 * gmm-utils.el (gmm-image-directory): Rename variable from
14733 gmm-image-load-path.
14734 (gmm-image-load-path): Use gmm-image-directory.
14735 (gmm-customize-mode): New function.
14736 (gmm-tool-bar-style): New variable.
14737
14738 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14739 gnus-group-redraw-line-number.
14740 (gnus-group-redraw-check): Simplify.
14741 (gnus-group-tool-bar-update): Remove redraw check.
14742 (gnus-group-make-tool-bar): Add redraw check.
14743
14744 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14745
14746 * gnus-art.el (gnus-button): Add missing parentheses.
14747
14748 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14749
14750 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14751
14752 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14753
14754 * gnus-art.el (gnus-button): New face.
14755 (gnus-article-button-face): Use it.
14756
14757 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14758 Add gnus-summary-next-page. Re-order.
14759
14760 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14761 next-node are now included.
14762 (gnus-group-redraw-line-number): New internal variable.
14763 (gnus-group-redraw-check): Helper function for updating the tool
14764 bar.
14765 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14766
14767 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14768
14769 * spam.el (spam-spamassassin-score-regexp): New internal variable.
14770 (spam-extra-header-to-number, spam-check-spamassassin-headers):
14771 Use it to match format of Spamassassin 3.0 and later.
14772 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14773 (spam-check-bogofilter)
14774 (spam-bogofilter-register-with-bogofilter): Fix args of
14775 `gnus-error' calls.
14776
14777 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14778
14779 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14780 unnecessary interaction when sending queued mails.
14781 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14782
14783 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14784
14785 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14786 first or last are nil.
14787
14788 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14789
14790 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14791
14792 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14793
14794 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14795
14796 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14797
14798 * dns.el (query-dns): Protect more against buggy tcp output.
14799
14800 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14801
14802 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14803 nov.php.
14804
14805 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14806
14807 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14808 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14809 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
14810 output on the server side.
14811 (nnweb-google-create-mapping): Update regexps and add some
14812 progress indication.
14813
14814 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
14815
14816 * gnus-group.el (gnus-group-tool-bar-gnome):
14817 Fix gnus-agent-toggle-plugged. Re-order icons.
14818 (gnus-group-tool-bar-gnome):
14819 Add gnus-group-{prev,next}-unread-group.
14820 (gnus-group-tool-bar-gnome): Re-order icons.
14821
14822 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14823 Move gnus-summary-insert-new-articles.
14824
14825 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14826 Fix comments.
14827
14828 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
14829 also available in Emacs 21.3.
14830
14831 * message.el (message-fix-before-sending): Change "Emacs 22" to
14832 "Emacs 23 (unicode)" in comment.
14833
14834 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14835 "Emacs 23 (unicode)" in comment.
14836
14837 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14838 comment.
14839 (mm-coding-system-p): Add comment about no-MULE XEmacs.
14840
14841 * mm-view.el (mm-fill-flowed): Add :version.
14842
14843 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
14844
14845 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14846 and load-path.
14847
14848 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
14849
14850 * message.el: Autoload gmm-image-load-path.
14851 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14852 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
14853 consitency.
14854
14855 * gmm-utils.el (gmm-image-load-path): Also search in
14856 "../etc/images". Don't set gmm-image-load-path if we don't find
14857 the image.
14858
14859 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
14860
14861 * gmm-utils.el (gmm-image-load-path): Don't make
14862 `gmm-image-load-path' include subdirectories which the second arg
14863 `image' might specify.
14864
14865 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14866 subdirectory to icon file names.
14867
14868 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14869
14870 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14871
14872 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14873 gmm-image-load-path calls.
14874
14875 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14876
14877 * message.el (message-make-tool-bar): Ditto.
14878
14879 * mml.el (mml-preview): Add comment concerning tool bar icons.
14880
14881 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14882 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14883
14884 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14885 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14886
14887 * message.el (message-tool-bar-gnome): Use new icon names.
14888 (message-make-tool-bar): Use `gmm-image-load-path'.
14889
14890 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14891 New functions from MH-E.
14892 (gmm-image-load-path): New variable from MH-E.
14893 (gmm-image-load-path): New function from MH-E. Add arguments
14894 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
14895 *-image-load-path-called-flag.
14896
14897 2006-02-21 Milan Zamazal <pdm@brailcom.org>
14898
14899 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14900
14901 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
14902
14903 * nnimap.el (nnimap-request-move-article): Change folder back to
14904 source group before deleting.
14905
14906 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
14907
14908 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14909
14910 * gnus-art.el (mm-url-insert-file-contents-external):
14911 Autoload mm-url.
14912
14913 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14914
14915 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
14916
14917 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14918 coding system which mm-charset-to-coding-system returns for a
14919 given charset is valid.
14920
14921 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14922
14923 * html2text.el (html2text-remove-tag-list):
14924 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14925
14926 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14927
14928 * gnus-cus.el: Revert 2005-10-17 change.
14929
14930 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14931
14932 * gnus-art.el (article-strip-banner):
14933 Call article-really-strip-banner only when the regexp match is made.
14934
14935 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
14936
14937 * gnus-art.el (article-strip-banner):
14938 Use gnus-extract-address-components instead of
14939 mail-header-parse-addresses to make it work with non-ASCII text;
14940 remove mail-encode-encoded-word-string.
14941
14942 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14943 values which are surrounded with \"...\"; make it never cause a
14944 Lisp error; give up parsing of parameters if it failed in
14945 extracting type.
14946
14947 2006-02-14 Arne Jørgensen <arne@arnested.dk>
14948
14949 * smime.el (smime-cert-by-ldap-1): Fix bug where
14950 `smime-ldap-search' returns results without userCertificates.
14951
14952 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14953
14954 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14955
14956 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14957
14958 * spam.el (spam-check-spamassassin-headers): Adapt format for
14959 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
14960 <ari@mbf.ocn.ne.jp>.
14961 (spam-list-of-processors): Add spam-use-gmane.
14962
14963 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14964
14965 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14966 make-temp-file; make it work with XEmacs as well.
14967
14968 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14969 mm-make-temp-file.
14970
14971 * mm-decode.el (mm-display-external): Use the 3rd arg of
14972 mm-make-temp-file.
14973 (mm-create-image-xemacs): Ditto.
14974
14975 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14976
14977 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14978 with message-narrow-to-headers.
14979 (gnus-draft-setup): Narrow to header to run message-fetch-field.
14980 (gnus-draft-check-draft-articles): New function.
14981 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14982
14983 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14984
14985 * gnus-art.el (gnus-article-browse-html-parts):
14986 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14987 Don't use suffix argument for mm-make-temp-file for Emacs 21
14988 compatibility. Remove useless `format'.
14989
14990 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14991
14992 * nnweb.el (nnweb-google-wash-article): Update regexps.
14993 (nnweb-group-alist): Use defvoo instead of defvar.
14994
14995 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14998 re-loading nn* modules.
14999
15000 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
15001
15002 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15003 for `tool-bar-mode' and don't check it's default-value.
15004
15005 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15006
15007 * message.el (message-make-tool-bar): Ditto.
15008
15009 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15010 `substring'. Shorten tmp-file name.
15011
15012 * gnus.el: Remove bogus comment.
15013
15014 2006-02-10 Hynek Schlawack <hynek@ularx.de>
15015
15016 * gnus-art.el (gnus-article-browse-html-parts): New function.
15017 (gnus-article-browse-html-article): New function for viewing html
15018 articles with a browser.
15019
15020 2006-02-09 Daiki Ueno <ueno@unixuser.org>
15021
15022 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15023 (mml2015-pgg-encrypt): Ditto.
15024
15025 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15026 (mml1991-pgg-encrypt): Ditto.
15027
15028 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15029
15030 * nnfolder.el (nnfolder-insert-newsgroup-line):
15031 Use message-make-date instead of current-time-string.
15032
15033 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15034 to gnus-decoded which mm-uu might set.
15035
15036 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15037
15038 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15039 don't decode quoted parameters; remove misimported Emacs code.
15040 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15041 (rfc2231-decode-encoded-string): Don't use split-string which
15042 behaves differently according to Emacs version; use
15043 mm-decode-coding-region to convert charset to coding-system.
15044 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15045 (rfc2231-encode-string): Remove misimported Emacs code.
15046
15047 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15048
15049 * gnus-art.el (article-decode-charset): Don't use ignore-errors
15050 when calling mail-header-parse-content-type.
15051 (article-de-quoted-unreadable): Ditto.
15052 (article-de-base64-unreadable): Ditto.
15053 (article-wash-html): Ditto.
15054
15055 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15056 calling mail-header-parse-content-type and
15057 mail-header-parse-content-disposition.
15058 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15059 mail-header-parse-content-type.
15060
15061 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15062 insert charset and format parameters; encode description after
15063 inserting it to buffer.
15064 (mml-insert-parameter): Fold lines properly even if a parameter is
15065 segmented into two or more lines; change the max column to 76.
15066
15067 * rfc1843.el (rfc1843-decode-article-body): Don't use
15068 ignore-errors when calling mail-header-parse-content-type.
15069
15070 * rfc2231.el (rfc2231-parse-string): Return at least type if
15071 possible; don't cause an error even if it fails in parsing of
15072 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15073 (rfc2231-encode-string): Don't break lines at the beginning, leave
15074 it to mml-insert-parameter.
15075
15076 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15077 calling mail-header-parse-content-type.
15078
15079 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
15080
15081 * spam-report.el (spam-report-gmane-use-article-number):
15082 Improve doc string.
15083 (spam-report-gmane-internal): Check if a suitable header was found
15084 in the article.
15085
15086 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
15087
15088 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15089 (rfc2231-encode-string): Make param*=value always begin with LWSP.
15090
15091 2006-02-05 Romain Francoise <romain@orebokech.com>
15092
15093 Update copyright notices of all files in the gnus directory.
15094
15095 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15096
15097 * nnweb.el (nnweb-request-group): Avoid growing overview files.
15098
15099 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15100
15101 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15102 segmented lines of parameter value to cope with Thunderbird 1.5
15103 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15104 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15105 (rfc2231-encode-string): Don't make lines exceeding 76 column.
15106
15107 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
15108
15109 * mml.el (mml-generate-mime-1): Correct the order of inline signed
15110 parts.
15111
15112 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15113
15114 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15115 there's only one active file for all servers.
15116 (nnweb-request-scan): Make sure nnweb-articles is initialized on
15117 solid groups. Gnus might have used a FAST request to select the group.
15118 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15119 and nnweb-search redundantly in the active file.
15120 (nnweb-request-list): Don't list bogus groups. There can only be one.
15121 (nnweb-request-create-group): Don't use ARGS.
15122 (nnweb-possibly-change-server, nnweb-request-group): Remove some
15123 initializations. Let nnoo do the work.
15124
15125 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
15126
15127 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15128 Say the part has been decoded.
15129
15130 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15131
15132 2006-01-31 Kevin Ryde <user42@zip.com.au>
15133
15134 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15135 mailcap-viewer-test-cache when there's no 'test clause, since that
15136 will invert the meaning of a "nil" test previously determined by
15137 mailcap-mailcap-entry-passes-test.
15138
15139 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
15140
15141 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15142 compiling.
15143
15144 * gnus-sum.el: Ditto.
15145
15146 * message.el: Don't bind tool-bar-map when compiling.
15147
15148 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
15149
15150 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15151
15152 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15153
15154 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15155 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15156 current Google Groups.
15157
15158 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
15159
15160 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15161 and tool-bar-mode.
15162
15163 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15164 and tool-bar-mode.
15165
15166 * message.el (message-tool-bar-update): Simplify.
15167 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15168
15169 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15170 gnus-summary-buffer.
15171 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15172 gnus-summary-reply.
15173
15174 * gmm-utils.el (gmm): Add :version.
15175
15176 2006-01-26 Steve Youngs <steve@sxemacs.org>
15177
15178 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15179 Don't autoload.
15180
15181 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
15182
15183 * gmm-utils.el (gmm-verbose): Add :group.
15184
15185 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
15186
15187 * message.el: Change some comments WRT tool-bars.
15188
15189 * gnus-sum.el (gnus-summary-tool-bar)
15190 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15191 (gnus-summary-tool-bar-zap-list): New variables.
15192 (gnus-summary-make-tool-bar): Complete rewrite using
15193 `gmm-tool-bar-from-list'.
15194
15195 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15196 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15197 New variables.
15198 (gnus-group-make-tool-bar): Complete rewrite using
15199 `gmm-tool-bar-from-list'.
15200 (gnus-group-tool-bar-update): New function.
15201
15202 * message.el (message-mode-field-menu): Add "Show hidden Headers".
15203
15204 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
15205
15206 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15207 is dissected into a single part of which the type is the same as
15208 the given one; decode charset.
15209
15210 2006-01-21 Kevin Ryde <user42@zip.com.au>
15211
15212 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15213 into alists as symbol not string, since that's what
15214 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15215 look for.
15216
15217 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
15218
15219 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15220 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15221
15222 * message.el (message-tool-bar-gnome): Use gmm-ignore.
15223
15224 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15225
15226 * gnus-art.el (gnus-mime-security-button-commands): New variable.
15227 (gnus-mime-security-button-menu): New definition.
15228 (gnus-mime-security-button-map): Use them.
15229 (gnus-mime-security-button-menu): New function.
15230 (gnus-insert-mime-security-button): Addition to help echo.
15231 (gnus-mime-security-run-function, gnus-mime-security-save-part)
15232 (gnus-mime-security-pipe-part): New functions.
15233
15234 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15235 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15236
15237 * mm-decode.el (mm-handle-set-disposition): Remove.
15238 (mm-handle-set-description): Remove.
15239
15240 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15241
15242 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15243 (mm-w3m-standalone-supports-m17n-p): New function.
15244 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15245 w3m usage.
15246
15247 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15248 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15249
15250 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15251
15252 * message.el (message-tool-bar-zap-list):
15253 Use gmm-tool-bar-zap-list as custom type.
15254 (message-tool-bar-update): New function.
15255 (message-tool-bar, message-tool-bar-gnome)
15256 (message-tool-bar-retro): Add message-tool-bar-update.
15257 (message-tool-bar-gnome): Add flyspell-buffer.
15258
15259 * gnus-util.el (gnus-error): Describe `args'.
15260
15261 * gmm-utils.el (gmm-error): Describe `args'.
15262 (gmm-tool-bar-zap-list): New widget.
15263 (gmm-tool-bar-from-list): Improve description of `zap-list'.
15264
15265 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15266
15267 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15268 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15269 the number of recursive calls.
15270
15271 * mm-decode.el (mm-handle-set-disposition): New macro.
15272 (mm-handle-set-description): New macro.
15273
15274 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15275
15276 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15277 encoding.
15278
15279 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15280
15281 * message.el (message-tool-bar-zap-list, message-tool-bar)
15282 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15283 (message-tool-bar-local-item-from-menu): Remove.
15284 (message-tool-bar-map): Replace by `message-make-tool-bar'.
15285 (message-make-tool-bar): New function.
15286 (message-mode): Use `message-make-tool-bar'.
15287
15288 * gmm-utils.el: New file.
15289 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15290 (gmm-lazy): New widget copied from `nnmail.el'.
15291 (gmm-tool-bar-from-list): New function for creating customizable
15292 tool bars.
15293 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
15294 output.
15295 (gmm): Add :prefix to defgroup.
15296
15297 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
15298
15299 * gmm-utils.el (gmm-widget-p): New function.
15300
15301 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15302
15303 * mml.el (mml-attach-file): Describe `description' in doc string.
15304 (mml-menu): Add Emacs MIME manual and PGG manual.
15305
15306 2006-01-20 Richard M. Stallman <rms@gnu.org>
15307
15308 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15309
15310 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
15311
15312 * nntp.el (nntp-end-of-line): Doc fix.
15313
15314 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
15315
15316 * imap.el (imap-open): Handle case where buffer is a buffer
15317 object.
15318
15319 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * gnus-delay.el (gnus-delay): Don't autoload.
15322 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15323 to be re-loaded when customizing the `gnus-delay' group.
15324
15325 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
15326
15327 * message.el (message-insert-citation-line): Use newlines.
15328
15329 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
15330
15331 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15332
15333 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15334
15335 2006-01-19 Mark D. Baushke <mdb@gnu.org>
15336
15337 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15338
15339 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15340
15341 * mm-decode.el (mm-inlined-types): Add application/pgp.
15342 (mm-automatic-display): Ditto.
15343
15344 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15345 part as text.
15346
15347 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
15348
15349 * nnrss.el: Update copyright.
15350 (nnrss-opml-import): Query whether to subscribe to each entry.
15351
15352 * gnus-art.el:
15353 * gnus-sum.el:
15354 * mm-uu.el:
15355 * mm-view.el: Update copyright.
15356
15357 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
15358
15359 * message.el (message-info): New function.
15360 (message-mode-menu): Add it.
15361 Update copyright.
15362
15363 * ChangeLog: Fix and update copyright.
15364
15365 2006-01-13 Romain Francoise <romain@orebokech.com>
15366
15367 * message.el (message-forward-subject-name-subject): Prefer the
15368 address to 'nowhere' if the sender has no name.
15369 Fix typo. Update copyright year.
15370
15371 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
15372
15373 * gnus-art.el (article-wash-html):
15374 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15375 (gnus-article-wash-html-with-w3m-standalone): New function.
15376
15377 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15378 mm-inline-text-html-render-with-w3m-standalone.
15379 (mm-text-html-washer-alist): Map w3m-standalone to
15380 gnus-article-wash-html-with-w3m-standalone.
15381 (mm-inline-text-html-render-with-w3m-standalone): New function.
15382
15383 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15384
15385 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15386 Improve LaTeX.
15387
15388 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
15389
15390 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15391 (nnrss-request-article): Render text/plain parts as HTML.
15392
15393 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15394 the buffer.
15395
15396 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
15397
15398 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15399 custom definition of `gnus-posting-styles'.
15400
15401 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15402 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15403
15404 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15405
15406 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15407 Use nntp for bug archive.
15408
15409 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
15410
15411 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15412 parts.
15413 (nnrss-normalize-date): New function converts ISO 8601 date into
15414 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15415 (nnrss-check-group): Use it.
15416
15417 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15418
15419 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15420
15421 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15422 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15423 (nnrss-insert-w3): Ditto.
15424
15425 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15426
15427 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15428 the articles to be forwarded including the case where neither a
15429 number of articles nor a region is specified.
15430
15431 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15432
15433 * nnrss.el (nnrss-request-article): Fix last change; fill
15434 text/plain parts.
15435
15436 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15437
15438 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15439 in text/plain part.
15440 (nnrss-check-group): Don't add excessive newline to dc:subject.
15441
15442 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
15443
15444 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15445 article.
15446
15447 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
15448
15449 * nnml.el: Don't require gnus-bcklg. Autoload it.
15450 (nnml-use-compressed-files, nnml-save-mail): Support other
15451 comression programs such as bzip2.
15452
15453 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15454
15455 * dns.el (query-dns): Make sure we check the buffer size before
15456 removing tcp headers.
15457
15458 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15459
15460 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15461 remove MIME buttons associated with multipart/alternative parts.
15462 (gnus-mime-display-alternative): Tag buttons using `article-type'
15463 text property.
15464
15465 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15466 associated with multipart/alternative parts.
15467
15468 * gnus-art.el (gnus-signature-separator): Fix custom type.
15469
15470 * mm-decode.el (mm-inlined-types): Fix custom type.
15471 (mm-keep-viewer-alive-types): Ditto.
15472 (mm-automatic-display): Ditto.
15473 (mm-attachment-override-types): Ditto.
15474 (mm-inline-override-types): Ditto.
15475 (mm-automatic-external-display): Ditto.
15476
15477 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
15478
15479 * spam-report.el (spam-report-user-mail-address)
15480 (spam-report-user-agent): New variables.
15481 (spam-report-url-ping-plain): Use spam-report-user-agent.
15482
15483 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
15484
15485 * gnus-art.el (gnus-button-handle-custom): Do not just use
15486 `customize-apropos' for any "M-x customize-*" button but the
15487 function called for. Accept both the function name and its
15488 argument in order to achieve this.
15489 (gnus-button-alist): Remove support for "custom:" URL's.
15490 Pass function name to `gnus-button-handle-custom' in case of "M-x
15491 customize-*" buttons.
15492
15493 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15494
15495 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15496 multipart/alternative and add xref to mm-discouraged-alternatives
15497 in doc string.
15498
15499 * mm-decode.el (mm-discouraged-alternatives): Add xref to
15500 gnus-buttonized-mime-types in doc string.
15501
15502 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
15503
15504 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15505 Suggest image/.* in the doc string.
15506
15507 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
15508
15509 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15510 message-marks (Debian bug #342521).
15511
15512 2005-12-12 Simon Josefsson <jas@extundo.com>
15513
15514 * password.el (password-read-from-cache): Add.
15515 (password-read): Use it.
15516
15517 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15518
15519 * rfc2047.el (rfc2047-charset-to-coding-system):
15520 Recognize us-ascii as a MIME charset.
15521
15522 * mm-bodies.el (mm-decode-content-transfer-encoding):
15523 Protect against the case where the 2nd arg TYPE is nil.
15524
15525 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15526
15527 * pop3.el (pop3-stream-type): Fix custom version.
15528
15529 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15530
15531 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15532
15533 * mm-decode.el (mm-display-external): Add missing cdr.
15534
15535 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
15536
15537 * mm-decode.el (mm-display-external): Use nametemplate (defined in
15538 RFC1524) if it is in mailcap or add a suffix according to
15539 mailcap-mime-extensions when generating a temp filename; postpone
15540 deleting a temp file for 2 seconds for some wrappers, shell
15541 scripts, and so on, which might exit right after having started a
15542 viewer command as a background job.
15543
15544 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15545
15546 * nntp.el (nntp-marks-directory): Fix custom group.
15547
15548 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15549 steps when < 10.
15550
15551 * gnus-start.el (gnus-no-server-1):
15552 Mention `gnus-level-default-subscribed' in doc string.
15553
15554 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15555
15556 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15557 parens.
15558
15559 2005-11-26 Dave Love <fx@gnu.org>
15560
15561 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15562 (tls-program, tls-success): Provide openssl alternative.
15563
15564 * starttls.el: Doc fixes.
15565 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15566 SERVICE to PORT.
15567
15568 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
15569 port null or service name.
15570 (starttls-negotiate): Autoload.
15571
15572 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15573
15574 * message.el (message-kill-to-signature): Fix interactive spec.
15575
15576 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
15577
15578 * pop3.el (pop3-open-server): Recognize a string as a service name.
15579
15580 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
15581
15582 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15583
15584 2005-11-23 Dave Love <fx@gnu.org>
15585
15586 Add pop3s, pop3/starttls.
15587
15588 * pop3.el (pop3-authentication-scheme): Clarify doc.
15589 (open-tls-stream, starttls-open-stream): Autoload.
15590 (pop3-stream-type): New.
15591 (pop3-open-server): Use it.
15592
15593 * mail-source.el (mail-sources): Fix some :types. Add stream type
15594 for POP.
15595 (mail-source-keyword-map): Add :stream for POP.
15596 (mail-source-fetch-pop): Use pop3-stream-type.
15597
15598 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
15599
15600 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15601 of current-time-string.
15602
15603 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
15604
15605 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15606 date header.
15607
15608 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15609
15610 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15611 it can seriously impact performance as it bypasses the agent's
15612 local caches.
15613
15614 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15615
15616 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15617 must be explicitly online rather than "not explicitly offline" for
15618 its flags to be synchronized.
15619
15620 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15621 that gnus-uu-unmark-thread will function correctly.
15622
15623 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15624 1024K is instead displayed as 1M.
15625
15626 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15627
15628 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15629
15630 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
15631
15632 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15633
15634 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
15635
15636 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15637 error message to display actual error condition.
15638 (gnus-agent-save-local): Avoid saving symbols that are bound to
15639 nil as they simply result in a warning message in
15640 gnus-agent-read-local.
15641
15642 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15643
15644 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15645 rather than make-variable-buffer-local for file-precious-flag.
15646
15647 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15648
15649 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15650 for duplicates which are removed. The invalid sort check then
15651 triggers a rescan after the sort as sorting may have moved
15652 duplicate entries such that they can be cheaply detected.
15653
15654 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15655
15656 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15657
15658 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15659
15660 * gnus-agent.el (gnus-agent-article-alist-save-format):
15661 Change internal variable to a custom variable. Change default value
15662 from compressed(2) to uncompressed(1).
15663 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15664 support for uncompressed agentview files. Taken together, reading
15665 the agentview file should now be 6-7 times faster.
15666
15667 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
15668
15669 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15670 as a buffer-local variable. This avoids creating truncated
15671 dribble files as a result of a hang up, eg.
15672
15673 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15674
15675 * gnus-start.el (gnus-start-draft-setup):
15676 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15677
15678 * gnus.el (gnus-splash): Change custom group.
15679 (gnus-group-get-parameter, gnus-group-parameter-value):
15680 Describe allow-list argument.
15681
15682 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15683 string.
15684
15685 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15686
15687 * gnus-art.el (gnus-default-article-saver): Add user-defined
15688 `function' to custom type.
15689
15690 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15691
15692 * imap.el (imap-open): Handle case where buffer is a buffer
15693 object.
15694
15695 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
15696
15697 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15698 long lines.
15699 (gnus-cache-delete-group): Wrap doc strings.
15700
15701 * gnus-agent.el (gnus-agent-rename-group)
15702 (gnus-agent-delete-group): Wrap doc strings.
15703
15704 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15705
15706 * gnus-start.el (gnus-1): Add "native" to
15707 gnus-predefined-server-alist.
15708
15709 * gnus.el (gnus-method-to-server): Don't add "native" to the
15710 lists here, because that leads to problems when
15711 gnus-select-method is bound.
15712
15713 2005-11-09 Simon Josefsson <jas@extundo.com>
15714
15715 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15716 use (not sort-by-date) instead.
15717
15718 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * gnus-delay.el (gnus-delay-group): Don't autoload.
15721 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15722 to be re-loaded when customizing the `gnus-delay' group.
15723
15724 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15725
15726 * message.el: Revert last changes.
15727 (message-insert-citation-line): Use newlines.
15728
15729 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15730
15731 * message.el (message-courtesy-message)
15732 (message-mark-insert-begin, message-mark-insert-end)
15733 (message-elide-ellipsis, message-cancel-message)
15734 (message-add-header, message-change-subject)
15735 (message-cross-post-followup-to-header)
15736 (message-cross-post-insert-note, message-reduce-to-to-cc)
15737 (message-widen-reply, message-delete-not-region)
15738 (message-kill-to-signature, message-insert-signature)
15739 (message-insert-importance-high, message-insert-importance-low)
15740 (message-insert-or-toggle-importance)
15741 (message-insert-disposition-notification-to)
15742 (message-indent-citation, message-yank-original)
15743 (message-cite-original-without-signature, message-cite-original)
15744 (message-insert-citation-line, message-position-on-field)
15745 (message-fix-before-sending, message-send-mail-partially)
15746 (message-send-mail, message-send-mail-with-sendmail)
15747 (message-send-mail-with-qmail, message-send-news)
15748 (message-check-news-header-syntax, message-generate-headers)
15749 (message-insert-courtesy-copy, message-fill-address)
15750 (message-fill-header, message-shorten-references)
15751 (message-setup-1, message-cancel-news)
15752 (message-forward-make-body-plain, message-forward-make-body-mime)
15753 (message-forward-make-body-mml, message-encode-message-body)
15754 (message-forward-make-body-digest-plain)
15755 (message-forward-make-body-digest-mime)
15756 (message-use-alternative-email-as-from): Insert `hard-newline'
15757 instead of ordinary newlines.
15758
15759 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
15760
15761 * message.el (message-generate-headers): Downcase the argument
15762 given to message-check-element.
15763
15764 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
15765
15766 * nntp.el (nntp-authinfo-rejected): New error condition.
15767 (nntp-wait-for): Use new error condition to signal authentication
15768 error.
15769 (nntp-retrieve-data): Rethrow new error condition to break out of
15770 recursive call to nntp-send-authinfo.
15771
15772 2005-11-08 Romain Francoise <romain@orebokech.com>
15773
15774 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15775 (gnus-summary-exit-map): Bind to `Z p'.
15776 (gnus-summary-make-menu-bar): Add menu item.
15777
15778 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
15779
15780 * gnus-art.el (gnus-article-treat-custom): Add `first'.
15781 (gnus-treat-*): Add `first' in all doc strings.
15782
15783 * gnus-group.el (gnus-group-compact-group): Fix typo.
15784
15785 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15786
15787 * gnus.el (gnus-parameters-case-fold-search): New variable.
15788 (gnus-parameters-get-parameter): Use it.
15789
15790 * gnus-score.el (gnus-home-score-file): Doc fix.
15791
15792 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
15793
15794 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15795
15796 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
15797
15798 * mm-util.el (mm-special-display-p): New function.
15799
15800 * mml.el (mml-preview): Use it; doc fix.
15801
15802 2005-10-29 Romain Francoise <romain@orebokech.com>
15803
15804 * message.el (message-fix-before-sending): Fix comment.
15805
15806 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15807
15808 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15809
15810 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15811
15812 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15813 Used in gnus-score.el.
15814
15815 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15816
15817 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15818
15819 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15820
15821 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15822 whitespace removed in revision 7.8. Use concatenated string to
15823 protect trailing whitespace.
15824
15825 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
15826
15827 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15828 (nnimap-request-expire-articles): Use it to avoid sending 'UID
15829 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15830 Courier IMAP ("some version from 2004"). Mostly based on similar
15831 code in the same function.
15832
15833 2005-10-26 Didier Verna <didier@xemacs.org>
15834
15835 * gnus-group.el (gnus-group-compact-group): Invalidate original
15836 article buffer.
15837 * gnus-srvr.el (gnus-server-compact-server): Ditto.
15838 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15839 NOV database and in article itself.
15840 Invalidate article backlog.
15841
15842 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15843
15844 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15845
15846 2005-10-26 Simon Josefsson <jas@extundo.com>
15847
15848 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15849 part of 2004-07-25 change.
15850
15851 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15852
15853 * message.el (message-display-completion-list): New function.
15854 (message-expand-group): Use it; make sure the Completions buffer
15855 is modifiable.
15856
15857 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15858
15859 * imap.el (imap-open): Handle case where buffer is a buffer object.
15860
15861 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15862
15863 * pgg-def.el:
15864 * pgg-gpg.el:
15865 * pgg-parse.el:
15866 * pgg-pgp.el:
15867 * pgg-pgp5.el:
15868 * pgg.el: Move to the parent lisp directory.
15869
15870 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15871
15872 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15873 user-mail-name is an empty string.
15874
15875 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15876
15877 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15878 depending on gnus-score-decay-constant.
15879
15880 * encrypt.el (encrypt-insert-file-contents)
15881 (encrypt-write-file-contents): Don't use `gnus-message'.
15882
15883 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15884 arguments.
15885 (mm-uu-type-alist): Add message-marks and insert-marks.
15886 Pass arguments to mm-uu-verbatim-marks-extract.
15887 (mm-uu-hide-markers): New variable.
15888 (mm-uu-extract): Use face similar to `gnus-cite-3'.
15889
15890 * gnus-fun.el (gnus-convert-image-to-x-face-command)
15891 (gnus-convert-image-to-face-command): Use "convert" by default to
15892 allow other input image formats.
15893 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15894 accordingly.
15895
15896 2005-10-23 Simon Josefsson <jas@extundo.com>
15897
15898 * imap.el (imap-gssapi-program): Align command line parameters
15899 with latest GNU SASL.
15900 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15901
15902 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15903
15904 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15905 HTML.
15906 (nnslashdot-request-article): Ditto.
15907
15908 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15909
15910 * mail-source.el (mail-source-fetch-pop): Require pop3.
15911 (mail-source-check-pop): Ditto.
15912
15913 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15914
15915 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15916 errors.
15917
15918 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15919
15920 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15921 (gnus-treat-strip-leading-blank-lines): Improve doc string.
15922
15923 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15924
15925 * mm-bodies.el (mm-decode-string):
15926 Call `mm-charset-to-coding-system' with allow-override argument.
15927
15928 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15929
15930 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15931 (rfc2047-charset-to-coding-system): New function.
15932 (rfc2047-decode-encoded-words): New function.
15933 (rfc2047-decode-region): Use them.
15934 (rfc2047-decode-cte): Remove.
15935 (rfc2047-parse-and-decode): Remove.
15936 (rfc2047-decode): Remove.
15937
15938 2005-10-15 Kenichi Handa <handa@m17n.org>
15939
15940 * rfc2047.el (rfc2047-decode-cte): New function.
15941 (rfc2047-decode-region): Change the way to decode successive
15942 encoded-words: decode B- or Q-encoding in each encoded-word,
15943 concatenate them, and decode it as charset.
15944
15945 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15946
15947 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
15948 widget-move-and-invoke.
15949 (gnus-custom-mode): Use gnus-custom-map.
15950
15951 2005-10-15 Bill Wohler <wohler@newt.com>
15952
15953 * message.el (message-tool-bar-map): Rename image file from
15954 mail_send to mail/send.
15955
15956 2005-10-16 Masatake YAMATO <jet@gyve.org>
15957
15958 * message.el (message-expand-group): Pass the common
15959 prefix substring of completion to `display-completion-list'.
15960
15961 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
15962
15963 * mml-sec.el (mml-secure-method): New internal variable.
15964 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15965 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15966 New functions using mml-secure-method.
15967
15968 * mml.el (mml-mode-map): Add key bindings for those functions.
15969 (mml-menu): Simplify security menu entries. Suggested by Jesper
15970 Harder <harder@myrealbox.com>.
15971 (mml-attach-file, mml-attach-buffer, mml-attach-external):
15972 Goto end of message if point is the headers of the message.
15973
15974 * message.el (message-in-body-p): New function.
15975
15976 * assistant.el: Autoload gnus-util and netrc.
15977
15978 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15979 Use `mm-charset-override-alist' only when decoding.
15980
15981 * mm-bodies.el (mm-decode-body):
15982 Call `mm-charset-to-coding-system' with allow-override argument.
15983
15984 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15985 `filename' from Content-Disposition if Content-Type doesn't
15986 provide `name'.
15987 (gnus-mime-view-part-as-type): Set default instead of
15988 initial-input.
15989
15990 2005-10-09 Daniel Brockman <daniel@brockman.se>
15991
15992 * format-spec.el (format-spec): Propagate text properties of % spec.
15993
15994 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15995
15996 * gnus-art.el (gnus-treat-predicate): Add `first'.
15997
15998 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15999
16000 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16001 (mm-charset-override-alist): New variable.
16002 (mm-charset-to-coding-system): Use it.
16003 (mm-codepage-setup): New helper function.
16004 (mm-charset-eval-alist): New variable.
16005 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16006 Warn about unknown charsets.
16007
16008 2005-10-04 David Hansen <david.hansen@gmx.net>
16009
16010 * nnrss.el (nnrss-request-article): Add support for the comments tag.
16011 (nnrss-check-group): Ditto.
16012
16013 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16014
16015 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16016 Rename x-gnus-verbatim to x-verbatim.
16017 (mm-uu-type-alist): Fix regexp for verbatim-marks.
16018
16019 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16020 x-verbatim.
16021
16022 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16023
16024 * gnus-util.el (gnus-remove-duplicates): Remove.
16025
16026 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16027 instead of gnus-remove-duplicates.
16028
16029 * message.el (message-remove-duplicates): Remove.
16030 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16031 message-remove-duplicates.
16032
16033 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16034 available, else use implementation from `delete-dups'.
16035
16036 * message.el (message-insert-expires): New function.
16037 (message-mode-map): Add key binding.
16038 (message-mode-field-menu): Add menu entry.
16039 (message-mode): Document it.
16040 (message-make-expires-date): Use `message-make-date'.
16041
16042 2005-10-04 Josh Huber <huber@alum.wpi.edu>
16043
16044 * message.el (message-make-expires-date): New function.
16045
16046 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
16047
16048 * time-date.el: Autoload parse-time-string, XEmacs needs it.
16049
16050 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
16051
16052 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16053 function rather than the diff-mode.el package.
16054 (mm-display-external): Use with-current-buffer.
16055 (mm-viewer-completion-map, mm-viewer-completion-map):
16056 Move initialization inside declaration.
16057
16058 2005-09-29 Simon Josefsson <jas@extundo.com>
16059
16060 * spam.el: Load hashcash when compiling, to avoid warnings.
16061 Don't autoload mail-check-payment.
16062 (spam-check-hashcash): Define unconditionally, since hashcash.el
16063 is part of Gnus now. Ignore errors from payment checking.
16064
16065 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16066
16067 * message.el (message-bold-region, message-unbold-region):
16068 Rename from `bold-region' and `unbold-region'.
16069
16070 * message.el: Remove useless autoloads.
16071
16072 2005-09-28 Simon Josefsson <jas@extundo.com>
16073
16074 * message.el (message-use-idna): Default to t.
16075 (message-use-idna): Test whether encoding works too. Doc fix.
16076
16077 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
16078
16079 * nntp.el (nntp-warn-about-losing-connection): Remove.
16080
16081 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16082
16083 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16084 customizable. Change default value.
16085 (mm-uu-diff-groups-regexp): Change default value.
16086 (mm-uu-type-alist): Add doc string.
16087 (mm-uu-configure): Add doc string. Make it interactive.
16088 (mm-uu-tex-groups-regexp): New variable.
16089 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16090 (mm-uu-type-alist): Add LaTeX documents.
16091 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16092 of "text/verbatim".
16093 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16094
16095 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16096 instead of "text/verbatim".
16097
16098 * message.el (message-mark-inserted-region)
16099 (message-mark-insert-file): Use slrn style marks when called with
16100 prefix argument.
16101
16102 2005-09-27 Simon Josefsson <jas@extundo.com>
16103
16104 * message.el (message-idna-to-ascii-rhs-1): Reformat.
16105
16106 2005-09-27 Arne Jørgensen <arne@arnested.dk>
16107
16108 * message.el (message-remove-duplicates): New function.
16109 Implementation borrowed from `gnus-remove-duplicates'.
16110 (message-idna-to-ascii-rhs): Also encode idna addresses in
16111 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16112 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16113 only ask about the same idna domain once per header and also tell
16114 in what header to replace the idna domain.
16115
16116 * gnus-art.el (article-decode-idna-rhs): Also decode idna
16117 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16118 (article-decode-idna-rhs): Fix regexp so that all idna-address in
16119 a header is decoded and not just the last one.
16120
16121 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
16122
16123 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16124 has been decoded.
16125
16126 * mm-decode.el (mm-automatic-display): Add text/verbatim.
16127 (mm-insert-part): Don't modify text if it has been decoded.
16128
16129 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16130 decoded.
16131
16132 * mm-view.el (mm-inline-text): Don't strip text props unless
16133 decoding enriched or richtext parts.
16134
16135 2005-09-25 Romain Francoise <romain@orebokech.com>
16136
16137 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16138 * gnus-start.el (gnus-subscribe-interactively):
16139 * gnus-uu.el (gnus-uu-grab-articles):
16140 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16141 space.
16142
16143 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16144
16145 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16146 * mm-view.el (mm-view-pkcs7-decrypt):
16147 * gnus-sum.el (gnus-summary-limit-to-extra)
16148 (gnus-summary-respool-article, gnus-read-move-group-name):
16149 * gnus-score.el (gnus-summary-increase-score):
16150 * gnus-util.el (gnus-completing-read-with-default):
16151 * gnus-art.el (gnus-read-save-file-name)
16152 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16153 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16154 * message.el (message-check-news-header-syntax):
16155 Follow convention for reading with the minibuffer.
16156
16157 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
16158
16159 * spam-report.el (spam-report-url-ping-plain):
16160 Use gnus-extended-version as User-Agent.
16161
16162 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16163 default value is nil.
16164
16165 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16166 (mm-uu-verbatim-marks-extract): New function.
16167 (mm-uu-extract): New face.
16168 (mm-uu-copy-to-buffer): Use it.
16169
16170 * spam-report.el (spam-report-gmane-ham): Rename from
16171 `spam-report-gmane-unspam'.
16172 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16173 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
16174
16175 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16176 Autoload.
16177 (spam-report-gmane-unregister-routine):
16178 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16179
16180 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
16181
16182 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16183 (spam-report-gmane-unregister-routine): Add support for gmane
16184 unregistration.
16185
16186 * spam-report.el (spam-report-gmane-unspam)
16187 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16188 (spam-report-gmane): Change to take a single article and do unspam
16189 registration.
16190
16191 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16192
16193 * mm-url.el (mm-url-decode-entities): Fix regexp.
16194
16195 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16196
16197 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16198 default to nil, to be able to use Gnus at all. If the default
16199 switches to something else, then the function should be fixed not
16200 be exceedingly slow.
16201
16202 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
16203
16204 * gnus-start.el (gnus-activate-group): If the server is nil, don't
16205 fail hard.
16206
16207 * spam-report.el: Add better Keywords line.
16208
16209 * spam.el: Add Maintainer and better Keywords line.
16210
16211 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16212
16213 * gnus-art.el (gnus-article-replace-part)
16214 (gnus-mime-replace-part): New functions.
16215 (gnus-mime-action-alist, gnus-mime-button-commands)
16216 (gnus-mime-save-part-and-strip): Add file argument.
16217 (gnus-article-part-wrapper): Add interactive argument.
16218
16219 * gnus-sum.el (gnus-summary-mime-map):
16220 Add `gnus-article-replace-part'.
16221
16222 2005-09-19 Didier Verna <didier@xemacs.org>
16223
16224 The nnml compaction feature:
16225 * nnml.el (nnml-request-compact-group): New function.
16226 * nnml.el (nnml-request-compact): New function.
16227 * gnus-int.el (gnus-request-compact-group): New function.
16228 * gnus-int.el (gnus-request-compact): New function.
16229 * gnus-group.el (gnus-group-compact-group): New function.
16230 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16231 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16232 * gnus-srvr.el (gnus-server-compact-server): New function.
16233 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16234 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16235
16236 2005-09-18 Deepak Goel <deego@gnufans.org>
16237
16238 * sieve.el (sieve-help): Fix `message' call: first arg should be a
16239 format spec.
16240
16241 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16242
16243 * gnus.el (gnus-group-startup-message): Bind image-load-path.
16244
16245 2005-09-15 Romain Francoise <romain@orebokech.com>
16246
16247 * message.el (message-fill-paragraph): Clarify docstring.
16248
16249 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
16250
16251 * gnus-art.el (gnus-mime-display-part): Protect against broken
16252 MIME messages.
16253
16254 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
16255
16256 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16257 before parsing header.
16258
16259 2005-09-11 Jari Aalto <jari.aalto@cante.net>
16260
16261 * html2text.el (html2text-replace-list): Add new entities.
16262
16263 2005-09-11 Romain Francoise <romain@orebokech.com>
16264
16265 * message.el (message-alternative-emails): Improve docstring.
16266 (message-setup-1): Call `message-use-alternative-email-as-from'
16267 after `message-setup-hook' to give it precedence over posting
16268 styles, etc.
16269 (message-use-alternative-email-as-from): Add docstring.
16270 Remove the original From header if present.
16271
16272 * nnml.el (nnml-compressed-files-size-threshold): New variable.
16273 (nnml-save-mail): Use it.
16274
16275 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16276 articles. Add new argument `silent'.
16277 (gnus-uu-mark-all): Report the total number of marked articles.
16278
16279 2005-09-10 Romain Francoise <romain@orebokech.com>
16280
16281 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16282 (gnus-uu-mark-series): Likewise.
16283
16284 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
16285
16286 * spam-report.el (spam-report-gmane): Fix generation of spam
16287 report URL.
16288
16289 2005-09-10 Simon Josefsson <jas@extundo.com>
16290
16291 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16292 t, based on discussion on the ding list with Robert Epprecht
16293 <epprecht@solnet.ch>.
16294
16295 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
16296
16297 * spam-report.el (spam-report-gmane): Make it work without
16298 X-Report-Spam header. Gmane now only provides Archived-At.
16299 This is only used if `spam-report-gmane-use-article-number' is nil.
16300 (spam-report-gmane-spam-header): Remove. Not used anymore.
16301
16302 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16303 make `gnus-summary-sort-by-recipient' work with threading.
16304
16305 * nnweb.el (nnweb-google-wash-article): Print a message if article
16306 is not available.
16307
16308 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16309
16310 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16311 change. Decode text/* parts content before displaying.
16312
16313 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16314
16315 * mml-smime.el: Remove defvar of gnus-extract-address-components.
16316
16317 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
16318
16319 * mm-view.el (mm-display-inline-fontify): Disable support modes.
16320
16321 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
16322
16323 * message.el (message-tab-body-function): Fix mismatched custom type.
16324
16325 * gnus.el (gnus-group-change-level-function): Ditto.
16326
16327 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16328
16329 * gnus-art.el (gnus-signature-limit)
16330 (gnus-article-mime-part-function): Ditto.
16331
16332 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
16333
16334 * mml.el (mml-mode): Silence the byte compiler.
16335
16336 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16337 using `(sit-for 0)' before moving the point to the specified part;
16338 skip unbuttonized parts.
16339 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16340 return to the summary window if gnus-auto-select-part is non-nil.
16341
16342 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
16343
16344 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16345 New variables.
16346 (mml-dnd-attach-file, mml-mode): Use them.
16347
16348 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16349 Make fetching article by MID work again for Google Groups.
16350 Add FIXME concerning gnus-group-make-web-group.
16351
16352 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16353 Don't depend on Gnus by using mail-extract-address-components if
16354 gnus-extract-address-components is not bound.
16355
16356 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16357
16358 * gnus-art.el (gnus-mime-display-security): Don't display the
16359 signature, but only the signed part.
16360
16361 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
16362
16363 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16364
16365 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16366 list, not listp.
16367
16368 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
16369
16370 * mm-encode.el (mm-encode-content-transfer-encoding):
16371 Likewise when encoding.
16372
16373 * mm-bodies.el (mm-decode-content-transfer-encoding):
16374 De-canonicalize CRLF for all text content types, not just
16375 text/plain.
16376
16377 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16378
16379 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16380 valid article; point arrow and cursor at the MIME button.
16381
16382 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16383
16384 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16385 Suggested by Dan Christensen <jdc@uwo.ca>.
16386
16387 * mm-decode.el (mm-save-part): Enable change of prompt.
16388
16389 2005-08-29 Jari Aalto <jari.aalto@cante.net>
16390
16391 * gnus-msg.el (gnus-inews-add-send-actions):
16392 Make `message-post-method' lambda parameter ARG `&optional'.
16393
16394 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16395
16396 * gnus-sum.el (gnus-summary-mime-map):
16397 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16398 gnus-article-jump-to-part.
16399
16400 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16401 (gnus-article-edit-part): Use it.
16402 (gnus-article-part-wrapper): Add no-handle argument.
16403 (gnus-article-save-part-and-strip, gnus-article-delete-part):
16404 New functions.
16405
16406 2005-08-29 Romain Francoise <romain@orebokech.com>
16407
16408 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16409 docstring.
16410 (gnus-face-from-file): Likewise.
16411
16412 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16413
16414 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16415 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16416 non-nil.
16417 (gnus-auto-select-part): New variable.
16418 (gnus-article-jump-to-part): New function.
16419 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16420 (gnus-mime-delete-part): Allow selecting specified part after
16421 deleting or stripping parts.
16422 (gnus-article-jump-to-part): Don't use `read-number'. Use last
16423 part if argument is bogus.
16424
16425 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16426
16427 * gnus-art.el (w3m-minor-mode-map):
16428 * gnus-spec.el (gnus-newsrc-file-version):
16429 * gnus-util.el (nnmail-active-file-coding-system)
16430 (gnus-original-article-buffer, gnus-user-agent):
16431 * gnus.el (gnus-ham-process-destinations)
16432 (gnus-parameter-ham-marks-alist)
16433 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16434 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16435 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16436 * mm-decode.el (gnus-current-window-configuration):
16437 * mm-extern.el (gnus-article-mime-handles):
16438 * mm-url.el (url-current-object, url-package-name)
16439 (url-package-version):
16440 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16441 (smime-keys, w3m-cid-retrieve-function-alist)
16442 (w3m-current-buffer, w3m-display-inline-images)
16443 (w3m-minor-mode-map):
16444 * mml-smime.el (gnus-extract-address-components):
16445 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16446 (gnus-newsrc-hashtb, message-default-charset)
16447 (message-deletable-headers, message-options)
16448 (message-posting-charset, message-required-mail-headers)
16449 (message-required-news-headers):
16450 * mml1991.el (mc-pgp-always-sign):
16451 * mml2015.el (mc-pgp-always-sign):
16452 * nnheader.el (nnmail-extra-headers):
16453 * rfc1843.el (gnus-decode-encoded-word-function)
16454 (gnus-decode-header-function, gnus-newsgroup-name):
16455 * spam-stat.el (gnus-original-article-buffer): Add defvars.
16456
16457 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
16458
16459 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16460 the end of the date treatments.
16461
16462 2005-08-15 Simon Josefsson <jas@extundo.com>
16463
16464 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16465 it in url-handlers.el and XEmacs in url.el. Reported by Luca
16466 Capello and Romain Francoise.
16467 (pgg-fetch-key-function): Remove, not used?
16468 (pgg-insert-url-with-w3): Require url, to get
16469 url-insert-file-contents regardless of where it is defined.
16470
16471 2005-08-13 Romain Francoise <romain@orebokech.com>
16472
16473 * message.el (message-cite-original-1): New function.
16474 (message-cite-original): Use it.
16475 (message-cite-original-without-signature): Ditto.
16476
16477 2005-08-08 Romain Francoise <romain@orebokech.com>
16478
16479 * message.el (message-yank-empty-prefix): New variable.
16480 (message-indent-citation): Use it.
16481 (message-cite-original-without-signature): Respect X-No-Archive.
16482
16483 2005-08-08 Simon Josefsson <jas@extundo.com>
16484
16485 * pgg.el: Autoload url-insert-file-contents instead of loading
16486 w3/url.
16487 (pgg-insert-url-with-w3): Don't load url here.
16488
16489 2005-08-07 Jesper Harder <harder@phys.au.dk>
16490
16491 * message.el (message-kill-to-signature): Don't insert newline at
16492 bol.
16493 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16494
16495 2005-08-06 Romain Francoise <romain@orebokech.com>
16496
16497 * message.el (message-user-fqdn): Fix typo in docstring.
16498
16499 2005-08-05 Daiki Ueno <ueno@unixuser.org>
16500
16501 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16502
16503 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16504
16505 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16506
16507 * mm-bodies.el (mm-encode-body): Use coding system rather than
16508 charset to encode text.
16509
16510 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16511 number of charsets if utf-8 is available (XEmacs).
16512
16513 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
16514
16515 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16516 taken from `gnus-button-mid-or-mail-regexp'.
16517 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16518 (gnus-button-alist): Improve regexp for domain part of the MIDs
16519 for news:localpart@domain buttons.
16520 (gnus-button-ctan-directory-regexp): Update.
16521
16522 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
16523
16524 * sieve-manage.el (sieve-manage-interactive-login):
16525 Use make-local-variable rather than make-variable-buffer-local.
16526 (sieve-manage-open): Ditto.
16527 (sieve-manage-authenticate): Ditto.
16528
16529 * mml.el (mml-generate-mime-1): Make the content type default to
16530 text/plain if the filename is not specified.
16531
16532 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
16533
16534 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16535 instead of insert-buffer.
16536
16537 * message.el (message-yank-original): Ditto; set the mark at the
16538 end of the yanked message.
16539
16540 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
16541
16542 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16543 lines to scroll rather than to stop it.
16544
16545 * mml.el (mml-generate-default-type): Add doc string.
16546 (mml-generate-mime-1): Use mm-default-file-encoding or make it
16547 default to application/octet-stream when determining the content
16548 type if it is not specified for the part or the mml contents; add
16549 a comment about mml-generate-default-type.
16550
16551 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
16552
16553 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16554 make it default to application/octet-stream when determining the
16555 content type if it is not specified for the external contents.
16556
16557 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16558
16559 * rfc2231.el (rfc2231-parse-string): Take care that not only a
16560 segmented parameter but also other parameters might be there.
16561
16562 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16563
16564 * mm-decode.el (mm-display-external): Delete temp file, directory
16565 and buffer immediately if the external process is exited.
16566
16567 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
16568
16569 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16570 fewer lines than that of scroll-margin.
16571 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16572
16573 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16574
16575 * gnus-art.el (gnus-article-next-page): Revert.
16576 (gnus-article-beginning-of-window): New macro.
16577 (gnus-article-next-page-1): Use it.
16578 (gnus-article-prev-page): Ditto.
16579 (gnus-article-edit-part): Use insert-buffer-substring instead of
16580 insert-buffer.
16581 (gnus-article-edit-exit): Ditto.
16582
16583 * gnus-util.el (gnus-beginning-of-window): Remove.
16584 (gnus-end-of-window): Remove.
16585
16586 2005-07-25 Simon Josefsson <jas@extundo.com>
16587
16588 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16589 to have the url package without w3. Reported by Daiki Ueno
16590 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16591
16592 2005-07-20 Didier Verna <didier@xemacs.org>
16593
16594 * gnus-diary.el: Remove the description comment (nndiary is now
16595 properly documented in the Gnus manual).
16596 Fix the spelling of "Back End".
16597 * nndiary.el: Ditto.
16598 Fix the copyright notice.
16599
16600 2005-07-18 Romain Francoise <romain@orebokech.com>
16601
16602 * gnus-sum.el (gnus-summary-to-prefix)
16603 (gnus-summary-newsgroup-prefix): New variables.
16604 (gnus-summary-from-or-to-or-newsgroups): Use them.
16605
16606 2005-07-17 Romain Francoise <romain@orebokech.com>
16607
16608 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16609 space as it's generally not especially interesting to the user.
16610
16611 2005-07-16 Romain Francoise <romain@orebokech.com>
16612
16613 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16614 nil to avoid prompting and file modification if one of the
16615 messages at the top of the nnfolder file contains a copyright
16616 notice.
16617 Update copyright notice.
16618
16619 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16620 instead of `current-time-string' as the latter creates a time
16621 string that is not RFC 2822 compliant (it lacks the zone).
16622 Update copyright notice.
16623
16624 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16627 for text/rtf. Display default in prompt. Pass default for M-n.
16628
16629 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16630
16631 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16632
16633 * gnus-msg.el (gnus-button-mailto):
16634 Remove save-selected-window-window hackery because it relies on
16635 save-selected-window internals.
16636
16637 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
16638
16639 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16640 (gnus-article-next-page-1): Use gnus-beginning-of-window.
16641 (gnus-article-prev-page): Ditto.
16642
16643 * gnus-util.el (gnus-beginning-of-window): New function.
16644 (gnus-end-of-window): New function.
16645
16646 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
16647
16648 * gnus-score.el (gnus-score-edit-all-score):
16649 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16650 gnus-message.
16651
16652 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16653
16654 * gnus-msg.el (gnus-button-mailto):
16655 Remove save-selected-window-window hackery because it relies on
16656 save-selected-window internals.
16657
16658 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
16659
16660 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16661 add-minor-mode.
16662 (gnus-binary-mode): Ditto.
16663
16664 * gnus-topic.el (gnus-topic-mode): Ditto.
16665
16666 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
16667
16668 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16669 (gnus-article-prev-page): Take scroll-margin into consideration.
16670
16671 2005-07-04 Lute Kamstra <lute@gnu.org>
16672
16673 Update FSF's address in GPL notices.
16674
16675 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16676
16677 * gnus.el (gnus-exit):
16678 * gnus-group.el (gnus-group-icons):
16679 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16680
16681 * gnus-nocem.el (gnus-nocem):
16682 * message.el (message-various, message-buffers, message-sending)
16683 (message-interface, message-forwarding, message-insertion)
16684 (message-headers, message-news, message-mail):
16685 * pgg-gpg.el (pgg-gpg):
16686 * pgg-parse.el (pgg-parse):
16687 * pgg-pgp.el (pgg-pgp):
16688 * pgg-pgp5.el (pgg-pgp5):
16689 * pop3.el (pop3): Finish `defgroup' description with period.
16690
16691 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16692
16693 * gnus-art.el (article-display-face): Improve the efficiency.
16694 (article-display-x-face): Ditto; remove gray x-face stuff.
16695
16696 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
16697
16698 * gnus-art.el (article-display-face): Correct the position in
16699 which Faces are inserted.
16700
16701 2005-06-29 Didier Verna <didier@xemacs.org>
16702
16703 * gnus-art.el (article-display-face): Display faces in correct
16704 order.
16705
16706 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16707
16708 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16709 (gnus-fill-real-hashtb): Use hash table instead of obarray.
16710 (gnus-nocem-check-article): Fetch the Type header.
16711 (gnus-nocem-message-wanted-p): Fix the way to examine types.
16712 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16713 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16714 make sure gnus-nocem-hashtb is initialized.
16715 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16716 (gnus-nocem-unwanted-article-p): Ditto.
16717
16718 * pgg.el (pgg-verify): Return the verification result.
16719
16720 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16721
16722 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16723 is ascii.
16724
16725 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16726
16727 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16728 `show-nonbreak-escape'.
16729
16730 2005-06-23 Lute Kamstra <lute@gnu.org>
16731
16732 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16733
16734 * dig.el (dig-mode):
16735 * smime.el (smime-mode): Use gnus-run-mode-hooks.
16736
16737 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16738
16739 * nnimap.el (nnimap-split-download-body): Fix spellings.
16740
16741 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16742
16743 * gnus-art.el (gnus-article-encrypt-body):
16744 * gnus-cus.el (gnus-score-customize):
16745 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16746 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16747
16748 2005-06-16 Arne Jørgensen <arne@arnested.dk>
16749
16750 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16751 header by looking for magic "MII" at the beginning.
16752
16753 2005-06-16 Miles Bader <miles@gnu.org>
16754
16755 * assistant.el (assistant-field): Remove "-face" suffix from face name.
16756 (assistant-field-face): New backward-compatibility alias for renamed
16757 face.
16758 (assistant-render-text): Use renamed assistant-field face.
16759
16760 * spam.el (spam): Remove "-face" suffix from face name.
16761 (spam-face): New backward-compatibility alias for renamed face.
16762 (spam-face, spam-initialize): Use renamed spam face.
16763
16764 * message.el (message-header-to, message-header-cc)
16765 (message-header-subject, message-header-newsgroups)
16766 (message-header-other, message-header-name)
16767 (message-header-xheader, message-separator, message-cited-text)
16768 (message-mml): Remove "-face" suffix from face names.
16769 (message-header-to-face, message-header-cc-face)
16770 (message-header-subject-face, message-header-newsgroups-face)
16771 (message-header-other-face, message-header-name-face)
16772 (message-header-xheader-face, message-separator-face)
16773 (message-cited-text-face, message-mml-face):
16774 New backward-compatibility aliases for renamed faces.
16775 (message-font-lock-keywords): Use renamed message faces.
16776
16777 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16778 (sieve-test-commands, sieve-tagged-arguments):
16779 Remove "-face" suffix from face names.
16780 (sieve-control-commands-face, sieve-action-commands-face)
16781 (sieve-test-commands-face, sieve-tagged-arguments-face):
16782 New backward-compatibility aliases for renamed faces.
16783 (sieve-control-commands-face, sieve-action-commands-face)
16784 (sieve-test-commands-face, sieve-tagged-arguments-face):
16785 Use renamed sieve faces.
16786
16787 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16788 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16789 (gnus-group-news-3-empty, gnus-group-news-4)
16790 (gnus-group-news-4-empty, gnus-group-news-5)
16791 (gnus-group-news-5-empty, gnus-group-news-6)
16792 (gnus-group-news-6-empty, gnus-group-news-low)
16793 (gnus-group-news-low-empty, gnus-group-mail-1)
16794 (gnus-group-mail-1-empty, gnus-group-mail-2)
16795 (gnus-group-mail-2-empty, gnus-group-mail-3)
16796 (gnus-group-mail-3-empty, gnus-group-mail-low)
16797 (gnus-group-mail-low-empty, gnus-summary-selected)
16798 (gnus-summary-cancelled, gnus-summary-high-ticked)
16799 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16800 (gnus-summary-high-ancient, gnus-summary-low-ancient)
16801 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16802 (gnus-summary-low-undownloaded)
16803 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16804 (gnus-summary-low-unread, gnus-summary-normal-unread)
16805 (gnus-summary-high-read, gnus-summary-low-read)
16806 (gnus-summary-normal-read, gnus-splash):
16807 Remove "-face" suffix from face names.
16808 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16809 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16810 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16811 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16812 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16813 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16814 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16815 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16816 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16817 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16818 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16819 (gnus-summary-selected-face, gnus-summary-cancelled-face)
16820 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16821 (gnus-summary-normal-ticked-face)
16822 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16823 (gnus-summary-normal-ancient-face)
16824 (gnus-summary-high-undownloaded-face)
16825 (gnus-summary-low-undownloaded-face)
16826 (gnus-summary-normal-undownloaded-face)
16827 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16828 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16829 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16830 (gnus-splash-face):
16831 New backward-compatibility aliases for renamed faces.
16832 (gnus-group-startup-message): Use renamed gnus faces.
16833
16834 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16835 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16836 (gnus-server-agent): Remove "-face" suffix from face names.
16837 (gnus-server-agent-face, gnus-server-opened-face)
16838 (gnus-server-closed-face, gnus-server-denied-face)
16839 (gnus-server-offline-face):
16840 New backward-compatibility aliases for renamed faces.
16841 (gnus-server-agent-face, gnus-server-opened-face)
16842 (gnus-server-closed-face, gnus-server-denied-face)
16843 (gnus-server-offline-face): Use renamed gnus faces.
16844
16845 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16846 Remove "-face" suffix from face names.
16847 (gnus-picon-xbm-face, gnus-picon-face):
16848 New backward-compatibility aliases for renamed faces.
16849
16850 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16851 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16852 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16853 (gnus-cite-11): Remove "-face" suffix from face names.
16854 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16855 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16856 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16857 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16858 New backward-compatibility aliases for renamed faces.
16859 (gnus-cite-attribution-face, gnus-cite-face-list)
16860 (gnus-article-boring-faces): Use renamed gnus faces.
16861
16862 * gnus-art.el (gnus-signature, gnus-header-from)
16863 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16864 (gnus-header-content): Remove "-face" suffix from face names.
16865 (gnus-signature-face, gnus-header-from-face)
16866 (gnus-header-subject-face, gnus-header-newsgroups-face)
16867 (gnus-header-name-face, gnus-header-content-face):
16868 New backward-compatibility aliases for renamed faces.
16869 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16870
16871 * gnus-sum.el (gnus-summary-selected-face)
16872 (gnus-summary-highlight): Use renamed gnus faces.
16873 * gnus-group.el (gnus-group-highlight): Likewise.
16874
16875 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16876
16877 * gnus-sieve.el (gnus-sieve-article-add-rule):
16878 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16879 * spam-stat.el (spam-stat-buffer-change-to-spam)
16880 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16881
16882 * message.el (message-is-yours-p):
16883 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16884
16885 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16886
16887 * mm-view.el (mm-inline-text): Withdraw the last change.
16888
16889 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16890
16891 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16892 executing enriched-decode.
16893
16894 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16895
16896 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16897 charset of tar files.
16898
16899 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16900
16901 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16902
16903 2005-06-04 Lute Kamstra <lute@gnu.org>
16904
16905 * nnfolder.el (nnfolder-read-folder): Make sure that undo
16906 information is never recorded.
16907
16908 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16909
16910 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16911
16912 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
16913
16914 * pop3.el (pop3-apop): Run md5 in the binary mode.
16915
16916 * starttls.el (starttls-set-process-query-on-exit-flag):
16917 Use eval-and-compile.
16918
16919 2005-05-31 Simon Josefsson <jas@extundo.com>
16920
16921 * smime.el (smime-replace-in-string): Define.
16922 (smime-cert-by-ldap-1): Use it.
16923
16924 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
16925
16926 * gnus-art.el (article-display-x-face): Replace
16927 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16928
16929 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16930 set-process-query-on-exit-flag or process-kill-without-query.
16931
16932 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16933 loop instead of replace-regexp.
16934
16935 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16936 instead of process-kill-without-query if it is available.
16937
16938 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16939 instead of find-file-hooks if it is available.
16940
16941 * mml1991.el: Bind pgg-default-user-id when compiling.
16942
16943 * mml2015.el: Bind pgg-default-user-id when compiling.
16944
16945 * nndraft.el (nndraft-request-associate-buffer):
16946 Use write-contents-functions instead of write-contents-hooks if it is
16947 available.
16948
16949 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16950 instead of find-file-hooks if it is available.
16951
16952 * nntp.el (nntp-open-connection): Replace
16953 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16954 (nntp-open-ssl-stream): Ditto.
16955 (nntp-open-tls-stream): Ditto.
16956
16957 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16958 set-process-query-on-exit-flag or process-kill-without-query.
16959 (starttls-open-stream-gnutls): Use it instead of
16960 process-kill-without-query.
16961 (starttls-open-stream): Ditto.
16962
16963 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
16964
16965 * smime.el (smime-cert-by-ldap-1): Don't use
16966 replace-regexp-in-string.
16967
16968 2005-05-31 Arne Jørgensen <arne@arnested.dk>
16969
16970 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16971
16972 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16973 in PEM format. Adjust to the XEmacs compatibility.
16974
16975 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
16976
16977 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16978 by `string-to-number'.
16979 * gnus-agent.el (gnus-agent-regenerate-group)
16980 (gnus-agent-fetch-articles): Ditto.
16981 * gnus-art.el (gnus-button-fetch-group): Ditto.
16982 * gnus-cache.el (gnus-cache-generate-active)
16983 (gnus-cache-articles-in-group): Ditto.
16984 * gnus-group.el (gnus-group-set-current-level)
16985 (gnus-group-insert-group-line): Ditto.
16986 * gnus-score.el (gnus-score-set-expunge-below)
16987 (gnus-score-set-mark-below, gnus-summary-score-effect)
16988 (gnus-summary-score-entry): Ditto.
16989 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16990 (gnus-soup-pack): Ditto.
16991 * gnus-spec.el (gnus-xmas-format): Ditto.
16992 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16993 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16994 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16995 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16996 * nndb.el (nndb-get-remote-expire-response): Ditto.
16997 * nndiary.el (nndiary-parse-schedule-value)
16998 (nndiary-string-to-number, nndiary-request-replace-article)
16999 (nndiary-request-article): Ditto.
17000 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17001 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17002 * nneething.el (nneething-make-head): Ditto.
17003 * nnfolder.el (nnfolder-request-article)
17004 (nnfolder-retrieve-headers): Ditto.
17005 * nnheader.el (nnheader-file-to-number): Ditto.
17006 * nnkiboze.el (nnkiboze-request-article): Ditto.
17007 * nnmail.el (nnmail-process-unix-mail-format)
17008 (nnmail-process-babyl-mail-format): Ditto.
17009 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17010 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17011 (nnmh-request-create-group, nnmh-request-list-1)
17012 (nnmh-request-group, nnmh-request-article): Ditto.
17013 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17014 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17015 * nnsoup.el (nnsoup-make-active): Ditto.
17016 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17017 * nntp.el (nntp-find-group-and-number)
17018 (nntp-retrieve-headers-with-xover): Ditto.
17019 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17020 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17021 (pgg-format-key-identifier): Ditto.
17022 * pop3.el (pop3-last, pop3-stat): Ditto.
17023 * qp.el (quoted-printable-decode-region): Ditto.
17024
17025 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17026 of concat.
17027
17028 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17029
17030 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17031
17032 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17033
17034 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17035
17036 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17037
17038 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17039
17040 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17041
17042 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17043 (gnus-carpal-mode): Ditto.
17044
17045 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17046 (gnus-browse-mode): Ditto.
17047
17048 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17049
17050 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17051
17052 2005-05-29 Richard M. Stallman <rms@gnu.org>
17053
17054 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17055
17056 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
17057
17058 * gnus-util.el (gnus-run-mode-hooks): New function.
17059
17060 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17061
17062 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
17063
17064 * gnus-agent.el (gnus-agent-make-mode-line-string):
17065 Use mode-line-highlight as mouse-face.
17066
17067 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17068
17069 * canlock.el (canlock): Change the parent group to news.
17070
17071 * deuglify.el (gnus-outlook-deuglify): Add :group.
17072
17073 * dig.el (dig): Add :group.
17074
17075 * dns-mode.el (dns-mode): Add :group.
17076
17077 * encrypt.el (encrypt): Add :group.
17078
17079 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17080 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17081 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17082 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17083 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17084
17085 * gnus-diary.el (gnus-diary): Add :group.
17086
17087 * gnus.el (gnus-group-news-1-face): Add :group.
17088 (gnus-group-news-1-empty-face): Ditto.
17089 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17090 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17091 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17092 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17093 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17094 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17095 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17096 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17097 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17098 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17099 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17100 (gnus-summary-high-ticked-face): Ditto.
17101 (gnus-summary-low-ticked-face): Ditto.
17102 (gnus-summary-normal-ticked-face): Ditto.
17103 (gnus-summary-high-ancient-face): Ditto.
17104 (gnus-summary-low-ancient-face): Ditto.
17105 (gnus-summary-normal-ancient-face): Ditto.
17106 (gnus-summary-high-undownloaded-face): Ditto.
17107 (gnus-summary-low-undownloaded-face): Ditto.
17108 (gnus-summary-normal-undownloaded-face): Ditto.
17109 (gnus-summary-high-unread-face): Ditto.
17110 (gnus-summary-low-unread-face): Ditto.
17111 (gnus-summary-normal-unread-face): Ditto.
17112 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17113 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17114
17115 * hashcash.el (hashcash): New custom group.
17116 (hashcash-default-payment): Add :group.
17117 (hashcash-payment-alist): Ditto.
17118 (hashcash-default-accept-payment): Ditto.
17119 (hashcash-accept-resources): Ditto.
17120 (hashcash-path): Ditto.
17121 (hashcash-extra-generate-parameters): Ditto.
17122 (hashcash-double-spend-database): Ditto.
17123 (hashcash-in-news): Ditto.
17124
17125 * message.el (message-minibuffer-local-map): Add :group.
17126
17127 * netrc.el (netrc): Add :group.
17128
17129 * sieve-manage.el (sieve-manage-log): Add :group.
17130 (sieve-manage-default-user): Diito.
17131 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17132 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17133 (sieve-manage-authenticators): Ditto.
17134 (sieve-manage-authenticator-alist): Ditto.
17135 (sieve-manage-default-port): Ditto.
17136
17137 * sieve-mode.el (sieve-control-commands-face): Add :group.
17138 (sieve-action-commands-face): Ditto.
17139 (sieve-test-commands-face): Ditto.
17140 (sieve-tagged-arguments-face): Ditto.
17141
17142 * smime.el (smime): Add :group.
17143
17144 * spam-report.el (spam-report): Add :group.
17145
17146 * spam.el (spam, spam-face): Add :group.
17147
17148 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17149
17150 * nntp.el (nntp-next-result-arrived-p): Some news servers may
17151 return \n.\n.\n at the end of articles. Protect against that.
17152 (nntp-with-open-group): Allow debugging.
17153
17154 * nnheader.el (mail-header-set-extra): Make into a function
17155 because I just could't understand how to quote the list properly.
17156
17157 * dns.el (query-dns-cached): New function.
17158
17159 2005-05-26 Lute Kamstra <lute@gnu.org>
17160
17161 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17162
17163 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17164
17165 * gnus-art.el: Don't autoload mail-extract-address-components.
17166
17167 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17168 eval-and-compile to evaluate it.
17169
17170 * hashcash.el: Don't autoload executable-find.
17171
17172 * nndb.el: Don't declare the nndb back end two or more times; don't
17173 autoload news-reply-mode, news-setup, cancel-timer and telnet.
17174
17175 * nntp.el: Autoload format-spec instead of format; use
17176 eval-and-compile to evaluate autoload forms.
17177
17178 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
17179
17180 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17181
17182 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17183
17184 * gnus.el (gnus-version-number): Bump version.
17185
17186 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17187
17188 * gnus.el: No Gnus v0.3 is released.
17189
17190 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17191
17192 * gnus-art.el (gnus-article-edit-part): Disable undo.
17193
17194 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17195
17196 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17197 gnus-article-date-lapsed-new-header is t if date timer is active;
17198 skip headers in which the original date value is empty.
17199 (gnus-article-save-original-date): Redefine it as a macro.
17200 (gnus-display-mime): Use it.
17201
17202 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17203
17204 * gnus-art.el (article-date-ut): Support converting date in
17205 forwarded parts as well.
17206 (gnus-article-save-original-date): New function.
17207 (gnus-display-mime): Use it.
17208
17209 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
17210
17211 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17212 enclosure element of <item>.
17213
17214 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
17215
17216 * message.el (message-kill-buffer-query): Rename from
17217 `message-kill-buffer-query-if-modified'. Add :version.
17218
17219 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17220
17221 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17222 window layout.
17223
17224 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17225
17226 * mml.el: Autoload dnd when compiling.
17227
17228 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17229
17230 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17231 x-dnd-*.
17232
17233 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17234
17235 * qp.el (quoted-printable-encode-region): Save excursion.
17236
17237 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
17238
17239 * message.el (message-kill-buffer-query-if-modified): Add new variable
17240 so the user can kill a modified message buffer quickly.
17241 (message-kill-buffer): Use it.
17242
17243 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
17244
17245 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17246 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17247
17248 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17249
17250 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17251 contained in text because xml.el decodes entities) with LFs.
17252
17253 2005-04-11 Lute Kamstra <lute@gnu.org>
17254
17255 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17256 differently.
17257
17258 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * mm-util.el (mm-detect-coding-region): Typo.
17261
17262 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
17263
17264 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17265
17266 2005-04-06 Deepak Goel <deego@gnufans.org>
17267
17268 * spam-stat.el (spam-stat-score-buffer): Add a call to a
17269 user-function allow user modifications of the scores.
17270 (spam-stat-score-buffer-user): New function, to allow
17271 user-computed modifications to the score.
17272 (spam-stat-score-buffer-user-functions): List of additional
17273 scoring functions.
17274 (spam-stat-error-holder): Global temporary error holder.
17275 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17276 variable.
17277
17278 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
17279
17280 * gnus-registry.el (gnus-registry-clean-empty-function)
17281 (gnus-registry-trim, gnus-registry-fetch-groups)
17282 (gnus-registry-delete-group): Groups that match
17283 `gnus-registry-ignored-groups' are removed from the registry
17284 entries, not just ignored for splitting. This helps clean up the
17285 registry. Also, `gnus-registry-fetch-groups' is a convenient way
17286 to get all the groups a message ID is in.
17287
17288 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17289 (spam-stat-split-fancy): Change "threshhold" to "threshold".
17290 (spam-stat-score-buffer-user-functions): Add :number custom type.
17291
17292 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17293
17294 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17295 argument in XEmacs.
17296
17297 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17298 (nnrss-request-group): Decode group name first.
17299 (nnrss-request-article): Make a text/plain article if mml-to-mime
17300 failed.
17301 (nnrss-get-encoding): Return a compatible encoding according to
17302 nnrss-compatible-encoding-alist.
17303 (nnrss-find-el): Use consp instead of listp.
17304 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17305
17306 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17307
17308 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17309 which Emacs 20 doesn't support.
17310 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17311
17312 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17313
17314 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17315 silence the byte compiler inside the defun.
17316
17317 * gnus-demon.el (parse-time-string): Add autoload.
17318
17319 * gnus-delay.el (parse-time-string): Add autoload.
17320
17321 * gnus-art.el (parse-time-string): Add autoload.
17322
17323 * nnultimate.el (parse-time): Require for `parse-time-string'.
17324
17325 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17326
17327 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17328
17329 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17330
17331 * smime.el (smime-ldap-host-list): Add :version.
17332
17333 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17334
17335 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17336 pass it to `gnus-browse-read-group'.
17337 (gnus-browse-read-group): Add NUMBER argument and pass it to
17338 `gnus-group-read-ephemeral-group'.
17339
17340 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17341 argument and pass it to `gnus-group-read-group'.
17342
17343 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
17344
17345 * mm-util.el (mm-xemacs-find-mime-charset): Only call
17346 mm-xemacs-find-mime-charset-1 if we have the mule feature
17347 available at runtime.
17348
17349 2005-03-25 Werner Lemberg <wl@gnu.org>
17350
17351 * nnmaildir.el: Replace `illegal' with `invalid'.
17352
17353 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17354
17355 * gnus-start.el (gnus-display-time-event-handler):
17356 Check display-time-timer at runtime rather than only at load time
17357 in case display-time-mode is turned off in the mean time.
17358
17359 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17360
17361 * nnimap.el (nnimap-open-connection): Print which authinfo file is
17362 used.
17363
17364 * nneething.el (nneething-map-file-directory): Derive from
17365 `gnus-directory'.
17366
17367 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17368 the To/Cc button.
17369
17370 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17371
17372 * nnmaildir.el (nnmaildir-request-accept-article):
17373 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17374
17375 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17376
17377 * gnus-async.el: Require timer-funcs at compile time when in
17378 XEmacs for `run-with-idle-timer'.
17379
17380 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17381
17382 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17383 autoloaded function.
17384
17385 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17386
17387 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17388
17389 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
17390
17391 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17392
17393 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17394
17395 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17396 Add gnus-expert-user to default.
17397
17398 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
17399
17400 * nnimap.el (nnimap-open-server): Ditto.
17401
17402 * imap.el (imap-authenticate): Fix typo.
17403
17404 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
17405
17406 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17407 buffer (since IMAP server might return FETCH response out of
17408 order, and the nntp buffer must be sorted).
17409
17410 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
17411
17412 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17413 comparison on string.
17414
17415 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17416 (gnus-agent-score): Rename category keywords to match gnus-cus.
17417 (gnus-agent-summary-fetch-series): Modify to protect against
17418 gnus-agent-summary-fetch-group clearing processable flags.
17419 (gnus-agent-synchronize-group-flags): Update live group buffer as
17420 synchronization may occur due to the user toggle the plugged
17421 status.
17422 (gnus-agent-fetch-group-1): Clear downloadable flag when article
17423 successfully downloaded.
17424 (gnus-agent-expire-group-1): Avoid using markers when the overview
17425 is in ascending order; greatly improves performance.
17426 (gnus-agent-regenerate-group):
17427 Use gnus-agent-synchronize-group-flags to reset read status in both
17428 gnus and server.
17429 (gnus-agent-update-files-total-fetched-for): Fix initial size.
17430
17431 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17432
17433 * message.el: Don't autoload former message-utils variables.
17434 (message-strip-subject-trailing-was): Change doc string.
17435
17436 * nnweb.el: Fixes for `gnus-group-make-web-group'.
17437 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
17438 (nnweb-google-search): Add "hl=en" here.
17439 (nnweb-google-parse-1, nnweb-google-create-mapping):
17440 Don't hardcode URL.
17441
17442 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17443
17444 * message.el (message-get-reply-headers, message-followup):
17445 Mention related variables `message-use-followup-to' and
17446 `message-use-mail-followup-to', in the information buffer.
17447
17448 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17449 of broken groups(-beta).google.com.
17450
17451 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
17452
17453 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17454 parameter to invoked gnus-request-move-article; remove the
17455 redundant gnus-sum-hint-move-is-internal variable; apply the marks
17456 all at once instead of once per article.
17457 (gnus-summary-remove-process-mark): Accept a list of articles as
17458 well as a single article for processing.
17459
17460 * gnus-int.el (gnus-request-move-article): Add move-is-internal
17461 parameter.
17462
17463 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17464
17465 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17466
17467 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17468 parameter.
17469
17470 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17471 parameter.
17472
17473 * nnimap.el (nnimap-request-move-article): Add move-is-internal
17474 parameter and remove the gnus-sum-hint-move-is-internal variable.
17475
17476 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17477 parameter.
17478
17479 * nndraft.el (nndraft-request-move-article): Add move-is-internal
17480 parameter.
17481
17482 * nndiary.el (nndiary-request-move-article): Add move-is-internal
17483 parameter.
17484
17485 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17486
17487 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17488 parameter.
17489
17490 * nnagent.el (nnagent-request-move-article): Add move-is-internal
17491 parameter.
17492
17493 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17496 a more conservative way.
17497
17498 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17499
17500 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17501 buffer, so it moves the window's cursor.
17502
17503 2005-02-26 Arne Jørgensen <arne@arnested.dk>
17504
17505 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17506 `mm-dissect-multipart' and receive the from field as an (optional)
17507 argument from `mm-dissect-multipart'.
17508 (mm-dissect-multipart): Receive the from field as an argument and
17509 pass it on when we call `mm-dissect-buffer' on MIME parts.
17510 Fixes verification/decryption of signed/encrypted MIME parts.
17511
17512 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
17513
17514 * gnus-sum.el (gnus-summary-move-article):
17515 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17516 whatever it calls (right now, only nnimap-request-move article
17517 respects it).
17518
17519 * nnimap.el (nnimap-request-move-article):
17520 When gnus-sum-hint-move-is-internal is set, don't do the extra
17521 nnimap-request-article.
17522
17523 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17524
17525 * nnheader.el (nnheader-find-file-noselect): Add doc string.
17526
17527 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17528 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17529
17530 * gnus-sum.el (gnus-summary-caesar-message):
17531 Apply `gnus-treat-article' after rotation.
17532
17533 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17534 doc string.
17535
17536 2005-02-22 Simon Josefsson <jas@extundo.com>
17537
17538 * encrypt.el (encrypt-password-cache-expiry): Remove (use
17539 `password-cache-expiry' instead). Reported by Arne Jørgensen
17540 <arne@arnested.dk>.
17541 (encrypt): Add password-cache and password-cache-expiry as group
17542 members.
17543
17544 2005-02-22 Arne Jørgensen <arne@arnested.dk>
17545
17546 * smime.el (smime-ldap-host-list): Doc fix.
17547 (smime-ask-passphrase): Use `password-read-and-add' to read (and
17548 cache) password.
17549 (smime-sign-region): Use it.
17550 (smime-decrypt-region): Use it.
17551 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17552 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17553 fails.
17554 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17555 certificate from DER to PEM format rather than calling openssl.
17556
17557 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17558
17559 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17560 for signing/encryption.
17561
17562 * mml.el (mml-parse-1): Use them.
17563
17564 2005-02-21 Arne Jørgensen <arne@arnested.dk>
17565
17566 * nnrss.el (nnrss-verbose): Remove.
17567 (nnrss-request-group): Use `nnheader-message' instead.
17568
17569 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
17570
17571 * nnrss.el (nnrss-verbose): New variable.
17572 (nnrss-request-group): Make it say nnrss is requesting a group.
17573
17574 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17575
17576 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17577 Handle news URL with given port correctly.
17578
17579 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
17580
17581 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17582 containing special characters.
17583
17584 * gnus-sum.el (gnus-summary-edit-article): Ditto.
17585
17586 * mml.el (mime-to-mml): Ditto.
17587
17588 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17589 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17590 (rfc2047-decode-region): Quote decoded words containing special
17591 characters when rfc2047-quote-decoded-words-containing-tspecials
17592 is non-nil.
17593
17594 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
17595
17596 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17597
17598 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17599
17600 2005-02-15 Simon Josefsson <jas@extundo.com>
17601
17602 * nnimap.el (nnimap-debug): Doc fix.
17603
17604 * imap.el (imap-debug): Doc fix.
17605
17606 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17607
17608 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17609
17610 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17611
17612 * gnus.el (spam-contents): Improve docs for spam-contents
17613 parameter in its variable incarnation.
17614
17615 2005-02-14 Simon Josefsson <jas@extundo.com>
17616
17617 * smime-ldap.el: Use require instead of load-library for ldap.
17618 (smime-ldap-search): Indent.
17619 (smime-ldap-search-internal): Shorten line.
17620
17621 * smime.el (smime-cert-by-dns): Add doc-string.
17622 (smime-cert-by-ldap-1): Indent.
17623
17624 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17625 mml-smime-get-dns-ldap.
17626 (mml-smime-encrypt-query): Use new function. Default to ldap.
17627
17628 2005-02-14 Arne Jørgensen <arne@arnested.dk>
17629
17630 * smime.el: Require smime-ldap.
17631 (smime-ldap-host-list): New variable.
17632 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17633
17634 * mml-smime.el (mml-smime-encrypt-query): New function.
17635 (mml-smime-encrypt-query): Use it.
17636
17637 * smime-ldap.el: New file.
17638
17639 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17640
17641 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17642
17643 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17644
17645 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17646 argument in doc string. Make query for type more clear.
17647
17648 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17649
17650 * gnus.el (gnus-group-startup-message): Search for gnus images in
17651 etc/images/gnus.
17652 * mm-util.el (mm-image-load-path): Likewise.
17653 * smiley.el (smiley-data-directory): Search for smilies in
17654 etc/images/smilies.
17655
17656 2005-02-09 Kim F. Storm <storm@cua.dk>
17657
17658 Change Emacs release version from 21.4 to 22.1 throughout.
17659 Change Emacs development version from 21.3.50 to 22.0.50.
17660
17661 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17662
17663 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17664
17665 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17666 non-Mule XEmacs as well.
17667 (mm-decompress-buffer): Signal an error intentionally if it does
17668 not decompress compressed data because auto-compression-mode is
17669 disabled.
17670
17671 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
17672
17673 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17674 an ID in the registry even if it has no groups.
17675
17676 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
17677
17678 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17679 merge it into mm-decompress-buffer.
17680 (gnus-mime-copy-part): Use the MIME part charset, the value which
17681 a user specified or gnus-newsgroup-charset for decoding, like
17682 gnus-mime-inline-part does; set buffer-file-coding-system to tell
17683 save-buffer what was used. Suggested by Kevin Ryde
17684 <user42@zip.com.au>.
17685 (gnus-mime-inline-part): Allow the name parameter as well as the
17686 filename parameter; force decompressing of compressed data; always
17687 display contents being not decoded as unibyte.
17688
17689 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17690 as well as the filename parameter.
17691
17692 * mm-util.el (mm-decompress-buffer):
17693 Merge gnus-mime-jka-compr-maybe-uncompress.
17694 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17695 of compressed data.
17696
17697 2005-02-08 Simon Josefsson <jas@extundo.com>
17698
17699 * imap.el (imap-log): Doc fix.
17700
17701 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17702
17703 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17704 the coding cookies; decompress compressed parts.
17705
17706 * mml.el (mml-generate-mime-1): Add the charset parameter according
17707 to the value which a user specified manually or the coding cookie.
17708
17709 * mm-util.el (mm-string-to-multibyte): New function.
17710 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17711 (mm-coding-system-to-mime-charset): New function.
17712 (mm-decompress-buffer): New function.
17713 (mm-find-buffer-file-coding-system): New function.
17714
17715 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17716 (mm-display-inline-fontify): Rewrite for decoding and decompressing
17717 parts.
17718
17719 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17720
17721 * mm-view.el (mm-display-inline-fontify): Decode a part according
17722 to the charset parameter.
17723
17724 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17725
17726 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17727 prefix arg is neither nil nor a number, as info specifies.
17728
17729 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
17730
17731 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17732 timestamps.
17733
17734 2005-02-02 Jari Aalto <jari.aalto@cante.net>
17735
17736 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17737 groups error checking and notify user.
17738
17739 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
17740
17741 * message.el (message-send-mail-function): Check existence of
17742 sendmail-program first before using default value
17743 `message-send-mail-with-sendmail'. Otherwise use more generic
17744 `smtpmail-send-it'.
17745
17746 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
17747
17748 * nntp.el (nntp-request-update-info): Always return nil.
17749
17750 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17753
17754 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17755
17756 * message.el (message-beginning-of-line): Change the behavior when
17757 invoked between BOL and : so that it first moves backward.
17758
17759 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17760
17761 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17762 article buffer when editing of the article is discarded.
17763 (gnus-article-prepare): Revert.
17764
17765 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17766
17767 * gnus-art.el (gnus-article-prepare):
17768 Remove message-strip-forbidden-properties from the local hook.
17769
17770 2005-01-27 Simon Josefsson <jas@extundo.com>
17771
17772 * password.el (password-cache-add): Only start one timer per key.
17773 Reported by Derek Atkins <warlord@MIT.EDU>.
17774
17775 2005-01-26 Steve Youngs <steve@sxemacs.org>
17776
17777 * run-at-time.el: Remove. It is no longer needed as
17778 timer-funcs.el in the xemacs-base package has a working version of
17779 `run-at-time'.
17780
17781 * password.el: Require timer-funcs instead of run-at-time in
17782 XEmacs.
17783 Remove `password-run-at-time' macro.
17784 (password-cache-add): Use `run-at-time' instead of
17785 `password-run-at-time'.
17786
17787 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17788 for `run-with-idle-timer'.
17789
17790 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17791 for `run-at-time'.
17792
17793 * mm-url.el: Require timer-funcs at compile time when in XEmacs
17794 for `with-timeout'.
17795
17796 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17797
17798 * mml.el (mml-generate-mime-1): Convert string into unibyte when
17799 inserting " *mml*" buffer's contents into a unibyte temp buffer.
17800
17801 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
17802
17803 * mail-source.el (mail-source-fetch-imap): Search for ^From case
17804 sensitively.
17805
17806 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
17807
17808 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17809
17810 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
17811
17812 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17813 which will be inserted according to the multibyteness of a buffer
17814 rather than the type of contents. Suggested by ARISAWA Akihiro
17815 <ari@mbf.ocn.ne.jp>.
17816
17817 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17818 of string which old xml.el may return rather than a string.
17819
17820 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17821
17822 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17823
17824 2005-01-16 Simon Josefsson <jas@extundo.com>
17825
17826 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17827 idn/idna.el isn't available.
17828 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
17829 <michael@waxrat.com>.
17830
17831 * hashcash.el: Remove non-FSF copyright header.
17832
17833 * hashcash.el (hashcash-extra-generate-parameters): New variable.
17834 (hashcash-generate-payment): Use it.
17835 (hashcash-generate-payment-async): Use it.
17836
17837 2005-01-15 Simon Josefsson <jas@extundo.com>
17838
17839 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17840 Suggested by Raymond Scholz <ray-2005@zonix.de>.
17841
17842 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17843 gnus-summary-idna-message.
17844 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17845 (gnus-summary-idna-message): New function.
17846
17847 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
17848
17849 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17850 gnus-novice-user.
17851
17852 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
17853
17854 * nnrss.el (nnrss-request-delete-group): Delete entries in
17855 nnrss-group-alist as well.
17856 (nnrss-save-server-data): Insert newline.
17857
17858 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
17859
17860 * gnus.el (gnus-user-agent): Use list of symbols instead of
17861 symbols. Display full version number for (S)XEmacs.
17862 Optionally display (S)XEmacs codename.
17863
17864 * gnus-util.el (gnus-emacs-version): Update for new
17865 `gnus-user-agent'.
17866
17867 * gnus-msg.el (gnus-extended-version): Make it possible to omit
17868 Gnus version.
17869
17870 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17871
17872 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
17873 which is unreadable in some setups.
17874
17875 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17876
17877 * gnus-spec.el (gnus-update-format-specifications): Flush the
17878 group format spec cache if it doesn't support decoded group names.
17879
17880 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
17881
17882 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17883 Allow to apply decay on score files matching a regexp.
17884
17885 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
17886
17887 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17888 compatibility in %g and %c.
17889
17890 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
17891
17892 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17893 name for only %g and %c.
17894 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17895 of gnus-tmp-group to decoded group name.
17896 (gnus-group-make-rss-group): Exclude `/'s from group names.
17897
17898 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
17899
17900 * nnrss.el (nnrss-get-encoding): Fix regexp.
17901
17902 2004-12-27 Simon Josefsson <jas@extundo.com>
17903
17904 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17905 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17906 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
17907
17908 2004-12-17 Kim F. Storm <storm@cua.dk>
17909
17910 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17911
17912 * gnus-sum.el (gnus-summary-mode-map): Likewise.
17913
17914 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17915
17916 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17917
17918 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
17919
17920 * nnrss.el: Require rfc2047 and mml.
17921 (nnrss-file-coding-system): New variable.
17922 (nnrss-format-string): Redefine it as an inline function.
17923 (nnrss-decode-group-name): New function.
17924 (nnrss-string-as-multibyte): Remove.
17925 (nnrss-retrieve-headers): Decode group name; don't use
17926 nnrss-format-string.
17927 (nnrss-request-group): Decode group name.
17928 (nnrss-request-article): Decode group name; allow a Message-ID as
17929 well as an article number; don't use nnrss-format-string; encode a
17930 Message-ID string which may contain non-ASCII characters; use
17931 mml-to-mime to compose a MIME article.
17932 (nnrss-request-expire-articles): Decode group name.
17933 (nnrss-request-delete-group): Decode group name.
17934 (nnrss-fetch): Clarify error message.
17935 (nnrss-read-server-data): Use insert-file-contents instead of load;
17936 bind file-name-coding-system; use multibyte buffer.
17937 (nnrss-save-server-data): Bind coding-system-for-write to the
17938 value of nnrss-file-coding-system; bind file-name-coding-system;
17939 add coding cookie.
17940 (nnrss-read-group-data): Use insert-file-contents instead of load;
17941 bind file-name-coding-system; use multibyte buffer.
17942 (nnrss-save-group-data): Bind coding-system-for-write to the
17943 value of nnrss-file-coding-system; bind file-name-coding-system.
17944 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17945 make it work with non-ASCII text.
17946 (nnrss-find-el): Make it work with old xml.el as well.
17947
17948 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17949
17950 * nnrss.el (nnrss-get-encoding): New function.
17951 (nnrss-fetch): Use unibyte buffer initially; bind
17952 coding-system-for-read while performing mm-url-insert; remove ^Ms;
17953 decode contents according to the encoding attribute.
17954 (nnrss-save-group-data): Add coding cookie.
17955 (nnrss-mime-encode-string): New function.
17956 (nnrss-check-group): Use it to encode subject and author.
17957
17958 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
17959
17960 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17961 imaginary variable.
17962
17963 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17964
17965 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17966 correctly even if there are wide characters.
17967
17968 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17969
17970 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17971 downcased symbol names; make a new cache instead of reusing
17972 bbdb-hashtable.
17973
17974 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17975
17976 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17977 concatenating segments rather than before concatenating them.
17978 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17979
17980 * message.el (message-get-reply-headers): Bind `extra'.
17981
17982 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17983
17984 * message.el (message-extra-wide-headers): New variable.
17985 (message-get-reply-headers): Use it.
17986
17987 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17988
17989 * gnus-agent.el (gnus-agent-group-path): Decode group name.
17990 (gnus-agent-group-pathname): Ditto.
17991
17992 * gnus-cache.el (gnus-cache-file-name): Decode group name.
17993
17994 * gnus-group.el (gnus-group-make-group): Decode group name.
17995 (gnus-group-make-rss-group): Register the group data after opening
17996 the nnrss group.
17997
17998 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17999
18000 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18001 by expiry now get marked as read.
18002
18003 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
18004
18005 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18006
18007 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
18008
18009 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18010 unify Latin characters in XEmacs.
18011 (mm-find-mime-charset-region): Use it.
18012
18013 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
18014
18015 * gnus-util.el (gnus-delete-directory): New function.
18016
18017 * gnus-agent.el (gnus-agent-delete-group): Use it.
18018
18019 * gnus-cache.el (gnus-cache-delete-group): Use it.
18020
18021 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18022
18023 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18024 names.
18025
18026 2004-12-16 Simon Josefsson <jas@extundo.com>
18027
18028 * hashcash.el (hashcash-payment-alist): Fix custom :type.
18029
18030 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
18031
18032 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18033
18034 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18035 (gnus-group-set-current-level): Decode group name.
18036
18037 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
18038
18039 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18040 failed.
18041
18042 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
18043
18044 * gnus-group.el (gnus-group-delete-group): Decode group name.
18045 (gnus-group-make-rss-group): Encode group name.
18046 (gnus-group-catchup-current): Decode group name.
18047 (gnus-group-kill-group): Decode group name.
18048
18049 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18050
18051 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18052
18053 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
18054
18055 * gnus-group.el (gnus-group-make-rss-group):
18056 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18057
18058 * gnus-start.el (gnus-setup-news): Honor user's setting to
18059 gnus-message-archive-method. Suggested by Lute Kamstra
18060 <lute@gnu.org>.
18061
18062 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
18063
18064 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18065 global counterparts of the buffer-local variables.
18066
18067 2004-11-16 Romain Francoise <romain@orebokech.com>
18068
18069 * gnus-sum.el (gnus-summary-exit): Don't clear the global
18070 counterparts of the buffer-local variables.
18071
18072 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
18073
18074 * message.el (message-forbidden-properties): Fix typo in doc
18075 string.
18076
18077 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
18078
18079 * gnus-util.el (gnus-replace-in-string): Add doc string.
18080
18081 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18082 to avoid problems when splitting mails with many recipients.
18083
18084 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18085
18086 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18087 pop-to-buffer, covered by the subsequent gnus-configure-windows.
18088
18089 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
18090
18091 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18092 if there is no hashtable in memory or file modification time is
18093 newer than cached timestamp.
18094
18095 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
18096
18097 * gnus-sum.el (gnus-summary-limit-to-recipient):
18098 Implement not-matching option.
18099
18100 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
18101
18102 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18103 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18104 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18105 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18106 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
18107 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18108
18109 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
18110
18111 * message.el (message-forward-make-body-mml): Remove headers
18112 according to message-forward-ignored-headers if a message is decoded.
18113
18114 2004-12-02 Romain Francoise <romain@orebokech.com>
18115
18116 * message.el (message-forward-make-body-plain): Always remove
18117 headers according to message-forward-ignored-headers.
18118
18119 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
18120
18121 * spam.el (spam-summary-prepare-exit): Remove the
18122 gnus-summary-limit pop for now, it has problems with ham marks for
18123 me.
18124
18125 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
18126
18127 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18128 correctly.
18129
18130 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
18131
18132 * format-spec.el (format-spec): Message the char.
18133
18134 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
18135
18136 * gnus-art.el (gnus-split-methods): Reformat comments.
18137
18138 * spam.el (spam-summary-prepare-exit): Remove article limits
18139 before exiting the summary buffer.
18140
18141 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
18142
18143 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18144 order to silence the byte compiler.
18145
18146 * spam.el: Fix the way to silence the byte compiler, which
18147 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18148 bbdb-search-simple, spam-BBDB-register-routine,
18149 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18150 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18151 spam-stat-buffer-is-spam, spam-stat-load,
18152 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18153 spam-stat-save and spam-stat-split-fancy.
18154
18155 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
18156
18157 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18158 which may confuse users.
18159 (canlock-password-for-verify): Ditto.
18160
18161 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18162
18163 * gnus-art.el (gnus-emphasis-alist): Ditto.
18164
18165 * gnus-registry.el (gnus-registry-max-entries): Ditto.
18166
18167 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18168
18169 * gnus-start.el (gnus-save-killed-list): Ditto.
18170
18171 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18172 (gnus-sum-thread-tree-root): Ditto.
18173 (gnus-sum-thread-tree-false-root): Ditto.
18174 (gnus-sum-thread-tree-single-indent): Ditto.
18175
18176 * message.el (message-courtesy-message): Ditto.
18177 (message-archive-note): Ditto.
18178 (message-subscribed-address-file): Ditto.
18179 (message-user-fqdn): Ditto.
18180
18181 * spam-report.el (spam-report-gmane-regex): Ditto.
18182
18183 * spam.el (spam-blackhole-good-server-regex): Ditto.
18184
18185 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18186
18187 * mml.el (mml-preview): Widen the message buffer before copying
18188 the contents to the preview buffer; sort headers before previewing.
18189
18190 * message.el (message-hidden-headers): Fix the way to avoid a bug
18191 in the `repeat' widget in Emacs 21.3 or earlier.
18192
18193 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18194
18195 * message.el (message-hidden-headers): Default to "^References:".
18196 Improve customization type. Suggested by Reiner Steib
18197 <Reiner.Steib@gmx.de>.
18198
18199 2004-11-25 Romain Francoise <romain@orebokech.com>
18200
18201 * message.el (message-strip-forbidden-properties): Remove check for
18202 obsolete `message-hidden' text property, hidden headers are not
18203 accessible in the buffer anymore.
18204
18205 2004-11-22 Romain Francoise <romain@orebokech.com>
18206
18207 * message.el (message-header-format-alist): Add `From' in list
18208 so that it can be sorted.
18209 (message-fix-before-sending): Widen and sort headers before
18210 sending.
18211 (message-hide-headers): Use narrowing to hide headers by moving
18212 them to the top of the buffer and narrowing to the region
18213 underneath.
18214
18215 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18216
18217 * message.el (message-strip-forbidden-properties):
18218 Bind buffer-read-only (etc) to nil.
18219
18220 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
18221
18222 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18223 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18224
18225 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
18226
18227 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18228
18229 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18230
18231 * dns.el (query-dns): Use sit-for to time instead of
18232 accept-process-output, since that doesn't seem to work on udp
18233 sockets.
18234
18235 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
18236
18237 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18238
18239 2004-11-15 Jesper Harder <harder@ifa.au.dk>
18240
18241 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18242 doc string. Improve doc string.
18243
18244 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
18245
18246 * nntp.el (nntp-request-update-info): Return nil if
18247 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18248 may not call gnus-activate-group which uselessly issues the GROUP
18249 commands for all nntp groups and wastes time. Reported by Romain
18250 Francoise <romain@orebokech.com>.
18251
18252 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18253
18254 2004-11-15 Simon Josefsson <jas@extundo.com>
18255
18256 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18257 headers separately.
18258 (gnus-button-openpgp): New function, inspired by Jochen Küpper
18259 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18260
18261 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
18262
18263 * gnus-start.el (gnus-convert-old-newsrc):
18264 Assign legacy-gnus-agent to 5.10.7.
18265
18266 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18267
18268 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18269 start of the lines.
18270
18271 2004-11-14 Magnus Henoch <mange@freemail.hu>
18272
18273 * hashcash.el (hashcash-default-payment): Change default to 20.
18274 (hashcash-default-accept-payment): Change default to 20.
18275 (hashcash-process-alist): New variable.
18276 (hashcash-generate-payment-async): Add.
18277 (hashcash-already-paid-p): Add.
18278 (hashcash-insert-payment): Don't generate payments twice.
18279 (hashcash-insert-payment-async): Add.
18280 (hashcash-insert-payment-async-2): Add.
18281 (hashcash-cancel-async): Add.
18282 (hashcash-wait-async): Add.
18283 (hashcash-processes-running-p): Add.
18284 (hashcash-wait-or-cancel): Add.
18285 (mail-add-payment): New optional argument. Conditionally start
18286 asynchronous calculation.
18287 (mail-add-payment-async): Add.
18288
18289 * message.el (message-send-mail): Wait for asynchronous hashcash
18290 results. Don't clobber existing X-Hashcash headers.
18291 (message-setup-1): Call mail-add-payment-async when
18292 message-generate-hashcash is non-nil.
18293
18294 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18295
18296 * message.el (message-use-alternative-email-as-from): Examine the
18297 From header as well; use message-make-from in order to include a
18298 user's full name.
18299
18300 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
18301
18302 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18303 default; improve customization type.
18304 (gnus-emphasis-custom-with-format): New macro.
18305 (gnus-emphasis-custom-value-to-external): New function.
18306 (gnus-emphasis-custom-value-to-internal): New function.
18307
18308 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18309
18310 * dns.el (query-dns): Resolve reverse addresses.
18311
18312 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18313
18314 * gnus-group.el (gnus-group-get-new-news): Use it.
18315
18316 * gnus-start.el (gnus-check-reasonable-setup): New function.
18317
18318 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
18319
18320 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18321 "Args out of range" error. Reported by Arnaud Giersch
18322 <arnaud.giersch@free.fr>.
18323
18324 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
18325
18326 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18327
18328 2004-11-04 Richard M. Stallman <rms@gnu.org>
18329
18330 * spam.el (spam group): Add :version.
18331
18332 * pgg-def.el (pgg group): Add :version.
18333
18334 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
18335
18336 * gnus-art.el (gnus-article-edit-article): Don't associate the
18337 article buffer with a draft file. This is a temporary measure
18338 against the 2004-08-22 change to gnus-article-edit-mode.
18339
18340 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
18341
18342 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18343 (html2text-format-tags): Remove unused variable `attr'.
18344
18345 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
18346
18347 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18348
18349 * spam-stat.el (spam-stat): Add :version.
18350
18351 * sieve.el (sieve): Add :version.
18352
18353 * sha1.el (sha1): Add :version.
18354 (sha1-use-external): Remove redundant version.
18355
18356 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18357 (nnmail-cache-ignore-groups, nnmail-spool-hook)
18358 (nnmail-split-fancy-match-partial-words)
18359 (nnmail-split-lowercase-expanded): Add :version.
18360
18361 * nndiary.el (nndiary): Add :version.
18362
18363 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18364
18365 * mml-sec.el (mml-default-sign-method)
18366 (mml-default-encrypt-method, mml-signencrypt-style-alist):
18367 Add :version.
18368
18369 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18370
18371 * mm-url.el (mm-url-use-external, mm-url-program)
18372 (mm-url-arguments): Add :version.
18373
18374 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18375 (mm-attachment-file-modes, mm-decrypt-option)
18376 (mm-w3m-safe-url-regexp): Add :version.
18377
18378 * message.el (message-cite-prefix-regexp)
18379 (message-sendmail-envelope-from, message-minibuffer-local-map)
18380 (message-user-fqdn, message-completion-alist): Add :version.
18381
18382 * gnus-win.el (gnus-configure-windows-hook)
18383 (gnus-use-frames-on-any-display): Add :version.
18384
18385 * gnus-art.el (gnus-article-address-banner-alist)
18386 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18387 (gnus-treat-from-picon, gnus-treat-mail-picon)
18388 (gnus-treat-x-pgp-sig): Add :version.
18389
18390 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18391 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18392 (gnus-summary-article-delete-hook)
18393 (gnus-summary-display-while-building): Add :version.
18394
18395 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18396 (gnus-get-top-new-news-hook): Add :version.
18397
18398 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18399 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18400
18401 * gnus-registry.el (gnus-registry): Add :version.
18402
18403 * gnus-spec.el (gnus-use-correct-string-widths)
18404 (gnus-make-format-preserve-properties): Add :version.
18405
18406 * gnus.el (gnus-group-charter-alist)
18407 (gnus-group-fetch-control-use-browse-url)
18408 (gnus-install-group-spam-parameters): Add :version.
18409
18410 * gnus-diary.el (gnus-diary): Add :version.
18411
18412 * gnus-delay.el (gnus-delay): Add :version.
18413
18414 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18415 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18416 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18417 Add :version.
18418
18419 * gnus-agent.el (gnus-agent-max-fetch-size)
18420 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18421 (gnus-agent-prompt-send-queue): Add :version.
18422
18423 * deuglify.el (gnus-outlook-deuglify): Add :version.
18424
18425 * html2text.el: Beautify code. Improve doc strings.
18426 Some checkdoc cleanup.
18427 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18428
18429 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18430
18431 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18432
18433 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
18434
18435 * gnus-registry.el (gnus-registry-hashtb): Create the registry
18436 when package is loaded.
18437
18438 * spam.el (spam-summary-score-preferred-header): Add global preference
18439 for people who want to override the default SpamAssassin over
18440 Bogofilter preference (when both are set).
18441 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18442 (spam-user-format-function-S):
18443 Check spam-summary-score-preferred-header.
18444 (spam-extra-header-to-number): Add X-Bogosity header parsing.
18445 (spam-user-format-function-S): Format the score correctly.
18446
18447 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
18448
18449 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18450 signature file. Suggested by Manoj Srivastava
18451 <srivasta@golden-gryphon.com>.
18452
18453 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18454 iso-2022-jp even in the Japanese language environment.
18455 Suggested by Jason Rumney <jasonr@gnu.org>.
18456
18457 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
18458
18459 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18460 use the same characters as the dummy marks; make it free from
18461 getting affected by the language environment.
18462 (gnus-summary-read-group-1): Update mark positions only when the
18463 format spec is updated.
18464
18465 * gnus-spec.el (gnus-update-format-specifications): Return a list
18466 of updated types.
18467
18468 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
18469
18470 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18471 of boundp to check if display-warning is available.
18472
18473 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
18474
18475 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18476
18477 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18478
18479 * nnspool.el (nnspool-spool-directory): Use news-path if the
18480 news-directory variable is not bound.
18481
18482 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18483 function instead of display-warning if it is not available.
18484
18485 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18486
18487 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18488 v5-10: Use `point-at-bol'.
18489
18490 2004-10-26 Simon Josefsson <jas@extundo.com>
18491
18492 * hashcash.el: Fix URL in comment, reported by Cheng Gao
18493 <chenggao@gmail.com>.
18494
18495 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18496
18497 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
18498 instead.
18499
18500 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
18501
18502 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18503 to remove a server from the nnimap-server-buffer-alist.
18504 (nnimap-open-connection, nnimap-close-server): Use it.
18505
18506 * gnus-encrypt.el: Remove file in favor of encrypt.el.
18507
18508 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
18509
18510 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18511 running the major-mode function.
18512
18513 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18514
18515 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18516 dummy marks in the right way.
18517
18518 2004-10-18 David Edmondson <dme@dme.org>
18519
18520 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18521 excessively.
18522
18523 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
18524
18525 * gnus-util.el (gnus-split-references): Accept a nil references
18526 string and go on blissfully.
18527
18528 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18529 cases where the references string is non-nil but has no references.
18530
18531 * encrypt.el: Add autoload tags.
18532
18533 * spam.el (spam-resolve-registrations-routine): Remove article
18534 from unregistration list too. Reported by David Hanak
18535 <dhanak@isis.vanderbilt.edu>
18536
18537 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
18538
18539 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18540 nil. Change custom type.
18541
18542 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
18543
18544 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18545
18546 * gnus-sum.el (gnus-summary-move-article): Use it.
18547
18548 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
18549
18550 * encrypt.el: Add autoload cookies.
18551
18552 * spam.el (spam-backend-article-list-property)
18553 (spam-backend-get-article-todo-list)
18554 (spam-backend-put-article-todo-list)
18555 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18556 Resolve registrations separately.
18557 (spam-register-routine): Format comments.
18558 (spam-unregister-routine, spam-register-routine): Always call with
18559 specific-articles, no default list.
18560 (spam-summary-prepare-exit): Use the spam-classifications function.
18561
18562 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18563 gnus-encrypt.el.
18564
18565 * encrypt.el: Copied from gnus-encrypt.el.
18566
18567 * gnus-encrypt.el: Commented that it's obsolete.
18568
18569 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18570
18571 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18572 (gnus-score-save): Use it.
18573
18574 * message.el (message-bury): Use `window-dedicated-p'.
18575
18576 2004-10-15 Simon Josefsson <jas@extundo.com>
18577
18578 * pop3.el (top-level): Don't require nnheader.
18579 (pop3-read-timeout): Add.
18580 (pop3-accept-process-output): Add.
18581 (pop3-read-response, pop3-retr): Use it.
18582
18583 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
18584
18585 * spam.el (spam-register-routine): Move comment.
18586 (spam-verify-bogofilter): Use 'unknown for the initial
18587 spam-bogofilter-valid state, not 'never.
18588
18589 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18590 for netrc-machine.
18591
18592 * nnimap.el (nnimap-open-connection):
18593 Use netrc-machine-user-or-password.
18594
18595 2004-10-17 Richard M. Stallman <rms@gnu.org>
18596
18597 * gnus-registry.el (gnus-registry-unload-hook):
18598 Set as a variable with add-hook.
18599
18600 * nnspool.el (nnspool-spool-directory): Use news-directory instead
18601 of news-path.
18602
18603 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18604
18605 * spam.el: Delete duplicate `provide'.
18606 (spam-unload-hook): Set as a variable with add-hook.
18607
18608 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18609
18610 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18611 in the doc string.
18612
18613 * message.el (message-ignored-news-headers)
18614 (message-ignored-supersedes-headers)
18615 (message-ignored-resent-headers)
18616 (message-forward-ignored-headers): Improve custom type.
18617
18618 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
18619
18620 * message.el (message-tokenize-header): Fix 2004-09-06 change
18621 which used point-min in the wrong place.
18622
18623 2004-10-12 Simon Josefsson <jas@extundo.com>
18624
18625 * tls.el (tls-certtool-program): New variable.
18626 (tls-certificate-information): New function, based on
18627 ssl-certificate-information.
18628
18629 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
18630
18631 * compface.el: Move the version of ELisp-based uncompface program
18632 to the contrib directory because of the copyright problem.
18633
18634 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18635
18636 * message.el (message-kill-buffer): Raise the current frame.
18637
18638 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
18639
18640 * gnus-sum.el: Mention that multibyte characters don't work as marks.
18641
18642 * gnus.el (message-y-or-n-p): Autoload.
18643
18644 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18645 (pop3-password-required, pop3-authentication-scheme)
18646 (pop3-leave-mail-on-server): Make customizable.
18647 (pop3): New custom group.
18648 (pop3-retr): Remove `sleep-for' statements.
18649 Suggested by Dave Love <fx@gnu.org>.
18650
18651 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18652 Windows/DOS.
18653
18654 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18655 (imap-parse-body): Fix incorrect use of `assert'.
18656 Suggested by Dave Love <fx@gnu.org>.
18657
18658 * mml.el (mml-minibuffer-read-disposition): Require match.
18659 Suggested by Dave Love <fx@gnu.org>.
18660
18661 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18662
18663 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
18664 doc string.
18665
18666 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
18667
18668 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18669
18670 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18671
18672 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18673 instead of calling `mm-insert-inline', to decode text/* parts
18674 before displaying them.
18675
18676 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
18677
18678 * mm-uu.el (mm-uu-text-plain-type): New variable.
18679 (mm-uu-pgp-signed-extract-1): Use it.
18680 (mm-uu-pgp-encrypted-extract-1): Use it.
18681 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18682 bind mm-uu-text-plain-type with that value.
18683 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18684 mm-uu-dissect.
18685
18686 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18687
18688 * gnus-group.el (gnus-update-group-mark-positions):
18689 * gnus-sum.el (gnus-update-summary-mark-positions):
18690 * message.el (message-check-news-body-syntax):
18691 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18692 of string-as-multibyte.
18693
18694 2004-10-05 Juri Linkov <juri@jurta.org>
18695
18696 * gnus-group.el (gnus-update-group-mark-positions):
18697 * gnus-sum.el (gnus-update-summary-mark-positions):
18698 * message.el (message-check-news-body-syntax):
18699 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18700 8-bit unibyte values to a multibyte string for search functions.
18701
18702 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18703
18704 * mm-uu.el (mm-uu-dissect): Allow optional arg.
18705 (mm-uu-dissect-text-parts): New function.
18706
18707 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18708 dissect text parts.
18709
18710 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18711 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18712
18713 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18714
18715 * gnus-topic.el (gnus-topic-hierarchical-parameters):
18716 Use gnus-current-topics instead of gnus-current-topic.
18717
18718 2004-10-06 Jesper Harder <harder@ifa.au.dk>
18719
18720 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18721
18722 2004-10-05 Jesper Harder <harder@ifa.au.dk>
18723
18724 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18725 where appropriate.
18726
18727 * nnml.el (nnml-generate-active-info): do.
18728
18729 * nndiary.el (nndiary-generate-active-info): do.
18730
18731 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18732 (gnus-topic-move): do.
18733
18734 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18735 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18736
18737 * gnus-srvr.el (gnus-server-prepare)
18738 (gnus-server-open-all-servers): do.
18739
18740 * gnus-msg.el (gnus-summary-cancel-article)
18741 (gnus-summary-resend-message)
18742 (gnus-summary-mail-crosspost-complaint): do.
18743
18744 * gnus-move.el (gnus-change-server): do.
18745
18746 * gnus-group.el (gnus-group-unmark-all-groups)
18747 (gnus-group-set-current-level): do.
18748
18749 2004-10-04 Simon Josefsson <jas@extundo.com>
18750
18751 * message.el (message-generate-hashcash): Doc fix.
18752
18753 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
18754
18755 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18756 avoid infinite recursion via gnus-get-function.
18757
18758 2004-10-02 Jesper Harder <harder@ifa.au.dk>
18759
18760 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18761
18762 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18763
18764 * nnmail.el (nnmail-split-history): do.
18765
18766 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18767 (nnml-request-delete-group): do.
18768
18769 * nnslashdot.el (nnslashdot-read-groups): do.
18770
18771 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18772 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18773
18774 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18775 (nnspool-sift-nov-with-sed): Use last.
18776 (nnspool-retrieve-headers-with-nov): Use mapc.
18777 (nnspool-request-newgroups): Use dolist.
18778 (nnspool-request-group): Use last.
18779
18780 * nntp.el (nntp-read-server-type): Use dolist.
18781
18782 * nnvirtual.el (nnvirtual-create-mapping)
18783 (nnvirtual-update-read-and-marked): Use dolist.
18784 (nnvirtual-convert-headers): Simplify.
18785
18786 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18787
18788 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18789 Add support for sync'ing tick marks.
18790
18791 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
18792
18793 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18794 there's no visible header.
18795
18796 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18797
18798 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18799 When necessary, pass full group name to gnus-request-set-marks.
18800
18801 2004-10-01 Simon Josefsson <jas@extundo.com>
18802
18803 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
18804 acroread.
18805
18806 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18807
18808 * spam-report.el (spam-report-gmane): Fix interactive.
18809
18810 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18811
18812 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18813 when writing file.
18814 (gnus-agent-synchronize-flags): Don't default to being
18815 interactive.
18816
18817 2004-09-30 Simon Josefsson <jas@extundo.com>
18818
18819 * message.el (message-generate-hashcash): Add.
18820 (message-send-mail): Use it, call mail-add-payment.
18821
18822 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
18823
18824 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18825
18826 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
18827
18828 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18829 gnus-request-update-info with explicit code to sync the in-memory
18830 info read flags with the marks being sync'd to the backend.
18831
18832 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
18833
18834 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18835
18836 * spam.el (spam-verify-bogofilter): Add new function.
18837 (spam-check-bogofilter)
18838 (spam-bogofilter-register-with-bogofilter): Use it.
18839 (spam-verify-bogofilter): Add small fixes.
18840
18841 2004-09-28 Simon Josefsson <jas@extundo.com>
18842
18843 * hashcash.el (hashcash-generate-payment): Revert.
18844
18845 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18846
18847 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18848 Use gnus-extract-references instead of gnus-split-references.
18849
18850 * gnus-util.el (gnus-extract-references): Add new function, analogous
18851 to gnus-split-references but extracts only the message-ID without
18852 anything extra.
18853
18854 * hashcash.el (hashcash-generate-payment)
18855 (hashcash-check-payment): Do the right thing if hashcash-path is
18856 nil (because the hashcash program could not be found).
18857
18858 * spam.el (spam-use-hashcash): Remove comment.
18859
18860 2004-09-27 Jesper Harder <harder@ifa.au.dk>
18861
18862 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18863 (gnus-cache-enter-article, gnus-cache-remove-article)
18864 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18865
18866 * gnus-async.el (gnus-async-prefetch-remove-group): do.
18867
18868 * gnus-art.el (article-hide-boring-headers)
18869 (article-translate-strings, article-display-face)
18870 (gnus-article-mime-match-handle-first)
18871 (gnus-article-highlight-headers)
18872 (gnus-article-add-buttons-to-head): do.
18873
18874 2004-09-27 Simon Josefsson <jas@extundo.com>
18875
18876 * hashcash.el: New version, from
18877 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
18878 ../contrib/.
18879
18880 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18881
18882 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18883
18884 2004-09-26 Jesper Harder <harder@ifa.au.dk>
18885
18886 * gnus-dup.el (gnus-dup-open): Use mapc.
18887 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18888
18889 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18890 Reported by Stefan Wiens <s.wi@gmx.net>.
18891
18892 * gnus.el (gnus-shutdown): Use dolist.
18893
18894 * gnus-undo.el (gnus-undo): Use mapc.
18895
18896 * nnrss.el (nnrss-generate-active): do.
18897
18898 * message.el (message-cite-original-without-signature)
18899 (message-cite-original): Use mapc.
18900 (message-do-actions, message-make-forward-subject): Use dolist.
18901
18902 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18903
18904 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18905 deletion to remove entire duplicate line. Fixes merged article
18906 number bug.
18907
18908 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18909
18910 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18911 servers that are offline. Avoids having gnus-agent-toggle-plugged
18912 first ask if you want to open a server and then, even when you
18913 responded with no, asking if you want to synchronize the server's
18914 flags.
18915 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18916 multi-line expressions.
18917 (gnus-agent-synchronize-group-flags): New internal function.
18918 Updates marks in memory (in the info structure) AND in the
18919 backend.
18920
18921 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18922
18923 * nnagent.el (nnagent-request-set-mark):
18924 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18925 method, to ensure that synchronization updates marks in the
18926 backend and in the info (in memory) structure.
18927
18928 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
18929
18930 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18931 convention fully; don't miss the root article of a thread; make
18932 the X-Draft-From header with correct article numbers.
18933
18934 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
18935
18936 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18937 unless plugged. Disable the agent so that an open failure causes
18938 an error.
18939
18940 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18941 Revert 2004-09-21 change. The backend must be opened while
18942 synchronizing flags even when the backend stores the flags
18943 locally.
18944
18945 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
18946
18947 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18948 in `header' match. Reported by Svend Tollak Munkejord.
18949
18950 * message.el (message-cite-original): Fix use of
18951 `message-cite-articles-with-x-no-archive'.
18952
18953 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
18954
18955 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18956 (gnus-window-to-buffer): Ditto.
18957
18958 * mml.el (mml-preview-buffer): New variable.
18959 (mml-preview): Manage window layout with gnus-buffer-configuration.
18960
18961 * gnus-msg.el (gnus-setup-message): Put article numbers into the
18962 X-Draft-From header even if those articles aren't quoted.
18963
18964 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
18965
18966 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18967 (gnus-request-set-mark, gnus-request-update-mark): Use new
18968 g-s-t-u-l-m to decide to use backend even when unplugged.
18969
18970 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
18971
18972 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18973 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
18974
18975 2004-09-20 Simon Josefsson <jas@extundo.com>
18976
18977 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18978 "utf-16-le".
18979
18980 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18983
18984 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18985
18986 * uudecode.el (uudecode-use-external): Add :version.
18987
18988 * smime.el (smime-CA-file, smime-encrypt-cipher)
18989 (smime-dns-server): Add :version.
18990
18991 * smiley.el (gnus-smiley-file-types): Add :version.
18992
18993 * sha1.el (sha1-use-external): Add :version.
18994
18995 * pgg-def.el (pgg-query-keyserver): Add :version.
18996
18997 * nnmail.el (nnmail-fancy-expiry-targets)
18998 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18999 Add :version.
19000
19001 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19002 (nnimap-retrieve-groups-asynchronous): Add :version.
19003 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
19004
19005 * mml.el (mml-content-disposition-parameters)
19006 (mml-insert-mime-headers-always): Add :version.
19007
19008 * mm-util.el (mm-coding-system-priorities): Add :version.
19009
19010 * mm-decode.el (mm-inline-text-html-with-images)
19011 (mm-keep-viewer-alive-types, mm-external-terminal-program)
19012 (mm-verify-option): Add :version.
19013 (mm-text-html-renderer): Change :version.
19014
19015 * message.el (message-fcc-externalize-attachments)
19016 (message-required-headers, message-draft-headers)
19017 (message-subject-trailing-was-query)
19018 (message-subject-trailing-was-ask-regexp)
19019 (message-subject-trailing-was-regexp, message-mark-insert-begin)
19020 (message-mark-insert-end, message-archive-header)
19021 (message-archive-note, message-cross-post-default)
19022 (message-cross-post-note, message-followup-to-note)
19023 (message-cross-post-note-function, message-use-mail-followup-to)
19024 (message-subscribed-address-functions)
19025 (message-subscribed-address-file, message-subscribed-addresses)
19026 (message-subscribed-regexps, message-allow-no-recipients)
19027 (message-yank-cited-prefix, message-signature-insert-empty-line)
19028 (message-hidden-headers, message-hierarchical-addresses)
19029 (message-mail-user-agent, message-use-idna)
19030 (message-valid-fqdn-regexp)
19031 (message-strip-special-text-properties, message-header-synonyms)
19032 (message-beginning-of-line, message-tab-body-function): Add :version.
19033 (message-insert-canlock, message-wide-reply-confirm-recipients):
19034 Change :version.
19035
19036 * mail-source.el (mail-source-ignore-errors): Add :group, :type
19037 and :version.
19038 (mail-source-delete-old-incoming-confirm)
19039 (mail-source-movemail-program): Add :version.
19040
19041 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19042 (gnus-agent-cache, gnus-agent): Change :version.
19043
19044 * gnus-util.el (gnus-use-byte-compile): Change :version.
19045
19046 * gnus-sum.el (gnus-summary-make-false-root-always)
19047 (gnus-summary-default-high-score)
19048 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19049 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19050 (gnus-read-all-available-headers, gnus-article-emulate-mime)
19051 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19052 (gnus-sum-thread-tree-single-indent)
19053 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19054 (gnus-sum-thread-tree-leaf-with-other)
19055 (gnus-sum-thread-tree-single-leaf): Add :version.
19056 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19057 (gnus-article-loose-mime): Change :version.
19058
19059 * gnus-start.el (gnus-backup-startup-file)
19060 (gnus-save-startup-file-via-temp-buffer): Add :version.
19061
19062 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19063 (gnus-server-offline-face): Add :version.
19064
19065 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19066
19067 * gnus-msg.el (gnus-gcc-externalize-attachments)
19068 (gnus-debug-files, gnus-debug-exclude-variables)
19069 (gnus-discouraged-post-methods): Change :version.
19070 (gnus-confirm-mail-reply-to-news)
19071 (gnus-confirm-treat-mail-like-news): Add :version.
19072
19073 * gnus-int.el (gnus-server-unopen-status): Add :version.
19074
19075 * gnus-group.el (gnus-group-jump-to-group-prompt)
19076 (gnus-large-ephemeral-newsgroup)
19077 (gnus-fetch-old-ephemeral-headers): Add :version.
19078
19079 * gnus-fun.el (gnus-x-face-directory)
19080 (gnus-convert-pbm-to-x-face-command)
19081 (gnus-convert-image-to-x-face-command)
19082 (gnus-convert-image-to-face-command): Add :version.
19083
19084 * gnus-delay.el (gnus-delay-default-hour): Add :version.
19085
19086 * gnus-cite.el (gnus-cite-blank-line-after-header)
19087 (gnus-article-boring-faces): Add :version.
19088
19089 * gnus-art.el (gnus-buttonized-mime-types)
19090 (gnus-inhibit-mime-unbuttonizing)
19091 (gnus-treat-display-face)
19092 (gnus-treat-body-boundary): Change :version.
19093 (gnus-body-boundary-delimiter, gnus-picon-databases)
19094 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19095 (gnus-treat-date-english, gnus-treat-fold-headers)
19096 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19097 (gnus-treat-mail-picon, gnus-treat-wash-html)
19098 (gnus-article-encrypt-protocol)
19099 (gnus-use-idna, gnus-article-over-scroll)
19100 (gnus-mime-display-multipart-alternative-as-mixed)
19101 (gnus-mime-display-multipart-related-as-mixed)
19102 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19103 (gnus-ctan-url, gnus-button-ctan-handler)
19104 (gnus-button-handle-ctan-bogus-regexp)
19105 (gnus-button-ctan-directory-regexp)
19106 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19107 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19108 (gnus-button-man-level, gnus-button-emacs-level)
19109 (gnus-button-message-level, gnus-button-browse-level): Add :version.
19110
19111 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19112 (gnus-agent-go-online): Change :version.
19113 (gnus-agent-expire-unagentized-dirs)
19114 (gnus-agent-auto-agentize-methods): Add :version.
19115
19116 * flow-fill.el (fill-flowed-display-column)
19117 (fill-flowed-encode-column): Add :version.
19118
19119 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19120 (gnus-outlook-deuglify-unwrap-max)
19121 (gnus-outlook-deuglify-cite-marks)
19122 (gnus-outlook-deuglify-unwrap-stop-chars)
19123 (gnus-outlook-deuglify-no-wrap-chars)
19124 (gnus-outlook-deuglify-attrib-cut-regexp)
19125 (gnus-outlook-deuglify-attrib-verb-regexp)
19126 (gnus-outlook-deuglify-attrib-end-regexp)
19127 (gnus-outlook-display-hook): Add :version.
19128
19129 * binhex.el (binhex-use-external): Add :version.
19130
19131 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
19132
19133 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19134 and `invisible'.
19135
19136 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19137
19138 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19139 in gnus-registry-trim.
19140
19141 2004-09-13 Simon Josefsson <jas@extundo.com>
19142
19143 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19144
19145 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19146
19147 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19148 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19149 <yamaoka@jpl.org>.
19150 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19151 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19152 <yamaoka@jpl.org>.
19153
19154 * sieve.el (sieve-manage-mode): Ditto.
19155
19156 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
19157
19158 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19159
19160 2004-09-11 Simon Josefsson <jas@extundo.com>
19161
19162 * dns-mode.el: Add.
19163
19164 * mm-view.el (mm-display-dns-inline): Add.
19165
19166 * mm-decode.el (mm-inline-media-tests): Add text/dns.
19167 (mm-automatic-display): Ditto.
19168
19169 * mailcap.el (mailcap-mime-data): Add text/dns.
19170 (mailcap-mime-extensions): Map .soa to text/dns.
19171
19172 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
19173
19174 * gnus-art.el (article-decode-mime-words, article-babel)
19175 (gnus-article-highlight-signature, gnus-article-add-buttons)
19176 (gnus-signature-toggle): Remove unnecessary bindings of
19177 `inhibit-read-only' inherited from v5.10 merge.
19178
19179 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
19180
19181 * nntp.el (nntp): New customization group.
19182 (nntp-authinfo-file): Add customization group.
19183
19184 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19185
19186 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19187
19188 * gnus.el (to-address, to-list, subscribed)
19189 (large-newsgroup-initial): Ditto.
19190
19191 * flow-fill.el (fill-flowed-display-column)
19192 (fill-flowed-encode-column): Ditto.
19193
19194 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19195
19196 * message.el (message-tokenize-header, message-send-mail-with-qmail):
19197 Use point-min rather than 1.
19198 (message-send-mail): Use buffer-size rather than point-max.
19199
19200 * gnus-sum.el (gnus-summary-search-article-forward):
19201 Signal a specific `search-failed' rather than a generic `error'.
19202
19203 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19204 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19205 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19206
19207 2004-09-10 Simon Josefsson <jas@extundo.com>
19208
19209 * nndb.el (require): Remove tcp and duplicate cl.
19210
19211 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
19212
19213 * gnus-agent.el (directory-files-and-attributes): Move forward.
19214
19215 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19216
19217 * gnus-agent.el (directory-files-and-attributes):
19218 Optionally defined to support XEmacs.
19219
19220 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19221
19222 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19223 to avoid run-time CL dependencies.
19224 (gnus-agent-unfetch-articles): New function.
19225 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19226 article numbers even when local .overview file is missing.
19227 (gnus-agent-read-article-number): New function. Only accepts
19228 27-bit article numbers.
19229 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19230 Use gnus-agent-read-article-number.
19231 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19232 from backend while recognizing that article numbers in .overview
19233 must be valid.
19234 (gnus-agent-update-files-total-fetched-for):
19235 Use directory-files-and-attributes to improve performance.
19236 * gnus-int.el (gnus-request-move-article):
19237 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19238 improve performance.
19239
19240 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19241 some users confused by references to .newsrc when they only have a
19242 .newsrc.eld file.
19243 (gnus-convert-mark-converter-prompt)
19244 (gnus-convert-converter-needs-prompt): Fix use of property list.
19245 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19246 New function. Used internally to only display 'gnus converting
19247 files' message when actually necessary.
19248
19249 * gnus-sum.el (): Remove (require 'gnus-agent) as required
19250 methods now autoloaded.
19251
19252 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
19253
19254 * gnus-sum.el (gnus-summary-insert-subject): Remove list
19255 identifiers.
19256
19257 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
19258
19259 * gnus-picon.el: Fix indentation and closing parenthesis.
19260
19261 2004-09-01 Simon Josefsson <jas@extundo.com>
19262
19263 * message.el (message-canlock-generate): Require sha1, not
19264 sha1-el. (Can we get rid of this require altogether? It is ugly
19265 to require within a function. Sadly, if sha1.el isn't loaded, the
19266 let binding in m-c-g will hide the defcustom definition, which is
19267 bad.)
19268
19269 * canlock.el: Require sha1, not sha1-el.
19270
19271 * message.el: Don't autoload sha1 (there is a autoload cookie in
19272 sha1.el).
19273
19274 * sha1-el.el: Rename to sha1.el.
19275
19276 2004-08-30 Juanma Barranquero <lektu@terra.es>
19277
19278 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19279
19280 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19281
19282 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19283
19284 2004-08-30 Kim F. Storm <storm@cua.dk>
19285
19286 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19287
19288 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19289 Add :group 'nnimap.
19290
19291 2004-08-30 Andreas Schwab <schwab@suse.de>
19292
19293 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19294 ?* and ?\;.
19295
19296 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19297 and ?\' to symbol instead of whitespace.
19298
19299 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19300
19301 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19302
19303 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19304 instead of re-search-forward.
19305
19306 * gnus-uu.el (gnus-uu-save-article): Ditto.
19307 (gnus-uu-post-encode-uuencode): Ditto.
19308
19309 * html2text.el (html2text-clean-list-items): Ditto.
19310 (html2text-clean-dtdd): Ditto.
19311 (html2text-format-tags): Ditto.
19312
19313 * message.el (message-send-mail-with-sendmail): Fix regexp.
19314 (message-fill-field-general): Use search-forward instead of
19315 re-search-forward.
19316 (unbold-region): Ditto.
19317
19318 * nnrss.el (nnrss-request-article): Ditto.
19319
19320 * nnslashdot.el (nnslashdot-request-article): Ditto.
19321
19322 * nnweb.el (nnweb-gmane-wash-article): Ditto.
19323
19324 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19325 "Unrecognized menu descriptor" error in XEmacs.
19326
19327 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
19328
19329 * gnus-sum.el (gnus-read-header): Don't remove a header for the
19330 parent article of a sparse article in the thread hashtb.
19331
19332 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
19333
19334 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19335 (nnmail-expand-newtext): Lowercase expanded entries if
19336 nnmail-split-lowercase-expanded is non-nil.
19337
19338 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
19339
19340 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19341
19342 * gnus-group.el (gnus-group-line-format-alist): Convert the value
19343 of gnus-tmp-news-method into string under XEmacs. It will be
19344 passed to gnus-correct-length which takes only a string argument.
19345
19346 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
19347
19348 * gnus-util.el (gnus-bind-print-variables): New macro.
19349 (gnus-prin1): Use it.
19350 (gnus-prin1-to-string): Use it.
19351 (gnus-pp): New function.
19352 (gnus-pp-to-string): New function.
19353
19354 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19355 Replace pp-to-string with gnus-pp-to-string.
19356 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19357 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19358 * gnus-msg.el (gnus-debug): Ditto.
19359 * gnus-score.el (gnus-score-save): Ditto.
19360 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19361 gnus-pp-to-string.
19362 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19363 with gnus-pp.
19364 * score-mode.el (gnus-score-pretty-print): Ditto.
19365 * webmail.el (webmail-debug): Ditto.
19366
19367 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
19368
19369 * gnus-art.el (article-display-face, article-display-x-face):
19370 Use buffer-read-only.
19371
19372 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
19373
19374 * gnus-art.el (article-hide-list-identifiers):
19375 Bind inhibit-read-only as t.
19376
19377 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
19378
19379 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19380
19381 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19382
19383 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19384 (gnus-narrow-to-page): Don't assume point-min == 1.
19385 (gnus-article-edit-mode): Derive from message-mode.
19386
19387 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19388 point-min == 1.
19389
19390 * imap.el (imap-parse-address-list, imap-parse-body-ext):
19391 Disable incorrect use of `assert'.
19392
19393 * message.el (message-mode): Set comment-start-skip.
19394
19395 2004-08-22 Sam Steingold <sds@gnu.org>
19396
19397 * pop3.el (pop3-leave-mail-on-server): New user variable.
19398 (pop3-movemail): Delete mail only when it is nil.
19399
19400 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
19401
19402 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19403
19404 * mml.el (mml-preview): Use `pop-to-buffer'.
19405
19406 * message.el (message-goto-mail-followup-to): Insert after "To".
19407 (message-carefully-insert-headers): Add comment.
19408
19409 * gnus.el: Remove unused variable `gnus-article-check-size'.
19410
19411 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19412
19413 * gnus-art.el (gnus-button-alist):
19414 Improve `gnus-button-handle-library' entry.
19415
19416 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
19417
19418 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19419 Use downcase, since XEmacs capitalizes error messages differently.
19420
19421 2004-08-18 Jesper Harder <harder@ifa.au.dk>
19422
19423 * nntp.el: Add (require 'gnus) due to reference to
19424 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
19425
19426 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
19427
19428 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19429 Bind `mm-fill-flowed'.
19430
19431 * mm-decode.el (mm-dissect-singlepart): Check it.
19432
19433 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
19434
19435 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19436 'imap' for netrc parsing.
19437
19438 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
19439
19440 * mailcap.el (mailcap-mime-data): Mark as risky.
19441
19442 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
19443
19444 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19445 may be included in the encoded word.
19446 (rfc2047-encode): Don't append a space if the encoded word
19447 includes close parenthesis.
19448
19449 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
19450
19451 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19452 of text within parentheses.
19453
19454 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
19455
19456 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19457 (gnus-encrypt-write-file-contents): Make the password key the file
19458 name PLUS the cipher, not just the cipher. Also remove failed
19459 passwords from the cache.
19460
19461 2004-08-06 Simon Josefsson <jas@extundo.com>
19462
19463 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19464 Doc fix.
19465
19466 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19467
19468 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19469 LWSP.
19470
19471 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
19472
19473 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19474 Try to append in-reply-to: data to the references: header.
19475
19476 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19477 (netrc-parse): Use gnus-encrypt.el functions.
19478
19479 * gnus-encrypt.el: Add new file for encryption support; currently
19480 does only a few GPG ciphers and an internal XOR cipher.
19481
19482 * password.el: Add comments on using password-read-and-add.
19483 (password-read-and-add): Add function to read and add the
19484 password to the cache at once.
19485
19486 2004-07-28 Simon Josefsson <jas@extundo.com>
19487
19488 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19489 parameter (but don't use it, for now).
19490
19491 * imap.el (imap-ssl-open): Use imap-process-connection-type,
19492 instead of hard coding to nil.
19493
19494 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19495
19496 * mm-view.el (mm-inline-image-emacs): Open lines under an image
19497 as mm-inline-image-xemacs does.
19498
19499 2004-07-26 Simon Josefsson <jas@extundo.com>
19500
19501 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19502 Revert part of 2004-07-17 change below.
19503
19504 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19505
19506 * rfc2047.el (rfc2047-encode-region): Don't infloop.
19507 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19508
19509 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
19510
19511 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19512 quotes that actually start with ">" at the beginning of the
19513 lines.
19514
19515 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
19516
19517 * rfc2047.el (rfc2047-encode-region): Fix last change.
19518 (rfc2047-encode-parameter): Remove useless concat.
19519
19520 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
19521
19522 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19523 encode special characters; fix some kind of misconfigured headers;
19524 signal a real error if debug-on-quit or debug-on-error is non-nil.
19525 (rfc2047-encode-max-chars): New variable.
19526 (rfc2047-encode-1): Use it.
19527 (rfc2047-encode-parameter): New function.
19528
19529 * mml.el (mml-insert-parameter): Remove an excessive space.
19530
19531 2004-07-17 Simon Josefsson <jas@extundo.com>
19532
19533 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19534 Kai Grossjohann <kai@emptydomain.de>.
19535 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19536 (gnus-group-make-menu-bar): Ditto.
19537
19538 * gnus-util.el (gnus-group-server): Add.
19539
19540 2004-07-16 Jesper Harder <harder@ifa.au.dk>
19541
19542 * message.el (message-clone-locals): Clone sendmail and smtp
19543 variables.
19544
19545 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19546
19547 * rfc2047.el (rfc2047-encode-region): Fix last change.
19548
19549 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19550
19551 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19552 characters as non-special.
19553
19554 2004-07-09 Simon Josefsson <jas@extundo.com>
19555
19556 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19557 Users will lose all flag changes made while unplugged with
19558 e.g. nntp unless flag synchronization happens, thus `nil' is not a
19559 good default. See numerous reports on ding mailing list.
19560
19561 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
19562
19563 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19564 add generate-head-function and generate-article-function to the
19565 rfc822-forward entry.
19566 (nndoc-rfc822-forward-generate-article): New function.
19567 (nndoc-rfc822-forward-generate-head): New function.
19568
19569 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19570
19571 2004-07-06 Dan Christensen <jdc@uwo.ca>
19572
19573 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19574 respect display group parameter and gnus-summary-expunge-below.
19575 (gnus-articles-to-read): Remove unused reference to display group
19576 parameter.
19577
19578 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19579
19580 * nnheader.el (nnheader-uniquify-message-id): New experimental
19581 variable.
19582 (nnheader-nov-read-message-id): Use it.
19583
19584 * spam-report.el (spam-report-gmane): Add interactive.
19585
19586 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
19587
19588 * mm-encode.el (mm-content-transfer-encoding-defaults):
19589 Use qp-or-base64 for the application/* types.
19590
19591 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
19592
19593 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19594
19595 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
19596
19597 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19598 trim value.
19599
19600 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19601
19602 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19603 New macro and function.
19604 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19605
19606 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19607
19608 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19609 after-load-alist.
19610
19611 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19612
19613 * gnus-group.el (gnus-group-get-new-news-this-group):
19614 Don't update info that isn't there.
19615
19616 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
19617
19618 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19619 entry.
19620
19621 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19622
19623 * mm-view.el (mm-inline-render-with-function): Use multibyte
19624 buffer; decode html source by charset.
19625
19626 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19627
19628 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19629 Mule-UCS is loaded under XEmacs.
19630 (mm-mime-mule-charset-alist): Avoid duplicated entries.
19631
19632 2004-06-28 Jesper Harder <harder@ifa.au.dk>
19633
19634 * nnheader.el (nnheader-max-head-length): Increase to 8192.
19635
19636 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
19637
19638 * mm-util.el (mm-coding-system-p): Return a coding-system.
19639 (mm-mime-mule-charset-alist): Use shift_jis instead of
19640 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19641 entries for the mime charsets iso-2022-jp-3 and shift_jis.
19642 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19643 instead of japanese-shift-jis and iso-latin-1 respectively in
19644 order to share the default value with both Emacs and XEmacs-mule.
19645 (mm-mule-charset-to-mime-charset):
19646 Make mm-coding-system-priorities effective.
19647 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19648 while predicating of candidates upon the priorities.
19649
19650 2004-06-27 Jesper Harder <harder@ifa.au.dk>
19651
19652 * gnus-sum.el (gnus-summary-make-menu-bar):
19653 Add gnus-uu-invert-processable.
19654
19655 * gnus.el: Autoload gnus-uu-invert-processable.
19656
19657 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
19658
19659 * mm-util.el (mm-with-multibyte-buffer): New macro.
19660
19661 * rfc2047.el (rfc2047-encode-string): Use it.
19662 (rfc2047-encode-region): Move point to the end of the region after
19663 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19664
19665 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19666
19667 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19668 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19669
19670 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19671
19672 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19673 (gnus-cite-parse): Ignore quoted envelope From_.
19674 Suggested by Karl Chen <quarl@nospam.quarl.org>.
19675
19676 2004-06-23 Jesper Harder <harder@ifa.au.dk>
19677
19678 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19679 invalid addresses.
19680
19681 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
19682
19683 * spam.el: Change section markers, revise TODO list.
19684 (spam-backends): Make new master list of all installed backends.
19685 (spam-summary-exit-behavior): Add new variable to determine how
19686 messages moves are done at summary exit.
19687 (spam-move-spam-nonspam-groups-only)
19688 (spam-process-ham-in-nonham-groups)
19689 (spam-process-ham-in-spam-groups): Remove variables, the
19690 spam-summary-exit-behavior variable should be used to manage this
19691 behavior.
19692 (spam-old-ham-articles, spam-old-spam-articles): Remove.
19693 (spam-old-articles): Add variable, replacing spam-old-ham-articles
19694 and spam-old-spam-articles.
19695 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19696 Add empty variables, placeholders for the backends they represent.
19697 (spam-set-difference): Move, unchanged.
19698 (spam-list-of-processors): Declare OBSOLETE, not used anymore
19699 unless the user has a processor variable.
19700 (spam-classifications, spam-classification-valid-p)
19701 (spam-backend-properties, spam-backend-property-valid-p)
19702 (spam-backend-function-type-valid-p)
19703 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19704 (spam-report-articles-gmane, spam-report-articles-resend):
19705 Remove functions, they are not needed.
19706 (spam-install-backend-super, spam-backend-list)
19707 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19708 (spam-backend-function, spam-backend-ham-registration-function)
19709 (spam-backend-spam-registration-function)
19710 (spam-backend-ham-unregistration-function)
19711 (spam-backend-spam-unregistration-function)
19712 (spam-backend-statistical-p, spam-backend-mover-p)
19713 (spam-install-backend-alias, spam-install-checkonly-backend)
19714 (spam-install-mover-backend, spam-install-nocheck-backend)
19715 (spam-install-backend, spam-install-statistical-backend)
19716 (spam-install-statistical-checkonly-backend): Add backend installation
19717 support.
19718 (spam-summary-prepare-exit): Rewrite to use the new backend code.
19719 (spam-group-processor-p): Use the new backend code and respect the
19720 summary exit behavior.
19721 (spam-mark-spam-as-expired-and-move-routine): Remove.
19722 (spam-summary-prepare): Change to use the new spam-old-articles
19723 variable.
19724 (spam-copy-or-move-routine, spam-copy-spam-routine)
19725 (spam-move-spam-routine, spam-copy-ham-routine)
19726 (spam-move-ham-routine): Add code to copy/move ham or spam.
19727 (spam-fetch-field-fast): Improve doc and code, plus allow the
19728 'number request.
19729 (spam-list-of-checks, spam-list-of-statistical-checks):
19730 Remove variables.
19731 (spam-split, spam-find-spam): Use the new backend code.
19732 (spam-registration-functions): Remove variable.
19733 (spam-unregister-routine): Add convenience wrapper.
19734 (spam-log-undo-registration, spam-register-routine)
19735 (spam-log-processing-to-registry)
19736 (spam-log-unregistration-needed-p): Rename "check" to "backend"
19737 where possible.
19738 (spam-check-gmane-xref, spam-check-regex-headers)
19739 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19740 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19741 (spam-check-bogofilter-headers, spam-check-spamoracle)
19742 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19743 (spam-check-crm114-headers): Use the spam-split-group that
19744 spam-split prepares, no need to determine it every time.
19745
19746 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19747 to the nnheader-parse-naked-head call.
19748
19749 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19750
19751 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19752 the nnheader-nov-read-message-id call.
19753
19754 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
19755
19756 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19757 gnus-activate-group twice. Suggested by Markus Peter
19758 <warp@spin.de>.
19759
19760 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
19761
19762 * gnus-art.el (gnus-article-time-format): Exchange the order of
19763 day and month in the default value; fix customization type.
19764 (article-date-ut): Use add-text-properties.
19765 (article-make-date-line): Use message-make-date instead of
19766 current-time-string.
19767
19768 * message.el (message-fetch-field): Don't use set-text-properties.
19769 (message-make-date): Simplify.
19770
19771 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
19772
19773 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19774 (rfc2047-encode-region): Treat text within parentheses as special;
19775 show the original text when error has occurred.
19776
19777 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19778 already-computed method to gnus-activate-group.
19779
19780 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19781 same select-methods identical Lisp objects.
19782
19783 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19784 object when modifying the info.
19785
19786 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
19787
19788 * gnus-srvr.el (gnus-server-set-info): Remove the server from
19789 gnus-opened-servers since it has never been opened with the new
19790 configuration yet.
19791
19792 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
19793
19794 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19795 arg to nnheader-generate-fake-message-id.
19796
19797 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
19798
19799 * nnheader.el (nnheader-generate-fake-message-id): Accept a
19800 number and build a fake message ID localized to a group and
19801 article number (so it's repeatable from that point on).
19802 (nnheader-fake-message-id-p): Change regex to accommodate new fake
19803 ID format.
19804
19805 * gnus-sum.el (gnus-get-newsgroup-headers):
19806 Call nnheader-generate-fake-message-id with the article number.
19807
19808 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
19809
19810 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19811 end-of-buffer.
19812
19813 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19814
19815 * message.el (message-ignored-supersedes-headers): Add Approved.
19816
19817 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
19818
19819 * rfc2047.el (rfc2047-encode-message-header): Remove useless
19820 goto-char.
19821 (rfc2047-encode): Fold the line before encoding.
19822
19823 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19824
19825 * rfc2047.el (rfc2047-encode-message-header): Disabled header
19826 folding -- not all headers can be folded, and this should be done
19827 by the message composition mode. Probably. I think.
19828
19829 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
19830
19831 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19832 fast.
19833
19834 * gnus-ems.el (gnus-remove-image): Don't use
19835 message-text-with-property; remove only the image found first.
19836
19837 2004-06-09 Jesper Harder <harder@ifa.au.dk>
19838
19839 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19840
19841 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19842
19843 * message.el (message-text-with-property): Make it fast and accept
19844 optional arguments.
19845 (message-strip-forbidden-properties): Use it.
19846 (message-fix-before-sending): Follow the m-t-w-p change.
19847
19848 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19849
19850 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
19851
19852 * gnus-art.el (article-hide-headers): Don't change the buffer
19853 mistakenly when performing mml-preview even if
19854 gnus-single-article-buffer is nil.
19855
19856 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
19857
19858 * message.el (message-expand-name-databases): New user option.
19859 (message-expand-name): Use it.
19860
19861 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
19862
19863 * spam.el (spam-report-articles-resend)
19864 (spam-report-resend-register-routine): Allow ham reporting.
19865 (spam-report-resend-register-ham-routine): Add wrapper.
19866 (spam-registration-functions): Add ham resending functions.
19867 (spam-list-of-processors): Add ham resend processor.
19868
19869 * gnus.el (ham-resend-to): Add new group parameter.
19870 (spam-process): Add ham resend option.
19871
19872 * spam-report.el (spam-report-resend): Allow reporting ham.
19873 (spam-report-resend-ham): Add wrapper.
19874
19875 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19876
19877 * message.el (message-cite-articles-with-x-no-archive):
19878 New variable.
19879 (message-cite-original): Use it.
19880
19881 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19882
19883 * message.el (message-cite-original): Respect X-No-Archive.
19884
19885 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
19886
19887 * gnus-art.el (article-hide-headers): Refer to the values for
19888 gnus-ignored-headers and gnus-visible-headers in the summary
19889 buffer since a user may have set them as group parameters.
19890
19891 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
19892
19893 * assistant.el (assistant-node-name): Add convenience function.
19894 (assistant-render-text, assistant-render-node): Add error handling,
19895 plus handle multiple next nodes.
19896 (assistant-find-next-node): Comment out for now.
19897 (assistant-find-next-nodes): Add function, returns list of next
19898 nodes.
19899
19900 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
19901
19902 * mail-source.el (mail-source-directory): Fix doc-string.
19903
19904 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
19905
19906 * assistant.el (assistant-render-text, assistant-eval): Add :set
19907 widget type, which is different because it takes and returns a
19908 list. Much hilarity ensues.
19909
19910 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
19911
19912 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19913
19914 * gnus-group.el (gnus-group-get-new-news-this-group):
19915 Add doc-string.
19916
19917 * gnus-start.el (gnus-activate-group): Add doc-string.
19918
19919 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
19920
19921 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19922
19923 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
19924
19925 * assistant.el (assistant-render-text): Try to add a :set
19926 widget, more to come.
19927
19928 * spam.el (spam-group-spam-contents-p): Handle empty groupname
19929 strings.
19930 (spam-report-articles-resend)
19931 (spam-register-routine): Do registration iff any articles warrant
19932 it.
19933 (spam-summary-prepare-exit): Change log message for nil group
19934 destinations.
19935
19936 2004-05-27 Daniel Pittman <daniel@rimspace.net>
19937
19938 * spam.el (spam-report-resend-register-routine):
19939 Allow spam-report-resend-to to be a group parameter or a global value.
19940
19941 2004-05-26 Simon Josefsson <jas@extundo.com>
19942
19943 * starttls.el: Merge with my GnuTLS based starttls.el.
19944 (starttls-gnutls-program, starttls-use-gnutls)
19945 (starttls-extra-arguments, starttls-process-connection-type)
19946 (starttls-connect, starttls-failure, starttls-success):
19947 New variables.
19948 (starttls-program, starttls-extra-args): Doc fix.
19949 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19950 New functions.
19951 (starttls-negotiate, starttls-open-stream):
19952 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19953 function if it is set.
19954
19955 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19956
19957 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19958 structured fields.
19959
19960 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19961
19962 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19963
19964 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
19965
19966 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19967 Add variable.
19968 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
19969 assigning the spam-mark to new messages.
19970
19971 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
19972
19973 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19974
19975 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19976
19977 * rfc2047.el (rfc2047-encodable-p): Don't move point.
19978 (rfc2047-decode): Treat the ascii coding-system as raw-text by
19979 default.
19980
19981 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
19982
19983 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19984 correct data.
19985
19986 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
19987
19988 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19989 (spam-group-processor-p): Fix function.
19990 (spam-group-processor-multiple-p)
19991 (spam-group-spam-processor-report-gmane-p)
19992 (spam-group-spam-processor-report-resend-p)
19993 (spam-group-spam-processor-bogofilter-p)
19994 (spam-group-spam-processor-blacklist-p)
19995 (spam-group-spam-processor-ifile-p)
19996 (spam-group-ham-processor-ifile-p)
19997 (spam-group-spam-processor-spamoracle-p)
19998 (spam-group-spam-processor-crm114-p)
19999 (spam-group-ham-processor-bogofilter-p)
20000 (spam-group-spam-processor-stat-p)
20001 (spam-group-ham-processor-stat-p)
20002 (spam-group-ham-processor-whitelist-p)
20003 (spam-group-ham-processor-BBDB-p)
20004 (spam-group-ham-processor-spamoracle-p)
20005 (spam-group-ham-processor-copy-p): Remove functions with some
20006 prejudice against unneeded code.
20007 (spam-report-articles-resend)
20008 (spam-report-resend-register-routine): Allow the group/topic
20009 spam-resend-to value to override spam-report-resend-to.
20010 (spam-summary-prepare-exit): Invoke spam-group-processor-p
20011 properly now.
20012
20013 * gnus.el (spam-resend-to): Add group/topic parameter.
20014 (spam-process): Move the OBSOLETE processors to the end of the
20015 choices.
20016
20017 2004-05-24 Daniel Pittman <daniel@rimspace.net>
20018
20019 * spam-report.el (spam-report-resend-to, spam-report-resend):
20020 Start with resend-to set to nil, and then ask the user if necessary.
20021 (spam-report-resend): spam-report-resend takes a list of articles, not
20022 separate article numbers.
20023
20024 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
20025
20026 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20027 addition to emacs-w3m.
20028
20029 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20030
20031 * assistant.el (assistant-authinfo-data): New function.
20032 (assistant-eval): Eval for entire assistant.
20033
20034 * netrc.el (netrc-services-file): New variable.
20035 (netrc-parse-services): New function.
20036 (netrc-find-service-name): New function.
20037 (netrc-find-service-number): New function.
20038 (netrc-port-equal): New function.
20039 (netrc-machine): Use it.
20040
20041 * nnimap.el (nnimap-open-connection): Use netrc.
20042
20043 * gnus-util.el (gnus-netrc-get): Remove aliases.
20044
20045 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20046
20047 * assistant.el (wid-edit): Fix compilation.
20048
20049 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20050
20051 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
20052
20053 * gnus-util.el (gnus-set-file-modes): New function. (small
20054 patch).
20055
20056 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20057
20058 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20059
20060 * assistant.el (assistant-render-node): Fix up rendering and
20061 read-only text.
20062 (assistant-render-node): Reset.
20063 (assistant-make-read-only): Not sticky.
20064
20065 2004-05-20 Danny Siu <dsiu@adobe.com>
20066
20067 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20068 centered even when gnus-auto-center-summary is t
20069
20070 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20071
20072 * dns.el (dns-get-txt-answer): New function.
20073 (dns-read-txt): Ditto.
20074 (query-dns): Use it.
20075
20076 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
20077
20078 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20079 active for foreign groups even if the group level is higher than
20080 the specified value.
20081
20082 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20083
20084 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20085 non-active groups.
20086
20087 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20088
20089 2004-05-20 Magnus Henoch <mange@freemail.hu>
20090
20091 * dns.el (dns-read-type): Add support for SVR. (small patch)
20092
20093 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
20094
20095 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20096 (spam-crm114-header, spam-crm114-spam-switch)
20097 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20098 (spam-crm114-positive-spam-header)
20099 (spam-crm114-database-directory, spam-list-of-processors)
20100 (spam-group-spam-processor-crm114-p)
20101 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20102 (spam-generic-score, spam-list-of-checks)
20103 (spam-list-of-statistical-checks, spam-registration-functions)
20104 (spam-check-crm114-headers, spam-crm114-score)
20105 (spam-check-crm114, spam-crm114-register-with-crm114)
20106 (spam-crm114-register-spam-routine)
20107 (spam-crm114-unregister-spam-routine)
20108 (spam-crm114-register-ham-routine)
20109 (spam-crm114-unregister-ham-routine): Add CRM114 support.
20110
20111 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
20112
20113 * gnus.el: Add spam-use-crm114.
20114
20115 * spam.el (spam-list-of-processors, spam-registration-functions):
20116 Add spam-use-resend.
20117 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20118 (spam-report-articles-gmane): Add doc fix.
20119 (spam-report-articles-resend, spam-report-resend-register-routine):
20120 Add wrappers around spam-report-resend-to.
20121
20122 * spam-report.el (spam-report-resend-to, spam-report-resend):
20123 Add support for resending spam.
20124 (spam-report-gmane): Fix line length >80.
20125
20126 * gnus.el (spam-process): Add spam-use-resend.
20127
20128 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20129
20130 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20131 number of processed spam messages.
20132 (spam-ham-copy-or-move-routine): Return the number of processed
20133 ham messages.
20134 (spam-summary-prepare-exit): Use the above values to decide
20135 whether status messages shouled be displayed.
20136
20137 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
20138
20139 * rfc2047.el (rfc2047-encode-function-alist): Rename from
20140 `rfc2047-encoding-function-alist' in order to avoid conflicting
20141 with the old version.
20142 (rfc2047-encode-region): Concatenate words containing non-ASCII
20143 characters in structured fields; don't encode space-delimited
20144 ASCII words even in unstructured fields; don't break words at
20145 char-category boundaries.
20146 (rfc2047-encode-1): New function.
20147 (rfc2047-encode): Use it; encode text so that it occupies the
20148 maximum width within 76-column; work correctly on Q encoding for
20149 iso-2022-* charsets.
20150 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20151 sure not to break a line just after the header name.
20152 (rfc2047-b-encode-region): Remove.
20153 (rfc2047-b-encode-string): New function.
20154 (rfc2047-q-encode-region): Remove.
20155 (rfc2047-q-encode-string): New function.
20156
20157 * mm-util.el (mm-replace-in-string): New function.
20158
20159 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20160
20161 * gnus-msg.el (gnus-inews-make-draft-meta-information):
20162 Really get it right.
20163 (gnus-inews-make-draft): Really.
20164
20165 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
20166
20167 * nnmh.el (nnmh-request-list-1): Don't check the link count
20168 before descending. (small patch)
20169
20170 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20171
20172 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20173 stuff.
20174
20175 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20176 Match on real group name.
20177
20178 * gnus-art.el (gnus-signature-limit): Doc fix.
20179
20180 * gnus-msg.el (gnus-inews-make-draft): Quote list.
20181
20182 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20183
20184 * gnus-draft.el (gnus-draft-send):
20185 Bind rfc2047-encode-encoded-words.
20186
20187 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20188 (rfc2047-encodable-p): Say that =? needs encoding.
20189 (rfc2047-encode-encoded-words): New variable.
20190
20191 * gnus-group.el (gnus-group-select-group): Doc fix.
20192
20193 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20194
20195 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20196 to nil.
20197
20198 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20199
20200 * nnheader.el (nnheader-get-lines-and-char): New function.
20201
20202 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
20203
20204 * gnus-msg.el (gnus-summary-followup-with-original):
20205 Document yanking of region when active.
20206
20207 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
20208
20209 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20210 groups if the group level is higher than the specified value.
20211
20212 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20213
20214 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20215 (gnus-group-jump-to-group): Add prefix argument using
20216 `gnus-group-jump-to-group-prompt'. Query before jumping to
20217 non-active group.
20218
20219 * compface.el (uncompface): Be verbose when changing
20220 `uncompface-use-external'.
20221
20222 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20223 handle manual section.
20224
20225 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20226
20227 * gnus-art.el (gnus-button-alist): Revert previous change.
20228
20229 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20230
20231 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20232
20233 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20234
20235 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20236 whether backend can accept message.
20237
20238 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20239
20240 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
20241
20242 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20243 Avoid creating directory when nntp-marks-is-evil is true.
20244 Reported by Reiner Steib.
20245
20246 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20247
20248 * gnus-picon.el (gnus-picon-insert-glyph):
20249 Add optional `nostring' argument.
20250
20251 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20252
20253 * gnus-picon.el (gnus-picon-style): New variable.
20254 (gnus-picon-transform-address): Support `gnus-picon-style'.
20255
20256 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20257
20258 * message.el (message-fill-field): Return point.
20259 (message-generate-headers): Go to end of field.
20260
20261 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20262 stuff for non-living groups.
20263
20264 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20265
20266 * gnus-art.el (gnus-article-followup-with-original)
20267 (gnus-article-reply-with-original): gnus-mark-active-p ->
20268 gnus-region-active-p.
20269
20270 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
20271
20272 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20273 only when there is spam or ham to be processed.
20274
20275 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20276
20277 * mail-source.el (mail-source-delete-crash-box): Refactor.
20278 (mail-source-fetch): Use it.
20279 (mail-source-fetch-file): Ditto.
20280 (mail-source-fetch-directory): Run PostScript in loop.
20281 (mail-source-fetch-pop): Delete.
20282 (mail-source-fetch-maildir): Ditto.
20283 (mail-source-fetch-imap): Ditto.
20284
20285 * imap.el (imap-authenticators): Comment out sasl.
20286
20287 * message.el (message-skip-to-next-address): New function.
20288 (message-fill-header-address): Refactor.
20289 (message-fill-address): Use it.
20290 (message-delete-address): Use it.
20291 (message-fill-header-general): Refactor.
20292 (message-fill-field-address): Rename.
20293 (message-narrow-to-field): Find the start of the header.
20294 (message-header-format-alist): Don't pre-fill.
20295 (message-fill-header): Remove.
20296 (message-insert-header): New function.
20297 (message-shorten-references): Use it.
20298
20299 * rfc2047.el (rfc2047-field-value): Strip props.
20300
20301 * mail-parse.el (mail-header-make-address): New alias.
20302
20303 * ietf-drums.el (ietf-drums-make-address): New function.
20304
20305 * imap.el: Add compiler directives.
20306
20307 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20308
20309 * gnus-art.el (article-decode-idna-rhs): Don't use
20310 message-idna-inside-rhs-p.
20311
20312 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20313
20314 * message.el (message-idna-inside-rhs-p): Remove.
20315 (message-idna-to-ascii-rhs-1): Use proper address parsing.
20316
20317 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20318 false positives.
20319
20320 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20321
20322 * imap.el (imap-sasl-make-mechanisms): Use sasl.
20323
20324 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20325
20326 * nneething.el (nneething-file-name): Don't create spurious
20327 files.
20328
20329 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20330 (gnus-inews-do-gcc): Remove sleep.
20331
20332 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20333 part under point.
20334
20335 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20336 (gnus-agent-regenerate-group): Using nil messages aren't valid.
20337
20338 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
20339
20340 * spam.el (spam-summary-prepare-exit): Fix (length).
20341
20342 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
20343
20344 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20345 as expired without moving it" message when there are spam
20346 messages left.
20347
20348 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
20349
20350 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20351 header is not nil.
20352
20353 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
20354
20355 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20356 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20357 (nntp-marks-changed-p): New arg SERVER.
20358 (nntp-request-update-info): Adjust caller.
20359
20360 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
20361
20362 * nntp.el (nntp-save-marks): Pass missing arg.
20363
20364 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
20365
20366 * nntp.el: Support marks.
20367 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20368 (nntp-marks-modtime, nntp-marks-directory): New variables.
20369 (nntp-request-set-mark, nntp-request-update-info)
20370 (nntp-possibly-create-directory, nntp-marks-changed-p)
20371 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20372 New functions.
20373
20374 2004-05-12 Jesper Harder <harder@ifa.au.dk>
20375
20376 * gnus-score.el (gnus-score-insert-help):
20377 Use gnus-select-lowest-window.
20378
20379 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20380 appt-select-lowest-window and rename to gnus-select-lowest-window.
20381
20382 * gnus.el: do.
20383
20384 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20385
20386 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20387 encodings of MIME-encoded words, in order to improve
20388 interoperability with several broken MUAs.
20389
20390 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20391
20392 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20393 tags, only when charsets are not specified in headers.
20394 (mm-inline-text-html-render-with-w3m): Ditto.
20395
20396 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20397
20398 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20399 instead of MIME-decoded from fields when checking
20400 `gnus-article-address-banner-alist'.
20401
20402 2004-05-03 Jesper Harder <harder@ifa.au.dk>
20403
20404 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20405 description rather than subject.
20406
20407 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20408
20409 * gnus.el (gnus-version-number): Bump.
20410
20411 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20412
20413 * gnus.el: No Gnus v0.2 is released.
20414
20415 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20416
20417 * gnus-agent.el (gnus-agent-read-agentview):
20418 Inline gnus-uncompress-range.
20419
20420 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20421
20422 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20423 `exec-installed-p'.
20424
20425 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20426
20427 * gnus.el (spam-process, spam-autodetect-methods):
20428 Add bsfilter and bsfilter-headers.
20429
20430 * spam.el (spam-bsfilter): New customize group.
20431 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20432 (spam-bsfilter-header, spam-bsfilter-probability-header)
20433 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20434 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20435 (spam-bsfilter-database-directory): New options.
20436 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20437 (spam-list-of-statistical-checks, spam-registration-functions):
20438 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20439 (spam-bsfilter-score): New command.
20440 (spam-check-bsfilter-headers, spam-check-bsfilter)
20441 (spam-bsfilter-register-with-bsfilter)
20442 (spam-bsfilter-register-spam-routine)
20443 (spam-bsfilter-unregister-spam-routine)
20444 (spam-bsfilter-register-ham-routine)
20445 (spam-bsfilter-unregister-ham-routine): New functions.
20446 (spam-generic-score): Support bsfilter; Accept an optional argument
20447 to recalcurate spam score even if scoring header has already been
20448 added.
20449 (spam-bogofilter-score, spam-spamassassin-score): Accept an
20450 optional argument to recalcurate spam score even if scoring header
20451 has already been added.
20452
20453 2004-04-29 Jesper Harder <harder@ifa.au.dk>
20454
20455 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20456 strings! Reported by David D. Smith <davidsmith@acm.org>.
20457 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20458 link is missing.
20459
20460 2004-04-28 Jesper Harder <harder@ifa.au.dk>
20461
20462 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20463 (html2text-get-attr): Rewrite.
20464
20465 * message.el (message-setup-1): Remove redundant put-text-property
20466 on mail-header-separator.
20467
20468 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
20469
20470 * gnus-registry.el (gnus-registry-cache-whitespace)
20471 (gnus-registry-action, gnus-registry-spool-action)
20472 (gnus-registry-split-fancy-with-parent): Change message levels
20473 from 5 to 3 or 7, as needed.
20474
20475 * spam.el (spam-summary-prepare-exit)
20476 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20477 (spam-split, spam-find-spam, spam-log-undo-registration)
20478 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20479 level from 5 to 6.
20480
20481 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
20482
20483 * gnus-ems.el: Autoload appt-select-lowest-window (revert
20484 2004-03-04 change).
20485
20486 2004-04-25 Jesper Harder <harder@ifa.au.dk>
20487
20488 * sieve-manage.el (sieve-manage-open):
20489 * nnweb.el (nnweb-insert-html):
20490 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20491 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20492 * nnspool.el (nnspool-request-group):
20493 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20494 * nnml.el (nnml-request-update-info):
20495 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20496 (nnmh-request-create-group, nnmh-update-gnus-unreads):
20497 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20498 (nnimap-request-set-mark):
20499 * nnfolder.el (nnfolder-request-update-info):
20500 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20501 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20502 * gnus-uu.el (gnus-uu-find-articles-matching):
20503 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20504 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20505 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20506 * gnus-nocem.el (gnus-nocem-scan-groups):
20507 * gnus-int.el (gnus-start-news-server):
20508 * gnus-group.el (gnus-group-make-kiboze-group)
20509 (gnus-group-browse-foreign-server):
20510 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20511 Use mapc when appropriate.
20512
20513 2004-04-22 Dan Christensen <jdc@uwo.ca>
20514 Adam Sjøgren <asjo@koldfront.dk>
20515 Wes Hardaker <wes@hardakers.net>
20516 Michael Shields <shields@msrl.com>
20517
20518 * spam.el (spam-necessary-extra-headers): Get the extra headers we
20519 may need for spam sorting and scoring.
20520 (spam-user-format-function-S): Add user format function suitable for
20521 general use.
20522 (spam-article-sort-by-spam-status): Add sorting function for summary
20523 sorting.
20524 (spam-extra-header-to-number): Add function to get a score from a
20525 header.
20526 (spam-summary-score): Add function to get a numeric score from the
20527 headers.
20528 (spam-generic-score): Fix function doc, was in wrong place.
20529 (spam-initialize): Take symbols when it's run, and install the
20530 extra headers that spam-necessary-extra-headers thinks we need.
20531
20532 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
20533
20534 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20535 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20536
20537 2004-04-17 Jesper Harder <harder@ifa.au.dk>
20538
20539 * gnus-sum.el (gnus-set-global-variables)
20540 (gnus-build-all-threads, gnus-get-newsgroup-headers)
20541 (gnus-article-get-xrefs, gnus-summary-best-group)
20542 (gnus-summary-next-article, gnus-summary-enter-digest-group)
20543 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20544 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20545 Use with-current-buffer.
20546
20547 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
20548
20549 * spam.el (spam-summary-prepare-exit): Simplify logic.
20550 (spam-fetch-article-header): Read the article header if it's not
20551 available.
20552 (spam-list-articles): Simplify logic.
20553 (spam-filelist-register-routine): Fix bug with unregister-list.
20554
20555 * gnus-registry.el: Fix comments at beginning.
20556
20557 2004-04-16 Jesper Harder <harder@ifa.au.dk>
20558
20559 * message.el (message-cater-to-broken-inn): Remove.
20560 (message-shorten-references): Make sure the total folded length of
20561 References is shorter than 998 characters to cater to a bug in INN
20562 2.3. Also, don't pretend that references aren't folded -- this
20563 hasn't worked for a while.
20564
20565 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20566
20567 * gnus-agent.el (gnus-agentize):
20568 gnus-agent-send-mail-real-function no longer set to current value
20569 of message-send-mail-function but rather a lambda that calls
20570 message-send-mail-function. The change makes the agent real-time
20571 responsive to user changes to message-send-mail-function.
20572
20573 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20574
20575 * legacy-gnus-agent.el
20576 (gnus-agent-convert-to-compressed-agentview): Fix typos with
20577 help from Florian Weimer <fw@deneb.enyo.de>
20578
20579 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
20580
20581 * nnmail.el (nnmail-cache-insert): Revert last change.
20582
20583 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
20584
20585 * nnmail.el (nnmail-cache-insert): Always check whether
20586 nnmail-cache-ignore-groups matches a group name.
20587
20588 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
20589
20590 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20591 (spam-find-spam, spam-log-processing-to-registry)
20592 (spam-log-registered-p, spam-log-unregistration-needed-p)
20593 (spam-log-undo-registration): Use gnus-message instead of
20594 gnus-error, none of these errors are fatal.
20595
20596 * gnus-registry.el (gnus-registry-clean-empty-function)
20597 (gnus-registry-clean-empty): Remove only empty entries without
20598 extra data.
20599
20600 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
20601
20602 * spam-stat.el (spam-stat-buffer-change-to-spam)
20603 (spam-stat-buffer-change-to-non-spam): Change (error) to
20604 (gnus-message 8) invocation.
20605
20606 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20607
20608 * nntp.el (nntp-via-netcat-command): New variable.
20609 (nntp-via-netcat-switches): New variable.
20610 (nntp-open-via-rlogin-and-netcat): New function.
20611 (nntp-open-connection-function): Doc fix.
20612 (nntp-telnet-command): Doc fix.
20613 (nntp-end-of-line): Doc fix.
20614 (nntp-via-rlogin-command): Doc fix.
20615 (nntp-via-user-name): Doc fix.
20616 (nntp-via-address): Doc fix.
20617
20618 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
20619
20620 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20621 error in Emacs 21.1.
20622
20623 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
20624
20625 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20626
20627 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
20628
20629 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20630 (gnus-agent-with-refreshed-group): New macro.
20631 (gnus-agent-rename-group): New function.
20632 (gnus-agent-delete-group): New function.
20633 (gnus-agent-save-group-info): Use gnus-command-method when
20634 `method' parameter is nil. Don't write nil entries into the
20635 active file.
20636 (gnus-agent-get-group-info): New function.
20637 (gnus-agent-fetch-articles):
20638 Use gnus-agent-update-files-total-fetched-for to increment disk space
20639 used.
20640 (gnus-agent-fetch-headers, gnus-agent-save-alist):
20641 Use gnus-agent-update-view-total-fetched-for to increment disk space
20642 used.
20643 (gnus-agent-get-local): Add optional parameters to avoid calling
20644 gnus-group-real-name and gnus-find-method-for-group.
20645 (gnus-agent-set-local): Delete stored entry if either min, or max,
20646 are nil.
20647 (gnus-agent-fetch-session): Reworded error/quit messages.
20648 On quit, use gnus-agent-regenerate-group to record existence of any
20649 articles fetched to disk before the quit occurred.
20650 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20651 gnus-agent-update-view-total-fetched-for, and
20652 gnus-agent-update-files-total-fetched-for to decrement disk space
20653 used.
20654 (gnus-agent-retrieve-headers):
20655 Use gnus-agent-update-view-total-fetched-for to increment disk space
20656 used.
20657 (gnus-agent-regenerate-group): Replace gnus-group-update-group
20658 with gnus-agent-update-files-total-fetched-for to decrement disk
20659 space and fresh group buffer.
20660 (gnus-agent-inhibit-update-total-fetched-for): New variable.
20661 (gnus-agent-need-update-total-fetched-for): New variable.
20662 (gnus-agent-update-files-total-fetched-for): New function.
20663 (gnus-agent-update-view-total-fetched-for): New function.
20664 (gnus-agent-total-fetched-for): New function.
20665
20666 * gnus-cache.el (gnus-cache-save-buffers):
20667 Use gnus-cache-update-overview-total-fetched-for to change disk space
20668 used by this group.
20669 (gnus-cache-possibly-enter-article):
20670 Use gnus-cache-update-file-total-fetched-for to increment disk space
20671 used by this group.
20672 (gnus-cache-possibly-remove-article):
20673 Use gnus-cache-update-file-total-fetched-for to decrement disk space
20674 used by this group.
20675 (gnus-cache-generate-nov-databases): Purge total fetched cache.
20676 (gnus-cache-rename-group): New function.
20677 (gnus-cache-delete-group): New function.
20678 (gnus-cache-inhibit-update-total-fetched-for): New variable.
20679 (gnus-cache-need-update-total-fetched-for): New variable.
20680 (gnus-cache-with-refreshed-group): New macro.
20681 (gnus-cache-update-file-total-fetched-for): New function.
20682 (gnus-cache-update-overview-total-fetched-for): New function.
20683 (gnus-cache-rename-group-total-fetched-for): New function.
20684 (gnus-cache-delete-group-total-fetched-for): New function.
20685 (gnus-cache-total-fetched-for): New function.
20686
20687 * gnus-group.el: Require gnus-sum and autoload functions to
20688 resolve warnings when gnus-group.el compiled alone.
20689 (gnus-group-line-format): Documented new %F.
20690 (size of Fetched data) group line format; identifies disk space
20691 used by agent and cache.
20692 (gnus-group-line-format-alist): Defined new F format.
20693 (gnus-total-fetched-for): New function.
20694 (gnus-group-delete-group): No longer update
20695 gnus-cache-active-altered as gnus-request-delete-group now keeps
20696 the cache in sync.
20697 (gnus-group-list-active): Let the agent store a server's active
20698 list if currently plugged.
20699
20700 * gnus-int.el (gnus-request-delete-group):
20701 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20702 local disk in sync with the server.
20703 (gnus-request-rename-group):
20704 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20705 local disk in sync with the server.
20706
20707 * gnus-start.el (gnus-get-unread-articles):
20708 Cosmetic simplification to logic.
20709
20710 * gnus-util.el (gnus-rename-file): New function.
20711
20712 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
20713
20714 * mm-util.el (mm-image-load-path): Handle nil in load-path.
20715
20716 2004-04-07 Jesper Harder <harder@ifa.au.dk>
20717
20718 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20719 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
20720
20721 2004-04-06 Jesper Harder <harder@ifa.au.dk>
20722
20723 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20724 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
20725
20726 2004-04-03 Jesper Harder <harder@ifa.au.dk>
20727
20728 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20729
20730 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
20731
20732 * spam.el (spam-set-difference): Add function to replace
20733 gnus-set-difference in spam.el.
20734 (spam-summary-prepare-exit): Use spam-set-difference.
20735
20736 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20737
20738 * gnus-registry.el (gnus-registry-cache-file): Update to use
20739 gnus-dribble-directory OR gnus-home-directory OR ~.
20740 (gnus-registry-split-fancy-with-parent): Fix doc.
20741
20742 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
20743
20744 * message.el (message-exchange-point-and-mark):
20745 Use message-mark-active-p. Suggested by Jesper Harder
20746 <harder@ifa.au.dk>.
20747
20748 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
20749
20750 * message.el (message-exchange-point-and-mark): Don't activate
20751 region if it was inactive. Suggested by Hiroshi Fujishima
20752 <pooh@nature.tsukuba.ac.jp>.
20753
20754 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
20755
20756 * gnus-art.el (article-display-face): Display Faces in the same
20757 order as X-Faces.
20758
20759 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
20760
20761 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20762
20763 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
20764
20765 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20766 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20767 (gnus-article-mime-hierarchy): Remove.
20768 (gnus-article-mime-hierarchy-next): Remove.
20769 (gnus-article-mode): Revert 2004-03-19 change.
20770 (gnus-article-setup-buffer): Revert 2004-03-19 change.
20771 (gnus-insert-mime-button): Revert 2004-03-19 change.
20772 (gnus-mime-accumulate-hierarchy): Remove.
20773 (gnus-mime-enter-multipart): Remove.
20774 (gnus-mime-leave-multipart): Remove.
20775 (gnus-mime-display-part): Revert 2004-03-19 change.
20776 (gnus-mime-display-alternative): Revert 2004-03-19 change.
20777
20778 * mml.el (mml-preview): Revert 2004-03-19 change.
20779
20780 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
20781
20782 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20783
20784 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
20785
20786 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20787 t while entering a file name using the mm-with-multibyte macro.
20788 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20789
20790 * mm-util.el (mm-with-multibyte): New macro.
20791
20792 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
20793
20794 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20795 New user option.
20796 (gnus-mime-multipart-functions): Doc and customization fix.
20797 (gnus-article-mime-hierarchy): New variable.
20798 (gnus-article-mime-hierarchy-next): New variable.
20799 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20800 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20801 gnus-article-mime-hierarchy-next to nil.
20802 (gnus-insert-mime-button): Show hierarchy numbers.
20803 (gnus-mime-accumulate-hierarchy): New function.
20804 (gnus-mime-enter-multipart): New function.
20805 (gnus-mime-leave-multipart): New function.
20806 (gnus-mime-display-part): Recompute hierarchical MIME structure.
20807 (gnus-mime-display-alternative): Show hierarchy numbers.
20808
20809 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20810 gnus-article-mime-hierarchy-next to nil.
20811
20812 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
20813
20814 * dns.el: Don't require gnus-xmas.
20815
20816 2004-03-17 Jesper Harder <harder@ifa.au.dk>
20817
20818 * mml.el (mml-generate-mime-1): Don't use format=flowed with
20819 inline PGP.
20820 (mml-menu): Disable mml-quote-region if mark is inactive.
20821
20822 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
20823
20824 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20825 when the group's active is not available.
20826
20827 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
20828
20829 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20830 error.
20831
20832 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
20833
20834 * imap.el (imap-store-password): New variable.
20835 (imap-interactive-login): Use it.
20836 Suggested by Mark Plaksin <happy@mcplaksin.org>.
20837
20838 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
20839
20840 * gnus-art.el (gnus-article-read-summary-keys): Restore new
20841 window-start and hscroll to summary window.
20842
20843 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
20844
20845 * gnus-start.el (gnus-convert-old-newsrc): Only write the
20846 conversion message to newsrc-dribble when an actual conversion is
20847 performed.
20848
20849 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
20850
20851 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20852
20853 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
20854
20855 * mm-decode.el (mm-complicated-handles): New function reviving
20856 former definition of mm-multiple-handles.
20857
20858 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20859 (gnus-mime-delete-part): Use it.
20860
20861 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
20862
20863 * gnus-agent.el (gnus-agent-read-local):
20864 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20865 avoid the implicit assumption that they will always be equal.
20866 (gnus-agent-save-local): Bind buffer-file-coding-system, not
20867 coding-system-for-write, as the with-temp-file macro first prints
20868 to a buffer then saves the buffer.
20869
20870 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
20871
20872 * gnus-art.el (gnus-article-edit-part): New function.
20873 (gnus-mime-save-part-and-strip): Use it; do query instead of
20874 signaling an error; don't use mm-multiple-handles.
20875 (gnus-mime-delete-part): Ditto.
20876
20877 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
20878
20879 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20880 old file versions.
20881 (gnus-group-prepare-hook): Remove function that converted list
20882 form of gnus-agent-expire-days to group properties.
20883
20884 * gnus-int.el: Autoload gnus-agent-regenerate-group.
20885 (gnus-request-accept-article): Re-indented.
20886
20887 * gnus-start.el (gnus-convert-old-newsrc): Registered new
20888 converters to handle old agent file formats. Add logic for a
20889 "backup before upgrading warning".
20890 (gnus-convert-mark-converter-prompt): Developers can mark
20891 functions as needing (default), or not needing,
20892 gnus-convert-old-newsrc's "backup before upgrading warning".
20893 (gnus-convert-converter-needs-prompt): Tests whether the user
20894 should be protected from potentially irreversable changes by the
20895 function.
20896
20897 * legacy-gnus-agent.el: New. Provides converters that are only
20898 loaded when gnus-convert-old-newsrc needs to call them.
20899
20900 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
20901
20902 * mail-source.el (mail-source-touch-pop): Doc fix.
20903
20904 * message.el (message-smtpmail-send-it): Doc fix.
20905
20906 2004-03-05 Jesper Harder <harder@ifa.au.dk>
20907
20908 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20909
20910 * nnmail.el (nnmail-split-fancy): do.
20911
20912 * gnus-kill.el (gnus-kill, gnus-execute): do.
20913
20914 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
20915
20916 * gnus-sum.el (gnus-widget-reversible-match)
20917 (gnus-widget-reversible-to-internal)
20918 (gnus-widget-reversible-to-external): New functions.
20919 (gnus-widget-reversible): New widget.
20920 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20921
20922 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
20923
20924 * gnus-sum.el (gnus-thread-sort-functions)
20925 (gnus-article-sort-functions): Document `(not F)' items.
20926
20927 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
20928
20929 * spam.el (spam-use-gmane-xref): Add new backend.
20930 (spam-gmane-xref-spam-group): Add variable to control the name of the
20931 Gmane spam group.
20932 (spam-blackhole-servers, spam-blackhole-good-server-regex)
20933 (spam-regex-headers-spam, spam-regex-headers-ham)
20934 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20935 (spam-list-of-checks): Add spam-use-gmane-xref to list of
20936 backends and checks.
20937 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20938
20939 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20940 an autodetect method.
20941
20942 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20943
20944 * gnus-int.el (gnus-request-accept-article): Inform the agent that
20945 articles are being added to a group.
20946 (gnus-request-replace-article): Inform the agent that articles
20947 need to be uncached as the cached contents are no longer valid.
20948
20949 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20950
20951 * binhex.el: Don't autoload executable-find.
20952
20953 * canlock.el: Don't autoload mail-fetch-field.
20954
20955 * gnus-ems.el: Don't autoload appt-select-lowest-window.
20956
20957 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20958 rmail-dont-reply-to and rmail-output.
20959
20960 * gnus-score.el: Don't autoload ffap-string-at-point.
20961
20962 * gnus-setup.el: Don't autoload sc-cite-original.
20963
20964 * imap.el: Don't autoload base64-decode-string,
20965 base64-encode-string and md5.
20966
20967 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20968 and rmail-msg-restore-non-pruned-header.
20969
20970 * mm-decode.el: Don't autoload executable-find.
20971
20972 * mm-url.el: Don't autoload executable-find.
20973
20974 * mm-view.el: Don't autoload diff-mode.
20975
20976 * nndb.el: Don't autoload news-reply-mode, news-setup,
20977 cancel-timer and telnet.
20978
20979 * password.el: Don't autoload run-at-time for Emacs.
20980
20981 * sha1-el.el: Don't autoload executable-find.
20982
20983 * sieve-mode.el: Don't autoload c-mode.
20984
20985 * uudecode.el: Don't autoload executable-find.
20986
20987 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20988
20989 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20990 (gnus-agent-possibly-alter-active): Avoid null in numeric
20991 comparison.
20992 (gnus-agent-set-local): Refuse to save null in local object table.
20993 (gnus-agent-regenerate-group): The REREAD parameter can now be a
20994 list of articles that will be marked as unread.
20995
20996 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20997
20998 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20999
21000 2004-03-04 Jesper Harder <harder@ifa.au.dk>
21001
21002 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21003 language tags.
21004
21005 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
21006
21007 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21008 Don't bind "obarray".
21009
21010 * gnus-sum.el (gnus-thread-sort-functions):
21011 Add `gnus-thread-sort-by-most-recent-number' and
21012 `gnus-thread-sort-by-most-recent-date'.
21013 Reported by Kai Grossjohann <kai@emptydomain.de>.
21014
21015 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
21016
21017 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21018
21019 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
21020
21021 * gnus-cus.el (gnus-agent-customize-category):
21022 Remove ignore-errors macro reference that required cl to be loaded at
21023 run-time.
21024
21025 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21026 single-interval range of the form (min . max). Previously the
21027 range had to look like ((min . max)). Likewise, return
21028 (min . max) rather than ((min . max)).
21029 (gnus-range-map): Use gnus-range-normalize to accept
21030 single-interval range.
21031
21032 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21033 the cache, but not the agent, now appear with their usual face.
21034
21035 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
21036
21037 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21038 w3m-safe-url-regexp variable buffer-local.
21039
21040 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21041
21042 2004-02-27 Simon Josefsson <jas@extundo.com>
21043
21044 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21045 gnus-group-real-prefix.
21046 (gnus-summary-move-article): Use it, instead of
21047 gnus-group-real-prefix.
21048
21049 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
21050
21051 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21052 w3m-safe-url-regexp variable buffer-local and set it as the value
21053 of mm-w3m-safe-url-regexp.
21054
21055 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21056
21057 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21058 parsing gnus-posting-styles when the message is not for replying.
21059
21060 * nnrss.el (nnrss-opml-export):
21061 Use mm-set-buffer-file-coding-system instead of
21062 set-buffer-file-coding-system.
21063
21064 2004-02-27 Jesper Harder <harder@ifa.au.dk>
21065
21066 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21067 of checkdoc.el).
21068 * nnrss.el: do.
21069 * gnus-mlspl.el: do.
21070 * gnus-ml.el: do.
21071 * gnus-srvr.el: do.
21072
21073 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21074
21075 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
21076
21077 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21078 Corrections to custom-manual links.
21079
21080 * gnus-art.el (gnus-article): Ditto.
21081
21082 * mm-decode.el (mime-display, mime-security): Ditto.
21083
21084 2004-02-26 Jesper Harder <harder@ifa.au.dk>
21085
21086 * flow-fill.el: Typo.
21087
21088 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
21089
21090 * spam-wash.el: New file.
21091
21092 2004-02-26 Mark A. Hershberger <mah@everybody.org>
21093
21094 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21095
21096 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
21097
21098 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21099 to be run with new-articles as LIST1, not LIST2.
21100 (spam-registration-functions): Add spam-use-ham-copy as a nil
21101 registration backend.
21102
21103 2004-02-26 Jesper Harder <harder@ifa.au.dk>
21104
21105 * spam-stat.el (spam-stat-washing-hook): New option.
21106 (spam-stat-buffer-words): Use it.
21107 (spam-stat-process-directory, spam-stat-test-directory):
21108 Use insert-file-contents-literally.
21109 (spam-stat-coding-system): New variable.
21110 (spam-stat-load, spam-stat-save): Use it.
21111
21112 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
21113
21114 * spam-report.el (spam-report-plug-agent):
21115 Quote spam-report-url-to-file and spam-report-url-ping-plain.
21116
21117 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
21118
21119 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21120 Allow / in mailto URLs.
21121
21122 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21123
21124 * spam-report.el (spam-report-process-queue): Fix interactive use.
21125 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21126 (spam-report-unplug-agent): Doc fixes.
21127 (spam-report-url-ping-mm-url, spam-report-url-to-file)
21128 (spam-report-agentize, spam-report-deagentize):
21129 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
21130
21131 * message.el (message-setup-fill-variables): Add mml tags to
21132 paragraph-start and paragraph-separate. Suggested by Andrew Korty
21133 <ajk@iu.edu>.
21134 (message-mode): Don't modify paragraph-separate there.
21135
21136 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
21137
21138 * compface.el (uncompface-use-external): Default to undecided.
21139 (uncompface-use-external-threshold): New variable.
21140 (uncompface-float-time): New macro.
21141 (uncompface): Determine whether to use the external decoder if
21142 uncompface-use-external is undecided.
21143
21144 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21145
21146 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21147 after images.
21148
21149 * gnus-art.el (gnus-mime-display-single): Remove dead code.
21150
21151 2004-02-14 Jesper Harder <harder@ifa.au.dk>
21152
21153 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21154
21155 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21156
21157 * gnus-sum.el (gnus-summary-limit-to-age)
21158 (gnus-summary-limit-children): do.
21159
21160 * gnus-int.el (gnus-request-scan): do.
21161
21162 * gnus-group.el (gnus-group-suspend): do.
21163
21164 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21165
21166 * gnus-cite.el (gnus-cite-parse-attributions): do.
21167
21168 * gnus-agent.el (gnus-summary-set-agent-mark)
21169 (gnus-agent-regenerate-group): do.
21170
21171 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21172
21173 * binhex.el (binhex-decode-region-internal): do.
21174
21175 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21176
21177 * gnus-fun.el (gnus-face-properties-alist): New user option.
21178 (gnus-display-x-face-in-from): Use it.
21179
21180 * gnus-art.el (article-display-face): Ditto.
21181
21182 * compface.el (uncompface-use-external): Default to nil.
21183
21184 2004-02-12 Jesper Harder <harder@ifa.au.dk>
21185
21186 * nntp.el (nntp-erase-buffer): New function.
21187 (nntp-retrieve-data, nntp-send-command)
21188 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21189 (nntp-possibly-change-group): Use it.
21190
21191 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21192 Use with-current-buffer.
21193
21194 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
21195
21196 * compface.el: Merge the ELisp-based uncompface program.
21197 (compface): New customization group.
21198 (uncompface-use-external): New user option.
21199 (uncompface): Call uncompface-internal if uncompface-use-external
21200 is nil.
21201 (uncompface-internal): New function. Note that there are also
21202 some other functions and variables added for this function.
21203
21204 2004-02-10 Jesper Harder <harder@ifa.au.dk>
21205
21206 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21207 if necessary.
21208
21209 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
21210
21211 * spam-report.el (spam-report-unplug-agent)
21212 (spam-report-plug-agent, spam-report-deagentize)
21213 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21214 Add support for the Agent in spam-report: when unplugged, report to a
21215 file; when plugged, submit all the requests.
21216
21217 * spam.el (spam-register-routine): Fix message about
21218 registration.
21219
21220 2004-02-09 Jesper Harder <harder@ifa.au.dk>
21221
21222 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21223 dependencies.
21224 (rfc2047-encode): Use it.
21225
21226 * gnus-art.el (gnus-button-marker-list): Move before first
21227 reference.
21228
21229 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21230 (imap-parse-body): Fix format string mismatch.
21231
21232 * gnus-score.el (gnus-summary-increase-score): do.
21233
21234 * nnrss.el (nnrss-close): New function.
21235
21236 2004-02-08 Jesper Harder <harder@ifa.au.dk>
21237
21238 * nnrss.el (nnrss-make-filename): New function.
21239 (nnrss-request-delete-group, nnrss-read-server-data)
21240 (nnrss-save-server-data, nnrss-read-group-data)
21241 (nnrss-save-group-data): Use it.
21242 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21243 (nnrss-read-server-data, nnrss-read-group-data): Use load.
21244 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21245
21246 2004-02-07 Jesper Harder <harder@ifa.au.dk>
21247
21248 * mml.el (mml-compute-boundary-1): Don't uncompress files.
21249
21250 2004-02-06 Jesper Harder <harder@ifa.au.dk>
21251
21252 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21253 files.
21254
21255 * message.el (message-generate-headers-first): Don't quote nil
21256 and t in docstrings.
21257
21258 * imap.el (imap-id): do.
21259
21260 * gnus-agent.el (gnus-agent-consider-all-articles)
21261 (gnus-agent-queue-mail): do.
21262
21263 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
21264
21265 * spam-report.el (spam-report-process-queue): New function.
21266 Process requests from `spam-report-requests-file'.
21267 (spam-report-process-queue): Doc fix.
21268
21269 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
21270
21271 * spam.el (spam-register-routine)
21272 (spam-log-processing-to-registry, spam-log-registered-p)
21273 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21274 Change "check" to "spam-check" for semi-clarity.
21275
21276 2004-02-05 Jesper Harder <harder@ifa.au.dk>
21277
21278 * pop3.el: Require nnheader.
21279
21280 * mml-smime.el: Require cl. Autoload message-fetch-field.
21281
21282 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21283
21284 * gnus-picon.el: Require cl.
21285
21286 * gnus-fun.el: Require gnus-ems and gnus-util.
21287
21288 * gnus.el (gnus-method-to-server): Move defsubst before first use.
21289
21290 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21291
21292 * gnus-art.el (gnus-article-edit-mode): Define before first
21293 reference.
21294
21295 2004-02-04 Jesper Harder <harder@ifa.au.dk>
21296
21297 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21298 (gnus-uu-post-encoded): Use point-at-bol.
21299
21300 * gnus-topic.el (gnus-group-active-topic-p): do.
21301
21302 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21303
21304 * gnus-group.el (gnus-group-kill-region): do.
21305
21306 * gnus-art.el (article-date-ut): do.
21307
21308 * message.el (message-fetch-field): Remove redundant
21309 case-fold-search binding.
21310 (message-narrow-to-field): Simplify.
21311
21312 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
21313
21314 * spam.el (spam-directory): Derive from `gnus-directory'.
21315
21316 * spam-report.el (spam-report-url-to-file)
21317 (spam-report-requests-file): New function and variable for offline
21318 reporting.
21319 (spam-report-url-ping-function): Add `spam-report-url-to-file'
21320 and user defined function.
21321 (spam-report-url-ping-mm-url): Remove doubled slash.
21322
21323 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
21324
21325 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21326
21327 2004-02-03 Jesper Harder <harder@ifa.au.dk>
21328
21329 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21330 Fix format string mismatch.
21331
21332 * sieve.el (sieve-deactivate-all): do.
21333
21334 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21335
21336 * nnlistserv.el (nnlistserv-kk-wash-article): do.
21337
21338 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21339
21340 * mm-bodies.el (mm-7bit-chars): Don't include \r.
21341
21342 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
21343
21344 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21345 the list of checks.
21346
21347 2004-01-31 Jesper Harder <harder@ifa.au.dk>
21348
21349 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21350 padding.
21351
21352 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
21353
21354 * mm-view.el (mm-fill-flowed): New variable.
21355 (mm-inline-text): Use it.
21356
21357 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
21358
21359 * spam.el (spam-spamassassin-register-ham-routine)
21360 (spam-spamassassin-register-spam-routine): Fix function names.
21361
21362 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
21363
21364 * gnus.el (gnus-tmp-grouplens): Remove.
21365 (gnus-summary-line-format): Remove grouplens.
21366
21367 * gnus-group.el (gnus-group-line-format): Ditto.
21368
21369 * gnus-spec.el (gnus-format-specs): Ditto.
21370 (gnus-update-format-specifications): Flush the group format spec
21371 cache if there's the grouplens stuff.
21372 (gnus-parse-simple-format): Replace %l with the empty string.
21373
21374 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
21375
21376 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21377 omission.
21378
21379 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
21380
21381 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21382 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21383
21384 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21385
21386 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21387 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21388 New macros and functions.
21389 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21390 Handle > NLINK_MAX messages.
21391 * nnmaildir.el (nnmaildir-request-set-mark):
21392 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21393
21394 2004-01-25 Alex Schroeder <alex@gnu.org>
21395
21396 * spam-stat.el (spam-stat-process-directory-age): New option.
21397 (spam-stat-process-directory): Use it.
21398
21399 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
21400
21401 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21402 (spam-stat-save): Accept prefix argument.
21403
21404 2004-01-23 Paul Jarc <prj@po.cwru.edu>
21405
21406 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21407 links" error.
21408
21409 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21410
21411 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21412 compatibility with old .newsrc.eld files.
21413
21414 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21415
21416 * gnus-start.el (gnus-1): do.
21417
21418 * gnus-group.el (gnus-group-line-format-alist): do.
21419
21420 * gnus.el (gnus-use-grouplens, gnus-visual): do.
21421
21422 * gnus-gl.el: Remove.
21423
21424 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
21425
21426 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21427 marks consisting of a single range {for example, (3 . 5)} rather
21428 than a list of a single range { ((3 . 5)) }.
21429
21430 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21431
21432 * spam-stat.el (spam-stat-store-gnus-article-buffer):
21433 Use with-current-buffer.
21434 (spam-stat-store-current-buffer): Use insert-buffer-substring to
21435 avoid consing a string.
21436
21437 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21438 Remove obsolete entries for big5 and gb2312.
21439
21440 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
21441
21442 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21443 uncompressed list.
21444
21445 2004-01-22 Jesper Harder <harder@ifa.au.dk>
21446
21447 * spam-stat.el (spam-stat-strip-xref): New function.
21448 (spam-stat-process-directory): Use it.
21449
21450 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21451 here -- it's done in message-fetch-field.
21452
21453 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
21454
21455 * gnus-agent.el (gnus-agent-queue-mail)
21456 (gnus-agent-prompt-send-queue): New variables.
21457 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21458 * gnus-draft.el (gnus-group-send-queue): Pass the group name
21459 "nndraft:queue" along to gnus-draft-send.
21460 Use gnus-agent-prompt-send-queue.
21461 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21462 is "nndraft:queue". Suggested by Gaute Strokkenes
21463 <gs234@srcf.ucam.org>
21464
21465 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21466 (agent-enable-undownloaded-faces): Add.
21467 (gnus-agent-cat-groups): Use eval-and-compile, not
21468 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21469 method of gnus-agent-cat-groups even when the buffer has been
21470 evalled.
21471 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21472 delete gnus-agent-save-active-1.
21473 (gnus-agent-save-groups): Delete. Identical to
21474 gnus-agent-save-active.
21475 (gnus-agent-write-active): No longer adjust agent's copy of active
21476 file as agent's adjustments are now stored in their own
21477 file. Remove optional parameter.
21478 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21479 servers. Add use of min/max range limits from server's local
21480 file.
21481 (gnus-agent-save-alist): Remove unused optional argument.
21482 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21483 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21484 (gnus-agent-set-local): A per-server file that keeps min/max range
21485 limits for articles known to the agent. Provides a fast mechanism
21486 for altering many active ranges.
21487 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21488 active file (local makes it unnecessary).
21489 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21490
21491 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21492 (agent-enable-undownloaded-faces): Add.
21493
21494 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21495 disable it when sending to "nndraft:queue".
21496 (gnus-group-send-queue): Add safety check to avoid sending queue
21497 when unplugged.
21498
21499 * gnus-group.el (gnus-group-catchup): Use new
21500 gnus-sequence-of-unread-articles, not
21501 gnus-list-of-unread-articles, to avoid exhausting memory with huge
21502 numbers of articles. Use gnus-range-map to avoid having to
21503 uncompress the unread list.
21504 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21505 Fix invalid ange-ftp reference.
21506
21507 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21508 (gnus-sorted-range-intersection): Intersection of two ranges
21509 without requiring that they first be uncompressed.
21510
21511 * gnus-start.el (gnus-activate-group): Unless blocked by the
21512 caller, possibly expand the active range to include both cached
21513 and agentized articles.
21514 (gnus-convert-old-newsrc): Rewrote in anticipation of having
21515 multiple version-dependent converters.
21516 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21517 gnus-agent-save-active.
21518 (gnus-save-newsrc-file): Save dirty agent range limits.
21519
21520 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21521 gnus-agent-possibly-alter-active.
21522 (gnus-adjust-marked-articles): Faster handling of simple lists
21523
21524 2004-01-21 Jesper Harder <harder@ifa.au.dk>
21525
21526 * spam-stat.el (spam-stat-test-directory): New optional argument
21527 displays a list of files detected. Suggested by Andrew Cohen
21528 <cohen@andy.bu.edu>.
21529 (spam-stat-buffer-words-with-scores): Don't narrow and change
21530 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
21531
21532 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
21533
21534 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21535 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21536 (spam-spamassassin-arguments)
21537 (spam-spamassassin-spam-flag-header)
21538 (spam-spamassassin-positive-spam-flag-header)
21539 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21540 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21541 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21542 (spam-list-of-processors, spam-list-of-checks)
21543 (spam-list-of-statistical-checks, spam-registration-functions)
21544 (spam-check-spamassassin-headers, spam-check-spamassassin)
21545 (spam-spamassassin-score)
21546 (spam-spamassassin-register-with-sa-learn)
21547 (spam-spamassassin-register-spam-routine)
21548 (spam-spamassassin-register-ham-routine)
21549 (spam-assassin-register-spam-routine)
21550 (spam-assassin-register-ham-routine): Add SpamAssassin support.
21551 (spam-bogofilter-score): Fix to show article before scoring.
21552
21553 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
21554
21555 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21556 default scoring function.
21557 (spam-generic-score): Call spam-spamassassin-score if
21558 spam-use-spamassassin or spam-use-spamassassin-headers is on;
21559 spam-bogofilter-score otherwise.
21560
21561 * gnus.el (spam-process, spam-autodetect-methods):
21562 Add spamassassin and spamassassin-headers.
21563
21564 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
21565
21566 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21567 Suppress unnecessary messages.
21568
21569 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21570
21571 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21572 make-hash-table.
21573
21574 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
21575
21576 * canlock.el (base64-encode-string): Don't autoload it.
21577
21578 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
21579
21580 * run-at-time.el: Remove useless (require 'itimer),
21581 eval-and-compile and (featurep 'xemacs).
21582
21583 2004-01-16 Jesper Harder <harder@ifa.au.dk>
21584
21585 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21586 GROUP is a virtual group.
21587
21588 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
21589
21590 * gnus.el: Autoload `message-y-or-n-p'.
21591
21592 2004-01-15 Jesper Harder <harder@ifa.au.dk>
21593
21594 * pgg-parse.el: Remove unnecessary (require 'custom).
21595
21596 * pgg-def.el: do.
21597
21598 * nnmail.el: do.
21599
21600 * gnus-undo.el: do.
21601
21602 * gnus-picon.el: do.
21603
21604 * gnus-util.el: do.
21605
21606 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
21607
21608 * gnus-sum.el (gnus-pick-line-number): Add autoload.
21609
21610 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
21611
21612 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21613 handle, as well as a list.
21614
21615 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21616 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21617 (mm-w3m-cid-retrieve): Simplify.
21618
21619 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
21620
21621 * message.el (message-kill-to-signature): Allow prefix arg to
21622 specify number of lines to keep before signature.
21623
21624 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
21625
21626 * message.el (message-kill-to-signature): Change docstring.
21627
21628 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
21629
21630 * canlock.el: Always require sha1-el.
21631 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21632
21633 * message.el: Autoload sha1 only when compiling.
21634
21635 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
21636
21637 * message.el (message-canlock-generate): Require sha1-el.
21638
21639 2004-01-13 Jesper Harder <harder@ifa.au.dk>
21640
21641 * message.el (message-expand-name): Silence the byte compiler.
21642
21643 2004-01-13 Simon Josefsson <jas@extundo.com>
21644
21645 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21646 Invoke gnus-score-mode.
21647 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21648
21649 * gnus-range.el (gnus-compress-sequence): Doc fix.
21650 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21651
21652 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21653
21654 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21655
21656 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
21657
21658 * spam.el (spam-get-article-as-string): Update to use
21659 gnus-request-article-this-buffer, much simpler.
21660 (spam-get-article-as-buffer): Remove.
21661
21662 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
21663
21664 * message.el (message-expand-name): Use EUDC if the user uses that.
21665
21666 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21667
21668 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21669 character for the encoding to avoid consing a string.
21670
21671 * rfc2047.el (rfc2047-decode-string): Don't cons a string
21672 unnecessarily.
21673
21674 * mm-util.el (mm-replace-chars-in-string): Remove.
21675
21676 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21677 of mm-replace-chars-in-string.
21678
21679 2004-01-11 Jesper Harder <harder@ifa.au.dk>
21680
21681 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21682
21683 * mm-util.el (mm-subst-char-in-string): Support inplace.
21684
21685 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21686 a new string in every iteration. Use shy groups.
21687
21688 2004-01-10 Jesper Harder <harder@ifa.au.dk>
21689
21690 * gnus-srvr.el (gnus-browse-unsubscribe-group):
21691 * gnus-soup.el (gnus-soup-group-brew):
21692 * gnus-msg.el (gnus-put-message):
21693 * gnus-move.el (gnus-group-move-group-to-server):
21694 * gnus-kill.el (gnus-batch-score):
21695 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21696 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21697 (gnus-group-update-group, gnus-group-read-group)
21698 (gnus-group-make-group, gnus-group-make-help-group)
21699 (gnus-group-make-archive-group, gnus-group-make-directory-group)
21700 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21701 (gnus-group-sort-by-unread, gnus-group-catchup)
21702 (gnus-group-unsubscribe-group, gnus-group-kill-group)
21703 (gnus-group-yank-group, gnus-group-set-info)
21704 (gnus-group-list-groups):
21705 * gnus.el (gnus-generate-new-group-name):
21706 * gnus-delay.el (gnus-delay-send-queue):
21707 * nnvirtual.el (nnvirtual-catchup-group):
21708 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21709 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21710 (gnus-group-prepare-topics, gnus-topic-check-topology):
21711 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21712 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21713 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21714 (gnus-group-make-articles-read):
21715 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21716 (gnus-group-change-level, gnus-kill-newsgroup)
21717 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21718 (gnus-get-unread-articles, gnus-make-articles-unread)
21719 (gnus-make-ascending-articles-unread): Use accessor
21720 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21721 to get group information for improved readability.
21722
21723 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21724
21725 * gnus-art.el (article-decode-mime-words, article-babel)
21726 (gnus-article-highlight-signature, gnus-article-add-buttons)
21727 (gnus-signature-toggle): Use gnus-with-article-buffer.
21728
21729 * gnus-art.el (gnus-article-highlight-headers)
21730 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21731
21732 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21733 (gnus-article-set-globals, gnus-request-article-this-buffer)
21734 (gnus-button-message-id, gnus-article-maybe-hide-headers)
21735 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21736 (gnus-mime-display-alternative): Use with-current-buffer.
21737
21738 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21739
21740 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21741 also under 80 char limit, and call gnus-error if needed.
21742 (spam-fetch-article-header): Fix - it was a
21743 buffer-local variable (gnus-newsgroup-data).
21744 (spam-find-spam): Use spam-generate-fake-headers, forget about
21745 spam-insert-fake-headers.
21746 (spam-insert-fake-headers): Remove.
21747
21748 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21749
21750 * deuglify.el (gnus-article-outlook-unwrap-lines)
21751 (gnus-outlook-rearrange-article)
21752 (gnus-outlook-repair-attribution-outlook)
21753 (gnus-outlook-repair-attribution-block)
21754 (gnus-outlook-repair-attribution-other): Remove redundant
21755 save-excursion.
21756
21757 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21758
21759 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21760 (spam-fetch-field-subject-fast)
21761 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21762 (spam-fetch-article-header): Add functions to deal with Gnus
21763 internals for fast retrieval of article header data.
21764 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21765
21766 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21767
21768 * pop3.el (pop3-md5): Remove.
21769 (pop3-apop): Replace pop3-md5 with md5.
21770
21771 * mm-bodies.el: base64 is always built-in.
21772
21773 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21774 Use with-current-buffer.
21775
21776 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
21777
21778 * canlock.el (canlock-insert-header): Remove excessive grouping in
21779 regexp.
21780
21781 * gnus-sum.el (gnus-summary-read-document): Ditto.
21782
21783 * gnus-uu.el (gnus-uu-part-number): Ditto.
21784
21785 * html2text.el (html2text-remove-tags): Ditto.
21786 (html2text-format-tags): Ditto.
21787 (html2text-format-single-elements): Ditto.
21788
21789 * mml.el (mml-parse-1): Ditto.
21790
21791 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21792
21793 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21794
21795 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21796
21797 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21798
21799 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21800
21801 2003-11-15 Simon Josefsson <jas@extundo.com>
21802
21803 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21804 (pgg-gpg-lookup-key): Use regexp match instead of
21805 split-string (split-string is different between emacs 21.2 and
21806 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
21807
21808 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21809
21810 * gnus-art.el (gnus-mime-view-all-parts)
21811 (gnus-article-part-wrapper, gnus-article-view-part):
21812 Use with-current-buffer.
21813
21814 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21815
21816 * spam.el (spam-disable-spam-split-during-ham-respool)
21817 (spam-spamoracle-database, spam-cache-lookups)
21818 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21819 (spam-group-ham-mark-p, spam-group-spam-mark-p)
21820 (spam-group-ham-marks, spam-group-spam-marks)
21821 (spam-group-spam-contents-p, spam-group-ham-contents-p)
21822 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21823 also add spam-use-blackholes to the statistical checks.
21824 (spam-fetch-field-fast): Add interface to fetching fields, may
21825 become a macro.
21826 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21827 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21828 (spam-insert-fake-headers): Fake an article when needed.
21829 (spam-find-spam): Fake article when possible.
21830 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21831 (spam-check-bogofilter-headers): Use message-fetch-field instead
21832 of nnmail-fetch-field.
21833
21834 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
21835
21836 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21837
21838 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21839
21840 * spam.el (spam-split): Do not require spam-use-CHECK to be
21841 enabled if that check is passed to spam-split explicitly; also
21842 fix so 'spam doesn't get converted to spam-split-group when
21843 spam-split-symbolic-return is t.
21844 (spam-find-spam): Find registrations of the article and use those
21845 instead of re-running spam-split to find the spam/ham
21846 classification of the article.
21847 (spam-log-processing-to-registry, spam-log-registered-p)
21848 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21849 Use gnus-error instead of gnus-message.
21850 (spam-log-registration-type): Add function to determine the
21851 classification of a message based on registry entries; will
21852 return nil if both 'spam and 'ham are found.
21853 (spam-check-BBDB): Expand all the BBDB macros here so we can have
21854 a reasonably fast local cache without the loading errors.
21855 (spam-cache-lookups): Set to t by default.
21856 (spam-find-spam): Don't try to guess spam-cache-lookups.
21857 (spam-enter-whitelist, spam-enter-blacklist): Clear the
21858 spam-caches entry.
21859 (spam-filelist-build-cache, spam-filelist-check-cache):
21860 Fix caching of whitelist/blacklist entries.
21861 (spam-check-whitelist, spam-check-blacklist):
21862 Invoke spam-from-listed-p with a type, not a cache variable.
21863 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21864
21865 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21866
21867 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21868
21869 * nnmail.el (nnmail-split-fancy): do.
21870
21871 * mml.el (mml-parse): do.
21872
21873 * gnus-score.el (gnus-enter-score-words-into-hashtb)
21874 (gnus-score-adaptive): do.
21875
21876 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21877
21878 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21879 (gnus-mime-button-map): Don't set keymap parent.
21880 (gnus-button-ctan-directory-regexp): Use shy grouping.
21881 (gnus-prev-page-map): Don't set keymap parent.
21882 (gnus-prev-page-map): Remove duplicated one.
21883 (gnus-next-page-map): Don't set keymap parent.
21884 (gnus-mime-security-button-map): Ditto.
21885
21886 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21887 version number.
21888
21889 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21890
21891 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21892
21893 * canlock.el (canlock-sha1-function): Remove.
21894 (canlock-sha1-function-for-verify): Remove.
21895 (canlock-openssl-program): Remove.
21896 (canlock-openssl-args): Remove.
21897 (canlock-ignore-errors): Remove.
21898 (canlock-sha1-with-openssl): Remove.
21899 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21900 (canlock-verify): Don't use canlock-ignore-errors.
21901
21902 * sha1-el.el (sha1-string-external): Make it can return a string
21903 in binary form.
21904 (sha1-region-external): Ditto.
21905 (sha1-string-internal): Ditto.
21906 (sha1-region-internal): Ditto.
21907 (sha1-region): Ditto.
21908 (sha1-string): Ditto.
21909 (sha1): Ditto.
21910
21911 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21912
21913 * spam.el (spam-report-articles-gmane): New command.
21914
21915 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21916
21917 * gnus.el: Don't make unnecessary *Group* buffer when loading.
21918
21919 * run-at-time.el (run-at-time-saved): Remove.
21920 (run-at-time): Doc fix.
21921
21922 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21923
21924 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21925 (gnus-summary-limit-map): Add it.
21926 (gnus-summary-make-menu-bar): do.
21927
21928 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
21929
21930 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21931 Make attempt at some caching support (done for BBDB only now).
21932 (spam-find-spam): Set spam-cache-lookups if there are more than 2
21933 addresses to be checked.
21934 (spam-clear-cache-BBDB): Add function, to be invoked by
21935 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21936 (spam-check-BBDB): Check and use the caches, if
21937 spam-cache-lookups is on, remove superfluous (provide).
21938
21939 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
21940
21941 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21942
21943 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
21944
21945 * run-at-time.el (run-at-time-saved): Move to after the definition
21946 of `run-at-time'.
21947
21948 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21949
21950 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21951 mm-w3m-local-map-property.
21952
21953 * mm-view.el (mm-w3m-mode-map): Remove.
21954 (mm-w3m-local-map-property): Remove.
21955 (mm-inline-text-html-render-with-w3m): Don't use
21956 mm-w3m-local-map-property.
21957
21958 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21959
21960 * run-at-time.el: New file.
21961
21962 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21963 of gnus-set-text-properties.
21964
21965 * gnus-uu.el (gnus-uu-save-article): Ditto.
21966
21967 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21968
21969 * gnus-cite.el (gnus-cite-parse): Ditto.
21970
21971 * gnus-art.el (gnus-button-push): Use set-text-properties instead
21972 of gnus-.
21973
21974 * gnus.el: Change calls to nnheader-run-at-time and
21975 password-run-at-time throughout to use run-at-time directly.
21976
21977 * password.el: Remove definition of run-at-time.
21978
21979 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
21980
21981 * mml.el (mml-minibuffer-read-disposition): Show attachment type
21982 in prompt.
21983
21984 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21985
21986 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
21987 XEmacs version.
21988
21989 * dns.el (dns-make-network-process): Use `open-network-stream'
21990 instead of `gnus-xmas-open-network-stream'.
21991
21992 * .cvsignore: Add auto-autoloads.el, custom-load.el.
21993
21994 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21995
21996 * gnus-art.el (gnus-mime-display-alternative)
21997 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21998 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21999 Don't use gnus-local-map-property.
22000
22001 * gnus-util.el (gnus-local-map-property): Remove.
22002
22003 * mm-view.el (mm-view-pkcs7-decrypt):
22004 Replace gnus-completing-read-maybe-default with completing-read.
22005
22006 * gnus-util.el (gnus-completing-read): do.
22007 (gnus-completing-read-maybe-default): Remove.
22008
22009 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
22010
22011 * password.el: Only autoload `run-at-time' if not XEmacs.
22012 Only autoload the itimer functions if XEmacs.
22013
22014 2004-01-06 Jesper Harder <harder@ifa.au.dk>
22015
22016 * gnus-art.el (gnus-read-string): Remove.
22017 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22018 read-string.
22019
22020 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
22021
22022 * netrc.el: Autoload password-read.
22023 (netrc): Add configuration group.
22024 (netrc-encoding-method, netrc-openssl-path):
22025 Add variables for encoding and decoding of files with symmetric
22026 ciphers.
22027 (netrc-encode): Add assistant function to encode a file with
22028 netrc-encoding-method.
22029 (netrc-parse): Add interactive parameter, added optional
22030 decoding if netrc-encoding-method is non-nil but otherwise
22031 behavior is standard.
22032 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22033 Do s/encode/encrypt/ everywhere.
22034
22035 * spam.el: Remove executable-find autoload.
22036
22037 2004-01-05 Jesper Harder <harder@ifa.au.dk>
22038
22039 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22040
22041 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22042
22043 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
22044
22045 * gnus-art.el (gnus-treat-ansi-sequences)
22046 (article-treat-ansi-sequences): New variable and function.
22047 Suggested by Dan Jacobson <jidanni@jidanni.org>.
22048
22049 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22050 Use it.
22051
22052 2004-01-05 Jesper Harder <harder@ifa.au.dk>
22053
22054 * mm-util.el (mm-quote-arg): Remove.
22055
22056 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22057 shell-quote-argument.
22058
22059 * gnus-uu.el (gnus-uu-command): do.
22060
22061 * gnus-sum.el (gnus-summary-insert-pseudos): do.
22062
22063 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22064 with make-char.
22065
22066 * mm-util.el (mm-make-char): Remove.
22067
22068 * mml.el (mml-mode): Replace gnus-add-minor-mode with
22069 add-minor-mode.
22070
22071 * gnus-undo.el (gnus-undo-mode): do.
22072
22073 * gnus-topic.el (gnus-topic-mode): do.
22074
22075 * gnus-sum.el (gnus-dead-summary-mode): do.
22076
22077 * gnus-start.el (gnus-slave-mode): do.
22078
22079 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22080
22081 * gnus-ml.el (gnus-mailing-list-mode): do.
22082
22083 * gnus-gl.el (gnus-grouplens-mode): do.
22084
22085 * gnus-draft.el (gnus-draft-mode): do.
22086
22087 * gnus-dired.el (gnus-dired-mode): do.
22088
22089 * gnus-ems.el (gnus-add-minor-mode): Remove.
22090
22091 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22092 Replace gnus-char-width with char-width.
22093
22094 * gnus-ems.el (gnus-char-width): Remove.
22095
22096 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22097 Replace gnus-char-width with char-width.
22098
22099 * gnus-ems.el (gnus-char-width): Remove.
22100
22101 * spam-stat.el (with-syntax-table): Remove with-syntax-table
22102 definition.
22103 Remove Emacs 20 hash table compatibility code.
22104
22105 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22106 20 compatibility code.
22107
22108 * spam.el (spam-point-at-eol): Replace with point-at-eol.
22109
22110 * smime.el (smime-point-at-eol): Replace with point-at-eol.
22111
22112 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22113 Replace with point-at-{eol,bol}.
22114
22115 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22116
22117 * imap.el (imap-point-at-eol): Replace with point-at-eol.
22118
22119 * flow-fill.el (fill-flowed-point-at-bol)
22120 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22121
22122 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22123 Replace with point-at-{eol,bol} throughout all files.
22124
22125 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
22126
22127 * ntlm.el (ntlm-string-as-unibyte): New macro.
22128 (ntlm-build-auth-response): Use it.
22129
22130 Remove Emacs 20 stuff:
22131 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22132 of delq and copy-sequence.
22133 * gnus-art.el (popup-menu): Remove the compiler macro.
22134 * nnmail.el (nnmail-split-fancy): Don't support customizing with
22135 Emacs 20.
22136
22137 2004-01-05 Simon Josefsson <jas@extundo.com>
22138
22139 * ntlm.el: Fix namespace. Change smb-passwd-hash into
22140 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22141 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22142 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22143 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22144 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22145 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22146 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22147 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22148 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22149 ntlm-string-permute, string-lshift into ntlm-string-lshift,
22150 string-xor into ntlm-string-xor.
22151 Suggested by Jesper Harder <harder@myrealbox.com>.
22152
22153 * ntlm.el: Don't include poem.
22154
22155 * md4.el (print-int32, print-string-hexa): Remove.
22156 Suggested by Jesper Harder <harder@myrealbox.com>.
22157
22158 * sasl-ntlm.el, ntlm.el, md4.el: New files.
22159
22160 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
22161 probably breaks emacs with DL patch, but do we care? Is anyone
22162 still using the DL stuff?)
22163
22164 * sieve-manage.el: Use the password package.
22165 (sieve-manage-read-passwd): Remove.
22166 (sieve-manage-interactive-login): Use password. Re-add
22167 condition-case around loop.
22168
22169 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22170 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22171 Use the password package.
22172
22173 2003-02-19 Simon Josefsson <jas@extundo.com>
22174
22175 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22176 token.
22177
22178 2002-08-07 Simon Josefsson <jas@extundo.com>
22179
22180 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22181 (sieve-manage-authenticators):
22182 (sieve-manage-authenticator-alist): Add some SASL mechs.
22183 (sieve-sasl-auth): New function.
22184 (sieve-manage-cram-md5-auth):
22185 (sieve-manage-plain-auth): Rewrite using SASL library.
22186 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22187 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22188 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22189 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22190
22191 2004-01-05 Simon Josefsson <jas@extundo.com>
22192
22193 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22194 New files.
22195
22196 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22197
22198 * gnus-group.el (gnus-no-groups-message): Update.
22199
22200 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22201
22202 2003-11-09 Simon Josefsson <jas@extundo.com>
22203
22204 * imap.el: Support for ID IMAP extension (RFC 2971).
22205 (imap-local-variables): Add imap-id.
22206 (imap-id): New variable.
22207 (imap-id): New function.
22208 (imap-parse-response): Parse untagged ID response.
22209 * nnimap.el (nnimap-id): New variable.
22210 (nnimap-open-connection): Use it.
22211
22212 2003-12-28 Simon Josefsson <jas@extundo.com>
22213
22214 * gnus-score.el (gnus-score-edit-all-score): New.
22215 * gnus-group.el (gnus-group-score-map): Bind it to W e.
22216
22217 2004-01-04 Simon Josefsson <jas@extundo.com>
22218
22219 * password.el: Add.
22220
22221 2004-01-04 Mario Lang <lang@zid.tugraz.at>
22222
22223 * dns.el (dns-query-types): Fix typo.
22224 (dns-query-types): New function.
22225 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
22226 PTR and SOA replies, see RFC 1035.
22227
22228 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22229
22230 * gnus.el (gnus-logo-color-style): Change colors to `no'.
22231
22232 * Move to Changelog.2.
22233
22234 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22235
22236 * gnus.el (gnus-version-number): Bump version.
22237
22238 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22239
22240 * gnus.el: No Gnus v0.1 is released.
22241
22242 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22243
22244 * gnus.el: No Gnus v0.0 is released.
22245
22246 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22247
22248 * gnus.el (gnus-version-number): Bump.
22249 (gnus-version): No.
22250
22251 See ChangeLog.2 for earlier changes.
22252
22253 Copyright (C) 2004-2012 Free Software Foundation, Inc.
22254
22255 This file is part of GNU Emacs.
22256
22257 GNU Emacs is free software: you can redistribute it and/or modify
22258 it under the terms of the GNU General Public License as published by
22259 the Free Software Foundation, either version 3 of the License, or
22260 (at your option) any later version.
22261
22262 GNU Emacs is distributed in the hope that it will be useful,
22263 but WITHOUT ANY WARRANTY; without even the implied warranty of
22264 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22265 GNU General Public License for more details.
22266
22267 You should have received a copy of the GNU General Public License
22268 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22269
22270 ;; Local Variables:
22271 ;; coding: utf-8
22272 ;; fill-column: 79
22273 ;; add-log-time-zone-rule: t
22274 ;; End: