102100f88a45a85a0f282dec8cb1e3b5f41e43d9
[elisp/emacs-canna.git] / ChangeLog
1 2004-08-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * canna.el: Delete RCS ID.
4
5 2004-08-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6
7         * canna.el (canna-self-insert-string): Use `functionp' instead of
8         `fboundp' for `canna-self-insert-string-filter' in XEmacs.
9
10 2004-08-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
11
12         * canna.el (canna-version): Update to Emacs-Canna 1.5.
13
14 2004-08-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
15
16         * canna.el (canna-self-insert-string-filter): New variable for
17         XEmacs.
18         (canna-self-insert-string): Call `canna-self-insert-string-filter'
19         is it is bound to function.
20
21 \f
22 2000-02-01  MORIOKA Tomohiko  <tomo@etl.go.jp>
23
24         * Emacs-Canna: Version 1.4 released.
25
26 2000-02-01  MORIOKA Tomohiko  <tomo@m17n.org>
27
28         * canna.c (mule_strlen): Fix problem in character-indexing
29         emacsen.
30
31 \f
32 2000-01-20  MORIOKA Tomohiko  <tomo@m17n.org>
33
34         * Emacs-Canna: Version 1.3 released.
35
36         * README.ja: Modify for
37         ftp://ftp.m17n.org/pub/mule/dynamic-loading/.
38
39 1999-11-12  MORIOKA Tomohiko  <tomo@m17n.org>
40
41         * canna.el (constant canna-version): New constant.
42         (canna-rcs-version): Deleted.
43         (canna-version): Use constant `canna-version'.
44
45 1999-04-06  SL Baur  <steve@altair.xemacs.org>
46
47         * canna.el (canna:create-mode-line): Fix doc string.
48         (canna:functional-insert-command): Ditto.
49         (canna:functional-insert-command2): Ditto.
50         (canna-touroku-region): Ditto.
51         (canna-set-mark-command): Ditto.
52         (canna-henkan-region-or-self-insert): Ditto.
53         (toplevel): translate a few comments into English
54
55 1999-03-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
56
57         * CANNA-CONFIG (make-canna-makefile): Add `-R' if running with
58         sparc-sun-solaris2.
59
60 \f
61 1999-03-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
62
63         * Emacs-Canna: Version 1.2 released.
64
65 1999-03-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
66
67         * canna.c (Fcanna_touroku_string): Modify for Emacs 20.3 or later.
68         (Fcanna_store_yomi): Likewise.
69         (Fcanna_parse): Likewise.
70         (Fcanna_henkan_begin): Likewise.
71
72 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * canna.el (canna:enter-canna-mode): Don't use
75         `buffer-disable-undo'.
76         (canna:quit-canna-mode): Don't use `buffer-enable-undo'.
77
78 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
79
80         * canna.el: Don't enclose initialization code for canna-dl-module
81         by `eval-and-compile'.
82         Abolish function `cancel-undo-boundary' because it is defined in
83         poem.
84
85 1998-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
86
87         * README.ja: Modify for current environment.
88
89 1998-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
90
91         * canna.el: Require poem.
92
93 1998-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
94
95         * canna.el: Enclose initialization code for canna-dl-module by
96         `eval-and-compile'.
97
98 1998-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
99
100         * Makefile.in (install.so): install canna.so with version name;
101         make symbolic-link from canna.so.$(VERSION) to canna.so instead of
102         symbolic-link from canna.so to canna.so.$(VERSION).
103
104 1998-02-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * canna-leim.el: Don't check 'CANNA feature.
107
108         * canna.el: Signal error if Canna feature is not built.
109
110         * canna-leim.el, CANNA-ELS: Import canna-leim.el from XEmacs
111         package.
112
113 1997-10-27  Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
114
115         * mule/canna.el (canna): Bind `canna-toggle-japanese-mode' to
116         "\C-o" only if LEIM is not present
117
118 1998-02-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
119
120         * canna.el: Put 'pending-delete to 'canna-self-insert-command (for
121         XEmacs?).
122
123         * canna.el: Don't require emu.
124
125         * CANNA-CONFIG: Load apel/path-util and add apel/ to load path.
126         (config-canna): Add /usr/lib as default path of Canna-libraries.
127
128 1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
129
130         * README.ja: Modify for new installer.
131
132         * configure, Makefile.in, CANNA-MK, Makefile, CANNA-ELS,
133         CANNA-CFG, CANNA-CONFIG: Use emacs based configuration; Makefile
134         is generated from Makefile.in.
135
136         * canna.el (canna-dl-module): New variable.
137         (canna-dl-handle): New variable.
138
139 1997-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
140
141         * Makefile (tar): Remove temporary files.
142
143         * README.ja, Makefile: New file.
144
145 1997-04-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * canna.el: Use emu.
148
149 Thu Apr  3 20:19:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
150
151         * canna.el: `self-insert-string' -> `canna-self-insert-string'.
152
153         * canna.el: Merge canna.el for XEmacs.
154
155         * canna.el (canna-version): New implementation.
156
157         * canna.el: canna.so is searched from exec-directory.
158
159         * canna.el (canna-rcs-version): Add RCS Id.
160
161 Sun Mar 16 02:49:17 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
162
163         * canna.c: fixed type about `canna-mode-string'.
164
165 Thu Mar  6 12:48:05 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
166
167         * canna.c: Don't use DEFVAR_LISP for dynamic loading.
168
169         * canna.c: modified for dynamic loading of Emacs/mule on Linux.