* wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
[elisp/wanderlust.git] / wl / ChangeLog
index d329184..0024bf6 100644 (file)
@@ -1,3 +1,66 @@
+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-util.el (wl-collect-summary): Use `eq' instead of `equal' for
+       symbol.
+
+       * wl.el (wl-plugged-change): Suppress compile warnings; Use
+       `with-current-buffer' instead of `save-excursion' & `set-buffer'.
+       * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
+       * wl-address.el (wl-complete-window-show): Ditto.
+       * wl-message.el (wl-message-select-buffer): Ditto.
+       * wl-template.el (wl-template-show): Ditto.
+       * wl-util.el (wl-collect-summary): Ditto.
+       * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete): Ditto.
+       * wl-draft.el (wl-draft-send-mail-with-smtp, wl-draft-send)
+       (wl-draft-do-fcc): Ditto.
+       * 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-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
+
+2009-12-16  Lloyd Zusman <ljz@asfast.com>
+
+       * wl-summary.el (wl-summary-detect-mark-position): Force
+       the temporary buffer to enable the use of multibyte characters
+       within searches [wl-en:2460].
+
+2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
+       of `beginning-of-buffer'.
+
+2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
+
+       * wl-summary.el (wl-summary-display-raw): New function, display
+       message in raw format.
+
+2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Version number is increased to 2.15.7.
+
+2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-summary.el (wl-summary-previous-message-number): New function.
+       (wl-summary-next-message-number): Ditto.
+       (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
+       `wl-summary-next-message-number'.
+       (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
+       Inline temporary variable `cur-id'.
+       (wl-summary-get-next-unread-folder): Ditto.
+       (wl-summary-get-next-folder): Ditto.
+       (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
+
+2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-demo.el (wl-demo-copyright-notice): Add 2009.
+
 2008-09-05  Kenichi Okada  <okada@opaopa.org>
 
        * wl-summary.el (wl-summary-buffer-folder-name)