Update.
authorokazaki <okazaki>
Sat, 3 Jun 2000 12:13:56 +0000 (12:13 +0000)
committerokazaki <okazaki>
Sat, 3 Jun 2000 12:13:56 +0000 (12:13 +0000)
elmo/ChangeLog

index 257e48c..601e2a0 100644 (file)
@@ -1,3 +1,13 @@
+2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
+       Initialize local variables with `let'.  Inline a temporary
+       variable for the progress percentage.  Sort `setq' to reduce
+       function call in the while-loop.
+
+       * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
+       into the conditional branch.
+
 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
 
        * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.