Use new style backquotes.
[elisp/apel.git] / ChangeLog
index 5553343..e77100f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+2011-07-17  David Maus  <dmaus@ictsoc.de>
+
+       * tinycustom.el (defcustom): Use new style backquotes.
+       * static.el (static-if, static-when, static-unless)
+       (static-condition-case, static-defconst): Dto.
+       * pym.el (defun-maybe, defmacro-maybe, defsubst-maybe)
+       (defalias-maybe, defvar-maybe, defconst-maybe, defun-maybe-cond)
+       (defmacro-maybe-cond, defsubst-maybe-cond, def-edebug-spec): Dto.
+       * product.el (product-provide): Dto.
+       * poem-om.el (char-next-index): Dto.
+       * poem-nemacs.el (char-next-index): Dto.
+       * poem-ltn1.el (char-next-index): Dto.
+       * poe.el (save-current-buffer, with-current-buffer)
+       (with-temp-file, with-temp-message, with-temp-buffer)
+       (with-output-to-string): Dto.
+       * poe-18.el (save-match-data): Dto.
+       * pces-raw.el (as-binary-process, as-binary-input-file)
+       (as-binary-output-file): Dto
+       * pces-om.el (as-binary-process, as-binary-input-file)
+       (as-binary-output-file): Dto.
+       * pces-nemacs.el (as-binary-process, as-binary-input-file)
+       (as-binary-output-file): Dto.
+       * pccl.el (define-ccl-program): Dto.
+       * filename.el (filename-special-filter-1): Dto.
+       * broken.el (broken-facility, if-broken, when-broken)
+       (unless-broken, check-broken-facility): Dto.
+
+       [Patch created by HAMANO Kiyoto <khiker.mail@gmail.com>]
+
+2010-06-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * APEL: Version 10.8 released.
+
+       * apel-ver.el (apel-ver): Change APEL version to 10.8.
+
+2010-02-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * EMU-ELS (emu-modules): Add setting for GNU Emacs 23 or later.
+
+       * invisible.el: In GNU Emacs 23, inv-19.el overrides builtin
+       function `invisible-p'.  To fix the bug, require `inv-23' when
+       running with GNU Emacs 23 or later.
+
+       * inv-23.el: New file [copied from inv-19.el, but `invisible-p' is
+       removed].
+
+       [Contributed by David Maus <maus.david@gmail.com>]
+
+2008-09-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * poe.el (format-time-string): Fix problem on GNU Emacs 22.2
+       <cf. http://www.rubyist.net/~matz/20080905.html#p01>.
+
+\f
+2007-02-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * APEL: Version 10.7 released.
+
+       * Makefile (VERSION): Update to 10.7.
+
+2006-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * APEL-MK (config-apel-package): Use
+       `install-get-default-package-directory'.
+
+       * install.el (install-get-default-package-directory): New
+       function.
+
+2006-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * apel-ver.el (apel-ver): Change APEL version to 10.7.
+
+2005-05-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * poem-xm.el (char-valid-p): New alias.
+
 2006-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * APEL-MK (config-apel-package): Avoid an error concerning
        change; assume default-load-path contains nil; use regexp-quote to
        compare directories even in Emacs.
 
-2005-12-06  Ville Skytt\e$(D+#\e(B  <scop@xemacs.org>
+2005-12-06  Ville Skyttä  <scop@xemacs.org>
 
        * poe.el (minor-mode-overriding-map-alist): Doc fix.
 
        (minor-mode-map-alist): Ditto.
 
        * README.en ((d) make.bat (for MS-DOS family)): New section.
-       * README.ja ((d) make.bat \e$B$rMxMQ$9$k\e(B (MS-DOS \e$B7O\e(B OS \e$B$N>l9g\e(B)):
+       * README.ja ((d) make.bat \e$(B$rMxMQ$9$k\e(B (MS-DOS \e$(B7O\e(B OS \e$(B$N>l9g\e(B)):
        Ditto.
 
 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * APEL: Version 8.4 was released.
 
-       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$B$"\e(B) to detect character
+       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
        indexing (Emacs 20.3 or later).
 
 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>