* elmo-archive.el (elmo-archive-field-condition-match)
[elisp/wanderlust.git] / utils / ChangeLog
index d4a6f46..9e25604 100644 (file)
@@ -1,7 +1,25 @@
+2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * ptexinfmt.el (texinfo-format-verb): Use (delete-char -1)
+        instead of (delete-backward-char 1); For Emacs24.
+
+       * wl-addrbook.el (wl-addrbook-insert-file): Use (delete-char -1)
+       instead of (delete-backward-char 1) or (backward-deletechar 1).
+
+2010-08-04  David Maus  <dmaus@ictsoc.de>
+
+       * ssl.el (open-ssl-stream, condition-case): Don't use old-style
+       backquotes.
+
+2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-addrbook.el (wl-summary-addrbook-add): Use
+       `with-current-buffer' instead of `save-excursion' & `set-buffer'.
+
 2008-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
-       * ptexinfmt.el (texinfo-format-geq, texinfo-format-leq,): Support
-       @geq and @leq.
+       * ptexinfmt.el: Fix Comments.
+       (texinfo-format-geq, texinfo-format-leq,): Support @geq and @leq.
 
 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>