* Version number is increased to 2.9.11.
authorteranisi <teranisi>
Thu, 2 May 2002 10:31:35 +0000 (10:31 +0000)
committerteranisi <teranisi>
Thu, 2 May 2002 10:31:35 +0000 (10:31 +0000)
doc/version.tex
doc/version.texi
elmo/ChangeLog
elmo/elmo-version.el
wl/ChangeLog

index 89304dd..0a13d73 100644 (file)
@@ -1 +1 @@
-\def\versionnumber{2.9.10}
+\def\versionnumber{2.9.11}
index f7be9d7..2822192 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.9.10
+@set VERSION 2.9.11
index 7080578..c97ba6c 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
+       (elmo-msgdb-set-mark): Ditto.
+
+       * elmo-version.el (elmo-version): Up to 2.9.11.
+
 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-util.el (elmo-delete-match-files): New function.
index 8e34372..68519cd 100644 (file)
@@ -40,7 +40,7 @@
 ;; product-define in the first place
 (product-provide 'elmo-version
   ;; Don't forget to check `wl-version.el' and Info.
-  (product-define "ELMO" nil '(2 9 10)))
+  (product-define "ELMO" nil '(2 9 11)))
 
 ;; set version-string
 (product-version-as-string 'elmo-version)
index 65d62ad..66cdc8f 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+        * Version number is increased to 2.9.11.
+
 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
        (wl-summary-target-mark-mark-as-read): Ditto.
        (wl-summary-target-mark-mark-as-unread): Ditto.
        (wl-summary-target-mark-mark-as-important): Ditto.
-
        (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
        (wl-summary-update-thread): Removed argument `mark-alist'.
-
        (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
-
        (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
        (wl-summary-resume-cache-status): Likewise.
-
        (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
        elmo-msgdb-set-mark.
        (wl-summary-mark-as-read-all): Likewise.
        (wl-summary-no-auto-refile-message-p): Ditto.
        (wl-summary-mark-as-read): Ditto.
        (wl-summary-mark-as-important): Ditto.
-
        (wl-summary-auto-refile): Follow the change above.
-
        (wl-summary-delete-all-marks): Removed.
        (wl-summary-resume-marks-and-highlight): Ditto.
        (wl-summary-resume-marks): Ditto.
        (wl-summary-delete-important-msgs-from-list): Ditto.
        (wl-summary-delete-canceled-msgs-from-list): Ditto.
 
-
-       
-
        * wl-folder.el (wl-folder-check-one-entity): Removed argument for
        wl-summary-count-unread.
 
-       * wl-score.el   (wl-summary-score-update-all-lines): Ditto.
+       * wl-score.el (wl-summary-score-update-all-lines): Ditto.
        (wl-summary-score-update-all-lines): Use
        elmo-msgdb-set-mark.