update.
[elisp/emacs-canna.git] / ChangeLog
index 948ea76..fe7083e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2004-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * canna.el (canna-self-insert-string-filter): Define for every
+       cases; add DOC.
+       (canna-self-insert-string): Call `canna-self-insert-string-filter'
+       even if non-XEmacs is running.
+       (canna-mode-map): Add settings for [delete] and [backspace] in
+       XEmacs.
+
+2004-08-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * canna.el: Delete RCS ID.
+
+2004-08-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * canna.el (canna-self-insert-string): Use `functionp' instead of
+       `fboundp' for `canna-self-insert-string-filter' in XEmacs.
+
+2004-08-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * canna.el (canna-version): Update to Emacs-Canna 1.5.
+
+2004-08-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * canna.el (canna-self-insert-string-filter): New variable for
+       XEmacs.
+       (canna-self-insert-string): Call `canna-self-insert-string-filter'
+       is it is bound to function.
+
+\f
+2000-02-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * Emacs-Canna: Version 1.4 released.
+
+2000-02-01  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * canna.c (mule_strlen): Fix problem in character-indexing
+       emacsen.
+
+\f
+2000-01-20  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * Emacs-Canna: Version 1.3 released.
+
+       * README.ja: Modify for
+       ftp://ftp.m17n.org/pub/mule/dynamic-loading/.
+
+1999-11-12  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * canna.el (constant canna-version): New constant.
+       (canna-rcs-version): Deleted.
+       (canna-version): Use constant `canna-version'.
+
+1999-04-06  SL Baur  <steve@altair.xemacs.org>
+
+       * canna.el (canna:create-mode-line): Fix doc string.
+       (canna:functional-insert-command): Ditto.
+       (canna:functional-insert-command2): Ditto.
+       (canna-touroku-region): Ditto.
+       (canna-set-mark-command): Ditto.
+       (canna-henkan-region-or-self-insert): Ditto.
+       (toplevel): translate a few comments into English
+
+1999-03-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * CANNA-CONFIG (make-canna-makefile): Add `-R' if running with
+       sparc-sun-solaris2.
+
+\f
+1999-03-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * Emacs-Canna: Version 1.2 released.
+
+1999-03-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * canna.c (Fcanna_touroku_string): Modify for Emacs 20.3 or later.
+       (Fcanna_store_yomi): Likewise.
+       (Fcanna_parse): Likewise.
+       (Fcanna_henkan_begin): Likewise.
+
+1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * canna.el (canna:enter-canna-mode): Don't use
+       `buffer-disable-undo'.
+       (canna:quit-canna-mode): Don't use `buffer-enable-undo'.
+
+1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * canna.el: Don't enclose initialization code for canna-dl-module
+       by `eval-and-compile'.
+       Abolish function `cancel-undo-boundary' because it is defined in
+       poem.
+
 1998-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * README.ja: Modify for current environment.