Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 109475:692d2ce789dc
Fix typos in ChangeLogs.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 20 Jul 2010 13:13:25 +0200 |
parents | 20f9503a8859 |
children | 9d999899723d |
comparison
equal
deleted
inserted
replaced
109474:0366d395e7e6 | 109475:692d2ce789dc |
---|---|
108 to nil when we're in a mml-preview buffer and no group is selected. | 108 to nil when we're in a mml-preview buffer and no group is selected. |
109 | 109 |
110 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de> | 110 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de> |
111 | 111 |
112 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group | 112 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group |
113 when catching the `C-g'. Reported by: "Leo" | 113 when catching the `C-g'. Reported by "Leo". |
114 | 114 |
115 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org> | 115 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org> |
116 | 116 |
117 * message.el (message-forward-make-body-plain) | 117 * message.el (message-forward-make-body-plain) |
118 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of | 118 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of |
242 | 242 |
243 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de> | 243 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de> |
244 | 244 |
245 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml | 245 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml |
246 handles on recursive mml-to-mime translation and check them for | 246 handles on recursive mml-to-mime translation and check them for |
247 boundary delimiter collisions. Reported by: Greg Troxel. | 247 boundary delimiter collisions. Reported by Greg Troxel. |
248 | 248 |
249 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org> | 249 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org> |
250 | 250 |
251 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling. | 251 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling. |
252 | 252 |
390 (nnimap-verify-uidvalidity, nnimap-group-overview-filename) | 390 (nnimap-verify-uidvalidity, nnimap-group-overview-filename) |
391 (nnimap-request-group): Use it. | 391 (nnimap-request-group): Use it. |
392 (nnimap-retrieve-groups, nnimap-verify-uidvalidity) | 392 (nnimap-retrieve-groups, nnimap-verify-uidvalidity) |
393 (nnimap-update-unseen): Significantly improved speed of Gnus startup | 393 (nnimap-update-unseen): Significantly improved speed of Gnus startup |
394 with many imap folders. This is done by caching the group status from | 394 with many imap folders. This is done by caching the group status from |
395 the imap server persistently in a group parameter `imap-status'. (This | 395 the imap server persistently in a group parameter `imap-status'. (This |
396 was cached before too if `nnimap-retrieve-groups-asynchronous' was set, | 396 was cached before too if `nnimap-retrieve-groups-asynchronous' was set, |
397 but not persistently, so every Gnus startup was still very slow.) | 397 but not persistently, so every Gnus startup was still very slow.) |
398 | 398 |
399 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com> | 399 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com> |
400 | 400 |
515 * mml2015.el: Require password-cache. | 515 * mml2015.el: Require password-cache. |
516 (password-cache-expiry): Remove declaration. | 516 (password-cache-expiry): Remove declaration. |
517 | 517 |
518 * nneething.el (mailcap): Require mailcap. | 518 * nneething.el (mailcap): Require mailcap. |
519 | 519 |
520 * nnheader.el: (declare-function): Add compatibility stub. | 520 * nnheader.el (declare-function): Add compatibility stub. |
521 (message-remove-header): Declare rather than autoload. | 521 (message-remove-header): Declare rather than autoload. |
522 (nnheader-replace-header): Require message. | 522 (nnheader-replace-header): Require message. |
523 | 523 |
524 * nnimap.el (declare-function): Add compatibility stub. | 524 * nnimap.el (declare-function): Add compatibility stub. |
525 (netrc-parse, netrc-machine-user-or-password): Declare. | 525 (netrc-parse, netrc-machine-user-or-password): Declare. |