]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
nnimap.el (nnimap-request-head): Protect against not finding the article by Message-ID.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * nnimap.el (nnimap-request-head): Protect against not finding the
4 article by Message-ID.
5
6 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
7
8 * gnus-art.el (article-update-date-lapsed): Try a better way to really
9 keep point at the "same place".
10
11 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
12
13 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
14 data if the group is unactivated.
15
16 2011-01-28 Julien Danjou <julien@danjou.info>
17
18 * gnus-win.el: Remove dead function gnus-window-configuration-element.
19 (gnus-all-windows-visible-p): Remove old compatibility code.
20 (gnus-window-top-edge): Add docstring.
21
22 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
23
24 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
25
26 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
27 older request-update-info.
28
29 * gnus-art.el (article-make-date-line): Limit the length a bit more.
30
31 2011-01-28 Daiki Ueno <ueno@unixuser.org>
32
33 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
34 mml2015-signers higher precedence over mml2015-sign-with-sender.
35
36 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
37
38 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
39 groups. This makes the nndraft:queue group pop up if it's not already
40 there.
41
42 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
43 messages" logic, which was reversed.
44
45 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
46 the "same place" even if point is on the line being replaced.
47 (article-update-date-lapsed): Allow updating both the combined lapsed
48 and the lapsed headers.
49 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
50 (article-make-date-line): Limit the number of segments dynamically to
51 avoid too-long lines.
52
53 2011-01-27 Julien Danjou <julien@danjou.info>
54
55 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
56 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
57
58 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
59
60 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
61 Use plist-get instead of the cl function getf.
62
63 2011-01-27 Glenn Morris <rgm@gnu.org>
64
65 * gnus-util.el (float-time): Get rid of compiler warning, again.
66
67 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
68
69 * shr.el (shr-put-color): Special-case background colours: Do put them
70 at the blank parts at the front of the lines.
71
72 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
73 exit hook to nix out all data on readedness on group exit.
74
75 * gnus-util.el (float-time): If float-time is bound, always use it on
76 all Emacsen. It's unclear why the subrp check was there.
77 (time-date): Require to make some autoload issues on XEmacs go away.
78
79 * shr.el (shr-put-color): Don't do the box padding in tables, since
80 they're already padded.
81
82 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
83
84 * gnus-art.el (gnus-article-next-page): When the last line of the
85 article is displayed, scroll down once more instead of going to the
86 next article at once.
87 (article-lapsed-string): Refactor out and allow specifying how many
88 segments you want.
89 (gnus-article-setup-buffer): Start updating the lapsed header directly.
90 (gnus-article-update-lapsed-header): New variable.
91
92 * shr.el: Revert change that made headings use different-sized faces.
93 The Emacs display engine isn't advanced enough that, for instance,
94 tables can comfortably use differntly-sized faces.
95
96 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
97
98 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
99 used.
100 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
101 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
102 we're using an encrypted connection.
103
104 * proto-stream.el: Alter the interface functions to also return the
105 actual stream type used: network or tls.
106
107 2011-01-25 Julien Danjou <julien@danjou.info>
108
109 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
110 (mm-display-javascript-inline): New function.
111
112 * mm-decode.el (mm-inline-media-tests): Add application/javascript
113 viewing function.
114
115 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
116
117 * shr.el (shr-expand-newlines): Fix variable name.
118
119 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
120
121 * shr.el (shr-expand-newlines): Make nested boxes work.
122
123 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
124
125 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
126 backgrounds.
127 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
128 in a more sensible manner.
129
130 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
131
132 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
133 if EPG is loaded.
134
135 2011-01-24 Julien Danjou <julien@danjou.info>
136
137 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
138 tags.
139
140 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
141
142 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
143 commands.
144
145 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
146 in the article buffer.
147 (gnus-gravatar-insert): Use blank space from the current buffer to
148 avoid breaking text properties. This makes X-Sent updating work again.
149
150 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
151
152 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
153
154 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
155 fix the bug in url-http.el instead.
156
157 * shr.el (shr-image-fetched): Ditto.
158
159 * shr.el (shr-image-fetched): Avoid having point move in the article
160 buffer.
161
162 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
163 buffer after being called. It's apparently being killed by url.el, and
164 killing it made point move to end-of-buffer in a random buffer.
165
166 * shr.el (shr-image-fetched): Ditto.
167
168 2011-01-23 Julien Danjou <julien@danjou.info>
169
170 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
171
172 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
173 text/x-org.
174
175 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
176
177 * gnus-sum.el (gnus-summary-move-article): Protect against backends
178 (i.e., nnimap) returning nil as the article number.
179
180 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
181
182 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
183 "DelSp" parameter in RFC3676.
184
185 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
186
187 * message.el (message-check-recipients): Display the encoded version of
188 the bogus address if they differ.
189
190 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
191 after sending.
192
193 * gnus-agent.el (gnus-agent-send-mail): Ditto.
194
195 * gnus-group.el (gnus-group-refresh-group): New convenience function.
196
197 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
198 group buffer after sending the queue.
199
200 * gnus-agent.el (gnus-agent-send-mail): Ditto.
201
202 2011-01-22 Julien Danjou <julien@danjou.info>
203
204 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
205
206 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
207
208 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
209 nested related parts.
210
211 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
212 unexpired articles. This fixes the regression that led expiry marks to
213 disappear from nnfolder groups.
214
215 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
218 Don't confuse the "ret" of "retrograde" with RET.
219
220 2011-01-21 Julien Danjou <julien@danjou.info>
221
222 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
223 than mm-insert-inline.
224
225 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
226
227 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
228 Widen article buffer.
229
230 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
233 the temp buffer.
234 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
235
236 2011-01-20 Julien Danjou <julien@danjou.info>
237
238 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
239
240 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
241 than mm-insert-inline to insert inline part: this respect
242 mm-inline-media-tests displayers.
243
244 * mm-view.el (mm-display-shell-script-inline): New function.
245
246 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
247
248 * mm-uu.el (mm-uu-type-alist): Add org block.
249 (mm-uu-org-src-code-block-extract): New function.
250
251 * mm-view.el (mm-display-org-inline): New function.
252
253 * mm-decode.el (mm-automatic-display): Add text/org.
254
255 * mailcap.el (mailcap-mime-extensions): Add .org.
256
257 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
258
259 * gnus-art.el (gnus-article-highlight): Remove argument passed to
260 gnus-article-add-buttons.
261
262 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
263
264 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
265 From header with a date and "nobody" as the sender.
266
267 2011-01-19 Julien Danjou <julien@danjou.info>
268
269 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
270 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
271 if you have the same regexp several times.
272 (gnus-button-push): Fix matching when regexp is symbol.
273
274 2011-01-15 Glenn Morris <rgm@gnu.org>
275
276 * message.el (message-mail): A compose-mail function should
277 accept headers as strings.
278
279 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
280
281 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
282 Add :vert-only tags.
283 (message-mail): New arg RETURN-ACTION.
284 (message-return-action): New var.
285 (message-bury): Use it.
286 (message-mode): Make it buffer-local.
287 (message-send-and-exit): Always call message-bury.
288
289 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
290 message-mail.
291
292 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
293
294 * nnimap.el (nnimap-convert-partial-article): Protect against
295 zero-length body parts.
296
297 * mm-decode.el (mm-preferred-alternative-precedence):
298 Discourage showing empty parts.
299
300 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
301 and stuff if the backend didn't return the article number. This fixes
302 an Exchange-related nnimap bug.
303
304 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
305 group window, because it does the wrong thing when a separate frame
306 displays the group buffer.
307
308 * proto-stream.el (open-protocol-stream): Protect against the low-level
309 transport functions returning nil.
310
311 2011-01-07 Daiki Ueno <ueno@unixuser.org>
312
313 * mml2015.el (epg-sub-key-fingerprint): Autoload.
314 (mml2015-epg-find-usable-secret-key): New function.
315 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
316 mml2015-epg-find-usable-key (Bug#7797).
317 (mml2015-epg-encrypt): Ditto.
318
319 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
320
321 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
322
323 2011-01-03 Glenn Morris <rgm@gnu.org>
324
325 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
326
327 * sieve.el (sieve-open-server): Give a more explicit error if
328 sieve-manage-open returns nil. (Bug#7720)
329
330 2011-01-02 Karl Fogel <kfogel@red-bean.com>
331
332 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
333
334 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
335
336 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
337 This avoids sending passwords in plain text over non-encrypted
338 channels.
339
340 * shr.el (shr-rescale-image): Display all GIF images as animated images.
341
342 * nnimap.el (nnimap-login): Refactored out into own function, and
343 implement CRAM-MD5.
344 (nnimap-wait-for-line): Refactored out.
345
346 * mm-view.el (mml-smime): Require.
347
348 2010-12-20 David Engster <deng@eml.cc>
349
350 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
351 use EPG to decrypt S/MIME messages instead of openssl.
352
353 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
354
355 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
356
357 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
358 status is the group clearly is unreachable.
359
360 * auth-source.el (auth-source-create): Add the optional second
361 parameter to `local-variable-p' to be compatible with XEmacs.
362
363 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
364
365 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
366 work when using a compressed nnml folder.
367
368 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
369
370 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
371 backends after sanitising on entry, because this never makes sense:
372 If the articles have gone missing, then the data no longer exists on
373 the backend, and if they haven't, then Gnus is wrong, and shouldn't
374 overwrite anything anyway.
375
376 * shr.el (shr-insert-document): Bind shr-width dynamically to
377 window-width if it's nil.
378
379 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
380
381 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
382 with the meaning of using the full emacs window width for rendering.
383
384 2010-12-27 Daiki Ueno <ueno@unixuser.org>
385
386 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
387 case when sender is not given.
388
389 2010-12-23 Julien Danjou <julien@danjou.info>
390
391 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
392 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
393 the addresses, otherwise we might misplaced the gravatar.
394
395 2010-12-21 Daiki Ueno <ueno@unixuser.org>
396
397 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
398 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
399 obsolete in Emacs.
400
401 2010-12-20 Julien Danjou <julien@danjou.info>
402
403 * gnus-util.el (gnus-rescale-image): Revert last change.
404
405 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
406
407 * gnus-group.el (gnus-group-delete-articles): New command.
408
409 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
410
411 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
412
413 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
414
415 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
416 here, since it's up to the backends to do CRLF removal if their
417 protocol has it.
418
419 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
420
421 2010-12-17 Julien Danjou <julien@danjou.info>
422
423 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
424 they are from file. Can also scale up.
425
426 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
427
428 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
429 gnus-use-agent.
430 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
431
432 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
433
434 2010-12-17 Julien Danjou <julien@danjou.info>
435
436 * gravatar.el (gravatar-retrieve-synchronously): New function.
437 (gravatar-get-data): Make more robust.
438
439 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
440
441 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
442 to really consider the last line.
443
444 2010-12-16 Daiki Ueno <ueno@unixuser.org>
445
446 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
447 list of recipient keys, or use symmetric encryption if not a list.
448 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
449 EPA override, replacing the call to `netrc-store-data'.
450
451 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
452
453 * gnus-srvr.el: Avoid passing nil regexp argument to
454 delete-matching-lines.
455
456 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
457
458 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
459 fetching stops when Gnus exits.
460
461 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
462 function.
463 (nnfolder-request-expire-articles): Save all the buffers after doing
464 expiry.
465
466 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
467 the last article", since that led to serious performance regressions
468 when expiring nnml groups.
469
470 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
471
472 * nnir.el: Improve customizations.
473
474 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
475
476 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
477
478 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
479 group has been killed.
480 (gnus-group-yank-group): Ditto.
481
482 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
483
484 * nnimap.el (nnimap-request-update-group-status): New function.
485
486 * gnus-int.el (gnus-request-update-group-status): New interface
487 function.
488
489 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
490 copying read-ness to the backends.
491
492 * nnimap.el (nnimap-quirk): New function.
493 (nnimap-retrieve-group-data-early): Use it.
494 (nnimap-quirks): New alist.
495
496 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
497
498 * shr.el (shr-insert): Set shr-start after deleting trailing space;
499 don't delete it within indentation.
500
501 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
502
503 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
504 previous line.
505
506 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
507
508 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
509 QRESYNC command by deleting a superfluous space which broke Cyrus
510 servers. This change will break other servers that are buggy the other
511 way around.
512
513 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
514
515 * spam.el: Reindent and fix long lines.
516 (spam-copy-or-move-routine): Exclude invalid move destinations.
517
518 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
519
520 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
521 installed the registry.
522
523 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
524
525 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
526 groupname doesn't contain "gmane".
527
528 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
529
530 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
531 (gnus-1): Don't create the nndrafts group twice.
532 (gnus-setup-news): There's no need to read the active file here, since
533 that's done again later on a per-backend basis.
534 (gnus-start-draft-setup): Make sure that the new group is started out
535 empty.
536
537 * gnus-agent.el (gnus-agentize): Don't create the queue group
538 automatically on startup. It'll be created later, if needed.
539
540 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
541 of automatically subscribed groups.
542 (gnus-auto-subscribed-categories): New variable.
543 (gnus-matches-options-n): Use it.
544 (gnus-default-subscribed-newsgroups): Remove unused variable.
545 (gnus-start-draft-setup): Message a bit less.
546
547 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
548
549 * nnir.el (nnir-run-imap): Return article list in order of increasing
550 UID.
551
552 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
553
554 * gnus-sum.el (gnus-summary-enter-digest-group):
555 Mention gnus-auto-select-on-ephemeral-exit.
556
557 * proto-stream.el (proto-stream-open-network-only): Fix the calling
558 convention of the network-only option.
559
560 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
561
562 * proto-stream.el (proto-stream-open-network-only): New function to
563 have a way to specify non-STARTTLS upgrade connections.
564
565 2010-12-10 Julien Danjou <julien@danjou.info>
566
567 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
568 email address is nil.
569
570 * message.el (message-bogus-recipient-p): Set address to "" if nil.
571
572 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
573
574 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
575 deletion.
576 (nnir-run-imap): Only need to parse list once.
577
578 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
579
580 * shr.el (shr-tag-script): Ignore <script>.
581 (shr-tag-label): Add <label> support.
582
583 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
584
585 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
586
587 * shr.el (shr-image-displayer): Work for images lined side by side.
588
589 2010-12-08 Robert Pluim <rpluim@gmail.com>
590
591 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
592 parameter, since XEmacs doesn't accept t as a parameter.
593
594 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
595
596 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
597 ids.
598 (nnir-run-gmane): Simplify groupspec formatting.
599 (nnir-request-expire-articles): New function.
600
601 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
602
603 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
604 overflow, possibly.
605
606 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
607 (shr-render-td): Handle td style="" better.
608 (shr-tag-table): Use the color from the style sheet.
609 (shr-render-td): Make sure we copy over all the overlays, too.
610
611 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
612
613 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
614 (nnir-request-article): Improve article retrieval.
615
616 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
617
618 * mm-util.el (mm-extra-numeric-entities): New variable.
619
620 * mm-url.el (mm-url-decode-entities):
621 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
622
623 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * message.el: Use completion-at-point.
626 (message-completion-function): New fun, extracted from message-tab.
627 (message-mode): Use it for completion-at-point-functions.
628 (message-tab): Use it and completion-at-point.
629
630 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
631
632 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
633 character if a non-breakable character follows.
634
635 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
636
637 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
638 any stream.
639
640 * shr.el (shr-tag-font): Colorize the region.
641 (shr-tag-body): Ditto.
642 (shr-tag-font): Actually let the styles be inherited instead of
643 overwriting them.
644 (shr-tag-font): Get the background color right.
645 (shr-tag-style): Ignore all <style> tags for the moment.
646
647 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
648 a Message-ID to avoid having nnimap depend on gnus-sum.
649
650 * shr.el (shr-descend): Only colorize something if we have a node that
651 sets colors.
652
653 2010-12-06 Julien Danjou <julien@danjou.info>
654
655 * shr.el (shr-render-td): Render td content with shr-descend, so style
656 will be applied to <td> too.
657 (shr-colorize-region): Colorize region even if we only have a background.
658 (shr-tag-body): Fix color and background color inheritance.
659 Do not recolorize after shr-generic.
660 (shr-tag-font): Let shr-generic colorize via inheritance.
661
662 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
663
664 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
665
666 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
667
668 * nnir.el (nnir-request-move-article): Remove obsolete code.
669
670 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
671
672 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
673
674 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
675
676 * gnus-sum.el (gnus-summary-respool-article): The completion function
677 expects a list instead of an alist.
678
679 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
680 string as the parameter.
681
682 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
683
684 * shr.el (shr-stylesheet): New dynamic variable for cascading the
685 styles.
686 (shr-colorize-region): New function.
687 (shr-insert-background-overlay): Remove.
688 (shr-render-td): Background setting should be taken care of on a higher
689 level.
690 (shr-tag-body): Use post-hoc colorizations.
691 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
692 (shr-put-color-1): Don't overwrite old colors.
693 (shr-colorize-region): When the background color isn't explicit, use
694 a fixed background.
695
696 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
697 nnmail variables.
698
699 2010-12-05 Bjørn Mork <bjorn@mork.no>
700
701 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
702 unless necessary.
703
704 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
705
706 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
707 server.
708
709 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
710
711 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
712 so that TAB works.
713
714 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
715 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
716
717 * shr.el (shr-urlify): Show the URL before the title to avoid
718 misleading URLs.
719
720 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
721
722 * shr.el (shr-urlify): Display the title in <a> tags.
723
724 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
725
726 * nnir.el (nnir-categorize): Replace mapcar with mapc.
727
728 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
729
730 * nnir.el: Rearrange code to allow macros to be autoloaded by
731 gnus-sum.el.
732 (nnir-retrieve-headers-override-function): Make this variable
733 customizable.
734 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
735
736 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
737 from nnir.el.
738
739 2010-12-03 Julien Danjou <julien@danjou.info>
740
741 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
742
743 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
744
745 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
746 allow optional argument `environment'.
747
748 2010-12-03 Glenn Morris <rgm@gnu.org>
749
750 * mm-extern.el (message-goto-body): Update declaration.
751
752 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
753
754 * gnus-util.el (gnus-macroexpand-all): New function.
755
756 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
757 instead of macroexpand-all that is unavailable in XEmacs.
758
759 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
760
761 * nnir.el (nnir-summary-line-format): New variable.
762 (nnir-mode): Use it.
763 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
764 (nnir-article-ids): Reimplement as defsubst.
765 (nnir-retrieve-headers): Don't mangle the subject header.
766 (nnir-run-imap): Use 100 as RSV score.
767 (nnir-run-find-grep): Fix for full server searching.
768 (nnir-run-gmane): Better restriction to gmane groups.
769
770 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
771 summary buffers.
772
773 2010-12-02 Julien Danjou <julien@danjou.info>
774
775 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
776
777 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
778
779 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
780 support.
781
782 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
783
784 * nnir.el: Update to handle the registry better.
785 (autoload): Silence byte-compiler.
786 (nnir-open-server): Add a hook for nnir groups.
787 (nnir-request-move-article): Don't mangle the header. Better to use
788 formating variables (which will be added in the future).
789 (nnir-registry-action): Update the registry using the original article
790 group name.
791 (nnir-mode): Install nnir-specific hooks for updating the registry.
792
793 * gnus-sum.el
794 (gnus-article-original-subject,gnus-newsgroup-original-name):
795 Remove obsolete variables.
796 (gnus-summary-move-article): Remove use of obsolete variables.
797 (gnus-summary-local-variables): Make move and delete hooks local to
798 summary buffers.
799
800 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
801
802 * rtree.el: New file.
803
804 2010-12-01 Julien Danjou <julien@danjou.info>
805
806 * message.el (message-user-organization): Do not use
807 gnus-local-organization.
808
809 * gnus.el: Remove gnus-local-organization.
810
811 * gnus-msg.el: Remove nastygram thing.
812
813 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
814
815 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
816 funcall.
817
818 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
819
820 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
821 names.
822
823 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
824 characters.
825
826 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
827 to t of inhibit-read-only since it is inside gnus-with-article-headers.
828 Suggested by Štěpán Němec <stepnem@gmail.com>.
829 (gnus-gravatar-transform-address): Use mail-extract-address-components
830 that supports non-ASCII names rather than mail-header-parse-addresses.
831
832 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
833
834 * proto-stream.el (open-protocol-stream): All starttls connections are
835 handled by the network handler.
836
837 2010-11-30 Julien Danjou <julien@danjou.info>
838
839 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
840 (nnimap-open-connection-1): Fix PREAUTH.
841
842 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
843
844 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
845
846 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
847 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
848 (shr-insert): Use them.
849 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
850
851 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
852
853 * nnir.el (nnir-request-move-article): Bail out if original group
854 doesn't support article moves.
855 (nnir-get-active): Improve active list retrieval.
856
857 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
858
859 * shr.el (shr-find-fill-point): Don't break before apostrophes.
860
861 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
862
863 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
864 seem to accept strings-with-numbers as port numbers,
865
866 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
867
868 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
869 change the registry.
870
871 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
872
873 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
874 delete-dups that is not available in XEmacs 21.4.
875
876 * mm-util.el (mm-delete-duplicates): Add comment.
877
878 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
879
880 * nnir.el (nnir-ignored-newsgroups): New variable.
881 (nnir-get-active): Use it.
882
883 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
884
885 * proto-stream.el (proto-stream-open-network): Add some comments.
886
887 * nntp.el (nntp-open-connection): Provide a :success condition.
888
889 * nnimap.el (nnimap-open-connection-1): Ditto.
890
891 * proto-stream.el (proto-stream-open-network): See what the response to
892 the STARTTLS command is.
893
894 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
895 backwards compatibility).
896 (nnimap-open-connection-1): Really respect nnimap-server-port.
897
898 * proto-stream.el (proto-stream-open-network): When doing opportunistic
899 TLS upgrades we don't really care about the identity of the peer.
900 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
901 that what we've checked for.
902 (proto-stream-always-use-starttls): Only default to t if
903 open-gnutls-stream exists.
904 (proto-stream-open-network): If STARTTLS failed, then just open a
905 normal connection.
906 (proto-stream-open-network): Wait until the greeting before doing
907 STARTTLS.
908
909 * nntp.el (nntp-open-connection): Report what the connection error is.
910
911 * proto-stream.el (open-protocol-stream): Rename from
912 open-proto-stream.
913
914 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
915
916 * nnimap.el (nnimap-stream): Change default to `undecided'.
917 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
918 first, and then network.
919 (nnimap-open-connection-1): Respect nnimap-server-port.
920 (nnimap-open-connection): Be more backwards-compatible.
921
922 * proto-stream.el (proto-stream-always-use-starttls): New variable.
923 (proto-stream-open-starttls): De-duplicate the starttls code.
924 (proto-stream-open-starttls): Folded back into the main function.
925 (proto-stream-open-network): Fix typo in the gnutls path.
926 (proto-stream-command): Refactor out.
927
928 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
929
930 * proto-stream.el (proto-stream-open-starttls): Actually implement the
931 starttls.el STARTTLS.
932
933 * color.el (color-lab->srgb): Fix function call name.
934
935 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
936 if we're using tls.el.
937 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
938 built in, then don't try to establish a STARTTLS connection.
939
940 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
941 servers.
942
943 * proto-stream.el (open-proto-stream): Use network, not stream.
944 (open-proto-stream): Add a way to specify what the end of a command is.
945
946 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
947 connections types.
948 (nntp-open-network-stream): Remove.
949 (nntp-open-ssl-stream): Remove.
950 (nntp-open-tls-stream): Remove.
951 (nntp-ssl-program): Remove.
952
953 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
954
955 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
956
957 * nnir.el: Fix typos.
958 (nnir-retrieve-headers-override-function): Rename variable to reflect
959 new semantics.
960 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
961 macros.
962 (nnir-request-article, nnir-request-move-article): Use them.
963 (nnir-categorize): New function.
964 (nnir-run-query): Use it.
965 (nnir-retrieve-headers): Rewrite to batch header retrieval.
966 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
967 sorted.
968 (nnir-group-full-name): Use gnus-group-full-name instead.
969 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
970 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
971
972 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
973
974 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
975
976 * proto-stream.el: New library to provide protocol-specific
977 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
978 protocols.
979 (open-proto-stream): Complete the documentation.
980 (proto-stream-open-network): Fix some typos.
981
982 * nnimap.el (nnimap-open-connection): Use it.
983
984 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
985
986 * pop3.el (pop3-open-server): Read server greeting before starting TLS
987 negotiation.
988
989 2010-11-26 Julien Danjou <julien@danjou.info>
990
991 * color.el: Rename various rgb functions to srgb.
992
993 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
994
995 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
996 names.
997
998 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
999
1000 * shr.el (shr-insert): Revert last change.
1001 (shr-find-fill-point): Never leave point being at bol;
1002 relax the kinsoku limitation when rendering tables.
1003
1004 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1005
1006 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1007 results from -accept-article.
1008
1009 * shr-color.el: Require cl when compiling.
1010
1011 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1012 checkin.
1013
1014 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1015
1016 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1017
1018 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1019 'add and 'delete to set backend marks.
1020
1021 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1022
1023 * nnheader.el (nnheader-update-marks-actions): Refactor out.
1024
1025 * nntp.el (nntp-request-set-mark): Use it.
1026
1027 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1028
1029 * nnml.el (nnml-request-set-mark): Ditto.
1030
1031 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1032 introduces regressions in article selection.
1033 (nnimap-find-uid-response): New function.
1034 (nnimap-request-accept-article): Use the UID returned, if any.
1035 (nnimap-request-move-article): Use the UID returned, if any.
1036 (nnimap-get-groups): Reimplement to work with folded lines.
1037 (nnimap-find-uid-response): The UID is the last element in the list.
1038 (nnimap-request-set-mark): Extend syntax with 'set.
1039
1040 * nnml.el (nnml-request-set-mark): Ditto.
1041
1042 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1043
1044 * nntp.el (nntp-request-set-mark): Ditto.
1045
1046 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1047
1048 * message.el (message-called-interactively-p): A temporary macro.
1049 (message-goto-body): Use it temporarily.
1050
1051 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1052
1053 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1054 (nnimap-last-response-string): Unfold quoted lines, if they exist.
1055 (nnimap-last-response-string): Fix last unfolding fix.
1056
1057 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1058
1059 * shr.el (shr-insert): Fix the way to fold lines.
1060
1061 2010-11-25 Julien Danjou <julien@danjou.info>
1062
1063 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1064
1065 * color.el: Rename from color-lab.el
1066 (color-rgb->hex): Add.
1067 (color-complement): Add.
1068 (color-complement-hex): Add.
1069
1070 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1071
1072 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * shr-color.el (shr-color-visible): Don't bug out if the colour names
1075 don't exist.
1076
1077 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1078
1079 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1080 assuming that article displaying or another mml-preview may be
1081 interrupted for an error or for the like.
1082
1083 * shr.el (shr-get-background): Fix argument name.
1084
1085 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1086
1087 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1088
1089 * gnus-sum.el (gnus-summary-include-articles): New function.
1090
1091 * message.el (message-goto-body): called-interactively-p needs a
1092 parameter, so use `any'.
1093
1094 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1095 clear marks before moving, since they're synced from the Gnus side
1096 first.
1097
1098 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1099 (gnus-summary-move-article): Copy over all marks before moving, so that
1100 IMAP doesn't think a new article has arrived.
1101
1102 2010-11-24 Julien Danjou <julien@danjou.info>
1103
1104 * shr.el (shr-insert-background-overlay): Fix typo.
1105 (shr-render-td): Copy the background before rendering.
1106
1107 * shr-color.el (shr-color-visible): Fix docstring.
1108
1109 * shr.el (shr-tag-table): Add bgcolor support.
1110 (shr-render-td): Add bgcolor support.
1111 (shr-get-background): Add.
1112 (shr-insert-foreground-overlay): Use shr-get-background.
1113
1114 * message.el (message-goto-body): Use called-interactively-p.
1115 (message-in-body-p): message-goto-body returns point.
1116
1117 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1118
1119 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
1120 Fixes something or other in Emacs 23, and is backwards compatible.
1121
1122 * message.el (message-goto-body): Remove the <#secure special-casing,
1123 which is too special.
1124
1125 * shr.el (shr-parse-style): Drop !important from styles.
1126
1127 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
1128
1129 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1130 this function to return incorrect results when calling it with an
1131 explicit article argument different from
1132 (gnus-summary-article-number).
1133
1134 2010-11-24 Julien Danjou <julien@danjou.info>
1135
1136 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1137 (shr-tag-body): Add background support.
1138 (shr-descend): Add background support.
1139 (shr-tag-title): Add.
1140
1141 * shr-color.el (shr-color-visible): Really return original background
1142 if fixed.
1143
1144 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1145
1146 * shr.el (shr-color-check): Protect against non-existant colour names.
1147
1148 2010-11-24 Julien Danjou <julien@danjou.info>
1149
1150 * color-lab.el: Require 'cl when compiling.
1151
1152 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1153
1154 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1155 matched part.
1156
1157 * color-lab.el: Fix all expt calls to use float type.
1158
1159 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1160
1161 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1162 expression to shr-color-check as is.
1163
1164 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1165
1166 * color-lab.el: Add coding cookie.
1167 (float-pi): Use eval-and-compile.
1168
1169 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
1171 * shr.el (shr-insert-color-overlay): Split stuff like
1172 "#444444 !important" to find the real colour.
1173 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1174 parse <font color="red"> entries.
1175
1176 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
1177
1178 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
1179 point when parsing headers.
1180
1181 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
1182 is positioned properly when parsing headers.
1183
1184 2010-11-23 Julien Danjou <julien@danjou.info>
1185
1186 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1187
1188 * shr-color.el (shr-color->hexadecimal): Add support for color names.
1189
1190 * shr.el (shr-parse-style): Replace \n with space in style parsing.
1191
1192 * shr-color.el (shr-color-hsl-to-rgb-fractions):
1193 Use shr-color-hue-to-rgb.
1194 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1195
1196 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1197
1198 * shr.el (shr-color->hexadecimal): Autoload.
1199 (shr-descend): Add color to all tags.
1200
1201 2010-11-22 Julien Danjou <julien@danjou.info>
1202
1203 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1204 shr-color->hexadecimal.
1205
1206 * shr-color.el (shr-color->hexadecimal): Add converting functions for
1207 RGB() or HSL() color representation.
1208
1209 * shr.el (shr-tag-font): Add.
1210 (shr-tag-color-check): New function to get better colors.
1211 (shr-tag-insert-color-overlay): Factorize code between tag-font and
1212 tag-span.
1213
1214 * shr-color.el: New file.
1215
1216 * color-lab.el: New file.
1217
1218 * gnus-art.el (gnus-url-mailto): Do not downcase args.
1219
1220 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
1221
1222 * nnir.el: Fix typo in comments.
1223 (nnir-run-imap): Simplify code. No need to reverse artlist.
1224 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1225
1226 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1227
1228 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1229
1230 * nnimap.el (nnimap-get-capabilities): Refactor out.
1231 (nnimap-open-connection): Re-request capabilities after STARTTLS.
1232
1233 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
1234
1235 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1236 appearing when `mm-uu-hide-markers' is nil.
1237
1238 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1239
1240 * nnimap.el (nnimap-unselect-group): Make into its own function.
1241 (nnimap-request-rename-group): Unselect group before renaming.
1242 This had gotten lost somewhere.
1243 (nnimap-request-accept-article): Keep track of examined groups, and
1244 unselect the group before APPENDing to read-only groups.
1245 (nnimap-request-move-article): Clear flags before moving so that they
1246 can be re-set later.
1247
1248 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1249
1250 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1251 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1252
1253 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1254
1255 * gnus-art.el (gnus-mime-display-single)
1256 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1257 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1258 parameter.
1259
1260 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1261
1262 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1263 (shr-table-vertical-line): New variable.
1264 (shr-insert-table): Use it.
1265
1266 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1267
1268 * gnus-html.el (gnus-html-wash-images): Don't display images if
1269 gnus-inhibit-images is non-nil; register displayer for cid images.
1270 (gnus-html-display-image): Work for cid image.
1271 (gnus-html-insert-image): Allow arguments.
1272 (gnus-html-put-image): Inhibit read-only.
1273 (gnus-html-prefetch-images): Don't prefetch images if
1274 gnus-inhibit-images is non-nil.
1275
1276 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1277
1278 * shr.el (shr-put-image): Break lines when inserting big pictures.
1279
1280 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1281
1282 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1283 sender, thanks Katsumi Yamaoka.
1284
1285 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
1286
1287 * nnir.el (nnir-run-imap): Reverse the article list for each group
1288 rather than the whole list.
1289
1290 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1291
1292 * shr.el (shr-image-displayer): Protect function against non-existent
1293 image source.
1294
1295 * gnus-art.el (gnus-inhibit-images): New user option.
1296 (gnus-mime-display-single): Don't display image if it is non-nil.
1297
1298 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1299 gnus-inhibit-images.
1300
1301 * shr.el (shr-image-displayer): New function.
1302 (shr-tag-img): Use it.
1303
1304 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1305
1306 * mml2015.el (mml2015-epg-sign): Use From header.
1307
1308 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1309
1310 * gnus-html.el (gnus-html-wash-images): Register a displayer.
1311
1312 * gnus-util.el (gnus-find-text-property-region): Return markers.
1313
1314 * shr.el (shr-tag-img): Put a displayer in the text property.
1315
1316 * gnus-util.el (gnus-find-text-property-region): New utility function.
1317
1318 * gnus-html.el (gnus-html-display-image): Make the alt optional.
1319 (gnus-html-show-images): Remove.
1320
1321 * gnus-art.el (gnus-article-show-images): New, more general function.
1322
1323 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1324 image url text properties.
1325
1326 * shr.el: Ditto.
1327
1328 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1329 gnus-agent-auto-agentize-methods is set. Which it isn't.
1330
1331 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1332
1333 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1334 work for two or more articles.
1335
1336 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1337
1338 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1339 divide an image that's in an html article to two or more when washing
1340 non-ASCII characters in alt text of it.
1341
1342 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1343
1344 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1345 smime-decrypt-region using function argument.
1346 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1347
1348 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1349
1350 * smime.el (smime-decrypt-region): Catch it.
1351
1352 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * smime.el (smime-mode-map): Move initialization into declaration.
1355 (gnus-run-mode-hooks): Don't autoload.
1356 (smime-mode): Use define-derived-mode.
1357
1358 2010-11-11 Glenn Morris <rgm@gnu.org>
1359
1360 * smime.el (from): Restrict declaration to XEmacs.
1361
1362 * nnir.el (gnus-group-topic-name): Autoload.
1363
1364 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1365
1366 * shr.el (shr-insert): Don't break long line if it is because of
1367 kinsoku-bol characters in the line end.
1368
1369 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
1370
1371 * nnir.el (nnir-request-move-article): Fix to provide original group
1372 and subject.
1373 (nnir-warp-to-article): Don't fail on articles whose headers haven't
1374 been retrieved.
1375
1376 * gnus-sum.el (gnus-summary-move-article): Use original group and
1377 subject for virtual articles such as those in an nnir summary buffer.
1378
1379 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1380
1381 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1382 least 21.5).
1383
1384 * smime.el (from): Declare it again for XEmacs.
1385
1386 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1387
1388 * message.el (message-resend): Don't disable encoding unless it's
1389 already encoded.
1390
1391 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1392 low-numbered articles.
1393
1394 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1395
1396 * rfc2047.el (rfc2047-syntax-table): Simplify.
1397
1398 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1399 set-char-table-range for XEmacs.
1400
1401 2010-11-10 Glenn Morris <rgm@gnu.org>
1402
1403 * smime.el (from): Remove unused declaration.
1404
1405 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1406 (gnus-float-time): On Emacs, always an alias.
1407
1408 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1409 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1410
1411 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1412
1413 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1414
1415 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1416
1417 * shr.el (browse-url-mailto): Autoload.
1418
1419 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1420
1421 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1422 regexp doesn't need quoting.
1423
1424 2010-11-09 Sven Joachim <svenjoac@gmx.de>
1425
1426 * message.el (message-subject-trailing-was-ask-regexp)
1427 (message-subject-trailing-was-regexp): Match was: in addition to was.
1428
1429 2010-11-09 Glenn Morris <rgm@gnu.org>
1430
1431 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1432 (nnbabyl-check-mbox): Use point-at-bol.
1433
1434 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1435
1436 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1437
1438 * message.el (message-mailto): New function.
1439 (message-mailto): Should accept other parameters.
1440 (message-mailto): Remove since it duplicates browse-url-mailto
1441 functionality.
1442
1443 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1444
1445 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1446 methods.
1447 (gnus-read-active-file): Ditto.
1448
1449 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1450 ": " from the prompt.
1451 (gnus-group-make-group): Ditto.
1452
1453 2010-11-07 Glenn Morris <rgm@gnu.org>
1454
1455 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1456 (gnus-bookmark-kill-line): Use point-at-eol.
1457
1458 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1459
1460 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1461 asterisks in From header.
1462
1463 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1464
1465 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1466 string to avoid making the From headers syntactically invalid.
1467
1468 * message.el (message-send-mail): Don't insert courtesy messages if the
1469 message already has List-Post and List-ID messages.
1470
1471 2010-11-06 Glenn Morris <rgm@gnu.org>
1472
1473 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1474 `condition', `type', `length' a prefix.
1475 (gnus-treat-predicate): Update for above name changes.
1476
1477 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1478
1479 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1480 binding. Handled by `gnus-summary-refer-thread' instead.
1481 (nnir-warp-to-article): New backend function.
1482
1483 * nnimap.el (nnimap-request-thread): Force dependency updating.
1484
1485 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1486 (gnus-summary-refer-thread): Rework to improve thread-referral.
1487
1488 * gnus-int.el (gnus-warp-to-article): New function.
1489
1490 * gnus-sum.el (gnus-summary-article-map): Bind it.
1491
1492 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1493
1494 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1495 gnus-summary-refer-thread.
1496
1497 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1498 headers.
1499 (gnus-summary-limit-include-thread): Prevent articles in thread from
1500 being cut in gnus-cut-threads.
1501 (gnus-summary-refer-thread): Limit retrieved headers to those in
1502 thread.
1503
1504 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1505
1506 * message.el (message-send-mail): Use the value of
1507 message-courtesy-message from the message buffer.
1508
1509 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1510
1511 * shr.el (shr-browse-url): Implement mailto: URLs.
1512
1513 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1514 "raw".
1515
1516 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1517 if it's already selected.
1518
1519 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1520
1521 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1522
1523 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1524 to measure the length and truncate alt text.
1525
1526 2010-11-03 Glenn Morris <rgm@gnu.org>
1527
1528 * nndiary.el (nndiary-generate-nov-databases-1)
1529 (nndiary-generate-active-info): Rename dynamic variable `files' to
1530 something less generic.
1531
1532 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1533
1534 * nnir.el (nnir-request-move-article): Call the underlying backend to
1535 move articles from nnir.
1536
1537 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1538
1539 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1540
1541 2010-11-02 Julien Danjou <julien@danjou.info>
1542
1543 * nnir.el: Remove wais support.
1544
1545 2010-11-02 Glenn Morris <rgm@gnu.org>
1546
1547 * gnus-html.el: Reorder requirements to quieten compiler.
1548
1549 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1550
1551 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1552 properly for XEmacs as well.
1553 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1554 (gnus-article-natural-long-line-p): Use window-width rather than
1555 frame-width.
1556
1557 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1558
1559 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1560 (nnir-read-parms): Don't modify query.
1561 (nnir-run-query): Add ability to search topic on current line.
1562 (nnir-get-active): Clean up.
1563
1564 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1565
1566 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1567 degenerate articles.
1568
1569 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1570 (gnus-print-buffer): Just print the buffer as is, without any copying
1571 to a buffer and then re-highlighting.
1572
1573 * nnimap.el (nnimap-request-group): Store the new updated info.
1574 (nnimap-request-group): Select the group when we don't know whether it
1575 exists or not.
1576
1577 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1578 groups.
1579
1580 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1581 groups.
1582
1583 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1584 groups.
1585
1586 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1587 long-lines case by only filling the long lines.
1588
1589 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1590 (bug #7311).
1591
1592 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1593
1594 * shr.el: No need to declare `declare-function' since shr.el is for
1595 only Emacsen that provide `libxml-parse-html-region'.
1596
1597 2010-11-01 Glenn Morris <rgm@gnu.org>
1598
1599 * mm-util.el (gnus-completing-read): Autoload.
1600 (mm-read-coding-system): Simplify Emacs definition.
1601
1602 * nnmail.el (gnus-activate-group):
1603 * nnimap.el (gnutls-negotiate):
1604 * nntp.el (netrc-parse): Fix declarations.
1605
1606 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1607
1608 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1609 string-match-p in Emacs >=23.
1610
1611 * gnus-msg.el (gnus-configure-posting-styles)
1612 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1613
1614 2010-11-01 Glenn Morris <rgm@gnu.org>
1615
1616 * nnir.el (declare-function): Add compat stub.
1617 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1618 (nnir-run-gmane): Require 'mm-url.
1619
1620 * mm-util.el (mm-string-to-multibyte): Simplify.
1621
1622 * shr.el (declare-function): Add compat stub.
1623 (url-cache-create-filename): Declare.
1624 (mm-disable-multibyte, widget-convert-button): Autoload.
1625
1626 * smime.el (ldap-search): Declare.
1627 (smime-cert-by-ldap-1): Require ldap on Emacs.
1628
1629 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1630 (nnimap-keepalive): Use gnus-float-time.
1631
1632 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1633 (mail-source-delete-crash-box): Use gnus-float-time.
1634
1635 * gnus-dired.el (gnus-completing-read): Autoload.
1636
1637 * mm-view.el (gnus-rescale-image): Autoload.
1638
1639 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1640
1641 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1642
1643 * sieve-manage.el: Require 'cl when compiling.
1644
1645 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1646 (gnus-iswitchb-completing-read): Require iswitchb.
1647 (gnus-select-frame-set-input-focus): Silence compiler.
1648
1649 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1650
1651 * message.el (message-subject-trailing-was-query): Change default to t,
1652 since I think that's what most people want.
1653
1654 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1655 appending for easier debugging.
1656 (nnimap-wait-for-connection): Take a regexp.
1657 (nnimap-request-accept-article): Wait for the continuation line before
1658 sending anything unless we're streaming.
1659
1660 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1661 leave the header washing to take place.
1662
1663 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1664
1665 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1666 regular expression match and replace in posting styles.
1667
1668 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1669
1670 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1671 an entire server.
1672 (nnir-get-active): New function.
1673 (nnir-run-imap): Use it.
1674 (nnir-run-gmane): Who knew, gmane search returns an article score!
1675
1676 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1677 server on the current line with nnir.
1678
1679 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1680
1681 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1682 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1683 left edge.
1684 (gnus-article-foldable-buffer): Skip past the prefix when determining
1685 raggedness.
1686
1687 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1688 the raw article, and change `C-u g' to show the article without doing
1689 treatments.
1690
1691 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1692 on to `gnus-treat-article'.
1693 (gnus-inhibit-article-treatments): New variable.
1694
1695 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1696
1697 * gnus-art.el (gnus-treatment-function-alist): Have
1698 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1699 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1700 sections.
1701
1702 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1703 parameter.
1704 (gnus-article-fill-cited-long-lines): New function.
1705 (gnus-article-fill-cited-article): Allow filling only long sections.
1706
1707 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1708 and non-punctuation (like after the apostrophe in "'We").
1709
1710 * gnus-sum.el (gnus-summary-select-article): Make sure
1711 gnus-original-article-buffer is alive.
1712
1713 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1714 reflect the order they're in in the digest.
1715
1716 * gnus.el (gnus-group-startup-message): Move point to the start of the
1717 buffer.
1718
1719 * nnimap.el (nnimap-capability): New function.
1720 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1721 is set.
1722
1723 2010-10-31 David Engster <dengste@eml.cc>
1724
1725 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1726 conform with changes to gnus-completing-read.
1727
1728 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1729
1730 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1731
1732 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1733
1734 * nnir.el: Move defvar, defcustom around to keep file organized
1735 and keep byte-compiler quiet.
1736 (nnir-read-parms): Accept search-engine as arg.
1737 (nnir-run-query): Pass search-engine as arg.
1738 (nnir-search-engine): Remove.
1739
1740 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * shr.el (shr-generic): The text nodes should be text, not :text.
1743
1744 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1745 later in the file.
1746
1747 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1748
1749 * nnir.el: General clean up. Allow searching with multiple engines.
1750 Allow separate extra-parameters for each engine.
1751 Batch queries when possible.
1752 (nnir-imap-default-search-key,nnir-method-default-engines):
1753 Add customize interface.
1754 (nnir-run-gmane): New engine.
1755 (nnir-engines): Use it. Qualify all prompts with engine name.
1756 (nnir-search-engine): Remove global variable.
1757 (nnir-run-hyrex): Restore for now.
1758 (nnir-extra-parms,nnir-search-history): New variables.
1759 (gnus-group-make-nnir-group): Use them.
1760 (nnir-group-server): Remove in favor of gnus-group-server.
1761 (nnir-request-group): Avoid searching twice.
1762 (nnir-sort-groups-by-server): New function.
1763
1764 2010-10-30 Julien Danjou <julien@danjou.info>
1765
1766 * gnus-group.el: Remove gnus-group-fetch-control.
1767
1768 * gnus-start.el (gnus-find-new-newsgroups):
1769 Remove gnus-check-first-time-used.
1770
1771 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1772
1773 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1774
1775 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1776 set on groups that don't have \* permanentflags.
1777
1778 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1779
1780 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1781 control the background color.
1782 (shr-tag-img): Ignore very small web bug type images.
1783 (shr-put-image): Add help-echo alt texts to the images.
1784 (shr-tag-video): Show the video poster image.
1785
1786 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1787
1788 * shr.el (shr-table-depth): New variable.
1789 (shr-tag-table-1): Only insert the images after the top-level table.
1790
1791 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1792
1793 * gnus-util.el (gnus-list-memq-of-list): New function.
1794
1795 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1796 selected.
1797 (nnimap-unsplittable-articles): New slot.
1798 (nnimap-new-articles): Use it.
1799
1800 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1801
1802 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1803 move to the previous line on `M-g'.
1804
1805 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1806
1807 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1808 *-request-group, which seems unnecessary.
1809
1810 * nnimap.el (nnimap-quote-specials): Function copied over from
1811 imap.el.
1812 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1813 they support that. Suggested by Tom Regner.
1814
1815 2010-10-29 Julien Danjou <julien@danjou.info>
1816
1817 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1818 defalias.
1819 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1820
1821 * gnus.el: Remove `gnus-nntp-service' variable.
1822 (gnus-secondary-servers): Make obsolete.
1823 (gnus-nntp-server): Make obsolete.
1824
1825 * gnus-start.el (gnus-1): Remove x-splash calls.
1826
1827 * gnus-ems.el (gnus-x-splash): Remove.
1828
1829 * gnus.el (gnus-group-startup-message): Simplify/update code.
1830
1831 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1832 capability before doing anything.
1833 (gnus-group-insert-group-line): Remove useless
1834 gnus-group-remove-excess-properties.
1835
1836 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1837
1838 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1839
1840 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841
1842 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1843 config after reselecting.
1844
1845 2010-10-28 Julien Danjou <julien@danjou.info>
1846
1847 * shr.el (shr-put-image): Use point even if only inserting text.
1848 (shr-put-image): Save excursion when inserting alt text on non-graphic
1849 display, so the behaviour is the same when we are on a graphic display.
1850
1851 * nnir.el (nnir-run-swish-e): Remove hyrex support.
1852
1853 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1854
1855 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1856 (gnus-mime-copy-part): Check coding system, not charset.
1857 (gnus-mime-view-part-externally): Never remove part.
1858 (gnus-mime-view-part-internally): Don't remove part here.
1859 (gnus-article-part-wrapper): Make sure MIME tag is visible.
1860 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1861 multipart/alternative.
1862
1863 * mm-decode.el (mm-display-part): Take optional arg `force'.
1864
1865 2010-10-26 Julien Danjou <julien@danjou.info>
1866
1867 * gnus-group.el (gnus-group-default-list-level): Add this function to
1868 compute the default list level.
1869 (gnus-group-default-list-level): Add possibility to use a function.
1870
1871 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
1872
1873 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1874
1875 * gnus-group.el (gnus-group-completing-read)
1876 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1877 gnus-replace-in-string.
1878
1879 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1880
1881 * shr.el (shr-tag-div): Add.
1882
1883 2010-10-25 Julien Danjou <julien@danjou.info>
1884
1885 * gnus-util.el: Remove `gnus-with-local-quit'.
1886
1887 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1888
1889 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1890
1891 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1892 the original article buffer.
1893
1894 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1895
1896 * nnimap.el (nnimap-request-head): New function.
1897 (nnimap-request-move-article): Try to be slighly faster by not
1898 requesting the entire message when moving.
1899 (nnimap-transform-headers): Don't bug out on bodiless articles.
1900 (nnimap-send-command): Have no outstanding messages if the IMAP server
1901 doesn't support streaming.
1902 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1903
1904 2010-10-24 Julien Danjou <julien@danjou.info>
1905
1906 * message.el (message-default-headers): Fix type.
1907
1908 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1909
1910 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1911 prefetching images.
1912
1913 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1914 backend for unknown groups. This is mainly useful for nnimap groups.
1915
1916 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1917 group isn't covered by the agent.
1918
1919 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
1920
1921 * nnir.el (nnir-method-default-engines): New variable.
1922 (nnir-run-query): Use it.
1923 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1924 (gnus-summary-nnir-goto-thread): Change group if needed.
1925
1926 * gnus-group.el (gnus-group-group-map): Add key binding for
1927 gnus-group-make-nnir-group.
1928
1929 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1930
1931 * shr.el (shr-tag-object): Add.
1932
1933 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1934 original article buffer live.
1935 (gnus-summary-select-article-buffer):
1936 Mention gnus-widen-article-buffer.
1937
1938 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1939
1940 * shr.el (shr-tag-strong): Add.
1941
1942 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1943
1944 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1945 group names. They mess up the group buffer badly.
1946
1947 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1948
1949 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1950 instead of the summary one.
1951
1952 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1953
1954 * mml.el (mml-preview): Work properly when editing article.
1955
1956 * gnus-start.el (gnus-read-active-file-1): Don't add method to
1957 gnus-have-read-active-file if it's already been in.
1958
1959 2010-10-22 Tom Tromey <tromey@redhat.com>
1960
1961 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1962 gnus-group-completing-read.
1963
1964 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1965
1966 * message.el (message-mode-map): Don't bind M-; to comment region, to
1967 allow the global comment-dwim to work.
1968
1969 2010-10-21 Julien Danjou <julien@danjou.info>
1970
1971 * message.el (message-setup-1): Allow message-default-headers to be a
1972 function.
1973
1974 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1975
1976 * shr.el (shr-tag-table): Simplify.
1977
1978 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1979
1980 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1981 to avoid trying to snarf invalid stuff.
1982
1983 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1984
1985 * gnus.el (gnus-message-archive-group): Quote value.
1986 (gnus-message-archive-group): Mark as changed.
1987
1988 * shr.el (shr-add-font): Don't put the font properties on the newline
1989 or the indentation.
1990
1991 * message.el (message-fix-before-sending): Change options when sending
1992 non-printable characters.
1993
1994 * gnus.el (gnus-message-archive-method): Change the default to
1995 monthly outgoing groups.
1996
1997 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1998 that have gotten new numbers.
1999
2000 * nnimap.el (nnimap-request-replace-article): New function.
2001
2002 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2003
2004 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2005 (nnrss-request-article): Don't use special html washing code.
2006
2007 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2008
2009 * shr.el (shr-tag-table): Remove useless nconc.
2010
2011 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2012
2013 * gnus-art.el (article-wash-html): Simplify and remove the charset
2014 stuff. Use the normal html rendering code instead of the special html
2015 washing code.
2016
2017 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2018 `gnus-w3m' symbols.
2019 (mm-text-html-washer-alist): Remove.
2020
2021 * mm-decode.el (mm-inline-text-html-renderer): Remove.
2022 (mm-inline-media-tests): Remove use.
2023 (mm-text-html-renderer): Change default to the `shr' symbol.
2024
2025 * mm-view.el (mm-inline-text-html): Remove use.
2026
2027 * gnus-art.el (gnus-blocked-images): New function. Allow the
2028 `gnus-blocked-images' to be a function.
2029 (gnus-article-wash-function): Remove.
2030
2031 2010-10-20 Julien Danjou <julien@danjou.info>
2032
2033 * spam.el (spam-list-of-processors): Mark as obsolete.
2034
2035 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2036 (nnimap-insert-partial-structure): Fix boundary detection.
2037
2038 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
2039
2040 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2041 run file-truename on remote files. This can be expensive and even
2042 prevent one from editing drafts if some unrelated buffer has a stale
2043 connection.
2044
2045 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2046
2047 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2048 kinsoku-eol regardless of shr-kinsoku-shorten.
2049 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2050 (shr-tag-table): Support caption, thead, and tfoot.
2051
2052 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2053
2054 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2055 lines.
2056 (shr-save-contents): New command and keystroke.
2057
2058 * nndoc.el (nndoc-type-alist): Add git support.
2059 (nndoc-git-type-p): New function.
2060 (nndoc-transform-git-article): Ditto.
2061 (nndoc-transform-git-headers): Ditto.
2062 (nndoc-transform-git-headers): Generate Subject headers.
2063
2064 * shr.el (shr-parse-style): New function.
2065 (shr-tag-span): Ditto.
2066
2067 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2068 to `G G' to avoid collisions.
2069
2070 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2071
2072 * shr.el: Load kinsoku if necessary.
2073 (shr-kinsoku-shorten): New internal variable.
2074 (shr-find-fill-point): Make kinsoku shorten text line if
2075 shr-kinsoku-shorten is bound to non-nil.
2076 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2077 shr-indentation too when testing if table is wider than frame width.
2078 (shr-insert-table): Use `string-width' instead of `length' to measure
2079 text width.
2080 (shr-insert-table-ruler): Make sure indentation is done at bol.
2081
2082 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2085 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2086 undecoded network data.
2087
2088 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2089
2090 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2091 name in the mode line spec so that the mode line menu works
2092 (bug #2431).
2093
2094 * message.el (message-get-reply-headers): If we're fed `to-address',
2095 then always use that.
2096
2097 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2098 aren't so wide as to need to switch off the edit menu.
2099
2100 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2101 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2102
2103 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2104 `M-g'.
2105 (nnimap-update-info): Update flags/read marks even if \* isn't part of
2106 the permanent marks.
2107
2108 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
2109
2110 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2111 Splitting according to references/in-reply-to obeys the ignore-groups
2112 variable, while splitting by sender and subject do not.
2113
2114 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2115
2116 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2117 alist, so that we can look for non-Unicode chars.
2118 (article-translate-strings): Allow both character and string maps.
2119
2120 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2121
2122 * shr.el (shr-insert): Don't insert space behind a wide character
2123 categorized as kinsoku-bol, or between characters both categorized as
2124 nospace.
2125
2126 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
2127
2128 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
2129 headers to gnus-newsgroup-headers.
2130
2131 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2132
2133 * shr.el (shr-tag-img): Don't align images -- since we're not
2134 rescaling, this often leads to ugly displays.
2135
2136 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
2137
2138 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2139 duplicates.
2140
2141 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2142
2143 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2144 call.
2145
2146 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2147
2148 * gnus.el: Autoload gnus-html-show-images.
2149
2150 * nnimap.el: Use nnheader-message throughout.
2151
2152 * shr.el (shr-tag-img): Ignore images with no data.
2153
2154 2010-10-15 Julien Danjou <julien@danjou.info>
2155
2156 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2157 a possibility to disable format=flow encoding when using hard newlines.
2158
2159 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2160
2161 * shr.el (shr-insert): Remove space inserted before or after a
2162 breakable character or at the beginning or the end of a line.
2163 (shr-find-fill-point): Do kinsoku; find the second best point or give
2164 it up if there's no breakable point.
2165
2166 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2167
2168 * nnimap.el (nnimap-open-connection): Message when opening connection
2169 for debugging purposes.
2170
2171 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2172 on every setup buffer call to allow this to change from article to
2173 article.
2174
2175 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2176 buffers where we have a wide table.
2177
2178 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
2179
2180 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2181 uses *-request-thread.
2182
2183 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2184
2185 * nnimap.el (nnimap-open-connection): Remove %s from openssl
2186 incantation, which is no longer valid.
2187
2188 2010-10-14 Julien Danjou <julien@danjou.info>
2189
2190 * shr.el: Fix defcustom type (char -> character).
2191
2192 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2193
2194 * nnimap.el (nnimap-open-connection): tls-program should be a list of
2195 programs.
2196
2197 2010-10-14 Julien Danjou <julien@danjou.info>
2198
2199 * shr.el (shr-tag-a): Use url-link as widget type.
2200
2201 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2202 `gnus-group-get-icon'.
2203
2204 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2205
2206 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2207 This should make server editing work better.
2208
2209 * shr.el (shr-find-fill-point): Don't inloop on indented text.
2210
2211 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2212 (nnimap-parse-flags): Fix regexp.
2213
2214 * shr.el (shr-find-fill-point): Use a filling algorithm that should
2215 probably work for CJVK text, too.
2216
2217 * nnimap.el (nnimap-extend-tls-programs): Remove.
2218 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2219
2220 2010-10-13 Julien Danjou <julien@danjou.info>
2221
2222 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2223 responses.
2224
2225 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2226
2227 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2228
2229 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2230 anything in Emacs.
2231
2232 * shr.el (shr-current-column): Remove buggy and unnecessary function.
2233
2234 2010-10-13 Julien Danjou <julien@danjou.info>
2235
2236 * shr.el (shr-width): Make shr-width a defcustom with default to
2237 fill-column.
2238 (shr-tag-img): Use shr-width rather than fill-column.
2239
2240 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2241
2242 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2243
2244 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2245 position when (X-)Faces exist.
2246 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2247 avatars when called interactively.
2248
2249 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2250
2251 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2252 gnus-article-x-face-too-ugly is bound.
2253
2254 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2255
2256 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2257
2258 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2259 mailbox that doesn't exist.
2260
2261 2010-10-12 Julien Danjou <julien@danjou.info>
2262
2263 * shr.el (shr-tag-img): Encode URL properly when retrieving.
2264 (shr-get-image-data): Encode URL properly when fetching from cache.
2265 (shr-tag-img): Use aligned-to spaces to align correctly images.
2266
2267 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2268 before inserting the Gravatar.
2269
2270 * shr.el (shr-tag-img): Add align attribute support for <img>.
2271
2272 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2273
2274 * gnus-gravatar.el (gnus-art): Require.
2275
2276 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2277 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2278 Remove long obsoleted functions.
2279
2280 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2281
2282 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2283
2284 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2285 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2286 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2287 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2288 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2289 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2290 Fix comment for declare-function.
2291
2292 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2293
2294 * nnimap.el (nnimap-request-rename-group): Select group read-only
2295 before renaming it.
2296
2297 * shr.el (shr-insert): Fix up the white space only regexp.
2298
2299 * nnimap.el (nnimap-transform-split-mail): Not all articles have
2300 bodies. Protect against this. Reported by Michael Welsh Duggan.
2301
2302 * shr.el (shr-current-column): New function.
2303 (shr-find-fill-point): New function.
2304
2305 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2306
2307 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2308 numbers.
2309
2310 2010-10-11 Julien Danjou <julien@danjou.info>
2311
2312 * shr.el (shr-hr-line): Add.
2313 (shr-tag-hr): Use shr-hr-line to specify which character to use to
2314 display hr lines.
2315 (shr-max-columns): Do not change state to nil if we just inserting
2316 spaces.
2317
2318 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2319
2320 * gnus-topic.el (gnus-topic-read-group): If after the last group,
2321 select the last group.
2322
2323 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2324
2325 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2326
2327 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2328
2329 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2330 for Gnus.
2331 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2332 (nnimap-update-qresync-info): Mark \Seen articles as read.
2333
2334 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2335 non-variable, too.
2336
2337 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2338 available.
2339 (nnimap-update-info): Rely more on the current active than the param
2340 active to avoid marking articles as read too much.
2341
2342 * auth-source.el (auth-source-create): Use (user-login-name) for the
2343 user name default.
2344
2345 * nnimap.el (nnimap-update-info): If the server doesn't return any
2346 useful info, just use the previous info.
2347 (nnimap-update-info): Prefer old info over start-article.
2348 (nnimap-update-qresync-info): Finish implementing QRESYNC.
2349
2350 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
2351
2352 * nnir.el (autoload): Clean up autoloads.
2353 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2354 Use key rather than value.
2355 (nnir-imap-search-other): New variable.
2356 (nnir-read-parm): Use it.
2357 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2358 (gnus-summary-nnir-goto-thread): Modify to work with imap.
2359
2360 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2363 the process, too.
2364
2365 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2366
2367 * spam.el (gnus-summary-mode-map): Bind to "$".
2368 Suggested by Russ Allbery.
2369
2370 * shr.el: Rework the way things are indented by <li> slightly.
2371
2372 * gnus.el (gnus-group-set-parameter): Fix typo.
2373
2374 * nnimap.el: Start implementing QRESYNC support.
2375
2376 2010-10-09 Julien Danjou <julien@danjou.info>
2377
2378 * nnir.el (nnir-engines): Fix too many arguments.
2379
2380 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2381
2382 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2383 group is the "last", so that the backends like nnfolder actually save
2384 their folders.
2385
2386 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2387 try to use that for the tls stream.
2388 (nnimap-retrieve-group-data-early): Rework the marks code to heed
2389 UIDVALIDITY and find out which groups are read-only and not.
2390 (nnimap-get-flags): Use the same marks parsing code as the rest of
2391 nnimap.
2392
2393 2010-10-09 Julien Danjou <julien@danjou.info>
2394
2395 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2396
2397 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2398 retrieving gravatars.
2399
2400 * shr.el (shr-table-corner): Add.
2401 (shr-table-line): Add.
2402 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2403
2404 2010-10-08 Julien Danjou <julien@danjou.info>
2405
2406 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2407
2408 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
2409
2410 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2411
2412 * gnus-sum.el (gnus-mark-article-as-unread)
2413 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2414 (gnus-summary-set-bookmark): Use it.
2415
2416 * gnus-msg.el (gnus-setup-message): Use it.
2417
2418 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2419
2420 * gnus.el (gnus-group-remove-parameter): Use it.
2421
2422 * gnus-group.el (gnus-group-make-web-group): Use it.
2423
2424 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2425
2426 * nnregistry.el: Update docs to mention manual.
2427
2428 * gnus-registry.el: Update docs to mention nnregistry.el.
2429 (gnus-registry-initialize): Don't install nnregistry refer method
2430 automatically.
2431 (gnus-registry-install-nnregistry): Remove it.
2432
2433 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2434
2435 * shr.el (shr-insert): Don't insert double spaces.
2436
2437 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2438
2439 * gnus-gravatar.el (gnus-treat-from-gravatar)
2440 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2441 called interactively.
2442
2443 * gnus-art.el (gnus-mime-view-part-externally)
2444 (gnus-mime-view-part-internally): Make predicate function passed to
2445 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2446 of a mime type.
2447
2448 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2449
2450 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * shr.el (require): Require cl when compiling.
2453 (shr-tag-hr): New function.
2454
2455 * nnimap.el (nnimap-update-info): Remove double setting of high.
2456 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2457 This makes nnimap work properly on Courier again.
2458
2459 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2460 the variable for backwards compatability.
2461
2462 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2463 the file name before using to avoid setting mm-default-directory to
2464 nil.
2465
2466 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2467 bidning gnus-agent variables.
2468
2469 * shr.el (shr-render-td): Use a cache for the table rendering function
2470 to avoid getting an exponential rendering behaviour in nested tables.
2471 (shr-insert): Rework the line-breaking algorithm.
2472 (shr-insert): Don't leave trailing spaces.
2473 (shr-insert-table): Also insert empty TDs.
2474 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2475
2476 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * gnus-sum.el (gnus-number): Rename from `number'.
2479 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2480 (gnus-summary-limit-children): Update uses correspondingly.
2481
2482 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2483
2484 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2485 (gnus-gravatar-transform-address): Don't show avatars of people of
2486 which mail addresses match gnus-gravatar-too-ugly.
2487
2488 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2489
2490 * shr.el (shr-table-widths): Expand TD elements to fill available
2491 space.
2492
2493 2010-10-07 Julien Danjou <julien@danjou.info>
2494
2495 * nnimap.el (nnimap-request-rename-group): Add this method.
2496
2497 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2500 name from XEmacs' function-arglist.
2501
2502 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2503 gravatar under XEmacs.
2504
2505 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2506
2507 * auth-source.el: Update docs with TODO items.
2508
2509 * gnus-sync.el: Update docs to explain state and plans.
2510
2511 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2512 Hooks for mark updates.
2513 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2514
2515 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2516 hooks with arguments, which is needed for mark update hooks.
2517
2518 2010-10-06 Julien Danjou <julien@danjou.info>
2519
2520 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2521 was matched.
2522
2523 * sieve-manage.el: Update example in `Commentary'.
2524
2525 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2526
2527 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2528 not 2000.
2529 (sieve-manage-authenticate): Re-add function.
2530
2531 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2532
2533 * shr.el (shr-insert): Get 'space transition right.
2534 (shr-render-td): Only delete space at the end of the TD.
2535
2536 * nnimap.el (nnimap-open-connection): Prepare to support
2537 open-gnutls-stream.
2538
2539 * shr.el: Rearrange function order to be more logical.
2540
2541 2010-10-06 Julien Danjou <julien@danjou.info>
2542
2543 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2544 (nnrss-discover-feed): Remove 404 URL in docstring.
2545
2546 * nnir.el: Fix Swish-E URL.
2547 Fix Namazu URL.
2548
2549 * message.el (message-change-subject): Remove 404 URL in a comment.
2550
2551 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2552
2553 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2554 called interactively.
2555
2556 * gnus-util.el (gnus-remove-if): Allow hash table.
2557 (gnus-remove-if-not): New function.
2558
2559 * gnus-art.el (gnus-mime-view-part-as-type)
2560 * gnus-score.el (gnus-summary-score-effect)
2561 * gnus-sum.el (gnus-read-move-group-name):
2562 Replace remove-if-not with gnus-remove-if-not.
2563
2564 * gnus-group.el (gnus-group-completing-read):
2565 Regard collection as a hash table if it is not a list.
2566
2567 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2568
2569 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2570
2571 * shr.el: Document the table-rendering algorithm.
2572
2573 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2574 invalid URLs.
2575
2576 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2577 line-broken.
2578 (shr-tag-img): Ignore image fetching errors.
2579 (shr-overlays-in-region): Compute overlay positions correctly.
2580
2581 * mm-decode.el (mm-shr): Require shr.
2582
2583 * gnus-art.el (gnus-blocked-images): Move variable here.
2584
2585 * shr.el (shr-insert-table): Bind free variable.
2586
2587 * mm-decode.el (mm-shr): Bind shr-content-function.
2588
2589 * shr.el (shr-content-function): New variable.
2590
2591 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2592 added for symmetry.
2593
2594 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2595
2596 * gnus-group.el (gnus-group-make-group): Doc fix.
2597
2598 * nnimap.el (nnimap-request-newgroups): Return success.
2599
2600 * shr.el (shr-find-elements): New function.
2601 (shr-tag-table): Put all the images after the table.
2602 (shr-tag-table): Really inhibit images inside the table.
2603 (shr-collect-overlays): Copy over overlays from the TD elements to the
2604 main document.
2605
2606 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2607 gnus-blocked-images.
2608
2609 2010-10-05 Julien Danjou <julien@danjou.info>
2610
2611 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2612
2613 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2614 (gnus-html-maximum-image-size): Add this function.
2615 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2616
2617 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2618 server-value of the capability is nil.
2619
2620 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2621
2622 * shr.el (shr-tag-em): Add <EM> tag.
2623
2624 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2625
2626 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2627 customizable.
2628
2629 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2630 handing broken links to browse-url.
2631
2632 2010-10-05 Julien Danjou <julien@danjou.info>
2633
2634 * gnus-util.el (gnus-emacs-completing-read)
2635 (gnus-iswitchb-completing-read): Use autoload rather than require.
2636
2637 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2638
2639 * gnus-util.el (gnus-completing-read-function): Exclude
2640 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2641 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2642 XEmacs.
2643
2644 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2645 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2646
2647 * gnus-html.el: Don't require help-fns under XEmacs.
2648 (gnus-html-schedule-image-fetching): Work for XEmacs.
2649
2650 * mm-decode.el (mm-shr): Decode contents by charset.
2651
2652 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2653
2654 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2655 unknown.
2656
2657 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2658 (shr-get-image-data): Ensure against the cache file missing.
2659
2660 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2661 for data.
2662
2663 * spam-report.el (spam-report-url-ping-plain): Don't query about
2664 killing the process.
2665
2666 * shr.el (shr-render-td): Protect against too-wide text.
2667
2668 2010-10-04 Julien Danjou <julien@danjou.info>
2669
2670 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2671 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2672
2673 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2674 retrieved.
2675
2676 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2677
2678 * shr.el (browse-url): Require.
2679 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2680 lines.
2681 (shr-show-alt-text, shr-browse-image): New commands.
2682 (shr-browse-url, shr-copy-url): New commands.
2683
2684 * gnus-sum.el (gnus-widen-article-window): New variable.
2685 (gnus-summary-select-article-buffer): Use it.
2686
2687 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2688 without @ signs.
2689
2690 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2691
2692 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2693
2694 2010-10-04 Julien Danjou <julien@danjou.info>
2695
2696 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2697 for XEmacs.
2698
2699 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2700
2701 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2702
2703 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2704 (nnimap-close-server): Implement.
2705
2706 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2707 (shr-insert): Tweak line breaking.
2708 (shr-insert): Handle <pre> better.
2709 (shr-tag-li): Get <li> indentation right.
2710 (shr-tag-li): Get <li> indentation even righter.
2711 (shr-tag-blockquote): Ensure paragraph start.
2712 (shr-make-table): Tweak table generation.
2713 (shr-make-table): Fix typo.
2714
2715 * shr.el: Implement table rendering.
2716
2717 2010-10-04 Julien Danjou <julien@danjou.info>
2718
2719 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2720
2721 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2722
2723 * shr.el (shr-insert): Use string anchors instead of line anchors.
2724
2725 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2726
2727 * shr.el: Add headings.
2728 (shr-ensure-paragraph): Actually work.
2729 (shr-tag-li): Make <ul> prettier.
2730 (shr-insert): Get white space at the beginning/end of elements right.
2731 (shr-tag-p): Collapse subsequent <p>s.
2732 (shr-ensure-paragraph): Don't insert double line feeds after blank
2733 lines.
2734 (shr-insert): \t is also space.
2735 (shr-tag-s): Fix "s" tag name function.
2736 (shr-tag-s): Fix face prop name.
2737
2738 2010-10-03 Julien Danjou <julien@danjou.info>
2739
2740 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2741
2742 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2743 gnus-window-inside-pixel-edges.
2744
2745 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2746 gnus-ems.
2747
2748 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2749
2750 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2751 function.
2752
2753 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2754 resize choice.
2755
2756 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2757
2758 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2759 beginning of the buffer.
2760
2761 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2762 article buffer again.
2763
2764 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2765
2766 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2767 when it's at the start of the buffer.
2768
2769 * shr.el (shr-tag-blockquote): Convert name.
2770 (shr-rescale-image): Use the right image-size variant.
2771
2772 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2773 buffer isn't shown, then select the current article first instead of
2774 bugging out.
2775 (gnus-summary-select-article-buffer): Show both the article and summary
2776 buffers again.
2777
2778 * shr.el (shr-fontize-cont): Protect against regions with no text.
2779 Rename tag functions to shr-tag-* for enhanced security.
2780 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2781
2782 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * shr.el (shr-insert):
2785 * pop3.el (pop3-movemail):
2786 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2787 loaded.
2788
2789 2010-10-03 Glenn Morris <rgm@gnu.org>
2790
2791 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2792
2793 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2794
2795 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2796
2797 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2798
2799 * gnus-util.el (gnus-make-local-hook): Simplify.
2800
2801 2010-10-02 Julien Danjou <julien@danjou.info>
2802
2803 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2804 (gnus-ido-completing-read): New function.
2805 (gnus-emacs-completing-read): New function.
2806 (gnus-completing-read): Use gnus-completing-read-function.
2807 Add gnus-completing-read-function.
2808
2809 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2810
2811 * shr.el (shr-insert-document): Autoload.
2812 (shr-img): Be silent.
2813 (shr-insert): Add a newline after every picture before text.
2814 (shr-add-font): Use overlays for combining faces.
2815 (shr-insert): Pass upwards the text start point.
2816
2817 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2818 possible.
2819 (mm-shr): New function.
2820
2821 2010-10-02 Julien Danjou <julien@danjou.info>
2822
2823 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2824 should go backward.
2825
2826 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2827
2828 * shr.el (shr): Fix typo in provide call.
2829
2830 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2831
2832 * shr.el: New file.
2833
2834 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2835
2836 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2837 completing read.
2838
2839 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2840
2841 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2842 we're being queried about. Suggested by Dan Jacobson.
2843
2844 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2845 Suggested by Jason Eisner.
2846
2847 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2848 table, too. Suggested by Stefan Wiens.
2849 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2850 the table unnecessary. Suggested by Stefan Wiens.
2851
2852 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2853 longer needed, and probably doesn't work either, as pointed out by
2854 Stefan Wiens.
2855 (gnus-summary-exit): Remove call to the clearing function.
2856 (gnus-summary-exit-no-update): Ditto.
2857
2858 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2859 instead of gnus-eval-in-buffer-window to avoid popping up frames.
2860 Reported by Stefan Monnier.
2861 (gnus-summary-save-in-rmail): Ditto.
2862
2863 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2864 article buffer, instead of both the article buffer and the summary
2865 buffer. Sort of suggested by Dan Jacobson.
2866
2867 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2868
2869 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2870 Suggested by Dan Jacobson.
2871
2872 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2873 documentation clearer.
2874
2875 * message.el (message-shorten-references): Comment on the number "21".
2876 Suggested by Stefan Monnier.
2877
2878 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2879 Suggested by Dan Jacobson.
2880
2881 * gnus.el (gnus-large-newsgroup):
2882 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
2883
2884 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2885 externalize attachments. Bug reported by Steve Wen.
2886
2887 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2888 really message anything to the user.
2889
2890 * nnmail.el (nnmail-article-group): Allow using the fancy split method
2891 directly.
2892
2893 * nnimap.el (nnimap-request-group): Low higher than high to signal no
2894 messages in empty groups.
2895
2896 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
2897
2898 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2899 non-UIDNEXT group.
2900
2901 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2902
2903 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2904 not the value from the collection.
2905
2906 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2907 values. This sometimes happens on some groups that have no info.
2908 (nnimap-request-newgroups): New function.
2909
2910 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
2911
2912 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2913 check into `gnus-registry-initialize'.
2914 (gnus-registry-initialize): Ditto.
2915 Fix and extend header docs.
2916
2917 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2918
2919 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2920 regexp backtrace overflows.
2921
2922 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2923 for starttls that tls.el implements; i.e. openssl.
2924
2925 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2926
2927 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2928 (gravatar-create-image): New function that's an alias to
2929 gnus-xmas-create-image, gnus-create-image, or create-image.
2930 (gravatar-data->image): Use it.
2931
2932 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2933
2934 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2935 install the nnregistry refer method.
2936 (gnus-registry-install-hooks): Use it.
2937 (gnus-registry-unfollowed-groups): Add nnmairix to the default
2938 unfollowed groups.
2939
2940 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
2941
2942 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2943 expanding threads.
2944
2945 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2946
2947 * nnir.el: Use the server names without suffixes (bug #7009).
2948
2949 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2950 unencrypted to STARTTLS, if possible.
2951
2952 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2953
2954 * message.el (message-ignored-supersedes-headers): Strip Injection-*
2955 headers before superseding.
2956
2957 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2958
2959 * nnrss.el (nnrss-use-local): Add documentation.
2960
2961 * nnimap.el (nnimap-extend-tls-programs): New function.
2962 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2963 (nnimap-wait-for-connection): Accept the greeting from the stupid
2964 output from openssl s_client -starttls, too.
2965
2966 * nnimap.el (nnimap-find-article-by-message-id): Really return the
2967 article number.
2968 (nnimap-split-fancy): New variable.
2969 (nnimap-split-incoming-mail): Use it.
2970
2971 * nntp.el (nntp-server-list-active-group): Document.
2972
2973 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2974 SELECT to get the message-id.
2975
2976 * mail-source.el (mail-sources): Remove webmail support.
2977 (defvar): Ditto.
2978 (mail-source-fetcher-alist): Ditto.
2979 (mail-source-fetch-webmail): Remove.
2980
2981 * webmail.el: Remove -- doesn't seem relevant any more.
2982
2983 * gnus.el: Fix up make-obsolete-variable declarations throughout.
2984
2985 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2986 the \r.
2987
2988 2010-09-30 Julien Danjou <julien@danjou.info>
2989
2990 * gnus-agent.el (gnus-agent-add-group): Fix call to
2991 gnus-completing-read.
2992
2993 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2994
2995 * nndoc.el (nndoc-retrieve-groups): New function.
2996
2997 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2998 `default', use nnmail-split-methods.
2999 (nnimap-request-article): Downcase the NILs so that they are nil.
3000
3001 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3002 symbol.
3003
3004 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3005 code, since if the user has requested network, that's what they ought
3006 to get.
3007 (nnimap-request-set-mark): Erase the buffer before issuing commands.
3008 (nnimap-split-rule): Mark as obsolete.
3009
3010 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3011 New variable.
3012
3013 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3014 correct slot, too.
3015
3016 2010-09-29 Julien Danjou <julien@danjou.info>
3017
3018 * gnus.el (gnus-local-domain): Declare variable obsolete.
3019
3020 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3021 Fix history computing.
3022 (gnus-ido-completing-read): Require ido.
3023
3024 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3025
3026 * gnus-registry.el: Don't prompt on load, which makes it impossible to
3027 build Gnus.
3028
3029 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3030 when interpreting the structures.
3031 (nnimap-request-accept-article): Add \r\n to the lines to make this
3032 work with Cyrus.
3033
3034 * nndraft.el (nndraft-request-expire-articles): Use the group name
3035 instead if "nndraft". Fix found by Nils Ackermann.
3036
3037 2010-09-29 Ludovic Courtes <ludo@gnu.org>
3038
3039 * nnregistry.el: Add.
3040
3041 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * nnmail.el (group, group-art-list, group-art):
3044 Remove unneeded directives.
3045
3046 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3047
3048 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3049 (mm-mime-charset)
3050 * rfc2047.el (rfc2047-syntax-table)
3051 * utf7.el (utf7-utf-16-coding-system): Comment fix.
3052
3053 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3054 rather than `insert-file-contents' and `eval-region'.
3055
3056 2010-09-29 Julien Danjou <julien@danjou.info>
3057
3058 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3059 replacement of `gnus-gravatar-relief' to mimic
3060 `gnus-faces-properties-alist'.
3061 Add :version property.
3062
3063 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3064
3065 * mail-source.el (mail-source-report-new-mail)
3066 * message.el (message-default-mail-headers)
3067 * mm-decode.el (mm-valid-image-format-p): Comment fix.
3068
3069 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3070
3071 2010-09-28 Julien Danjou <julien@danjou.info>
3072
3073 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3074 mail-address contains the same string as real-name.
3075
3076 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3077 non-blank in header, otherwise it'll get stripped.
3078
3079 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3080 real-name, and then for mail address rather than doing : or , search.
3081
3082 2010-09-27 Julien Danjou <julien@danjou.info>
3083
3084 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3085 right completing-read function.
3086 (gnus-use-ido): New variable
3087 (gnus-completing-read-with-default): Remove.
3088 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3089 (gnus-agent-add-group):
3090 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3091 * mm-view.el (mm-view-pkcs7-decrypt):
3092 * mm-util.el (mm-codepage-setup):
3093 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3094 * mml-smime.el (mml-smime-openssl-sign-query):
3095 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3096 (mml-insert-multipart):
3097 * gnus-msg.el (gnus-summary-yank-message):
3098 * gnus-int.el (gnus-start-news-server):
3099 * mm-decode.el (mm-interactively-view-part):
3100 * gnus-dired.el (gnus-dired-attach):
3101 * gnus.el (gnus-read-method):
3102 * gnus-bookmark.el (gnus-bookmark-jump):
3103 * gnus-art.el (gnus-mime-view-part-as-type)
3104 (gnus-mime-action-on-part, gnus-article-encrypt-body):
3105 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3106 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3107 * nnmairix.el (nnmairix-create-server-and-default-group)
3108 (nnmairix-update-groups, nnmairix-get-server)
3109 (nnmairix-backend-to-server, nnmairix-goto-original-article)
3110 (nnmairix-get-group-from-file-path):
3111 * nnrss.el (nnrss-find-rss-via-syndic8):
3112 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3113 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3114 (gnus-group-browse-foreign-server):
3115 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3116 (gnus-summary-execute-command, gnus-summary-respool-article)
3117 (gnus-read-move-group-name):
3118 * gnus-score.el (gnus-summary-increase-score)
3119 (gnus-summary-score-effect):
3120 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3121
3122 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3123
3124 * nnimap.el (auth-source-forget-user-or-password)
3125 (auth-source-user-or-password): Autoload.
3126
3127 * message.el (message-from-style, message-interactive)
3128 (message-signature): Remove comment.
3129 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3130 always.
3131 (message-sendmail-envelope-from): Comment fix.
3132 (message-yank-prefix): Default to mail-yank-prefix always.
3133 (message-indentation-spaces):
3134 Default to mail-indentation-spaces always.
3135 (message-signature-file): Default to mail-signature-file always.
3136
3137 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3138
3139 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3140 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3141 new articles.
3142
3143 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3144 parts.
3145 (nnimap-request-article): Work with the t setting, too.
3146
3147 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3148 that you don't get flashes of other buffers.
3149 (gnus-summary-show-complete-article): Intern before setting.
3150
3151 2010-09-27 David Engster <dengste@eml.cc>
3152
3153 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3154 well as HEADERS.
3155 (nnmairix-retrieve-headers): Provide new argument for the above.
3156
3157 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3158
3159 * gnus-sum.el (gnus-summary-move-article): Don't alter
3160 gnus-newsgroup-active. This makes `/ N' work after copying to the same
3161 group.
3162
3163 * nnimap.el (nnimap-update-info): Don't destructively alter active.
3164
3165 * message.el (message-cite-prefix-regexp): Revert my last edit.
3166
3167 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3168 variable instead of the Gnus variable.
3169
3170 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3171
3172 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3173
3174 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3175 since some servers don't like it.
3176 (nnimap-open-connection): Forget credentials if the server says the
3177 password was wrong.
3178 (nnimap-parse-line): Protect against invalid data.
3179
3180 * gnus-sum.el (gnus-summary-move-article): Add comment.
3181 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3182 nothing alters it while scanning for new messages.
3183
3184 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3185 which may or may not help.
3186 (nnimap-open-connection): If we're doing a stream connection, and then
3187 discover we're on a STARTTLS-capable server, then open a STARTTLS
3188 connection instead.
3189
3190 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3191
3192 * nnimap.el (utf7): Require.
3193
3194 * message.el (message-cite-prefix-regexp): Remove "}" from citation
3195 prefix.
3196
3197 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
3198
3199 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3200
3201 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3202
3203 * nnimap.el (nnimap-request-accept-article): Message the error on
3204 error.
3205
3206 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
3207
3208 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3209
3210 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3211
3212 * nndoc.el (nndoc-request-list): Return success always.
3213
3214 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3215 `fetch-old' -- we only want to fetch the articles we've requested.
3216 The rest are in the agent, probably.
3217 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3218 disappeared server" to something low. It's not important.
3219
3220 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3221 arrived before the FETCH data.
3222
3223 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3224 target here, because we don't know the Gnus name of the group.
3225
3226 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3227 for the correct group.
3228
3229 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3230
3231 * gnus.el (gnus): Give a final warning after startup.
3232
3233 * gnus-util.el (gnus-action-message-log): New variable.
3234 (gnus-message): Use it.
3235 (gnus-final-warning): New function.
3236
3237 * nnimap.el (nnimap-open-connection): Record the greeting.
3238 (nnimap): Add greeting.
3239
3240 2010-09-26 Julien Danjou <julien@danjou.info>
3241
3242 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3243 arguments.
3244 (gnus-html-wash-images): Fix spec computing to include start/end.
3245
3246 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3247
3248 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3249
3250 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3251 deletion.
3252 (nnimap-retrieve-headers): Don't select the group, because that's
3253 already done by nnimap-possibly-change-group.
3254
3255 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3256 (gnus-picon-transform-address): Use it.
3257
3258 * mail-source.el (mail-source-value): Revert previous patch.
3259
3260 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3261 on failure.
3262 (nnimap-open-connection): Look up both virtual and physical server name
3263 credentials.
3264
3265 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3266
3267 2009-02-08 Dave Love <fx@gnu.org>
3268
3269 * gnus-win.el (gnus-window-to-buffer-helper)
3270 (gnus-all-windows-visible-p): Function needn't be a symbol.
3271
3272 * mail-source.el (mail-source-value): Function needn't be a symbol.
3273
3274 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3275
3276 * message.el (message-cite-prefix-regexp): Remove } from the cite
3277 prefix.
3278
3279 * gnus-art.el (gnus-treatment-function-alist): Do picons before
3280 highlight again, so that the highlight is correct.
3281
3282 * gnus-picon.el (gnus-picon): Remove again.
3283 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3284
3285 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3286 doing the header highlightling, so that the background colour of the
3287 picon is correct.
3288
3289 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3290 (gnus-picon): Ditto.
3291 (gnus-picon): Reinstate. The background colour for picons is white.
3292 (gnus-picon-insert-glyph): Make the background white.
3293
3294 * nnml.el (nnml-open-nov): Don't return dead buffers.
3295
3296 * auth-source.el (auth-source-create): Query the user for whether to
3297 store the credentials.
3298
3299 * auth-source.el (auth-source-user-or-password): Use the existing auth
3300 sources, if any, for creation.
3301
3302 * gnus.el (gnus-group-fast-parameter): Return the last matching
3303 parameter instead of the first matching parameter.
3304
3305 2010-09-26 Julien Danjou <julien@danjou.info>
3306
3307 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3308
3309 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3310
3311 * mml2015.el (mml2015-use): Remove gpg support.
3312
3313 * mml1991.el (mml1991-function-alist): Remove gpg function.
3314 (mml1991-gpg-sign): Remove.
3315
3316 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3317
3318 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3319 (gnus-browse-unsubscribe-current-group): Document it.
3320 (gnus-browse-unsubscribe-group): Use it.
3321
3322 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3323
3324 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3325 address to the To list for easier response.
3326
3327 * gnus.el (gnus-play-startup-jingle): Remove.
3328 (gnus-splash): Don't play jingle.
3329 (gnus): Silence gnus-load message.
3330
3331 * gnus-art.el (gnus-treat-play-sounds): Remove.
3332
3333 * gnus.el (gnus-play-jingle): Remove audio support.
3334
3335 * gnus-cus.el (gnus-score-customize): Remove audio reference.
3336
3337 * earcon.el: Remove -- no users.
3338
3339 * gnus-audio.el: Remove -- no users of this package.
3340
3341 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3342
3343 * gnus-start.el (gnus-setup-news): Remove nocem support.
3344
3345 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3346
3347 * gnus.el (gnus-use-nocem): Remove.
3348
3349 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3350 Remove.
3351
3352 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
3353 uses NoCeM any more.
3354
3355 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3356 (gnus-button-ctan-handler): Ditto.
3357 (gnus-button-handle-ctan-bogus-regexp): Ditto.
3358 (gnus-button-ctan-directory-regexp): Ditto.
3359 (gnus-button-handle-ctan): Ditto.
3360 (gnus-button-tex-level): Ditto.
3361 (gnus-button-alist): Remove CTAN stuff.
3362
3363 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3364
3365 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3366 nnimap-streaming test.
3367
3368 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3369 servers twice.
3370
3371 * nnimap.el (nnimap-open-connection): Add more error reporting when
3372 nnimap fails early.
3373
3374 * nnheader.el (nnheader-get-report-string): New function.
3375 (nnheader-get-report): Use it.
3376
3377 * gnus-int.el (gnus-check-server): Say what the error was when opening
3378 failed.
3379
3380 * nnimap.el (nnimap-wait-for-response): Search further when we're not
3381 using streaming.
3382
3383 2010-09-25 Julien Danjou <julien@danjou.info>
3384
3385 * gnus-html.el (gnus-html-rescale-image): Use our defalias
3386 gnus-window-inside-pixel-edges.
3387
3388 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3389
3390 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3391
3392 * mm-decode.el (mm-save-part): Allow saving to other directories the
3393 normal Emacs way.
3394
3395 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3396 Suggested by Jay Berkenbilt.
3397
3398 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3399 there isn't a single byte.
3400
3401 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3402 just do it. It doesn't really seem to matter what the user responds
3403 here, I think, so it's just a confusing question.
3404
3405 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3406 non-streaming case.
3407
3408 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3409 (gnus-article-encrypt-body): Use it.
3410
3411 * gnus-sum.el (gnus-summary-show-complete-article): New command and
3412 keystroke.
3413
3414 * nnimap.el (nnimap-find-wanted-parts-1):
3415 Use gnus-fetch-partial-articles.
3416
3417 * gnus-art.el (gnus-fetch-partial-articles): New variable.
3418
3419 * nnimap.el (nnimap-insert-partial-structure): New function.
3420 (nnimap-get-partial-article): New function.
3421 (nnimap-request-article): Use it.
3422 (nnimap-wait-for-response): Return whether the wait was successful.
3423 (nnimap-finish-retrieve-group-infos): Don't do anything if the
3424 retrieval wasn't successful.
3425 (nnimap-retrieve-group-data-early): Allow throttling servers.
3426 (nnimap-streaming): New variable.
3427 (nnimap-fetch-partial-articles): Remove.
3428
3429 * mm-decode.el (mm-with-part): Protect against killed buffers.
3430
3431 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3432 for prettier summary display.
3433
3434 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
3435
3436 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3437
3438 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3439
3440 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3441 apparently third-party libraries depend on it.
3442
3443 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3444 before starting negotiation.
3445
3446 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3447 privacy reasons.
3448 (gnus-treat-mail-gravatar): Ditto.
3449
3450 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3451 buffer when inserting images. Inserting text into the headers, for
3452 instance, can make them invalid.
3453
3454 2010-09-25 Julien Danjou <julien@danjou.info>
3455
3456 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3457 variables.
3458
3459 * nnheader.el: Remove useless variables news-reply-yank-from and
3460 news-reply-yank-message-id.
3461
3462 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3463 variables.
3464
3465 * mml1991.el: Remove useless mml1991-verbose.
3466
3467 * gnus.el: Remove useless variable gnus-use-generic-from.
3468 Remove obsolete variable gnus-topic-indentation.
3469
3470 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3471
3472 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3473
3474 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3475
3476 * gnus-group.el: Remove useless gnus-group-icon-cache.
3477 Remove useless gnus-ephemeral-group-server.
3478
3479 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3480
3481 * mml2015.el: Remove useless mml2015-verbose.
3482
3483 * mml-smime.el: Remove useless mml-smime-verbose.
3484
3485 * gnus.el: Remove useless gnus-local-domain.
3486
3487 * gnus-gravatar.el (gnus-gravatar-transform-address):
3488 Use gnus-gravatar-size.
3489
3490 * gnus-art.el: Remove useless gnus-treat-translate.
3491
3492 2010-09-24 Julien Danjou <julien@danjou.info>
3493
3494 * gnus-sum.el: Add support for Gravatars.
3495
3496 * gnus-art.el: Add support for Gravatars.
3497
3498 * gnus-gravatar.el: Add this file.
3499
3500 * gravatar.el: Add this file.
3501
3502 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3503
3504 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3505
3506 * gnus-group.el (gnus-group-fetch-faq): Remove.
3507
3508 * gnus.el (gnus-group-faq-directory): Remove.
3509
3510 * gnus-group.el (gnus-group-fetch-charter): Remove.
3511
3512 * gnus.el (gnus-group-charter-alist): Remove.
3513
3514 * gnus-group.el (gnus-group-archive-directory): Remove.
3515 (gnus-group-recent-archive-directory): Ditto.
3516 (gnus-group-make-archive-group): Remove.
3517
3518 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3519
3520 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3521 use the same article number for all the cached articles.
3522
3523 * nnimap.el (nnimap-command): Register the last command time so
3524 that we can use it for idling NOOPs.
3525 (nnimap-open-connection): Start the keeplive timer.
3526 (nnimap-make-process-buffer): Store all the process buffers.
3527 (nnimap-keepalive): New function.
3528
3529 * starttls.el (starttls-open-stream): Add autoload cookie.
3530
3531 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3532
3533 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3534 handling.
3535
3536 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3537
3538 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3539 its data structures.
3540
3541 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3542 instead of the cl.el copy-list.
3543 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3544 equalp.
3545
3546 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3547
3548 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3549 and tool-bar-local-item-from-menu.
3550
3551 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3552 mode-line-highlight face for Emacs.
3553
3554 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3555 loading gnus-sum.elc; fix comment for canlock-verify.
3556 (gnus-article-jump-to-part): Use read-number.
3557 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3558 Remove Emacs pre-21 compatible code for help-echo.
3559 (gnus-article-next-page-1): No need to adjust the number of lines.
3560 (gnus-article-describe-bindings): Always use help-buffer.
3561
3562 * gnus-audio.el (gnus-audio-inline-sound)
3563 * gnus-cus.el (gnus-custom-mode)
3564 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3565
3566 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3567
3568 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3569 compatible code.
3570
3571 2010-09-24 Glenn Morris <rgm@gnu.org>
3572
3573 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3574 visiting the fcc file in rmail-mode.
3575
3576 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3577
3578 * nnir.el: Silence the byte compiler.
3579
3580 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3581 alias to browse-url-url-encode-chars if any.
3582 (gnus-html-encode-url): Use it.
3583
3584 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * gnus-start.el (gnus-use-backend-marks): New variable.
3587 (gnus-get-unread-articles-in-group): Use it.
3588
3589 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3590 makeover.
3591
3592 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3593
3594 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3595
3596 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3597
3598 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3599 Remove.
3600 (gnus-setup-news-hook):
3601 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3602
3603 * gnus-int.el (gnus-request-update-info): Protect against backends not
3604 having the function.
3605
3606 * nnimap.el (nnimap-stream): Mention starttls.
3607 (nnimap-open-connection): Add starttls support.
3608
3609 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3610
3611 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3612
3613 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3614
3615 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3616 BODYSTRUCTUREs.
3617 (nnimap-transform-headers): Unfold quoted {42} headers.
3618
3619 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3620 the info.
3621 (gnus-get-unread-articles): Only call updatep on backends that support
3622 it.
3623
3624 * nnweb.el (nnweb-request-update-info): NOOP.
3625
3626 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3627
3628 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3629 since it only deals with marks.
3630
3631 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3632 gnus-request-marks, and make a new gnus-request-update-info.
3633
3634 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3635 the active instead of the high number, which is usually too low.
3636
3637 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3638
3639 * encrypt.el: Remove.
3640
3641 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3644 server in symbolic form.
3645
3646 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3647
3648 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3649
3650 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3651 (nnimap-update-info): Fix up code slightly.
3652
3653 * gnus-int.el (gnus-open-server): Add tracing for performance
3654 debugging.
3655
3656 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3657 (gnus-group-insert-group-line): Pass the real group name so that it
3658 gets the right data.
3659
3660 * gnus-start.el (gnus-get-unread-articles): Don't have
3661 `gnus-get-unread-articles-in-group' update info, since that can be
3662 really slow and doesn't seem to be needed?
3663
3664 2010-09-22 Julien Danjou <julien@danjou.info>
3665
3666 * gnus-group.el (gnus-group-insert-group-line):
3667 Call gnus-group-highlight-line.
3668 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3669 default hook list.
3670 (gnus-group-update-eval-form): Add new function.
3671 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3672 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3673
3674 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3675
3676 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3677 immediate, then expire all articles.
3678 (nnimap-update-info): Fix off-by-one errors.
3679 (nnimap-flags-to-marks): Would return no marks lists for group with no
3680 flags. Instead return the other data.
3681
3682 2010-09-22 Julien Danjou <julien@danjou.info>
3683
3684 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3685 Only return an icon.
3686 (gnus-group-insert-group-line): Compute icon to return.
3687
3688 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3689 (gnus-html-image-fetched): Only cache if
3690 gnus-html-image-automatic-caching is set.
3691 (gnus-html-image-fetched): Check for errors.
3692
3693 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3694
3695 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3696 once per method on `g'. This ensures that backends like nnfolder don't
3697 open all their folders.
3698
3699 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3700 (nnimap-request-list): Nix out group in the correct buffer.
3701 (nnimap-parse-flags): Implement by using `read' instead of
3702 hand-parsing.
3703 (nnimap-flags-to-marks): Pass on permanent-flags.
3704 (nnimap-make-process-buffer): Record the server name.
3705 (nnimap-parse-flags): Fix typo.
3706 (nnimap-request-scan): Run split on the server in general, not just a
3707 single group.
3708
3709 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3710 parameter, and propagate this downwards.
3711
3712 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3713 since EXAMINE changes it on the server.
3714
3715 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3716 this command might take a while.
3717
3718 2010-09-22 Julien Danjou <julien@danjou.info>
3719
3720 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
3721 harmful if you have 2 images side-by-side, they can't be properly
3722 update on text deletion. Using text-property is safer here.
3723 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3724 data.
3725
3726 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3727
3728 * nnimap.el (nnimap-expunge-inbox): Remove.
3729 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3730 (nnimap-expunge): Flip default to t.
3731
3732 * gnus.el (gnus-method-to-server): Don't push things to the cache
3733 unless it's unique.
3734 (gnus-server-to-method): Ditto.
3735
3736 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3737
3738 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3739
3740 2010-09-22 Julien Danjou <julien@danjou.info>
3741
3742 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3743 get the start of data.
3744 (gnus-html-encode-url): Add this function to encode special chars in
3745 URL.
3746 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3747 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3748
3749 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3750 default.
3751 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3752
3753 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3754 images alt-text.
3755 (gnus-html-put-image): Put alt-text as help-echo.
3756
3757 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3758
3759 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3760 * mm-util.el (mm-decompress-buffer)
3761 * nnir.el (nnir-run-find-grep)
3762 * pop3.el (pop3-list): Use 3rd arg of split-string.
3763
3764 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
3766 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3767 outside the active range. Suggested by Dan Christensen.
3768
3769 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3770 slightly later to avoid double-getting it.
3771
3772 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3773 previous patch.
3774
3775 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3776
3777 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3778
3779 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3780
3781 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3782
3783 * gnus-int.el (gnus-open-server): Give a better error message in the
3784 "go offline" case.
3785
3786 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3787 marks for nnimap, which is seldom the right thing to do.
3788
3789 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3790 (gnus-same-method-different-name): New function.
3791
3792 * nnimap.el (parse-time): Require.
3793
3794 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3795 method in the presence of many similar methods.
3796
3797 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3798
3799 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3800 nnml-inhibit-expiry.
3801
3802 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3803 find out whether methods are equal.
3804
3805 * nnimap.el (nnimap-find-expired-articles): New function.
3806 (nnimap-process-expiry-targets): New function.
3807 (nnimap-request-move-article): Request the article before looking at
3808 what the Message-ID is. Fix found by Andrew Cohen.
3809 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3810
3811 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3812 for oldness in addition to being a predicate.
3813
3814 * nnimap.el (nnimap-request-group): When we have zero articles, return
3815 the right data to Gnus.
3816 (nnimap-request-expire-articles): Only delete articles immediately if
3817 the target is 'delete.
3818
3819 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3820 method, this would bug out.
3821
3822 * gnus-group.el (gnus-group-expunge-group): Rename from
3823 gnus-group-nnimap-expunge, and implemented as a normal interface
3824 function.
3825
3826 * gnus-int.el (gnus-request-expunge-group): New function.
3827
3828 * nnimap.el (nnimap-request-create-group): Implement.
3829 (nnimap-request-expunge-group): New function.
3830
3831 2010-09-21 Julien Danjou <julien@danjou.info>
3832
3833 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3834 (gnus-html-cache-expired): Add new function.
3835 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3836 wethever we should display image for fetch it.
3837 Compute alt-text earlier to pass it to the fetching function too.
3838 (gnus-html-schedule-image-fetching): Change function argument to only
3839 get one image at a time, not a list.
3840 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3841 cache.
3842 (gnus-html-get-image-data): New function to retrieve image data from
3843 cache.
3844 (gnus-html-put-image): Change buffer argument to use image data rather
3845 than file, and place image above region rather than inserting a new
3846 one. Do not take alt-text as argument, since it's useless now: we place
3847 the image above alt-text.
3848 (gnus-html-prune-cache): Remove.
3849 (gnus-html-show-images): Start to fetch image when we find one, do not
3850 push into a temporary list.
3851 (gnus-html-prefetch-images): Only fetch image if they have expired.
3852 (gnus-html-browse-image): Fix, use 'gnus-image-url.
3853 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3854
3855 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3856
3857 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3858
3859 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3860
3861 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3862 spec inser "*" if the group isn't active instead of 0.
3863
3864 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3865 opening the server.
3866 (nnimap-request-delete-group): Implement group deletion.
3867 (nnimap-transform-headers): Return the size of the entire message in
3868 the Bytes header, not just the size of the first part.
3869 (nnimap-request-move-article): When moving an article from nnimap,
3870 request the article first so the accepting form has an article to
3871 accept. Reported by Dan Christensen.
3872 (nnimap-command): Make sure that the error message doesn't error out.
3873
3874 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
3875
3876 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3877 we haven't requested anything.
3878
3879 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3880
3881 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3882 "". Fix found by Andrew Cohen.
3883
3884 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3885 instead of -encode-string.
3886
3887 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3888
3889 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3890
3891 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3892 by mm-subst-char-in-string.
3893
3894 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3895
3896 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3897 waiting for the connection string.
3898
3899 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3900 arriving.
3901
3902 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3903 bogus characters. This allows selecting certain Gmail groups.
3904
3905 * nnimap.el (nnimap-find-wanted-parts-1): New function.
3906 (nnimap-fetch-partial-articles): New variable.
3907 (nnimap-open-connection): When looking for credentials, also use the
3908 nnimap-server-port.
3909 (nnimap-request-article): Return the group/article number, so that Gnus
3910 `^' works as expected.
3911 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3912
3913 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3914 comments.
3915 (gnus-methods-sloppily-equal): New function.
3916 (gnus): When using the development version of Gnus, load the gnus-load
3917 file.
3918
3919 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3920 `gnus-open-server' on each method before trying to scan them etc.
3921 This ensures that all the backend parameters are set correctly.
3922
3923 * nnimap.el (nnimap-authenticator): New variable.
3924 (nnimap-open-connection): Allow anonymous login.
3925 (nnimap-transform-headers): The chars header is called Chars not Bytes.
3926 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3927
3928 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3929 patch, found by Knut Anders Hatlen.
3930
3931 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
3932
3933 * gnus-agent.el (gnus-agent-batch-confirmation)
3934 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3935 to gnus-message.
3936 * gnus-art.el (gnus-article-describe-briefly): Likewise.
3937 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3938 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3939 * gnus-int.el (gnus-open-server): Likewise.
3940 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3941 (gnus-score-check-syntax): Likewise.
3942 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3943 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3944 Likewise.
3945 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3946
3947 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3948
3949 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3950 calling conventions so that prefetch doesn't bug out.
3951
3952 2010-09-19 Julien Danjou <julien@danjou.info>
3953
3954 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3955 rather than `subst-char-in-region' in order to be able to replace ASCII
3956 char by UTF-8 ones.
3957
3958 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3959 than curl.
3960 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3961 the right URL and ALT text on images.
3962 (gnus-html-wash-tags): Fix tag case.
3963 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
3964 (gnus-article-html): Add -o display_ins_del=2 option.
3965 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3966
3967 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3968
3969 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3970 the extra mail headers, which sometimes seem to happen for unknown
3971 reasons.
3972
3973 * mail-parse.el (mail-header-encode-parameter): Define as
3974 rfc2045-encode-string instead of as rfc2231-encode-string, since some
3975 (or most, perhaps?) mail readers don't understand the latter, but do
3976 understand the former.
3977
3978 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3979 to nil, so that no methods are automatically agentized. I think this
3980 is probably what most users want.
3981
3982 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3983 from url-retrieve, for instance about invalid URLs.
3984
3985 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3986 groups that have no articles.
3987 (nnimap-request-article): Check that we really got an article when we
3988 requested one.
3989
3990 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3991 doesn't exist.
3992
3993 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3994 nntp buffer so the agent can save it.
3995 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3996 that CRLF doesn't get translated to \n.
3997 (nnimap-open-connection): Don't make 'shell commands only send \n.
3998
3999 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4002 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4003 Update var name.
4004 (nnml-generate-nov-file): Use dolist.
4005 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4006 Use with-current-buffer.
4007
4008 2010-09-18 Julien Danjou <julien@danjou.info>
4009
4010 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4011 parallel.
4012
4013 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4014
4015 * nnimap.el (nnimap-update-info): When doing partial marks update, get
4016 the range update right.
4017 (nnimap-request-group): Don't make `M-g' bug out on group with no
4018 marks.
4019 (nnoo): Require, so that other packages can require nnimap.
4020 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4021 command we're looking for. This helps when the server sends more
4022 responses after we've gotten everything we expected.
4023 (nnimap): Add a `newlinep' field to keep track of end-of-line
4024 conventions.
4025 Don't send CRLF to things that don't want it.
4026 (nnimap-request-accept-article): Ditto.
4027
4028 2010-09-18 Julien Danjou <julien@danjou.info>
4029
4030 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4031 than curl to retrieve images.
4032
4033 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4034
4035 * nnimap.el (nnimap-update-info): Extend the info so that we can set
4036 the marks.
4037 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4038 (nnimap-wait-for-connection): New function.
4039 (nnimap-open-connection): If we have PREAUTH, don't query for login
4040 credentials.
4041 (nnimap-update-info): Fix off-by-one error when concatenating ranges
4042 when doing a partial update.
4043
4044 2010-09-18 Julien Danjou <julien@danjou.info>
4045
4046 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4047 tags.
4048
4049 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4050
4051 * nnimap.el (nnimap-credentials): New function.
4052 (nnimap-open-connection): Use the new function to look for credentials
4053 also on the numeric equivalents of "imap" and "imaps".
4054
4055 * gnus-start.el (gnus-activate-group): Send the info to
4056 gnus-request-group.
4057
4058 * nnimap.el (nnimap-request-group): Have the "check" version of the
4059 function parse flags and update the info, so that a `M-g' get a total
4060 resync of all flags from the group.
4061
4062 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4063 to allow backends to alter the info on group selection. Also alter all
4064 the backend -request-group functions to take the parameter.
4065
4066 * nnimap.el (nnimap-store-info): New function.
4067 (nnimap-update-info): Store the info for later usage.
4068 (nnimap-request-group): Use the stored info for the dont-check case, so
4069 that we don't retrieve all marks when we enter a group.
4070
4071 * nnimap.el: Use deffoo instead of defun for interface functions.
4072
4073 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4074 update the group info. This makes the nndraft groups, for instance, go
4075 back to their old behaviour.
4076
4077 * gnus-sum.el (gnus-select-newsgroup): Indent.
4078
4079 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4080 in.
4081 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4082 nothing.
4083
4084 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4085 from methods that are denied.
4086
4087 * gnus-int.el (gnus-method-denied-p): New function.
4088
4089 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4090 store the password instead of netrc.
4091 (nnimap-open-connection): Don't error out when we can't make a
4092 connections.
4093
4094 * auth-source.el (auth-source-create): In the password prompt, say what
4095 we're querying for. Also prompt for user name if that hasn't been
4096 given.
4097
4098 * nnimap.el (nnimap-with-process-buffer): Remove.
4099
4100 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4101
4102 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4103 method when we're reading from the agent.
4104
4105 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4106
4107 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4108 that's probably most useful for users.
4109
4110 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4111 "failed" all the time.
4112
4113 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4114 ...)) with (with-current-buffer ... ).
4115
4116 * nntp.el (nntp-open-server): Return whether the open was successful or
4117 not.
4118
4119 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4120 select an unread unseen article first.
4121
4122 * nnimap.el (nnimap-open-connection): If the user doesn't have a
4123 /etc/services, supply some sensible port defaults.
4124
4125 2010-09-17 Julien Danjou <julien@danjou.info>
4126
4127 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4128
4129 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4130
4131 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4132 doesn't have any parameters.
4133
4134 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4135
4136 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4137 only upcased checks.
4138
4139 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4140
4141 * nnimap.el (nnimap-open-shell-stream): New function.
4142 (nnimap-open-connection): Use it.
4143 (nnimap-transform-headers): Get the number of lines in each message.
4144 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4145 number of lines.
4146 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
4147 problem.
4148
4149 * utf7.el (utf7-encode): Autoload.
4150
4151 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4152 to allow the mail splitting to not return a default group. This is
4153 useful for nnimap, which will leave unmatched mail in the inbox.
4154
4155 * nnimap.el: Rewritten.
4156
4157 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4158 nnimap usage.
4159
4160 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4161 if the move is internal, so that nnimap can do fast internal moves.
4162
4163 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4164 data.
4165 (gnus-read-active-for-groups): Support finishing the early retrieval of
4166 data.
4167
4168 * gnus-range.el (gnus-range-nconcat): New function.
4169
4170 * gnus-int.el (gnus-finish-retrieve-group-infos)
4171 (gnus-retrieve-group-data-early): New functions.
4172
4173 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4176 (nnrss-retrieve-groups):
4177 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4178 (pop3-quit): Use with-current-buffer.
4179
4180 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
4181
4182 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4183 instead of nnheader-accept-process-output.
4184
4185 * gnus-html.el (gnus-html-schedule-image-fetching)
4186 (gnus-html-prefetch-images): Replace process-kill-without-query by
4187 gnus-set-process-query-on-exit-flag.
4188
4189 2010-09-16 Romain Francoise <romain@orebokech.com>
4190
4191 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4192
4193 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4194
4195 * gnus-registry.el (gnus-registry-install-shortcuts): The second
4196 parameter to unintern is mandatory-ish in Emacs 24.
4197
4198 * gnus-html.el (gnus-html-schedule-image-fetching)
4199 (gnus-html-prefetch-images): Check for curl before using it.
4200
4201 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4202 depend on curl, which isn't essential.
4203
4204 * imap.el: Revert back to version
4205 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4206 seem problematic.
4207
4208 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * gnus-registry.el (gnus-registry-install-shortcuts):
4211 Explicitly pass `obarray' to `unintern' to avoid a warning.
4212
4213 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4214
4215 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4216 change.
4217
4218 * nnrss.el (nnrss-request-list): Remove this function and related
4219 functions, including the moreover stuff.
4220
4221 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4222
4223 * nnrss.el (nnrss-retrieve-groups): New function.
4224
4225 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4226
4227 * .dir-locals.el: Add no-byte-compile cookie.
4228
4229 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4230
4231 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4232 for back end that doesn't support request-scan.
4233
4234 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4235
4236 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4237 then do request scans from the backends.
4238
4239 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4240 avoid running a hook per line, since this takes a lot of time,
4241 profiling shows.
4242 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4243 directly if gnus-visual-p is true.
4244
4245 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4246
4247 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4248 groups; replace mapcar with dolist which is a bit faster; pass groups
4249 info to gnus-read-active-file-1.
4250 (gnus-read-active-file-1): Scan only specified groups if the new
4251 optional arg `infos' is given.
4252
4253 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4254
4255 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4256
4257 * pop3.el (pop3-movemail): Remove.
4258 (pop3-streaming-movemail): Rename to pop3-movemail.
4259
4260 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4261 don't restrict end-tag searches to the end of the line.
4262
4263 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4264
4265 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4266 articles of every unchecked group to t, which means unknown since the
4267 server has never been opened.
4268
4269 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4270
4271 * gnus-html.el (gnus-html-show-alt-text): New command.
4272 (gnus-html-browse-image): Ditto.
4273 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4274 to browse the image directly.
4275 (gnus-html-wash-tags): Search for images first, so that <a><img> works
4276 better.
4277
4278 * gnus-async.el (gnus-async-article-callback):
4279 Call `gnus-html-prefetch-images' unconditionally.
4280
4281 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4282 before feeding URLs to curl.
4283
4284 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4285
4286 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4287 internal images as deletable by `W D D'.
4288
4289 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4290 (gnus-async-article-callback): Fix typo.
4291
4292 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4293
4294 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4295 current line to work around bugs in the output from w3m.
4296
4297 * gnus-async.el (gnus-async-article-callback): Always prefetch images
4298 for groups that want that.
4299
4300 * nntp.el (nntp-wait-for-string): Supply a timeout for
4301 accept-process-output to ensure progress.
4302
4303 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4304 level to get unread articles from, then use that for foreign groups,
4305 too.
4306
4307 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4308 confuses the rest of the function.
4309
4310 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4311 for the methods that support -retrieve-groups, too.
4312
4313 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4314
4315 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4316
4317 * pop3.el: Require cl when compiling.
4318 (pop3-number-of-responses): Search for "+OK", not "+OK ".
4319
4320 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4321
4322 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4323 that aren't going to be activated.
4324 (gnus-get-unread-articles): Fix up the last commit.
4325
4326 * gnus-html.el (gnus-article-html): Allow calling without specifying
4327 the handle. In that case, dissect the buffer first.
4328
4329 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4330
4331 * nnimap.el (nnimap-open-connection): Revert the change that would look
4332 into authinfo for imaps instead of imap.
4333
4334 * gnus-start.el (gnus-activate-group): Take an optional parameter to
4335 say that you don't want to call gnus-request-group with don-check, but
4336 do check the reponse. This is for virtual groups only.
4337 (gnus-get-unread-articles): Count the archive groups as secondary, so
4338 that they're activated the same way as before.
4339
4340 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4341 case-insensitively.
4342 (nnimap-debug): Remove.
4343
4344 * mail-source.el (mail-source-fetch): Don't message if we're fetching
4345 mail from a file, and the file doesn't exist.
4346
4347 * pop3.el (pop3-streaming-movemail): Return t for success.
4348
4349 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4350 .authinfo if we're using ssl connection.
4351
4352 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4353 already have if we're in a main Gnus `g' run.
4354
4355 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4356
4357 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4358
4359 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4360
4361 * nnmh.el (nnmh-request-list-1): Bind `file'.
4362
4363 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4364 alias to set-process-query-on-exit-flag or process-kill-without-query.
4365 (pop3-open-server): Use it.
4366
4367 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4368
4369 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4370 box to the Incoming file. Fixes mistake in previous checkin.
4371
4372 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4373 request loop (for debugging purposes) removed.
4374
4375 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4376 culprit is more visible.
4377 (nnml-save-incremental-nov, nnml-open-incremental-nov)
4378 (nnml-add-incremental-nov): New functions to do "incremental" nov
4379 updates, where we just append to the end of the existing nov files
4380 without reading/writing them in full.
4381
4382 * mail-source.el (mail-source-delete-crash-box): Really only check the
4383 incoming files once in a while.
4384
4385 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4386
4387 * mail-source.el (mail-source-delete-crash-box): Only check the
4388 incoming files for deletion once per day to save a lot of file
4389 accesses.
4390
4391 * pop3.el (pop3-logon): Fix up unbound variable typo.
4392
4393 * mail-source.el (pop3-streaming-movemail): Autoload.
4394
4395 * pop3.el (pop3-streaming-movemail):
4396 Respect pop3-leave-mail-on-server.
4397
4398 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4399 retrieval.
4400
4401 * pop3.el (pop3-process-filter): Remove unused function.
4402 (pop3-streaming-movemail, pop3-send-streaming-command)
4403 (pop3-wait-for-messages, pop3-write-to-file)
4404 (pop3-number-of-responses): New functions for streaming pop3
4405 retrieval.
4406
4407 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4408 come from no known methods.
4409 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4410 list.
4411
4412 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4413 message sizes.
4414 (pop3-movemail): Use erase-buffer instead of looping and deleting
4415 regions, which seems rather odd.
4416
4417 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4418 file once per `g' run.
4419
4420 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4421 directories. This makes the draft queue directory work.
4422
4423 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4424 data from the backends, so that we only request the list of groups from
4425 each method once. This should speed things up considerably.
4426
4427 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4428 detect that it's not implemented.
4429
4430 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4431 we actually do recurse down into the tree, but don't stat all leaf
4432 nodes.
4433
4434 * gnus-html.el (gnus-html-show-images): If there are no images to show,
4435 then say so instead of bugging out.
4436
4437 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4438 files exist before trying to read them.
4439
4440 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4441 around <pre_int>.
4442
4443 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4444
4445 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4446
4447 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4448
4449 * mm-util.el (mm-image-load-path): Just return the image directories,
4450 not all directories in the path in addition to the image directories.
4451 (mm-image-load-path): Maintain a cache of the image directories so that
4452 the `g' command in Gnus doesn't have to stat dozens of directories each
4453 time.
4454
4455 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4456 (gnus-html-wash-tags): Add a new `i' command to insert images.
4457 (gnus-html-insert-image): New command and keystroke.
4458 (gnus-html-redisplay-with-images): New command and keystroke.
4459 (gnus-html-show-images): Rename command.
4460 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4461 spacers.
4462 (gnus-html-wash-tags): Decode entities at the end, so that entities
4463 inside the tags don't mess up the rest of the "parsing".
4464
4465 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4466 so that nnimap methods aren't agentized by default. There's apparently
4467 many problems related to agent/imap behaviour.
4468
4469 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4470
4471 * gnus-html.el: Doc fix.
4472
4473 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4474
4475 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4476 glyph-width and glyph-height instead of display-graphic-p and
4477 image-size; make avoidance of displaying small images work for XEmacs.
4478
4479 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4480 for XEmacs.
4481
4482 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4483 of symbol that holds plist data.
4484 (gnus-process-plist): Remove plist of process after getting it.
4485
4486 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4487
4488 * message.el (message-generate-hashcash): Change default to
4489 'opportunistic if hashcash is installed.
4490
4491 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4492 (gnus-html-put-image): Only call image-size once, since it's somewhat
4493 time-consuming on remote X servers.
4494
4495 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4496
4497 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4498 decoded contents.
4499 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4500
4501 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4502
4503 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4504 group line format, since it isn't very interesting.
4505
4506 * gnus-agent.el (gnus-agent-short-article),
4507 (gnus-agent-long-article): Increase values for these two variables,
4508 since most people are likely to have more network connection and
4509 storage than before.
4510
4511 * gnus.el (gnus-refer-article-method): Change default to 'current.
4512 When referring an article, the common behaviour is to refer it from the
4513 current select method, not the native select method. The chances of
4514 the native select method having the message in question is rather slim
4515 these days.
4516
4517 * gnus-sum.el (gnus-auto-select-subject): Change default to
4518 `unseen-or-unread'. I think it's likely that most people want to
4519 select an unseen article over a previously seen, but unread one.
4520
4521 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4522 means that in the article buffer none of the minor mode elements will
4523 be shown, usually, and this is not desirable in most cases.
4524
4525 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4526 that commands like `d' (and the like) go to the next line in the
4527 buffer, instead of the next unread article. I think this is the
4528 behaviour that is most natural for most users.
4529 (gnus-single-article-buffer): Change default to nil, so that people can
4530 have as many article buffers open as they have summary buffer. I think
4531 this is the most natural way for the groups to behave.
4532
4533 * message.el (message-generate-new-buffers): Change default to
4534 `unsent', so that all new message buffers start their names with the
4535 string "*unsent", and it's easier to find the buffers if you move from
4536 them.
4537
4538 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4539
4540 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4541 small. They're probably tracking images.
4542 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4543 (gnus-html-rescale-image): Yet another try at getting the image sizing
4544 right.
4545
4546 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4547 nntp-marks-file-name is nil.
4548
4549 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4550
4551 * gnus-html.el (gnus-html-wash-tags)
4552 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4553 Better logging.
4554
4555 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4556
4557 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4558
4559 * gnus-html.el (gnus-html-wash-tags): Check the value of
4560 gnus-blocked-images in the summary buffer.
4561
4562 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4563
4564 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4565
4566 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4567
4568 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4569 like "a", it seems like.
4570 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4571 since it needs to be picked from the correct buffer.
4572
4573 * nnwfm.el: Remove.
4574
4575 * nnlistserv.el: Remove.
4576
4577 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4578
4579 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4580 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4581
4582 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4583
4584 * nnkiboze.el: Remove.
4585
4586 * nndb.el: Remove.
4587
4588 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4589 alt text.
4590 (gnus-html-rescale-image): Try to get the rescaling logic right for
4591 images that are just wide and not tall.
4592
4593 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4594 overshadow variable bindings.
4595
4596 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4597
4598 * gnus-html.el (gnus-html-wash-tags)
4599 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4600 Add extra logging.
4601
4602 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4603
4604 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4605 (gnus-max-image-proportion): New variable.
4606 (gnus-html-rescale-image): New function.
4607 (gnus-html-put-image): Rescale images.
4608
4609 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 Fix up some byte-compiler warnings.
4612 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4613 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4614 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4615 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4616 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4617 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4618 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4619
4620 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4621
4622 * gnus-html.el (gnus-article-html): Decode contents by charset.
4623
4624 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4625
4626 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4627 (gnus-html-frame-width, gnus-blocked-images)
4628 * message.el (message-prune-recipient-rules): Add custom version.
4629 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4630
4631 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4632 functions.
4633
4634 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4635 gnus-process-get.
4636
4637 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4638
4639 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4640 instead of lsub directly.
4641
4642 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4643
4644 * nnwarchive.el: Remove.
4645
4646 * gnus-soup.el: Remove.
4647
4648 * nnsoup.el: Remove.
4649
4650 * nnultimate.el: Remove.
4651
4652 * gnus-html.el (gnus-blocked-images): New variable.
4653
4654 * message.el (message-prune-recipients): New function.
4655 (message-prune-recipient-rules): New variable.
4656
4657 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4658 guess whether a long line is natural text or not.
4659
4660 * gnus-html.el (gnus-html-schedule-image-fetching):
4661 Use gnus-process-plist and friends for compatibility.
4662
4663 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * gnus-html.el: Require packages that define macros used in this file.
4666 (gnus-article-mouse-face): Declare to silence byte-compiler.
4667 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4668 process-get.
4669 (gnus-html-put-image): Use plist-get to avoid getf.
4670 (gnus-html-prefetch-images): Use with-current-buffer.
4671
4672 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * gnus-ems.el: Provide compatibility functions for
4675 gnus-set-process-plist.
4676
4677 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4678 * gnus.el (gnus-valid-select-methods)
4679 * message.el (message-send-mail-partially-limit)
4680 * mm-decode.el (mm-text-html-renderer)
4681 * mml.el (mml-insert-mime-headers-always)
4682 * smiley.el (smiley-regexp-alist): Bump custom version.
4683
4684 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4685
4686 * gnus-html.el: require mm-url.
4687 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4688 with the url to `url'.
4689 (gnus-html-wash-tags): Support cid: URLs/images.
4690
4691 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4694 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4695 bindings, as they aren't useful at all. `w' is moved to `W w'.
4696
4697 * gnus-move.el: Remove file, since it doesn't really work.
4698
4699 * gnus-html.el (gnus-article-html): Tell w3m that the input is
4700 UTF-8. This seems to fix problems with some German web feeds.
4701
4702 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4703 at the top so that the proper colours are applied.
4704
4705 * gnus-art.el (gnus-article-view-part): Doc fix.
4706
4707 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4708 XEmacs-compatible.
4709 (gnus-html-put-image): Don't do images on non-graphic displays.
4710
4711 * nnslashdot.el: Remove this unused backend.
4712
4713 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4714 actions.
4715 (gnus-undo-register-1): Revert last change.
4716
4717 * gnus-group.el (gnus-group-completing-read): Protect against not
4718 having completion-styles bound.
4719
4720 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4721 make broken recipients happier.
4722
4723 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4724
4725 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4726 point parameter.
4727
4728 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4729 completion-styles for group selection.
4730
4731 2009-02-04 Andreas Schwab <schwab@suse.de>
4732
4733 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4734 headers and regexp-quote the match if necessary.
4735
4736 2009-03-24 Miles Bader <miles@gnu.org>
4737
4738 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4739 the blinking smiley.
4740
4741 2009-03-24 Simon Josefsson <simon@josefsson.org>
4742
4743 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4744 blink smiley.
4745
4746 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4747
4748 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4749 where the dribbel file lives exists.
4750
4751 * message.el (message-send-mail-partially-limit): Change the default to
4752 nil, since most people don't want this.
4753
4754 * mm-url.el (mm-url-decode-entities): Also decode entities like
4755 &#x3212.
4756
4757 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4758
4759 * gnus-sum.el (gnus-summary-idna-message):
4760 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4761 Hyperlink urls in docstrings with URL `...'.
4762
4763 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4764
4765 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4766 functions.
4767
4768 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4769
4770 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4771 say what the mouseover text should be.
4772
4773 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4774 version of the mm-w3m-safe-url-regexp variable to only download images
4775 in the groups where we want that to happen.
4776
4777 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4778
4779 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4780 easier debugging.
4781 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4782 big pictures in the article buffer.
4783
4784 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4785 gnus-article-html.
4786 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4787 w3m.
4788
4789 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4790
4791 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4794 which doesn't exist.
4795
4796 * message.el (message-inhibit-ecomplete): New variable to allow some
4797 function to inhibit ecomplete address storage.
4798 (message-resend): Disable ecomplete message storage when resending
4799 messages.
4800
4801 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4802
4803 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4804
4805 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4806 Save excursion while copying, moving, and deleting articles in order to
4807 prevent the cursor from jumping to unforeseen place.
4808
4809 2010-08-17 Glenn Morris <rgm@gnu.org>
4810
4811 * gnus-sync.el: Require gnus components whose functions are used.
4812
4813 * gnus-art.el (bookmark-make-record-function):
4814 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4815 Declare for compiler.
4816
4817 * mm-url.el (mml-compute-boundary): Autoload.
4818
4819 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4820
4821 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4822
4823 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4824
4825 Typo fix "hoo4a" -> "hook".
4826
4827 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4828
4829 2010-08-14 Glenn Morris <rgm@gnu.org>
4830
4831 * gnus-sync.el (gnus-sync): Fix defgroup version.
4832
4833 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4834
4835 Doc fixes and keep unknown groups (ammended for nunion bug fix).
4836
4837 * gnus-sync.el: Fix docs.
4838 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4839 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4840
4841 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4842
4843 Optimizations for gnus-sync.el.
4844
4845 * gnus-sync.el: Add docs about gnus-sync-backend
4846 possibilities.
4847 (gnus-sync-save): Remove unnecessary message.
4848 (gnus-sync-read): Optimize and show what groups were skipped.
4849
4850 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4851
4852 Minor bug fixes for gnus-sync.el.
4853
4854 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4855 Don't read the sync on get-new-news.
4856
4857 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4858 quiet.
4859
4860 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4861 (fix typo).
4862
4863 2010-07-30 Lawrence Mitchell <wence@gmx.li>
4864
4865 Make saving and restoring of hidden threads work with overlays.
4866 Patch applied by Ted Zlatanov.
4867
4868 * gnus-sum.el (gnus-hidden-threads-configuration)
4869 (gnus-restore-hidden-threads-configuration): Update to deal with text
4870 properties, rather than searching for a magic character.
4871
4872 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4873
4874 New gnus-sync.el library for synchronization of marks.
4875
4876 * gnus-sync.el: New library for synchronization of marks.
4877
4878 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4879 renamed from `gnus-registry-grep-in-list'.
4880
4881 * gnus-registry.el (gnus-registry-follow-group-p):
4882 Use `gnus-grep-in-list'.
4883
4884 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4885
4886 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4887
4888 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4889 determining charset of text fails.
4890
4891 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4892
4893 * nnmail.el (nnmail-get-new-mail-1): Revert.
4894
4895 * nnml.el (nnml-active-number): Make sure names of newly created groups
4896 in nnml-group-alist are encoded.
4897
4898 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4899
4900 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4901 containing non-ASCII characters in active file for nnml back end.
4902
4903 2010-07-24 David Engster <dengste@eml.cc>
4904
4905 * mml-smime.el (mml-smime-epg-verify): Also accept the older
4906 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4907
4908 2010-07-21 Daiki Ueno <ueno@unixuser.org>
4909
4910 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4911 tag (Bug#6654).
4912
4913 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4914
4915 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4916 the article buffer, not the summary buffer.
4917
4918 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
4919
4920 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4921 Emacs 23 as well.
4922
4923 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4924
4925 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4926 Patch applied by Karl Fogel.
4927
4928 * gnus-sum.el (gnus-summary-bookmark-make-record):
4929 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4930
4931 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4932
4933 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4934 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
4935 C-w still not working correctly from Article buffers; Thierry's
4936 patch to fix that will be applied after this.
4937
4938 * gnus-art.el (bookmark-make-record-function): New local variable.
4939
4940 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4941 article buffer.
4942 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4943
4944 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4945
4946 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4947 on changes in bookmark.el.
4948
4949 2010-06-22 Mark A. Hershberger <mah@everybody.org>
4950
4951 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4952 the *other* type of HTML form submission.
4953
4954 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
4955
4956 * auth-source.el (auth-source-pick): If choice does not contain a
4957 questioned keyword, set the check to t.
4958
4959 2010-06-12 Romain Francoise <romain@orebokech.com>
4960
4961 * gnus-util.el (gnus-date-get-time): Move up before first use.
4962
4963 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4964
4965 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4966 (gnus-article-edit-part): Bind it to make last part that is substituted
4967 or deleted visible.
4968 (gnus-mime-display-single): Buttonize part of which id equals to
4969 gnus-mime-buttonized-part-id.
4970
4971 2010-06-10 Dan Christensen <jdc@uwo.ca>
4972
4973 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4974 (gnus-dd-mmm): Use gnus-date-get-time.
4975 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4976 simplify logic.
4977 (gnus-summary-limit-to-age): Use gnus-date-get-time.
4978 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4979
4980 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
4981
4982 * auth-source.el (top): Autoload `secrets-list-collections',
4983 `secrets-create-item', `secrets-delete-item'.
4984 (auth-sources): Fix tag string.
4985 (auth-get-source, auth-source-retrieve, auth-source-create)
4986 (auth-source-delete): New defuns.
4987 (auth-source-pick): Rewrite in order to avoid 2 passes.
4988 (auth-source-forget-user-or-password): New parameter USERNAME.
4989 (auth-source-user-or-password): New parameters CREATE-MISSING and
4990 DELETE-EXISTING. Retrieve password interactively, if needed.
4991
4992 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4993
4994 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4995 deleting unused directories when gnus-expert-user is t.
4996
4997 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
4998
4999 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5000 for each temp file when gnus-article-browse-delete-temp is ask.
5001
5002 2010-05-20 Kevin Ryde <user42@zip.com.au>
5003
5004 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
5005
5006 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
5007
5008 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5009 article unless decoding article to be saved.
5010
5011 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5012
5013 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5014 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5015 generated within the mm-with-unibyte-current-buffer macro.
5016
5017 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5018
5019 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5020 to nil when we're in a mml-preview buffer and no group is selected.
5021
5022 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
5023
5024 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5025 when catching the `C-g'. Reported by "Leo".
5026
5027 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5028
5029 * message.el (message-forward-make-body-plain)
5030 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5031 multibyte-string-p.
5032
5033 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5034
5035 * message.el (message-forward-make-body-mml): Assume original message
5036 is multibyte string; error on unibyte.
5037 (message-forward-make-body-plain): Ditto; don't add excessive newline
5038 in body end.
5039
5040 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
5041
5042 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5043 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
5044
5045 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
5046
5047 * mm-extern.el (mm-extern-url): Don't use
5048 mm-with-unibyte-current-buffer.
5049 (mm-extern-cache-contents): Use with-current-buffer instead of
5050 save-excursion + set-buffer.
5051
5052 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5053
5054 * mm-util.el (mm-emacs-mule): Remove.
5055
5056 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
5057
5058 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5059 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5060 change.
5061
5062 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5063
5064 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5065 bind the default value of enable-multibyte-characters to nil.
5066
5067 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5068
5069 * message.el (message-forward-make-body-plain)
5070 (message-forward-make-body-mml):
5071 Don't use mm-with-unibyte-current-buffer.
5072
5073 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5074
5075 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5076 (Bug#5592).
5077
5078 2010-05-07 Julien Danjou <julien@danjou.info>
5079
5080 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5081 it to mm-pipe-part.
5082
5083 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5084 it is given.
5085
5086 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5087
5088 * nnweb.el (nnweb-gmane-search)
5089 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5090 XEmacs.
5091
5092 * gnus-art.el (gnus-article-browse-html-parts)
5093 * gnus-group.el (gnus-read-ephemeral-gmane-group)
5094 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5095 make-temp-file.
5096
5097 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5098 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5099 compiling.
5100
5101 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5102 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5103 XEmacs when compiling.
5104
5105 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5106 gnus-pick-mode-off-hook for XEmacs when compiling.
5107 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5108 gnus-binary-mode-off-hook for XEmacs when compiling.
5109
5110 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5111 Return nil if char-charset is not available.
5112
5113 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
5114 macro.
5115
5116 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5117 instead of encode-coding-string.
5118
5119 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5120 'xemacs) instead of mm-emacs-mule to switch function definitions.
5121 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5122
5123 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
5124
5125 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5126
5127 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
5128
5129 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5130 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5131
5132 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * mm-util.el (mm-decompress-buffer): Use `delete-file';
5135 alias `jka-compr-delete-temp-file' no longer exists.
5136
5137 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 Use define-minor-mode in Gnus where applicable.
5140 * mml.el (mml-mode): Use define-minor-mode.
5141 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5142 (gnus-undo-mode): Use define-minor-mode.
5143 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5144 (gnus-dead-summary-mode): Use define-minor-mode.
5145 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5146 Initialize in declaration.
5147 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5148 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5149 (gnus-mailing-list-mode): Use define-minor-mode.
5150 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5151 (gnus-draft-mode): Use define-minor-mode.
5152 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5153 (gnus-dired-mode): Use define-minor-mode.
5154
5155 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
5156
5157 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5158 handles on recursive mml-to-mime translation and check them for
5159 boundary delimiter collisions. Reported by Greg Troxel.
5160
5161 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
5162
5163 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5164
5165 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * mm-util.el (mm-find-buffer-file-coding-system):
5168 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5169
5170 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
5171
5172 * message.el (message-generate-headers): Record insertion of optional
5173 headers as well. Otherwise the check to prevent repeated insertion of
5174 optional headers is a no-op.
5175
5176 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
5177
5178 * smime.el: Don't mention CVS.
5179
5180 * nnrss.el (nnrss-fetch): Don't mention CVS.
5181
5182 * nnir.el: Don't mention CVS.
5183
5184 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * gnus-sum.el (gnus-summary-bookmark-make-record):
5187 Add `location' field.
5188
5189 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * gnus-sum.el: Add bookmark declarations to silence the compiler.
5192 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5193 Use with-current-buffer to silence the byte-compiler.
5194 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5195 bother to require `gnus'.
5196 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
5197
5198 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5199
5200 * gnus-sum.el (gnus-summary-bookmark-make-record)
5201 (gnus-summary-bookmark-jump): New functions.
5202 (gnus-summary-mode): Setup bookmark support.
5203
5204 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
5205
5206 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5207 if set.
5208
5209 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5210
5211 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5212 gnus-article-browse-html-save-cid-image; make it work recursively for
5213 forwarded messages as well.
5214 (gnus-article-browse-html-parts): Work when prefix arg is given.
5215 (gnus-article-browse-html-article): Doc fix.
5216
5217 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
5218
5219 * message.el (message-default-mail-headers):
5220 (message-default-headers): Carry the value mail-default-headers over
5221 into message-default-mail-headers, rather than message-default-headers.
5222
5223 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
5224
5225 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5226 charset.
5227
5228 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5229 charset into the <meta> tag when the article is encoded to utf-8.
5230
5231 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
5232
5233 * gnus-art.el (gnus-article-browse-delete-temp-files):
5234 Delete directories as well.
5235 (gnus-article-browse-html-parts): Work for images that do not specify
5236 file names; delete temp directory when quitting; insert header at the
5237 right place; use file: scheme for image files.
5238
5239 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
5240
5241 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5242 (gnus-article-browse-html-parts): Use it to make temporary cid image
5243 files in addition to html file so that browser may display them.
5244
5245 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
5246
5247 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5248
5249 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5250
5251 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5252
5253 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5254
5255 * auth-source.el (auth-sources): Change default to be simpler.
5256 Explain about Secret Service API sources. Improve Customize options.
5257 (auth-source-pick): Change to accept any number of search parameters.
5258 Implement fallbacks iteratively, not recursively. Add scoring on the
5259 second pass and sort by score. Call Secret Service API when needed.
5260 (auth-source-user-or-password): Use it. Call Secret Service API
5261 directly when needed to get the user name and the password.
5262
5263 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * message.el (message-interactive): Doc fix.
5266 (message-qmail-inject-args): Reflow.
5267 (message-kill-to-signature): Fix typo in docstring.
5268
5269 * smiley.el (smiley-buffer): Fix typo in docstring.
5270
5271 2010-03-24 Glenn Morris <rgm@gnu.org>
5272
5273 * mail-source.el (gnus-message): Declare.
5274 (mail-source-delete-old-incoming): Require gnus-util.
5275
5276 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5277
5278 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5279
5280 * message.el (ecomplete-setup): Autoload it for Emacs <23.
5281
5282 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5283 password-cache's default if it is not bound.
5284 (mml-secure-passphrase-cache-expiry): Default to 16 that is
5285 password-cache-expiry's default if it is not bound.
5286
5287 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5288 available in Emacs 21.
5289
5290 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
5291
5292 * auth-source.el (auth-sources): Fix up definition so extra parameters
5293 are always inline.
5294
5295 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
5296
5297 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5298 wasn't updated after mismatch. Clear cached mailbox info correctly
5299 when uidvalidity changes.
5300 (nnimap-group-prefixed-name): New function to avoid some code
5301 duplication.
5302 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5303 (nnimap-request-group): Use it.
5304 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5305 (nnimap-update-unseen): Significantly improved speed of Gnus startup
5306 with many imap folders. This is done by caching the group status from
5307 the imap server persistently in a group parameter `imap-status'. (This
5308 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5309 but not persistently, so every Gnus startup was still very slow.)
5310
5311 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5312
5313 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
5314 secrets.el dependency.
5315 (auth-sources): Add optional user name. Add secrets.el configuration
5316 choice (unused right now).
5317
5318 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5319
5320 * gnus-sum.el (gnus-summary-make-menu-bar):
5321 Let `gnus-registry-install-shortcuts' fill in the functions.
5322
5323 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5324 warnings.
5325 (gnus-registry-misc-menus): Variable to hold registry mark menus.
5326 (gnus-registry-install-shortcuts): Populate and use it in a
5327 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5328
5329 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
5330
5331 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5332 In-place substitutions for the group name encoding/decoding.
5333 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5334 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5335 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5336 (nnimap-update-unseen, nnimap-request-list)
5337 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5338 (nnimap-request-set-mark, nnimap-split-to-groups)
5339 (nnimap-split-articles, nnimap-request-newgroups)
5340 (nnimap-request-create-group, nnimap-request-accept-article)
5341 (nnimap-request-delete-group, nnimap-request-rename-group)
5342 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
5343 `encoded-mbx' for consistency.
5344 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5345 variable `imap-current-mailbox'.
5346
5347 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5348 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5349
5350 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
5351
5352 * pop3.el (pop3-display-message-size-flag): Display message size byte
5353 counts during POP3 download.
5354 (pop3-movemail): Use it.
5355 (pop3-list): Implement listing of available messages.
5356
5357 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
5358
5359 * nnir.el (nnir-get-article-nov-override-function): New function to
5360 override the normal NOV retrieval.
5361 (nnir-retrieve-headers): Use it.
5362
5363 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
5364
5365 * auth-source.el (netrc-machine-user-or-password): Autoload.
5366
5367 2010-03-19 Glenn Morris <rgm@gnu.org>
5368
5369 Stop message.el from loading about 40 libraries it doesn't always need.
5370 The general approach is to autoload rather than require, and to
5371 require in the specific functions rather than the file. (Bug#5642)
5372
5373 * gmm-utils.el: Don't require wid-edit.
5374 (widget-create-child-value, widget-convert, widget-default-get):
5375 Autoload.
5376
5377 * gnus-util.el: Don't require time-date, netrc.
5378 (message-fetch-field, gnus-group-name-decode): Declare rather than
5379 autoloading.
5380 (gnus-fetch-field): Require message.
5381 (gnus-decode-newsgroups): Require gnus-group.
5382
5383 * ietf-drums.el: Don't require time-date.
5384
5385 * message.el: Don't require hashcash, canlock, ecomplete.
5386 Do require mail-utils. Require nnheader only when compiling.
5387 (smtpmail-default-smtp-server): Remove declaration.
5388 (message-send-mail-function): Check smtpmail-default-smtp-server
5389 is bound rather than requiring smtpmail.
5390 (message-auto-save-directory, message-insert-signature):
5391 Use expand-file-name rather than nnheader-concat.
5392 (nnheader-insert-file-contents): Autoload.
5393 (hashcash-wait-async): Declare.
5394 (message-send-mail): Only call gnus-setup-posting-charset if
5395 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
5396 (message-send-mail-with-sendmail): Require sendmail.
5397 (canlock-password, canlock-password-for-verify): Declare.
5398 (message-canlock-password): Require canlock.
5399 (nnheader-get-report): Autoload.
5400 (gnus-setup-posting-charset): Declare.
5401 (message-send-news): Require gnus-msg.
5402 (message-make-references, message-make-in-reply-to): Use mail-header-id
5403 rather than the alias mail-header-message-id.
5404 (ecomplete-add-item, ecomplete-save): Declare.
5405 (message-put-addresses-in-ecomplete): Require ecomplete.
5406 (ecomplete-display-matches): Autoload.
5407
5408 * mm-decode.el: Don't require mailcap, gnus-util.
5409 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5410 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5411 Autoload.
5412 (mailcap-mime-extensions): Declare.
5413
5414 * mm-encode.el: Don't require mailcap.
5415 (mailcap-extension-to-mime): Autoload.
5416
5417 * mml-sec.el: Don't require password-cache.
5418
5419 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5420 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5421 (mml-minibuffer-read-type): Require mailcap.
5422 (mml-preview): Require gnus-msg.
5423
5424 * mml1991.el: Require password-cache.
5425 (password-cache-expiry): Remove declaration.
5426
5427 * mml2015.el: Require password-cache.
5428 (password-cache-expiry): Remove declaration.
5429
5430 * nneething.el (mailcap): Require mailcap.
5431
5432 * nnheader.el (declare-function): Add compatibility stub.
5433 (message-remove-header): Declare rather than autoload.
5434 (nnheader-replace-header): Require message.
5435
5436 * nnimap.el (declare-function): Add compatibility stub.
5437 (netrc-parse, netrc-machine-user-or-password): Declare.
5438 (nnimap-open-connection): Require netrc.
5439
5440 * nntp.el (declare-function): Add compatibility stub.
5441 (netrc-parse, netrc-machine, netrc-get): Declare.
5442 (nntp-send-authinfo): Require netrc.
5443
5444 * rfc2047.el: Don't require qp.
5445 (quoted-printable-encode-region, quoted-printable-decode-string):
5446 Autoload.
5447
5448 * sieve-mode.el: Don't require easymenu.
5449 (easy-menu-add-item): Autoload it.
5450
5451 * spam-stat.el (time-to-number-of-days): Autoload it.
5452
5453 2010-03-17 Kevin Ryde <user42@zip.com.au>
5454
5455 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5456 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5457 value if any backslash escapes).
5458
5459 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5460
5461 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5462 if it is available. (bug#5647)
5463
5464 2010-02-26 Glenn Morris <rgm@gnu.org>
5465
5466 * message.el (message-send-mail-function): Change the default, so that
5467 it inherits from a customized send-mail-function. (Bug#5643)
5468
5469 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5472 shell-command-to-string signals an error (bug#5299).
5473
5474 2010-02-24 Glenn Morris <rgm@gnu.org>
5475
5476 * message.el (message-smtpmail-send-it)
5477 (message-send-mail-with-mailclient): Doc fixes.
5478
5479 2010-02-16 Glenn Morris <rgm@gnu.org>
5480
5481 * message.el (message-default-mail-headers): Change the default value
5482 to ease the transition from mail-mode to message-mode. (Bug#5555)
5483
5484 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5485
5486 * message.el (message-mail): Just pass yank-action on to message-setup.
5487 (message-setup): Handle (FUN . ARGS) form of yank-action.
5488 (message-with-reply-buffer, message-widen-reply)
5489 (message-yank-original): Handle non-buffer values of
5490 message-reply-buffer (Bug#4080).
5491 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5492
5493 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5494
5495 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5496 Fix typo in docstring.
5497
5498 2010-01-08 Jason Rumney <jasonr@gnu.org>
5499
5500 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5501 response.
5502
5503 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5504
5505 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5506
5507 * message.el (message-check-news-header-syntax): Protect against a
5508 string that `rfc822-addresses' returns when parsing fails.
5509
5510 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5513 (gnus-previous-char-property-change): New functions.
5514
5515 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5516
5517 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5518
5519 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5520 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5521
5522 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5523
5524 * message.el (message-exchange-point-and-mark): Rework last change to
5525 avoid using optional arg of exchange-point-and-mark, for backward
5526 compatibility.
5527
5528 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5529
5530 * message.el (message-exchange-point-and-mark):
5531 Call exchange-point-and-mark with an argument rather than setting
5532 mark-active by hand (Bug#5175).
5533
5534 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * nntp.el (nntp-service-to-port): Work for service expressed with
5537 numeric string; replace [:digit:] with [0-9] for XEmacs.
5538
5539 2009-12-17 Glenn Morris <rgm@gnu.org>
5540
5541 * gnus-group.el (gnus-bug-group-download-format-alist):
5542 Change emacs entry to debbugs.gnu.org. Bump :version.
5543
5544 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5545
5546 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5547
5548 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5549
5550 * message.el (message-info): Explain why we use `Info-goto-node'.
5551
5552 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * message.el (message-completion-in-region): New compatibility function.
5555 (message-expand-group): Use it.
5556
5557 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5558
5559 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5560 with no unread article should be listed if the 2nd arg `predicate' is
5561 given.
5562
5563 2009-11-29 Juri Linkov <juri@jurta.org>
5564
5565 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5566 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5567 on `gnus-recenter'. (Bug#4698, Bug#4981)
5568
5569 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5570
5571 * message.el (message-from-style, message-interactive)
5572 (message-signature): Always set default values from the corresponding
5573 mail-* variables.
5574 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5575 (message-yank-prefix, message-indentation-spaces)
5576 (message-signature-file, message-default-headers): Use boundp rather
5577 than (featurep 'xemacs) to check if the corresponding mail-* variables
5578 exist.
5579
5580 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * message.el (message-send-mail-with-sendmail): Revert last change.
5583
5584 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * message.el (message-from-style, message-interactive)
5587 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5588 (message-yank-prefix, message-indentation-spaces, message-signature)
5589 (message-signature-file, message-default-headers): For GNU Emacs, set
5590 default values from the corresponding mail-* variables.
5591 (message-send-mail-with-sendmail): Use envelope-from only if
5592 mail-specify-envelope-from is non-nil.
5593
5594 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5595
5596 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5597 containing tspecial characters if they have been already quoted.
5598
5599 2009-10-24 Glenn Morris <rgm@gnu.org>
5600
5601 * gnus-art.el (help-xref-stack-item): Define for compiler.
5602
5603 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5604
5605 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5606
5607 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5608
5609 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5610 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5611
5612 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5613
5614 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5615 (gnus-overlays-in): New alias to overlays-in.
5616
5617 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5618 gnus-overlay-get, and gnus-delete-overlay.
5619 (gnus-summary-show-thread): Make it work as well for systems in which
5620 next-single-char-property-change is not available.
5621 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5622
5623 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5624
5625 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5626
5627 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5628
5629 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5630 and XEmacs that don't have `remove-overlays'.
5631
5632 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5635 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5636 selective display. Use overlays instead.
5637
5638 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5639
5640 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5641
5642 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5643
5644 * spam-stat.el (spam-stat-load): Fix typo in message.
5645
5646 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * gnus-art.el (gnus-article-encrypt-body):
5649 * message.el (message-check-recipients):
5650 * mm-util.el (mm-codepage-setup):
5651 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5652 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5653
5654 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5655
5656 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5657 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5658 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5659 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5660 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5661
5662 2009-09-18 Glenn Morris <rgm@gnu.org>
5663
5664 * gnus-diary.el (gnus-diary-check-message):
5665 * message.el (message-insert-formatted-citation-line):
5666 * nnbabyl.el (top-level):
5667 * nndiary.el (nndiary-schedule):
5668 Fix typos in condition-case handlers.
5669
5670 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5671
5672 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5673 configuration that provides the sole article window in a frame;
5674 position point correctly after deleting a part.
5675
5676 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5677
5678 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5679 (spam-resolve-registrations-routine): Use it to unregister articles
5680 that change status.
5681
5682 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5683
5684 * nnrss.el (nnrss-request-article): Remove binding of
5685 default-enable-multibyte-characters that has gotten needless by
5686 the 2007-07-13 change in rfc2047-encode-message-header.
5687
5688 * mml.el (mml-insert-multipart): Error on the message header.
5689 (mml-insert-part): Error on the message header; position point at
5690 the end of a MIME tag.
5691
5692 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5693
5694 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5695 (gnus-float-time): Alias to float-time if it exists.
5696
5697 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5698 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5699 float-time is available; suppress compile warning for time-to-seconds.
5700
5701 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5702
5703 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5704 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5705 Add the optional argument `encoding' that overrides the default.
5706
5707 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5708 mm-encode-buffer.
5709
5710 2009-09-04 Glenn Morris <rgm@gnu.org>
5711
5712 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5713 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5714 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5715 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5716 * mm-util.el (mm-with-unibyte-current-buffer)
5717 (mm-find-buffer-file-coding-system):
5718 * yenc.el (yenc-decode-region): Use default-value rather than
5719 default-enable-multibyte-characters.
5720
5721 2009-09-03 Glenn Morris <rgm@gnu.org>
5722
5723 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5724 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5725 than default-enable-multibyte-characters.
5726
5727 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5728
5729 * gnus-art.el (gnus-article-read-summary-keys):
5730 Fix gnus-buffer-configuration's value temporarily used.
5731
5732 2009-09-02 Glenn Morris <rgm@gnu.org>
5733
5734 * gnus-util.el (gnus-float-time): New function.
5735 * gnus-delay.el (gnus-delay-article):
5736 * gnus-sum.el (gnus-thread-latest-date):
5737 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5738 * nnspool.el (nnspool-request-newgroups):
5739 Use gnus-float-time rather than time-to-seconds.
5740 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5741
5742 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5743 (gnus-header-subject-face, gnus-header-newsgroups-face)
5744 (gnus-header-name-face, gnus-header-content-face):
5745 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5746 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5747 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5748 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5749 (gnus-cite-face-11):
5750 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5751 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5752 (gnus-server-closed-face, gnus-server-denied-face)
5753 (gnus-server-offline-face):
5754 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5755 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5756 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5757 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5758 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5759 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5760 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5761 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5762 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5763 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5764 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5765 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5766 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5767 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5768 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5769 (gnus-summary-high-undownloaded-face)
5770 (gnus-summary-low-undownloaded-face)
5771 (gnus-summary-normal-undownloaded-face)
5772 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5773 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5774 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5775 (gnus-splash-face):
5776 * message.el (message-header-to-face, message-header-cc-face)
5777 (message-header-subject-face, message-header-newsgroups-face)
5778 (message-header-other-face, message-header-name-face)
5779 (message-header-xheader-face, message-separator-face)
5780 (message-cited-text-face, message-mml-face):
5781 * sieve-mode.el (sieve-control-commands-face)
5782 (sieve-action-commands-face, sieve-test-commands-face)
5783 (sieve-tagged-arguments-face):
5784 * spam.el (spam-face):
5785 Mark face aliases with "-face" in the name as obsolete.
5786
5787 2009-09-01 Glenn Morris <rgm@gnu.org>
5788
5789 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5790 than goto-line.
5791
5792 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5793
5794 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5795 Don't move point if the command is invoked inside the message header.
5796
5797 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5800 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5801 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5802 * nnir.el (nnir-swish-e-index-file):
5803 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5804 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5805 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5806 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5807 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5808 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5809
5810 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5811
5812 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5813 Don't save excursion.
5814
5815 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 * nnheader.el (nnheader-find-file-noselect):
5818 * mm-util.el (mm-insert-file-contents):
5819 Use (default-value 'major-mode) instead of default-major-mode.
5820
5821 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5824
5825 2009-08-25 Glenn Morris <rgm@gnu.org>
5826
5827 * nnir.el (top-level): Don't require cl at run-time.
5828 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5829 Replace cl-function substitute with gnus-replace-in-string.
5830 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5831 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5832 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5833 simplified expansions.
5834
5835 2009-08-22 Glenn Morris <rgm@gnu.org>
5836
5837 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5838 goto-line.
5839
5840 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5841
5842 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5843
5844 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5845 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5846 (gnus-mm-display-part, gnus-mime-display-single)
5847 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5848 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5849
5850 * gnus-sum.el
5851 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5852 (gnus-summary-move-article): Add expirable mark to articles copied or
5853 moved to group that has auto-expire turned on if the option is non-nil.
5854
5855 2009-07-24 Glenn Morris <rgm@gnu.org>
5856
5857 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5858 Fix typo. (Bug#3903)
5859
5860 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5861
5862 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5863 gnus-article-read-summary-keys rather than gnus-summary-edit-article
5864 that should not be used for draft articles.
5865 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5866 that has no concern in minor mode keys.
5867 (gnus-article-summary-command, gnus-article-summary-command-nosave):
5868 Abolish.
5869
5870 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5871
5872 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5873 article without making inquiry to a user for unknown encoding.
5874
5875 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5876 (nnmaildir--scan): Assume i-node and device number that file-attributes
5877 returns might be cons-cell.
5878
5879 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
5880
5881 * auth-source.el: Remove docs now in auth.texi. Don't use
5882 `gnus-message' for logging. Add new variables `auth-source-debug' and
5883 `auth-source-hide-passwords' and use them.
5884
5885 2009-07-15 Glenn Morris <rgm@gnu.org>
5886
5887 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5888
5889 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5890
5891 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5892 excessive whitespace from the default values of title and description.
5893
5894 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5895
5896 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5897 mail-fetch-field to fetch Content-Description header in order to
5898 exclude newlines.
5899
5900 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5901
5902 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5903 to deleted part.
5904
5905 2009-05-30 David Engster <dengste@eml.cc>
5906
5907 * nnmairix.el: Remove old documentation in the commentary block.
5908 (nnmairix-request-group): Do not update active file for nnml back ends.
5909 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5910 end so that overview files are ignored.
5911 (nnmairix-update-groups): Make updating the groups more robust by using
5912 marks.
5913 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5914 with dollar characters in message-id.
5915
5916 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
5917
5918 * spam.el: Use dns-query instead of query-dns. Was renamed on
5919 2008-12-25 in dns.el.
5920
5921 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5924 could happen if the text is only composed of spaces and/or tabs.
5925
5926 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
5927
5928 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5929 when sending a queued message to avoid extra mml tags.
5930
5931 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5932
5933 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5934
5935 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
5936
5937 * gnus-dired.el: Remove autoload for gnus-setup-message.
5938 (gnus-dired-attach): Fake this-command value to prevent Gnus from
5939 displaying Gnus logo; always use compose-mail.
5940
5941 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5942
5943 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5944
5945 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5946
5947 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5948 (gnus-nocem-issuers): List currently active issuers; fix custom type.
5949 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5950 available.
5951 (gnus-nocem-epg-verify): New function.
5952
5953 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
5954
5955 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5956
5957 2009-02-15 Glenn Morris <rgm@gnu.org>
5958
5959 * gnus-util.el (rmail-insert-rmail-file-header)
5960 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5961 autoloads.
5962 (rmail-default-rmail-file): Remove unnecessary declaration.
5963 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5964
5965 2009-02-14 Glenn Morris <rgm@gnu.org>
5966
5967 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5968 variable (only used in gnus-util, which declares it anyway).
5969 (rmail-output-to-rmail-file): Remove autoload of deleted function,
5970 which was only needed by gnus-art (changed to not use it any more).
5971 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5972 only used in gnus-util, which autoloads it itself.
5973 (rmail-update-summary): Fix autoload.
5974
5975 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5976 rather than rmail-output-to-rmail-file.
5977
5978 2009-02-07 Glenn Morris <rgm@gnu.org>
5979
5980 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5981 autoload of function that no longer exists.
5982 (rmail-toggle-header): Declare.
5983 (message-forward-rmail-make-body): Handle mbox Rmail.
5984
5985 2009-01-31 Glenn Morris <rgm@gnu.org>
5986
5987 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5988 2009-01-09 change.
5989
5990 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
5991
5992 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5993 (auth-source-forget-all-cached): New convenience function.
5994 (auth-source-user-or-password): Accept list of modes or a single mode.
5995
5996 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5997 auth-source modes.
5998
5999 * nnimap.el (nnimap-open-connection): Use list of
6000 auth-source modes.
6001
6002 * nntp.el (nntp-send-authinfo): Use list of
6003 auth-source modes.
6004
6005 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6006
6007 * auth-source.el: Update docs to reflect epa-file-enable is to be used
6008 now.
6009
6010 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6011
6012 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6013 coding system in XEmacs; add a workaround for XEmacs.
6014
6015 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
6016
6017 * mm-util.el (mm-coding-system-priorities): Protect against nil value
6018 of current-language-environment.
6019
6020 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
6021
6022 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6023 available at runtime.
6024
6025 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6026
6027 * gnus-art.el (article-date-ut): Fix end point of narrowing.
6028
6029 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
6030
6031 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6032 the greatest positive fixnum value doesn't work under an XEmacs with
6033 bignum support; use the most-positive-fixnum constant instead,
6034 available since Emacs 21.1 with cl and XEmacs 21.1.
6035
6036 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6037
6038 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6039 XEmacs gets not to work.
6040
6041 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6042
6043 * mm-util.el (mm-coding-system-priorities): Allow the value like
6044 "Japanese (UTF-8)" of current-language-environment.
6045
6046 2009-01-09 Glenn Morris <rgm@gnu.org>
6047
6048 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6049 with last-command-event.
6050
6051 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6052
6053 * message.el (message-fix-before-sending): Amend comment.
6054
6055 2009-01-07 David Engster <dengste@eml.cc>
6056
6057 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6058 simplified server definitions by converting it via
6059 gnus-server-to-method.
6060
6061 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6062
6063 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6064 parameter's operands.
6065
6066 2009-01-06 David Engster <dengste@eml.cc>
6067
6068 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6069 primary select method (for gnus-group-mark-article-as-read).
6070
6071 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
6072
6073 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6074 `(gnus)Face', not `(gnus)X-Face'.
6075
6076 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6077
6078 * mm-util.el (mm-ucs-to-char): New function.
6079
6080 * mm-url.el (mm-url-decode-entities): Use it.
6081
6082 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6083
6084 * message.el (message-fix-before-sending): Add `eight-bit' to
6085 illegible-text check.
6086
6087 2009-01-03 Michael Olson <mwolson@gnu.org>
6088
6089 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6090 `headers' is nil. This can occur if the IMAP server does not have
6091 permissions to read messages from a folder, but can write new messages
6092 to the folder.
6093 (nnimap-request-article-part): Do not insert `data' if it is nil.
6094
6095 2009-01-01 Dave Love <fx@gnu.org>
6096
6097 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6098
6099 * nnimap.el: Fix author email.
6100 (nnimap-split-rule): Add FIXME comment.
6101 (nnimap-debug): Fix doc string.
6102
6103 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
6104
6105 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6106 overlay-arrow-position and overlay-arrow-string buffer-local; no need
6107 to check if those variables exist (first appeared in Emacs 18.50).
6108
6109 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
6110
6111 * mm-util.el (mm-line-number-at-pos): New function.
6112
6113 * spam-report.el (spam-report-process-queue): Use it.
6114
6115 2008-12-24 David Engster <dengste@eml.cc>
6116
6117 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6118 parameters that haven't existed as variables as buffer-local variables.
6119
6120 2008-12-23 Dave Love <fx@gnu.org>
6121
6122 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6123 cadar.
6124
6125 * sieve-manage.el (sieve-manage-starttls-p): Rename from
6126 imap-starttls-p.
6127 (sieve-manage-starttls-open): Rename from imap-starttls-open.
6128
6129 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
6130
6131 * spam-report.el (spam-report-gmane-max-requests): New constant.
6132 (spam-report-gmane-wait): New variable.
6133 (spam-report-gmane-ham, spam-report-gmane-spam)
6134 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6135 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6136 the server.
6137
6138 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6139 Add explanations.
6140
6141 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6142 nnheader-accept-process-output and nnheader-read-timeout if available.
6143 (pop3-movemail): Use it.
6144
6145 * message.el (message-check-news-body-syntax): Fix signature check if
6146 there's an attachment.
6147
6148 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * mm-util.el: Add comments to the mm- emulating functions.
6151
6152 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
6153
6154 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6155 Reported by Stephen Berman <stephen.berman@gmx.net>.
6156
6157 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6158
6159 * mm-util.el (mm-substring-no-properties): New function.
6160 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6161 (mm-special-display-p): Enable those lambda forms to be byte compiled.
6162 (mm-string-to-multibyte): Doc fix.
6163
6164 * mml.el (mml-attach-file): Use mm-substring-no-properties.
6165
6166 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6167
6168 * mml.el (mml-attach-file): Strip text properties from file name.
6169 (Bug#1574)
6170
6171 2008-12-16 Glenn Morris <rgm@gnu.org>
6172
6173 * mm-util.el (mm-charset-override-alist): Declare for compiler.
6174
6175 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6176
6177 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6178 knows since the charset specified might be a bogus alias that
6179 mm-charset-synonym-alist provides.
6180
6181 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6182
6183 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6184 "ISO_8859-1".
6185
6186 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6187
6188 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6189
6190 * mm-util.el (mm-charset-eval-alist):
6191 Define it before mm-charset-to-coding-system.
6192 (mm-charset-to-coding-system): Add optional argument `silent';
6193 define it before mm-charset-override-alist.
6194 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6195 default value if it can be used in Emacs currently running;
6196 silence mm-charset-to-coding-system.
6197
6198 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6199
6200 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6201 `allow-override' which says whether to use `mm-charset-override-alist'.
6202 (rfc2047-decode-encoded-words): Use it.
6203
6204 * mm-util.el (mm-charset-override-alist): Fix custom type;
6205 add `(gb2312 . gbk)' to choices.
6206
6207 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6208
6209 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6210 fast.
6211
6212 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6213
6214 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
6215
6216 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6217 on links.
6218
6219 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6220
6221 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6222
6223 * message.el (message-idna-to-ascii-rhs-1): Protect against local
6224 users' addresses that don't have domain parts.
6225 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6226 rather than message-narrow-to-head since there will be the message
6227 header separator.
6228
6229 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6232 since the result is inserted in a unibyte buffer anyway.
6233 (nnimap-demule-use-string-to-multibyte): Remove.
6234 (nnimap-demule): Alias it to mm-string-to-multibyte.
6235
6236 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6237
6238 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6239 variable for debugging bug#464 and bug#1174.
6240 (nnimap-demule): Use it.
6241
6242 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6243
6244 * gnus-score.el (gnus-score-find-trace): Handle default score in total
6245 score calculation correctly.
6246
6247 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * message.el (message-send-mail): Just set the buffer to unibyte
6250 rather than use mm-with-unibyte-current-buffer which does a lot more.
6251 (message-send-mail-partially): Don't bother with
6252 mm-with-unibyte-current-buffer since it's already been made unibyte by
6253 message-send-mail.
6254
6255 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
6256
6257 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6258
6259 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
6260
6261 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6262
6263 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6264
6265 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6266 require itself and to remove `with-no-warnings'.
6267
6268 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
6269
6270 * starttls.el (starttls-any-program-available): Get the name of the
6271 available TLS layer program.
6272 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6273 well as the host name in the "opening" message.
6274
6275 * auth-source.el (auth-source-cache, auth-source-do-cache)
6276 (auth-source-user-or-password): Cache passwords and logins by default,
6277 allow override with `auth-source-do-cache'.
6278 (auth-source-forget-user-or-password): Allow users to remove cache
6279 entries if needed.
6280
6281 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6282
6283 * ietf-drums.el (ietf-drums-remove-comments): Localize second
6284 condition-case to only the forward-sexp call.
6285
6286 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6287
6288 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6289 quotes contained. Make it more robust regardless by an extra
6290 condition-case wrapper.
6291
6292 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6293
6294 * nnml.el (nnml-request-expire-articles): Check if the function set to
6295 `nnmail-expiry-target' returns the symbol `delete'.
6296
6297 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6298
6299 * nnmail.el (nnmail-expiry-target): Fix custom type.
6300
6301 2008-10-02 Glenn Morris <rgm@gnu.org>
6302
6303 * mm-util.el (mm-codepage-setup): Tweak codepage error.
6304 Silence compiler warning.
6305
6306 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * mml.el (mml-menu): Don't assume mml2015 is bound.
6309
6310 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6311
6312 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6313 exists.
6314
6315 2008-09-27 Glenn Morris <rgm@gnu.org>
6316
6317 * gnus-util.el (mail-header-remove-comments): Autoload it.
6318
6319 2008-09-27 Andreas Schwab <schwab@suse.de>
6320
6321 * gnus-util.el (gnus-split-references): Strip comments.
6322 (gnus-parent-id): Likewise.
6323
6324 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
6325
6326 * message.el (message-confirm-send): Fix version.
6327
6328 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6329
6330 * message.el (message-idna-to-ascii-rhs-1): Use
6331 mail-extract-address-components rather than mail-header-parse-addresses
6332 that is an alias by default to ietf-drums-parse-addresses that does not
6333 support non-ASCII names in headers' contents.
6334
6335 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6336
6337 * message.el (message-confirm-send): Fix variable documentation to
6338 avoid the "y/n" wording.
6339
6340 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
6341
6342 * message.el (message-set-auto-save-file-name): Save to a different
6343 filename so multiple messages (especially drafts) can be recovered.
6344
6345 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6346
6347 * message.el (message-confirm-send): Add appropriate version.
6348
6349 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6350
6351 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6352 defvar.
6353
6354 2008-09-22 Daiki Ueno <ueno@unixuser.org>
6355
6356 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6357 (mm-pkcs7-enveloped-magic): Ditto.
6358
6359 2008-09-17 Simon Josefsson <simon@josefsson.org>
6360
6361 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6362 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6363
6364 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6365
6366 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6367 default, it's better.
6368
6369 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
6370
6371 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6372 summary line gnus-number property and ignore them (with a warning
6373 message).
6374
6375 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6376
6377 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6378 macro caddr in the interactive form since it won't be expanded.
6379
6380 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6381
6382 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6383 `charset'; fix name of function called recursively.
6384 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6385
6386 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6389 (gnus-mime-set-charset-parameters): New function.
6390 (gnus-mime-view-part-as-charset): Use it to correctly display part
6391 specifying wrong charset.
6392
6393 2008-09-08 David Engster <dengste@eml.cc>
6394
6395 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6396 in completing-read for back end server.
6397
6398 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
6399
6400 * message.el (message-confirm-send): New variable to confirm sending a
6401 message.
6402 (message-send): Use it.
6403
6404 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
6405
6406 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6407
6408 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
6409
6410 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6411
6412 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
6413
6414 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6415 prevent tracking too many groups.
6416 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6417 Use it.
6418
6419 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
6420
6421 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6422 moving point to the bottom of the window in order to avoid recentering.
6423
6424 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
6425
6426 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6427 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6428 (gnus-article-beginning-of-window): Fix calculation.
6429
6430 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
6431
6432 * gnus-msg.el (gnus-summary-supersede-article)
6433 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6434 value of gnus-newsgroup-charset to decode non-MIME encoded text in
6435 message header.
6436
6437 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6438
6439 * message.el:
6440 * gnus-start.el:
6441 * gnus-registry.el: Remove VMS support.
6442
6443 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6444
6445 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6446 macro.
6447 (rfc2104-hash): Use it.
6448
6449 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6450
6451 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6452 (gnus-summary-sort-by-most-recent-date): New commands.
6453 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6454 and menu entries.
6455
6456 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6457
6458 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6459 don't redisplay article for raw contents; remove plural articles stuff.
6460
6461 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6462 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6463 on gnus-summary-save-article; display results properly.
6464
6465 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6466
6467 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6468
6469 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6470
6471 * gnus-art.el (gnus-summary-save-in-pipe):
6472 Consider gnus-save-all-headers.
6473
6474 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6475
6476 * gnus-util.el (ns-focus-frame): Remove declaration.
6477 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6478 like x.
6479
6480 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6481
6482 * rfc2104.el (rfc2104-zero): Delete defconst.
6483 (rfc2104-hex-alist): Likewise.
6484 (rfc2104-hex-to-int): Delete func.
6485 (rfc2104-hexstring-to-bitstring): Likewise.
6486 (rfc2104-nybbles): New defconst.
6487 (rfc2104-hash): Rewrite for speed.
6488
6489 2008-07-16 Glenn Morris <rgm@gnu.org>
6490
6491 * gnus-util.el (ns-focus-frame): Declare for compiler.
6492
6493 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6494
6495 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6496 set as a group parameter.
6497 (gnus-summary-save-in-pipe): Work when it is called independently.
6498 (gnus-summary-pipe-to-muttprint): Don't modify
6499 gnus-summary-pipe-output-default-command.
6500
6501 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * message.el (message-send-mail-with-sendmail):
6504 Display the error message.
6505
6506 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6507
6508 * gnus-art.el (gnus-default-article-saver):
6509 Add gnus-summary-save-in-pipe to choices.
6510 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6511 gnus-summary-pipe-output-default-command as the default command.
6512 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6513 instead of gnus-last-shell-command.
6514
6515 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6516 New user option.
6517 (gnus-summary-muttprint-program): Mention the value will be changed.
6518 (gnus-summary-save-article): Force showing of all headers.
6519 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6520
6521 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6522
6523 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6524
6525 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
6526
6527 * nnimap.el (nnimap-id):
6528 * sieve-manage.el (sieve-manage-open): Doc fixes.
6529
6530 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6531
6532 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6533 if available.
6534
6535 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6538
6539 * nnkiboze.el (nnkiboze-generate-group):
6540 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6541
6542 * nnmairix.el: Require CL.
6543
6544 2008-06-15 David Engster <dengste@eml.cc>
6545
6546 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6547
6548 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6549
6550 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6551 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6552 runtime choice under XEmacs.
6553
6554 * gnus-sum.el (gnus-summary-set-display-table):
6555 Use `gnus-put-display-table', `gnus-get-display-table',
6556 `gnus-set-display-table' for the display table, instead of `aset'.
6557
6558 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6559
6560 * nnmairix.el: Add autoloads.
6561
6562 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6563
6564 * nnmairix.el (nnmairix-delete-recreate-group)
6565 (nnmairix-update-and-clear-marks): Fix error messages.
6566
6567 2008-06-14 David Engster <dengste@eml.cc>
6568
6569 * nnmairix.el: Upgrade to version 0.6.
6570 (nnmairix-group-toggle-propmarks-this-group)
6571 (nnmairix-group-toggle-readmarks-this-group)
6572 (nnmairix-group-delete-recreate-this-group)
6573 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6574 (nnmairix-remove-tick-mark-original-article): New commands.
6575 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6576 (nnmairix-propagate-marks-to-nnmairix-groups)
6577 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6578 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6579 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6580 functions needed for marks propagation and manipulation of read marks.
6581 (nnmairix-update-groups): New function.
6582 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6583 (nnmairix-determine-original-group-from-registry)
6584 (nnmairix-determine-original-group-from-path)
6585 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6586 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6587 New helper functions.
6588 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6589 keystrokes for new commands.
6590 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6591 (nnmairix-request-group): Check allow-fast group parameter.
6592 (nnmairix-request-create-group): Set allow-fast group parameter if
6593 nnmairix-allowfast-default is set.
6594 (nnmairix-close-group): Propagate marks upon closing if needed.
6595 (nnmairix-group-toggle-threads-this-group): Use new.
6596 nnmairix-group-toggle-parameter helper function.
6597 (nnmairix-search): Better check for empty search result.
6598 (nnmairix-goto-original-article): Use new helper functions for
6599 determining original article.
6600 (nnmairix-show-original-article): Make sure message-id is in brackets.
6601 (nnmairix-call-mairix-binary): Change variable name.
6602 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6603 helper function.
6604 (nnmairix-widget-toggle-activate): Fix doc string.
6605
6606 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6607
6608 * nnir.el: Require edmacro when compiling with XEmacs.
6609 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6610 available in Emacs 21.
6611
6612 2008-06-11 Glenn Morris <rgm@gnu.org>
6613
6614 * gnus-util.el (x-focus-frame):
6615 * gnus.el (image-size):
6616 * mm-decode.el (image-size): Declare.
6617
6618 * gnus-picon.el (declare-function): Add compat definition.
6619 (image-size): Declare.
6620
6621 * gnus-group.el (tool-bar-map):
6622 * gnus-sum.el (tool-bar-map): Define for compiler.
6623
6624 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6625
6626 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6627
6628 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6629 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6630 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6631 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6632 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6633 * sieve-manage.el, spam-report.el, spam.el:
6634 Remove unnecessary eval-and-compile of autoloads.
6635
6636 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6637
6638 * auth-source.el: Precise Tramp doc.
6639
6640 2008-06-07 Glenn Morris <rgm@gnu.org>
6641
6642 * nnmairix.el: Remove unnecessary eval-when-compile.
6643
6644 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6645
6646 * nnir.el: New file.
6647
6648 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * gnus-util.el (gnus-read-shell-command): New function.
6651 * mm-decode.el (mm-pipe-part):
6652 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6653
6654 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6655
6656 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6657
6658 2008-06-03 Glenn Morris <rgm@gnu.org>
6659
6660 * pop3.el (nnheader-accept-process-output): Autoload it.
6661
6662 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6663
6664 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6665 are not 2-digit hexadecimal characters that follow `%'s.
6666
6667 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6668
6669 * message.el (message-bogus-recipient-p): Fix type in doc string.
6670 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6671 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6672 Improve custom options.
6673 (message-bogus-recipient-p): Adjust accordingly.
6674
6675 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6676
6677 * nnmairix.el: Require edmacro when compiling with XEmacs.
6678
6679 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6680
6681 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6682 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6683
6684 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6685
6686 * auth-source.el: Add more docs.
6687
6688 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6689
6690 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6691 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
6692 retrieval faster in some cases, but might make CPU usage larger.
6693 If this has any bad side effects, we might revert this change.
6694
6695 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6696 seems to make mail retrieval much, much faster.
6697 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6698 unconditionally.
6699
6700 * gnus-draft.el (gnus-group-send-queue):
6701 Bind message-send-mail-partially-limit to nil to avoid being prompted.
6702
6703 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6704
6705 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6706
6707 * message.el (message-bogus-address-regexp): Fix and improve custom
6708 type.
6709 (message-setup-hook): Add message-check-recipients as custom option.
6710
6711 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6712
6713 * message.el (message-cite-function): Remove bogus autoload which crept
6714 in during merge from v5-10.
6715
6716 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6717
6718 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6719
6720 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6721
6722 * auth-source.el: Preliminary Tramp docs.
6723 (auth-sources): Change the default auth-sources to use
6724 EPA .gpg files.
6725
6726 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6727
6728 * nntp.el: Autoload `auth-source-user-or-password'.
6729 (nntp-send-authinfo): Use it.
6730
6731 * nnimap.el: Autoload `auth-source-user-or-password'.
6732 (nnimap-open-connection): Use it.
6733
6734 * auth-source.el: Add docs on using with url-auth. Import gnus-util
6735 for the gnus-message function.
6736 (auth-source-user-or-password): Use it.
6737
6738 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6741 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6742 (rfc2104-hash): Use it.
6743
6744 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6745
6746 * gnus-art.el (gnus-article-toggle-truncate-lines):
6747 Don't use `iff' in docstring.
6748
6749 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6750
6751 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6752
6753 * gnus-util.el (gnus-extract-address-component-name)
6754 (gnus-extract-address-component-email): Convenience functions around
6755 `gnus-extract-address-components'.
6756
6757 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6758 Use `gnus-extract-address-component-email' to fix bug of comparing full
6759 sender name to `user-mail-address'.
6760
6761 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6762
6763 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6764 catch/throw to optimize.
6765 (gnus-registry-find-keywords): Just use member to find a keyword.
6766
6767 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6770 is current before calling gnus-server-prepare.
6771 (gnus-server-setup-buffer, gnus-server-update-server)
6772 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6773
6774 2008-05-04 Juri Linkov <juri@jurta.org>
6775
6776 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6777 (mailcap-file-default-commands): Use mailcap-replace-in-string
6778 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6779 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6780
6781 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
6782
6783 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6784
6785 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6786
6787 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6788 hooks.
6789 (gnus-update-read-articles): Speed up non-marks-using users.
6790 (gnus-use-marks): Define gnus-use-marks.
6791 (gnus-propagate-marks): Rename variable to something more sensible.
6792
6793 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6794
6795 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6796 (gmm-image-load-path-for-library): Fix typos in docstrings.
6797 (gmm-message): Reflow docstring.
6798
6799 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6800
6801 * mail-source.el (mail-source-set-1, mail-source-bind):
6802 Move auth-source code out of the macro to clean it up and fix bugs.
6803
6804 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6805
6806 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6807 by sender if it's equal to user-mail-address, it's likely to be
6808 useless.
6809
6810 * mail-source.el (mail-source-bind): Don't use user or password if they
6811 are not bound. Unintern them if they are nil. Don't use server unless
6812 it's bound, and default it to empty string otherwise.
6813
6814 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6815
6816 * mail-source.el: Load auth-source.el.
6817 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6818 get user name or password, if auth-sources is set up.
6819
6820 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6821 strategy of splitting with parent.
6822 (gnus-registry-split-fancy-with-parent)
6823 (gnus-registry-post-process-groups): Use it and fix prior
6824 bug (returning a list as the split result).
6825
6826 * auth-source.el (auth-sources): Remove server parameter.
6827 (auth-source-pick, auth-source-user-or-password)
6828 (auth-source-user-or-password-imap)
6829 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6830 (auth-source-user-or-password-sftp)
6831 (auth-source-user-or-password-smtp): Remove server parameter.
6832
6833 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * smime.el (smime-sign-region, smime-encrypt-region)
6836 (smime-decrypt-region):
6837 Remove redundant calls to `generate-new-buffer-name'.
6838
6839 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
6840
6841 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6842 Don't use QP for message/rfc822.
6843 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6844
6845 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * sieve-manage.el (sieve-string-bytes): Remove.
6848 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6849 correct byte-length only if the process's coding-system is the same as
6850 the one used internally by Emacs to represent strings.
6851
6852 2008-04-22 Juri Linkov <juri@jurta.org>
6853
6854 * mailcap.el (mailcap-file-default-commands): New function.
6855
6856 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6857
6858 * message.el (message-signature-separator, message-cite-function):
6859 Change custom version.
6860
6861 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6862
6863 * mm-decode.el (mm-display-external): Make temp file read-only.
6864
6865 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6866
6867 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6868 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
6869 `C-c C-f d'.
6870
6871 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6872
6873 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6874
6875 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6876
6877 * auth-source.el: Add docs.
6878 (auth-sources): Modify format to support server.
6879 (auth-source-pick, auth-source-user-or-password)
6880 (auth-source-user-or-password-imap)
6881 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6882 (auth-source-user-or-password-sftp)
6883 (auth-source-user-or-password-smtp): Add server parameter.
6884
6885 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
6886
6887 * gnus-registry.el: Initialize the registry when gnus-registry-install
6888 is t.
6889
6890 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
6891
6892 * compface.el (uncompface): Make buffer unibyte.
6893
6894 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * mail-source.el (mail-source-value):
6897 Prefer fboundp to functionp so it works with macros as well.
6898
6899 2008-04-05 Glenn Morris <rgm@gnu.org>
6900
6901 * gnus-ems.el (mm-disable-multibyte): Autoload it.
6902
6903 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6906 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6907
6908 * nnheader.el (nnheader-init-server-buffer): Change buffer's
6909 multibyteness after rather than before erasing it.
6910
6911 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6912 mm-with-multibyte.
6913 (gnus-request-article-this-buffer): Make sure the proper decoding is
6914 used if gnus-original-article-buffer happens to be unibyte.
6915
6916 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6917 default-enable-multibyte-characters.
6918
6919 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6920 default-enable-multibyte-characters.
6921
6922 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6923
6924 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6925
6926 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6929 Fix last change in case the element is not even a symbol.
6930
6931 2008-04-02 Simon Josefsson <simon@josefsson.org>
6932
6933 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6934 imap-enable-exchange-bug-workaround.
6935 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6936
6937 2008-04-01 Simon Josefsson <simon@josefsson.org>
6938
6939 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6940 a 100 byte status-checks into a 2-3MB transfer for each group.
6941 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6942 to enable bug workaround or not.
6943 (nnimap-find-minmax-uid): Only enable workaround conditionally.
6944
6945 2008-03-31 Glenn Morris <rgm@gnu.org>
6946
6947 * message.el (mml2015-use): Declare for compiler.
6948 (message-info): Require mml2015 when appropriate.
6949
6950 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6953 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6954 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6955 (nntp-service-to-port): New function.
6956 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6957 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6958 (nntp-open-netcat-stream): New function.
6959 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6960
6961 2008-03-29 Sven Joachim <svenjoac@gmx.de>
6962
6963 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6964
6965 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6968
6969 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
6970
6971 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6972
6973 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6974
6975 * message.el (message-signature-separator): Change default.
6976 Improve custom type.
6977 (message-cite-function): Change default to
6978 message-cite-original-without-signature.
6979
6980 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6981 toggle.
6982
6983 * message.el (message-check-news-body-syntax): Fix signature check.
6984 (message-setup-1): Mark buffer as unmodified _after_ running
6985 message-setup-hook and handling message-alternative-emails.
6986 (message-shorten-references): Be more strict when building list of
6987 valid references to comply with GNKSA.
6988
6989 * gnus-group.el (gnus-read-ephemeral-bug-group)
6990 (gnus-read-ephemeral-debian-bug-group)
6991 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6992
6993 * message.el (message-info): Don't use booleanp which isn't supported
6994 in Emacs 21 and XEmacs.
6995
6996 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6997
6998 * gnus-group.el (gnus-gmane-group-download-format): Rename from
6999 gnus-group-gmane-group-download-format.
7000 (gnus-group-read-ephemeral-gmane-group): Rename from
7001 gnus-group-read-ephemeral-gmane-group.
7002 (gnus-read-ephemeral-gmane-group-url): Rename from
7003 gnus-group-read-ephemeral-gmane-group-url.
7004 (gnus-bug-group-download-format-alist): New variable.
7005 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7006 (gnus-read-ephemeral-emacs-bug-group): New commands.
7007
7008 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7009
7010 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7011 (gnus-visible-headers): Improve custom type.
7012
7013 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7014
7015 * mml.el (mml-menu): Add workarounds for XEmacs.
7016
7017 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7018 X-Boundary header.
7019
7020 * message.el (message-simplify-recipients): Fix previous commit.
7021
7022 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7023
7024 * mm-util.el (mm-set-buffer-multibyte): New function.
7025 * mm-decode.el (mm-copy-to-buffer): Use it.
7026
7027 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7028 Prefer fboundp to functionp so it works with macros as well.
7029
7030 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7031
7032 * message.el (message-alter-recipients-discard-bogus-full-name):
7033 New function.
7034 (message-alter-recipients-function): New variable.
7035 (message-get-reply-headers): Use it.
7036 (message-replace-header): New helper function.
7037 (message-recipients-without-full-name): New variable.
7038 (message-simplify-recipients): New command.
7039
7040 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7041
7042 * message.el (message-info): Handle EasyPG manual.
7043
7044 * mml.el (mml-menu): Add entry for EasyPG.
7045
7046 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
7047
7048 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7049 parameter.
7050
7051 * message.el (message-disassociate-draft): Specify drafts group name
7052 fully.
7053
7054 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
7055
7056 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7057 Eliminate unnecessary duplicates from the match list.
7058
7059 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
7060
7061 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7062 args of `how-many' of which the XEmacs version doesn't take; declare
7063 Info-index-next as function.
7064
7065 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7066
7067 * gnus-score.el (gnus-score-headers): Fix handling of
7068 gnus-inhibit-slow-scoring.
7069
7070 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7071 string.
7072 (gnus-button-url-regexp): Improve handling of parenthesis.
7073 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7074 (gnus-button-handle-info-keystrokes): Handle index entries.
7075
7076 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
7077
7078 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7079 Incoming* files.
7080
7081 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
7082
7083 * auth-source.el (auth-sources): Rename from auth-source-choices.
7084 (auth-source-pick): Use it.
7085
7086 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
7087
7088 * auth-source.el (auth-source-protocols)
7089 (auth-source-protocols-customize, auth-source-choices): Add and
7090 modified variable customizations and defaults.
7091 (auth-source-pick, auth-source-user-or-password)
7092 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7093 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7094 (auth-source-user-or-password-sftp)
7095 (auth-source-user-or-password-smtp): Use new variables and provide an
7096 interface to netrc.el.
7097
7098 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
7099
7100 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7101 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7102 Make sure the nntp port to specify is a string.
7103
7104 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * nntp.el: Use with-current-buffer.
7107 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7108 dubious mm-with-unibyte-current-buffer.
7109 (nntp-with-open-group-function): New function extracted from
7110 nntp-with-open-group macro.
7111 (nntp-with-open-group): Use the function, so it's easier to debug.
7112 Add indentation and debugging info.
7113 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7114 Recommend the use of the netcat alternatives.
7115
7116 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7117 Avoid mm-string-as-multibyte as well.
7118
7119 * nnweb.el (nnweb-insert-html):
7120 Remove use of nnheader-string-as-multibyte.
7121
7122 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7123 (nnheader-string-as-multibyte): Remove.
7124
7125 * mm-view.el: Use inhibit-read-only.
7126 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7127 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7128 or unibyte-string.
7129
7130 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7131 (mm-uu-yenc-extract): Use with-current-buffer.
7132
7133 * gnus-soup.el (gnus-soup-send-packet): Don't use
7134 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7135
7136 * nnmh.el: Use with-current-buffer.
7137 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7138 mm-string-as-multibyte on the output of mm-encode-coding-string.
7139
7140 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7141 (nnimap-request-move-article): Use with-current-buffer.
7142
7143 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7144 inserting the handle-buffer's text, so the implicit multibyte->unibyte
7145 conversion uses string-make-unibyte rather than string-as-unibyte.
7146
7147 * gnus-msg.el: Use with-current-buffer.
7148
7149 * message.el (message-ignored-resent-headers): Add "Delivered-To".
7150
7151 2008-03-10 Daiki Ueno <ueno@unixuser.org>
7152
7153 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7154 string for caching if it is 'PIN.
7155
7156 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7157
7158 * mail-source.el (mail-source-delete-old-incoming-confirm):
7159 Change default to nil.
7160 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7161
7162 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
7163
7164 * gnus-art.el (gnus-narrow-to-page): Position point properly.
7165 (gnus-article-goto-prev-page): Work for articles having ^L's.
7166
7167 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7168
7169 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7170
7171 2008-03-07 Karl Fogel <kfogel@red-bean.com>
7172
7173 * gnus-bookmark.el: Adjust for renames in bookmark.el.
7174 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7175 (gnus-bookmark-jump): Adjust some variable names.
7176
7177 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
7178
7179 * auth-source.el: New package.
7180 (auth-source-choices): Add customization entry point variable.
7181
7182 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7183 bug.
7184
7185 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
7186
7187 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7188 (gnus-registry-initialize, gnus-registry-install-p): Use it.
7189 (gnus-registry-install-shortcuts): Rename from
7190 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
7191 the `gnus-registry-mark-map' keymap dynamically from
7192 `gnus-registry-marks'. The generated functions update the summary line
7193 when a registry mark is added or deleted, and will call
7194 `gnus-registry-install-p' (see the comments in the code).
7195 (gnus-registry-user-format-function-M): Use concat intelligently.
7196
7197 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7198 the registry mark functions.
7199
7200 2008-03-05 Glenn Morris <rgm@gnu.org>
7201
7202 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7203 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7204 gnus-art.
7205 (top-level): No need to load own source when compiling.
7206
7207 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7208
7209 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7210 Suggested by <chris.anderton@zetnet.co.uk>.
7211
7212 2008-03-04 Glenn Morris <rgm@gnu.org>
7213
7214 * gnus-sum.el (top-level): No need to require gnus when compiling,
7215 since unconditionally required near start of file.
7216 (gnus-summary-display-while-building): Move definition before use.
7217
7218 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
7219
7220 * gnus-registry.el (gnus-registry-user-format-function-M):
7221 Add formatting function.
7222
7223 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7224
7225 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7226 with plists.
7227 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7228 Use new format.
7229
7230 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7231
7232 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7233 `where-is-internal' that returns a range of key sequences.
7234
7235 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7238
7239 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7240 (gnus-summary-jump-to-group): Consider windows on other displayed
7241 frames as well. Similar changes might be needed elsewhere, but that's
7242 the one I've bumped into during my use.
7243
7244 * nndoc.el (nndoc-oe-dbx-type-p):
7245 * gnus-msg.el (gnus-debug):
7246 * gnus-group.el (gnus-update-group-mark-positions):
7247 Use mm-string-to-multibyte.
7248
7249 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7250
7251 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7252 doesn't handle NotDashEscaped.
7253
7254 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
7255 (mml-dnd-attach-options): Fix typo in custom choice.
7256
7257 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7258 Change nndoc-article-type to mbox.
7259 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7260
7261 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
7262 to nil, instead of html2text.
7263
7264 * imap.el (imap-debug): Add `imap-ping-server'.
7265
7266 * gnus-bookmark.el: Add FIXMEs.
7267
7268 * message.el (message-form-letter-separator)
7269 (message-send-form-letter-delay): New variables.
7270 (message-send-form-letter): Use them. New command to send form
7271 letters. Requested by Uwe Siart.
7272 (message-send-mail-function): Doc fix. Add "Other" custom option.
7273
7274 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
7275
7276 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7277 empty author.
7278
7279 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
7280
7281 * gnus-registry.el (gnus-registry-marks): Add variable for
7282 customization of marks and their appearance.
7283 (gnus-registry-read-mark): Use it.
7284 (gnus-registry-do-marks): Add utility function to loop through
7285 `gnus-registry-marks'.
7286 (gnus-registry-install-shortcuts-and-menus): Add function to install
7287 shortcuts and menus.
7288 (gnus-registry-initialize): Use it.
7289 (gnus-registry-default-mark): Clarify documentation.
7290
7291 2008-02-29 Glenn Morris <rgm@gnu.org>
7292
7293 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7294 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7295 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7296 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7297 Change defcustom :version from 23.0 to 23.1.
7298
7299 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
7300
7301 * gnus-registry.el (gnus-registry-follow-group-p)
7302 (gnus-registry-post-process-groups): Add functions to aid registry
7303 splitting and improve logging. Clarify behavior in function
7304 documentation.
7305 (gnus-registry-split-fancy-with-parent): Use them.
7306
7307 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * gnus-art.el: Use with-current-buffer.
7310
7311 2008-02-27 David Engster <dengste@eml.cc>
7312
7313 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7314 Express real group name in the response.
7315
7316 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7317
7318 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7319 (nnmairix-last-server, nnmairix-current-server): Defvar them.
7320 (nnmairix-goto-original-article): Defvar gnus-registry-install and
7321 autoload gnus-registry-fetch-group when compiling.
7322 (nnmairix-request-group-with-article-number-correction):
7323 Remove unreferenced argument passed to nnmairix-call-backend.
7324
7325 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7326
7327 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7328 (mm-uu-extract): Improve face for low color ttys.
7329 Reported by Sascha Wilde.
7330
7331 2008-02-27 Glenn Morris <rgm@gnu.org>
7332
7333 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7334 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7335 variables to defconsts. Convert comments to doc-strings.
7336 (nnmairix-last-server, nnmairix-current-server): Convert from free
7337 variables to defvars. Convert comments to doc-strings.
7338 (gnus-registry-fetch-group): Autoload.
7339 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7340 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7341 (nnmairix-widget-build-editable-fields): Use car cddr rather than
7342 caddr.
7343 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7344 nnmairix-request-group-with-article-number-correction call.
7345 (nnmairix-fast, nnmairix-group): New, less general names, for free
7346 variables passed from nnmairix-request-group to
7347 nnmairix-request-group-with-article-number-correction. Declare.
7348 (nnmairix-request-group-with-article-number-correction):
7349 Use nnmairix-fast, nnmairix-group rather than fast, group.
7350
7351 2008-02-26 David Engster <dengste@eml.cc>
7352
7353 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
7354 version 0.5.
7355
7356 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
7357
7358 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7359 instead of making an extra function call. Don't add the current group
7360 to articles only when they have the group. Use
7361 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7362 Reported by David <de_bb@arcor.de>.
7363
7364 2008-02-24 Miles Bader <miles@gnu.org>
7365
7366 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7367 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7368 (mm-find-mime-charset-region):
7369 * mm-bodies.el (mm-encode-body):
7370 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7371
7372 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
7373
7374 * mail-source.el (mail-source-delete-incoming): Change default.
7375 Supplement doc string.
7376
7377 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7378
7379 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7380
7381 * nnmail.el (nnmail-message-id-cache-file): Derive from
7382 `gnus-home-directory'.
7383
7384 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
7385
7386 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7387 Document negative prefix.
7388
7389 * gnus-group.el (gnus-group-read-group): Document negative prefix.
7390
7391 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7392
7393 * message.el (message-unsent-separator): Add the Exim bounce
7394 separator.
7395
7396 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7397
7398 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7399 list.
7400 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7401 recipient/signer list.
7402
7403 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7404
7405 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7406 fbound (Emacs 23 unicode), signal an error.
7407
7408 2008-02-08 Glenn Morris <rgm@gnu.org>
7409
7410 * gnus-art.el (pgg-display-output-buffer): Declare as function.
7411
7412 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
7413
7414 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7415 ports to the calls to `netrc-machine-user-or-password' in addition to
7416 "imap" and "imaps".
7417
7418 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
7419
7420 * gnus.el (gnus-group-startup-message): Add `find-image' call before
7421 image-load-path is let-bound. Reported by Harald Hanche-Olsen
7422 <hanche@math.ntnu.no>.
7423
7424 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7427
7428 2008-02-01 Zhang Wei <id.brep@gmail.com>
7429
7430 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7431
7432 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7433
7434 2008-02-01 Miles Bader <miles@gnu.org>
7435
7436 * mml.el (mml-parse-1): Remove apparently vestigial use of
7437 `mm-hack-charsets'.
7438 * mm-bodies.el (mm-encode-body): Likewise.
7439
7440 2008-02-01 Kenichi Handa <handa@m17n.org>
7441
7442 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7443 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7444 (rfc2104-hash): Convert the result of concat to unibyte string.
7445
7446 2008-02-01 Dave Love <fx@gnu.org>
7447
7448 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7449 coding-system-for-read.
7450 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7451
7452 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7453 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7454 (mm-find-mime-charset-region): Remove hack-charsets stuff.
7455
7456 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
7457
7458 * mail-source.el (mail-sources): Add `group' choice.
7459
7460 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7461 parameter `in-group' to control into which group the articles go.
7462 Add treatment of `group' mail-source.
7463
7464 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7465
7466 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7467 * message.el (message-beginning-of-line): Use featurep instead of bound
7468 tests in order to resolve conditionals at compile time.
7469
7470 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7471
7472 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7473
7474 * mm-decode.el (mm-dissect-buffer): Decode description.
7475
7476 * mml.el (mml-to-mime): Encode message header first.
7477
7478 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7479
7480 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7481 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7482
7483 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7484
7485 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7486
7487 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7488
7489 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7490 prefix keys.
7491 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7492 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7493 gnus-xmas.el.
7494
7495 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7496
7497 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7498 Add new variables for article mark management.
7499 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7500 list of extra data entries which, when present, will indicate that the
7501 article ID should not be trimmed from the registry.
7502 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7503 functions.
7504 (gnus-registry-read-mark): New function to read a mark name from the
7505 user.
7506 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7507 (gnus-registry-set-article-mark-internal): New functions to add and
7508 remove marks.
7509 (gnus-registry-get-article-marks): New function to show the marks for
7510 an article, or retrieve them for further use.
7511
7512 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7513
7514 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7515 keys when no argument is given.
7516
7517 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7518
7519 * gnus-sum.el (gnus-article-sort-by-random)
7520 (gnus-thread-sort-by-random): Fix doc strings.
7521 Reported by jidanni@jidanni.org.
7522
7523 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7524
7525 * gnus-art.el (gnus-article-describe-bindings): New function.
7526 (gnus-article-read-summary-keys): Use it.
7527 (gnus-article-mode-map): Bind `C-h b' to it.
7528
7529 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7530
7531 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7532 XEmacs.
7533 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7534 Protect against non-character events.
7535
7536 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7537
7538 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7539 New command.
7540 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7541 instead of END. Change name of the temp file.
7542 (gnus-group-gmane-group-download-format): Add doc string. Make it
7543 customizable.
7544
7545 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7546
7547 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7548 bind `S W' to gnus-article-wide-reply-with-original; set default
7549 binding to gnus-article-read-summary-send-keys.
7550 (gnus-article-read-summary-keys): Fix the order of keys; display
7551 continuation keys correctly in the echo area; describe bindings
7552 correctly when keys end with `C-h'.
7553 (gnus-article-read-summary-send-keys): New function.
7554 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7555 Work for gnus-article-read-summary-send-keys; display continuation keys
7556 correctly in the echo area.
7557 (gnus-article-reply-with-original): Ignore prefix argument.
7558 (gnus-article-wide-reply-with-original): New function.
7559
7560 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7561
7562 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7563 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7564
7565 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7566
7567 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7568 (gnus-group-read-ephemeral-gmane-group): New command.
7569
7570 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7571
7572 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7573
7574 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7575
7576 * message.el (message-send-mail-function): Increase custom version.
7577
7578 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7579 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7580
7581 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7582
7583 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7584 html parts correctly; support forwarded messages.
7585 (gnus-article-browse-html-article): Remove work buffers.
7586
7587 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7588 compiling.
7589 (netrc-bound-and-true-p): New macro.
7590 (netrc-parse): Use it instead of bound-and-true-p that is not available
7591 in XEmacs 21.4.
7592
7593 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7594
7595 * gnus-registry.el (gnus-registry-mark-article)
7596 (gnus-registry-article-marks): Add functionality to mark articles
7597 through the Gnus registry.
7598
7599 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7600 (netrc-parse): Use encrypt-file-alist to determine if
7601 encrypt-find-model or encrypt-insert-file-contents should be used.
7602
7603 2007-12-19 Glenn Morris <rgm@gnu.org>
7604
7605 * mml.el (message-options-set, message-narrow-to-head)
7606 (message-in-body-p, message-mail-p, message-encode-message-body):
7607 Autoload.
7608 (message-remove-header, message-narrow-to-headers-or-head)
7609 (message-subscribed-p, message-make-mail-followup-to)
7610 (message-position-on-field, message-news-p)
7611 (message-options-set-recipient, message-generate-headers)
7612 (message-sort-headers): Declare as functions.
7613
7614 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7615
7616 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7617 convention in doc string.
7618
7619 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7620
7621 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7622 title to html parts.
7623 (gnus-article-browse-html-article): Pass message header to it.
7624
7625 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7626
7627 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7628
7629 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7630 or password compatible with XEmacs.
7631
7632 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7633
7634 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7635 format document.
7636 (gnus-mime-delete-part): Don't write description line if empty.
7637 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7638
7639 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7640
7641 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7642 (gnus-summary-mark-read-and-unread-as-read)
7643 (gnus-summary-mark-current-read-and-unread-as-read)
7644 (gnus-summary-mark-unread-as-ticked): Doc fix.
7645 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7646
7647 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7648
7649 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7650 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7651
7652 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7653
7654 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7655 yes-or-no-p.
7656
7657 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7658
7659 * mm-decode.el (mm-add-meta-html-tag): New function.
7660 (mm-save-part-to-file, mm-pipe-part): Use it.
7661
7662 * gnus-art.el (gnus-article-browse-delete-temp-files):
7663 Use gnus-y-or-n-p instead of y-or-n-p.
7664 (gnus-article-browse-html-parts): Work with message/external-body; use
7665 mm-add-meta-html-tag.
7666
7667 2007-12-11 Glenn Morris <rgm@gnu.org>
7668
7669 * gnus-cache.el: Require gnus-sum not just when compiling.
7670
7671 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7672
7673 * gnus-int.el (gnus-server-opened, gnus-status-message):
7674 Move definitions before use.
7675
7676 * mm-decode.el: Require gnus-util.
7677 (mm-remove-part): Only call delete-annotation on XEmacs.
7678
7679 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7680
7681 * nnmail.el: Require gnus-int.
7682
7683 * spam.el: Move `require's before `eval-when-compile's.
7684
7685 * gnus-ems.el (gnus-alive-p):
7686 * gnus-fun.el (message-goto-eoh):
7687 * gnus-util.el (gnus-group-name-decode):
7688 * mail-source.el (gnus-compress-sequence):
7689 * message.el (Info-goto-node, format-spec):
7690 * mm-bodies.el (message-options-get):
7691 * mm-decode.el (mm-view-pkcs7):
7692 * mm-util.el (gmm-write-region):
7693 * mml-smime.el (mml-compute-boundary)
7694 (gnus-completing-read-with-default):
7695 * mml.el (widget-button-press, gnus-make-hashtable):
7696 * mml1991.el (mm-decode-content-transfer-encoding)
7697 (mm-encode-content-transfer-encoding)
7698 (message-options-get, message-options-set):
7699 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7700 * nnfolder.el (gnus-request-group):
7701 * nnheader.el (ietf-drums-unfold-fws):
7702 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7703 * smime.el (gnus-run-mode-hooks):
7704 * spam-stat.el (gnus-message): Autoload.
7705
7706 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7707 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7708 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7709 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7710 Add declare-function compatibility definition.
7711
7712 * gnus-cache.el (nnvirtual-find-group-art):
7713 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7714 (gnus-add-image, gnus-add-wash-type):
7715 * gnus-group.el (nnkiboze-score-file):
7716 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7717 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7718 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7719 (message-tokenize-header, gnus-get-buffer-create)
7720 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7721 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7722 * gnus.el (gnus-group-decoded-name):
7723 * mail-source.el (imap-capability):
7724 * mm-bodies.el (message-options-set):
7725 * mm-decode.el (gnus-configure-windows):
7726 * mm-extern.el (message-goto-body):
7727 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7728 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7729 (epg-sub-key-validity, message-options-set):
7730 * mml.el (widget-event-point, gnus-configure-windows):
7731 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7732 * mml2015.el (epg-check-configuration, epg-configuration)
7733 (message-options-set):
7734 * nndb.el (nndb-request-article):
7735 * nnfolder.el (gnus-request-create-group):
7736 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7737 * nnmaildir.el (gnus-group-mark-article-read):
7738 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7739 * rfc1843.el (message-fetch-field):
7740 * spam.el (gnus-extract-address-components):
7741 Declare as functions.
7742
7743 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7744
7745 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7746
7747 2007-12-09 Glenn Morris <rgm@gnu.org>
7748
7749 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7750
7751 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7752 * message.el, mm-view.el, sieve-manage.el, smime.el:
7753 Add declare-function compatibility definition.
7754
7755 * gnus-art.el (w3-region, w3m-region, Info-menu):
7756 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7757 * gnus-sum.el (gnus-get-predicate):
7758 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7759 * message.el (mail-abbrev-in-expansion-header-p):
7760 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7761 (w3m-detect-meta-charset, w3m-region):
7762 * sieve-manage.el (password-read, password-cache-add)
7763 (password-cache-remove):
7764 * smime.el (password-read-and-add): Declare as functions.
7765
7766 2007-12-08 David Kastrup <dak@gnu.org>
7767
7768 * gnus-sum.el (gnus-summary-simplify-subject-query):
7769 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7770 `message'.
7771
7772 2007-12-07 Glenn Morris <rgm@gnu.org>
7773
7774 * gnus-art.el (article-make-date-line): Revert previous change.
7775
7776 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7777
7778 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7779
7780 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
7781
7782 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7783 Call gnus-add-to-range ranges only once with a prepared article-list.
7784
7785 2007-12-06 Paul Jarc <prj@po.cwru.edu>
7786
7787 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7788 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7789 group names with backslashes.
7790 Reported by Tassilo Horn <tassilo@member.fsf.org>.
7791
7792 2007-12-06 Deepak Goel <deego3@gmail.com>
7793
7794 * gnus-art.el (article-make-date-line):
7795 * gnus-start.el (gnus-load):
7796 * pop3.el (pop3-read-response): Fix buggy call to `error'.
7797
7798 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7799
7800 * gnus-art.el (gnus-use-idna)
7801 * gnus-start.el (gnus-site-init-file)
7802 * message.el (message-use-idna)
7803 * mm-uu.el (mm-uu-hide-markers)
7804 * smiley.el (smiley-style): Revert changes that suppress warnings.
7805
7806 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7807
7808 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7809 specify charset to html source.
7810 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7811
7812 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7813
7814 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7815 idna-program in order to suppress byte compile warning issued by XEmacs
7816 that came to byte compile the default value section of defcustom forms
7817 recently.
7818
7819 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7820 value of installation-directory.
7821
7822 * message.el (message-use-idna): Don't directly refer to the value of
7823 idna-program.
7824
7825 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7826
7827 * smiley.el (smiley-style): Don't directly call face-attribute.
7828
7829 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7830
7831 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7832
7833 * gnus-dired.el: Reduce Gnus dependencies.
7834 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7835 Don't require. Use autoloads instead.
7836 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7837 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7838 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7839 (gnus-dired-mode): Adjust doc string.
7840 (gnus-dired-mail-mode): New variable.
7841 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7842 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7843 (gnus-dired-mail-buffers): New function. Return mail or message
7844 composition buffers.
7845 (gnus-dired-attach): Use it.
7846 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7847 NO-DECODE.
7848 (gnus-dired-print): Use `gnus-print-buffer' depending on
7849 `gnus-dired-mail-mode'.
7850
7851 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7852
7853 * rfc2047.el (rfc2047-encoded-word-regexp)
7854 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7855 explaining what regexp patterns are for.
7856
7857 2007-12-04 Glenn Morris <rgm@gnu.org>
7858
7859 * password.el: Move to ../password-cache.el.
7860
7861 * mml1991.el (password-read, password-cache-add, password-cache-remove):
7862 * mml2015.el (password-read, password-cache-add, password-cache-remove):
7863 * mml-smime.el (password-read, password-cache-add)
7864 (password-cache-remove):
7865 No need to autoload, since mml-sec requires password.
7866
7867 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7868 * message.el (gnus-extract-address-components):
7869 * mml-smime.el (gnus-extract-address-components): Define for compiler.
7870
7871 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7872 password.
7873
7874 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7875
7876 * mailcap.el: Reduce dependencies.
7877 (mail-header-parse-content-type): Autoload.
7878 (mailcap-delete-duplicates): New alias.
7879 (mailcap-mime-info): Add optional argument NO-DECODE.
7880 (mailcap-mime-types): Use mailcap-delete-duplicates.
7881
7882 * message.el (message-ignored-supersedes-headers): Add "X-ID".
7883
7884 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7885
7886 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7887 function.
7888
7889 * gnus-uu.el (gnus-uu-decode-yenc): New command.
7890 (gnus-uu-yenc-article): New function.
7891
7892 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7893
7894 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7895
7896 2007-12-02 Glenn Morris <rgm@gnu.org>
7897
7898 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7899 Move to ../net.
7900
7901 * binhex.el, uudecode.el: Move to ../mail.
7902
7903 * encrypt.el: Remove file.
7904
7905 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
7906
7907 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7908 matches on patches.
7909
7910 * gnus-art.el (gnus-article-browse-html-article):
7911 Mention `mm-text-html-renderer' in the doc string.
7912
7913 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7914 string. Add comments.
7915
7916 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7917 if rhs is ASCII.
7918
7919 2007-12-01 Glenn Morris <rgm@gnu.org>
7920
7921 * dig.el, dns.el: Move to ../net.
7922 * format-spec.el, hex-util.el, sha1.el: Move to ../.
7923
7924 * mail-source.el (top-level): Require format-spec before
7925 eval-when-compile.
7926
7927 2007-11-30 Glenn Morris <rgm@gnu.org>
7928
7929 * encrypt.el: Require password, rather than autoloading password-read.
7930
7931 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
7932
7933 * gnus.el (gnus-method-to-server): Add an optional parameter so the
7934 caller can indicate whether the cache should be disregarded for this
7935 call. This way the result of the call is reproducible at all times and
7936 can be considered a canonical server name for the supplied method.
7937 (gnus-agent-method-p): Canonicalize server names by pushing their
7938 method through `gnus-method-to-server' using the no-cache argument.
7939
7940 * gnus-srvr.el (gnus-server-insert-server-line):
7941 Call `gnus-method-to-server' with `no-cache' argument.
7942
7943 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7944 gnus-agent-possibly-synchronize-flags as this should be called when the
7945 server is actually being opened.
7946 (gnus-agent-possibly-synchronize-flags)
7947 (gnus-agent-possibly-synchronize-flags-server): Move check for the
7948 flags file of an agentized server to the latter function.
7949
7950 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7951 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7952 after a connection has been established successfully.
7953
7954 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7955
7956 * gnus-art.el (article-display-face): Force to display face if called
7957 interactively; check if gnus-article-x-face-too-ugly matches author.
7958 (article-display-x-face): Display face even if From header is missing
7959 as article-display-face does.
7960
7961 2007-11-28 Richard Stallman <rms@gnu.org>
7962
7963 * md4.el: Move to ../.
7964 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7965
7966 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
7967
7968 * mail-source.el (mail-sources): Default to fetch from file for
7969 compatibility with default of nnmail-spool-file.
7970
7971 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7972
7973 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7974 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7975 to look for encoded word that should be encoded again.
7976 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7977 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7978 encoding pattern.
7979 (rfc2047-decode-region): Switch strict regexp and loose one according
7980 to rfc2047-allow-irregular-q-encoded-words.
7981
7982 2007-11-26 Simon Josefsson <simon@josefsson.org>
7983
7984 * imap.el: Move to ../net directory.
7985
7986 2007-11-25 Romain Francoise <romain@orebokech.com>
7987
7988 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7989
7990 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7991
7992 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7993 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7994
7995 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7996 `nnmail-spool-file'.
7997
7998 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7999 `nnmail-spool-file'.
8000
8001 * gnus-move.el (gnus-change-server): Ditto.
8002
8003 * gnus-kill.el (gnus-batch-score): Ditto.
8004
8005 * gnus-cache.el (gnus-jog-cache): Ditto.
8006
8007 * gnus-msg.el (gnus-summary-reply):
8008 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8009
8010 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8011
8012 * gnus-cache.el (gnus-cache-generate-nov-databases):
8013 Use nnml-generate-nov-databases-directory instead of
8014 nnml-generate-nov-databases-1.
8015
8016 2007-11-24 Glenn Morris <rgm@gnu.org>
8017
8018 * message.el (message-tool-bar-retro): Update for rename
8019 mail_send.xpm->mail-send.xpm.
8020
8021 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8022
8023 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8024 `smime-ldap-search' for Emacs 22 and up.
8025
8026 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8027
8028 * hashcash.el: Move to ../mail directory.
8029
8030 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
8031
8032 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8033 `smime-ldap-search' for Emacs 22 and up.
8034
8035 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8038
8039 * message.el (message-send-mail-function): Fix error convention.
8040 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8041 (message-widen-reply, message-send-mail, message-talkative-question)
8042 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8043 (message-clone-locals, message-send-news): Use with-current-buffer.
8044 (message-insert-or-toggle-importance): Remove unused var `valid'.
8045 (message-make-references): Remove unused var `new-references'.
8046 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8047
8048 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
8049
8050 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8051 (spam-split-symbolic-return-positive): Reflow docstring.
8052 (spam-backends, spam-summary-exit-behavior)
8053 (spam-mark-ham-unread-before-move-from-spam-group)
8054 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8055 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8056 (spam-clear-cache, spam-backend-check, spam-install-backend)
8057 (spam-install-statistical-backend, spam-list-of-processors)
8058 (spam-group-processor-p, spam-split, spam-bogofilter-score)
8059 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8060 (spam-check-crm114, spam-initialize, spam-unload-hook):
8061 Fix typos in docstrings.
8062
8063 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8064
8065 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8066 been checked if they have never been read and those group levels are
8067 higher than the one that a user specified.
8068
8069 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8070
8071 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8072 foreign groups unless a group level is specified by a user.
8073 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8074
8075 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
8076
8077 * message.el (message-send-mail-function): Require sendmail.
8078
8079 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
8080
8081 * message.el (message-send-mail-function): Check for smtpmail too.
8082
8083 * utf7.el (utf7-encode, utf7-decode): Use coding system
8084 `utf-7'/`utf-7-imap' from utf-7.el' if available.
8085
8086 * message.el (message-send-mail-function): New function.
8087 (message-send-mail-function): Set default using
8088 message-send-mail-function. Adjust doc string.
8089 (message-send-mail-with-mailclient): New function.
8090
8091 2007-11-17 Richard Stallman <rms@gnu.org>
8092
8093 * assistant.el: Remove file.
8094
8095 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8096
8097 * smime.el (from):
8098 * rfc2047.el (message-posting-charset):
8099 * qp.el (mm-use-ultra-safe-encoding):
8100 * pop3.el (parse-time-months):
8101 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8102 * nnml.el (files):
8103 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8104 (jka-compr-compression-info-list, ange-ftp-path-format)
8105 (efs-path-regexp):
8106 * nndiary.el (files):
8107 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8108 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8109 (epg-digest-algorithm-alist, inhibit-redisplay)
8110 (password-cache-expiry):
8111 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8112 (pgg-output-buffer, password-cache-expiry):
8113 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8114 (efs-path-regexp):
8115 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8116 (inhibit-redisplay):
8117 * mm-uu.el (file-name, start-point, end-point, entry)
8118 (gnus-newsgroup-name, gnus-newsgroup-charset):
8119 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8120 (latin-unity-ucs-list):
8121 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8122 (mm-uu-binhex-decode-function):
8123 * message.el (gnus-message-group-art, gnus-list-identifiers)
8124 (rmail-enable-mime-composing, gnus-local-organization)
8125 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8126 (gnus-read-active-file, facemenu-add-face-function)
8127 (facemenu-remove-face-function, gnus-article-decoded-p)
8128 (tool-bar-mode):
8129 * mail-source.el (display-time-mail-function):
8130 * gnus-util.el (nnmail-pathname-coding-system)
8131 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8132 (gnus-original-article-buffer, gnus-user-agent)
8133 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8134 (xemacs-codename, sxemacs-codename, emacs-program-version):
8135 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8136 * gnus-start.el (gnus-agent-covered-methods)
8137 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8138 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8139 (gnus-newsgroup-headers, gnus-group-list-mode)
8140 (gnus-group-mark-positions, gnus-newsgroup-data)
8141 (gnus-newsgroup-unreads, nnoo-state-alist)
8142 (gnus-current-select-method, mail-sources)
8143 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8144 (nnmail-spool-file, gnus-cache-active-hashtb):
8145 * gnus-mh.el (mh-lib-progs):
8146 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8147 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8148 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8149 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8150 (gnus-group-buffer):
8151 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8152 (font-lock-set-defaults):
8153 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8154 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8155 (gnus-summary-post-menu, total-parts, type, condition, length):
8156 * gnus-agent.el (gnus-agent-read-agentview):
8157 * flow-fill.el (show-trailing-whitespace):
8158 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8159 eval-and-compile wrappers for byte compiler pacifiers.
8160
8161 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8162 (mm-display-inline-fontify): Check for featurep 'xemacs not
8163 extent-list.
8164
8165 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8166 itimer-list.
8167 (mm-create-image-xemacs): Only do something for XEmacs.
8168 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8169
8170 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8171
8172 * gnus-registry.el (gnus-adaptive-word-syntax-table):
8173 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8174
8175 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
8176
8177 * nnimap.el (nnimap-split-download-body):
8178 * gnus-demon.el (gnus-demon):
8179 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8180
8181 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8182
8183 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8184 New macros.
8185 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8186 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8187 copy data from unibyte buffer to multibyte current buffer.
8188 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8189 to copy data from unibyte current buffer to multibyte buffer.
8190 (nntp-make-process-buffer): Make process buffer unibyte.
8191
8192 * pop3.el (pop3-open-server): Fix typo in Lisp code.
8193
8194 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
8195
8196 * pop3.el (pop3-open-server): Accept and process data more robustly at
8197 connexion start to avoid spurious "POP SSL connexion failed" errors.
8198
8199 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8200
8201 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8202 read group names.
8203
8204 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
8205
8206 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8207
8208 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8209
8210 * nnmail.el (nnmail-parse-active): Make group names unibyte.
8211 (nnmail-save-active): Use a unibyte buffer when saving active file,
8212 which may contain non-ASCII group names.
8213
8214 * nnml.el (nnml-request-group): Decode group names in messages.
8215
8216 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8217
8218 * message.el (message-citation-line-function)
8219 (message-insert-formatted-citation-line): Fix spelling of
8220 `message-insert-formated-citation-line'.
8221
8222 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
8223
8224 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8225
8226 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8227
8228 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8229 nnmail-pathname-coding-system.
8230
8231 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8232 that a user enters; decode group names in messages.
8233
8234 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8235
8236 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8237
8238 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8239
8240 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8241
8242 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8243 risky local variable.
8244
8245 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8246
8247 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
8248
8249 * encrypt.el: Improve documentation to fix function name typo.
8250 Reported by Daiki Ueno <ueno@unixuser.org>.
8251
8252 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8253
8254 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8255 even if the point is not in the last page of an article.
8256 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8257 back to the previous page.
8258
8259 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
8260
8261 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8262
8263 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8264
8265 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8266
8267 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * message.el (message-check-news-body-syntax):
8270 Avoid mm-string-as-multibyte.
8271 (message-hide-headers): Don't assume (point-min)==1.
8272
8273 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8274
8275 * message.el (message-remove-blank-cited-lines): Fix if remove is
8276 given.
8277 (message-bogus-address-regexp): New variable.
8278 (message-bogus-recipient-p): New function.
8279 (message-check-recipients): New command.
8280 (message-syntax-checks): Add `bogus-recipient'.
8281 (message-fix-before-sending): Add `bogus-recipient'.
8282
8283 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8284 (gnus-treat-body-boundary): Don't test window-system.
8285
8286 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
8287
8288 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8289
8290 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8291
8292 * gnus.el: Bump version to Gnus v5.13.
8293
8294 2007-10-28 Miles Bader <miles@gnu.org>
8295
8296 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8297 at compile-time too.
8298
8299 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8300
8301 * gnus-msg.el (gnus-message-setup-hook):
8302 Add `message-remove-blank-cited-lines' to options.
8303
8304 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8305
8306 * message.el (message-remove-blank-cited-lines): New function.
8307 Suggested by Karl Plästerer.
8308
8309 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8310
8311 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8312 mapc.
8313
8314 * imap.el (imap-open): Replace mapcar called for effect with mapc.
8315 (top-level): Use mapc to set functions to be traced for debugging.
8316
8317 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8318 called for effect with while loop.
8319
8320 * message.el (message-talkative-question): Replace mapcar called for
8321 effect with mapc.
8322
8323 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8324 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8325 called for effect with dolist.
8326
8327 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8328
8329 * nndiary.el: Use dolist instead of mapcar to add diary headers to
8330 gnus-extra-headers and nnmail-extra-headers.
8331
8332 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8333 called for effect with dolist.
8334 (top-level): Use mapc to set functions to be traced for debugging.
8335
8336 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8337 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8338 dolist.
8339
8340 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8341 Replace mapcar called for effect with mapc.
8342 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8343 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8344 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8345 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8346
8347 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8348 remove-if that's a cl function.
8349
8350 * webmail.el (webmail-debug): Replace mapcar called for effect with
8351 dolist.
8352
8353 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
8354
8355 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8356 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8357 with while loop.
8358
8359 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8360 functions from article-* functions.
8361 (gnus-multi-decode-header): Replace mapcar called for effect with
8362 dolist.
8363
8364 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8365 (gnus-bookmark-show-details): Replace mapcar called for effect with
8366 while loop.
8367
8368 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8369 called for effect with while loop.
8370
8371 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8372 with dolist.
8373
8374 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8375 Replace mapcar called for effect with dolist.
8376
8377 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8378
8379 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8380 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8381 Replace mapcar called for effect with dolist.
8382 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8383 mapc.
8384
8385 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8386 Replace mapcar called for effect with dolist.
8387 (gnus-topic-list): Replace mapcar called for effect with mapc.
8388
8389 * gnus.el: Use mapc instead of mapcar to add autoloads.
8390
8391 2007-10-23 Richard Stallman <rms@gnu.org>
8392
8393 * gnus-group.el (gnus-group-highlight): Mark as risky.
8394
8395 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
8396
8397 * gnus.el (gnus-server-to-method): Return method found first in
8398 gnus-newsrc-alist.
8399
8400 * gnus-art.el (gnus-article-highlight-signature)
8401 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8402 button overlay without the front stickiness.
8403
8404 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
8405
8406 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8407 overview buffer needed a catch to receive its throw.
8408 (gnus-agent-flush-cache): Declare as interactive to make this function
8409 easier to use.
8410
8411 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8412
8413 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8414 `next-line'.
8415
8416 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8417
8418 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8419 exclude address matching message-dont-reply-to-names.
8420
8421 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8422
8423 * gnus-util.el (gnus-string<): New function.
8424
8425 * gnus-sum.el (gnus-article-sort-by-author)
8426 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8427
8428 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8431 the frame-focus tag is set in gnus-buffer-configuration.
8432
8433 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8434
8435 * gnus-art.el (gnus-article-add-button): Make a button overlay without
8436 the front stickiness.
8437
8438 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8439
8440 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8441 url pattern; remove duplicate one.
8442 (gnus-article-extend-url-button): New function.
8443 (gnus-article-add-buttons): Use it.
8444 (gnus-button-push): Use concatenated url that it makes.
8445
8446 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
8447
8448 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8449 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8450
8451 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8452
8453 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8454 Don't hardcode point-min==1.
8455
8456 2007-09-30 David Kastrup <dak@gnu.org>
8457
8458 * gnus-art.el (gnus-article-reply-with-original)
8459 (gnus-article-followup-with-original): When `transient-mark-mode' is
8460 off, refrain from active-region behavior for followups.
8461
8462 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8463
8464 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8465 Fix comment about "iso8859-1".
8466
8467 2007-10-08 Daiki Ueno <ueno@unixuser.org>
8468
8469 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8470 ones returned from the verify-function.
8471
8472 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8473 Call mml2015-extract-cleartext-signature if extraction failed.
8474
8475 2007-10-07 Daiki Ueno <ueno@unixuser.org>
8476
8477 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8478 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8479 failed.
8480
8481 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8482
8483 * Relicense "GPLv2 or later" files to "GPLv3 or later".
8484
8485 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8486
8487 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8488 to mark a thread as expirable. Add variable `hide' to handle hiding of
8489 thread for both the null and zero (kill/expire thread) universal prefix
8490 cases.
8491 (gnus-summary-expire-thread): Add new function to expire a thread,
8492 using gnus-summary-kill-thread.
8493 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8494 shortcuts for gnus-summary-expire-thread.
8495 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8496 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8497
8498 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8499
8500 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8501 extras value, so an extras entry can be deleted.
8502 (gnus-registry-delete-extra-entry): Use it.
8503 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8504 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8505 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8506 storage through the gnus-registry, and provide an appropriate API for
8507 it.
8508
8509 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8510
8511 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8512 Suggested by Leo <sdl.web@gmail.com>.
8513
8514 * gnus.el: Do.
8515
8516 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8517
8518 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8519 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8520
8521 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8522
8523 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8524 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8525
8526 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8529 newline.
8530 (nnmbox-request-accept-article): Don't change article in source buffer;
8531 narrow to header to use message-fetch-field rather than
8532 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8533 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8534 as delimiters; make sure article ends with newline.
8535 (nnmbox-delete-mail): Correct last position of article to be deleted;
8536 ignore X-Gnus-Newsgroup header in article body.
8537 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8538 positions; make sure article ends with newline.
8539
8540 * message.el (message-display-abbrev): Don't infloop when a user
8541 inserts SPC in the beginning of header.
8542
8543 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8544
8545 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8546 list of groups not followed by default. Fix type to be regexp.
8547 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8548
8549 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8550
8551 * hmac-def.el (define-hmac-function): Switch from old-style to
8552 new-style backquotes.
8553
8554 * md4.el (md4-make-step): Likewise.
8555
8556 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8557
8558 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8559 raw-text coding system when saving .newsrc file, which may contain
8560 non-ASCII group names.
8561
8562 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8563
8564 * gnus-cus.el (gnus-score-extra): New widget.
8565 (gnus-score-extra-convert): New function.
8566 (gnus-score-customize): Use it for Extra.
8567
8568 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8569
8570 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8571 (mml2015-mailcrypt-clear-verify): Use it.
8572 (mml2015-gpg-clear-verify): Use it.
8573 (mml2015-pgg-clear-verify): Use it.
8574 (mml2015-epg-clear-verify): Replace the current part with the output
8575 from GnuPG; don't extract the plaintext by itself.
8576
8577 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8578 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8579 mml2015-clear-verify-function; don't touch the armor headers or
8580 dash-escaped text here.
8581
8582 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8583
8584 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8585 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8586 parts, or application/octet-stream as a last resort.
8587 (gnus-mime-view-part-as-type): Don't toggle display.
8588 (gnus-mime-view-part-as-charset): Don't turn off display before
8589 querying charset.
8590
8591 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8592 stuff to undisplayer function in Emacs.
8593 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8594
8595 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8596 text/calendar parts.
8597
8598 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8599
8600 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8601 decoding text/calendar parts.
8602
8603 * message.el (message-forward-make-body-mime): Always mark body as
8604 having no illegible text; remove signed-or-encrypted argument.
8605 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8606
8607 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8608 (mml-generate-mime-1): Don't encode body if it is specified to be in
8609 raw form; don't make buffer be unibyte when inserting multibyte string.
8610
8611 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * sha1.el: Fix up comment style.
8614 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8615 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8616
8617 * hex-util.el: Fix up comment style.
8618 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8619
8620 * gnus-salt.el: Use with-current-buffer.
8621 (gnus-pick-setup-message): Fix long-standing typo.
8622
8623 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8624
8625 * imap.el (imap-logout-timeout): New variable.
8626 (imap-logout, imap-logout-wait): New functions.
8627 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8628
8629 * nnimap.el (nnimap-logout-timeout): New server variable.
8630 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8631 nnimap-logout-timeout.
8632
8633 * gnus-art.el (gnus-article-summary-command-nosave)
8634 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8635
8636 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8637
8638 * gnus.el (gnus-maximum-newsgroup): New variable.
8639
8640 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8641 according to gnus-maximum-newsgroup.
8642
8643 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8644 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8645 Limit the range of articles according to gnus-maximum-newsgroup.
8646
8647 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8648
8649 * gnus-art.el (gnus-sticky-article): Fix problems described in
8650 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8651 Don't perform gnus-configure-windows here; reuse existing sticky
8652 article buffer.
8653
8654 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8655 it doesn't exist in gnus-article-mode.
8656
8657 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8658
8659 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8660 (gnus-agent-decoded-group-name): New function.
8661 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8662 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8663
8664 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8665
8666 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8667 Add binding for gnus-sticky-article.
8668 (gnus-summary-exit): Don't kill sticky article buffers.
8669
8670 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8671 article buffer.
8672 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8673 (gnus-kill-sticky-article-buffers): New commands.
8674
8675 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8676
8677 * nntp.el (nntp-xref-number-is-evil): New server variable.
8678 (nntp-find-group-and-number): If it is non-nil, don't trust article
8679 numbers in the Xref header.
8680
8681 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8682
8683 * gnus-agent.el (gnus-agent-read-group): New function.
8684 (gnus-agent-flush-group, gnus-agent-expire-group)
8685 (gnus-agent-regenerate-group): Use it.
8686 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8687 nnmail-pathname-coding-system.
8688
8689 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8690
8691 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8692
8693 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8694 that are unread as unread, and also as selected so that information of
8695 marks having been changed by a user may be updated when exiting group.
8696
8697 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8698
8699 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8700
8701 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8702
8703 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8704 calculated ignoring signature parts to gnus-treat-article.
8705
8706 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8707
8708 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8709 a point here in order to keep the window start.
8710 (gnus-insert-mime-security-button): Make a button overlay without the
8711 front stickiness.
8712 (gnus-mime-display-security): Goto the end of a button.
8713
8714 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8715
8716 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8717
8718 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8719 group-name-at-point.
8720 (gnus-group-completing-read): New function that offers decoded
8721 non-ASCII group names for completion.
8722 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8723 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8724 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8725 (gnus-group-fetch-control): Use it.
8726 (gnus-fetch-group): Use group-name-at-point for the initial value
8727 rather than the default value; use gnus-alive-p.
8728
8729 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8730 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8731 (gnus-summary-post-news): Use gnus-group-completing-read.
8732
8733 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8734 (gnus-read-move-group-name): Decode group name for completion.
8735
8736 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
8737
8738 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8739 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8740 Yamaoka slightly modified the code).
8741
8742 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8743
8744 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8745 (nnmail-split-incoming): Bind it.
8746
8747 * nnml.el (nnml-group-name-charset): New function.
8748 (nnml-decoded-group-name): Use it; don't decode group name if
8749 nnmail-group-names-not-encoded-p is non-nil.
8750 (nnml-encoded-group-name): New function.
8751 (nnml-group-pathname): Inline nnml-decoded-group-name.
8752 (nnml-request-expire-articles): Decode group name in message.
8753 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8754 nnmail-pathname-coding-system.
8755 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8756 not decoded ones according to nnmail-group-names-not-encoded-p.
8757 (nnml-generate-active-info): Use nnml-encoded-group-name.
8758
8759 2007-08-08 Glenn Morris <rgm@gnu.org>
8760
8761 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8762 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8763 doc-strings and comments.
8764
8765 2007-07-25 Glenn Morris <rgm@gnu.org>
8766
8767 * Relicense all FSF files to GPLv3 or later.
8768
8769 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8770
8771 * gnus-sum.el (gnus-summary-move-article):
8772 Make gnus-summary-respool-article work.
8773
8774 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8775
8776 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8777 string.
8778
8779 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
8780
8781 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8782 that should be ignored when comparing distant RSS articles with local
8783 ones.
8784 (nnrss-make-hash-index): New function. Create a hash index according
8785 to the ignored fields.
8786 (nnrss-check-group): Use it.
8787
8788 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8789
8790 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8791
8792 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8793
8794 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8795 the new optional argument ENCODED is non-nil.
8796 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8797 coding system for encoding group name.
8798 (gnus-group-make-rss-group): Pass un-encoded group name to
8799 gnus-group-make-group.
8800 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8801 encoded.
8802
8803 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8804 Encode group name to which articles are moved or copied.
8805 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8806 coding system for encoding Newsgroup, Followup-To and Xref headers.
8807
8808 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8809 marks; use nnheader-file-coding-system to write a file.
8810 (nnagent-retrieve-headers): Bind file-name-coding-system to
8811 nnmail-pathname-coding-system.
8812
8813 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8814
8815 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8816 (nnml-request-article, nnml-request-create-group)
8817 (nnml-request-rename-group, nnml-find-id)
8818 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8819 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8820 (nnml-save-marks): Use nnml-group-pathname instead of
8821 nnmail-group-pathname.
8822
8823 (nnml-request-create-group, nnml-request-expire-articles)
8824 (nnml-request-move-article, nnml-request-delete-group)
8825 (nnml-deletable-article-p, nnml-possibly-create-directory)
8826 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8827 (nnml-open-marks): Bind file-name-coding-system to
8828 nnmail-pathname-coding-system.
8829
8830 (nnml-request-article): Pass server argument to nnml-find-group-number.
8831 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8832 Pass server argument to nnml-possibly-create-directory.
8833 (nnml-request-accept-article): Pass server argument to
8834 nnml-active-number and nnml-save-mail.
8835 (nnml-find-group-number): Pass server argument to nnml-find-id.
8836 (nnml-request-update-info): Pass server argument to
8837 nnml-marks-changed-p.
8838
8839 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8840 (nnml-save-mail, nnml-active-number): Add server argument.
8841
8842 (nnml-request-delete-group): Warn if group is missing.
8843 (nnml-get-nov-buffer): Decode group name.
8844 (nnml-generate-active-info): Encode group name.
8845 (nnml-open-marks): Decode group name in messages.
8846
8847 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8848
8849 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8850 if it is not specified.
8851 (gnus-article-pipe-part, gnus-article-save-part)
8852 (gnus-article-interactively-view-part, gnus-article-copy-part)
8853 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8854 (gnus-article-inline-part, gnus-article-save-part-and-strip)
8855 (gnus-article-replace-part, gnus-article-delete-part)
8856 (gnus-article-view-part-as-type): Pass raw prefix argument to
8857 gnus-article-part-wrapper.
8858
8859 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8860
8861 * gnus-agent.el (gnus-agent-save-active):
8862 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8863
8864 * gnus-cache.el (gnus-cache-save-buffers)
8865 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8866 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8867 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8868 (gnus-cache-braid-nov, gnus-cache-braid-heads)
8869 (gnus-cache-generate-active, gnus-cache-rename-group)
8870 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8871 (gnus-cache-update-overview-total-fetched-for):
8872 Bind file-name-coding-system to nnmail-pathname-coding-system.
8873 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8874 New variables.
8875 (gnus-cache-decoded-group-name): New function.
8876 (gnus-cache-file-name): Use it.
8877 (gnus-cache-generate-active): Use non-decoded group name for active.
8878
8879 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8880 right place.
8881 (gnus-write-active-file): Don't break non-ASCII group names.
8882
8883 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8884 nnmail-pathname-coding-system.
8885
8886 * gnus-uu.el (gnus-uu-decode-save): Typo.
8887
8888 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8889
8890 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8891
8892 2007-07-14 David Kastrup <dak@gnu.org>
8893
8894 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8895 finishing actions if we did not edit the article.
8896
8897 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8898
8899 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8900 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8901 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8902 (gnus-agent-flush-group, gnus-agent-flush-cache)
8903 (gnus-agent-fetch-headers, gnus-agent-load-alist)
8904 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8905 (gnus-agent-retrieve-headers, gnus-agent-request-article)
8906 (gnus-agent-regenerate-group)
8907 (gnus-agent-update-files-total-fetched-for)
8908 (gnus-agent-update-view-total-fetched-for):
8909 Bind file-name-coding-system to nnmail-pathname-coding-system.
8910 (gnus-agent-group-pathname): Don't encode file names by
8911 nnmail-pathname-coding-system.
8912 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8913 coding-system-for-write instead of buffer-file-coding-system to
8914 gnus-agent-file-coding-system.
8915
8916 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8917 Decode group name.
8918
8919 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8920
8921 * gnus-start.el (gnus-update-active-hashtb-from-killed)
8922 (gnus-read-newsrc-el-file): Make group names unibyte.
8923
8924 * nnmail.el (nnmail-group-pathname): Don't encode file names by
8925 nnmail-pathname-coding-system.
8926
8927 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8928 (nnrss-request-delete-group): Bind file-name-coding-system to
8929 nnmail-pathname-coding-system.
8930 (nnrss-read-server-data, nnrss-read-group-data):
8931 Bind file-name-coding-system correctly.
8932 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8933
8934 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8935 (nntp-server-to-method-cache): New variable.
8936 (nntp-group-pathname): New function that decodes non-ASCII group names.
8937 (nntp-possibly-create-directory, nntp-marks-changed-p)
8938 (nntp-save-marks, nntp-open-marks): Use it.
8939 (nntp-possibly-create-directory, nntp-open-marks):
8940 Bind file-name-coding-system to nnmail-pathname-coding-system.
8941 (nntp-open-marks): Decode group names when bootstrapping marks.
8942
8943 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8944 Newsgroups and Folowup-To headers.
8945
8946 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8947
8948 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8949 (gnus-server-closed-face, gnus-server-denied-face)
8950 (gnus-server-offline-face): Remove variable.
8951 (gnus-server-font-lock-keywords): Use faces that are not aliases.
8952
8953 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8954 of modifying message-stack directly for XEmacs.
8955
8956 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8957 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8958 if the coding-system argument is nil for XEmacs.
8959
8960 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8961 mm-charset-override-alist.
8962
8963 * rfc2047.el: Don't require base64; require rfc2045 for the function
8964 rfc2045-encode-string.
8965 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8966 to quote the parameter value.
8967
8968 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
8969
8970 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8971 form in gnus-group-name-charset-method-alist.
8972
8973 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8974 overrides the default layout edit-form.
8975
8976 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8977
8978 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8979
8980 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
8981
8982 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8983 as unfetched articles.
8984
8985 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8986
8987 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8988
8989 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8992 original back end that keeps marks in the local system.
8993
8994 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
8995
8996 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8997 arg of pop-to-buffer for XEmacs.
8998 (gnus-article-read-summary-keys): Ditto; don't restore window
8999 configuration if summary command ends up with neither article buffer
9000 nor summary buffer; describe bindings if summary keys end with C-h.
9001
9002 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
9003
9004 * message.el (message-fix-before-sending): Skip raw message part to be
9005 forwarded while checking illegible text.
9006 (message-forward-make-body-mime, message-forward-make-body):
9007 Mark signed or encrypted raw message as having no illegible text.
9008
9009 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9010
9011 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9012 (gnus-message-with-timestamp-1): New macro.
9013 (gnus-message-with-timestamp): New function.
9014 (gnus-message): Use them.
9015
9016 * nnheader.el (nnheader-message): Use them.
9017
9018 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
9019
9020 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9021 .newsrc.eld file.
9022
9023 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9024
9025 * gnus-agent.el (gnus-agent-fetch-headers)
9026 (gnus-agent-retrieve-headers):
9027 Bind gnus-decode-encoded-address-function to identity.
9028
9029 * nntp.el (nntp-send-xover-command): Recognize an xover command is
9030 available also when the server returns simply a dot.
9031
9032 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9033
9034 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
9035
9036 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9037
9038 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9039
9040 * gnus-ems.el (gnus-x-splash): Make it work.
9041
9042 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9043 from being used.
9044
9045 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9046
9047 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9048 the front stickiness.
9049 (gnus-article-summary-command-nosave): Correct the order of the
9050 arguments passed to pop-to-buffer.
9051 (gnus-article-read-summary-keys): Ditto; make it work properly when the
9052 summary command ends up with the article buffer.
9053
9054 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9055 the same faces.
9056
9057 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9060
9061 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9064 * gnus-sum.el (gnus-summary-highlight):
9065 * mail-source.el (mail-source-delete-old-incoming-confirm):
9066 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9067
9068 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
9069
9070 * gnus-art.el (gnus-mime-view-part-externally)
9071 (gnus-mime-view-part-internally): Fix predicate function passed to
9072 completing-read.
9073
9074 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9075
9076 * gnus.el (gnus-update-message-archive-method): Add :version.
9077
9078 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
9079
9080 * gnus.el (gnus-update-message-archive-method): New variable.
9081
9082 * gnus-start.el (gnus-setup-news): Update saved "archive" method
9083 according to gnus-message-archive-method if
9084 gnus-update-message-archive-method is non-nil.
9085
9086 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9087
9088 * gnus-sum.el (gnus-summary-limit-to-address): New function.
9089 Suggested by Loic Dachary <loic@dachary.org>.
9090 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9091
9092 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
9093
9094 * message.el (message-pop-to-buffer): Add switch-function argument.
9095 (message-mail): Pass switch-function argument to it.
9096
9097 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
9098
9099 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9100 Improve doc string.
9101
9102 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9103
9104 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9105 (gnus-header-content)
9106 * gnus-cite.el (gnus-cite-10)
9107 * gnus-srvr.el (gnus-server-closed)
9108 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9109 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9110 (gnus-group-mail-3-empty, gnus-group-mail-low)
9111 (gnus-group-mail-low-empty, gnus-splash)
9112 * message.el (message-header-to, message-header-cc)
9113 (message-header-subject, message-header-other, message-header-name)
9114 (message-header-xheader, message-separator, message-cited-text)
9115 (message-mml): Lighten colors of faces used for dark background.
9116
9117 2007-05-24 Simon Josefsson <simon@josefsson.org>
9118
9119 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9120 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
9121
9122 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
9123
9124 * message.el (message-narrow-to-headers-or-head):
9125 Ignore mail-header-separator in the body.
9126
9127 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
9128
9129 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9130 same as window size.
9131
9132 2007-05-22 Kevin Ryde <user42@zip.com.au>
9133
9134 * message.el (message-font-lock-keywords): Use message-header-xheader
9135 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
9136 ahead of the anything pattern, to get it recognised.
9137
9138 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
9139
9140 * gnus-sum.el (gnus-articles-to-read)
9141 (gnus-summary-insert-old-articles): Don't truncate group name for
9142 `read-string'.
9143
9144 * gnus-util.el (gnus-limit-string): Delete this function.
9145
9146 * gnus-sum.el (gnus-simplify-subject-fully):
9147 Use `truncate-string-to-width' instead.
9148
9149 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
9150
9151 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9152 Tell if, on summary exit, the next group has to be selected.
9153 (gnus-summary-exit): Use it.
9154
9155 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9156
9157 * gnus-art.el (gnus-article-mode): Fix comment about displaying
9158 non-break space.
9159
9160 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9163 Check if group is not a directory.
9164 (nnfolder-request-expire-articles): Don't delete articles if the target
9165 group is not available.
9166
9167 * nnml.el (nnml-request-create-group): Properly check if group is not a
9168 file.
9169 (nnml-request-expire-articles): Don't delete articles if the target
9170 group is not available.
9171
9172 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9173 Don't quote characters that are within parentheses.
9174
9175 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
9176
9177 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9178 (gnus-handle-ephemeral-exit): Select article according to it.
9179
9180 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9181
9182 * message.el (message-insert-formated-citation-line): Remove newline.
9183 (message-citation-line-format): Add final \n here so that the user can
9184 avoid a blank line.
9185
9186 2007-05-03 Dan Christensen <jdc@uwo.ca>
9187
9188 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9189 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9190 Update lanl/arXiv support.
9191
9192 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9193
9194 * gnus.el: Bump version number.
9195
9196 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9197
9198 * gnus.el (gnus-version-number): Bump version.
9199
9200 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9201
9202 * gnus.el: No Gnus v0.6 is released.
9203
9204 2007-04-27 Didier Verna <didier@xemacs.org>
9205
9206 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9207 * gmm-utils.el (gmm-regexp-concat): ... here.
9208 * message.el: Don't require 'gnus-util.
9209 (message-dont-reply-to-names): Handle name change above.
9210 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9211
9212 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9213
9214 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9215 since the initial value varies according to the system.
9216
9217 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9218
9219 * mm-util.el (mm-charset-synonym-alist): Defcustom.
9220
9221 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
9222
9223 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9224
9225 2007-04-24 Didier Verna <didier@xemacs.org>
9226
9227 Improve the type of gnus-ignored-from-addresses.
9228 * gnus-util.el (gnus-orify-regexp): New function.
9229 * message.el (gnus-util): Require it.
9230 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9231 * gnus-sum.el (gnus-ignored-from-addresses): New function.
9232 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9233
9234 2007-04-24 Didier Verna <didier@xemacs.org>
9235
9236 * gnus-sum.el:
9237 * gnus-utils.el: Fix some trailing whitespaces.
9238
9239 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
9240
9241 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9242 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9243 article's Message-ID; refer parent article in summary buffer.
9244
9245 * message.el (message-bounce): Call mime-to-mml.
9246
9247 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9248
9249 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9250
9251 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9252
9253 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9254 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9255 displayed of multipart/alternative part if it is invoked from summary
9256 buffer.
9257
9258 * mm-view.el (mm-inline-text-html-render-with-w3m)
9259 (mm-inline-text-html-render-with-w3m-standalone)
9260 (mm-inline-render-with-function): Use mail-parse-charset by default.
9261
9262 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
9263
9264 * parse-time.el (parse-time-string-chars): Check if CHAR
9265 is less than the length of parse-time-syntax.
9266
9267 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
9268
9269 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9270 from gnus-newsgroup-processable.
9271
9272 2007-04-16 Didier Verna <didier@xemacs.org>
9273
9274 * gnus-msg.el (gnus-configure-posting-styles):
9275 Handle message-signature-directory properly with :file syntax.
9276 Reported by "Leo".
9277
9278 2007-04-11 Didier Verna <didier@xemacs.org>
9279
9280 New user option: message-signature-directory.
9281 * gnus-msg.el (gnus-configure-posting-styles): Support it.
9282 * message.el (message-insert-signature): Ditto.
9283 * message.el (message-signature-file): Doc update.
9284 * message.el (message-signature-directory): New.
9285
9286 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
9287
9288 * gnus-msg.el (gnus-inews-yank-articles):
9289 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9290
9291 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
9292
9293 * message.el (message-yank-original): Make sure cited text ends with
9294 newline; don't exchange point and mark.
9295
9296 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * tls.el (open-tls-stream): Properly handle case where there
9299 is no associated buffer.
9300
9301 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
9302
9303 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9304 message-yank-original, make sure (< mark TEXT point).
9305
9306 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9307
9308 * message.el (message-fill-column): New variable.
9309 (message-mode): Use it. Add comment on a possible new hook.
9310
9311 * nnmail.el (nnmail-spool-file): Mark as obsolete.
9312 (nnmail-get-new-mail): Reformat.
9313
9314 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9315
9316 * gmm-utils.el: Fix Commentary.
9317 (gmm-tool-bar-from-list): Fix typo in doc string.
9318
9319 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
9320
9321 * message.el (message-yank-original): Don't switch point and mark
9322 unnecessarily to put point and mark as documented.
9323
9324 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9325
9326 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9327 from the message heads.
9328
9329 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
9330
9331 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9332 article buffer does not have a window. This may not be the best
9333 solution but is certainly better than setting the start of the null,
9334 that is the current, window.
9335
9336 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9337
9338 * gnus-draft.el (gnus-draft-setup-hook): New hook.
9339 (gnus-draft-setup): Run it.
9340
9341 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9342 gnus-score-fast-scoring. Allow regexp.
9343 (gnus-score-headers): Use it.
9344
9345 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9346 XEmacs.
9347
9348 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9349 string.
9350 (gnus-button-alist): Also catch `<f1> k ...'.
9351 (gnus-treat-display-x-face): Fix doc string.
9352
9353 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9354
9355 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9356 evaluation of gnus-extended-version to ensure correct generation of the
9357 User-Agent header when message-generate-headers-first is used.
9358
9359 2007-03-24 Simon Josefsson <simon@josefsson.org>
9360
9361 * hashcash.el (hashcash-generate-payment-async): Don't crash if
9362 hashcash-path is nil. Don't call callback with incorrect number of
9363 parameters if val is 0.
9364
9365 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9366
9367 * message.el (message-required-news-headers):
9368 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9369
9370 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9371
9372 * message.el (message-generate-new-buffers): Change the meaning of the
9373 nil value; add `standard' to the choices; treat t as `unique'; improve
9374 doc string.
9375 (gnus-select-frame-set-input-focus): Autoload.
9376 (message-buffer-name): Search for the existing message buffer if
9377 message-generate-new-buffers is nil or `standard'; treat the value t of
9378 message-generate-new-buffers as `unique'.
9379 (message-pop-to-buffer): Raise the frame already displaying the message
9380 buffer; clear the echo area after querying.
9381 (message-setup): Pass the `continue' argument to compose-mail.
9382 (message-mail): Prefer `switch-function' if it is given; search for the
9383 existing message buffer if the `continue' argument is non-nil; pass
9384 continue and switch-function arguments to compose-mail by way of
9385 message-setup.
9386 (message-mail-other-window): Adjust argument of message-setup.
9387 (message-mail-other-frame): Ditto.
9388
9389 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9392 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9393 to turn font-lock on when turning gnus-message-citation-mode on.
9394
9395 2007-03-06 Daiki Ueno <ueno@unixuser.org>
9396
9397 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9398 (mml-smime-function-alist): New variable; add epg as the backend.
9399 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9400 mml-smime- functions instead.
9401 * mm-view.el: Require smime.
9402
9403 2007-03-05 Didier Verna <didier@xemacs.org>
9404
9405 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9406 instead of just inheritance for posting styles.
9407 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9408
9409 2007-02-24 John Paul Wallington <jpw@pobox.com>
9410
9411 * tls.el (tls-certtool-program): Fix custom type.
9412
9413 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9414
9415 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9416 and point-at-eol instead of line-(beginning|end)-position.
9417
9418 * assistant.el (assistant-parse-buffer): Ditto.
9419
9420 2007-02-28 Daiki Ueno <ueno@unixuser.org>
9421
9422 * mml2015.el (mml2015-epg-find-usable-key): New function.
9423 (mml2015-epg-sign): Use it.
9424 (mml2015-epg-encrypt): Use it.
9425
9426 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9427
9428 * message.el (message-make-in-reply-to): Quote name containing
9429 non-ASCII characters. It will make the RFC2047 encoder cause an error
9430 if there are special characters. Reported by NAKAJI Hiroyuki
9431 <nakaji@jp.freebsd.org>.
9432
9433 2007-02-27 Didier Verna <didier@xemacs.org>
9434
9435 Include the group parameters as well as the topic ones in the
9436 inheritance filter process.
9437 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9438 argument GROUP-PARAMS-LIST.
9439 * gnus-topic.el (gnus-group-topic-parameters): Use it.
9440
9441 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9442
9443 * nntp.el (nntp-never-echoes-commands)
9444 (nntp-open-connection-functions-never-echo-commands): New variables.
9445 (nntp-send-command): Use them.
9446
9447 2007-02-20 Daiki Ueno <ueno@unixuser.org>
9448
9449 * mml2015.el (mml2015-epg-verify): Simplify.
9450
9451 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9452
9453 * mml.el (mml-content-disposition-alist): New user option.
9454 (mml-content-disposition): New function.
9455 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9456 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9457
9458 2007-02-19 Daiki Ueno <ueno@unixuser.org>
9459
9460 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9461 verification.
9462
9463 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9464
9465 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9466 articles posted in the last 24 hours.
9467
9468 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
9469
9470 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9471
9472 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
9473
9474 * nntp.el (nntp-send-command): Don't wait for echoes when
9475 nntp-open-ssl-stream is used.
9476
9477 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9478
9479 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9480 (gnus-message-add-citation-keywords)
9481 (gnus-message-remove-citation-keywords): Remove.
9482 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9483 directly, make the variables in font-lock-defaults buffer-local, add
9484 gnus-message-citation-keywords to them and then update the value of
9485 font-lock-keywords.
9486
9487 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9488
9489 * message.el (message-cite-original-1): Don't call
9490 gnus-article-highlight-citation.
9491
9492 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9493 citations; fix line count.
9494
9495 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9496
9497 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9498 (gnus-message-add-citation-keywords)
9499 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9500 versions of font-lock-add-keywords and font-lock-remove-keywords to
9501 work with XEmacs correctly.
9502
9503 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9504
9505 * gnus-cite.el (gnus-cite-face-list): Set the values of
9506 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9507 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9508 (gnus-message-cite-prefix-regexp): New variable.
9509 (gnus-message-search-citation-line): Use it; protect against long
9510 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9511 the 0th match data for Emacs.
9512 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9513 (gnus-message-add-citation-keywords): Append keywords rather than
9514 prepending; emulate font-lock-add-keywords if it is not available.
9515 (gnus-message-remove-citation-keywords):
9516 Emulate font-lock-remove-keywords if it is not available.
9517
9518 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9519
9520 * message.el (message-cite-prefix-regexp): Set the value of
9521 gnus-message-cite-prefix-regexp.
9522
9523 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9524
9525 * nnweb.el (nnweb-google-parse-1): Update parser.
9526
9527 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9528
9529 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9530
9531 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9532
9533 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9534 regexp.
9535
9536 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9537
9538 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9539 string-to-multibyte.
9540 (uudecode-decode-region-internal): Use it.
9541
9542 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9543
9544 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9545 Fix custom choice.
9546
9547 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9548
9549 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9550
9551 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9552
9553 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9554 `write-region' to respect `mm-inhibit-file-name-handlers'.
9555
9556 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9557
9558 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9559 Use gnus-home-directory instead of "~/" or "$HOME".
9560
9561 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9562
9563 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9564 to mention filename.
9565 Add comments at beginning regarding usage.
9566 (encrypt-write-file-contents): Change interactive so a string is
9567 acceptable. If the file has no associated model, show an error instead
9568 of a nonsense prompt.
9569
9570 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9571
9572 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9573 Thanks to Yoshihiko Yamada for kind notification of this typo.
9574
9575 2007-01-12 Kenichi Handa <handa@m17n.org>
9576
9577 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9578 multibyte buffer.
9579
9580 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9581
9582 * gnus-score.el (gnus-score-fast-scoring): New variable.
9583 (gnus-score-headers): Use it.
9584
9585 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9586
9587 * message.el (message-cite-original-1):
9588 Call gnus-article-highlight-citation if requested.
9589 (message-make-from): Allow name and address as optional arguments.
9590
9591 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9592
9593 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9594 bugs to doc string.
9595 (gnus-button-alist): Add mid\\|message-id.
9596 (gnus-button-fetch-group): Extend for use in
9597 `browse-url-browser-function'.
9598 (gnus-button-url-regexp): Try to catch paired parentheses like in
9599 Wikipedia URLs.
9600
9601 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9602 Suggested by Simon Krahnke <overlord@gmx.li>.
9603
9604 2007-01-13 Romain Francoise <romain@orebokech.com>
9605
9606 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9607 Update copyright.
9608
9609 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9610
9611 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9612
9613 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9614
9615 * gnus-registry.el (gnus-registry-unfollowed-groups)
9616 (gnus-registry-split-fancy-with-parent): Fix documentation.
9617
9618 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9619
9620 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9621 from nnweb groups.
9622
9623 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9624
9625 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9626 Xref urls. Erase buffer before requesting head.
9627
9628 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9629
9630 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9631
9632 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9633 customizable.
9634
9635 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9636
9637 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9638 no signing key is found.
9639 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9640 no encrypting and/or signing key is found.
9641
9642 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9643
9644 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9645
9646 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9647
9648 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9649 headers read from disk with the ones newly found in the current search.
9650 This should no longer cause problems, because the article numbers in
9651 Gmane's `nov.php' output are ignored since the previous change.
9652
9653 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9654
9655 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9656
9657 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9658
9659 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9660
9661 2007-01-01 Romain Francoise <romain@orebokech.com>
9662
9663 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9664
9665 2006-12-31 Steve Youngs <steve@sxemacs.org>
9666
9667 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9668 `define-minor-mode' macro definition expanded properly.
9669 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9670 exclude it there.
9671
9672 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9673 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9674 `fboundp' test.
9675 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9676 This is OK to autoload in (S)XEmacs now.
9677
9678 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9679
9680 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9681 keystroke.
9682 (gnus-summary-limit-to-singletons): Fix typo.
9683
9684 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9685 else fails.
9686
9687 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9688
9689 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9690 docstring.
9691
9692 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9693 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9694 (gnus-summary-insert-dormant-articles): Fix typo in message.
9695
9696 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9697
9698 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9699 nil for XEmacs.
9700 (gnus-message-citation-mode): Don't autoload in XEmacs.
9701
9702 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9703
9704 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
9705
9706 * nnimap.el (nnimap-expunge-search-string):
9707 Mention nnimap-search-uids-not-since-is-evil in docstring.
9708
9709 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9710
9711 * spam.el: Revert to make-obsolete-variable because
9712 define-obsolete-variable-alias is not supported in Emacs 21.
9713
9714 * spam.el (spam-ifile-path, spam-ifile-database-path)
9715 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9716 make-obsolete-variable.
9717 (spam-bsfilter-path, spam-bsfilter-program)
9718 (spam-spamassassin-path, spam-spamassassin-program)
9719 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9720 Don't use "path" inappropriately.
9721 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9722 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9723 variable names.
9724
9725 2006-12-28 Daiki Ueno <ueno@unixuser.org>
9726
9727 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9728 summary buffer.
9729
9730 * password.el (password-cache-remove): Use clear-string to burn
9731 password, if available.
9732
9733 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9734
9735 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9736
9737 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9738
9739 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9740 (gnus-message-highlight-citation): Move defcustom here from
9741 gnus-cite.el.
9742 (gnus-message-citation-mode): Autoload.
9743
9744 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9745 checks to make it compile with XEmacs.
9746 (gnus-message-citation-mode): New minor mode.
9747 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9748 (gnus-message-highlight-citation): New variables.
9749 (gnus-message-search-citation-line)
9750 (gnus-message-add-citation-keywords)
9751 (gnus-message-remove-citation-keywords)
9752 (turn-on-gnus-message-citation-mode)
9753 (turn-off-gnus-message-citation-mode): New functions.
9754
9755 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
9756
9757 * gnus-cite.el: Enable highlighting of different citation levels in
9758 message-mode.
9759
9760 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9761
9762 * message.el (message-make-fqdn): Fix comment.
9763 (message-bogus-system-names): Add ".local".
9764
9765 * spam.el (spam-ifile-path, spam-ifile-program)
9766 (spam-ifile-database-path, spam-ifile-database)
9767 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9768 Don't use "path" inappropriately.
9769 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9770 strings.
9771 (spam-check-ifile, spam-ifile-register-with-ifile)
9772 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9773 Use new variable names.
9774
9775 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9776 (gnus-treat-display-smileys): Simplify using
9777 gnus-image-type-available-p.
9778
9779 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9780 available.
9781
9782 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9783
9784 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9785 one after turning on the buffer's multibyteness instead of decoding
9786 them directly in the unibyte buffer that causes unexpected conversion
9787 in Emacs 23 (unicode).
9788
9789 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9790
9791 * message.el (message-generate-hashcash): Fix custom type.
9792
9793 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9794
9795 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9796
9797 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9798
9799 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9800 disconnect icons. Add help text.
9801
9802 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9803
9804 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9805 negated to be consistent with the others we handle.
9806
9807 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9808
9809 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9810 version of gnus-summary-buffer to something, so that we can use two
9811 article buffers at the same time.
9812
9813 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9814
9815 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9816 trigger all the extra headers.
9817 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9818 sorting.
9819
9820 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9821
9822 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9823 solid groups.
9824
9825 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9826
9827 * legacy-gnus-agent.el: Add Copyright notice.
9828
9829 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
9830
9831 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9832
9833 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9834
9835 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9836
9837 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9838 to make it work reliably in CVS Emacs.
9839 (gnus-summary-limit-strange-charsets-predicate)
9840 (gnus-summary-limit-to-predicate): New functions.
9841
9842 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
9843
9844 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9845 specifying array size.
9846 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9847 array if it is too small.
9848 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9849 (gnus-sort-threads-loop): New function.
9850
9851 2006-12-06 Chris Moore <dooglus@gmail.com>
9852
9853 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9854 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9855
9856 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
9857
9858 * mm-url.el (mm-url-predefined-programs): Call curl with correct
9859 options.
9860
9861 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9862
9863 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9864 DOS-ing the recipient.
9865
9866 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9867 the headers when creating the mapping to avoid mismappings.
9868 (nnweb-gmane-create-mapping): Always nix out old mapping.
9869
9870 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9871
9872 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9873 and mm-verify-option to never.
9874
9875 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9876
9877 * message.el (message-signed-or-encrypted-p): New function.
9878 (message-forward-make-body): Use it.
9879
9880 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9881 Replace encode-coding-string with mm-encode-coding-string.
9882
9883 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9884
9885 * nneething.el (nneething-decode-file-name):
9886 Replace decode-coding-string with mm-decode-coding-string.
9887
9888 * gnus-int.el (gnus-open-server): Say failed server's name.
9889
9890 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
9891
9892 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9893 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9894
9895 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9896 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9897 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9898 (gnus-group-make-directory-group, gnus-group-transpose-groups):
9899 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9900 (gnus-subscribe-newsgroup, gnus-1):
9901 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9902 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9903 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9904 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9905
9906 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9907
9908 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9909 keystroke.
9910 (gnus-summary-limit-to-bodies): Implement headersp.
9911
9912 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9913
9914 * dns.el (query-dns): Protect against "Process dns deleted" strings.
9915
9916 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9917
9918 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9919
9920 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9921
9922 * message.el (message-generate-hashcash): Expand range of values to
9923 include `opportunistic'.
9924 (message-send-mail): Use it.
9925
9926 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9927
9928 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9929 and comment it.
9930
9931 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9932
9933 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
9934
9935 * gnus-util.el (gnus-extract-address-components): Improve comment.
9936
9937 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9938
9939 * gnus-util.el (gnus-extract-address-components): Work with address in
9940 which the name portion contains @.
9941
9942 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9943
9944 * gnus.el (gnus-start): Move custom group up.
9945 (gnus-select-method): Don't autoload, but make it available for
9946 `customize-variable'.
9947 (gnus-getenv-nntpserver): Don't autoload.
9948
9949 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
9950
9951 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9952
9953 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9954
9955 * message.el (message-sendmail-extra-arguments): New variable.
9956 (message-send-mail-with-sendmail): Use it.
9957
9958 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9959
9960 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9961 mm-with-unibyte-current-buffer to make string unibyte.
9962
9963 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9964 mm-string-as-multibyte.
9965
9966 2006-11-14 Daiki Ueno <ueno@unixuser.org>
9967
9968 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9969 Reported by Werner Koch <wk@gnupg.org>.
9970
9971 2006-11-14 Daiki Ueno <ueno@p360>
9972
9973 * mml2015.el: Autoload epa-select-keys when compiling.
9974
9975 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9976
9977 * mml2015.el (mml2015-epg-sign): Save the signing keys in
9978 message-options.
9979 (mml2015-epg-encrypt): Save the recipient keys in message-options.
9980
9981 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9982
9983 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9984 EasyPG (< 0.0.6).
9985 (mml2015-always-trust): New user option.
9986 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9987 prompt.
9988
9989 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9990
9991 * nntp.el (nntp-authinfo-force): New variable.
9992 (nntp-send-authinfo): Use it.
9993
9994 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
9995
9996 * message.el (message-strip-subject-encoded-words): Allow _not_ to
9997 decode encoded words. Improve prompt. Add comment about forwarding.
9998 (message-replacement-char): Move up.
9999
10000 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10001
10002 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10003 instead of gnus-intersection because arguments of gnus-sorted-nunion
10004 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
10005
10006 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
10007
10008 * message.el (message-strip-subject-encoded-words): Reformat prompt.
10009 (message-simplify-subject-functions):
10010 Enable message-strip-subject-encoded-words by default.
10011
10012 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
10013
10014 * message.el (message-strip-subject-encoded-words): New function.
10015 (message-simplify-subject-functions): New variable.
10016 (message-simplify-subject): Use it. Fix typo in doc string.
10017 Support message-strip-subject-encoded-words.
10018
10019 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
10020
10021 * gnus-diary.el (gnus-diary-delay-format-function):
10022 * nndiary.el (nndiary-reminders):
10023 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10024
10025 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10026
10027 * gnus-art.el (article-hide-boring-headers): Fetch date from
10028 gnus-original-article-buffer to avoid problems with localized date
10029 strings.
10030
10031 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10032
10033 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10034
10035 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
10036
10037 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10038 New variables.
10039 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10040 (mm-charset-synonym-alist): Move some entries to
10041 mm-codepage-iso-8859-list.
10042 (mm-charset-synonym-alist, mm-charset-override-alist):
10043 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10044
10045 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
10046
10047 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10048
10049 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10050
10051 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10052 with Emacs 21 and XEmacs.
10053
10054 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
10055
10056 * spam.el (spam-parse-address): New function for better parsing,
10057 catching errors, etc.
10058 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10059
10060 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10061
10062 * mm-view.el: Add interactive arg to html2text autoload.
10063
10064 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10065
10066 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10067
10068 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
10069
10070 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10071 New variables.
10072 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10073 (mm-charset-synonym-alist): Move some entries to
10074 mm-codepage-iso-8859-list.
10075
10076 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10077
10078 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
10079
10080 * message.el (message-citation-line-format)
10081 (message-insert-formated-citation-line): Fix implementation of %E, %N
10082 and %n according to the doc string.
10083
10084 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
10085
10086 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10087 Use car-safe to avoid bad parses.
10088
10089 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10090
10091 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10092 names.
10093
10094 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10095
10096 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10097
10098 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10099 header.
10100
10101 * message.el (message-draft-headers): Add Date.
10102 (message-headers-to-generate): Fix typo in docstring.
10103
10104 * nndraft.el (nndraft-required-headers): New variable.
10105 (nndraft-generate-headers): Use it.
10106
10107 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10108
10109 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10110
10111 * gnus-registry.el (gnus-registry-wash-for-keywords)
10112 (gnus-registry-find-keywords): New functions to allow easy searching of
10113 articles that are in the registry.
10114
10115 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10116
10117 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10118 Use ietf-drums-parse-address instead of gnus-extract-address-components.
10119 Reported by Damien Elmes <damien@repose.cx>.
10120
10121 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
10122
10123 * gnus.el (gnus-mime): Remove unused custom group.
10124
10125 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10126
10127 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10128 "blank line" when searching for end of armor headers.
10129
10130 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10131
10132 * gmm-utils.el (gmm-write-region): Fix variable name.
10133
10134 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
10135
10136 * gmm-utils.el (gmm-write-region): New function based on compatibility
10137 code from `mm-make-temp-file'.
10138
10139 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10140
10141 * nnmaildir.el (nnmaildir--update-nov)
10142 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10143 Use `gmm-write-region'.
10144
10145 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10146
10147 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10148 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10149
10150 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10151
10152 * message.el (message-replacement-char): New variable.
10153 (message-fix-before-sending): Use it.
10154 (message-simplify-subject): New function to remove duplicate code.
10155 (message-reply, message-followup): Use it.
10156
10157 * gnus-sum.el (gnus-summary-make-menu-bar):
10158 Clarify gnus-summary-limit-to-articles.
10159
10160 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10161
10162 * gnus-util.el (gnus-with-local-quit): New macro.
10163
10164 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10165
10166 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
10167
10168 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10169 ignore non-string data.
10170
10171 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
10172
10173 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10174 non-string data (needs to be done in the registry too).
10175
10176 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10177
10178 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10179 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10180 (gnus-registry-split-fancy-with-parent)
10181 (gnus-registry-fetch-simplified-message-subject-fast)
10182 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10183 Remove text properties on ingress into the registry and when it's saved.
10184 (gnus-registry-clean-empty-function): Fix bug with cleaning the
10185 registry from entries with no groups.
10186
10187 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10188
10189 * gnus-util.el (gnus-string-remove-all-properties): Add utility
10190 function to remove string properties.
10191
10192 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
10193
10194 * gmm-utils.el (gmm): Adjust custom version.
10195
10196 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10197 Adjust custom version.
10198
10199 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10200
10201 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
10202
10203 * gnus-art.el (gnus-insert-prev-page-button)
10204 (gnus-insert-next-page-button): Simplify. Reformat.
10205
10206 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10207
10208 * gnus-art.el (gnus-insert-prev-page-button)
10209 (gnus-insert-next-page-button): Apply gnus-article-button-face.
10210
10211 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
10212
10213 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10214
10215 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10216
10217 * gnus-art.el (gnus-insert-mime-button)
10218 (gnus-insert-mime-security-button):
10219 Apply gnus-article-button-face to MIME and security buttons.
10220
10221 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10222
10223 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10224 readable.
10225
10226 2006-09-20 Steve Youngs <steve@sxemacs.org>
10227
10228 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10229 `browse-url-of-file' instead of `browse-url'.
10230
10231 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10232
10233 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10234 regexp. Articles containing quotation were cut prematurely.
10235
10236 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10237
10238 * message.el (message-cite-original-1): Use nobody by default for the
10239 value of From header.
10240 (message-reply): Ditto.
10241
10242 2006-09-11 Daiki Ueno <ueno@unixuser.org>
10243
10244 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10245 to the gnus-info. This fixes a bug of inline-PGP message verification.
10246 Reported by Michael Piotrowski <mxp@dynalabs.de>.
10247
10248 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10249
10250 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10251 mails in the doc string. Add some URLs in comment.
10252 (pop3-movemail): Warn about pop3-leave-mail-on-server.
10253
10254 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10255
10256 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10257 backslashes handling and the way to find boundaries of quoted strings.
10258
10259 2006-09-07 Daiki Ueno <ueno@unixuser.org>
10260
10261 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10262 mml1991-encrypt-to-self is set and mml1991-signers is not set.
10263 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10264 mml2015-encrypt-to-self is set and mml2015-signers is not set.
10265
10266 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10267
10268 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
10269 doc string.
10270 (gnus-button-regexp, gnus-button-last): Remove unused variables.
10271
10272 2006-09-06 Simon Josefsson <jas@extundo.com>
10273
10274 * mml2015.el (mml2015-use): Doc fix, mention epg.
10275
10276 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10277
10278 * mml2015.el (mml2015-use): Default to epg, if available.
10279
10280 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10281
10282 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10283 message-sender.
10284 (mml1991-epg-encrypt): Ditto.
10285 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10286 message-sender.
10287 (mml2015-epg-encrypt): Ditto.
10288
10289 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * message.el (message-send-mail-with-sendmail): Look for sendmail in
10292 several common directories.
10293
10294 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10295
10296 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10297 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10298
10299 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10300
10301 * gnus-art.el (article-decode-encoded-words): Make it fast.
10302
10303 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10304
10305 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10306
10307 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10308 in quoted string into `\'.
10309
10310 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10311
10312 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10313 Use standard-syntax-table.
10314
10315 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10316
10317 * gnus-art.el (gnus-decode-address-function): New variable.
10318 (article-decode-encoded-words): Use it to decode headers which are
10319 assumed to contain addresses.
10320 (gnus-mime-delete-part): Remove useless `or'.
10321
10322 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10323 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10324 (gnus-nov-parse-line): Use it to decode From header.
10325 (gnus-get-newsgroup-headers): Ditto.
10326 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10327
10328 * mail-parse.el (mail-decode-encoded-address-region): New alias.
10329 (mail-decode-encoded-address-string): New alias.
10330
10331 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10332 New function.
10333 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10334 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10335 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10336 (rfc2047-decode-string): Ditto.
10337 (rfc2047-decode-address-region): New function.
10338 (rfc2047-decode-address-string): New function.
10339
10340 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
10341
10342 * message.el (message-caesar-buffer-body): Allow rotating headers.
10343
10344 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10345
10346 * message.el (message-insert-formated-citation-line): Fix %f.
10347 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10348
10349 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10350
10351 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10352 (gnus-bookmark-mouse-available-p): New macro.
10353 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10354 (gnus-bookmark-bmenu-show-infos): Use it.
10355 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10356 (gnus-bookmark-bmenu-hide-infos): Ditto.
10357 (gnus-bookmark-remove-properties): New function.
10358 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10359 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10360 (gnus-bookmark-write-file): Bind coding-system-for-write.
10361 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10362 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10363 group before selecting it.
10364 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10365 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10366 quit-window if it is not available; use gnus-mouse-2 and bind it to
10367 gnus-bookmark-bmenu-select-by-mouse.
10368 (gnus-bookmark-show-details): Remove unused variable `details-list'.
10369 (gnus-bookmark-bmenu-select-by-mouse): New function.
10370
10371 2006-08-13 Romain Francoise <romain@orebokech.com>
10372
10373 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10374 space.
10375
10376 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10377
10378 * compface.el (uncompface): Use binary rather than raw-text-unix.
10379
10380 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * compface.el (uncompface): Make sure the eol conversion doesn't take
10383 place when communicating with the external programs.
10384 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10385
10386 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
10387
10388 * nnheader.el (nnheader-insert-head): Fix typo in comment.
10389
10390 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10391
10392 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10393 Make it more robust by parsing author and date independently.
10394
10395 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10396
10397 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10398
10399 2006-07-28 Daiki Ueno <ueno@unixuser.org>
10400
10401 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10402 first matching secret key.
10403 (mml2015-epg-encrypt): Ditto.
10404
10405 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10406 first matching secret key.
10407 (mml1991-epg-encrypt): Ditto.
10408
10409 * mml2015.el (mml2015-encrypt-to-self): New user option.
10410 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10411 mml2015-epg-encrypt-to-self is set.
10412
10413 * mml1991.el (mml1991-encrypt-to-self): New variable.
10414 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10415 mml1991-epg-encrypt-to-self is set.
10416
10417 * mml2015.el (mml2015-signers): New user option.
10418 (mml2015-epg-sign): Reflect the value of mml2015-signers.
10419 (mml2015-epg-encrypt): Allow to select signing keys.
10420
10421 * mml1991.el (mml1991-signers): New variable.
10422 (mml1991-epg-sign): Reflect the value of mml1991-signers.
10423 (mml1991-epg-encrypt): Allow to select signing keys.
10424
10425 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10426
10427 * nnheader.el (nnheader-insert-head): Make it work even if the file
10428 uses CRLF for the line-break code.
10429
10430 2006-07-25 Daiki Ueno <ueno@unixuser.org>
10431
10432 * mml2015.el: Require mml-sec instead of password.
10433 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10434 (mml2015-cache-passphrase): Inherit the default value from
10435 mml-secure-cache-passphrase.
10436 (mml2015-passphrase-cache-expiry): Inherit the default value from
10437 mml-secure-passphrase-cache-expiry.
10438
10439 * mml1991.el: Require mml-sec instead of password.
10440 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10441 (mml1991-cache-passphrase): Inherit the default value from
10442 mml-secure-cache-passphrase.
10443 (mml1991-passphrase-cache-expiry): Inherit the default value from
10444 mml-secure-passphrase-cache-expiry.
10445
10446 * mml-sec.el: Require password.
10447 (mml-secure-verbose): New user option.
10448 (mml-secure-cache-passphrase): New user option.
10449 (mml-secure-passphrase-cache-expiry): New user option.
10450
10451 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10452
10453 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10454 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
10455 andreas@altroot.de (Andreas Vögele).
10456
10457 FIXME: Use `tiny change'?
10458
10459 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10460
10461 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10462 workaround for the url package included with Emacs.
10463
10464 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10465
10466 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10467
10468 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10469 correctly. This fixes a bug caused by the 2006-05-12 change.
10470
10471 2006-07-18 Karl Fogel <kfogel@red-bean.com>
10472
10473 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10474 some information about the error when saying that the `bogus' mail
10475 group will be used.
10476
10477 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10478
10479 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10480 string.
10481
10482 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10483
10484 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10485
10486 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10487
10488 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10489
10490 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10491
10492 * mml1991.el (mml1991-function-alist): Add epg.
10493 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10494 (mml1991-epg-encrypt): New functions.
10495
10496 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10497
10498 * mml2015.el (mml2015-verbose): New variable.
10499 (mml2015-cache-passphrase): Ditto.
10500 (mml2015-passphrase-cache-expiry): Ditto.
10501 (mml2015-function-alist): Add epg.
10502 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10503 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10504 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10505 New functions.
10506
10507 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10508
10509 * message.el (message-cite-original-1): Preserve region when removing
10510 quoted text due to X-No-Archive in order to avoid bogus attribution
10511 when citing multiple messages.
10512
10513 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10514
10515 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10516 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10517
10518 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10519
10520 * gnus-diary.el (gnus-user-format-function-d)
10521 (gnus-user-format-function-D): Autoload.
10522
10523 * imap.el (Commentary): Fix typo.
10524
10525 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10526 2006-04-22 contribution.
10527
10528 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10529
10530 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10531 It didn't really fix the bogosity I'm seeing with solid web groups.
10532
10533 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10534
10535 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10536 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10537 created using server names. If we use the feature without declaring
10538 it, Gnus does not properly manage server and group state.
10539
10540 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10541 bound.
10542
10543 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10544
10545 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10546 looking up the method using GROUP's prefix before inventing a new one.
10547 It is used on killed/unknown groups in various places where returning
10548 an all-new method isn't expected by the caller.
10549
10550 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10551 and match semantics of gnus-group-real-prefix.
10552
10553 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10554
10555 * nnmail.el (nnmail-broken-references-mailers): New variable.
10556 (nnmail-ignore-broken-references): New function generalizing
10557 nnmail-fix-eudora-headers.
10558 (nnmail-fix-eudora-headers): Now obsolete.
10559
10560 * gnus-art.el (gnus-button-handle-custom):
10561 Support `customize-apropos*'.
10562
10563 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10564
10565 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10566
10567 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10568 articles.
10569
10570 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10571
10572 * message.el (message-cite-reply-above): New variable.
10573 (message-yank-original): Use it.
10574
10575 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10576
10577 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10578
10579 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10580
10581 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10582 as read.
10583
10584 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10585
10586 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10587
10588 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10589 (gnus-bookmark-default-file): Use gnus-directory.
10590 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10591 Remove "*" in doc string.
10592 (gnus-bookmark-write-file): Simplify.
10593 (gnus-bookmark-maybe-sort-alist): Use `when'.
10594 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10595 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10596 Add FIXME about Emacs 21 and XEmacs compatibility.
10597 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10598 compatibility.
10599 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10600 compatibility.
10601 (gnus-bookmark-menu-heading): Fix version.
10602
10603 2006-06-19 Bastien Guerry <bzg@altern.org>
10604
10605 * gnus-bookmark.el: New file.
10606
10607 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10608
10609 * message.el (message-syntax-checks): Doc fix.
10610
10611 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10612
10613 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10614 unsubscribed groups as if they were killed ones. It causes duplicate
10615 entries in gnus-newsrc-alist.
10616
10617 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10618
10619 * message.el (message-syntax-checks): Doc fix.
10620 (message-send-mail): Add check for continuation headers.
10621 (message-check-news-header-syntax): Fix regexp used to check for
10622 continuation headers.
10623
10624 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10625
10626 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10627
10628 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10629
10630 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10631
10632 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10633
10634 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10635 default-truncate-lines.
10636
10637 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10638
10639 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10640 to fill the utf-8 entry.
10641
10642 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10643
10644 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10645
10646 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10647
10648 * gnus-agent.el (directory-files-and-attributes): Move all the way
10649 forward (the third and final move).
10650 (gnus-agent-read-agentview): Trap reconstruction errors due to
10651 nonexistent directory. Handle by returning nil.
10652
10653 2006-05-30 Didier Verna <didier@xemacs.org>
10654
10655 * message.el (message-dont-reply-to-names): Update the custom type.
10656 * message.el (message-dont-reply-to-names): New defsubst: potentially
10657 convert a list of regexps into a single one.
10658 * message.el (message-get-reply-headers): Use it.
10659 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10660
10661 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * gnus-agent.el (directory-files-and-attributes): Move forward.
10664
10665 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10666
10667 * gnus-ml.el (gnus-mailing-list-subscribe)
10668 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10669 (gnus-mailing-list-message): Fix doc strings.
10670
10671 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10672
10673 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10674 of doing it manually.
10675
10676 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10677
10678 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10679 comment.
10680
10681 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10682
10683 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10684 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10685 (gnus-agent-read-local): All symbols allocated in my-obarray.
10686 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10687 (gnus-agent-regenerate-group): Check numeric names to see if they are
10688 messages or groups.
10689 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10690 better way of do this...)
10691
10692 * gnus-cache.el (gnus-agent-total-fetched-for):
10693 Ignore 'dummy.group' (there should be a better way of do this...)
10694
10695 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10696
10697 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10698 (gnus-saved-headers): Ditto.
10699 (gnus-default-article-saver): Mention functions may have properties.
10700 (gnus-article-save): Override gnus-save-all-headers and
10701 gnus-saved-headers by :headers property which saver function may have.
10702 (gnus-summary-save-in-file): Add :headers property.
10703 (gnus-summary-write-to-file): Ditto.
10704
10705 * gnus-sum.el (gnus-summary-save-article): Bind
10706 gnus-prompt-before-saving to t when saving many articles in a file;
10707 always show all headers.
10708
10709 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10710
10711 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10712 marks.
10713
10714 * message.el (message-indent-citation): Add optional arguments to allow
10715 using it outside of message buffers.
10716
10717 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10718 (gnus-article-treat-unfold-headers): Use it.
10719 (gnus-article-truncate-lines): New variable.
10720 (gnus-article-mode): Use it.
10721 (gnus-article-toggle-truncate-lines): New function.
10722
10723 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10724 Add gnus-article-toggle-truncate-lines.
10725
10726 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10727 coding system in XEmacs, use binary.
10728
10729 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10730
10731 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10732 after-load-alist.
10733
10734 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10735 this function should save decoded articles.
10736 (gnus-summary-write-to-file): Use property to specify this function
10737 should save decoded articles and specify gnus-summary-save-in-file
10738 should be used to save articles other than the first one when saving
10739 many articles.
10740 (gnus-summary-save-body-in-file): Use property to specify this
10741 function should save decoded articles.
10742 (gnus-summary-write-body-to-file): Use property to specify this
10743 function should save decoded articles and specify
10744 gnus-summary-save-body-in-file should be used to save articles other
10745 than the first one when saving many articles.
10746
10747 * gnus-sum.el (gnus-summary-save-article): Simplify.
10748
10749 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10750
10751 * gnus-art.el (gnus-default-article-saver):
10752 Add gnus-summary-write-body-to-file.
10753 (gnus-article-save-coding-system): Don't use coding system object
10754 in XEmacs.
10755 (gnus-read-save-file-name): Add optional `dir-var' argument which
10756 specifies directory in which files are saved; work even if optional
10757 `variable' argument is not specified.
10758 (gnus-summary-write-to-file): Read file name.
10759 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10760 (gnus-summary-write-body-to-file): New function.
10761
10762 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10763 (gnus-summary-local-variables): Add it.
10764 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10765 (gnus-summary-save-article): Remove optional `decode' argument;
10766 determine whether to decode articles by the value of
10767 gnus-default-article-saver; when saving many files using
10768 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10769 it first and use gnus-summary-save-in-file or
10770 gnus-summary-save-body-in-file thereafter unless
10771 gnus-prompt-before-saving is always; move point to article which
10772 will be saved.
10773 (gnus-summary-save-article-file): Revert.
10774 (gnus-summary-write-article-file): Revert.
10775 (gnus-summary-save-article-body-file): Revert.
10776 (gnus-summary-write-article-body-file): New function.
10777
10778 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10779
10780 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10781
10782 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10783
10784 * gnus-art.el (gnus-default-article-saver): Doc fix.
10785 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10786 from gnus-summary-save-article-coding-system, and default to a
10787 certain coding system.
10788 (gnus-output-to-file): Add coding cookie and encode text according
10789 to gnus-article-save-coding-system; don't use mm-append-to-file.
10790
10791 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10792 gnus-art.el and rename to gnus-article-save-coding-system.
10793 (gnus-summary-save-article): Require gnus-art; don't show all
10794 headers if it decodes articles; don't add coding cookie here;
10795 don't bind mm-text-coding-system-for-write.
10796 (gnus-summary-save-article-file): Save decoded articles.
10797 (gnus-summary-write-article-file): When saving many files, use
10798 gnus-summary-write-to-file first and gnus-summary-save-in-file
10799 thereafter unless gnus-prompt-before-saving is always.
10800 (gnus-summary-save-article-body-file): Save decoded articles.
10801
10802 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10803
10804 * nnrss.el (nnrss-check-group): Bind hash-index.
10805
10806 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
10807
10808 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10809 its hash index. Store this hash in `nnrss-group-data'.
10810 (nnrss-read-group-data): Update accordingly.
10811
10812 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10813
10814 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10815 entry.
10816
10817 * gnus-sum.el (gnus-summary-make-menu-bar):
10818 Add gnus-article-browse-html-article.
10819
10820 2006-05-23 Hynek Schlawack <hynek@ularx.de>
10821
10822 * gnus-sum.el (gnus-summary-mime-map):
10823 Add gnus-article-browse-html-article.
10824
10825 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10826
10827 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10828 suitable coding systems in customize.
10829
10830 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10831
10832 * mail-source.el (mail-sources): Fix custom type.
10833
10834 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10835
10836 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10837 (gnus-summary-expire-articles-now): Shorten prompt.
10838
10839 * gmm-utils.el (wid-edit): Require.
10840 (defun-gmm): Rename from `gmm-defun-compat'.
10841 (gmm-image-search-load-path): Use it.
10842 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
10843
10844 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10845
10846 * gnus-sum.el (gnus-summary-save-article-coding-system):
10847 New variable.
10848 (gnus-summary-save-article): Add optional `decode' argument.
10849 If it is set and gnus-summary-save-article-coding-system is non-nil,
10850 save decoded article.
10851 (gnus-summary-write-article-file): Save decoded article if
10852 gnus-summary-save-article-coding-system is non-nil.
10853
10854 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10855 type.
10856
10857 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10858
10859 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10860
10861 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10862
10863 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10864 first to test gnus-single-article-buffer which may be buffer-local.
10865
10866 * gnus-sum.el (gnus-summary-setup-buffer):
10867 Make gnus-single-article-buffer buffer-local and nil in ephemeral
10868 group; make gnus-article-buffer, gnus-article-current, and
10869 gnus-original-article-buffer always buffer-local.
10870 (gnus-summary-exit): Kill article buffer belonging to ephemeral
10871 group.
10872 (gnus-handle-ephemeral-exit): Don't move to next summary line.
10873
10874 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10875
10876 * nnml.el (nnml-request-compact-group): Compressed files might not
10877 have .gz extension.
10878
10879 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10880
10881 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10882 (mm-copy-to-buffer): Use with-current-buffer.
10883 (mm-display-part): Simplify.
10884 (mm-inlinable-p): Add optional arg `type'.
10885
10886 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10889 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10890 Try harder to show the attachment internally or externally using
10891 gnus-mime-view-part-as-type.
10892
10893 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10894
10895 * message.el (message-from-style, message-signature-separator)
10896 (message-user-organization-file, message-send-mail-function)
10897 (message-citation-line-function, message-yank-prefix)
10898 (message-indent-citation-function, message-signature)
10899 (message-signature-file, message-signature-insert-empty-line):
10900 Remove autoloads.
10901
10902 * gnus-art.el (gnus-buttonized-mime-types):
10903 Remove "multipart/signed". Revert 2006-04-26 change.
10904
10905 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10906
10907 * gnus.el (gnus-version-number): Bump version.
10908
10909 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10910
10911 * gnus.el: No Gnus v0.5 is released.
10912
10913 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10914
10915 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10916 fetching articles by message-id.
10917
10918 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10919
10920 * message.el (hashcash): Require hashcash as normal.
10921
10922 * ecomplete.el (ecomplete-highlight-match-line):
10923 Use point-at-eol.
10924 (ecomplete-highlight-match-line): Use `highlight', because that
10925 face exists in both Emacs and XEmacs.
10926
10927 * message.el (message-display-abbrev): Use point-at-bol.
10928
10929 * mail-source.el: Don't require timer/timer-funcs.
10930
10931 * gnus-async.el: Ditto.
10932
10933 * password.el: Ditto.
10934
10935 * mm-url.el: Ditto.
10936
10937 * mm-util.el: Require timer/timer-funcs.
10938
10939 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10940
10941 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10942 Close.
10943
10944 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10945
10946 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10947 unibyte after clear-decrypt function runs.
10948
10949 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10950 returns as a unibyte string.
10951
10952 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10953
10954 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10955 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10956 (mml1991-pgg-encrypt): Ditto.
10957
10958 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
10959
10960 * message.el (message-user-organization-file): Check several
10961 locations of the organization file.
10962
10963 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10964 Add gnus-article-view-part-as-type.
10965
10966 * gnus-art.el (gnus-article-view-part-as-type): New function.
10967
10968 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10969 .mobi and .travel. Remove .nato, .bitnet and .uucp.
10970
10971 * mml.el: Simplify autoload.
10972 (mml-mode): defvar dnd-protocol-alist instead of using
10973 symbol-value.
10974 (mml-default-directory): New variable.
10975 (mml-minibuffer-read-file): Use it.
10976 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10977
10978 * message.el (message-citation-line-format): New variable.
10979 (message-insert-formated-citation-line): New function.
10980 (message-citation-line-function):
10981 Add `message-insert-formated-citation-line' to custom type.
10982
10983 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10984 to doc string.
10985
10986 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10987 depending on mm-verify-option.
10988
10989 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10990
10991 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10992 binding pgg-* variables; reimplement the section which prevents
10993 MIME header from being signed.
10994 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10995 pgg-text-mode; remove a blank line at the top of body.
10996
10997 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10998 lines at the top of body; use gnus-newsgroup-charset if there's no
10999 Charset header.
11000
11001 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11002
11003 * message.el (message-self-insert-commands): Doc fix.
11004
11005 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11006 (mm-uu-pgp-encrypted-test): Ditto.
11007 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11008 between header and body; return application/pgp-encrypted handle
11009 if decryption failed; decode decrypted body by charset.
11010
11011 * mm-decode.el (mm-automatic-display): Don't make application/pgp
11012 element match to application/pgp-*.
11013
11014 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11015
11016 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11017 HTML.
11018
11019 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11020
11021 * mail-source.el (mail-source-call-script): Message the error
11022 string.
11023
11024 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11025
11026 * gnus-util.el (gnus-byte-compile): Use it.
11027
11028 2006-04-22 xyblor <fake@invalid.email> (tiny change)
11029
11030 * gnus-util.el (kill-empty-logs): New function.
11031
11032 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11033
11034 * message.el (message-mail-alias-type): Doc fix.
11035 (message-mail-alias-type-p): New function.
11036 (message-send): Use it.
11037 (message-mode): Ditto.
11038 (message-strip-forbidden-properties): Ditto.
11039
11040 * ecomplete.el (ecomplete-database-file-coding-system):
11041 New variable.
11042 (ecomplete-save): Use it.
11043 (ecomplete-setup): Use it.
11044
11045 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
11046
11047 * message.el (message-self-insert-commands): New variable.
11048 (message-strip-forbidden-properties): Use it.
11049
11050 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11051
11052 * message.el (message-put-addresses-in-ecomplete): Use a regexp
11053 that doesn't make XEmacs choke.
11054
11055 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
11056
11057 * gnus-util.el (gnus-replace-in-string):
11058 Prefer replace-regexp-in-string over of replace-in-string.
11059
11060 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11061
11062 * gnus-util.el (gnus-select-frame-set-input-focus):
11063 Use select-frame-set-input-focus if it is available in XEmacs; use
11064 definition defined in Emacs 22 for old Emacsen.
11065
11066 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11067
11068 * mm-view.el (mm-inline-text): Use equal instead of equalp.
11069
11070 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
11071
11072 * gnus-registry.el (gnus-registry-cache-save): Remove text
11073 properties when saving via the temp buffer.
11074
11075 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11076
11077 * message.el (message-generate-hashcash): Honor custom type.
11078
11079 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11080
11081 * message.el (message-generate-hashcash): Default to non-nil when
11082 hashcash is found.
11083
11084 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11085 (gnus-refer-thread-limit): Increase default to 500.
11086
11087 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11088
11089 * flow-fill.el (fill-flowed): Allow delete-space.
11090
11091 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11092
11093 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11094 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11095 Remove autoloads.
11096
11097 2006-04-18 Simon Josefsson <jas@extundo.com>
11098
11099 * message.el (message-generate-hashcash): Default to.
11100
11101 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11102
11103 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11104 concatenating segments rather than before concatenating them.
11105
11106 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
11107
11108 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11109
11110 * imap.el (imap-quote-specials): New function.
11111 (imap-login-auth): Quote specials.
11112
11113 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11114
11115 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11116
11117 * message.el (message-forward-make-body-plain):
11118 Allow message-forward-ignored-headers to be a list.
11119 (message-remove-ignored-headers): Factor out into function.
11120 (message-forward-make-body-mml): Use it.
11121 * rfc2231.el (rfc2231-parse-string): Remove dead code.
11122 (rfc2231-parse-string): Allow concatanation of parameters that
11123 aren't contiguous. The test case is
11124 (mail-header-parse-content-type "message/external-body;
11125 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11126 access-type=LOCAL-FILE;
11127 name*1*=plugh%2fhello-sailor%2fbing.pdf")
11128
11129 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11130
11131 * nntp.el (nntp-accept-process-output): Return the value of
11132 `nnheader-accept-process-output'.
11133
11134 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11135
11136 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11137 (gnus-button-alist): Recognize more diff formats.
11138 (gnus-button-patch): Strip directory.
11139
11140 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
11141
11142 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11143 Emacs 22 when setting focus.
11144
11145 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11146
11147 * gnus-art.el (gnus-article-treat-types): Do treatment of
11148 text/x-verbatim parts.
11149 (gnus-button-patch): New command.
11150
11151 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11152 addresses that contain invalid characters.
11153
11154 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11155
11156 * message.el (message-put-addresses-in-ecomplete):
11157 Use gnus-replace-in-string.
11158 (message-is-yours-p): Use the more correct
11159 mail-header-parse-address instead of
11160 mail-extract-address-components.
11161 (message-put-addresses-in-ecomplete): Fix typo.
11162
11163 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11164 keystroke.
11165
11166 * gnus-art.el (gnus-treatment-function-alist): Change order of
11167 newsgroups/generic header folding to avoid double-folding.
11168
11169 * message.el (message-hidden-headers): Add X-Draft-From.
11170
11171 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11172 New command.
11173 (gnus-summary-repeat-search-article-backward): New command.
11174
11175 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11176 groups in the parent topic.
11177
11178 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
11179
11180 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11181 (spam-extra-header-to-number): Return the CRM114 number as a
11182 number instead of a string.
11183
11184 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11185
11186 * gnus-art.el (gnus-face-properties-alist): Move here from
11187 gnus-fun.
11188
11189 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11190
11191 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11192
11193 * message.el (message-strip-forbidden-properties): Only display on
11194 self-insert-command.
11195
11196 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11197 reindent.
11198 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11199
11200 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
11201
11202 * smiley.el (smiley-style): Fix typo.
11203
11204 2006-03-23 Kenichi Handa <handa@m17n.org>
11205
11206 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11207 instead of set-buffer-multibyte.
11208
11209 2006-03-23 Kenichi Handa <handa@m17n.org>
11210
11211 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11212 buffer and then decode the buffer text if necessary.
11213 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11214 first, and after mm-encode-body, change the buffer to unibyte.
11215
11216 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11217
11218 * hashcash.el (hashcash-insert-payment-async-2):
11219 Use message-goto-eoh instead of doing it manually.
11220 (mail-add-payment): Use message-narrow-to-header instead of trying
11221 to do the same itself.
11222
11223 * message.el (message-hidden-headers): Add Face.
11224
11225 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11226 reparenting code.
11227 (gnus-summary-reparent-children): Refactored out code.
11228 (gnus-summary-thread-map): New keystroke.
11229 (gnus-summary-reparent-children): Make into command.
11230
11231 * smiley.el (smiley-style): Default to `medium' if using a large
11232 font.
11233
11234 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11235 does it itself.
11236
11237 * message.el (message-point-in-header-p): Simplify definition.
11238
11239 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11240
11241 * nnagent.el (nnagent-request-set-mark): Silence log file
11242 writing.
11243 (nnagent-request-set-mark): Use write-region instead of
11244 append-to-file.
11245
11246 * gnus-sum.el (gnus-read-header): Fudge article number if using a
11247 strange select method.
11248
11249 * ecomplete.el (ecomplete-display-matches): Get highlightling
11250 right.
11251 (ecomplete-display-matches): Use literals.
11252 (ecomplete-display-matches): Disable message logging.
11253
11254 * message.el (message-display-abbrev): Small optimization.
11255
11256 * ecomplete.el (ecomplete-display-matches): Allow automatic
11257 display.
11258
11259 * message.el (message-strip-forbidden-properties):
11260 Display abbrevs.
11261 (message-display-abbrev): Get automatic display right.
11262
11263 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11264 keystrokes.
11265
11266 2006-04-13 Romain Francoise <romain@orebokech.com>
11267
11268 TODO: Backport to v5-10!
11269
11270 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11271 Move here (and rename) from gnus-registry.el.
11272
11273 * gnus-registry.el: Require gnus-util.
11274 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11275
11276 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11277
11278 * gnus-group.el (gnus-group-catchup-current):
11279 Change if-then-else-if-then-else into cond.
11280 (gnus-group-catchup): Indent.
11281 (group-name-at-point): New function.
11282 (gnus-fetch-group): Provide default from thing at point.
11283
11284 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11285
11286 * message.el (message-display-abbrev): Fix regexp.
11287
11288 * ecomplete.el (ecomplete-highlight-match-line):
11289 Reimplement choosing.
11290 (ecomplete-highlight-match-line): Fix up code rewrite, remove
11291 dead variables.
11292
11293 * message.el (message-newline-and-indent): Remove debugging.
11294 (message-display-abbrev): Use new implementation.
11295
11296 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11297
11298 * gnus-art.el (gnus-article-mode):
11299 Set cursor-in-non-selected-windows to nil.
11300
11301 * smiley.el: Revert previous change.
11302 (smiley-data-directory): defvar it before using it in the
11303 defcustom of `smiley-style'.
11304
11305 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11306
11307 * message.el (message-newline-and-indent): New function.
11308
11309 * ecomplete.el: Implement more bits.
11310
11311 * message.el (message-put-addresses-in-ecomplete): Clean up the
11312 string.
11313
11314 * ecomplete.el (ecomplete-add-item): Chop off decimals.
11315
11316 * gnus-sum.el (gnus-summary-save-parts):
11317 Bind gnus-summary-save-parts-counter and use it to make unique file
11318 names.
11319
11320 * gnus-art.el (gnus-ignored-headers): Add some more headers.
11321
11322 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11323 parameter to say whether to actually parse the individual
11324 addresses.
11325
11326 * message.el (message-put-addresses-in-ecomplete): New function.
11327 (ecomplete): Require.
11328 (message-mail-alias-type): Add ecomplete as an option.
11329
11330 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
11331
11332 * flow-fill.el (fill-flowed): Remove trailing space from blank
11333 quoted lines.
11334
11335 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11336
11337 * smiley.el (smiley-style): Move definition later to avoid a
11338 compilation warning.
11339
11340 2006-04-12 Kenichi Handa <handa@m17n.org>
11341
11342 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11343 buffer and then decode the buffer text if necessary.
11344 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11345 first, and after mm-encode-body, change the buffer to unibyte.
11346 Use mm-disable-multibyte instead of set-buffer-multibyte.
11347
11348 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11349
11350 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11351 Content-Type header instead of Content-Disposition header.
11352 (gnus-mime-inline-part): Ditto.
11353 (gnus-mime-view-part-as-charset): Ignore charset that the part
11354 specifies.
11355
11356 * mm-decode.el (mm-display-part): Work with external parts and
11357 usual parts similarly.
11358
11359 * mm-extern.el (mm-inline-external-body): Use mm-display-part
11360 instead of gnus-display-mime.
11361
11362 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11363 instead of with-temp-buffer.
11364
11365 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11366 tag to summarized topics part in order to encode non-ASCII text.
11367
11368 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11369
11370 * smiley.el (smiley-style): New variable.
11371 (smiley-directory): New function.
11372 (smiley-data-directory): Derive from `smiley-style' using
11373 `smiley-directory'.
11374 (smiley-regexp-alist): Add new entries.
11375
11376 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11377 (gnus-article-browse-delete-temp): Add :version.
11378
11379 2006-04-11 Arne Jørgensen <arne@arnested.dk>
11380
11381 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11382 the sieve region.
11383
11384 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11385
11386 * gnus.el (gnus-version-number): Bump version.
11387
11388 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11389
11390 * gnus.el: No Gnus v0.4 is released.
11391
11392 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11393
11394 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11395 layout.
11396
11397 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11398 unknown charset.
11399
11400 * message.el (message-header-synonyms): Add Original-To to the
11401 default.
11402
11403 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11404 optional parameter.
11405
11406 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11407
11408 * gnus-fun.el (gnus): Require it for gnus-directory.
11409
11410 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11411
11412 * gnus-fun.el (gnus-face-properties-alist): Add :version.
11413
11414 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11415
11416 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11417
11418 2006-04-05 Simon Josefsson <jas@extundo.com>
11419
11420 * password.el (password-reset): New function.
11421
11422 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11423
11424 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11425 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11426
11427 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11428
11429 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11430 Some whitespace was matched into the url, which broke browsing hits
11431 > 100 when mm-url-use-external was nil.
11432
11433 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11434
11435 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11436 Check gnus-extra-headers for 'Newsgroups.
11437
11438 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11439 bound.
11440
11441 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11442
11443 * pgg-gpg.el: Clean up process buffers every time gpg processes
11444 complete.
11445
11446 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11447
11448 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11449 doc string.
11450
11451 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11452
11453 * pgg-gpg.el (pgg-gpg-process-filter)
11454 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11455
11456 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11457 lines, temporary fix.
11458
11459 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11460
11461 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11462
11463 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11464
11465 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11466 default-enable-multibyte-characters. This reverts the change from
11467 revision 6.17 which is no longer necessary because the passphrase
11468 is sent separately now. GnuPG messages are unreadable under
11469 multibyte locales with default-enable-multibyte-characters set to
11470 nil.
11471
11472 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
11473
11474 * message.el (message-tool-bar-gnome): Move "spell".
11475
11476 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
11477
11478 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11479 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11480 instead.
11481
11482 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
11483
11484 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11485 Improve newsgroups handling for NNTP overviews which don't include
11486 Newsgroups.
11487
11488 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11489
11490 * message.el (message-resend): Bind message-generate-hashcash to nil.
11491
11492 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11493
11494 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11495 when searching for already-paid recipients.
11496
11497 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11498
11499 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11500 passphrases when it is not needed.
11501 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11502 passphrase stuff from gpg, should only be necessary when you use
11503 gpg with a smartcard.
11504
11505 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11506
11507 * mml.el (mml-insert-mime): Ignore cached contents of
11508 message/external-body part.
11509
11510 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11511 (mm-insert-part): Ditto.
11512
11513 2006-03-23 Simon Josefsson <jas@extundo.com>
11514
11515 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11516 Reiner.
11517 (pgg-gpg-use-agent-p): Use it again.
11518
11519 2006-03-23 Simon Josefsson <jas@extundo.com>
11520
11521 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11522 older emacsen.
11523 (pgg-gpg-use-agent-p): Don't use it.
11524
11525 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
11526
11527 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11528 if we can.
11529
11530 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11531
11532 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11533 (pgg-gpg-update-agent): New function.
11534 (pgg-gpg-use-agent-p): New function.
11535 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11536 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11537 (pgg-gpg-sign-region): Use it.
11538
11539 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11540
11541 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11542 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11543
11544 2006-03-21 Simon Josefsson <jas@extundo.com>
11545
11546 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11547 <wilde@sha-bang.de>.
11548 (pgg-gpg-use-agent): New variable.
11549 (pgg-gpg-process-region): Use it.
11550 (pgg-gpg-encrypt-region): Likewise.
11551 (pgg-gpg-encrypt-symmetric-region): Likewise.
11552 (pgg-gpg-decrypt-region): Likewise.
11553 (pgg-gpg-sign-region): Likewise.
11554 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11555
11556 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11557
11558 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11559
11560 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11561 Add comment on version.
11562
11563 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11564
11565 * smiley.el: Add missing test smiley.
11566
11567 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11568
11569 * mm-decode.el (mm-with-part): New macro.
11570 (mm-get-part): Use it; work with message/external-body as well.
11571 (mm-save-part): Treat name and filename equally.
11572
11573 * mm-extern.el (mm-extern-cache-contents): New function.
11574 (mm-inline-external-body): Use it; force the part to be displayed;
11575 move undisplayer added to the cached handle to the parent.
11576
11577 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11578 (gnus-mime-view-part-as-type): Work with message/external-body.
11579
11580 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11581
11582 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11583
11584 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11585 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11586 Emacs.]
11587
11588 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11589
11590 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11591 path rather than symbol. Always return list of directories.
11592 Guarantee that image directory comes first. [Sync with image.el,
11593 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11594
11595 * message.el (message-make-tool-bar): Adjust to new API of
11596 `gmm-image-load-path-for-library'.
11597
11598 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11599
11600 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11601
11602 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11603
11604 * gnus-art.el (gnus-article-only-boring-p):
11605 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11606 intangible text.
11607 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11608
11609 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11610
11611 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11612 Use `defun' instead of `gmm-defun-compat'.
11613
11614 2006-03-14 Simon Josefsson <jas@extundo.com>
11615
11616 * message.el (message-unique-id): Don't use message-number-base36
11617 if (user-uid) is a float.
11618 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11619
11620 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11621
11622 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11623
11624 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11625 empty line between a part and a message part.
11626
11627 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11628
11629 * smiley.el: Add more test smileys.
11630 (smiley-data-directory, smiley-regexp-alist)
11631 (gnus-smiley-file-types): Fix doc strings.
11632 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11633 adding new elements.
11634 (smiley-mouse-map): Unused code. Make it a comment.
11635
11636 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11637
11638 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11639 scan latest NoCeM messages instead of old ones.
11640 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11641 delimiters that are recently used.
11642 (gnus-nocem-load-cache): Add autoload cookie.
11643
11644 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11645
11646 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11647 level which is larger than gnus-use-nocem is specified.
11648
11649 * gnus-group.el (gnus-group-get-new-news): Ditto.
11650
11651 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11652
11653 * gnus-util.el (gnus-tool-bar-update): New function.
11654
11655 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11656 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11657
11658 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11659
11660 * gnus-group.el (gnus-group-redraw-when-idle)
11661 (gnus-group-redraw-check): Remove.
11662 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11663
11664 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11665
11666 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11667 if optional last element is specified in splits (FIELD VALUE...).
11668
11669 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11670
11671 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11672 to gmm-image-load-path-for-library. Call with no-error argument.
11673 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11674
11675 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11676
11677 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11678
11679 * gmm-utils.el (gmm-image-load-path): Remove alias.
11680
11681 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11682
11683 * gmm-utils.el (gmm-image-load-path): Add alias.
11684
11685 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11686 nnml-generate-nov-databases-1.
11687 (nnml-generate-nov-databases): Use it.
11688 (nnml-generate-nov-databases-directory): Document no-active
11689 argument.
11690
11691 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11692 directory if path is t. Add no-error.
11693
11694 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11695 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11696
11697 * gnus-art.el (gnus-article-browse-delete-temp-files):
11698 Simplify resetting gnus-article-browse-html-temp-list.
11699
11700 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11701 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11702 Add example to docstring. Rename local variables. Move error
11703 checks to default case in cond and simplify.
11704
11705 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
11706
11707 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11708 handle is multipart when calling it recursively.
11709 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11710
11711 2006-03-03 Daniel Pittman <daniel@rimspace.net>
11712
11713 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11714 Don't `gnus-uncompress-range' to avoid excessive memory usage.
11715
11716 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11717
11718 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11719 is loaded.
11720
11721 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11722 loaded.
11723
11724 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11725
11726 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11727 to "Emacs 23 (unicode)" in doc string.
11728
11729 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11730 "Emacs 23 (unicode)" in comment.
11731
11732 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11733
11734 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11735
11736 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11737 characters 160 through 255 in Emacs 23.
11738
11739 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11740
11741 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11742 gnus-article-browse-html-temp.
11743 (gnus-article-browse-delete-temp): Make it customizable.
11744 Add `file'. Adjust doc string.
11745 (gnus-article-browse-delete-temp-files): Add argument.
11746 Allow query for each file. Adjust doc string.
11747 (gnus-article-browse-html-parts):
11748 Add `gnus-article-browse-delete-temp-files' to
11749 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11750
11751 2006-03-02 Hynek Schlawack <hynek@ularx.de>
11752
11753 * gnus-art.el (gnus-article-browse-html-temp)
11754 (gnus-article-browse-delete-temp): New variables.
11755 (gnus-article-browse-delete-temp-files): New function.
11756 (gnus-article-browse-html-parts): Use it.
11757
11758 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11759
11760 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11761
11762 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11763 string.
11764
11765 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11766 gnus-summary-insert-new-articles when unplugged.
11767 Remove gnus-summary-search-article-forward.
11768
11769 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11770 display-visual-class instead of display-color-cells.
11771
11772 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11773
11774 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11775 message/* containing non-ASCII text properly.
11776
11777 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
11778
11779 * message.el: Require gmm-utils, remove autoloads.
11780 (message-tool-bar): Set default based on
11781 gmm-tool-bar-style.
11782 (message-tool-bar-gnome): Add gmm-customize-mode.
11783
11784 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11785 gmm-tool-bar-style.
11786 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11787
11788 * gnus-group.el (gnus-group-tool-bar): Set default based on
11789 gmm-tool-bar-style.
11790 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11791
11792 * gmm-utils.el (gmm-image-directory): Rename variable from
11793 gmm-image-load-path.
11794 (gmm-image-load-path): Use gmm-image-directory.
11795 (gmm-customize-mode): New function.
11796 (gmm-tool-bar-style): New variable.
11797
11798 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11799 gnus-group-redraw-line-number.
11800 (gnus-group-redraw-check): Simplify.
11801 (gnus-group-tool-bar-update): Remove redraw check.
11802 (gnus-group-make-tool-bar): Add redraw check.
11803
11804 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11805
11806 * gnus-art.el (gnus-button): Add missing parentheses.
11807
11808 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11809
11810 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11811
11812 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11813
11814 * gnus-art.el (gnus-button): New face.
11815 (gnus-article-button-face): Use it.
11816
11817 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11818 Add gnus-summary-next-page. Re-order.
11819
11820 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11821 next-node are now included.
11822 (gnus-group-redraw-line-number): New internal variable.
11823 (gnus-group-redraw-check): Helper function for updating the tool
11824 bar.
11825 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11826
11827 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11828
11829 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11830 (spam-extra-header-to-number, spam-check-spamassassin-headers):
11831 Use it to match format of Spamassassin 3.0 and later.
11832 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11833 (spam-check-bogofilter)
11834 (spam-bogofilter-register-with-bogofilter): Fix args of
11835 `gnus-error' calls.
11836
11837 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11840 unnecessary interaction when sending queued mails.
11841 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11842
11843 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11844
11845 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11846 first or last are nil.
11847
11848 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11849
11850 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11851
11852 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11853
11854 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11855
11856 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11857
11858 * dns.el (query-dns): Protect more against buggy tcp output.
11859
11860 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11861
11862 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11863 nov.php.
11864
11865 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11866
11867 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11868 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11869 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
11870 output on the server side.
11871 (nnweb-google-create-mapping): Update regexps and add some
11872 progress indication.
11873
11874 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
11875
11876 * gnus-group.el (gnus-group-tool-bar-gnome):
11877 Fix gnus-agent-toggle-plugged. Re-order icons.
11878 (gnus-group-tool-bar-gnome):
11879 Add gnus-group-{prev,next}-unread-group.
11880 (gnus-group-tool-bar-gnome): Re-order icons.
11881
11882 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11883 Move gnus-summary-insert-new-articles.
11884
11885 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11886 Fix comments.
11887
11888 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
11889 also available in Emacs 21.3.
11890
11891 * message.el (message-fix-before-sending): Change "Emacs 22" to
11892 "Emacs 23 (unicode)" in comment.
11893
11894 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11895 "Emacs 23 (unicode)" in comment.
11896
11897 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11898 comment.
11899 (mm-coding-system-p): Add comment about no-MULE XEmacs.
11900
11901 * mm-view.el (mm-fill-flowed): Add :version.
11902
11903 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11904
11905 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11906 and load-path.
11907
11908 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
11909
11910 * message.el: Autoload gmm-image-load-path.
11911 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11912 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
11913 consitency.
11914
11915 * gmm-utils.el (gmm-image-load-path): Also search in
11916 "../etc/images". Don't set gmm-image-load-path if we don't find
11917 the image.
11918
11919 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
11920
11921 * gmm-utils.el (gmm-image-load-path): Don't make
11922 `gmm-image-load-path' include subdirectories which the second arg
11923 `image' might specify.
11924
11925 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11926 subdirectory to icon file names.
11927
11928 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11929
11930 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11931
11932 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11933 gmm-image-load-path calls.
11934
11935 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11936
11937 * message.el (message-make-tool-bar): Ditto.
11938
11939 * mml.el (mml-preview): Add comment concerning tool bar icons.
11940
11941 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11942 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11943
11944 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11945 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11946
11947 * message.el (message-tool-bar-gnome): Use new icon names.
11948 (message-make-tool-bar): Use `gmm-image-load-path'.
11949
11950 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11951 New functions from MH-E.
11952 (gmm-image-load-path): New variable from MH-E.
11953 (gmm-image-load-path): New function from MH-E. Add arguments
11954 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
11955 *-image-load-path-called-flag.
11956
11957 2006-02-21 Milan Zamazal <pdm@brailcom.org>
11958
11959 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11960
11961 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
11962
11963 * nnimap.el (nnimap-request-move-article): Change folder back to
11964 source group before deleting.
11965
11966 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
11967
11968 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11969
11970 * gnus-art.el (mm-url-insert-file-contents-external):
11971 Autoload mm-url.
11972
11973 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11974
11975 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
11976
11977 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11978 coding system which mm-charset-to-coding-system returns for a
11979 given charset is valid.
11980
11981 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11982
11983 * html2text.el (html2text-remove-tag-list):
11984 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11985
11986 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11987
11988 * gnus-cus.el: Revert 2005-10-17 change.
11989
11990 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11991
11992 * gnus-art.el (article-strip-banner):
11993 Call article-really-strip-banner only when the regexp match is made.
11994
11995 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
11996
11997 * gnus-art.el (article-strip-banner):
11998 Use gnus-extract-address-components instead of
11999 mail-header-parse-addresses to make it work with non-ASCII text;
12000 remove mail-encode-encoded-word-string.
12001
12002 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12003 values which are surrounded with \"...\"; make it never cause a
12004 Lisp error; give up parsing of parameters if it failed in
12005 extracting type.
12006
12007 2006-02-14 Arne Jørgensen <arne@arnested.dk>
12008
12009 * smime.el (smime-cert-by-ldap-1): Fix bug where
12010 `smime-ldap-search' returns results without userCertificates.
12011
12012 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
12013
12014 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12015
12016 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12017
12018 * spam.el (spam-check-spamassassin-headers): Adapt format for
12019 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
12020 <ari@mbf.ocn.ne.jp>.
12021 (spam-list-of-processors): Add spam-use-gmane.
12022
12023 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
12024
12025 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12026 make-temp-file; make it work with XEmacs as well.
12027
12028 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12029 mm-make-temp-file.
12030
12031 * mm-decode.el (mm-display-external): Use the 3rd arg of
12032 mm-make-temp-file.
12033 (mm-create-image-xemacs): Ditto.
12034
12035 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
12036
12037 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12038 with message-narrow-to-headers.
12039 (gnus-draft-setup): Narrow to header to run message-fetch-field.
12040 (gnus-draft-check-draft-articles): New function.
12041 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12042
12043 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
12044
12045 * gnus-art.el (gnus-article-browse-html-parts):
12046 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12047 Don't use suffix argument for mm-make-temp-file for Emacs 21
12048 compatibility. Remove useless `format'.
12049
12050 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12051
12052 * nnweb.el (nnweb-google-wash-article): Update regexps.
12053 (nnweb-group-alist): Use defvoo instead of defvar.
12054
12055 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12056
12057 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12058 re-loading nn* modules.
12059
12060 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12061
12062 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12063 for `tool-bar-mode' and don't check it's default-value.
12064
12065 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12066
12067 * message.el (message-make-tool-bar): Ditto.
12068
12069 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12070 `substring'. Shorten tmp-file name.
12071
12072 * gnus.el: Remove bogus comment.
12073
12074 2006-02-10 Hynek Schlawack <hynek@ularx.de>
12075
12076 * gnus-art.el (gnus-article-browse-html-parts): New function.
12077 (gnus-article-browse-html-article): New function for viewing html
12078 articles with a browser.
12079
12080 2006-02-09 Daiki Ueno <ueno@unixuser.org>
12081
12082 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12083 (mml2015-pgg-encrypt): Ditto.
12084
12085 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12086 (mml1991-pgg-encrypt): Ditto.
12087
12088 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12089
12090 * nnfolder.el (nnfolder-insert-newsgroup-line):
12091 Use message-make-date instead of current-time-string.
12092
12093 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12094 to gnus-decoded which mm-uu might set.
12095
12096 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12097
12098 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12099 don't decode quoted parameters; remove misimported Emacs code.
12100 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12101 (rfc2231-decode-encoded-string): Don't use split-string which
12102 behaves differently according to Emacs version; use
12103 mm-decode-coding-region to convert charset to coding-system.
12104 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12105 (rfc2231-encode-string): Remove misimported Emacs code.
12106
12107 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12108
12109 * gnus-art.el (article-decode-charset): Don't use ignore-errors
12110 when calling mail-header-parse-content-type.
12111 (article-de-quoted-unreadable): Ditto.
12112 (article-de-base64-unreadable): Ditto.
12113 (article-wash-html): Ditto.
12114
12115 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12116 calling mail-header-parse-content-type and
12117 mail-header-parse-content-disposition.
12118 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12119 mail-header-parse-content-type.
12120
12121 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12122 insert charset and format parameters; encode description after
12123 inserting it to buffer.
12124 (mml-insert-parameter): Fold lines properly even if a parameter is
12125 segmented into two or more lines; change the max column to 76.
12126
12127 * rfc1843.el (rfc1843-decode-article-body): Don't use
12128 ignore-errors when calling mail-header-parse-content-type.
12129
12130 * rfc2231.el (rfc2231-parse-string): Return at least type if
12131 possible; don't cause an error even if it fails in parsing of
12132 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12133 (rfc2231-encode-string): Don't break lines at the beginning, leave
12134 it to mml-insert-parameter.
12135
12136 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12137 calling mail-header-parse-content-type.
12138
12139 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
12140
12141 * spam-report.el (spam-report-gmane-use-article-number):
12142 Improve doc string.
12143 (spam-report-gmane-internal): Check if a suitable header was found
12144 in the article.
12145
12146 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
12147
12148 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12149 (rfc2231-encode-string): Make param*=value always begin with LWSP.
12150
12151 2006-02-05 Romain Francoise <romain@orebokech.com>
12152
12153 Update copyright notices of all files in the gnus directory.
12154
12155 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12156
12157 * nnweb.el (nnweb-request-group): Avoid growing overview files.
12158
12159 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
12160
12161 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12162 segmented lines of parameter value to cope with Thunderbird 1.5
12163 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12164 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12165 (rfc2231-encode-string): Don't make lines exceeding 76 column.
12166
12167 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
12168
12169 * mml.el (mml-generate-mime-1): Correct the order of inline signed
12170 parts.
12171
12172 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12173
12174 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12175 there's only one active file for all servers.
12176 (nnweb-request-scan): Make sure nnweb-articles is initialized on
12177 solid groups. Gnus might have used a FAST request to select the group.
12178 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12179 and nnweb-search redundantly in the active file.
12180 (nnweb-request-list): Don't list bogus groups. There can only be one.
12181 (nnweb-request-create-group): Don't use ARGS.
12182 (nnweb-possibly-change-server, nnweb-request-group): Remove some
12183 initialisations. Let nnoo do the work.
12184
12185 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
12186
12187 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12188 Say the part has been decoded.
12189
12190 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12191
12192 2006-01-31 Kevin Ryde <user42@zip.com.au>
12193
12194 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12195 mailcap-viewer-test-cache when there's no 'test clause, since that
12196 will invert the meaning of a "nil" test previously determined by
12197 mailcap-mailcap-entry-passes-test.
12198
12199 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
12200
12201 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12202 compiling.
12203
12204 * gnus-sum.el: Ditto.
12205
12206 * message.el: Don't bind tool-bar-map when compiling.
12207
12208 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
12209
12210 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12211
12212 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12213
12214 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12215 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12216 current Google Groups.
12217
12218 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
12219
12220 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12221 and tool-bar-mode.
12222
12223 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12224 and tool-bar-mode.
12225
12226 * message.el (message-tool-bar-update): Simplify.
12227 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12228
12229 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12230 gnus-summary-buffer.
12231 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12232 gnus-summary-reply.
12233
12234 * gmm-utils.el (gmm): Add :version.
12235
12236 2006-01-26 Steve Youngs <steve@sxemacs.org>
12237
12238 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12239 Don't autoload.
12240
12241 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12242
12243 * gmm-utils.el (gmm-verbose): Add :group.
12244
12245 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
12246
12247 * message.el: Change some comments WRT tool-bars.
12248
12249 * gnus-sum.el (gnus-summary-tool-bar)
12250 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12251 (gnus-summary-tool-bar-zap-list): New variables.
12252 (gnus-summary-make-tool-bar): Complete rewrite using
12253 `gmm-tool-bar-from-list'.
12254
12255 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12256 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12257 New variables.
12258 (gnus-group-make-tool-bar): Complete rewrite using
12259 `gmm-tool-bar-from-list'.
12260 (gnus-group-tool-bar-update): New function.
12261
12262 * message.el (message-mode-field-menu): Add "Show hidden Headers".
12263
12264 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
12265
12266 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12267 is dissected into a single part of which the type is the same as
12268 the given one; decode charset.
12269
12270 2006-01-21 Kevin Ryde <user42@zip.com.au>
12271
12272 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12273 into alists as symbol not string, since that's what
12274 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12275 look for.
12276
12277 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
12278
12279 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12280 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12281
12282 * message.el (message-tool-bar-gnome): Use gmm-ignore.
12283
12284 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12285
12286 * gnus-art.el (gnus-mime-security-button-commands): New variable.
12287 (gnus-mime-security-button-menu): New definition.
12288 (gnus-mime-security-button-map): Use them.
12289 (gnus-mime-security-button-menu): New function.
12290 (gnus-insert-mime-security-button): Addition to help echo.
12291 (gnus-mime-security-run-function, gnus-mime-security-save-part)
12292 (gnus-mime-security-pipe-part): New functions.
12293
12294 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12295 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12296
12297 * mm-decode.el (mm-handle-set-disposition): Remove.
12298 (mm-handle-set-description): Remove.
12299
12300 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12301
12302 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12303 (mm-w3m-standalone-supports-m17n-p): New function.
12304 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12305 w3m usage.
12306
12307 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12308 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12309
12310 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12311
12312 * message.el (message-tool-bar-zap-list):
12313 Use gmm-tool-bar-zap-list as custom type.
12314 (message-tool-bar-update): New function.
12315 (message-tool-bar, message-tool-bar-gnome)
12316 (message-tool-bar-retro): Add message-tool-bar-update.
12317 (message-tool-bar-gnome): Add flyspell-buffer.
12318
12319 * gnus-util.el (gnus-error): Describe `args'.
12320
12321 * gmm-utils.el (gmm-error): Describe `args'.
12322 (gmm-tool-bar-zap-list): New widget.
12323 (gmm-tool-bar-from-list): Improve description of `zap-list'.
12324
12325 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12326
12327 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12328 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12329 the number of recursive calls.
12330
12331 * mm-decode.el (mm-handle-set-disposition): New macro.
12332 (mm-handle-set-description): New macro.
12333
12334 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12335
12336 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12337 encoding.
12338
12339 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12340
12341 * message.el (message-tool-bar-zap-list, message-tool-bar)
12342 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12343 (message-tool-bar-local-item-from-menu): Remove.
12344 (message-tool-bar-map): Replace by `message-make-tool-bar'.
12345 (message-make-tool-bar): New function.
12346 (message-mode): Use `message-make-tool-bar'.
12347
12348 * gmm-utils.el: New file.
12349 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12350 (gmm-lazy): New widget copied from `nnmail.el'.
12351 (gmm-tool-bar-from-list): New function for creating customizable
12352 tool bars.
12353 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
12354 output.
12355 (gmm): Add :prefix to defgroup.
12356
12357 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
12358
12359 * gmm-utils.el (gmm-widget-p): New function.
12360
12361 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12362
12363 * mml.el (mml-attach-file): Describe `description' in doc string.
12364 (mml-menu): Add Emacs MIME manual and PGG manual.
12365
12366 2006-01-20 Richard M. Stallman <rms@gnu.org>
12367
12368 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12369
12370 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
12371
12372 * nntp.el (nntp-end-of-line): Doc fix.
12373
12374 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
12375
12376 * imap.el (imap-open): Handle case where buffer is a buffer
12377 object.
12378
12379 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12380
12381 * gnus-delay.el (gnus-delay): Don't autoload.
12382 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12383 to be re-loaded when customizing the `gnus-delay' group.
12384
12385 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
12386
12387 * message.el (message-insert-citation-line): Use newlines.
12388
12389 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12390
12391 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12392
12393 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12394
12395 2006-01-19 Mark D. Baushke <mdb@gnu.org>
12396
12397 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12398
12399 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12400
12401 * mm-decode.el (mm-inlined-types): Add application/pgp.
12402 (mm-automatic-display): Ditto.
12403
12404 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12405 part as text.
12406
12407 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12408
12409 * nnrss.el: Update copyright.
12410 (nnrss-opml-import): Query whether to subscribe to each entry.
12411
12412 * gnus-art.el:
12413 * gnus-sum.el:
12414 * mm-uu.el:
12415 * mm-view.el: Update copyright.
12416
12417 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
12418
12419 * message.el (message-info): New function.
12420 (message-mode-menu): Add it.
12421 Update copyright.
12422
12423 * ChangeLog: Fix and update copyright.
12424
12425 2006-01-13 Romain Francoise <romain@orebokech.com>
12426
12427 * message.el (message-forward-subject-name-subject): Prefer the
12428 address to 'nowhere' if the sender has no name.
12429 Fix typo. Update copyright year.
12430
12431 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12432
12433 * gnus-art.el (article-wash-html):
12434 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12435 (gnus-article-wash-html-with-w3m-standalone): New function.
12436
12437 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12438 mm-inline-text-html-render-with-w3m-standalone.
12439 (mm-text-html-washer-alist): Map w3m-standalone to
12440 gnus-article-wash-html-with-w3m-standalone.
12441 (mm-inline-text-html-render-with-w3m-standalone): New function.
12442
12443 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12444
12445 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12446 Improve LaTeX.
12447
12448 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12449
12450 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12451 (nnrss-request-article): Render text/plain parts as HTML.
12452
12453 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12454 the buffer.
12455
12456 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12457
12458 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12459 custom definition of `gnus-posting-styles'.
12460
12461 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12462 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12463
12464 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12465
12466 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12467 Use nntp for bug archive.
12468
12469 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12470
12471 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12472 parts.
12473 (nnrss-normalize-date): New function converts ISO 8601 date into
12474 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12475 (nnrss-check-group): Use it.
12476
12477 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12478
12479 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12480
12481 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12482 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12483 (nnrss-insert-w3): Ditto.
12484
12485 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12486
12487 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12488 the articles to be forwarded including the case where neither a
12489 number of articles nor a region is specified.
12490
12491 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12492
12493 * nnrss.el (nnrss-request-article): Fix last change; fill
12494 text/plain parts.
12495
12496 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12497
12498 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12499 in text/plain part.
12500 (nnrss-check-group): Don't add excessive newline to dc:subject.
12501
12502 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
12503
12504 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12505 article.
12506
12507 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12508
12509 * nnml.el: Don't require gnus-bcklg. Autoload it.
12510 (nnml-use-compressed-files, nnml-save-mail): Support other
12511 comression programs such as bzip2.
12512
12513 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12514
12515 * dns.el (query-dns): Make sure we check the buffer size before
12516 removing tcp headers.
12517
12518 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12519
12520 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12521 remove MIME buttons associated with multipart/alternative parts.
12522 (gnus-mime-display-alternative): Tag buttons using `article-type'
12523 text property.
12524
12525 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12526 associated with multipart/alternative parts.
12527
12528 * gnus-art.el (gnus-signature-separator): Fix custom type.
12529
12530 * mm-decode.el (mm-inlined-types): Fix custom type.
12531 (mm-keep-viewer-alive-types): Ditto.
12532 (mm-automatic-display): Ditto.
12533 (mm-attachment-override-types): Ditto.
12534 (mm-inline-override-types): Ditto.
12535 (mm-automatic-external-display): Ditto.
12536
12537 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12538
12539 * spam-report.el (spam-report-user-mail-address)
12540 (spam-report-user-agent): New variables.
12541 (spam-report-url-ping-plain): Use spam-report-user-agent.
12542
12543 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12544
12545 * gnus-art.el (gnus-button-handle-custom): Do not just use
12546 `customize-apropos' for any "M-x customize-*" button but the
12547 function called for. Accept both the function name and its
12548 argument in order to achieve this.
12549 (gnus-button-alist): Remove support for "custom:" URL's.
12550 Pass function name to `gnus-button-handle-custom' in case of "M-x
12551 customize-*" buttons.
12552
12553 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12554
12555 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12556 multipart/alternative and add xref to mm-discouraged-alternatives
12557 in doc string.
12558
12559 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12560 gnus-buttonized-mime-types in doc string.
12561
12562 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12563
12564 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12565 Suggest image/.* in the doc string.
12566
12567 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12568
12569 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12570 message-marks (Debian bug #342521).
12571
12572 2005-12-12 Simon Josefsson <jas@extundo.com>
12573
12574 * password.el (password-read-from-cache): Add.
12575 (password-read): Use it.
12576
12577 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12578
12579 * rfc2047.el (rfc2047-charset-to-coding-system):
12580 Recognize us-ascii as a MIME charset.
12581
12582 * mm-bodies.el (mm-decode-content-transfer-encoding):
12583 Protect against the case where the 2nd arg TYPE is nil.
12584
12585 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12586
12587 * pop3.el (pop3-stream-type): Fix custom version.
12588
12589 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12590
12591 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12592
12593 * mm-decode.el (mm-display-external): Add missing cdr.
12594
12595 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12596
12597 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12598 RFC1524) if it is in mailcap or add a suffix according to
12599 mailcap-mime-extensions when generating a temp filename; postpone
12600 deleting a temp file for 2 seconds for some wrappers, shell
12601 scripts, and so on, which might exit right after having started a
12602 viewer command as a background job.
12603
12604 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12605
12606 * nntp.el (nntp-marks-directory): Fix custom group.
12607
12608 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12609 steps when < 10.
12610
12611 * gnus-start.el (gnus-no-server-1):
12612 Mention `gnus-level-default-subscribed' in doc string.
12613
12614 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12615
12616 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12617 parens.
12618
12619 2005-11-26 Dave Love <fx@gnu.org>
12620
12621 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12622 (tls-program, tls-success): Provide openssl alternative.
12623
12624 * starttls.el: Doc fixes.
12625 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12626 SERVICE to PORT.
12627
12628 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12629 port null or service name.
12630 (starttls-negotiate): Autoload.
12631
12632 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12633
12634 * message.el (message-kill-to-signature): Fix interactive spec.
12635
12636 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12637
12638 * pop3.el (pop3-open-server): Recognize a string as a service name.
12639
12640 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12641
12642 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12643
12644 2005-11-23 Dave Love <fx@gnu.org>
12645
12646 Add pop3s, pop3/starttls.
12647
12648 * pop3.el (pop3-authentication-scheme): Clarify doc.
12649 (open-tls-stream, starttls-open-stream): Autoload.
12650 (pop3-stream-type): New.
12651 (pop3-open-server): Use it.
12652
12653 * mail-source.el (mail-sources): Fix some :types. Add stream type
12654 for POP.
12655 (mail-source-keyword-map): Add :stream for POP.
12656 (mail-source-fetch-pop): Use pop3-stream-type.
12657
12658 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12659
12660 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12661 of current-time-string.
12662
12663 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12664
12665 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12666 date header.
12667
12668 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12669
12670 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12671 it can seriously impact performance as it bypasses the agent's
12672 local caches.
12673
12674 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12675
12676 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12677 must be explicitly online rather than "not explicitly offline" for
12678 its flags to be synchronized.
12679
12680 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12681 that gnus-uu-unmark-thread will function correctly.
12682
12683 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12684 1024K is instead displayed as 1M.
12685
12686 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12687
12688 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12689
12690 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12691
12692 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12693
12694 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12695
12696 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12697 error message to display actual error condition.
12698 (gnus-agent-save-local): Avoid saving symbols that are bound to
12699 nil as they simply result in a warning message in
12700 gnus-agent-read-local.
12701
12702 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12703
12704 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12705 rather than make-variable-buffer-local for file-precious-flag.
12706
12707 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12708
12709 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12710 for duplicates which are removed. The invalid sort check then
12711 triggers a rescan after the sort as sorting may have moved
12712 duplicate entries such that they can be cheaply detected.
12713
12714 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12715
12716 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12717
12718 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12719
12720 * gnus-agent.el (gnus-agent-article-alist-save-format):
12721 Change internal variable to a custom variable. Change default value
12722 from compressed(2) to uncompressed(1).
12723 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12724 support for uncompressed agentview files. Taken together, reading
12725 the agentview file should now be 6-7 times faster.
12726
12727 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12728
12729 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12730 as a buffer-local variable. This avoids creating truncated
12731 dribble files as a result of a hang up, eg.
12732
12733 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12734
12735 * gnus-start.el (gnus-start-draft-setup):
12736 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12737
12738 * gnus.el (gnus-splash): Change custom group.
12739 (gnus-group-get-parameter, gnus-group-parameter-value):
12740 Describe allow-list argument.
12741
12742 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12743 string.
12744
12745 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12746
12747 * gnus-art.el (gnus-default-article-saver): Add user-defined
12748 `function' to custom type.
12749
12750 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12751
12752 * imap.el (imap-open): Handle case where buffer is a buffer
12753 object.
12754
12755 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12756
12757 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12758 long lines.
12759 (gnus-cache-delete-group): Wrap doc strings.
12760
12761 * gnus-agent.el (gnus-agent-rename-group)
12762 (gnus-agent-delete-group): Wrap doc strings.
12763
12764 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12765
12766 * gnus-start.el (gnus-1): Add "native" to
12767 gnus-predefined-server-alist.
12768
12769 * gnus.el (gnus-method-to-server): Don't add "native" to the
12770 lists here, because that leads to problems when
12771 gnus-select-method is bound.
12772
12773 2005-11-09 Simon Josefsson <jas@extundo.com>
12774
12775 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12776 use (not sort-by-date) instead.
12777
12778 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * gnus-delay.el (gnus-delay-group): Don't autoload.
12781 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12782 to be re-loaded when customizing the `gnus-delay' group.
12783
12784 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * message.el: Revert last changes.
12787 (message-insert-citation-line): Use newlines.
12788
12789 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12790
12791 * message.el (message-courtesy-message)
12792 (message-mark-insert-begin, message-mark-insert-end)
12793 (message-elide-ellipsis, message-cancel-message)
12794 (message-add-header, message-change-subject)
12795 (message-cross-post-followup-to-header)
12796 (message-cross-post-insert-note, message-reduce-to-to-cc)
12797 (message-widen-reply, message-delete-not-region)
12798 (message-kill-to-signature, message-insert-signature)
12799 (message-insert-importance-high, message-insert-importance-low)
12800 (message-insert-or-toggle-importance)
12801 (message-insert-disposition-notification-to)
12802 (message-indent-citation, message-yank-original)
12803 (message-cite-original-without-signature, message-cite-original)
12804 (message-insert-citation-line, message-position-on-field)
12805 (message-fix-before-sending, message-send-mail-partially)
12806 (message-send-mail, message-send-mail-with-sendmail)
12807 (message-send-mail-with-qmail, message-send-news)
12808 (message-check-news-header-syntax, message-generate-headers)
12809 (message-insert-courtesy-copy, message-fill-address)
12810 (message-fill-header, message-shorten-references)
12811 (message-setup-1, message-cancel-news)
12812 (message-forward-make-body-plain, message-forward-make-body-mime)
12813 (message-forward-make-body-mml, message-encode-message-body)
12814 (message-forward-make-body-digest-plain)
12815 (message-forward-make-body-digest-mime)
12816 (message-use-alternative-email-as-from): Insert `hard-newline'
12817 instead of ordinary newlines.
12818
12819 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12820
12821 * message.el (message-generate-headers): Downcase the argument
12822 given to message-check-element.
12823
12824 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12825
12826 * nntp.el (nntp-authinfo-rejected): New error condition.
12827 (nntp-wait-for): Use new error condition to signal authentication
12828 error.
12829 (nntp-retrieve-data): Rethrow new error condition to break out of
12830 recursive call to nntp-send-authinfo.
12831
12832 2005-11-08 Romain Francoise <romain@orebokech.com>
12833
12834 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12835 (gnus-summary-exit-map): Bind to `Z p'.
12836 (gnus-summary-make-menu-bar): Add menu item.
12837
12838 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12839
12840 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12841 (gnus-treat-*): Add `first' in all doc strings.
12842
12843 * gnus-group.el (gnus-group-compact-group): Fix typo.
12844
12845 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12846
12847 * gnus.el (gnus-parameters-case-fold-search): New variable.
12848 (gnus-parameters-get-parameter): Use it.
12849
12850 * gnus-score.el (gnus-home-score-file): Doc fix.
12851
12852 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
12853
12854 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12855
12856 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
12857
12858 * mm-util.el (mm-special-display-p): New function.
12859
12860 * mml.el (mml-preview): Use it; doc fix.
12861
12862 2005-10-29 Romain Francoise <romain@orebokech.com>
12863
12864 * message.el (message-fix-before-sending): Fix comment.
12865
12866 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12867
12868 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12869
12870 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12871
12872 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12873 Used in gnus-score.el.
12874
12875 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12876
12877 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12878
12879 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12880
12881 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12882 whitespace removed in revision 7.8. Use concatenated string to
12883 protect trailing whitespace.
12884
12885 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
12886
12887 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12888 (nnimap-request-expire-articles): Use it to avoid sending 'UID
12889 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12890 Courier IMAP ("some version from 2004"). Mostly based on similar
12891 code in the same function.
12892
12893 2005-10-26 Didier Verna <didier@xemacs.org>
12894
12895 * gnus-group.el (gnus-group-compact-group): Invalidate original
12896 article buffer.
12897 * gnus-srvr.el (gnus-server-compact-server): Ditto.
12898 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12899 NOV database and in article itself.
12900 Invalidate article backlog.
12901
12902 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12903
12904 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12905
12906 2005-10-26 Simon Josefsson <jas@extundo.com>
12907
12908 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12909 part of 2004-07-25 change.
12910
12911 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12912
12913 * message.el (message-display-completion-list): New function.
12914 (message-expand-group): Use it; make sure the Completions buffer
12915 is modifiable.
12916
12917 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12918
12919 * imap.el (imap-open): Handle case where buffer is a buffer object.
12920
12921 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12922
12923 * pgg-def.el:
12924 * pgg-gpg.el:
12925 * pgg-parse.el:
12926 * pgg-pgp.el:
12927 * pgg-pgp5.el:
12928 * pgg.el: Move to the parent lisp directory.
12929
12930 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12931
12932 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12933 user-mail-name is an empty string.
12934
12935 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12936
12937 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12938 depending on gnus-score-decay-constant.
12939
12940 * encrypt.el (encrypt-insert-file-contents)
12941 (encrypt-write-file-contents): Don't use `gnus-message'.
12942
12943 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12944 arguments.
12945 (mm-uu-type-alist): Add message-marks and insert-marks.
12946 Pass arguments to mm-uu-verbatim-marks-extract.
12947 (mm-uu-hide-markers): New variable.
12948 (mm-uu-extract): Use face similar to `gnus-cite-3'.
12949
12950 * gnus-fun.el (gnus-convert-image-to-x-face-command)
12951 (gnus-convert-image-to-face-command): Use "convert" by default to
12952 allow other input image formats.
12953 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12954 accordingly.
12955
12956 2005-10-23 Simon Josefsson <jas@extundo.com>
12957
12958 * imap.el (imap-gssapi-program): Align command line parameters
12959 with latest GNU SASL.
12960 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12961
12962 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12963
12964 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12965 HTML.
12966 (nnslashdot-request-article): Ditto.
12967
12968 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12969
12970 * mail-source.el (mail-source-fetch-pop): Require pop3.
12971 (mail-source-check-pop): Ditto.
12972
12973 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12974
12975 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12976 errors.
12977
12978 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12979
12980 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12981 (gnus-treat-strip-leading-blank-lines): Improve doc string.
12982
12983 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12984
12985 * mm-bodies.el (mm-decode-string):
12986 Call `mm-charset-to-coding-system' with allow-override argument.
12987
12988 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12989
12990 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12991 (rfc2047-charset-to-coding-system): New function.
12992 (rfc2047-decode-encoded-words): New function.
12993 (rfc2047-decode-region): Use them.
12994 (rfc2047-decode-cte): Remove.
12995 (rfc2047-parse-and-decode): Remove.
12996 (rfc2047-decode): Remove.
12997
12998 2005-10-15 Kenichi Handa <handa@m17n.org>
12999
13000 * rfc2047.el (rfc2047-decode-cte): New function.
13001 (rfc2047-decode-region): Change the way to decode successive
13002 encoded-words: decode B- or Q-encoding in each encoded-word,
13003 concatenate them, and decode it as charset.
13004
13005 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13006
13007 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
13008 widget-move-and-invoke.
13009 (gnus-custom-mode): Use gnus-custom-map.
13010
13011 2005-10-15 Bill Wohler <wohler@newt.com>
13012
13013 * message.el (message-tool-bar-map): Rename image file from
13014 mail_send to mail/send.
13015
13016 2005-10-16 Masatake YAMATO <jet@gyve.org>
13017
13018 * message.el (message-expand-group): Pass the common
13019 prefix substring of completion to `display-completion-list'.
13020
13021 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
13022
13023 * mml-sec.el (mml-secure-method): New internal variable.
13024 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13025 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13026 New functions using mml-secure-method.
13027
13028 * mml.el (mml-mode-map): Add key bindings for those functions.
13029 (mml-menu): Simplify security menu entries. Suggested by Jesper
13030 Harder <harder@myrealbox.com>.
13031 (mml-attach-file, mml-attach-buffer, mml-attach-external):
13032 Goto end of message if point is the headers of the message.
13033
13034 * message.el (message-in-body-p): New function.
13035
13036 * assistant.el: Autoload gnus-util and netrc.
13037
13038 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13039 Use `mm-charset-override-alist' only when decoding.
13040
13041 * mm-bodies.el (mm-decode-body):
13042 Call `mm-charset-to-coding-system' with allow-override argument.
13043
13044 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13045 `filename' from Content-Disposition if Content-Type doesn't
13046 provide `name'.
13047 (gnus-mime-view-part-as-type): Set default instead of
13048 initial-input.
13049
13050 2005-10-09 Daniel Brockman <daniel@brockman.se>
13051
13052 * format-spec.el (format-spec): Propagate text properties of % spec.
13053
13054 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13055
13056 * gnus-art.el (gnus-treat-predicate): Add `first'.
13057
13058 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13059
13060 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13061 (mm-charset-override-alist): New variable.
13062 (mm-charset-to-coding-system): Use it.
13063 (mm-codepage-setup): New helper function.
13064 (mm-charset-eval-alist): New variable.
13065 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13066 Warn about unknown charsets.
13067
13068 2005-10-04 David Hansen <david.hansen@gmx.net>
13069
13070 * nnrss.el (nnrss-request-article): Add support for the comments tag.
13071 (nnrss-check-group): Ditto.
13072
13073 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13074
13075 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13076 Rename x-gnus-verbatim to x-verbatim.
13077 (mm-uu-type-alist): Fix regexp for verbatim-marks.
13078
13079 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13080 x-verbatim.
13081
13082 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13083
13084 * gnus-util.el (gnus-remove-duplicates): Remove.
13085
13086 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13087 instead of gnus-remove-duplicates.
13088
13089 * message.el (message-remove-duplicates): Remove.
13090 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13091 message-remove-duplicates.
13092
13093 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13094 available, else use implementation from `delete-dups'.
13095
13096 * message.el (message-insert-expires): New function.
13097 (message-mode-map): Add key binding.
13098 (message-mode-field-menu): Add menu entry.
13099 (message-mode): Document it.
13100 (message-make-expires-date): Use `message-make-date'.
13101
13102 2005-10-04 Josh Huber <huber@alum.wpi.edu>
13103
13104 * message.el (message-make-expires-date): New function.
13105
13106 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
13107
13108 * time-date.el: Autoload parse-time-string, XEmacs needs it.
13109
13110 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13111
13112 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13113 function rather than the diff-mode.el package.
13114 (mm-display-external): Use with-current-buffer.
13115 (mm-viewer-completion-map, mm-viewer-completion-map):
13116 Move initialization inside declaration.
13117
13118 2005-09-29 Simon Josefsson <jas@extundo.com>
13119
13120 * spam.el: Load hashcash when compiling, to avoid warnings.
13121 Don't autoload mail-check-payment.
13122 (spam-check-hashcash): Define unconditionally, since hashcash.el
13123 is part of Gnus now. Ignore errors from payment checking.
13124
13125 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
13126
13127 * message.el (message-bold-region, message-unbold-region):
13128 Rename from `bold-region' and `unbold-region'.
13129
13130 * message.el: Remove useless autoloads.
13131
13132 2005-09-28 Simon Josefsson <jas@extundo.com>
13133
13134 * message.el (message-use-idna): Default to t.
13135 (message-use-idna): Test whether encoding works too. Doc fix.
13136
13137 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
13138
13139 * nntp.el (nntp-warn-about-losing-connection): Remove.
13140
13141 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
13142
13143 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13144 customizable. Change default value.
13145 (mm-uu-diff-groups-regexp): Change default value.
13146 (mm-uu-type-alist): Add doc string.
13147 (mm-uu-configure): Add doc string. Make it interactive.
13148 (mm-uu-tex-groups-regexp): New variable.
13149 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13150 (mm-uu-type-alist): Add LaTeX documents.
13151 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13152 of "text/verbatim".
13153 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13154
13155 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13156 instead of "text/verbatim".
13157
13158 * message.el (message-mark-inserted-region)
13159 (message-mark-insert-file): Use slrn style marks when called with
13160 prefix argument.
13161
13162 2005-09-27 Simon Josefsson <jas@extundo.com>
13163
13164 * message.el (message-idna-to-ascii-rhs-1): Reformat.
13165
13166 2005-09-27 Arne Jørgensen <arne@arnested.dk>
13167
13168 * message.el (message-remove-duplicates): New function.
13169 Implementation borrowed from `gnus-remove-duplicates'.
13170 (message-idna-to-ascii-rhs): Also encode idna addresses in
13171 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13172 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13173 only ask about the same idna domain once per header and also tell
13174 in what header to replace the idna domain.
13175
13176 * gnus-art.el (article-decode-idna-rhs): Also decode idna
13177 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13178 (article-decode-idna-rhs): Fix regexp so that all idna-address in
13179 a header is decoded and not just the last one.
13180
13181 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13182
13183 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13184 has been decoded.
13185
13186 * mm-decode.el (mm-automatic-display): Add text/verbatim.
13187 (mm-insert-part): Don't modify text if it has been decoded.
13188
13189 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13190 decoded.
13191
13192 * mm-view.el (mm-inline-text): Don't strip text props unless
13193 decoding enriched or richtext parts.
13194
13195 2005-09-25 Romain Francoise <romain@orebokech.com>
13196
13197 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13198 * gnus-start.el (gnus-subscribe-interactively):
13199 * gnus-uu.el (gnus-uu-grab-articles):
13200 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13201 space.
13202
13203 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13204
13205 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13206 * mm-view.el (mm-view-pkcs7-decrypt):
13207 * gnus-sum.el (gnus-summary-limit-to-extra)
13208 (gnus-summary-respool-article, gnus-read-move-group-name):
13209 * gnus-score.el (gnus-summary-increase-score):
13210 * gnus-util.el (gnus-completing-read-with-default):
13211 * gnus-art.el (gnus-read-save-file-name)
13212 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13213 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13214 * message.el (message-check-news-header-syntax):
13215 Follow convention for reading with the minibuffer.
13216
13217 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
13218
13219 * spam-report.el (spam-report-url-ping-plain):
13220 Use gnus-extended-version as User-Agent.
13221
13222 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13223 default value is nil.
13224
13225 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13226 (mm-uu-verbatim-marks-extract): New function.
13227 (mm-uu-extract): New face.
13228 (mm-uu-copy-to-buffer): Use it.
13229
13230 * spam-report.el (spam-report-gmane-ham): Rename from
13231 `spam-report-gmane-unspam'.
13232 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13233 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
13234
13235 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13236 Autoload.
13237 (spam-report-gmane-unregister-routine):
13238 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13239
13240 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
13241
13242 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13243 (spam-report-gmane-unregister-routine): Add support for gmane
13244 unregistration.
13245
13246 * spam-report.el (spam-report-gmane-unspam)
13247 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13248 (spam-report-gmane): Change to take a single article and do unspam
13249 registration.
13250
13251 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13252
13253 * mm-url.el (mm-url-decode-entities): Fix regexp.
13254
13255 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13256
13257 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13258 default to nil, to be able to use Gnus at all. If the default
13259 switches to something else, then the function should be fixed not
13260 be exceedingly slow.
13261
13262 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
13263
13264 * gnus-start.el (gnus-activate-group): If the server is nil, don't
13265 fail hard.
13266
13267 * spam-report.el: Add better Keywords line.
13268
13269 * spam.el: Add Maintainer and better Keywords line.
13270
13271 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13272
13273 * gnus-art.el (gnus-article-replace-part)
13274 (gnus-mime-replace-part): New functions.
13275 (gnus-mime-action-alist, gnus-mime-button-commands)
13276 (gnus-mime-save-part-and-strip): Add file argument.
13277 (gnus-article-part-wrapper): Add interactive argument.
13278
13279 * gnus-sum.el (gnus-summary-mime-map):
13280 Add `gnus-article-replace-part'.
13281
13282 2005-09-19 Didier Verna <didier@xemacs.org>
13283
13284 The nnml compaction feature:
13285 * nnml.el (nnml-request-compact-group): New function.
13286 * nnml.el (nnml-request-compact): New function.
13287 * gnus-int.el (gnus-request-compact-group): New function.
13288 * gnus-int.el (gnus-request-compact): New function.
13289 * gnus-group.el (gnus-group-compact-group): New function.
13290 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13291 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13292 * gnus-srvr.el (gnus-server-compact-server): New function.
13293 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13294 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13295
13296 2005-09-18 Deepak Goel <deego@gnufans.org>
13297
13298 * sieve.el (sieve-help): Fix `message' call: first arg should be a
13299 format spec.
13300
13301 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13302
13303 * gnus.el (gnus-group-startup-message): Bind image-load-path.
13304
13305 2005-09-15 Romain Francoise <romain@orebokech.com>
13306
13307 * message.el (message-fill-paragraph): Clarify docstring.
13308
13309 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * gnus-art.el (gnus-mime-display-part): Protect against broken
13312 MIME messages.
13313
13314 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13315
13316 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13317 before parsing header.
13318
13319 2005-09-11 Jari Aalto <jari.aalto@cante.net>
13320
13321 * html2text.el (html2text-replace-list): Add new entities.
13322
13323 2005-09-11 Romain Francoise <romain@orebokech.com>
13324
13325 * message.el (message-alternative-emails): Improve docstring.
13326 (message-setup-1): Call `message-use-alternative-email-as-from'
13327 after `message-setup-hook' to give it precedence over posting
13328 styles, etc.
13329 (message-use-alternative-email-as-from): Add docstring.
13330 Remove the original From header if present.
13331
13332 * nnml.el (nnml-compressed-files-size-threshold): New variable.
13333 (nnml-save-mail): Use it.
13334
13335 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13336 articles. Add new argument `silent'.
13337 (gnus-uu-mark-all): Report the total number of marked articles.
13338
13339 2005-09-10 Romain Francoise <romain@orebokech.com>
13340
13341 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13342 (gnus-uu-mark-series): Likewise.
13343
13344 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
13345
13346 * spam-report.el (spam-report-gmane): Fix generation of spam
13347 report URL.
13348
13349 2005-09-10 Simon Josefsson <jas@extundo.com>
13350
13351 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13352 t, based on discussion on the ding list with Robert Epprecht
13353 <epprecht@solnet.ch>.
13354
13355 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
13356
13357 * spam-report.el (spam-report-gmane): Make it work without
13358 X-Report-Spam header. Gmane now only provides Archived-At.
13359 This is only used if `spam-report-gmane-use-article-number' is nil.
13360 (spam-report-gmane-spam-header): Remove. Not used anymore.
13361
13362 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13363 make `gnus-summary-sort-by-recipient' work with threading.
13364
13365 * nnweb.el (nnweb-google-wash-article): Print a message if article
13366 is not available.
13367
13368 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13369
13370 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13371 change. Decode text/* parts content before displaying.
13372
13373 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13374
13375 * mml-smime.el: Remove defvar of gnus-extract-address-components.
13376
13377 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13378
13379 * mm-view.el (mm-display-inline-fontify): Disable support modes.
13380
13381 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
13382
13383 * message.el (message-tab-body-function): Fix mismatched custom type.
13384
13385 * gnus.el (gnus-group-change-level-function): Ditto.
13386
13387 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13388
13389 * gnus-art.el (gnus-signature-limit)
13390 (gnus-article-mime-part-function): Ditto.
13391
13392 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13393
13394 * mml.el (mml-mode): Silence the byte compiler.
13395
13396 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13397 using `(sit-for 0)' before moving the point to the specified part;
13398 skip unbuttonized parts.
13399 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13400 return to the summary window if gnus-auto-select-part is non-nil.
13401
13402 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
13403
13404 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13405 New variables.
13406 (mml-dnd-attach-file, mml-mode): Use them.
13407
13408 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13409 Make fetching article by MID work again for Google Groups.
13410 Add FIXME concerning gnus-group-make-web-group.
13411
13412 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13413 Don't depend on Gnus by using mail-extract-address-components if
13414 gnus-extract-address-components is not bound.
13415
13416 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13417
13418 * gnus-art.el (gnus-mime-display-security): Don't display the
13419 signature, but only the signed part.
13420
13421 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
13422
13423 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13424
13425 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13426 list, not listp.
13427
13428 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
13429
13430 * mm-encode.el (mm-encode-content-transfer-encoding):
13431 Likewise when encoding.
13432
13433 * mm-bodies.el (mm-decode-content-transfer-encoding):
13434 De-canonicalize CRLF for all text content types, not just
13435 text/plain.
13436
13437 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13438
13439 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13440 valid article; point arrow and cursor at the MIME button.
13441
13442 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13443
13444 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13445 Suggested by Dan Christensen <jdc@uwo.ca>.
13446
13447 * mm-decode.el (mm-save-part): Enable change of prompt.
13448
13449 2005-08-29 Jari Aalto <jari.aalto@cante.net>
13450
13451 * gnus-msg.el (gnus-inews-add-send-actions):
13452 Make `message-post-method' lambda parameter ARG `&optional'.
13453
13454 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13455
13456 * gnus-sum.el (gnus-summary-mime-map):
13457 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13458 gnus-article-jump-to-part.
13459
13460 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13461 (gnus-article-edit-part): Use it.
13462 (gnus-article-part-wrapper): Add no-handle argument.
13463 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13464 New functions.
13465
13466 2005-08-29 Romain Francoise <romain@orebokech.com>
13467
13468 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13469 docstring.
13470 (gnus-face-from-file): Likewise.
13471
13472 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13473
13474 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13475 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13476 non-nil.
13477 (gnus-auto-select-part): New variable.
13478 (gnus-article-jump-to-part): New function.
13479 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13480 (gnus-mime-delete-part): Allow selecting specified part after
13481 deleting or stripping parts.
13482 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13483 part if argument is bogus.
13484
13485 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13486
13487 * gnus-art.el (w3m-minor-mode-map):
13488 * gnus-spec.el (gnus-newsrc-file-version):
13489 * gnus-util.el (nnmail-active-file-coding-system)
13490 (gnus-original-article-buffer, gnus-user-agent):
13491 * gnus.el (gnus-ham-process-destinations)
13492 (gnus-parameter-ham-marks-alist)
13493 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13494 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13495 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13496 * mm-decode.el (gnus-current-window-configuration):
13497 * mm-extern.el (gnus-article-mime-handles):
13498 * mm-url.el (url-current-object, url-package-name)
13499 (url-package-version):
13500 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13501 (smime-keys, w3m-cid-retrieve-function-alist)
13502 (w3m-current-buffer, w3m-display-inline-images)
13503 (w3m-minor-mode-map):
13504 * mml-smime.el (gnus-extract-address-components):
13505 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13506 (gnus-newsrc-hashtb, message-default-charset)
13507 (message-deletable-headers, message-options)
13508 (message-posting-charset, message-required-mail-headers)
13509 (message-required-news-headers):
13510 * mml1991.el (mc-pgp-always-sign):
13511 * mml2015.el (mc-pgp-always-sign):
13512 * nnheader.el (nnmail-extra-headers):
13513 * rfc1843.el (gnus-decode-encoded-word-function)
13514 (gnus-decode-header-function, gnus-newsgroup-name):
13515 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13516
13517 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13518
13519 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13520 the end of the date treatments.
13521
13522 2005-08-15 Simon Josefsson <jas@extundo.com>
13523
13524 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13525 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13526 Capello and Romain Francoise.
13527 (pgg-fetch-key-function): Remove, not used?
13528 (pgg-insert-url-with-w3): Require url, to get
13529 url-insert-file-contents regardless of where it is defined.
13530
13531 2005-08-13 Romain Francoise <romain@orebokech.com>
13532
13533 * message.el (message-cite-original-1): New function.
13534 (message-cite-original): Use it.
13535 (message-cite-original-without-signature): Ditto.
13536
13537 2005-08-08 Romain Francoise <romain@orebokech.com>
13538
13539 * message.el (message-yank-empty-prefix): New variable.
13540 (message-indent-citation): Use it.
13541 (message-cite-original-without-signature): Respect X-No-Archive.
13542
13543 2005-08-08 Simon Josefsson <jas@extundo.com>
13544
13545 * pgg.el: Autoload url-insert-file-contents instead of loading
13546 w3/url.
13547 (pgg-insert-url-with-w3): Don't load url here.
13548
13549 2005-08-07 Jesper Harder <harder@phys.au.dk>
13550
13551 * message.el (message-kill-to-signature): Don't insert newline at
13552 bol.
13553 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13554
13555 2005-08-06 Romain Francoise <romain@orebokech.com>
13556
13557 * message.el (message-user-fqdn): Fix typo in docstring.
13558
13559 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13560
13561 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13562
13563 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13564
13565 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13566
13567 * mm-bodies.el (mm-encode-body): Use coding system rather than
13568 charset to encode text.
13569
13570 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13571 number of charsets if utf-8 is available (XEmacs).
13572
13573 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13574
13575 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13576 taken from `gnus-button-mid-or-mail-regexp'.
13577 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13578 (gnus-button-alist): Improve regexp for domain part of the MIDs
13579 for news:localpart@domain buttons.
13580 (gnus-button-ctan-directory-regexp): Update.
13581
13582 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13583
13584 * sieve-manage.el (sieve-manage-interactive-login):
13585 Use make-local-variable rather than make-variable-buffer-local.
13586 (sieve-manage-open): Ditto.
13587 (sieve-manage-authenticate): Ditto.
13588
13589 * mml.el (mml-generate-mime-1): Make the content type default to
13590 text/plain if the filename is not specified.
13591
13592 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13593
13594 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13595 instead of insert-buffer.
13596
13597 * message.el (message-yank-original): Ditto; set the mark at the
13598 end of the yanked message.
13599
13600 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13601
13602 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13603 lines to scroll rather than to stop it.
13604
13605 * mml.el (mml-generate-default-type): Add doc string.
13606 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13607 default to application/octet-stream when determining the content
13608 type if it is not specified for the part or the mml contents; add
13609 a comment about mml-generate-default-type.
13610
13611 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13612
13613 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13614 make it default to application/octet-stream when determining the
13615 content type if it is not specified for the external contents.
13616
13617 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13618
13619 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13620 segmented parameter but also other parameters might be there.
13621
13622 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13623
13624 * mm-decode.el (mm-display-external): Delete temp file, directory
13625 and buffer immediately if the external process is exited.
13626
13627 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13628
13629 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13630 fewer lines than that of scroll-margin.
13631 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13632
13633 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13634
13635 * gnus-art.el (gnus-article-next-page): Revert.
13636 (gnus-article-beginning-of-window): New macro.
13637 (gnus-article-next-page-1): Use it.
13638 (gnus-article-prev-page): Ditto.
13639 (gnus-article-edit-part): Use insert-buffer-substring instead of
13640 insert-buffer.
13641 (gnus-article-edit-exit): Ditto.
13642
13643 * gnus-util.el (gnus-beginning-of-window): Remove.
13644 (gnus-end-of-window): Remove.
13645
13646 2005-07-25 Simon Josefsson <jas@extundo.com>
13647
13648 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13649 to have the url package without w3. Reported by Daiki Ueno
13650 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13651
13652 2005-07-20 Didier Verna <didier@xemacs.org>
13653
13654 * gnus-diary.el: Remove the description comment (nndiary is now
13655 properly documented in the Gnus manual).
13656 Fix the spelling of "Back End".
13657 * nndiary.el: Ditto.
13658 Fix the copyright notice.
13659
13660 2005-07-18 Romain Francoise <romain@orebokech.com>
13661
13662 * gnus-sum.el (gnus-summary-to-prefix)
13663 (gnus-summary-newsgroup-prefix): New variables.
13664 (gnus-summary-from-or-to-or-newsgroups): Use them.
13665
13666 2005-07-17 Romain Francoise <romain@orebokech.com>
13667
13668 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13669 space as it's generally not especially interesting to the user.
13670
13671 2005-07-16 Romain Francoise <romain@orebokech.com>
13672
13673 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13674 nil to avoid prompting and file modification if one of the
13675 messages at the top of the nnfolder file contains a copyright
13676 notice.
13677 Update copyright notice.
13678
13679 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13680 instead of `current-time-string' as the latter creates a time
13681 string that is not RFC 2822 compliant (it lacks the zone).
13682 Update copyright notice.
13683
13684 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13687 for text/rtf. Display default in prompt. Pass default for M-n.
13688
13689 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13690
13691 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13692
13693 * gnus-msg.el (gnus-button-mailto):
13694 Remove save-selected-window-window hackery because it relies on
13695 save-selected-window internals.
13696
13697 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13698
13699 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13700 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13701 (gnus-article-prev-page): Ditto.
13702
13703 * gnus-util.el (gnus-beginning-of-window): New function.
13704 (gnus-end-of-window): New function.
13705
13706 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13707
13708 * gnus-score.el (gnus-score-edit-all-score):
13709 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13710 gnus-message.
13711
13712 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13713
13714 * gnus-msg.el (gnus-button-mailto):
13715 Remove save-selected-window-window hackery because it relies on
13716 save-selected-window internals.
13717
13718 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13719
13720 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13721 add-minor-mode.
13722 (gnus-binary-mode): Ditto.
13723
13724 * gnus-topic.el (gnus-topic-mode): Ditto.
13725
13726 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13727
13728 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13729 (gnus-article-prev-page): Take scroll-margin into consideration.
13730
13731 2005-07-04 Lute Kamstra <lute@gnu.org>
13732
13733 Update FSF's address in GPL notices.
13734
13735 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13736
13737 * gnus.el (gnus-exit):
13738 * gnus-group.el (gnus-group-icons):
13739 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13740
13741 * gnus-nocem.el (gnus-nocem):
13742 * message.el (message-various, message-buffers, message-sending)
13743 (message-interface, message-forwarding, message-insertion)
13744 (message-headers, message-news, message-mail):
13745 * pgg-gpg.el (pgg-gpg):
13746 * pgg-parse.el (pgg-parse):
13747 * pgg-pgp.el (pgg-pgp):
13748 * pgg-pgp5.el (pgg-pgp5):
13749 * pop3.el (pop3): Finish `defgroup' description with period.
13750
13751 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13752
13753 * gnus-art.el (article-display-face): Improve the efficiency.
13754 (article-display-x-face): Ditto; remove grey x-face stuff.
13755
13756 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13757
13758 * gnus-art.el (article-display-face): Correct the position in
13759 which Faces are inserted.
13760
13761 2005-06-29 Didier Verna <didier@xemacs.org>
13762
13763 * gnus-art.el (article-display-face): Display faces in correct
13764 order.
13765
13766 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13767
13768 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13769 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13770 (gnus-nocem-check-article): Fetch the Type header.
13771 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13772 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13773 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13774 make sure gnus-nocem-hashtb is initialized.
13775 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13776 (gnus-nocem-unwanted-article-p): Ditto.
13777
13778 * pgg.el (pgg-verify): Return the verification result.
13779
13780 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13781
13782 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13783 is ascii.
13784
13785 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13786
13787 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13788 `show-nonbreak-escape'.
13789
13790 2005-06-23 Lute Kamstra <lute@gnu.org>
13791
13792 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13793
13794 * dig.el (dig-mode):
13795 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13796
13797 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13798
13799 * nnimap.el (nnimap-split-download-body): Fix spellings.
13800
13801 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13802
13803 * gnus-art.el (gnus-article-encrypt-body):
13804 * gnus-cus.el (gnus-score-customize):
13805 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13806 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13807
13808 2005-06-16 Arne Jørgensen <arne@arnested.dk>
13809
13810 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13811 header by looking for magic "MII" at the beginnig.
13812
13813 2005-06-16 Miles Bader <miles@gnu.org>
13814
13815 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13816 (assistant-field-face): New backward-compatibility alias for renamed
13817 face.
13818 (assistant-render-text): Use renamed assistant-field face.
13819
13820 * spam.el (spam): Remove "-face" suffix from face name.
13821 (spam-face): New backward-compatibility alias for renamed face.
13822 (spam-face, spam-initialize): Use renamed spam face.
13823
13824 * message.el (message-header-to, message-header-cc)
13825 (message-header-subject, message-header-newsgroups)
13826 (message-header-other, message-header-name)
13827 (message-header-xheader, message-separator, message-cited-text)
13828 (message-mml): Remove "-face" suffix from face names.
13829 (message-header-to-face, message-header-cc-face)
13830 (message-header-subject-face, message-header-newsgroups-face)
13831 (message-header-other-face, message-header-name-face)
13832 (message-header-xheader-face, message-separator-face)
13833 (message-cited-text-face, message-mml-face):
13834 New backward-compatibility aliases for renamed faces.
13835 (message-font-lock-keywords): Use renamed message faces.
13836
13837 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13838 (sieve-test-commands, sieve-tagged-arguments):
13839 Remove "-face" suffix from face names.
13840 (sieve-control-commands-face, sieve-action-commands-face)
13841 (sieve-test-commands-face, sieve-tagged-arguments-face):
13842 New backward-compatibility aliases for renamed faces.
13843 (sieve-control-commands-face, sieve-action-commands-face)
13844 (sieve-test-commands-face, sieve-tagged-arguments-face):
13845 Use renamed sieve faces.
13846
13847 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13848 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13849 (gnus-group-news-3-empty, gnus-group-news-4)
13850 (gnus-group-news-4-empty, gnus-group-news-5)
13851 (gnus-group-news-5-empty, gnus-group-news-6)
13852 (gnus-group-news-6-empty, gnus-group-news-low)
13853 (gnus-group-news-low-empty, gnus-group-mail-1)
13854 (gnus-group-mail-1-empty, gnus-group-mail-2)
13855 (gnus-group-mail-2-empty, gnus-group-mail-3)
13856 (gnus-group-mail-3-empty, gnus-group-mail-low)
13857 (gnus-group-mail-low-empty, gnus-summary-selected)
13858 (gnus-summary-cancelled, gnus-summary-high-ticked)
13859 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13860 (gnus-summary-high-ancient, gnus-summary-low-ancient)
13861 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13862 (gnus-summary-low-undownloaded)
13863 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13864 (gnus-summary-low-unread, gnus-summary-normal-unread)
13865 (gnus-summary-high-read, gnus-summary-low-read)
13866 (gnus-summary-normal-read, gnus-splash):
13867 Remove "-face" suffix from face names.
13868 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13869 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13870 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13871 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13872 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13873 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13874 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13875 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13876 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13877 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13878 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13879 (gnus-summary-selected-face, gnus-summary-cancelled-face)
13880 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13881 (gnus-summary-normal-ticked-face)
13882 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13883 (gnus-summary-normal-ancient-face)
13884 (gnus-summary-high-undownloaded-face)
13885 (gnus-summary-low-undownloaded-face)
13886 (gnus-summary-normal-undownloaded-face)
13887 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13888 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13889 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13890 (gnus-splash-face):
13891 New backward-compatibility aliases for renamed faces.
13892 (gnus-group-startup-message): Use renamed gnus faces.
13893
13894 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13895 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13896 (gnus-server-agent): Remove "-face" suffix from face names.
13897 (gnus-server-agent-face, gnus-server-opened-face)
13898 (gnus-server-closed-face, gnus-server-denied-face)
13899 (gnus-server-offline-face):
13900 New backward-compatibility aliases for renamed faces.
13901 (gnus-server-agent-face, gnus-server-opened-face)
13902 (gnus-server-closed-face, gnus-server-denied-face)
13903 (gnus-server-offline-face): Use renamed gnus faces.
13904
13905 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13906 Remove "-face" suffix from face names.
13907 (gnus-picon-xbm-face, gnus-picon-face):
13908 New backward-compatibility aliases for renamed faces.
13909
13910 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13911 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13912 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13913 (gnus-cite-11): Remove "-face" suffix from face names.
13914 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13915 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13916 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13917 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13918 New backward-compatibility aliases for renamed faces.
13919 (gnus-cite-attribution-face, gnus-cite-face-list)
13920 (gnus-article-boring-faces): Use renamed gnus faces.
13921
13922 * gnus-art.el (gnus-signature, gnus-header-from)
13923 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13924 (gnus-header-content): Remove "-face" suffix from face names.
13925 (gnus-signature-face, gnus-header-from-face)
13926 (gnus-header-subject-face, gnus-header-newsgroups-face)
13927 (gnus-header-name-face, gnus-header-content-face):
13928 New backward-compatibility aliases for renamed faces.
13929 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13930
13931 * gnus-sum.el (gnus-summary-selected-face)
13932 (gnus-summary-highlight): Use renamed gnus faces.
13933 * gnus-group.el (gnus-group-highlight): Likewise.
13934
13935 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13936
13937 * gnus-sieve.el (gnus-sieve-article-add-rule):
13938 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13939 * spam-stat.el (spam-stat-buffer-change-to-spam)
13940 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13941
13942 * message.el (message-is-yours-p):
13943 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13944
13945 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13946
13947 * mm-view.el (mm-inline-text): Withdraw the last change.
13948
13949 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13950
13951 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13952 executing enriched-decode.
13953
13954 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13955
13956 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13957 charset of tar files.
13958
13959 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13960
13961 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13962
13963 2005-06-04 Lute Kamstra <lute@gnu.org>
13964
13965 * nnfolder.el (nnfolder-read-folder): Make sure that undo
13966 information is never recorded.
13967
13968 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13969
13970 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13971
13972 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
13973
13974 * pop3.el (pop3-apop): Run md5 in the binary mode.
13975
13976 * starttls.el (starttls-set-process-query-on-exit-flag):
13977 Use eval-and-compile.
13978
13979 2005-05-31 Simon Josefsson <jas@extundo.com>
13980
13981 * smime.el (smime-replace-in-string): Define.
13982 (smime-cert-by-ldap-1): Use it.
13983
13984 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
13985
13986 * gnus-art.el (article-display-x-face): Replace
13987 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13988
13989 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13990 set-process-query-on-exit-flag or process-kill-without-query.
13991
13992 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13993 loop instead of replace-regexp.
13994
13995 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13996 instead of process-kill-without-query if it is available.
13997
13998 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13999 instead of find-file-hooks if it is available.
14000
14001 * mml1991.el: Bind pgg-default-user-id when compiling.
14002
14003 * mml2015.el: Bind pgg-default-user-id when compiling.
14004
14005 * nndraft.el (nndraft-request-associate-buffer):
14006 Use write-contents-functions instead of write-contents-hooks if it is
14007 available.
14008
14009 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14010 instead of find-file-hooks if it is available.
14011
14012 * nntp.el (nntp-open-connection): Replace
14013 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14014 (nntp-open-ssl-stream): Ditto.
14015 (nntp-open-tls-stream): Ditto.
14016
14017 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14018 set-process-query-on-exit-flag or process-kill-without-query.
14019 (starttls-open-stream-gnutls): Use it instead of
14020 process-kill-without-query.
14021 (starttls-open-stream): Ditto.
14022
14023 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
14024
14025 * smime.el (smime-cert-by-ldap-1): Don't use
14026 replace-regexp-in-string.
14027
14028 2005-05-31 Arne Jørgensen <arne@arnested.dk>
14029
14030 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14031
14032 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14033 in PEM format. Adjust to the XEmacs compability.
14034
14035 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
14036
14037 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14038 by `string-to-number'.
14039 * gnus-agent.el (gnus-agent-regenerate-group)
14040 (gnus-agent-fetch-articles): Ditto.
14041 * gnus-art.el (gnus-button-fetch-group): Ditto.
14042 * gnus-cache.el (gnus-cache-generate-active)
14043 (gnus-cache-articles-in-group): Ditto.
14044 * gnus-group.el (gnus-group-set-current-level)
14045 (gnus-group-insert-group-line): Ditto.
14046 * gnus-score.el (gnus-score-set-expunge-below)
14047 (gnus-score-set-mark-below, gnus-summary-score-effect)
14048 (gnus-summary-score-entry): Ditto.
14049 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14050 (gnus-soup-pack): Ditto.
14051 * gnus-spec.el (gnus-xmas-format): Ditto.
14052 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14053 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14054 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14055 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14056 * nndb.el (nndb-get-remote-expire-response): Ditto.
14057 * nndiary.el (nndiary-parse-schedule-value)
14058 (nndiary-string-to-number, nndiary-request-replace-article)
14059 (nndiary-request-article): Ditto.
14060 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14061 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14062 * nneething.el (nneething-make-head): Ditto.
14063 * nnfolder.el (nnfolder-request-article)
14064 (nnfolder-retrieve-headers): Ditto.
14065 * nnheader.el (nnheader-file-to-number): Ditto.
14066 * nnkiboze.el (nnkiboze-request-article): Ditto.
14067 * nnmail.el (nnmail-process-unix-mail-format)
14068 (nnmail-process-babyl-mail-format): Ditto.
14069 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14070 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14071 (nnmh-request-create-group, nnmh-request-list-1)
14072 (nnmh-request-group, nnmh-request-article): Ditto.
14073 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14074 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14075 * nnsoup.el (nnsoup-make-active): Ditto.
14076 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14077 * nntp.el (nntp-find-group-and-number)
14078 (nntp-retrieve-headers-with-xover): Ditto.
14079 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14080 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14081 (pgg-format-key-identifier): Ditto.
14082 * pop3.el (pop3-last, pop3-stat): Ditto.
14083 * qp.el (quoted-printable-decode-region): Ditto.
14084
14085 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14086 of concat.
14087
14088 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
14089
14090 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14091
14092 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14093
14094 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14095
14096 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14097
14098 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14099
14100 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14101
14102 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14103 (gnus-carpal-mode): Ditto.
14104
14105 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14106 (gnus-browse-mode): Ditto.
14107
14108 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14109
14110 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14111
14112 2005-05-29 Richard M. Stallman <rms@gnu.org>
14113
14114 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14115
14116 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
14117
14118 * gnus-util.el (gnus-run-mode-hooks): New function.
14119
14120 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14121
14122 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14123
14124 * gnus-agent.el (gnus-agent-make-mode-line-string):
14125 Use mode-line-highlight as mouse-face.
14126
14127 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
14128
14129 * canlock.el (canlock): Change the parent group to news.
14130
14131 * deuglify.el (gnus-outlook-deuglify): Add :group.
14132
14133 * dig.el (dig): Add :group.
14134
14135 * dns-mode.el (dns-mode): Add :group.
14136
14137 * encrypt.el (encrypt): Add :group.
14138
14139 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14140 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14141 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14142 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14143 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14144
14145 * gnus-diary.el (gnus-diary): Add :group.
14146
14147 * gnus.el (gnus-group-news-1-face): Add :group.
14148 (gnus-group-news-1-empty-face): Ditto.
14149 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14150 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14151 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14152 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14153 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14154 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14155 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14156 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14157 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14158 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14159 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14160 (gnus-summary-high-ticked-face): Ditto.
14161 (gnus-summary-low-ticked-face): Ditto.
14162 (gnus-summary-normal-ticked-face): Ditto.
14163 (gnus-summary-high-ancient-face): Ditto.
14164 (gnus-summary-low-ancient-face): Ditto.
14165 (gnus-summary-normal-ancient-face): Ditto.
14166 (gnus-summary-high-undownloaded-face): Ditto.
14167 (gnus-summary-low-undownloaded-face): Ditto.
14168 (gnus-summary-normal-undownloaded-face): Ditto.
14169 (gnus-summary-high-unread-face): Ditto.
14170 (gnus-summary-low-unread-face): Ditto.
14171 (gnus-summary-normal-unread-face): Ditto.
14172 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14173 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14174
14175 * hashcash.el (hashcash): New custom group.
14176 (hashcash-default-payment): Add :group.
14177 (hashcash-payment-alist): Ditto.
14178 (hashcash-default-accept-payment): Ditto.
14179 (hashcash-accept-resources): Ditto.
14180 (hashcash-path): Ditto.
14181 (hashcash-extra-generate-parameters): Ditto.
14182 (hashcash-double-spend-database): Ditto.
14183 (hashcash-in-news): Ditto.
14184
14185 * message.el (message-minibuffer-local-map): Add :group.
14186
14187 * netrc.el (netrc): Add :group.
14188
14189 * sieve-manage.el (sieve-manage-log): Add :group.
14190 (sieve-manage-default-user): Diito.
14191 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14192 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14193 (sieve-manage-authenticators): Ditto.
14194 (sieve-manage-authenticator-alist): Ditto.
14195 (sieve-manage-default-port): Ditto.
14196
14197 * sieve-mode.el (sieve-control-commands-face): Add :group.
14198 (sieve-action-commands-face): Ditto.
14199 (sieve-test-commands-face): Ditto.
14200 (sieve-tagged-arguments-face): Ditto.
14201
14202 * smime.el (smime): Add :group.
14203
14204 * spam-report.el (spam-report): Add :group.
14205
14206 * spam.el (spam, spam-face): Add :group.
14207
14208 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14209
14210 * nntp.el (nntp-next-result-arrived-p): Some news servers may
14211 return \n.\n.\n at the end of articles. Protect against that.
14212 (nntp-with-open-group): Allow debugging.
14213
14214 * nnheader.el (mail-header-set-extra): Make into a function
14215 because I just could't understand how to quote the list properly.
14216
14217 * dns.el (query-dns-cached): New function.
14218
14219 2005-05-26 Lute Kamstra <lute@gnu.org>
14220
14221 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14222
14223 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
14224
14225 * gnus-art.el: Don't autoload mail-extract-address-components.
14226
14227 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14228 eval-and-compile to evaluate it.
14229
14230 * hashcash.el: Don't autoload executable-find.
14231
14232 * nndb.el: Don't declare the nndb back end two or more times; don't
14233 autoload news-reply-mode, news-setup, cancel-timer and telnet.
14234
14235 * nntp.el: Autoload format-spec instead of format; use
14236 eval-and-compile to evaluate autoload forms.
14237
14238 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
14239
14240 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14241
14242 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14243
14244 * gnus.el (gnus-version-number): Bump version.
14245
14246 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14247
14248 * gnus.el: No Gnus v0.3 is released.
14249
14250 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
14251
14252 * gnus-art.el (gnus-article-edit-part): Disable undo.
14253
14254 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14255
14256 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14257 gnus-article-date-lapsed-new-header is t if date timer is active;
14258 skip headers in which the original date value is empty.
14259 (gnus-article-save-original-date): Redefine it as a macro.
14260 (gnus-display-mime): Use it.
14261
14262 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
14263
14264 * gnus-art.el (article-date-ut): Support converting date in
14265 forwarded parts as well.
14266 (gnus-article-save-original-date): New function.
14267 (gnus-display-mime): Use it.
14268
14269 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
14270
14271 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14272 enclosure element of <item>.
14273
14274 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
14275
14276 * message.el (message-kill-buffer-query): Rename from
14277 `message-kill-buffer-query-if-modified'. Add :version.
14278
14279 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14280
14281 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14282 window layout.
14283
14284 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14285
14286 * mml.el: Autoload dnd when compiling.
14287
14288 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14289
14290 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14291 x-dnd-*.
14292
14293 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14294
14295 * qp.el (quoted-printable-encode-region): Save excursion.
14296
14297 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
14298
14299 * message.el (message-kill-buffer-query-if-modified): Add new variable
14300 so the user can kill a modified message buffer quickly.
14301 (message-kill-buffer): Use it.
14302
14303 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
14304
14305 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14306 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14307
14308 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14309
14310 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14311 contained in text because xml.el decodes entities) with LFs.
14312
14313 2005-04-11 Lute Kamstra <lute@gnu.org>
14314
14315 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14316 differently.
14317
14318 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * mm-util.el (mm-detect-coding-region): Typo.
14321
14322 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
14323
14324 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14325
14326 2005-04-06 Deepak Goel <deego@gnufans.org>
14327
14328 * spam-stat.el (spam-stat-score-buffer): Add a call to a
14329 user-function allow user modifications of the scores.
14330 (spam-stat-score-buffer-user): New function, to allow
14331 user-computed modifications to the score.
14332 (spam-stat-score-buffer-user-functions): List of additional
14333 scoring functions.
14334 (spam-stat-error-holder): Global temporary error holder.
14335 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14336 variable.
14337
14338 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
14339
14340 * gnus-registry.el (gnus-registry-clean-empty-function)
14341 (gnus-registry-trim, gnus-registry-fetch-groups)
14342 (gnus-registry-delete-group): Groups that match
14343 `gnus-registry-ignored-groups' are removed from the registry
14344 entries, not just ignored for splitting. This helps clean up the
14345 registry. Also, `gnus-registry-fetch-groups' is a convenient way
14346 to get all the groups a message ID is in.
14347
14348 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14349 (spam-stat-split-fancy): Change "threshhold" to "threshold".
14350 (spam-stat-score-buffer-user-functions): Add :number custom type.
14351
14352 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14353
14354 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14355 argument in XEmacs.
14356
14357 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14358 (nnrss-request-group): Decode group name first.
14359 (nnrss-request-article): Make a text/plain article if mml-to-mime
14360 failed.
14361 (nnrss-get-encoding): Return a compatible encoding according to
14362 nnrss-compatible-encoding-alist.
14363 (nnrss-find-el): Use consp instead of listp.
14364 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14365
14366 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14367
14368 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14369 which Emacs 20 doesn't support.
14370 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14371
14372 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14373
14374 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14375 silence the byte compiler inside the defun.
14376
14377 * gnus-demon.el (parse-time-string): Add autoload.
14378
14379 * gnus-delay.el (parse-time-string): Add autoload.
14380
14381 * gnus-art.el (parse-time-string): Add autoload.
14382
14383 * nnultimate.el (parse-time): Require for `parse-time-string'.
14384
14385 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14386
14387 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14388
14389 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14390
14391 * smime.el (smime-ldap-host-list): Add :version.
14392
14393 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14394
14395 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14396 pass it to `gnus-browse-read-group'.
14397 (gnus-browse-read-group): Add NUMBER argument and pass it to
14398 `gnus-group-read-ephemeral-group'.
14399
14400 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14401 argument and pass it to `gnus-group-read-group'.
14402
14403 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
14404
14405 * mm-util.el (mm-xemacs-find-mime-charset): Only call
14406 mm-xemacs-find-mime-charset-1 if we have the mule feature
14407 available at runtime.
14408
14409 2005-03-25 Werner Lemberg <wl@gnu.org>
14410
14411 * nnmaildir.el: Replace `illegal' with `invalid'.
14412
14413 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14414
14415 * gnus-start.el (gnus-display-time-event-handler):
14416 Check display-time-timer at runtime rather than only at load time
14417 in case display-time-mode is turned off in the mean time.
14418
14419 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14420
14421 * nnimap.el (nnimap-open-connection): Print which authinfo file is
14422 used.
14423
14424 * nneething.el (nneething-map-file-directory): Derive from
14425 `gnus-directory'.
14426
14427 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14428 the To/Cc button.
14429
14430 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14431
14432 * nnmaildir.el (nnmaildir-request-accept-article):
14433 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14434
14435 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14436
14437 * gnus-async.el: Require timer-funcs at compile time when in
14438 XEmacs for `run-with-idle-timer'.
14439
14440 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14441
14442 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14443 autoloaded function.
14444
14445 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14446
14447 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14448
14449 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
14450
14451 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14452
14453 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14454
14455 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14456 Add gnus-expert-user to default.
14457
14458 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14459
14460 * nnimap.el (nnimap-open-server): Ditto.
14461
14462 * imap.el (imap-authenticate): Fix typo.
14463
14464 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14465
14466 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14467 buffer (since IMAP server might return FETCH response out of
14468 order, and the nntp buffer must be sorted).
14469
14470 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14471
14472 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14473 comparison on string.
14474
14475 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14476 (gnus-agent-score): Rename category keywords to match gnus-cus.
14477 (gnus-agent-summary-fetch-series): Modify to protect against
14478 gnus-agent-summary-fetch-group clearing processable flags.
14479 (gnus-agent-synchronize-group-flags): Update live group buffer as
14480 synchronization may occur due to the user toggle the plugged
14481 status.
14482 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14483 successfully downloaded.
14484 (gnus-agent-expire-group-1): Avoid using markers when the overview
14485 is in ascending order; greatly improves performance.
14486 (gnus-agent-regenerate-group):
14487 Use gnus-agent-synchronize-group-flags to reset read status in both
14488 gnus and server.
14489 (gnus-agent-update-files-total-fetched-for): Fix initial size.
14490
14491 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14492
14493 * message.el: Don't autoload former message-utils variables.
14494 (message-strip-subject-trailing-was): Change doc string.
14495
14496 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14497 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14498 (nnweb-google-search): Add "hl=en" here.
14499 (nnweb-google-parse-1, nnweb-google-create-mapping):
14500 Don't hardcode URL.
14501
14502 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14503
14504 * message.el (message-get-reply-headers, message-followup):
14505 Mention related variables `message-use-followup-to' and
14506 `message-use-mail-followup-to', in the information buffer.
14507
14508 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14509 of broken groups(-beta).google.com.
14510
14511 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14512
14513 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14514 parameter to invoked gnus-request-move-article; remove the
14515 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14516 all at once instead of once per article.
14517 (gnus-summary-remove-process-mark): Accept a list of articles as
14518 well as a single article for processing.
14519
14520 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14521 parameter.
14522
14523 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14524
14525 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14526
14527 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14528 parameter.
14529
14530 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14531 parameter.
14532
14533 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14534 parameter and remove the gnus-sum-hint-move-is-internal variable.
14535
14536 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14537 parameter.
14538
14539 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14540 parameter.
14541
14542 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14543 parameter.
14544
14545 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14546
14547 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14548 parameter.
14549
14550 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14551 parameter.
14552
14553 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14554
14555 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14556 a more conservative way.
14557
14558 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14559
14560 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14561 buffer, so it moves the window's cursor.
14562
14563 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14564
14565 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14566 `mm-dissect-multipart' and receive the from field as an (optional)
14567 argument from `mm-dissect-multipart'.
14568 (mm-dissect-multipart): Receive the from field as an argument and
14569 pass it on when we call `mm-dissect-buffer' on MIME parts.
14570 Fixes verification/decryption of signed/encrypted MIME parts.
14571
14572 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14573
14574 * gnus-sum.el (gnus-summary-move-article):
14575 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14576 whatever it calls (right now, only nnimap-request-move article
14577 respects it).
14578
14579 * nnimap.el (nnimap-request-move-article):
14580 When gnus-sum-hint-move-is-internal is set, don't do the extra
14581 nnimap-request-article.
14582
14583 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14584
14585 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14586
14587 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14588 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14589
14590 * gnus-sum.el (gnus-summary-caesar-message):
14591 Apply `gnus-treat-article' after rotation.
14592
14593 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14594 doc string.
14595
14596 2005-02-22 Simon Josefsson <jas@extundo.com>
14597
14598 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14599 `password-cache-expiry' instead). Reported by Arne Jørgensen
14600 <arne@arnested.dk>.
14601 (encrypt): Add password-cache and password-cache-expiry as group
14602 members.
14603
14604 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14605
14606 * smime.el (smime-ldap-host-list): Doc fix.
14607 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14608 cache) password.
14609 (smime-sign-region): Use it.
14610 (smime-decrypt-region): Use it.
14611 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14612 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14613 fails.
14614 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14615 certificate from DER to PEM format rather than calling openssl.
14616
14617 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14618
14619 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14620 for signing/encryption.
14621
14622 * mml.el (mml-parse-1): Use them.
14623
14624 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14625
14626 * nnrss.el (nnrss-verbose): Remove.
14627 (nnrss-request-group): Use `nnheader-message' instead.
14628
14629 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14630
14631 * nnrss.el (nnrss-verbose): New variable.
14632 (nnrss-request-group): Make it say nnrss is requesting a group.
14633
14634 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14635
14636 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14637 Handle news URL with given port correctly.
14638
14639 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14640
14641 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14642 containing special characters.
14643
14644 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14645
14646 * mml.el (mime-to-mml): Ditto.
14647
14648 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14649 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14650 (rfc2047-decode-region): Quote decoded words containing special
14651 characters when rfc2047-quote-decoded-words-containing-tspecials
14652 is non-nil.
14653
14654 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14655
14656 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14657
14658 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14659
14660 2005-02-15 Simon Josefsson <jas@extundo.com>
14661
14662 * nnimap.el (nnimap-debug): Doc fix.
14663
14664 * imap.el (imap-debug): Doc fix.
14665
14666 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14667
14668 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14669
14670 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14671
14672 * gnus.el (spam-contents): Improve docs for spam-contents
14673 parameter in its variable incarnation.
14674
14675 2005-02-14 Simon Josefsson <jas@extundo.com>
14676
14677 * smime-ldap.el: Use require instead of load-library for ldap.
14678 (smime-ldap-search): Indent.
14679 (smime-ldap-search-internal): Shorten line.
14680
14681 * smime.el (smime-cert-by-dns): Add doc-string.
14682 (smime-cert-by-ldap-1): Indent.
14683
14684 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14685 mml-smime-get-dns-ldap.
14686 (mml-smime-encrypt-query): Use new function. Default to ldap.
14687
14688 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14689
14690 * smime.el: Require smime-ldap.
14691 (smime-ldap-host-list): New variable.
14692 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14693
14694 * mml-smime.el (mml-smime-encrypt-query): New function.
14695 (mml-smime-encrypt-query): Use it.
14696
14697 * smime-ldap.el: New file.
14698
14699 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14700
14701 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14702
14703 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14704
14705 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14706 argument in doc string. Make query for type more clear.
14707
14708 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14709
14710 * gnus.el (gnus-group-startup-message): Search for gnus images in
14711 etc/images/gnus.
14712 * mm-util.el (mm-image-load-path): Likewise.
14713 * smiley.el (smiley-data-directory): Search for smilies in
14714 etc/images/smilies.
14715
14716 2005-02-09 Kim F. Storm <storm@cua.dk>
14717
14718 Change Emacs release version from 21.4 to 22.1 throughout.
14719 Change Emacs development version from 21.3.50 to 22.0.50.
14720
14721 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14722
14723 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14724
14725 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14726 non-Mule XEmacs as well.
14727 (mm-decompress-buffer): Signal an error intentionally if it does
14728 not decompress compressed data because auto-compression-mode is
14729 disabled.
14730
14731 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14732
14733 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14734 an ID in the registry even if it has no groups.
14735
14736 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14737
14738 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14739 merge it into mm-decompress-buffer.
14740 (gnus-mime-copy-part): Use the MIME part charset, the value which
14741 a user specified or gnus-newsgroup-charset for decoding, like
14742 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14743 save-buffer what was used. Suggested by Kevin Ryde
14744 <user42@zip.com.au>.
14745 (gnus-mime-inline-part): Allow the name parameter as well as the
14746 filename parameter; force decompressing of compressed data; always
14747 display contents being not decoded as unibyte.
14748
14749 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14750 as well as the filename parameter.
14751
14752 * mm-util.el (mm-decompress-buffer):
14753 Merge gnus-mime-jka-compr-maybe-uncompress.
14754 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14755 of compressed data.
14756
14757 2005-02-08 Simon Josefsson <jas@extundo.com>
14758
14759 * imap.el (imap-log): Doc fix.
14760
14761 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14762
14763 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14764 the coding cookies; decompress compressed parts.
14765
14766 * mml.el (mml-generate-mime-1): Add the charset parameter according
14767 to the value which a user specified manually or the coding cookie.
14768
14769 * mm-util.el (mm-string-to-multibyte): New function.
14770 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14771 (mm-coding-system-to-mime-charset): New function.
14772 (mm-decompress-buffer): New function.
14773 (mm-find-buffer-file-coding-system): New function.
14774
14775 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14776 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14777 parts.
14778
14779 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14780
14781 * mm-view.el (mm-display-inline-fontify): Decode a part according
14782 to the charset parameter.
14783
14784 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14785
14786 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14787 prefix arg is neither nil nor a number, as info specifies.
14788
14789 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14790
14791 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14792 timestamps.
14793
14794 2005-02-02 Jari Aalto <jari.aalto@cante.net>
14795
14796 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14797 groups error checking and notify user.
14798
14799 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14800
14801 * message.el (message-send-mail-function): Check existence of
14802 sendmail-program first before using default value
14803 `message-send-mail-with-sendmail'. Otherwise use more generic
14804 `smtpmail-send-it'.
14805
14806 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14807
14808 * nntp.el (nntp-request-update-info): Always return nil.
14809
14810 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14813
14814 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14815
14816 * message.el (message-beginning-of-line): Change the behavior when
14817 invoked between BOL and : so that it first moves backward.
14818
14819 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14820
14821 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14822 article buffer when editing of the article is discarded.
14823 (gnus-article-prepare): Revert.
14824
14825 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14826
14827 * gnus-art.el (gnus-article-prepare):
14828 Remove message-strip-forbidden-properties from the local hook.
14829
14830 2005-01-27 Simon Josefsson <jas@extundo.com>
14831
14832 * password.el (password-cache-add): Only start one timer per key.
14833 Reported by Derek Atkins <warlord@MIT.EDU>.
14834
14835 2005-01-26 Steve Youngs <steve@sxemacs.org>
14836
14837 * run-at-time.el: Remove. It is no longer needed as
14838 timer-funcs.el in the xemacs-base package has a working version of
14839 `run-at-time'.
14840
14841 * password.el: Require timer-funcs instead of run-at-time in
14842 XEmacs.
14843 Remove `password-run-at-time' macro.
14844 (password-cache-add): Use `run-at-time' instead of
14845 `password-run-at-time'.
14846
14847 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14848 for `run-with-idle-timer'.
14849
14850 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14851 for `run-at-time'.
14852
14853 * mm-url.el: Require timer-funcs at compile time when in XEmacs
14854 for `with-timeout'.
14855
14856 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14857
14858 * mml.el (mml-generate-mime-1): Convert string into unibyte when
14859 inserting " *mml*" buffer's contents into a unibyte temp buffer.
14860
14861 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
14862
14863 * mail-source.el (mail-source-fetch-imap): Search for ^From case
14864 sensitively.
14865
14866 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
14867
14868 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14869
14870 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
14871
14872 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14873 which will be inserted according to the multibyteness of a buffer
14874 rather than the type of contents. Suggested by ARISAWA Akihiro
14875 <ari@mbf.ocn.ne.jp>.
14876
14877 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14878 of string which old xml.el may return rather than a string.
14879
14880 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14881
14882 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14883
14884 2005-01-16 Simon Josefsson <jas@extundo.com>
14885
14886 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14887 idn/idna.el isn't available.
14888 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
14889 <michael@waxrat.com>.
14890
14891 * hashcash.el: Remove non-FSF copyright header.
14892
14893 * hashcash.el (hashcash-extra-generate-parameters): New variable.
14894 (hashcash-generate-payment): Use it.
14895 (hashcash-generate-payment-async): Use it.
14896
14897 2005-01-15 Simon Josefsson <jas@extundo.com>
14898
14899 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14900 Suggested by Raymond Scholz <ray-2005@zonix.de>.
14901
14902 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14903 gnus-summary-idna-message.
14904 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14905 (gnus-summary-idna-message): New function.
14906
14907 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
14908
14909 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14910 gnus-novice-user.
14911
14912 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
14913
14914 * nnrss.el (nnrss-request-delete-group): Delete entries in
14915 nnrss-group-alist as well.
14916 (nnrss-save-server-data): Insert newline.
14917
14918 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
14919
14920 * gnus.el (gnus-user-agent): Use list of symbols instead of
14921 symbols. Display full version number for (S)XEmacs.
14922 Optionally display (S)XEmacs codename.
14923
14924 * gnus-util.el (gnus-emacs-version): Update for new
14925 `gnus-user-agent'.
14926
14927 * gnus-msg.el (gnus-extended-version): Make it possible to omit
14928 Gnus version.
14929
14930 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14931
14932 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
14933 which is unreadable in some setups.
14934
14935 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14936
14937 * gnus-spec.el (gnus-update-format-specifications): Flush the
14938 group format spec cache if it doesn't support decoded group names.
14939
14940 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14941
14942 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14943 Allow to apply decay on score files matching a regexp.
14944
14945 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
14946
14947 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14948 compatibility in %g and %c.
14949
14950 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
14951
14952 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14953 name for only %g and %c.
14954 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14955 of gnus-tmp-group to decoded group name.
14956 (gnus-group-make-rss-group): Exclude `/'s from group names.
14957
14958 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
14959
14960 * nnrss.el (nnrss-get-encoding): Fix regexp.
14961
14962 2004-12-27 Simon Josefsson <jas@extundo.com>
14963
14964 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14965 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14966 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
14967
14968 2004-12-17 Kim F. Storm <storm@cua.dk>
14969
14970 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14971
14972 * gnus-sum.el (gnus-summary-mode-map): Likewise.
14973
14974 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14975
14976 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14977
14978 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
14979
14980 * nnrss.el: Require rfc2047 and mml.
14981 (nnrss-file-coding-system): New variable.
14982 (nnrss-format-string): Redefine it as an inline function.
14983 (nnrss-decode-group-name): New function.
14984 (nnrss-string-as-multibyte): Remove.
14985 (nnrss-retrieve-headers): Decode group name; don't use
14986 nnrss-format-string.
14987 (nnrss-request-group): Decode group name.
14988 (nnrss-request-article): Decode group name; allow a Message-ID as
14989 well as an article number; don't use nnrss-format-string; encode a
14990 Message-ID string which may contain non-ASCII characters; use
14991 mml-to-mime to compose a MIME article.
14992 (nnrss-request-expire-articles): Decode group name.
14993 (nnrss-request-delete-group): Decode group name.
14994 (nnrss-fetch): Clarify error message.
14995 (nnrss-read-server-data): Use insert-file-contents instead of load;
14996 bind file-name-coding-system; use multibyte buffer.
14997 (nnrss-save-server-data): Bind coding-system-for-write to the
14998 value of nnrss-file-coding-system; bind file-name-coding-system;
14999 add coding cookie.
15000 (nnrss-read-group-data): Use insert-file-contents instead of load;
15001 bind file-name-coding-system; use multibyte buffer.
15002 (nnrss-save-group-data): Bind coding-system-for-write to the
15003 value of nnrss-file-coding-system; bind file-name-coding-system.
15004 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15005 make it work with non-ASCII text.
15006 (nnrss-find-el): Make it work with old xml.el as well.
15007
15008 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15009
15010 * nnrss.el (nnrss-get-encoding): New function.
15011 (nnrss-fetch): Use unibyte buffer initially; bind
15012 coding-system-for-read while performing mm-url-insert; remove ^Ms;
15013 decode contents according to the encoding attribute.
15014 (nnrss-save-group-data): Add coding cookie.
15015 (nnrss-mime-encode-string): New function.
15016 (nnrss-check-group): Use it to encode subject and author.
15017
15018 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
15019
15020 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15021 imaginary variable.
15022
15023 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15024
15025 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15026 correctly even if there are wide characters.
15027
15028 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15029
15030 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15031 downcased symbol names; make a new cache instead of reusing
15032 bbdb-hashtable.
15033
15034 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15035
15036 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15037 concatenating segments rather than before concatenating them.
15038 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15039
15040 * message.el (message-get-reply-headers): Bind `extra'.
15041
15042 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15043
15044 * message.el (message-extra-wide-headers): New variable.
15045 (message-get-reply-headers): Use it.
15046
15047 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15048
15049 * gnus-agent.el (gnus-agent-group-path): Decode group name.
15050 (gnus-agent-group-pathname): Ditto.
15051
15052 * gnus-cache.el (gnus-cache-file-name): Decode group name.
15053
15054 * gnus-group.el (gnus-group-make-group): Decode group name.
15055 (gnus-group-make-rss-group): Register the group data after opening
15056 the nnrss group.
15057
15058 2004-12-17 Paul Jarc <prj@po.cwru.edu>
15059
15060 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15061 by expiry now get marked as read.
15062
15063 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15064
15065 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15066
15067 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
15068
15069 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15070 unify Latin characters in XEmacs.
15071 (mm-find-mime-charset-region): Use it.
15072
15073 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15074
15075 * gnus-util.el (gnus-delete-directory): New function.
15076
15077 * gnus-agent.el (gnus-agent-delete-group): Use it.
15078
15079 * gnus-cache.el (gnus-cache-delete-group): Use it.
15080
15081 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15082
15083 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15084 names.
15085
15086 2004-12-16 Simon Josefsson <jas@extundo.com>
15087
15088 * hashcash.el (hashcash-payment-alist): Fix custom :type.
15089
15090 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
15091
15092 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15093
15094 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15095 (gnus-group-set-current-level): Decode group name.
15096
15097 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
15098
15099 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15100 failed.
15101
15102 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
15103
15104 * gnus-group.el (gnus-group-delete-group): Decode group name.
15105 (gnus-group-make-rss-group): Encode group name.
15106 (gnus-group-catchup-current): Decode group name.
15107 (gnus-group-kill-group): Decode group name.
15108
15109 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15112
15113 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
15114
15115 * gnus-group.el (gnus-group-make-rss-group):
15116 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15117
15118 * gnus-start.el (gnus-setup-news): Honor user's setting to
15119 gnus-message-archive-method. Suggested by Lute Kamstra
15120 <lute@gnu.org>.
15121
15122 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
15123
15124 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15125 global counterparts of the buffer-local variables.
15126
15127 2004-11-16 Romain Francoise <romain@orebokech.com>
15128
15129 * gnus-sum.el (gnus-summary-exit): Don't clear the global
15130 counterparts of the buffer-local variables.
15131
15132 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
15133
15134 * message.el (message-forbidden-properties): Fix typo in doc
15135 string.
15136
15137 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
15138
15139 * gnus-util.el (gnus-replace-in-string): Add doc string.
15140
15141 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15142 to avoid problems when splitting mails with many recipients.
15143
15144 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15145
15146 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15147 pop-to-buffer, covered by the subsequent gnus-configure-windows.
15148
15149 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
15150
15151 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15152 if there is no hashtable in memory or file modification time is
15153 newer than cached timestamp.
15154
15155 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
15156
15157 * gnus-sum.el (gnus-summary-limit-to-recipient):
15158 Implement not-matching option.
15159
15160 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
15161
15162 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15163 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15164 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15165 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15166 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
15167 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15168
15169 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
15170
15171 * message.el (message-forward-make-body-mml): Remove headers
15172 according to message-forward-ignored-headers if a message is decoded.
15173
15174 2004-12-02 Romain Francoise <romain@orebokech.com>
15175
15176 * message.el (message-forward-make-body-plain): Always remove
15177 headers according to message-forward-ignored-headers.
15178
15179 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
15180
15181 * spam.el (spam-summary-prepare-exit): Remove the
15182 gnus-summary-limit pop for now, it has problems with ham marks for
15183 me.
15184
15185 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
15186
15187 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15188 correctly.
15189
15190 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
15191
15192 * format-spec.el (format-spec): Message the char.
15193
15194 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
15195
15196 * gnus-art.el (gnus-split-methods): Reformat comments.
15197
15198 * spam.el (spam-summary-prepare-exit): Remove article limits
15199 before exiting the summary buffer.
15200
15201 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15202
15203 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15204 order to silence the byte compiler.
15205
15206 * spam.el: Fix the way to silence the byte compiler, which
15207 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15208 bbdb-search-simple, spam-BBDB-register-routine,
15209 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15210 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15211 spam-stat-buffer-is-spam, spam-stat-load,
15212 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15213 spam-stat-save and spam-stat-split-fancy.
15214
15215 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15216
15217 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15218 which may confuse users.
15219 (canlock-password-for-verify): Ditto.
15220
15221 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15222
15223 * gnus-art.el (gnus-emphasis-alist): Ditto.
15224
15225 * gnus-registry.el (gnus-registry-max-entries): Ditto.
15226
15227 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15228
15229 * gnus-start.el (gnus-save-killed-list): Ditto.
15230
15231 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15232 (gnus-sum-thread-tree-root): Ditto.
15233 (gnus-sum-thread-tree-false-root): Ditto.
15234 (gnus-sum-thread-tree-single-indent): Ditto.
15235
15236 * message.el (message-courtesy-message): Ditto.
15237 (message-archive-note): Ditto.
15238 (message-subscribed-address-file): Ditto.
15239 (message-user-fqdn): Ditto.
15240
15241 * spam-report.el (spam-report-gmane-regex): Ditto.
15242
15243 * spam.el (spam-blackhole-good-server-regex): Ditto.
15244
15245 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15246
15247 * mml.el (mml-preview): Widen the message buffer before copying
15248 the contents to the preview buffer; sort headers before previewing.
15249
15250 * message.el (message-hidden-headers): Fix the way to avoid a bug
15251 in the `repeat' widget in Emacs 21.3 or earlier.
15252
15253 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15254
15255 * message.el (message-hidden-headers): Default to "^References:".
15256 Improve customization type. Suggested by Reiner Steib
15257 <Reiner.Steib@gmx.de>.
15258
15259 2004-11-25 Romain Francoise <romain@orebokech.com>
15260
15261 * message.el (message-strip-forbidden-properties): Remove check for
15262 obsolete `message-hidden' text property, hidden headers are not
15263 accessible in the buffer anymore.
15264
15265 2004-11-22 Romain Francoise <romain@orebokech.com>
15266
15267 * message.el (message-header-format-alist): Add `From' in list
15268 so that it can be sorted.
15269 (message-fix-before-sending): Widen and sort headers before
15270 sending.
15271 (message-hide-headers): Use narrowing to hide headers by moving
15272 them to the top of the buffer and narrowing to the region
15273 underneath.
15274
15275 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15276
15277 * message.el (message-strip-forbidden-properties):
15278 Bind buffer-read-only (etc) to nil.
15279
15280 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
15281
15282 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15283 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15284
15285 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
15286
15287 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15288
15289 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15290
15291 * dns.el (query-dns): Use sit-for to time instead of
15292 accept-process-output, since that doesn't seem to work on udp
15293 sockets.
15294
15295 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
15296
15297 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15298
15299 2004-11-15 Jesper Harder <harder@ifa.au.dk>
15300
15301 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15302 doc string. Improve doc string.
15303
15304 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15305
15306 * nntp.el (nntp-request-update-info): Return nil if
15307 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15308 may not call gnus-activate-group which uselessly issues the GROUP
15309 commands for all nntp groups and wastes time. Reported by Romain
15310 Francoise <romain@orebokech.com>.
15311
15312 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15313
15314 2004-11-15 Simon Josefsson <jas@extundo.com>
15315
15316 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15317 headers separately.
15318 (gnus-button-openpgp): New function, inspired by Jochen Küpper
15319 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15320
15321 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15322
15323 * gnus-start.el (gnus-convert-old-newsrc):
15324 Assign legacy-gnus-agent to 5.10.7.
15325
15326 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15327
15328 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15329 start of the lines.
15330
15331 2004-11-14 Magnus Henoch <mange@freemail.hu>
15332
15333 * hashcash.el (hashcash-default-payment): Change default to 20.
15334 (hashcash-default-accept-payment): Change default to 20.
15335 (hashcash-process-alist): New variable.
15336 (hashcash-generate-payment-async): Add.
15337 (hashcash-already-paid-p): Add.
15338 (hashcash-insert-payment): Don't generate payments twice.
15339 (hashcash-insert-payment-async): Add.
15340 (hashcash-insert-payment-async-2): Add.
15341 (hashcash-cancel-async): Add.
15342 (hashcash-wait-async): Add.
15343 (hashcash-processes-running-p): Add.
15344 (hashcash-wait-or-cancel): Add.
15345 (mail-add-payment): New optional argument. Conditionally start
15346 asynchronous calculation.
15347 (mail-add-payment-async): Add.
15348
15349 * message.el (message-send-mail): Wait for asynchronous hashcash
15350 results. Don't clobber existing X-Hashcash headers.
15351 (message-setup-1): Call mail-add-payment-async when
15352 message-generate-hashcash is non-nil.
15353
15354 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15355
15356 * message.el (message-use-alternative-email-as-from): Examine the
15357 From header as well; use message-make-from in order to include a
15358 user's full name.
15359
15360 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15361
15362 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15363 default; improve customization type.
15364 (gnus-emphasis-custom-with-format): New macro.
15365 (gnus-emphasis-custom-value-to-external): New function.
15366 (gnus-emphasis-custom-value-to-internal): New function.
15367
15368 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15369
15370 * dns.el (query-dns): Resolve reverse addresses.
15371
15372 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15373
15374 * gnus-group.el (gnus-group-get-new-news): Use it.
15375
15376 * gnus-start.el (gnus-check-reasonable-setup): New function.
15377
15378 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
15379
15380 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15381 "Args out of range" error. Reported by Arnaud Giersch
15382 <arnaud.giersch@free.fr>.
15383
15384 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
15385
15386 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15387
15388 2004-11-04 Richard M. Stallman <rms@gnu.org>
15389
15390 * spam.el (spam group): Add :version.
15391
15392 * pgg-def.el (pgg group): Add :version.
15393
15394 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
15395
15396 * gnus-art.el (gnus-article-edit-article): Don't associate the
15397 article buffer with a draft file. This is a temporary measure
15398 against the 2004-08-22 change to gnus-article-edit-mode.
15399
15400 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15401
15402 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15403 (html2text-format-tags): Remove unused variable `attr'.
15404
15405 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15406
15407 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15408
15409 * spam-stat.el (spam-stat): Add :version.
15410
15411 * sieve.el (sieve): Add :version.
15412
15413 * sha1.el (sha1): Add :version.
15414 (sha1-use-external): Remove redundant version.
15415
15416 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15417 (nnmail-cache-ignore-groups, nnmail-spool-hook)
15418 (nnmail-split-fancy-match-partial-words)
15419 (nnmail-split-lowercase-expanded): Add :version.
15420
15421 * nndiary.el (nndiary): Add :version.
15422
15423 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15424
15425 * mml-sec.el (mml-default-sign-method)
15426 (mml-default-encrypt-method, mml-signencrypt-style-alist):
15427 Add :version.
15428
15429 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15430
15431 * mm-url.el (mm-url-use-external, mm-url-program)
15432 (mm-url-arguments): Add :version.
15433
15434 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15435 (mm-attachment-file-modes, mm-decrypt-option)
15436 (mm-w3m-safe-url-regexp): Add :version.
15437
15438 * message.el (message-cite-prefix-regexp)
15439 (message-sendmail-envelope-from, message-minibuffer-local-map)
15440 (message-user-fqdn, message-completion-alist): Add :version.
15441
15442 * gnus-win.el (gnus-configure-windows-hook)
15443 (gnus-use-frames-on-any-display): Add :version.
15444
15445 * gnus-art.el (gnus-article-address-banner-alist)
15446 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15447 (gnus-treat-from-picon, gnus-treat-mail-picon)
15448 (gnus-treat-x-pgp-sig): Add :version.
15449
15450 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15451 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15452 (gnus-summary-article-delete-hook)
15453 (gnus-summary-display-while-building): Add :version.
15454
15455 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15456 (gnus-get-top-new-news-hook): Add :version.
15457
15458 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15459 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15460
15461 * gnus-registry.el (gnus-registry): Add :version.
15462
15463 * gnus-spec.el (gnus-use-correct-string-widths)
15464 (gnus-make-format-preserve-properties): Add :version.
15465
15466 * gnus.el (gnus-group-charter-alist)
15467 (gnus-group-fetch-control-use-browse-url)
15468 (gnus-install-group-spam-parameters): Add :version.
15469
15470 * gnus-diary.el (gnus-diary): Add :version.
15471
15472 * gnus-delay.el (gnus-delay): Add :version.
15473
15474 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15475 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15476 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15477 Add :version.
15478
15479 * gnus-agent.el (gnus-agent-max-fetch-size)
15480 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15481 (gnus-agent-prompt-send-queue): Add :version.
15482
15483 * deuglify.el (gnus-outlook-deuglify): Add :version.
15484
15485 * html2text.el: Beautify code. Improve doc strings.
15486 Some checkdoc cleanup.
15487 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15488
15489 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15490
15491 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15492
15493 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15494
15495 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15496 when package is loaded.
15497
15498 * spam.el (spam-summary-score-preferred-header): Add global preference
15499 for people who want to override the default SpamAssassin over
15500 Bogofilter preference (when both are set).
15501 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15502 (spam-user-format-function-S):
15503 Check spam-summary-score-preferred-header.
15504 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15505 (spam-user-format-function-S): Format the score correctly.
15506
15507 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15508
15509 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15510 signature file. Suggested by Manoj Srivastava
15511 <srivasta@golden-gryphon.com>.
15512
15513 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15514 iso-2022-jp even in the Japanese language environment.
15515 Suggested by Jason Rumney <jasonr@gnu.org>.
15516
15517 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15518
15519 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15520 use the same characters as the dummy marks; make it free from
15521 getting affected by the language environment.
15522 (gnus-summary-read-group-1): Update mark positions only when the
15523 format spec is updated.
15524
15525 * gnus-spec.el (gnus-update-format-specifications): Return a list
15526 of updated types.
15527
15528 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15529
15530 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15531 of boundp to check if display-warning is available.
15532
15533 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15534
15535 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15536
15537 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15538
15539 * nnspool.el (nnspool-spool-directory): Use news-path if the
15540 news-directory variable is not bound.
15541
15542 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15543 function instead of display-warning if it is not available.
15544
15545 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15546
15547 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15548 v5-10: Use `point-at-bol'.
15549
15550 2004-10-26 Simon Josefsson <jas@extundo.com>
15551
15552 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15553 <chenggao@gmail.com>.
15554
15555 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15556
15557 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15558 instead.
15559
15560 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15561
15562 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15563 to remove a server from the nnimap-server-buffer-alist.
15564 (nnimap-open-connection, nnimap-close-server): Use it.
15565
15566 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15567
15568 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15569
15570 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15571 running the major-mode function.
15572
15573 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15574
15575 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15576 dummy marks in the right way.
15577
15578 2004-10-18 David Edmondson <dme@dme.org>
15579
15580 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15581 excessively.
15582
15583 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15584
15585 * gnus-util.el (gnus-split-references): Accept a nil references
15586 string and go on blissfully.
15587
15588 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15589 cases where the references string is non-nil but has no references.
15590
15591 * encrypt.el: Add autoload tags.
15592
15593 * spam.el (spam-resolve-registrations-routine): Remove article
15594 from unregistration list too. Reported by David Hanak
15595 <dhanak@isis.vanderbilt.edu>
15596
15597 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15598
15599 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15600 nil. Change custom type.
15601
15602 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15603
15604 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15605
15606 * gnus-sum.el (gnus-summary-move-article): Use it.
15607
15608 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15609
15610 * encrypt.el: Add autoload cookies.
15611
15612 * spam.el (spam-backend-article-list-property)
15613 (spam-backend-get-article-todo-list)
15614 (spam-backend-put-article-todo-list)
15615 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15616 Resolve registrations separately.
15617 (spam-register-routine): Format comments.
15618 (spam-unregister-routine, spam-register-routine): Always call with
15619 specific-articles, no default list.
15620 (spam-summary-prepare-exit): Use the spam-classifications function.
15621
15622 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15623 gnus-encrypt.el.
15624
15625 * encrypt.el: Copied from gnus-encrypt.el.
15626
15627 * gnus-encrypt.el: Commented that it's obsolete.
15628
15629 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15630
15631 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15632 (gnus-score-save): Use it.
15633
15634 * message.el (message-bury): Use `window-dedicated-p'.
15635
15636 2004-10-15 Simon Josefsson <jas@extundo.com>
15637
15638 * pop3.el (top-level): Don't require nnheader.
15639 (pop3-read-timeout): Add.
15640 (pop3-accept-process-output): Add.
15641 (pop3-read-response, pop3-retr): Use it.
15642
15643 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15644
15645 * spam.el (spam-register-routine): Move comment.
15646 (spam-verify-bogofilter): Use 'unknown for the initial
15647 spam-bogofilter-valid state, not 'never.
15648
15649 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15650 for netrc-machine.
15651
15652 * nnimap.el (nnimap-open-connection):
15653 Use netrc-machine-user-or-password.
15654
15655 2004-10-17 Richard M. Stallman <rms@gnu.org>
15656
15657 * gnus-registry.el (gnus-registry-unload-hook):
15658 Set as a variable with add-hook.
15659
15660 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15661 of news-path.
15662
15663 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15664
15665 * spam.el: Delete duplicate `provide'.
15666 (spam-unload-hook): Set as a variable with add-hook.
15667
15668 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15669
15670 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15671 in the doc string.
15672
15673 * message.el (message-ignored-news-headers)
15674 (message-ignored-supersedes-headers)
15675 (message-ignored-resent-headers)
15676 (message-forward-ignored-headers): Improve custom type.
15677
15678 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15679
15680 * message.el (message-tokenize-header): Fix 2004-09-06 change
15681 which used point-min in the wrong place.
15682
15683 2004-10-12 Simon Josefsson <jas@extundo.com>
15684
15685 * tls.el (tls-certtool-program): New variable.
15686 (tls-certificate-information): New function, based on
15687 ssl-certificate-information.
15688
15689 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15690
15691 * compface.el: Move the version of ELisp-based uncompface program
15692 to the contrib directory because of the copyright problem.
15693
15694 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15695
15696 * message.el (message-kill-buffer): Raise the current frame.
15697
15698 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15699
15700 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15701
15702 * gnus.el (message-y-or-n-p): Autoload.
15703
15704 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15705 (pop3-password-required, pop3-authentication-scheme)
15706 (pop3-leave-mail-on-server): Make customizable.
15707 (pop3): New custom group.
15708 (pop3-retr): Remove `sleep-for' statements.
15709 Suggested by Dave Love <fx@gnu.org>.
15710
15711 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15712 Windows/DOS.
15713
15714 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15715 (imap-parse-body): Fix incorrect use of `assert'.
15716 Suggested by Dave Love <fx@gnu.org>.
15717
15718 * mml.el (mml-minibuffer-read-disposition): Require match.
15719 Suggested by Dave Love <fx@gnu.org>.
15720
15721 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15722
15723 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15724 doc string.
15725
15726 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15727
15728 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15729
15730 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15731
15732 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15733 instead of calling `mm-insert-inline', to decode text/* parts
15734 before displaying them.
15735
15736 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15737
15738 * mm-uu.el (mm-uu-text-plain-type): New variable.
15739 (mm-uu-pgp-signed-extract-1): Use it.
15740 (mm-uu-pgp-encrypted-extract-1): Use it.
15741 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15742 bind mm-uu-text-plain-type with that value.
15743 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15744 mm-uu-dissect.
15745
15746 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15747
15748 * gnus-group.el (gnus-update-group-mark-positions):
15749 * gnus-sum.el (gnus-update-summary-mark-positions):
15750 * message.el (message-check-news-body-syntax):
15751 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15752 of string-as-multibyte.
15753
15754 2004-10-05 Juri Linkov <juri@jurta.org>
15755
15756 * gnus-group.el (gnus-update-group-mark-positions):
15757 * gnus-sum.el (gnus-update-summary-mark-positions):
15758 * message.el (message-check-news-body-syntax):
15759 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15760 8-bit unibyte values to a multibyte string for search functions.
15761
15762 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15763
15764 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15765 (mm-uu-dissect-text-parts): New function.
15766
15767 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15768 dissect text parts.
15769
15770 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15771 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15772
15773 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15774
15775 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15776 Use gnus-current-topics instead of gnus-current-topic.
15777
15778 2004-10-06 Jesper Harder <harder@ifa.au.dk>
15779
15780 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15781
15782 2004-10-05 Jesper Harder <harder@ifa.au.dk>
15783
15784 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15785 where approriate.
15786
15787 * nnml.el (nnml-generate-active-info): do.
15788
15789 * nndiary.el (nndiary-generate-active-info): do.
15790
15791 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15792 (gnus-topic-move): do.
15793
15794 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15795 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15796
15797 * gnus-srvr.el (gnus-server-prepare)
15798 (gnus-server-open-all-servers): do.
15799
15800 * gnus-msg.el (gnus-summary-cancel-article)
15801 (gnus-summary-resend-message)
15802 (gnus-summary-mail-crosspost-complaint): do.
15803
15804 * gnus-move.el (gnus-change-server): do.
15805
15806 * gnus-group.el (gnus-group-unmark-all-groups)
15807 (gnus-group-set-current-level): do.
15808
15809 2004-10-04 Simon Josefsson <jas@extundo.com>
15810
15811 * message.el (message-generate-hashcash): Doc fix.
15812
15813 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15814
15815 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15816 avoid infinite recursion via gnus-get-function.
15817
15818 2004-10-02 Jesper Harder <harder@ifa.au.dk>
15819
15820 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15821
15822 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15823
15824 * nnmail.el (nnmail-split-history): do.
15825
15826 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15827 (nnml-request-delete-group): do.
15828
15829 * nnslashdot.el (nnslashdot-read-groups): do.
15830
15831 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15832 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15833
15834 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15835 (nnspool-sift-nov-with-sed): Use last.
15836 (nnspool-retrieve-headers-with-nov): Use mapc.
15837 (nnspool-request-newgroups): Use dolist.
15838 (nnspool-request-group): Use last.
15839
15840 * nntp.el (nntp-read-server-type): Use dolist.
15841
15842 * nnvirtual.el (nnvirtual-create-mapping)
15843 (nnvirtual-update-read-and-marked): Use dolist.
15844 (nnvirtual-convert-headers): Simplify.
15845
15846 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15847
15848 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15849 Add support for sync'ing tick marks.
15850
15851 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
15852
15853 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15854 there's no visible header.
15855
15856 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15857
15858 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15859 When necessary, pass full group name to gnus-request-set-marks.
15860
15861 2004-10-01 Simon Josefsson <jas@extundo.com>
15862
15863 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
15864 acroread.
15865
15866 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15867
15868 * spam-report.el (spam-report-gmane): Fix interactive.
15869
15870 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15871
15872 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15873 when writing file.
15874 (gnus-agent-synchronize-flags): Don't default to being
15875 interactive.
15876
15877 2004-09-30 Simon Josefsson <jas@extundo.com>
15878
15879 * message.el (message-generate-hashcash): Add.
15880 (message-send-mail): Use it, call mail-add-payment.
15881
15882 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15883
15884 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15885
15886 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
15887
15888 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15889 gnus-requst-update-info with explicit code to sync the in-memory
15890 info read flags with the marks being sync'd to the backend.
15891
15892 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15893
15894 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15895
15896 * spam.el (spam-verify-bogofilter): Add new function.
15897 (spam-check-bogofilter)
15898 (spam-bogofilter-register-with-bogofilter): Use it.
15899 (spam-verify-bogofilter): Add small fixes.
15900
15901 2004-09-28 Simon Josefsson <jas@extundo.com>
15902
15903 * hashcash.el (hashcash-generate-payment): Revert.
15904
15905 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15906
15907 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15908 Use gnus-extract-references instead of gnus-split-references.
15909
15910 * gnus-util.el (gnus-extract-references): Add new function, analogous
15911 to gnus-split-references but extracts only the message-ID without
15912 anything extra.
15913
15914 * hashcash.el (hashcash-generate-payment)
15915 (hashcash-check-payment): Do the right thing if hashcash-path is
15916 nil (because the hashcash program could not be found).
15917
15918 * spam.el (spam-use-hashcash): Remove comment.
15919
15920 2004-09-27 Jesper Harder <harder@ifa.au.dk>
15921
15922 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15923 (gnus-cache-enter-article, gnus-cache-remove-article)
15924 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15925
15926 * gnus-async.el (gnus-async-prefetch-remove-group): do.
15927
15928 * gnus-art.el (article-hide-boring-headers)
15929 (article-translate-strings, article-display-face)
15930 (gnus-article-mime-match-handle-first)
15931 (gnus-article-highlight-headers)
15932 (gnus-article-add-buttons-to-head): do.
15933
15934 2004-09-27 Simon Josefsson <jas@extundo.com>
15935
15936 * hashcash.el: New version, from
15937 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
15938 ../contrib/.
15939
15940 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15941
15942 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15943
15944 2004-09-26 Jesper Harder <harder@ifa.au.dk>
15945
15946 * gnus-dup.el (gnus-dup-open): Use mapc.
15947 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15948
15949 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15950 Reported by Stefan Wiens <s.wi@gmx.net>.
15951
15952 * gnus.el (gnus-shutdown): Use dolist.
15953
15954 * gnus-undo.el (gnus-undo): Use mapc.
15955
15956 * nnrss.el (nnrss-generate-active): do.
15957
15958 * message.el (message-cite-original-without-signature)
15959 (message-cite-original): Use mapc.
15960 (message-do-actions, message-make-forward-subject): Use dolist.
15961
15962 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15963
15964 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15965 deletion to remove entire duplicate line. Fixes merged article
15966 number bug.
15967
15968 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15969
15970 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15971 servers that are offline. Avoids having gnus-agent-toggle-plugged
15972 first ask if you want to open a server and then, even when you
15973 responded with no, asking if you want to synchronize the server's
15974 flags.
15975 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15976 multi-line expressions.
15977 (gnus-agent-synchronize-group-flags): New internal function.
15978 Updates marks in memory (in the info structure) AND in the
15979 backend.
15980
15981 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15982
15983 * nnagent.el (nnagent-request-set-mark):
15984 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15985 method, to ensure that synchronization updates marks in the
15986 backend and in the info (in memory) structure.
15987
15988 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
15989
15990 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15991 convention fully; don't miss the root article of a thread; make
15992 the X-Draft-From header with correct article numbers.
15993
15994 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
15995
15996 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15997 unless plugged. Disable the agent so that an open failure causes
15998 an error.
15999
16000 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16001 Revert 2004-09-21 change. The backend must be opened while
16002 synchronizing flags even when the backend stores the flags
16003 locally.
16004
16005 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
16006
16007 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16008 in `header' match. Reported by Svend Tollak Munkejord.
16009
16010 * message.el (message-cite-original): Fix use of
16011 `message-cite-articles-with-x-no-archive'.
16012
16013 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
16014
16015 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16016 (gnus-window-to-buffer): Ditto.
16017
16018 * mml.el (mml-preview-buffer): New variable.
16019 (mml-preview): Manage window layout with gnus-buffer-configuration.
16020
16021 * gnus-msg.el (gnus-setup-message): Put article numbers into the
16022 X-Draft-From header even if those articles aren't quoted.
16023
16024 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
16025
16026 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16027 (gnus-request-set-mark, gnus-request-update-mark): Use new
16028 g-s-t-u-l-m to decide to use backend even when unplugged.
16029
16030 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
16031
16032 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16033 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
16034
16035 2004-09-20 Simon Josefsson <jas@extundo.com>
16036
16037 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16038 "utf-16-le".
16039
16040 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16041
16042 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16043
16044 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16045
16046 * uudecode.el (uudecode-use-external): Add :version.
16047
16048 * smime.el (smime-CA-file, smime-encrypt-cipher)
16049 (smime-dns-server): Add :version.
16050
16051 * smiley.el (gnus-smiley-file-types): Add :version.
16052
16053 * sha1.el (sha1-use-external): Add :version.
16054
16055 * pgg-def.el (pgg-query-keyserver): Add :version.
16056
16057 * nnmail.el (nnmail-fancy-expiry-targets)
16058 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16059 Add :version.
16060
16061 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16062 (nnimap-retrieve-groups-asynchronous): Add :version.
16063 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
16064
16065 * mml.el (mml-content-disposition-parameters)
16066 (mml-insert-mime-headers-always): Add :version.
16067
16068 * mm-util.el (mm-coding-system-priorities): Add :version.
16069
16070 * mm-decode.el (mm-inline-text-html-with-images)
16071 (mm-keep-viewer-alive-types, mm-external-terminal-program)
16072 (mm-verify-option): Add :version.
16073 (mm-text-html-renderer): Change :version.
16074
16075 * message.el (message-fcc-externalize-attachments)
16076 (message-required-headers, message-draft-headers)
16077 (message-subject-trailing-was-query)
16078 (message-subject-trailing-was-ask-regexp)
16079 (message-subject-trailing-was-regexp, message-mark-insert-begin)
16080 (message-mark-insert-end, message-archive-header)
16081 (message-archive-note, message-cross-post-default)
16082 (message-cross-post-note, message-followup-to-note)
16083 (message-cross-post-note-function, message-use-mail-followup-to)
16084 (message-subscribed-address-functions)
16085 (message-subscribed-address-file, message-subscribed-addresses)
16086 (message-subscribed-regexps, message-allow-no-recipients)
16087 (message-yank-cited-prefix, message-signature-insert-empty-line)
16088 (message-hidden-headers, message-hierarchical-addresses)
16089 (message-mail-user-agent, message-use-idna)
16090 (message-valid-fqdn-regexp)
16091 (message-strip-special-text-properties, message-header-synonyms)
16092 (message-beginning-of-line, message-tab-body-function): Add :version.
16093 (message-insert-canlock, message-wide-reply-confirm-recipients):
16094 Change :version.
16095
16096 * mail-source.el (mail-source-ignore-errors): Add :group, :type
16097 and :version.
16098 (mail-source-delete-old-incoming-confirm)
16099 (mail-source-movemail-program): Add :version.
16100
16101 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16102 (gnus-agent-cache, gnus-agent): Change :version.
16103
16104 * gnus-util.el (gnus-use-byte-compile): Change :version.
16105
16106 * gnus-sum.el (gnus-summary-make-false-root-always)
16107 (gnus-summary-default-high-score)
16108 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16109 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16110 (gnus-read-all-available-headers, gnus-article-emulate-mime)
16111 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16112 (gnus-sum-thread-tree-single-indent)
16113 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16114 (gnus-sum-thread-tree-leaf-with-other)
16115 (gnus-sum-thread-tree-single-leaf): Add :version.
16116 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16117 (gnus-article-loose-mime): Change :version.
16118
16119 * gnus-start.el (gnus-backup-startup-file)
16120 (gnus-save-startup-file-via-temp-buffer): Add :version.
16121
16122 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16123 (gnus-server-offline-face): Add :version.
16124
16125 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16126
16127 * gnus-msg.el (gnus-gcc-externalize-attachments)
16128 (gnus-debug-files, gnus-debug-exclude-variables)
16129 (gnus-discouraged-post-methods): Change :version.
16130 (gnus-confirm-mail-reply-to-news)
16131 (gnus-confirm-treat-mail-like-news): Add :version.
16132
16133 * gnus-int.el (gnus-server-unopen-status): Add :version.
16134
16135 * gnus-group.el (gnus-group-jump-to-group-prompt)
16136 (gnus-large-ephemeral-newsgroup)
16137 (gnus-fetch-old-ephemeral-headers): Add :version.
16138
16139 * gnus-fun.el (gnus-x-face-directory)
16140 (gnus-convert-pbm-to-x-face-command)
16141 (gnus-convert-image-to-x-face-command)
16142 (gnus-convert-image-to-face-command): Add :version.
16143
16144 * gnus-delay.el (gnus-delay-default-hour): Add :version.
16145
16146 * gnus-cite.el (gnus-cite-blank-line-after-header)
16147 (gnus-article-boring-faces): Add :version.
16148
16149 * gnus-art.el (gnus-buttonized-mime-types)
16150 (gnus-inhibit-mime-unbuttonizing)
16151 (gnus-treat-display-face)
16152 (gnus-treat-body-boundary): Change :version.
16153 (gnus-body-boundary-delimiter, gnus-picon-databases)
16154 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16155 (gnus-treat-date-english, gnus-treat-fold-headers)
16156 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16157 (gnus-treat-mail-picon, gnus-treat-wash-html)
16158 (gnus-article-encrypt-protocol)
16159 (gnus-use-idna, gnus-article-over-scroll)
16160 (gnus-mime-display-multipart-alternative-as-mixed)
16161 (gnus-mime-display-multipart-related-as-mixed)
16162 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16163 (gnus-ctan-url, gnus-button-ctan-handler)
16164 (gnus-button-handle-ctan-bogus-regexp)
16165 (gnus-button-ctan-directory-regexp)
16166 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16167 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16168 (gnus-button-man-level, gnus-button-emacs-level)
16169 (gnus-button-message-level, gnus-button-browse-level): Add :version.
16170
16171 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16172 (gnus-agent-go-online): Change :version.
16173 (gnus-agent-expire-unagentized-dirs)
16174 (gnus-agent-auto-agentize-methods): Add :version.
16175
16176 * flow-fill.el (fill-flowed-display-column)
16177 (fill-flowed-encode-column): Add :version.
16178
16179 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16180 (gnus-outlook-deuglify-unwrap-max)
16181 (gnus-outlook-deuglify-cite-marks)
16182 (gnus-outlook-deuglify-unwrap-stop-chars)
16183 (gnus-outlook-deuglify-no-wrap-chars)
16184 (gnus-outlook-deuglify-attrib-cut-regexp)
16185 (gnus-outlook-deuglify-attrib-verb-regexp)
16186 (gnus-outlook-deuglify-attrib-end-regexp)
16187 (gnus-outlook-display-hook): Add :version.
16188
16189 * binhex.el (binhex-use-external): Add :version.
16190
16191 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
16192
16193 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16194 and `invisible'.
16195
16196 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16197
16198 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16199 in gnus-registry-trim.
16200
16201 2004-09-13 Simon Josefsson <jas@extundo.com>
16202
16203 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16204
16205 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16206
16207 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16208 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16209 <yamaoka@jpl.org>.
16210 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16211 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16212 <yamaoka@jpl.org>.
16213
16214 * sieve.el (sieve-manage-mode): Ditto.
16215
16216 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
16217
16218 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16219
16220 2004-09-11 Simon Josefsson <jas@extundo.com>
16221
16222 * dns-mode.el: Add.
16223
16224 * mm-view.el (mm-display-dns-inline): Add.
16225
16226 * mm-decode.el (mm-inline-media-tests): Add text/dns.
16227 (mm-automatic-display): Ditto.
16228
16229 * mailcap.el (mailcap-mime-data): Add text/dns.
16230 (mailcap-mime-extensions): Map .soa to text/dns.
16231
16232 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
16233
16234 * gnus-art.el (article-decode-mime-words, article-babel)
16235 (gnus-article-highlight-signature, gnus-article-add-buttons)
16236 (gnus-signature-toggle): Remove unnecessary bindings of
16237 `inhibit-read-only' inherited from v5.10 merge.
16238
16239 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16240
16241 * nntp.el (nntp): New customization group.
16242 (nntp-authinfo-file): Add customization group.
16243
16244 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16245
16246 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16247
16248 * gnus.el (to-address, to-list, subscribed)
16249 (large-newsgroup-initial): Ditto.
16250
16251 * flow-fill.el (fill-flowed-display-column)
16252 (fill-flowed-encode-column): Ditto.
16253
16254 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16255
16256 * message.el (message-tokenize-header, message-send-mail-with-qmail):
16257 Use point-min rather than 1.
16258 (message-send-mail): Use buffer-size rather than point-max.
16259
16260 * gnus-sum.el (gnus-summary-search-article-forward):
16261 Signal a specific `search-failed' rather than a generic `error'.
16262
16263 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16264 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16265 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16266
16267 2004-09-10 Simon Josefsson <jas@extundo.com>
16268
16269 * nndb.el (require): Remove tcp and duplicate cl.
16270
16271 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
16272
16273 * gnus-agent.el (directory-files-and-attributes): Move forward.
16274
16275 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16276
16277 * gnus-agent.el (directory-files-and-attributes):
16278 Optionally defined to support XEmacs.
16279
16280 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16281
16282 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16283 to avoid run-time CL dependencies.
16284 (gnus-agent-unfetch-articles): New function.
16285 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16286 article numbers even when local .overview file is missing.
16287 (gnus-agent-read-article-number): New function. Only accepts
16288 27-bit article numbers.
16289 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16290 Use gnus-agent-read-article-number.
16291 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16292 from backend while recognizing that article numbers in .overview
16293 must be valid.
16294 (gnus-agent-update-files-total-fetched-for):
16295 Use directory-files-and-attributes to improve performance.
16296 * gnus-int.el (gnus-request-move-article):
16297 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16298 improve performance.
16299
16300 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16301 some users confused by references to .newsrc when they only have a
16302 .newsrc.eld file.
16303 (gnus-convert-mark-converter-prompt)
16304 (gnus-convert-converter-needs-prompt): Fix use of property list.
16305 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16306 New function. Used internally to only display 'gnus converting
16307 files' message when actually necessary.
16308
16309 * gnus-sum.el (): Remove (require 'gnus-agent) as required
16310 methods now autoloaded.
16311
16312 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
16313
16314 * gnus-sum.el (gnus-summary-insert-subject): Remove list
16315 identifiers.
16316
16317 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
16318
16319 * gnus-picon.el: Fix indentation and closing parenthesis.
16320
16321 2004-09-01 Simon Josefsson <jas@extundo.com>
16322
16323 * message.el (message-canlock-generate): Require sha1, not
16324 sha1-el. (Can we get rid of this require altogether? It is ugly
16325 to require within a function. Sadly, if sha1.el isn't loaded, the
16326 let binding in m-c-g will hide the defcustom definition, which is
16327 bad.)
16328
16329 * canlock.el: Require sha1, not sha1-el.
16330
16331 * message.el: Don't autoload sha1 (there is a autoload cookie in
16332 sha1.el).
16333
16334 * sha1-el.el: Rename to sha1.el.
16335
16336 2004-08-30 Juanma Barranquero <lektu@terra.es>
16337
16338 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16339
16340 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16343
16344 2004-08-30 Kim F. Storm <storm@cua.dk>
16345
16346 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16347
16348 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16349 Add :group 'nnimap.
16350
16351 2004-08-30 Andreas Schwab <schwab@suse.de>
16352
16353 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16354 ?* and ?\;.
16355
16356 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16357 and ?\' to symbol instead of whitespace.
16358
16359 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16360
16361 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16362
16363 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16364 instead of re-search-forward.
16365
16366 * gnus-uu.el (gnus-uu-save-article): Ditto.
16367 (gnus-uu-post-encode-uuencode): Ditto.
16368
16369 * html2text.el (html2text-clean-list-items): Ditto.
16370 (html2text-clean-dtdd): Ditto.
16371 (html2text-format-tags): Ditto.
16372
16373 * message.el (message-send-mail-with-sendmail): Fix regexp.
16374 (message-fill-field-general): Use search-forward instead of
16375 re-search-forward.
16376 (unbold-region): Ditto.
16377
16378 * nnrss.el (nnrss-request-article): Ditto.
16379
16380 * nnslashdot.el (nnslashdot-request-article): Ditto.
16381
16382 * nnweb.el (nnweb-gmane-wash-article): Ditto.
16383
16384 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16385 "Unrecognized menu descriptor" error in XEmacs.
16386
16387 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
16388
16389 * gnus-sum.el (gnus-read-header): Don't remove a header for the
16390 parent article of a sparse article in the thread hashtb.
16391
16392 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
16393
16394 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16395 (nnmail-expand-newtext): Lowercase expanded entries if
16396 nnmail-split-lowercase-expanded is non-nil.
16397
16398 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
16399
16400 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16401
16402 * gnus-group.el (gnus-group-line-format-alist): Convert the value
16403 of gnus-tmp-news-method into string under XEmacs. It will be
16404 passed to gnus-correct-length which takes only a string argument.
16405
16406 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
16407
16408 * gnus-util.el (gnus-bind-print-variables): New macro.
16409 (gnus-prin1): Use it.
16410 (gnus-prin1-to-string): Use it.
16411 (gnus-pp): New function.
16412 (gnus-pp-to-string): New function.
16413
16414 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16415 Replace pp-to-string with gnus-pp-to-string.
16416 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16417 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16418 * gnus-msg.el (gnus-debug): Ditto.
16419 * gnus-score.el (gnus-score-save): Ditto.
16420 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16421 gnus-pp-to-string.
16422 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16423 with gnus-pp.
16424 * score-mode.el (gnus-score-pretty-print): Ditto.
16425 * webmail.el (webmail-debug): Ditto.
16426
16427 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
16428
16429 * gnus-art.el (article-display-face, article-display-x-face):
16430 Use buffer-read-only.
16431
16432 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16433
16434 * gnus-art.el (article-hide-list-identifiers):
16435 Bind inhibit-read-only as t.
16436
16437 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
16438
16439 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16440
16441 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16442
16443 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16444 (gnus-narrow-to-page): Don't assume point-min == 1.
16445 (gnus-article-edit-mode): Derive from message-mode.
16446
16447 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16448 point-min == 1.
16449
16450 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16451 Disable incorrect use of `assert'.
16452
16453 * message.el (message-mode): Set comment-start-skip.
16454
16455 2004-08-22 Sam Steingold <sds@gnu.org>
16456
16457 * pop3.el (pop3-leave-mail-on-server): New user variable.
16458 (pop3-movemail): Delete mail only when it is nil.
16459
16460 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16461
16462 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16463
16464 * mml.el (mml-preview): Use `pop-to-buffer'.
16465
16466 * message.el (message-goto-mail-followup-to): Insert after "To".
16467 (message-carefully-insert-headers): Add comment.
16468
16469 * gnus.el: Remove unused variable `gnus-article-check-size'.
16470
16471 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16472
16473 * gnus-art.el (gnus-button-alist):
16474 Improve `gnus-button-handle-library' entry.
16475
16476 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16477
16478 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16479 Use downcase, since XEmacs capitalizes error messages differently.
16480
16481 2004-08-18 Jesper Harder <harder@ifa.au.dk>
16482
16483 * nntp.el: Add (require 'gnus) due to reference to
16484 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16485
16486 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
16487
16488 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16489 Bind `mm-fill-flowed'.
16490
16491 * mm-decode.el (mm-dissect-singlepart): Check it.
16492
16493 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16494
16495 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16496 'imap' for netrc parsing.
16497
16498 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16499
16500 * mailcap.el (mailcap-mime-data): Mark as risky.
16501
16502 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16503
16504 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16505 may be included in the encoded word.
16506 (rfc2047-encode): Don't append a space if the encoded word
16507 includes close parenthesis.
16508
16509 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16510
16511 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16512 of text within parentheses.
16513
16514 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16515
16516 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16517 (gnus-encrypt-write-file-contents): Make the password key the file
16518 name PLUS the cipher, not just the cipher. Also remove failed
16519 passwords from the cache.
16520
16521 2004-08-06 Simon Josefsson <jas@extundo.com>
16522
16523 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16524 Doc fix.
16525
16526 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16527
16528 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16529 LWSP.
16530
16531 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16532
16533 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16534 Try to append in-reply-to: data to the references: header.
16535
16536 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16537 (netrc-parse): Use gnus-encrypt.el functions.
16538
16539 * gnus-encrypt.el: Add new file for encryption support; currently
16540 does only a few GPG ciphers and an internal XOR cipher.
16541
16542 * password.el: Add comments on using password-read-and-add.
16543 (password-read-and-add): Add function to read and add the
16544 password to the cache at once.
16545
16546 2004-07-28 Simon Josefsson <jas@extundo.com>
16547
16548 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16549 parameter (but don't use it, for now).
16550
16551 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16552 instead of hard coding to nil.
16553
16554 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16555
16556 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16557 as mm-inline-image-xemacs does.
16558
16559 2004-07-26 Simon Josefsson <jas@extundo.com>
16560
16561 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16562 Revert part of 2004-07-17 change below.
16563
16564 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16565
16566 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16567 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16568
16569 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16570
16571 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16572 quotes that actually start with ">" at the beginning of the
16573 lines.
16574
16575 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16576
16577 * rfc2047.el (rfc2047-encode-region): Fix last change.
16578 (rfc2047-encode-parameter): Remove useless concat.
16579
16580 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16581
16582 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16583 encode special characters; fix some kind of misconfigured headers;
16584 signal a real error if debug-on-quit or debug-on-error is non-nil.
16585 (rfc2047-encode-max-chars): New variable.
16586 (rfc2047-encode-1): Use it.
16587 (rfc2047-encode-parameter): New function.
16588
16589 * mml.el (mml-insert-parameter): Remove an excessive space.
16590
16591 2004-07-17 Simon Josefsson <jas@extundo.com>
16592
16593 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16594 Kai Grossjohann <kai@emptydomain.de>.
16595 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16596 (gnus-group-make-menu-bar): Ditto.
16597
16598 * gnus-util.el (gnus-group-server): Add.
16599
16600 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16601
16602 * message.el (message-clone-locals): Clone sendmail and smtp
16603 variables.
16604
16605 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16606
16607 * rfc2047.el (rfc2047-encode-region): Fix last change.
16608
16609 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16610
16611 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16612 characters as non-special.
16613
16614 2004-07-09 Simon Josefsson <jas@extundo.com>
16615
16616 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16617 Users will lose all flag changes made while unplugged with
16618 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16619 good default. See numerous reports on ding mailing list.
16620
16621 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16622
16623 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16624 add generate-head-function and generate-article-function to the
16625 rfc822-forward entry.
16626 (nndoc-rfc822-forward-generate-article): New function.
16627 (nndoc-rfc822-forward-generate-head): New function.
16628
16629 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16630
16631 2004-07-06 Dan Christensen <jdc@uwo.ca>
16632
16633 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16634 respect display group parameter and gnus-summary-expunge-below.
16635 (gnus-articles-to-read): Remove unused reference to display group
16636 parameter.
16637
16638 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16639
16640 * nnheader.el (nnheader-uniquify-message-id): New experimental
16641 variable.
16642 (nnheader-nov-read-message-id): Use it.
16643
16644 * spam-report.el (spam-report-gmane): Add interactive.
16645
16646 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16647
16648 * mm-encode.el (mm-content-transfer-encoding-defaults):
16649 Use qp-or-base64 for the application/* types.
16650
16651 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16652
16653 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16654
16655 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16656
16657 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16658 trim value.
16659
16660 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16661
16662 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16663 New macro and function.
16664 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16665
16666 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16667
16668 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16669 after-load-alist.
16670
16671 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16672
16673 * gnus-group.el (gnus-group-get-new-news-this-group):
16674 Don't update info that isn't there.
16675
16676 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16677
16678 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16679 entry.
16680
16681 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16682
16683 * mm-view.el (mm-inline-render-with-function): Use multibyte
16684 buffer; decode html source by charset.
16685
16686 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16687
16688 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16689 Mule-UCS is loaded under XEmacs.
16690 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16691
16692 2004-06-28 Jesper Harder <harder@ifa.au.dk>
16693
16694 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16695
16696 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16697
16698 * mm-util.el (mm-coding-system-p): Return a coding-system.
16699 (mm-mime-mule-charset-alist): Use shift_jis instead of
16700 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16701 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16702 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16703 instead of japanese-shift-jis and iso-latin-1 respectively in
16704 order to share the default value with both Emacs and XEmacs-mule.
16705 (mm-mule-charset-to-mime-charset):
16706 Make mm-coding-system-priorities effective.
16707 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16708 while predicating of candidates upon the priorities.
16709
16710 2004-06-27 Jesper Harder <harder@ifa.au.dk>
16711
16712 * gnus-sum.el (gnus-summary-make-menu-bar):
16713 Add gnus-uu-invert-processable.
16714
16715 * gnus.el: Autoload gnus-uu-invert-processable.
16716
16717 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16718
16719 * mm-util.el (mm-with-multibyte-buffer): New macro.
16720
16721 * rfc2047.el (rfc2047-encode-string): Use it.
16722 (rfc2047-encode-region): Move point to the end of the region after
16723 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16724
16725 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16726
16727 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16728 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16729
16730 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16731
16732 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16733 (gnus-cite-parse): Ignore quoted envelope From_.
16734 Suggested by Karl Chen <quarl@nospam.quarl.org>.
16735
16736 2004-06-23 Jesper Harder <harder@ifa.au.dk>
16737
16738 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16739 invalid addresses.
16740
16741 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16742
16743 * spam.el: Change section markers, revise TODO list.
16744 (spam-backends): Make new master list of all installed backends.
16745 (spam-summary-exit-behavior): Add new variable to determine how
16746 messages moves are done at summary exit.
16747 (spam-move-spam-nonspam-groups-only)
16748 (spam-process-ham-in-nonham-groups)
16749 (spam-process-ham-in-spam-groups): Remove variables, the
16750 spam-summary-exit-behavior variable should be used to manage this
16751 behavior.
16752 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16753 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16754 and spam-old-spam-articles.
16755 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16756 Add empty variables, placeholders for the backends they represent.
16757 (spam-set-difference): Move, unchanged.
16758 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16759 unless the user has a processor variable.
16760 (spam-classifications, spam-classification-valid-p)
16761 (spam-backend-properties, spam-backend-property-valid-p)
16762 (spam-backend-function-type-valid-p)
16763 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16764 (spam-report-articles-gmane, spam-report-articles-resend):
16765 Remove functions, they are not needed.
16766 (spam-install-backend-super, spam-backend-list)
16767 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16768 (spam-backend-function, spam-backend-ham-registration-function)
16769 (spam-backend-spam-registration-function)
16770 (spam-backend-ham-unregistration-function)
16771 (spam-backend-spam-unregistration-function)
16772 (spam-backend-statistical-p, spam-backend-mover-p)
16773 (spam-install-backend-alias, spam-install-checkonly-backend)
16774 (spam-install-mover-backend, spam-install-nocheck-backend)
16775 (spam-install-backend, spam-install-statistical-backend)
16776 (spam-install-statistical-checkonly-backend): Add backend installation
16777 support.
16778 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16779 (spam-group-processor-p): Use the new backend code and respect the
16780 summary exit behavior.
16781 (spam-mark-spam-as-expired-and-move-routine): Remove.
16782 (spam-summary-prepare): Change to use the new spam-old-articles
16783 variable.
16784 (spam-copy-or-move-routine, spam-copy-spam-routine)
16785 (spam-move-spam-routine, spam-copy-ham-routine)
16786 (spam-move-ham-routine): Add code to copy/move ham or spam.
16787 (spam-fetch-field-fast): Improve doc and code, plus allow the
16788 'number request.
16789 (spam-list-of-checks, spam-list-of-statistical-checks):
16790 Remove variables.
16791 (spam-split, spam-find-spam): Use the new backend code.
16792 (spam-registration-functions): Remove variable.
16793 (spam-unregister-routine): Add convenience wrapper.
16794 (spam-log-undo-registration, spam-register-routine)
16795 (spam-log-processing-to-registry)
16796 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16797 where possible.
16798 (spam-check-gmane-xref, spam-check-regex-headers)
16799 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16800 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16801 (spam-check-bogofilter-headers, spam-check-spamoracle)
16802 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16803 (spam-check-crm114-headers): Use the spam-split-group that
16804 spam-split prepares, no need to determine it every time.
16805
16806 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16807 to the nnheader-parse-naked-head call.
16808
16809 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16810
16811 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16812 the nnheader-nov-read-message-id call.
16813
16814 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16815
16816 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16817 gnus-activate-group twice. Suggested by Markus Peter
16818 <warp@spin.de>.
16819
16820 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16821
16822 * gnus-art.el (gnus-article-time-format): Exchange the order of
16823 day and month in the default value; fix customization type.
16824 (article-date-ut): Use add-text-properties.
16825 (article-make-date-line): Use message-make-date instead of
16826 current-time-string.
16827
16828 * message.el (message-fetch-field): Don't use set-text-properties.
16829 (message-make-date): Simplify.
16830
16831 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
16832
16833 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16834 (rfc2047-encode-region): Treat text within parentheses as special;
16835 show the original text when error has occurred.
16836
16837 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16838 already-computed method to gnus-activate-group.
16839
16840 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16841 same select-methods identical Lisp objects.
16842
16843 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16844 object when modifying the info.
16845
16846 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16847
16848 * gnus-srvr.el (gnus-server-set-info): Remove the server from
16849 gnus-opened-servers since it has never been opened with the new
16850 configuration yet.
16851
16852 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
16853
16854 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16855 arg to nnheader-generate-fake-message-id.
16856
16857 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
16858
16859 * nnheader.el (nnheader-generate-fake-message-id): Accept a
16860 number and build a fake message ID localized to a group and
16861 article number (so it's repeatable from that point on).
16862 (nnheader-fake-message-id-p): Change regex to accommodate new fake
16863 ID format.
16864
16865 * gnus-sum.el (gnus-get-newsgroup-headers):
16866 Call nnheader-generate-fake-message-id with the article number.
16867
16868 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
16869
16870 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16871 end-of-buffer.
16872
16873 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16874
16875 * message.el (message-ignored-supersedes-headers): Add Approved.
16876
16877 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16878
16879 * rfc2047.el (rfc2047-encode-message-header): Remove useless
16880 goto-char.
16881 (rfc2047-encode): Fold the line before encoding.
16882
16883 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16884
16885 * rfc2047.el (rfc2047-encode-message-header): Disabled header
16886 folding -- not all headers can be folded, and this should be done
16887 by the message composition mode. Probably. I think.
16888
16889 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
16890
16891 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16892 fast.
16893
16894 * gnus-ems.el (gnus-remove-image): Don't use
16895 message-text-with-property; remove only the image found first.
16896
16897 2004-06-09 Jesper Harder <harder@ifa.au.dk>
16898
16899 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16900
16901 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16902
16903 * message.el (message-text-with-property): Make it fast and accept
16904 optional arguments.
16905 (message-strip-forbidden-properties): Use it.
16906 (message-fix-before-sending): Follow the m-t-w-p change.
16907
16908 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16909
16910 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16911
16912 * gnus-art.el (article-hide-headers): Don't change the buffer
16913 mistakenly when performing mml-preview even if
16914 gnus-single-article-buffer is nil.
16915
16916 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
16917
16918 * message.el (message-expand-name-databases): New user option.
16919 (message-expand-name): Use it.
16920
16921 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
16922
16923 * spam.el (spam-report-articles-resend)
16924 (spam-report-resend-register-routine): Allow ham reporting.
16925 (spam-report-resend-register-ham-routine): Add wrapper.
16926 (spam-registration-functions): Add ham resending functions.
16927 (spam-list-of-processors): Add ham resend processor.
16928
16929 * gnus.el (ham-resend-to): Add new group parameter.
16930 (spam-process): Add ham resend option.
16931
16932 * spam-report.el (spam-report-resend): Allow reporting ham.
16933 (spam-report-resend-ham): Add wrapper.
16934
16935 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16936
16937 * message.el (message-cite-articles-with-x-no-archive):
16938 New variable.
16939 (message-cite-original): Use it.
16940
16941 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16942
16943 * message.el (message-cite-original): Respect X-No-Archive.
16944
16945 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16946
16947 * gnus-art.el (article-hide-headers): Refer to the values for
16948 gnus-ignored-headers and gnus-visible-headers in the summary
16949 buffer since a user may have set them as group parameters.
16950
16951 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
16952
16953 * assistant.el (assistant-node-name): Add convenience function.
16954 (assistant-render-text, assistant-render-node): Add error handling,
16955 plus handle multiple next nodes.
16956 (assistant-find-next-node): Comment out for now.
16957 (assistant-find-next-nodes): Add function, returns list of next
16958 nodes.
16959
16960 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
16961
16962 * mail-source.el (mail-source-directory): Fix doc-string.
16963
16964 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
16965
16966 * assistant.el (assistant-render-text, assistant-eval): Add :set
16967 widget type, which is different because it takes and returns a
16968 list. Much hilarity ensues.
16969
16970 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
16971
16972 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16973
16974 * gnus-group.el (gnus-group-get-new-news-this-group):
16975 Add doc-string.
16976
16977 * gnus-start.el (gnus-activate-group): Add doc-string.
16978
16979 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16980
16981 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16982
16983 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
16984
16985 * assistant.el (assistant-render-text): Try to add a :set
16986 widget, more to come.
16987
16988 * spam.el (spam-group-spam-contents-p): Handle empty groupname
16989 strings.
16990 (spam-report-articles-resend)
16991 (spam-register-routine): Do registration iff any articles warrant
16992 it.
16993 (spam-summary-prepare-exit): Change log message for nil group
16994 destinations.
16995
16996 2004-05-27 Daniel Pittman <daniel@rimspace.net>
16997
16998 * spam.el (spam-report-resend-register-routine):
16999 Allow spam-report-resend-to to be a group parameter or a global value.
17000
17001 2004-05-26 Simon Josefsson <jas@extundo.com>
17002
17003 * starttls.el: Merge with my GNUTLS based starttls.el.
17004 (starttls-gnutls-program, starttls-use-gnutls)
17005 (starttls-extra-arguments, starttls-process-connection-type)
17006 (starttls-connect, starttls-failure, starttls-success):
17007 New variables.
17008 (starttls-program, starttls-extra-args): Doc fix.
17009 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17010 New functions.
17011 (starttls-negotiate, starttls-open-stream):
17012 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17013 function if it is set.
17014
17015 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
17016
17017 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17018 structured fields.
17019
17020 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17021
17022 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17023
17024 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
17025
17026 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17027 Add variable.
17028 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
17029 assigning the spam-mark to new messages.
17030
17031 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
17032
17033 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17034
17035 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17036
17037 * rfc2047.el (rfc2047-encodable-p): Don't move point.
17038 (rfc2047-decode): Treat the ascii coding-system as raw-text by
17039 default.
17040
17041 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
17042
17043 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17044 correct data.
17045
17046 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
17047
17048 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17049 (spam-group-processor-p): Fix function.
17050 (spam-group-processor-multiple-p)
17051 (spam-group-spam-processor-report-gmane-p)
17052 (spam-group-spam-processor-report-resend-p)
17053 (spam-group-spam-processor-bogofilter-p)
17054 (spam-group-spam-processor-blacklist-p)
17055 (spam-group-spam-processor-ifile-p)
17056 (spam-group-ham-processor-ifile-p)
17057 (spam-group-spam-processor-spamoracle-p)
17058 (spam-group-spam-processor-crm114-p)
17059 (spam-group-ham-processor-bogofilter-p)
17060 (spam-group-spam-processor-stat-p)
17061 (spam-group-ham-processor-stat-p)
17062 (spam-group-ham-processor-whitelist-p)
17063 (spam-group-ham-processor-BBDB-p)
17064 (spam-group-ham-processor-spamoracle-p)
17065 (spam-group-ham-processor-copy-p): Remove functions with some
17066 prejudice against unneeded code.
17067 (spam-report-articles-resend)
17068 (spam-report-resend-register-routine): Allow the group/topic
17069 spam-resend-to value to override spam-report-resend-to.
17070 (spam-summary-prepare-exit): Invoke spam-group-processor-p
17071 properly now.
17072
17073 * gnus.el (spam-resend-to): Add group/topic parameter.
17074 (spam-process): Move the OBSOLETE processors to the end of the
17075 choices.
17076
17077 2004-05-24 Daniel Pittman <daniel@rimspace.net>
17078
17079 * spam-report.el (spam-report-resend-to, spam-report-resend):
17080 Start with resend-to set to nil, and then ask the user if necessary.
17081 (spam-report-resend): spam-report-resend takes a list of articles, not
17082 separate article numbers.
17083
17084 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
17085
17086 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17087 addition to emacs-w3m.
17088
17089 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17090
17091 * assistant.el (assistant-authinfo-data): New function.
17092 (assistant-eval): Eval for entire assistant.
17093
17094 * netrc.el (netrc-services-file): New variable.
17095 (netrc-parse-services): New function.
17096 (netrc-find-service-name): New function.
17097 (netrc-find-service-number): New function.
17098 (netrc-port-equal): New function.
17099 (netrc-machine): Use it.
17100
17101 * nnimap.el (nnimap-open-connection): Use netrc.
17102
17103 * gnus-util.el (gnus-netrc-get): Remove aliases.
17104
17105 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17106
17107 * assistant.el (wid-edit): Fix compilation.
17108
17109 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17110
17111 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
17112
17113 * gnus-util.el (gnus-set-file-modes): New function. (small
17114 patch).
17115
17116 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17117
17118 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17119
17120 * assistant.el (assistant-render-node): Fix up rendering and
17121 read-only text.
17122 (assistant-render-node): Reset.
17123 (assistant-make-read-only): Not sticky.
17124
17125 2004-05-20 Danny Siu <dsiu@adobe.com>
17126
17127 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17128 centered even when gnus-auto-center-summary is t
17129
17130 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17131
17132 * dns.el (dns-get-txt-answer): New function.
17133 (dns-read-txt): Ditto.
17134 (query-dns): Use it.
17135
17136 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
17137
17138 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17139 active for foreign groups even if the group level is higher than
17140 the specified value.
17141
17142 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17143
17144 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17145 non-active groups.
17146
17147 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17148
17149 2004-05-20 Magnus Henoch <mange@freemail.hu>
17150
17151 * dns.el (dns-read-type): Add support for SVR. (small patch)
17152
17153 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
17154
17155 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17156 (spam-crm114-header, spam-crm114-spam-switch)
17157 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17158 (spam-crm114-positive-spam-header)
17159 (spam-crm114-database-directory, spam-list-of-processors)
17160 (spam-group-spam-processor-crm114-p)
17161 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17162 (spam-generic-score, spam-list-of-checks)
17163 (spam-list-of-statistical-checks, spam-registration-functions)
17164 (spam-check-crm114-headers, spam-crm114-score)
17165 (spam-check-crm114, spam-crm114-register-with-crm114)
17166 (spam-crm114-register-spam-routine)
17167 (spam-crm114-unregister-spam-routine)
17168 (spam-crm114-register-ham-routine)
17169 (spam-crm114-unregister-ham-routine): Add CRM114 support.
17170 From asjo@koldfront.dk (Adam Sjøgren).
17171
17172 * gnus.el: Add spam-use-crm114.
17173
17174 * spam.el (spam-list-of-processors, spam-registration-functions):
17175 Add spam-use-resend.
17176 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17177 (spam-report-articles-gmane): Add doc fix.
17178 (spam-report-articles-resend, spam-report-resend-register-routine):
17179 Add wrappers around spam-report-resend-to.
17180
17181 * spam-report.el (spam-report-resend-to, spam-report-resend):
17182 Add support for resending spam.
17183 (spam-report-gmane): Fix line length >80.
17184
17185 * gnus.el (spam-process): Add spam-use-resend.
17186
17187 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17188
17189 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17190 number of processed spam messages.
17191 (spam-ham-copy-or-move-routine): Return the number of processed
17192 ham messages.
17193 (spam-summary-prepare-exit): Use the above values to decide
17194 whether status messages shouled be displayed.
17195
17196 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
17197
17198 * rfc2047.el (rfc2047-encode-function-alist): Rename from
17199 `rfc2047-encoding-function-alist' in order to avoid conflicting
17200 with the old version.
17201 (rfc2047-encode-region): Concatenate words containing non-ASCII
17202 characters in structured fields; don't encode space-delimited
17203 ASCII words even in unstructured fields; don't break words at
17204 char-category boundaries.
17205 (rfc2047-encode-1): New function.
17206 (rfc2047-encode): Use it; encode text so that it occupies the
17207 maximum width within 76-column; work correctly on Q encoding for
17208 iso-2022-* charsets.
17209 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17210 sure not to break a line just after the header name.
17211 (rfc2047-b-encode-region): Remove.
17212 (rfc2047-b-encode-string): New function.
17213 (rfc2047-q-encode-region): Remove.
17214 (rfc2047-q-encode-string): New function.
17215
17216 * mm-util.el (mm-replace-in-string): New function.
17217
17218 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17219
17220 * gnus-msg.el (gnus-inews-make-draft-meta-information):
17221 Really get it right.
17222 (gnus-inews-make-draft): Really.
17223
17224 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
17225
17226 * nnmh.el (nnmh-request-list-1): Don't check the link count
17227 before descending. (small patch)
17228
17229 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17230
17231 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17232 stuff.
17233
17234 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17235 Match on real group name.
17236
17237 * gnus-art.el (gnus-signature-limit): Doc fix.
17238
17239 * gnus-msg.el (gnus-inews-make-draft): Quote list.
17240
17241 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17242
17243 * gnus-draft.el (gnus-draft-send):
17244 Bind rfc2047-encode-encoded-words.
17245
17246 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17247 (rfc2047-encodable-p): Say that =? needs encoding.
17248 (rfc2047-encode-encoded-words): New variable.
17249
17250 * gnus-group.el (gnus-group-select-group): Doc fix.
17251
17252 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17253
17254 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17255 to nil.
17256
17257 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17258
17259 * nnheader.el (nnheader-get-lines-and-char): New function.
17260
17261 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
17262
17263 * gnus-msg.el (gnus-summary-followup-with-original):
17264 Document yanking of region when active.
17265
17266 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
17267
17268 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17269 groups if the group level is higher than the specified value.
17270
17271 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17272
17273 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17274 (gnus-group-jump-to-group): Add prefix argument using
17275 `gnus-group-jump-to-group-prompt'. Query before jumping to
17276 non-active group.
17277
17278 * compface.el (uncompface): Be verbose when changing
17279 `uncompface-use-external'.
17280
17281 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17282 handle manual section.
17283
17284 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17285
17286 * gnus-art.el (gnus-button-alist): Revert previous change.
17287
17288 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17289
17290 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17291
17292 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17293
17294 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17295 whether backend can accept message.
17296
17297 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17298
17299 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
17300
17301 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17302 Avoid creating directory when nntp-marks-is-evil is true.
17303 Reported by Reiner Steib.
17304
17305 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17306
17307 * gnus-picon.el (gnus-picon-style): New variable.
17308 (gnus-picon-insert-glyph): Add optional `nostring' argument.
17309 (gnus-picon-transform-address): Support `gnus-picon-style'.
17310 From Jesper Harder <harder@ifa.au.dk>.
17311
17312 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17313
17314 * message.el (message-fill-field): Return point.
17315 (message-generate-headers): Go to end of field.
17316
17317 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17318 stuff for non-living groups.
17319
17320 2004-05-18 Jesper Harder <harder@ifa.au.dk>
17321
17322 * gnus-art.el (gnus-article-followup-with-original)
17323 (gnus-article-reply-with-original): gnus-mark-active-p ->
17324 gnus-region-active-p.
17325
17326 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
17327
17328 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17329 only when there is spam or ham to be processed.
17330
17331 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17332
17333 * mail-source.el (mail-source-delete-crash-box): Refactor.
17334 (mail-source-fetch): Use it.
17335 (mail-source-fetch-file): Ditto.
17336 (mail-source-fetch-directory): Run postscript in loop.
17337 (mail-source-fetch-pop): Delete.
17338 (mail-source-fetch-maildir): Ditto.
17339 (mail-source-fetch-imap): Ditto.
17340
17341 * imap.el (imap-authenticators): Comment out sasl.
17342
17343 * message.el (message-skip-to-next-address): New function.
17344 (message-fill-header-address): Refactor.
17345 (message-fill-address): Use it.
17346 (message-delete-address): Use it.
17347 (message-fill-header-general): Refactor.
17348 (message-fill-field-address): Rename.
17349 (message-narrow-to-field): Find the start of the header.
17350 (message-header-format-alist): Don't pre-fill.
17351 (message-fill-header): Remove.
17352 (message-insert-header): New function.
17353 (message-shorten-references): Use it.
17354
17355 * rfc2047.el (rfc2047-field-value): Strip props.
17356
17357 * mail-parse.el (mail-header-make-address): New alias.
17358
17359 * ietf-drums.el (ietf-drums-make-address): New function.
17360
17361 * imap.el: Add compiler directives.
17362
17363 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17364
17365 * gnus-art.el (article-decode-idna-rhs): Don't use
17366 message-idna-inside-rhs-p.
17367
17368 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17369
17370 * message.el (message-idna-inside-rhs-p): Remove.
17371 (message-idna-to-ascii-rhs-1): Use proper address parsing.
17372
17373 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17374 false positives.
17375
17376 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17377
17378 * imap.el (imap-sasl-make-mechanisms): Use sasl.
17379
17380 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17381
17382 * nneething.el (nneething-file-name): Don't create spurious
17383 files.
17384
17385 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17386 (gnus-inews-do-gcc): Remove sleep.
17387
17388 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17389 part under point.
17390
17391 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17392 (gnus-agent-regenerate-group): Using nil messages aren't valid.
17393
17394 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
17395
17396 * spam.el (spam-summary-prepare-exit): Fix (length).
17397
17398 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
17399
17400 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17401 as expired without moving it" message when there are spam
17402 messages left.
17403
17404 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
17405
17406 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17407 header is not nil.
17408
17409 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
17410
17411 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17412 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17413 (nntp-marks-changed-p): New arg SERVER.
17414 (nntp-request-update-info): Adjust caller.
17415
17416 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
17417
17418 * nntp.el (nntp-save-marks): Pass missing arg.
17419
17420 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17421
17422 * nntp.el: Support marks.
17423 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17424 (nntp-marks-modtime, nntp-marks-directory): New variables.
17425 (nntp-request-set-mark, nntp-request-update-info)
17426 (nntp-possibly-create-directory, nntp-marks-changed-p)
17427 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17428 New functions.
17429
17430 2004-05-12 Jesper Harder <harder@ifa.au.dk>
17431
17432 * gnus-score.el (gnus-score-insert-help):
17433 Use gnus-select-lowest-window.
17434
17435 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17436 appt-select-lowest-window and rename to gnus-select-lowest-window.
17437
17438 * gnus.el: do.
17439
17440 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17441
17442 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17443 encodings of MIME-encoded words, in order to improve
17444 interoperability with several broken MUAs.
17445
17446 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17447
17448 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17449 tags, only when charsets are not specified in headers.
17450 (mm-inline-text-html-render-with-w3m): Ditto.
17451
17452 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17453
17454 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17455 instead of MIME-decoded from fields when checking
17456 `gnus-article-address-banner-alist'.
17457
17458 2004-05-03 Jesper Harder <harder@ifa.au.dk>
17459
17460 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17461 description rather than subject.
17462
17463 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17464
17465 * gnus.el (gnus-version-number): Bump.
17466
17467 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17468
17469 * gnus.el: No Gnus v0.2 is released.
17470
17471 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17472
17473 * gnus-agent.el (gnus-agent-read-agentview):
17474 Inline gnus-uncompress-range.
17475
17476 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17477
17478 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17479 `exec-installed-p'.
17480
17481 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17482
17483 * gnus.el (spam-process, spam-autodetect-methods):
17484 Add bsfilter and bsfilter-headers.
17485
17486 * spam.el (spam-bsfilter): New customize group.
17487 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17488 (spam-bsfilter-header, spam-bsfilter-probability-header)
17489 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17490 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17491 (spam-bsfilter-database-directory): New options.
17492 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17493 (spam-list-of-statistical-checks, spam-registration-functions):
17494 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17495 (spam-bsfilter-score): New command.
17496 (spam-check-bsfilter-headers, spam-check-bsfilter)
17497 (spam-bsfilter-register-with-bsfilter)
17498 (spam-bsfilter-register-spam-routine)
17499 (spam-bsfilter-unregister-spam-routine)
17500 (spam-bsfilter-register-ham-routine)
17501 (spam-bsfilter-unregister-ham-routine): New functions.
17502 (spam-generic-score): Support bsfilter; Accept an optional argument
17503 to recalcurate spam score even if scoring header has already been
17504 added.
17505 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17506 optional argument to recalcurate spam score even if scoring header
17507 has already been added.
17508
17509 2004-04-29 Jesper Harder <harder@ifa.au.dk>
17510
17511 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17512 strings! Reported by David D. Smith <davidsmith@acm.org>.
17513 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17514 link is missing.
17515
17516 2004-04-28 Jesper Harder <harder@ifa.au.dk>
17517
17518 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17519 (html2text-get-attr): Rewrite.
17520
17521 * message.el (message-setup-1): Remove redundant put-text-property
17522 on mail-header-separator.
17523
17524 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
17525
17526 * gnus-registry.el (gnus-registry-cache-whitespace)
17527 (gnus-registry-action, gnus-registry-spool-action)
17528 (gnus-registry-split-fancy-with-parent): Change message levels
17529 from 5 to 3 or 7, as needed.
17530
17531 * spam.el (spam-summary-prepare-exit)
17532 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17533 (spam-split, spam-find-spam, spam-log-undo-registration)
17534 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17535 level from 5 to 6.
17536
17537 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17538
17539 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17540 2004-03-04 change).
17541
17542 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17543
17544 * sieve-manage.el (sieve-manage-open):
17545 * nnweb.el (nnweb-insert-html):
17546 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17547 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17548 * nnspool.el (nnspool-request-group):
17549 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17550 * nnml.el (nnml-request-update-info):
17551 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17552 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17553 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17554 (nnimap-request-set-mark):
17555 * nnfolder.el (nnfolder-request-update-info):
17556 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17557 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17558 * gnus-uu.el (gnus-uu-find-articles-matching):
17559 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17560 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17561 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17562 * gnus-nocem.el (gnus-nocem-scan-groups):
17563 * gnus-int.el (gnus-start-news-server):
17564 * gnus-group.el (gnus-group-make-kiboze-group)
17565 (gnus-group-browse-foreign-server):
17566 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17567 Use mapc when appropriate.
17568
17569 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17570
17571 FIXME: Make separate entries for each person.
17572
17573 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17574 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17575 <shields@msrl.com>:
17576
17577 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17578 may need for spam sorting and scoring.
17579 (spam-user-format-function-S): Add user format function suitable for
17580 general use.
17581 (spam-article-sort-by-spam-status): Add sorting function for summary
17582 sorting.
17583 (spam-extra-header-to-number): Add function to get a score from a
17584 header.
17585 (spam-summary-score): Add function to get a numeric score from the
17586 headers.
17587 (spam-generic-score): Fix function doc, was in wrong place.
17588 (spam-initialize): Take symbols when it's run, and install the
17589 extra headers that spam-necessary-extra-headers thinks we need.
17590
17591 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17592
17593 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17594 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17595
17596 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17597
17598 * gnus-sum.el (gnus-set-global-variables)
17599 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17600 (gnus-article-get-xrefs, gnus-summary-best-group)
17601 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17602 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17603 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17604 Use with-current-buffer.
17605
17606 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17607
17608 * spam.el (spam-summary-prepare-exit): Simplify logic.
17609 (spam-fetch-article-header): Read the article header if it's not
17610 available.
17611 (spam-list-articles): Simplify logic.
17612 (spam-filelist-register-routine): Fix bug with unregister-list.
17613
17614 * gnus-registry.el: Fix comments at beginning.
17615
17616 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17617
17618 * message.el (message-cater-to-broken-inn): Remove.
17619 (message-shorten-references): Make sure the total folded length of
17620 References is shorter than 998 characters to cater to a bug in INN
17621 2.3. Also, don't pretend that references aren't folded -- this
17622 hasn't worked for a while.
17623
17624 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17625
17626 * gnus-agent.el (gnus-agentize):
17627 gnus-agent-send-mail-real-function no longer set to current value
17628 of message-send-mail-function but rather a lambda that calls
17629 message-send-mail-function. The change makes the agent real-time
17630 responsive to user changes to message-send-mail-function.
17631
17632 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17633
17634 * legacy-gnus-agent.el
17635 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17636 help from Florian Weimer <fw@deneb.enyo.de>
17637
17638 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17639
17640 * nnmail.el (nnmail-cache-insert): Revert last change.
17641
17642 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17643
17644 * nnmail.el (nnmail-cache-insert): Always check whether
17645 nnmail-cache-ignore-groups matches a group name.
17646
17647 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17648
17649 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17650 (spam-find-spam, spam-log-processing-to-registry)
17651 (spam-log-registered-p, spam-log-unregistration-needed-p)
17652 (spam-log-undo-registration): Use gnus-message instead of
17653 gnus-error, none of these errors are fatal.
17654
17655 * gnus-registry.el (gnus-registry-clean-empty-function)
17656 (gnus-registry-clean-empty): Remove only empty entries without
17657 extra data.
17658
17659 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17660
17661 * spam-stat.el (spam-stat-buffer-change-to-spam)
17662 (spam-stat-buffer-change-to-non-spam): Change (error) to
17663 (gnus-message 8) invocation.
17664
17665 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17666
17667 * nntp.el (nntp-via-netcat-command): New variable.
17668 (nntp-via-netcat-switches): New variable.
17669 (nntp-open-via-rlogin-and-netcat): New function.
17670 (nntp-open-connection-function): Doc fix.
17671 (nntp-telnet-command): Doc fix.
17672 (nntp-end-of-line): Doc fix.
17673 (nntp-via-rlogin-command): Doc fix.
17674 (nntp-via-user-name): Doc fix.
17675 (nntp-via-address): Doc fix.
17676
17677 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17678
17679 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17680 error in Emacs 21.1.
17681
17682 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17683
17684 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17685
17686 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17687
17688 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17689 (gnus-agent-with-refreshed-group): New macro.
17690 (gnus-agent-rename-group): New function.
17691 (gnus-agent-delete-group): New function.
17692 (gnus-agent-save-group-info): Use gnus-command-method when
17693 `method' parameter is nil. Don't write nil entries into the
17694 active file.
17695 (gnus-agent-get-group-info): New function.
17696 (gnus-agent-fetch-articles):
17697 Use gnus-agent-update-files-total-fetched-for to increment disk space
17698 used.
17699 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17700 Use gnus-agent-update-view-total-fetched-for to increment disk space
17701 used.
17702 (gnus-agent-get-local): Add optional parameters to avoid calling
17703 gnus-group-real-name and gnus-find-method-for-group.
17704 (gnus-agent-set-local): Delete stored entry if either min, or max,
17705 are nil.
17706 (gnus-agent-fetch-session): Reworded error/quit messages.
17707 On quit, use gnus-agent-regenerate-group to record existence of any
17708 articles fetched to disk before the quit occurred.
17709 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17710 gnus-agent-update-view-total-fetched-for, and
17711 gnus-agent-update-files-total-fetched-for to decrement disk space
17712 used.
17713 (gnus-agent-retrieve-headers):
17714 Use gnus-agent-update-view-total-fetched-for to increment disk space
17715 used.
17716 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17717 with gnus-agent-update-files-total-fetched-for to decrement disk
17718 space and fresh group buffer.
17719 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17720 (gnus-agent-need-update-total-fetched-for): New variable.
17721 (gnus-agent-update-files-total-fetched-for): New function.
17722 (gnus-agent-update-view-total-fetched-for): New function.
17723 (gnus-agent-total-fetched-for): New function.
17724
17725 * gnus-cache.el (gnus-cache-save-buffers):
17726 Use gnus-cache-update-overview-total-fetched-for to change disk space
17727 used by this group.
17728 (gnus-cache-possibly-enter-article):
17729 Use gnus-cache-update-file-total-fetched-for to increment disk space
17730 used by this group.
17731 (gnus-cache-possibly-remove-article):
17732 Use gnus-cache-update-file-total-fetched-for to decrement disk space
17733 used by this group.
17734 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17735 (gnus-cache-rename-group): New function.
17736 (gnus-cache-delete-group): New function.
17737 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17738 (gnus-cache-need-update-total-fetched-for): New variable.
17739 (gnus-cache-with-refreshed-group): New macro.
17740 (gnus-cache-update-file-total-fetched-for): New function.
17741 (gnus-cache-update-overview-total-fetched-for): New function.
17742 (gnus-cache-rename-group-total-fetched-for): New function.
17743 (gnus-cache-delete-group-total-fetched-for): New function.
17744 (gnus-cache-total-fetched-for): New function.
17745
17746 * gnus-group.el: Require gnus-sum and autoload functions to
17747 resolve warnings when gnus-group.el compiled alone.
17748 (gnus-group-line-format): Documented new %F.
17749 (size of Fetched data) group line format; identifies disk space
17750 used by agent and cache.
17751 (gnus-group-line-format-alist): Defined new F format.
17752 (gnus-total-fetched-for): New function.
17753 (gnus-group-delete-group): No longer update
17754 gnus-cache-active-altered as gnus-request-delete-group now keeps
17755 the cache in sync.
17756 (gnus-group-list-active): Let the agent store a server's active
17757 list if currently plugged.
17758
17759 * gnus-int.el (gnus-request-delete-group):
17760 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17761 local disk in sync with the server.
17762 (gnus-request-rename-group):
17763 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17764 local disk in sync with the server.
17765
17766 * gnus-start.el (gnus-get-unread-articles):
17767 Cosmetic simplification to logic.
17768
17769 * gnus-util.el (gnus-rename-file): New function.
17770
17771 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
17772
17773 * mm-util.el (mm-image-load-path): Handle nil in load-path.
17774
17775 2004-04-07 Jesper Harder <harder@ifa.au.dk>
17776
17777 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17778 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
17779
17780 2004-04-06 Jesper Harder <harder@ifa.au.dk>
17781
17782 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17783 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
17784
17785 2004-04-03 Jesper Harder <harder@ifa.au.dk>
17786
17787 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17788
17789 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
17790
17791 * spam.el (spam-set-difference): Add function to replace
17792 gnus-set-difference in spam.el.
17793 (spam-summary-prepare-exit): Use spam-set-difference.
17794
17795 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17796
17797 * gnus-registry.el (gnus-registry-cache-file): Update to use
17798 gnus-dribble-directory OR gnus-home-directory OR ~.
17799 (gnus-registry-split-fancy-with-parent): Fix doc.
17800
17801 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
17802
17803 * message.el (message-exchange-point-and-mark):
17804 Use message-mark-active-p. Suggested by Jesper Harder
17805 <harder@ifa.au.dk>.
17806
17807 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
17808
17809 * message.el (message-exchange-point-and-mark): Don't activate
17810 region if it was inactive. Suggested by Hiroshi Fujishima
17811 <pooh@nature.tsukuba.ac.jp>.
17812
17813 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
17814
17815 * gnus-art.el (article-display-face): Display Faces in the same
17816 order as X-Faces.
17817
17818 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
17819
17820 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17821
17822 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17823
17824 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17825 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17826 (gnus-article-mime-hierarchy): Remove.
17827 (gnus-article-mime-hierarchy-next): Remove.
17828 (gnus-article-mode): Revert 2004-03-19 change.
17829 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17830 (gnus-insert-mime-button): Revert 2004-03-19 change.
17831 (gnus-mime-accumulate-hierarchy): Remove.
17832 (gnus-mime-enter-multipart): Remove.
17833 (gnus-mime-leave-multipart): Remove.
17834 (gnus-mime-display-part): Revert 2004-03-19 change.
17835 (gnus-mime-display-alternative): Revert 2004-03-19 change.
17836
17837 * mml.el (mml-preview): Revert 2004-03-19 change.
17838
17839 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
17840
17841 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17842
17843 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17844
17845 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17846 t while entering a file name using the mm-with-multibyte macro.
17847 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17848
17849 * mm-util.el (mm-with-multibyte): New macro.
17850
17851 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
17852
17853 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17854 New user option.
17855 (gnus-mime-multipart-functions): Doc and customization fix.
17856 (gnus-article-mime-hierarchy): New variable.
17857 (gnus-article-mime-hierarchy-next): New variable.
17858 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17859 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17860 gnus-article-mime-hierarchy-next to nil.
17861 (gnus-insert-mime-button): Show hierarchy numbers.
17862 (gnus-mime-accumulate-hierarchy): New function.
17863 (gnus-mime-enter-multipart): New function.
17864 (gnus-mime-leave-multipart): New function.
17865 (gnus-mime-display-part): Recompute hierarchical MIME structure.
17866 (gnus-mime-display-alternative): Show hierarchy numbers.
17867
17868 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17869 gnus-article-mime-hierarchy-next to nil.
17870
17871 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
17872
17873 * dns.el: Don't require gnus-xmas.
17874
17875 2004-03-17 Jesper Harder <harder@ifa.au.dk>
17876
17877 * mml.el (mml-generate-mime-1): Don't use format=flowed with
17878 inline PGP.
17879 (mml-menu): Disable mml-quote-region if mark is inactive.
17880
17881 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17882
17883 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17884 when the group's active is not available.
17885
17886 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
17887
17888 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17889 error.
17890
17891 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
17892
17893 * imap.el (imap-store-password): New variable.
17894 (imap-interactive-login): Use it.
17895 Suggested by Mark Plaksin <happy@mcplaksin.org>.
17896
17897 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
17898
17899 * gnus-art.el (gnus-article-read-summary-keys): Restore new
17900 window-start and hscroll to summary window.
17901
17902 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
17903
17904 * gnus-start.el (gnus-convert-old-newsrc): Only write the
17905 conversion message to newsrc-dribble when an actual conversion is
17906 performed.
17907
17908 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
17909
17910 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17911
17912 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17913
17914 * mm-decode.el (mm-complicated-handles): New function reviving
17915 former definition of mm-multiple-handles.
17916
17917 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17918 (gnus-mime-delete-part): Use it.
17919
17920 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
17921
17922 * gnus-agent.el (gnus-agent-read-local):
17923 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17924 avoid the implicit assumption that they will always be equal.
17925 (gnus-agent-save-local): Bind buffer-file-coding-system, not
17926 coding-system-for-write, as the with-temp-file macro first prints
17927 to a buffer then saves the buffer.
17928
17929 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
17930
17931 * gnus-art.el (gnus-article-edit-part): New function.
17932 (gnus-mime-save-part-and-strip): Use it; do query instead of
17933 signaling an error; don't use mm-multiple-handles.
17934 (gnus-mime-delete-part): Ditto.
17935
17936 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
17937
17938 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17939 old file versions.
17940 (gnus-group-prepare-hook): Remove function that converted list
17941 form of gnus-agent-expire-days to group properties.
17942
17943 * gnus-int.el: Autoload gnus-agent-regenerate-group.
17944 (gnus-request-accept-article): Re-indented.
17945
17946 * gnus-start.el (gnus-convert-old-newsrc): Registered new
17947 converters to handle old agent file formats. Add logic for a
17948 "backup before upgrading warning".
17949 (gnus-convert-mark-converter-prompt): Developers can mark
17950 functions as needing (default), or not needing,
17951 gnus-convert-old-newsrc's "backup before upgrading warning".
17952 (gnus-convert-converter-needs-prompt): Tests whether the user
17953 should be protected from potentially irreversable changes by the
17954 function.
17955
17956 * legacy-gnus-agent.el: New. Provides converters that are only
17957 loaded when gnus-convert-old-newsrc needs to call them.
17958
17959 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17960
17961 * mail-source.el (mail-source-touch-pop): Doc fix.
17962
17963 * message.el (message-smtpmail-send-it): Doc fix.
17964
17965 2004-03-05 Jesper Harder <harder@ifa.au.dk>
17966
17967 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17968
17969 * nnmail.el (nnmail-split-fancy): do.
17970
17971 * gnus-kill.el (gnus-kill, gnus-execute): do.
17972
17973 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
17974
17975 * gnus-sum.el (gnus-widget-reversible-match)
17976 (gnus-widget-reversible-to-internal)
17977 (gnus-widget-reversible-to-external): New functions.
17978 (gnus-widget-reversible): New widget.
17979 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17980
17981 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
17982
17983 * gnus-sum.el (gnus-thread-sort-functions)
17984 (gnus-article-sort-functions): Document `(not F)' items.
17985
17986 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
17987
17988 * spam.el (spam-use-gmane-xref): Add new backend.
17989 (spam-gmane-xref-spam-group): Add variable to control the name of the
17990 Gmane spam group.
17991 (spam-blackhole-servers, spam-blackhole-good-server-regex)
17992 (spam-regex-headers-spam, spam-regex-headers-ham)
17993 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17994 (spam-list-of-checks): Add spam-use-gmane-xref to list of
17995 backends and checks.
17996 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17997
17998 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17999 an autodetect method.
18000
18001 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
18002
18003 * gnus-int.el (gnus-request-accept-article): Inform the agent that
18004 articles are being added to a group.
18005 (gnus-request-replace-article): Inform the agent that articles
18006 need to be uncached as the cached contents are no longer valid.
18007
18008 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
18009
18010 * binhex.el: Don't autoload executable-find.
18011
18012 * canlock.el: Don't autoload mail-fetch-field.
18013
18014 * gnus-ems.el: Don't autoload appt-select-lowest-window.
18015
18016 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18017 rmail-dont-reply-to and rmail-output.
18018
18019 * gnus-score.el: Don't autoload ffap-string-at-point.
18020
18021 * gnus-setup.el: Don't autoload sc-cite-original.
18022
18023 * imap.el: Don't autoload base64-decode-string,
18024 base64-encode-string and md5.
18025
18026 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18027 and rmail-msg-restore-non-pruned-header.
18028
18029 * mm-decode.el: Don't autoload executable-find.
18030
18031 * mm-url.el: Don't autoload executable-find.
18032
18033 * mm-view.el: Don't autoload diff-mode.
18034
18035 * nndb.el: Don't autoload news-reply-mode, news-setup,
18036 cancel-timer and telnet.
18037
18038 * password.el: Don't autoload run-at-time for Emacs.
18039
18040 * sha1-el.el: Don't autoload executable-find.
18041
18042 * sieve-mode.el: Don't autoload c-mode.
18043
18044 * uudecode.el: Don't autoload executable-find.
18045
18046 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
18047
18048 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18049 (gnus-agent-possibly-alter-active): Avoid null in numeric
18050 comparison.
18051 (gnus-agent-set-local): Refuse to save null in local object table.
18052 (gnus-agent-regenerate-group): The REREAD parameter can now be a
18053 list of articles that will be marked as unread.
18054
18055 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
18056
18057 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18058
18059 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18060
18061 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18062 language tags.
18063
18064 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
18065
18066 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18067 Don't bind "obarray".
18068
18069 * gnus-sum.el (gnus-thread-sort-functions):
18070 Add `gnus-thread-sort-by-most-recent-number' and
18071 `gnus-thread-sort-by-most-recent-date'.
18072 Reported by Kai Grossjohann <kai@emptydomain.de>.
18073
18074 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18075
18076 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18077
18078 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
18079
18080 * gnus-cus.el (gnus-agent-customize-category):
18081 Remove ignore-errors macro reference that required cl to be loaded at
18082 run-time.
18083
18084 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18085 single-interval range of the form (min . max). Previously the
18086 range had to look like ((min . max)). Likewise, return
18087 (min . max) rather than ((min . max)).
18088 (gnus-range-map): Use gnus-range-normalize to accept
18089 single-interval range.
18090
18091 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18092 the cache, but not the agent, now appear with their usual face.
18093
18094 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
18095
18096 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18097 w3m-safe-url-regexp variable buffer-local.
18098
18099 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18100
18101 2004-02-27 Simon Josefsson <jas@extundo.com>
18102
18103 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18104 gnus-group-real-prefix.
18105 (gnus-summary-move-article): Use it, instead of
18106 gnus-group-real-prefix.
18107
18108 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
18109
18110 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18111 w3m-safe-url-regexp variable buffer-local and set it as the value
18112 of mm-w3m-safe-url-regexp.
18113
18114 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18115
18116 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18117 parsing gnus-posting-styles when the message is not for replying.
18118
18119 * nnrss.el (nnrss-opml-export):
18120 Use mm-set-buffer-file-coding-system instead of
18121 set-buffer-file-coding-system.
18122
18123 2004-02-27 Jesper Harder <harder@ifa.au.dk>
18124
18125 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18126 of checkdoc.el).
18127 * nnrss.el: do.
18128 * gnus-mlspl.el: do.
18129 * gnus-ml.el: do.
18130 * gnus-srvr.el: do.
18131
18132 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18133
18134 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
18135
18136 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18137 Corrections to custom-manual links.
18138
18139 * gnus-art.el (gnus-article): Ditto.
18140
18141 * mm-decode.el (mime-display, mime-security): Ditto.
18142
18143 2004-02-26 Jesper Harder <harder@ifa.au.dk>
18144
18145 * flow-fill.el: Typo.
18146
18147 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
18148
18149 * spam-wash.el: New file.
18150
18151 2004-02-26 Mark A. Hershberger <mah@everybody.org>
18152
18153 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18154
18155 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
18156
18157 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18158 to be run with new-articles as LIST1, not LIST2.
18159 (spam-registration-functions): Add spam-use-ham-copy as a nil
18160 registration backend.
18161
18162 2004-02-26 Jesper Harder <harder@ifa.au.dk>
18163
18164 * spam-stat.el (spam-stat-washing-hook): New option.
18165 (spam-stat-buffer-words): Use it.
18166 (spam-stat-process-directory, spam-stat-test-directory):
18167 Use insert-file-contents-literally.
18168 (spam-stat-coding-system): New variable.
18169 (spam-stat-load, spam-stat-save): Use it.
18170
18171 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
18172
18173 * spam-report.el (spam-report-plug-agent):
18174 Quote spam-report-url-to-file and spam-report-url-ping-plain.
18175
18176 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
18177
18178 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18179 Allow / in mailto URLs.
18180
18181 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18182
18183 * spam-report.el (spam-report-process-queue): Fix interactive use.
18184 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18185 (spam-report-unplug-agent): Doc fixes.
18186 (spam-report-url-ping-mm-url, spam-report-url-to-file)
18187 (spam-report-agentize, spam-report-deagentize):
18188 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
18189
18190 * message.el (message-setup-fill-variables): Add mml tags to
18191 paragraph-start and paragraph-separate. Suggested by Andrew Korty
18192 <ajk@iu.edu>.
18193 (message-mode): Don't modify paragraph-separate there.
18194
18195 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18196
18197 * compface.el (uncompface-use-external): Default to undecided.
18198 (uncompface-use-external-threshold): New variable.
18199 (uncompface-float-time): New macro.
18200 (uncompface): Determine whether to use the external decoder if
18201 uncompface-use-external is undecided.
18202
18203 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18204
18205 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18206 after images.
18207
18208 * gnus-art.el (gnus-mime-display-single): Remove dead code.
18209
18210 2004-02-14 Jesper Harder <harder@ifa.au.dk>
18211
18212 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18213
18214 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18215
18216 * gnus-sum.el (gnus-summary-limit-to-age)
18217 (gnus-summary-limit-children): do.
18218
18219 * gnus-int.el (gnus-request-scan): do.
18220
18221 * gnus-group.el (gnus-group-suspend): do.
18222
18223 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18224
18225 * gnus-cite.el (gnus-cite-parse-attributions): do.
18226
18227 * gnus-agent.el (gnus-summary-set-agent-mark)
18228 (gnus-agent-regenerate-group): do.
18229
18230 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18231
18232 * binhex.el (binhex-decode-region-internal): do.
18233
18234 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
18235
18236 * gnus-fun.el (gnus-face-properties-alist): New user option.
18237 (gnus-display-x-face-in-from): Use it.
18238
18239 * gnus-art.el (article-display-face): Ditto.
18240
18241 * compface.el (uncompface-use-external): Default to nil.
18242
18243 2004-02-12 Jesper Harder <harder@ifa.au.dk>
18244
18245 * nntp.el (nntp-erase-buffer): New function.
18246 (nntp-retrieve-data, nntp-send-command)
18247 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18248 (nntp-possibly-change-group): Use it.
18249
18250 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18251 Use with-current-buffer.
18252
18253 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
18254
18255 * compface.el: Merge the ELisp-based uncompface program.
18256 (compface): New customization group.
18257 (uncompface-use-external): New user option.
18258 (uncompface): Call uncompface-internal if uncompface-use-external
18259 is nil.
18260 (uncompface-internal): New function. Note that there are also
18261 some other functions and variables added for this function.
18262
18263 2004-02-10 Jesper Harder <harder@ifa.au.dk>
18264
18265 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18266 if necessary.
18267
18268 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
18269
18270 * spam-report.el (spam-report-unplug-agent)
18271 (spam-report-plug-agent, spam-report-deagentize)
18272 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18273 Add support for the Agent in spam-report: when unplugged, report to a
18274 file; when plugged, submit all the requests.
18275
18276 * spam.el (spam-register-routine): Fix message about
18277 registration.
18278
18279 2004-02-09 Jesper Harder <harder@ifa.au.dk>
18280
18281 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18282 dependencies.
18283 (rfc2047-encode): Use it.
18284
18285 * gnus-art.el (gnus-button-marker-list): Move before first
18286 reference.
18287
18288 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18289 (imap-parse-body): Fix format string mismatch.
18290
18291 * gnus-score.el (gnus-summary-increase-score): do.
18292
18293 * nnrss.el (nnrss-close): New function.
18294
18295 2004-02-08 Jesper Harder <harder@ifa.au.dk>
18296
18297 * nnrss.el (nnrss-make-filename): New function.
18298 (nnrss-request-delete-group, nnrss-read-server-data)
18299 (nnrss-save-server-data, nnrss-read-group-data)
18300 (nnrss-save-group-data): Use it.
18301 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18302 (nnrss-read-server-data, nnrss-read-group-data): Use load.
18303 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18304
18305 2004-02-07 Jesper Harder <harder@ifa.au.dk>
18306
18307 * mml.el (mml-compute-boundary-1): Don't uncompress files.
18308
18309 2004-02-06 Jesper Harder <harder@ifa.au.dk>
18310
18311 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18312 files.
18313
18314 * message.el (message-generate-headers-first): Don't quote nil
18315 and t in docstrings.
18316
18317 * imap.el (imap-id): do.
18318
18319 * gnus-agent.el (gnus-agent-consider-all-articles)
18320 (gnus-agent-queue-mail): do.
18321
18322 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
18323
18324 * spam-report.el (spam-report-process-queue): New function.
18325 Process requests from `spam-report-requests-file'.
18326 (spam-report-process-queue): Doc fix.
18327
18328 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
18329
18330 * spam.el (spam-register-routine)
18331 (spam-log-processing-to-registry, spam-log-registered-p)
18332 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18333 Change "check" to "spam-check" for semi-clarity.
18334
18335 2004-02-05 Jesper Harder <harder@ifa.au.dk>
18336
18337 * pop3.el: Require nnheader.
18338
18339 * mml-smime.el: Require cl. Autoload message-fetch-field.
18340
18341 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18342
18343 * gnus-picon.el: Require cl.
18344
18345 * gnus-fun.el: Require gnus-ems and gnus-util.
18346
18347 * gnus.el (gnus-method-to-server): Move defsubst before first use.
18348
18349 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18350
18351 * gnus-art.el (gnus-article-edit-mode): Define before first
18352 reference.
18353
18354 2004-02-04 Jesper Harder <harder@ifa.au.dk>
18355
18356 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18357 (gnus-uu-post-encoded): Use point-at-bol.
18358
18359 * gnus-topic.el (gnus-group-active-topic-p): do.
18360
18361 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18362
18363 * gnus-group.el (gnus-group-kill-region): do.
18364
18365 * gnus-art.el (article-date-ut): do.
18366
18367 * message.el (message-fetch-field): Remove redundant
18368 case-fold-search binding.
18369 (message-narrow-to-field): Simplify.
18370
18371 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
18372
18373 * spam.el (spam-directory): Derive from `gnus-directory'.
18374
18375 * spam-report.el (spam-report-url-to-file)
18376 (spam-report-requests-file): New function and variable for offline
18377 reporting.
18378 (spam-report-url-ping-function): Add `spam-report-url-to-file'
18379 and user defined function.
18380 (spam-report-url-ping-mm-url): Remove doubled slash.
18381
18382 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
18383
18384 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18385
18386 2004-02-03 Jesper Harder <harder@ifa.au.dk>
18387
18388 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18389 Fix format string mismatch.
18390
18391 * sieve.el (sieve-deactivate-all): do.
18392
18393 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18394
18395 * nnlistserv.el (nnlistserv-kk-wash-article): do.
18396
18397 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18398
18399 * mm-bodies.el (mm-7bit-chars): Don't include \r.
18400
18401 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
18402
18403 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18404 the list of checks.
18405
18406 2004-01-31 Jesper Harder <harder@ifa.au.dk>
18407
18408 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18409 padding.
18410
18411 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
18412
18413 * mm-view.el (mm-fill-flowed): New variable.
18414 (mm-inline-text): Use it.
18415
18416 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
18417
18418 * spam.el (spam-spamassassin-register-ham-routine)
18419 (spam-spamassassin-register-spam-routine): Fix function names.
18420
18421 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
18422
18423 * gnus.el (gnus-tmp-grouplens): Remove.
18424 (gnus-summary-line-format): Remove grouplens.
18425
18426 * gnus-group.el (gnus-group-line-format): Ditto.
18427
18428 * gnus-spec.el (gnus-format-specs): Ditto.
18429 (gnus-update-format-specifications): Flush the group format spec
18430 cache if there's the grouplens stuff.
18431 (gnus-parse-simple-format): Replace %l with the empty string.
18432
18433 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
18434
18435 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18436 omission.
18437
18438 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18439
18440 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18441 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18442
18443 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18444
18445 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18446 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18447 New macros and functions.
18448 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18449 Handle > NLINK_MAX messages.
18450 * nnmaildir.el (nnmaildir-request-set-mark):
18451 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18452
18453 2004-01-25 Alex Schroeder <alex@gnu.org>
18454
18455 * spam-stat.el (spam-stat-process-directory-age): New option.
18456 (spam-stat-process-directory): Use it.
18457
18458 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
18459
18460 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18461 (spam-stat-save): Accept prefix argument.
18462
18463 2004-01-23 Paul Jarc <prj@po.cwru.edu>
18464
18465 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18466 links" error.
18467
18468 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18469
18470 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18471 compatibility with old .newsrc.eld files.
18472
18473 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18474
18475 * gnus-start.el (gnus-1): do.
18476
18477 * gnus-group.el (gnus-group-line-format-alist): do.
18478
18479 * gnus.el (gnus-use-grouplens, gnus-visual): do.
18480
18481 * gnus-gl.el: Remove.
18482
18483 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
18484
18485 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18486 marks consisting of a single range {for example, (3 . 5)} rather
18487 than a list of a single range { ((3 . 5)) }.
18488
18489 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18490
18491 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18492 Use with-current-buffer.
18493 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18494 avoid consing a string.
18495
18496 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18497 Remove obsolete entries for big5 and gb2312.
18498
18499 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
18500
18501 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18502 uncompressed list.
18503
18504 2004-01-22 Jesper Harder <harder@ifa.au.dk>
18505
18506 * spam-stat.el (spam-stat-strip-xref): New function.
18507 (spam-stat-process-directory): Use it.
18508
18509 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18510 here -- it's done in message-fetch-field.
18511
18512 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
18513
18514 * gnus-agent.el (gnus-agent-queue-mail)
18515 (gnus-agent-prompt-send-queue): New variables.
18516 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18517 * gnus-draft.el (gnus-group-send-queue): Pass the group name
18518 "nndraft:queue" along to gnus-draft-send.
18519 Use gnus-agent-prompt-send-queue.
18520 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18521 is "nndraft:queue". Suggested by Gaute Strokkenes
18522 <gs234@srcf.ucam.org>
18523
18524 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18525 (agent-enable-undownloaded-faces): Add.
18526 (gnus-agent-cat-groups): Use eval-and-compile, not
18527 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18528 method of gnus-agent-cat-groups even when the buffer has been
18529 evaled.
18530 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18531 delete gnus-agent-save-active-1.
18532 (gnus-agent-save-groups): Delete. Identical to
18533 gnus-agent-save-active.
18534 (gnus-agent-write-active): No longer adjust agent's copy of active
18535 file as agent's adjustments are now stored in their own
18536 file. Remove optional parameter.
18537 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18538 servers. Add use of min/max range limits from server's local
18539 file.
18540 (gnus-agent-save-alist): Remove unused optional argument.
18541 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18542 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18543 (gnus-agent-set-local): A per-server file that keeps min/max range
18544 limits for articles known to the agent. Provides a fast mechanism
18545 for altering many active ranges.
18546 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18547 active file (local makes it unnecessary).
18548 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18549
18550 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18551 (agent-enable-undownloaded-faces): Add.
18552
18553 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18554 disable it when sending to "nndraft:queue".
18555 (gnus-group-send-queue): Add safety check to avoid sending queue
18556 when unplugged.
18557
18558 * gnus-group.el (gnus-group-catchup): Use new
18559 gnus-sequence-of-unread-articles, not
18560 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18561 numbers of articles. Use gnus-range-map to avoid having to
18562 uncompress the unread list.
18563 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18564 Fix invalid ange-ftp reference.
18565
18566 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18567 (gnus-sorted-range-intersection): Intersection of two ranges
18568 without requiring that they first be uncompressed.
18569
18570 * gnus-start.el (gnus-activate-group): Unless blocked by the
18571 caller, possibly expand the active range to include both cached
18572 and agentized articles.
18573 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18574 multiple version-dependent converters.
18575 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18576 gnus-agent-save-active.
18577 (gnus-save-newsrc-file): Save dirty agent range limits.
18578
18579 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18580 gnus-agent-possibly-alter-active.
18581 (gnus-adjust-marked-articles): Faster handling of simple lists
18582
18583 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18584
18585 * spam-stat.el (spam-stat-test-directory): New optional argument
18586 displays a list of files detected. Suggested by Andrew Cohen
18587 <cohen@andy.bu.edu>.
18588 (spam-stat-buffer-words-with-scores): Don't narrow and change
18589 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18590
18591 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18592
18593 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18594 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18595 (spam-spamassassin-arguments)
18596 (spam-spamassassin-spam-flag-header)
18597 (spam-spamassassin-positive-spam-flag-header)
18598 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18599 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18600 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18601 (spam-list-of-processors, spam-list-of-checks)
18602 (spam-list-of-statistical-checks, spam-registration-functions)
18603 (spam-check-spamassassin-headers, spam-check-spamassassin)
18604 (spam-spamassassin-score)
18605 (spam-spamassassin-register-with-sa-learn)
18606 (spam-spamassassin-register-spam-routine)
18607 (spam-spamassassin-register-ham-routine)
18608 (spam-assassin-register-spam-routine)
18609 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18610 (spam-bogofilter-score): Fix to show article before scoring.
18611
18612 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18613
18614 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18615 default scoring function.
18616 (spam-generic-score): Call spam-spamassassin-score if
18617 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18618 spam-bogofilter-score otherwise.
18619
18620 * gnus.el (spam-process, spam-autodetect-methods):
18621 Add spamassassin and spamassassin-headers.
18622
18623 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18624
18625 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18626 Suppress unnecessary messages.
18627
18628 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18629
18630 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18631 make-hash-table.
18632
18633 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18634
18635 * canlock.el (base64-encode-string): Don't autoload it.
18636
18637 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18638
18639 * run-at-time.el: Remove useless (require 'itimer),
18640 eval-and-compile and (featurep 'xemacs).
18641
18642 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18643
18644 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18645 GROUP is a virtual group.
18646
18647 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18648
18649 * gnus.el: Autoload `message-y-or-n-p'.
18650
18651 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18652
18653 * pgg-parse.el: Remove unnecessary (require 'custom).
18654
18655 * pgg-def.el: do.
18656
18657 * nnmail.el: do.
18658
18659 * gnus-undo.el: do.
18660
18661 * gnus-picon.el: do.
18662
18663 * gnus-util.el: do.
18664
18665 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18666
18667 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18668
18669 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18670
18671 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18672 handle, as well as a list.
18673
18674 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18675 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18676 (mm-w3m-cid-retrieve): Simplify.
18677
18678 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18679
18680 * message.el (message-kill-to-signature): Allow prefix arg to
18681 specify number of lines to keep before signature.
18682
18683 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18684
18685 * message.el (message-kill-to-signature): Change docstring.
18686
18687 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18688
18689 * canlock.el: Always require sha1-el.
18690 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18691
18692 * message.el: Autoload sha1 only when compiling.
18693
18694 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18695
18696 * message.el (message-canlock-generate): Require sha1-el.
18697
18698 2004-01-13 Jesper Harder <harder@ifa.au.dk>
18699
18700 * message.el (message-expand-name): Silence the byte compiler.
18701
18702 2004-01-13 Simon Josefsson <jas@extundo.com>
18703
18704 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18705 Invoke gnus-score-mode.
18706 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18707
18708 * gnus-range.el (gnus-compress-sequence): Doc fix.
18709 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18710
18711 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18712
18713 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18714
18715 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
18716
18717 * spam.el (spam-get-article-as-string): Update to use
18718 gnus-request-article-this-buffer, much simpler.
18719 (spam-get-article-as-buffer): Remove.
18720
18721 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
18722
18723 * message.el (message-expand-name): Use EUDC if the user uses that.
18724
18725 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18726
18727 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18728 character for the encoding to avoid consing a string.
18729
18730 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18731 unnecessarily.
18732
18733 * mm-util.el (mm-replace-chars-in-string): Remove.
18734
18735 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18736 of mm-replace-chars-in-string.
18737
18738 2004-01-11 Jesper Harder <harder@ifa.au.dk>
18739
18740 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18741
18742 * mm-util.el (mm-subst-char-in-string): Support inplace.
18743
18744 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18745 a new string in every iteration. Use shy groups.
18746
18747 2004-01-10 Jesper Harder <harder@ifa.au.dk>
18748
18749 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18750 * gnus-soup.el (gnus-soup-group-brew):
18751 * gnus-msg.el (gnus-put-message):
18752 * gnus-move.el (gnus-group-move-group-to-server):
18753 * gnus-kill.el (gnus-batch-score):
18754 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18755 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18756 (gnus-group-update-group, gnus-group-read-group)
18757 (gnus-group-make-group, gnus-group-make-help-group)
18758 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18759 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18760 (gnus-group-sort-by-unread, gnus-group-catchup)
18761 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18762 (gnus-group-yank-group, gnus-group-set-info)
18763 (gnus-group-list-groups):
18764 * gnus.el (gnus-generate-new-group-name):
18765 * gnus-delay.el (gnus-delay-send-queue):
18766 * nnvirtual.el (nnvirtual-catchup-group):
18767 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18768 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18769 (gnus-group-prepare-topics, gnus-topic-check-topology):
18770 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18771 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18772 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18773 (gnus-group-make-articles-read):
18774 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18775 (gnus-group-change-level, gnus-kill-newsgroup)
18776 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18777 (gnus-get-unread-articles, gnus-make-articles-unread)
18778 (gnus-make-ascending-articles-unread): Use accessor
18779 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18780 to get group information for improved readability.
18781
18782 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18783
18784 * gnus-art.el (article-decode-mime-words, article-babel)
18785 (gnus-article-highlight-signature, gnus-article-add-buttons)
18786 (gnus-signature-toggle): Use gnus-with-article-buffer.
18787
18788 * gnus-art.el (gnus-article-highlight-headers)
18789 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18790
18791 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18792 (gnus-article-set-globals, gnus-request-article-this-buffer)
18793 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18794 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18795 (gnus-mime-display-alternative): Use with-current-buffer.
18796
18797 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18798
18799 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18800 also under 80 char limit, and call gnus-error if needed.
18801 (spam-fetch-article-header): Fix - it was a
18802 buffer-local variable (gnus-newsgroup-data).
18803 (spam-find-spam): Use spam-generate-fake-headers, forget about
18804 spam-insert-fake-headers.
18805 (spam-insert-fake-headers): Remove.
18806
18807 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18808
18809 * deuglify.el (gnus-article-outlook-unwrap-lines)
18810 (gnus-outlook-rearrange-article)
18811 (gnus-outlook-repair-attribution-outlook)
18812 (gnus-outlook-repair-attribution-block)
18813 (gnus-outlook-repair-attribution-other): Remove redundant
18814 save-excursion.
18815
18816 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18817
18818 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18819 (spam-fetch-field-subject-fast)
18820 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18821 (spam-fetch-article-header): Add functions to deal with Gnus
18822 internals for fast retrieval of article header data.
18823 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18824
18825 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18826
18827 * pop3.el (pop3-md5): Remove.
18828 (pop3-apop): Replace pop3-md5 with md5.
18829
18830 * mm-bodies.el: base64 is always built-in.
18831
18832 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18833 Use with-current-buffer.
18834
18835 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
18836
18837 * canlock.el (canlock-insert-header): Remove excessive grouping in
18838 regexp.
18839
18840 * gnus-sum.el (gnus-summary-read-document): Ditto.
18841
18842 * gnus-uu.el (gnus-uu-part-number): Ditto.
18843
18844 * html2text.el (html2text-remove-tags): Ditto.
18845 (html2text-format-tags): Ditto.
18846 (html2text-format-single-elements): Ditto.
18847
18848 * mml.el (mml-parse-1): Ditto.
18849
18850 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18851
18852 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18853
18854 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18855
18856 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18857
18858 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18859
18860 2003-11-15 Simon Josefsson <jas@extundo.com>
18861
18862 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18863 (pgg-gpg-lookup-key): Use regexp match instead of
18864 split-string (split-string is different between emacs 21.2 and
18865 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
18866
18867 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18868
18869 * gnus-art.el (gnus-mime-view-all-parts)
18870 (gnus-article-part-wrapper, gnus-article-view-part):
18871 Use with-current-buffer.
18872
18873 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18874
18875 * spam.el (spam-disable-spam-split-during-ham-respool)
18876 (spam-spamoracle-database, spam-cache-lookups)
18877 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18878 (spam-group-ham-mark-p, spam-group-spam-mark-p)
18879 (spam-group-ham-marks, spam-group-spam-marks)
18880 (spam-group-spam-contents-p, spam-group-ham-contents-p)
18881 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18882 also add spam-use-blackholes to the statistical checks.
18883 (spam-fetch-field-fast): Add interface to fetching fields, may
18884 become a macro.
18885 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18886 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18887 (spam-insert-fake-headers): Fake an article when needed.
18888 (spam-find-spam): Fake article when possible.
18889 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18890 (spam-check-bogofilter-headers): Use message-fetch-field instead
18891 of nnmail-fetch-field.
18892
18893 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
18894
18895 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18896
18897 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18898
18899 * spam.el (spam-split): Do not require spam-use-CHECK to be
18900 enabled if that check is passed to spam-split explicitly; also
18901 fix so 'spam doesn't get converted to spam-split-group when
18902 spam-split-symbolic-return is t.
18903 (spam-find-spam): Find registrations of the article and use those
18904 instead of re-running spam-split to find the spam/ham
18905 classification of the article.
18906 (spam-log-processing-to-registry, spam-log-registered-p)
18907 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18908 Use gnus-error instead of gnus-message.
18909 (spam-log-registration-type): Add function to determine the
18910 classification of a message based on registry entries; will
18911 return nil if both 'spam and 'ham are found.
18912 (spam-check-BBDB): Expand all the BBDB macros here so we can have
18913 a reasonably fast local cache without the loading errors.
18914 (spam-cache-lookups): Set to t by default.
18915 (spam-find-spam): Don't try to guess spam-cache-lookups.
18916 (spam-enter-whitelist, spam-enter-blacklist): Clear the
18917 spam-caches entry.
18918 (spam-filelist-build-cache, spam-filelist-check-cache):
18919 Fix caching of whitelist/blacklist entries.
18920 (spam-check-whitelist, spam-check-blacklist):
18921 Invoke spam-from-listed-p with a type, not a cache variable.
18922 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18923
18924 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18925
18926 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18927
18928 * nnmail.el (nnmail-split-fancy): do.
18929
18930 * mml.el (mml-parse): do.
18931
18932 * gnus-score.el (gnus-enter-score-words-into-hashtb)
18933 (gnus-score-adaptive): do.
18934
18935 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18936
18937 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18938 (gnus-mime-button-map): Don't set keymap parent.
18939 (gnus-button-ctan-directory-regexp): Use shy grouping.
18940 (gnus-prev-page-map): Don't set keymap parent.
18941 (gnus-prev-page-map): Remove duplicated one.
18942 (gnus-next-page-map): Don't set keymap parent.
18943 (gnus-mime-security-button-map): Ditto.
18944
18945 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18946 version number.
18947
18948 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18949
18950 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18951
18952 * canlock.el (canlock-sha1-function): Remove.
18953 (canlock-sha1-function-for-verify): Remove.
18954 (canlock-openssl-program): Remove.
18955 (canlock-openssl-args): Remove.
18956 (canlock-ignore-errors): Remove.
18957 (canlock-sha1-with-openssl): Remove.
18958 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18959 (canlock-verify): Don't use canlock-ignore-errors.
18960
18961 * sha1-el.el (sha1-string-external): Make it can return a string
18962 in binary form.
18963 (sha1-region-external): Ditto.
18964 (sha1-string-internal): Ditto.
18965 (sha1-region-internal): Ditto.
18966 (sha1-region): Ditto.
18967 (sha1-string): Ditto.
18968 (sha1): Ditto.
18969
18970 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18971
18972 * spam.el (spam-report-articles-gmane): New command.
18973
18974 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18975
18976 * gnus.el: Don't make unnecessary *Group* buffer when loading.
18977
18978 * run-at-time.el (run-at-time-saved): Remove.
18979 (run-at-time): Doc fix.
18980
18981 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18982
18983 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18984 (gnus-summary-limit-map): Add it.
18985 (gnus-summary-make-menu-bar): do.
18986
18987 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
18988
18989 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18990 Make attempt at some caching support (done for BBDB only now).
18991 (spam-find-spam): Set spam-cache-lookups if there are more than 2
18992 addresses to be checked.
18993 (spam-clear-cache-BBDB): Add function, to be invoked by
18994 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18995 (spam-check-BBDB): Check and use the caches, if
18996 spam-cache-lookups is on, remove superfluous (provide).
18997
18998 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
18999
19000 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19001
19002 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
19003
19004 * run-at-time.el (run-at-time-saved): Move to after the definition
19005 of `run-at-time'.
19006
19007 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19008
19009 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19010 mm-w3m-local-map-property.
19011
19012 * mm-view.el (mm-w3m-mode-map): Remove.
19013 (mm-w3m-local-map-property): Remove.
19014 (mm-inline-text-html-render-with-w3m): Don't use
19015 mm-w3m-local-map-property.
19016
19017 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19018
19019 * run-at-time.el: New file.
19020
19021 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19022 of gnus-set-text-properties.
19023
19024 * gnus-uu.el (gnus-uu-save-article): Ditto.
19025
19026 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19027
19028 * gnus-cite.el (gnus-cite-parse): Ditto.
19029
19030 * gnus-art.el (gnus-button-push): Use set-text-properties instead
19031 of gnus-.
19032
19033 * gnus.el: Change calls to nnheader-run-at-time and
19034 password-run-at-time throughout to use run-at-time directly.
19035
19036 * password.el: Remove definition of run-at-time.
19037
19038 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
19039
19040 * mml.el (mml-minibuffer-read-disposition): Show attachment type
19041 in prompt.
19042
19043 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
19044
19045 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19046 XEmacs version.
19047
19048 * dns.el (dns-make-network-process): Use `open-network-stream'
19049 instead of `gnus-xmas-open-network-stream'.
19050
19051 * .cvsignore: Add auto-autoloads.el, custom-load.el.
19052
19053 2004-01-06 Jesper Harder <harder@ifa.au.dk>
19054
19055 * gnus-art.el (gnus-mime-display-alternative)
19056 (gnus-insert-mime-button, gnus-insert-mime-security-button)
19057 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19058 Don't use gnus-local-map-property.
19059
19060 * gnus-util.el (gnus-local-map-property): Remove.
19061
19062 * mm-view.el (mm-view-pkcs7-decrypt):
19063 Replace gnus-completing-read-maybe-default with completing-read.
19064
19065 * gnus-util.el (gnus-completing-read): do.
19066 (gnus-completing-read-maybe-default): Remove.
19067
19068 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
19069
19070 * password.el: Only autoload `run-at-time' if not XEmacs.
19071 Only autoload the itimer functions if XEmacs.
19072
19073 2004-01-06 Jesper Harder <harder@ifa.au.dk>
19074
19075 * gnus-art.el (gnus-read-string): Remove.
19076 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19077 read-string.
19078
19079 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
19080
19081 * netrc.el: Autoload password-read.
19082 (netrc): Add configuration group.
19083 (netrc-encoding-method, netrc-openssl-path):
19084 Add variables for encoding and decoding of files with symmetric
19085 ciphers.
19086 (netrc-encode): Add assistant function to encode a file with
19087 netrc-encoding-method.
19088 (netrc-parse): Add interactive parameter, added optional
19089 decoding if netrc-encoding-method is non-nil but otherwise
19090 behavior is standard.
19091 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19092 Do s/encode/encrypt/ everywhere.
19093
19094 * spam.el: Remove executable-find autoload.
19095
19096 2004-01-05 Jesper Harder <harder@ifa.au.dk>
19097
19098 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19099
19100 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19101
19102 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19103
19104 * gnus-art.el (gnus-treat-ansi-sequences)
19105 (article-treat-ansi-sequences): New variable and function.
19106 Suggested by Dan Jacobson <jidanni@jidanni.org>.
19107
19108 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19109 Use it.
19110
19111 2004-01-05 Jesper Harder <harder@ifa.au.dk>
19112
19113 * mm-util.el (mm-quote-arg): Remove.
19114
19115 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19116 shell-quote-argument.
19117
19118 * gnus-uu.el (gnus-uu-command): do.
19119
19120 * gnus-sum.el (gnus-summary-insert-pseudos): do.
19121
19122 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19123 with make-char.
19124
19125 * mm-util.el (mm-make-char): Remove.
19126
19127 * mml.el (mml-mode): Replace gnus-add-minor-mode with
19128 add-minor-mode.
19129
19130 * gnus-undo.el (gnus-undo-mode): do.
19131
19132 * gnus-topic.el (gnus-topic-mode): do.
19133
19134 * gnus-sum.el (gnus-dead-summary-mode): do.
19135
19136 * gnus-start.el (gnus-slave-mode): do.
19137
19138 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19139
19140 * gnus-ml.el (gnus-mailing-list-mode): do.
19141
19142 * gnus-gl.el (gnus-grouplens-mode): do.
19143
19144 * gnus-draft.el (gnus-draft-mode): do.
19145
19146 * gnus-dired.el (gnus-dired-mode): do.
19147
19148 * gnus-ems.el (gnus-add-minor-mode): Remove.
19149
19150 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19151 Replace gnus-char-width with char-width.
19152
19153 * gnus-ems.el (gnus-char-width): Remove.
19154
19155 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19156 Replace gnus-char-width with char-width.
19157
19158 * gnus-ems.el (gnus-char-width): Remove.
19159
19160 * spam-stat.el (with-syntax-table): Remove with-syntax-table
19161 definition.
19162 Remove Emacs 20 hash table compatibility code.
19163
19164 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19165 20 compatibility code.
19166
19167 * spam.el (spam-point-at-eol): Replace with point-at-eol.
19168
19169 * smime.el (smime-point-at-eol): Replace with point-at-eol.
19170
19171 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19172 Replace with point-at-{eol,bol}.
19173
19174 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19175
19176 * imap.el (imap-point-at-eol): Replace with point-at-eol.
19177
19178 * flow-fill.el (fill-flowed-point-at-bol)
19179 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19180
19181 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19182 Replace with point-at-{eol,bol} throughout all files.
19183
19184 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19185
19186 * ntlm.el (ntlm-string-as-unibyte): New macro.
19187 (ntlm-build-auth-response): Use it.
19188
19189 Remove Emacs 20 stuff:
19190 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19191 of delq and copy-sequence.
19192 * gnus-art.el (popup-menu): Remove the compiler macro.
19193 * nnmail.el (nnmail-split-fancy): Don't support customizing with
19194 Emacs 20.
19195
19196 2004-01-05 Simon Josefsson <jas@extundo.com>
19197
19198 * ntlm.el: Fix namespace. Change smb-passwd-hash into
19199 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19200 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19201 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19202 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19203 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19204 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19205 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19206 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19207 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19208 ntlm-string-permute, string-lshift into ntlm-string-lshift,
19209 string-xor into ntlm-string-xor.
19210 Suggested by Jesper Harder <harder@myrealbox.com>.
19211
19212 * ntlm.el: Don't include poem.
19213
19214 * md4.el (print-int32, print-string-hexa): Remove.
19215 Suggested by Jesper Harder <harder@myrealbox.com>.
19216
19217 * sasl-ntlm.el, ntlm.el, md4.el: New files.
19218
19219 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
19220 probably breaks emacs with DL patch, but do we care? Is anyone
19221 still using the DL stuff?)
19222
19223 * sieve-manage.el: Use the password package.
19224 (sieve-manage-read-passwd): Remove.
19225 (sieve-manage-interactive-login): Use password. Re-add
19226 condition-case around loop.
19227
19228 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19229 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19230 Use the password package.
19231
19232 2003-02-19 Simon Josefsson <jas@extundo.com>
19233
19234 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19235 token.
19236
19237 2002-08-07 Simon Josefsson <jas@extundo.com>
19238
19239 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19240 (sieve-manage-authenticators):
19241 (sieve-manage-authenticator-alist): Add some SASL mechs.
19242 (sieve-sasl-auth): New function.
19243 (sieve-manage-cram-md5-auth):
19244 (sieve-manage-plain-auth): Rewrite using SASL library.
19245 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19246 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19247 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19248 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19249
19250 2004-01-05 Simon Josefsson <jas@extundo.com>
19251
19252 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19253 New files.
19254
19255 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19256
19257 * gnus-group.el (gnus-no-groups-message): Update.
19258
19259 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19260
19261 2003-11-09 Simon Josefsson <jas@extundo.com>
19262
19263 * imap.el: Support for ID IMAP extension (RFC 2971).
19264 (imap-local-variables): Add imap-id.
19265 (imap-id): New variable.
19266 (imap-id): New function.
19267 (imap-parse-response): Parse untagged ID response.
19268 * nnimap.el (nnimap-id): New variable.
19269 (nnimap-open-connection): Use it.
19270
19271 2003-12-28 Simon Josefsson <jas@extundo.com>
19272
19273 * gnus-score.el (gnus-score-edit-all-score): New.
19274 * gnus-group.el (gnus-group-score-map): Bind it to W e.
19275
19276 2004-01-04 Simon Josefsson <jas@extundo.com>
19277
19278 * password.el: Add.
19279
19280 2004-01-04 Mario Lang <lang@zid.tugraz.at>
19281
19282 * dns.el (dns-query-types): Fix typo.
19283 (dns-query-types): New function.
19284 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
19285 PTR and SOA replies, see RFC 1035.
19286
19287 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19288
19289 * gnus.el (gnus-logo-color-style): Change colors to `no'.
19290
19291 * Move to Changelog.2.
19292
19293 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19294
19295 * gnus.el (gnus-version-number): Bump version.
19296
19297 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19298
19299 * gnus.el: No Gnus v0.1 is released.
19300
19301 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19302
19303 * gnus.el: No Gnus v0.0 is released.
19304
19305 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19306
19307 * gnus.el (gnus-version-number): Bump.
19308 (gnus-version): No.
19309
19310 See ChangeLog.2 for earlier changes.
19311
19312 Copyright (C) 2004-2011 Free Software Foundation, Inc.
19313
19314 This file is part of GNU Emacs.
19315
19316 GNU Emacs is free software: you can redistribute it and/or modify
19317 it under the terms of the GNU General Public License as published by
19318 the Free Software Foundation, either version 3 of the License, or
19319 (at your option) any later version.
19320
19321 GNU Emacs is distributed in the hope that it will be useful,
19322 but WITHOUT ANY WARRANTY; without even the implied warranty of
19323 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19324 GNU General Public License for more details.
19325
19326 You should have received a copy of the GNU General Public License
19327 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19328
19329 ;; Local Variables:
19330 ;; coding: utf-8
19331 ;; fill-column: 79
19332 ;; add-log-time-zone-rule: t
19333 ;; End: