Fix order (cosmetic fix).
authorkaoru <kaoru>
Fri, 1 Jan 2010 11:43:34 +0000 (11:43 +0000)
committerkaoru <kaoru>
Fri, 1 Jan 2010 11:43:34 +0000 (11:43 +0000)
wl/ChangeLog

index a434d10..ada57e0 100644 (file)
@@ -1,12 +1,8 @@
 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
-       * wl-demo.el (wl-demo-copyright-notice): Add 2010.
-
-       * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
-       of `goto-line'.
+       * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
 
-       * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
-       symbol.
+       * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
 
        * wl.el (wl-plugged-change): Suppress compile warnings; Use
        `with-current-buffer' instead of `save-excursion' & `set-buffer'.
        * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
        (wl-score-edit-insert-number): Ditto.
 
-       * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
+       * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
+       symbol.
 
-       * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
+       * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
+       of `goto-line'.
+
+       * wl-demo.el (wl-demo-copyright-notice): Add 2010.
 
 2009-12-16  Lloyd Zusman <ljz@asfast.com>