From: Katsumi Yamaoka Date: Thu, 16 Jul 2015 01:45:42 +0000 (+0000) Subject: lisp/ChangeLog: Rearrange entries in chronological order X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=3b70b7e01b68b8af46c44363439949dcc8a22872 lisp/ChangeLog: Rearrange entries in chronological order --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e8afcaaf9..42caad588 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,11 +3,6 @@ * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order of function arguments. -2015-07-09 Nikolaus Rath - - * nnimap.el (nnimap-transform-headers): Don't assume that UID comes - before RFC822.SIZE. - 2015-07-10 Stefan Monnier * nnimap.el: Clean up "unused var" warnings. @@ -22,6 +17,11 @@ (nnimap-retrieve-group-data-early): Remove unused var `groups'. (nnimap-flags-to-marks): Remove unused var `totalp'. +2015-07-09 Nikolaus Rath + + * nnimap.el (nnimap-transform-headers): Don't assume that UID comes + before RFC822.SIZE. + 2015-07-09 Nikolaus Rath * nnimap.el (nnimap-open-connection-1): Always query capabilities,