Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 90918:e9f94688a064
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 781-792)
- Update from CVS
- Merge from gnus--rel--5.10
- Merge from emacs--rel--22
* emacs--rel--22 (patch 33-41)
* gnus--rel--5.10 (patch 226-228)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 11 Jun 2007 00:58:11 +0000 |
parents | 648e6c714c7d 72447e6dd130 |
children | 3619e7770f2e |
comparison
equal
deleted
inserted
replaced
90917:9f1c3e957d3e | 90918:e9f94688a064 |
---|---|
1 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org> | |
2 | |
3 * gnus-ems.el (gnus-x-splash): Make it work. | |
4 | |
5 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash | |
6 from being used. | |
7 | |
8 * gnus-art.el (gnus-article-summary-command-nosave): Correct the order | |
9 of the arguments passed to pop-to-buffer. | |
10 (gnus-article-read-summary-keys): Ditto. | |
11 | |
12 2007-06-07 Juanma Barranquero <lekktu@gmail.com> | |
13 | |
14 * gnus-art.el (gnus-split-methods): Fix typo in docstring. | |
15 | |
16 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | |
17 | |
18 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule): | |
19 * gnus-sum.el (gnus-summary-highlight): | |
20 * mail-source.el (mail-source-delete-old-incoming-confirm): | |
21 * nndiary.el (nndiary-reminders): Fix typos in docstrings. | |
22 | |
23 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org> | |
24 | |
25 * gnus-art.el (gnus-mime-view-part-externally) | |
26 (gnus-mime-view-part-internally): Fix predicate function passed to | |
27 completing-read. | |
28 | |
29 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image; | |
30 return t if image size is just the same as window size. | |
31 | |
1 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org> | 32 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 33 |
3 * message.el (message-pop-to-buffer): Add switch-function argument. | 34 * message.el (message-pop-to-buffer): Add switch-function argument. |
4 (message-mail): Pass switch-function argument to it. | 35 (message-mail): Pass switch-function argument to it. |
5 | 36 |
353 (message-replacement-char): New variable. | 384 (message-replacement-char): New variable. |
354 (message-fix-before-sending): Use it. | 385 (message-fix-before-sending): Use it. |
355 (message-simplify-subject): New function to remove duplicate code. | 386 (message-simplify-subject): New function to remove duplicate code. |
356 (message-reply, message-followup): Use it. | 387 (message-reply, message-followup): Use it. |
357 (message-simplify-subject-functions): New variable. | 388 (message-simplify-subject-functions): New variable. |
358 (message-strip-subject-encoded-words): New function | 389 (message-strip-subject-encoded-words): New function. |
359 | 390 |
360 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) | 391 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) |
361 | 392 |
362 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection | 393 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection |
363 instead of gnus-intersection because arguments of gnus-sorted-nunion | 394 instead of gnus-intersection because arguments of gnus-sorted-nunion |
1193 2006-02-23 Ralf Angeli <angeli@iwi.uni-sb.de> | 1224 2006-02-23 Ralf Angeli <angeli@iwi.uni-sb.de> |
1194 | 1225 |
1195 * mm-view.el (mm-fill-flowed): New variable. | 1226 * mm-view.el (mm-fill-flowed): New variable. |
1196 (mm-inline-text): Use it. | 1227 (mm-inline-text): Use it. |
1197 | 1228 |
1198 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> | 1229 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change) |
1199 (tiny change) | |
1200 | 1230 |
1201 * nnimap.el (nnimap-request-move-article): Change folder back to | 1231 * nnimap.el (nnimap-request-move-article): Change folder back to |
1202 source group before deleting. | 1232 source group before deleting. |
1203 | 1233 |
1204 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org> | 1234 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org> |
1756 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric) | 1786 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric) |
1757 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt) | 1787 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt) |
1758 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase' | 1788 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase' |
1759 argument to all these routines, so the passphrase can be managed | 1789 argument to all these routines, so the passphrase can be managed |
1760 externally and passed in to the system. | 1790 externally and passed in to the system. |
1761 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache | 1791 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache |
1762 function. | 1792 function. |
1763 | 1793 |
1764 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> | 1794 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> |
1765 | 1795 |
1766 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right | 1796 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right |
3631 (sha1-use-external): Remove redundant version. | 3661 (sha1-use-external): Remove redundant version. |
3632 | 3662 |
3633 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups) | 3663 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups) |
3634 (nnmail-cache-ignore-groups, nnmail-spool-hook) | 3664 (nnmail-cache-ignore-groups, nnmail-spool-hook) |
3635 (nnmail-split-fancy-match-partial-words) | 3665 (nnmail-split-fancy-match-partial-words) |
3636 (nnmail-split-lowercase-expanded): | 3666 (nnmail-split-lowercase-expanded): Add :version. |
3637 | 3667 |
3638 * nndiary.el (nndiary): Add :version. | 3668 * nndiary.el (nndiary): Add :version. |
3639 | 3669 |
3640 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version. | 3670 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version. |
3641 | 3671 |
3907 articles fetched to disk before the quit occurred. | 3937 articles fetched to disk before the quit occurred. |
3908 | 3938 |
3909 * gnus-int.el (gnus-request-delete-group): | 3939 * gnus-int.el (gnus-request-delete-group): |
3910 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the | 3940 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the |
3911 local disk in sync with the server. | 3941 local disk in sync with the server. |
3912 (gnus-request-rename-group): | 3942 (gnus-request-rename-group): |
3913 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the | 3943 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the |
3914 local disk in sync with the server. | 3944 local disk in sync with the server. |
3915 | 3945 |
3916 * gnus-start.el (gnus-get-unread-articles): | 3946 * gnus-start.el (gnus-get-unread-articles): |
3917 Cosmetic simplification to logic. | 3947 Cosmetic simplification to logic. |
4034 gnus-agent-save-active. | 4064 gnus-agent-save-active. |
4035 (gnus-save-newsrc-file): Save dirty agent range limits. | 4065 (gnus-save-newsrc-file): Save dirty agent range limits. |
4036 | 4066 |
4037 * gnus-sum.el (gnus-select-newgroup): Replace inline code with | 4067 * gnus-sum.el (gnus-select-newgroup): Replace inline code with |
4038 gnus-agent-possibly-alter-active. | 4068 gnus-agent-possibly-alter-active. |
4039 (gnus-adjust-marked-articles): Faster handling of simple lists | 4069 (gnus-adjust-marked-articles): Faster handling of simple lists. |
4040 | 4070 |
4041 2004-10-18 David Edmondson <dme@dme.org> | 4071 2004-10-18 David Edmondson <dme@dme.org> |
4042 | 4072 |
4043 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call | 4073 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call |
4044 excessively. | 4074 excessively. |
4177 | 4207 |
4178 * mml-smime.el: Require cl. Autoload message-fetch-field. | 4208 * mml-smime.el: Require cl. Autoload message-fetch-field. |
4179 | 4209 |
4180 * gnus-fun.el: Require gnus-ems and gnus-util. | 4210 * gnus-fun.el: Require gnus-ems and gnus-util. |
4181 | 4211 |
4182 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr | 4212 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr). |
4183 | 4213 |
4184 * gnus-art.el (gnus-article-edit-mode): Define before first reference. | 4214 * gnus-art.el (gnus-article-edit-mode): Define before first reference. |
4185 | 4215 |
4186 * gnus.el (gnus-method-to-server): Move defsubst before first use. | 4216 * gnus.el (gnus-method-to-server): Move defsubst before first use. |
4187 | 4217 |
4260 | 4290 |
4261 * pgg-def.el (pgg-query-keyserver): Add :version. | 4291 * pgg-def.el (pgg-query-keyserver): Add :version. |
4262 | 4292 |
4263 * nnmail.el (nnmail-fancy-expiry-targets) | 4293 * nnmail.el (nnmail-fancy-expiry-targets) |
4264 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes): | 4294 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes): |
4295 Add :version. | |
4265 | 4296 |
4266 * nnimap.el (nnimap-split-download-body, nnimap-dont-close) | 4297 * nnimap.el (nnimap-split-download-body, nnimap-dont-close) |
4267 (nnimap-retrieve-groups-asynchronous): Add :version. | 4298 (nnimap-retrieve-groups-asynchronous): Add :version. |
4268 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string. | 4299 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string. |
4269 | 4300 |
4270 * mml.el (mml-content-disposition-parameters) | 4301 * mml.el (mml-content-disposition-parameters) |
4271 (mml-insert-mime-headers-always): Add :version. | 4302 (mml-insert-mime-headers-always): Add :version. |
4272 | 4303 |
4273 * mm-util.el (mm-coding-system-priorities): | 4304 * mm-util.el (mm-coding-system-priorities): Add :version. |
4274 | 4305 |
4275 * mm-decode.el (mm-inline-text-html-with-images) | 4306 * mm-decode.el (mm-inline-text-html-with-images) |
4276 (mm-keep-viewer-alive-types, mm-external-terminal-program) | 4307 (mm-keep-viewer-alive-types, mm-external-terminal-program) |
4277 (mm-verify-option): Add :version. | 4308 (mm-verify-option): Add :version. |
4278 (mm-text-html-renderer): Change :version. | 4309 (mm-text-html-renderer): Change :version. |
4325 (gnus-save-startup-file-via-temp-buffer): Add :version. | 4356 (gnus-save-startup-file-via-temp-buffer): Add :version. |
4326 | 4357 |
4327 * gnus-srvr.el (gnus-server-browse-in-group-buffer) | 4358 * gnus-srvr.el (gnus-server-browse-in-group-buffer) |
4328 (gnus-server-offline-face): Add :version. | 4359 (gnus-server-offline-face): Add :version. |
4329 | 4360 |
4330 * gnus-score.el (gnus-adaptive-word-length-limit): | 4361 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version. |
4331 | 4362 |
4332 * gnus-msg.el (gnus-gcc-externalize-attachments) | 4363 * gnus-msg.el (gnus-gcc-externalize-attachments) |
4333 (gnus-debug-files, gnus-debug-exclude-variables) | 4364 (gnus-debug-files, gnus-debug-exclude-variables) |
4334 (gnus-discouraged-post-methods): Change :version. | 4365 (gnus-discouraged-post-methods): Change :version. |
4335 (gnus-confirm-mail-reply-to-news) | 4366 (gnus-confirm-mail-reply-to-news) |
4347 (gnus-convert-image-to-face-command): Add :version. | 4378 (gnus-convert-image-to-face-command): Add :version. |
4348 | 4379 |
4349 * gnus-delay.el (gnus-delay-default-hour): Add :version. | 4380 * gnus-delay.el (gnus-delay-default-hour): Add :version. |
4350 | 4381 |
4351 * gnus-cite.el (gnus-cite-blank-line-after-header) | 4382 * gnus-cite.el (gnus-cite-blank-line-after-header) |
4352 (gnus-article-boring-faces): | 4383 (gnus-article-boring-faces): Add :version. |
4353 | 4384 |
4354 * gnus-art.el (gnus-buttonized-mime-types) | 4385 * gnus-art.el (gnus-buttonized-mime-types) |
4355 (gnus-inhibit-mime-unbuttonizing) | 4386 (gnus-inhibit-mime-unbuttonizing) |
4356 (gnus-treat-display-face) | 4387 (gnus-treat-display-face) |
4357 (gnus-treat-body-boundary): Change :version. | 4388 (gnus-treat-body-boundary): Change :version. |
4411 * nnimap.el (nnimap-open-connection): Remove extraneous end-paren. | 4442 * nnimap.el (nnimap-open-connection): Remove extraneous end-paren. |
4412 | 4443 |
4413 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> | 4444 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com> |
4414 | 4445 |
4415 * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym | 4446 * nnimap.el (nnimap-open-connection): Allow 'imaps' as a synonym |
4416 for the 'imap' port in netrc files | 4447 for the 'imap' port in netrc files. |
4417 | 4448 |
4418 * gnus-registry.el (gnus-registry-trim): Watch out for negatives | 4449 * gnus-registry.el (gnus-registry-trim): Watch out for negatives |
4419 in gnus-registry-trim | 4450 in gnus-registry-trim. |
4420 | 4451 |
4421 2004-09-10 Simon Josefsson <jas@extundo.com> | 4452 2004-09-10 Simon Josefsson <jas@extundo.com> |
4422 | 4453 |
4423 * nndb.el (require): Remove tcp and duplicate cl. | 4454 * nndb.el (require): Remove tcp and duplicate cl. |
4424 | 4455 |