ptexinfmt.el (texinfo-format-syntax-table): Modify character syntax of " and \ to...
[elisp/wanderlust.git] / utils / ChangeLog
index 71322e9..6a6de42 100644 (file)
@@ -1,8 +1,81 @@
+2012-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * ptexinfmt.el (texinfo-format-syntax-table): Modify character syntax
+       of " and \ to w, as a workaround.
+       (texinfo-format-comma): Support @comma.
+       (texinfo-format-parse-args): Tweak it so as to work for @comma.
+
+2011-04-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * ptexinfmt.el: Fix description comment style.
+
+2011-04-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * ptexinfmt.el: Use lexical binding.
+       (ptexinfmt-broken-facility): Rename _dummy argument.
+       (texinfo-enclosure-list, texinfo-alias-list): Add defvar stub for
+       lexical binding.
+
+2010-09-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * ptexinfmt.el (texinfo-multitable-widths): Use `make-char'
+       instead of KANJI literal.
+
+2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-addrbook.el: Delete traing whitespace.
+       * wl-complete.el: Ditto.
+       * rfc2368.el: Ditto.
+       * ssl.el: Ditto.
+
+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: Fix Comments.
+       (texinfo-format-geq, texinfo-format-leq,): Support @geq and @leq.
+
+2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * bbdb-wl.el: Add (eval-when-compile (require 'static)).
+
+2008-02-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-mailto.el: Use `string-to-number' instead of `string-to-int'.
+
+2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-addrbook.el (wl-addrbook-hashtb): Use quote instead of
+       backquote.
+       (wl-alias-next, wl-alias-get): New backquote style.
+
+2007-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * ptexinfmt.el (texinfo-copying-text, texinfo-copying)
+       (texinfo-insertcopying, texinfo-format-scan): Move from infohack.el.
+
 2007-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * ptexinfmt.el (ptexinfmt-broken-facility, ptexinfmt-defun-if-broken)
        (ptexinfmt-defun-if-void, ptexinfmt-defvar-if-void): Don't use
        old-style backquotes.
+       (texinfo-format-cedilla-accent): Quote `,'.
 
 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>