Fix typos in ChangeLogs. By Juanma Barranquero <lekktu@gmail.com>.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 20 Jul 2010 23:04:39 +0000 (23:04 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 20 Jul 2010 23:04:39 +0000 (23:04 +0000)
lisp/ChangeLog

index bd6d056..ed10f13 100644 (file)
 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
 
        * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
-       when catching the `C-g'.  Reported by: "Leo"
+       when catching the `C-g'.  Reported by "Leo".
 
 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
        * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
        handles on recursive mml-to-mime translation and check them for
-       boundary delimiter collisions.  Reported by: Greg Troxel.
+       boundary delimiter collisions.  Reported by Greg Troxel.
 
 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
        (nnimap-update-unseen): Significantly improved speed of Gnus startup
        with many imap folders.  This is done by caching the group status from
-       the imap server persistently in a group parameter `imap-status'. (This
+       the imap server persistently in a group parameter `imap-status'.  (This
        was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
        but not persistently, so every Gnus startup was still very slow.)
 
 
        * nneething.el (mailcap): Require mailcap.
 
-       * nnheader.el: (declare-function): Add compatibility stub.
+       * nnheader.el (declare-function): Add compatibility stub.
        (message-remove-header): Declare rather than autoload.
        (nnheader-replace-header): Require message.