* its.el (its-get-keyseq-syl): Use egg-characterp instead of
[elisp/tamago.git] / ChangeLog
1 2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
2
3         * its.el (its-get-keyseq-syl): Use egg-characterp instead of
4         numberp.
5
6 2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
7
8         * egg-edep.el: Define compatibility functions.
9         (egg-characterp): New function.
10
11 2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
12
13         * its.el (its-mode-map): Use XEmacs compatible form to define
14         keymap.
15
16 2001-07-09  Yoshiki Hayashi <yoshiki@xemacs.org>
17
18         * egg.el (egg-last-method-name): Initialize buffer-local varaible
19         to nil.
20         * its-keydef.el (its-select-func-alist): Ditto.
21         * its.el (its-current-language): Ditto.
22
23 2000-06-02  KATAYAMA Yoshio <kate@pfu.co.jp>
24
25         * egg/wnn.el (wnn): Fix docstring.
26         (wnn-backend-plist): Include egg-special-candidate.
27         (wnn-special-candidate): New function.
28         (wnn-pinyin-zhuyin-bunsetsu, wnn-pinyin-zhuyin-string): New
29         functions.
30         (egg-activate-wnn): Fix docstring.
31
32         * egg/sj3.el (sj3, egg-activate-sj3): Fix docstring.
33
34         * egg/canna.el (egg-activate-canna): Fix docstring.
35
36         * menudiag.el: Mostly rewritten.
37
38         * leim-list.el: Docstrings for autoload fixed.
39
40         * its.el (its): Fix docstring.
41         (its-mode-map): Fix bindings.
42         (its-fence-mode, egg-sub-mode-map-alist): New variables.
43         (its-enter/leave-fence): New function.
44         (its-put-cursor): Add text properties point-entered, point-left,
45         modification-hooks.
46         (its-in-fence-p): Check also read-only property.
47         (its-hiragana, its-katakana): Just call its-convert.
48         (its-hankaku, its-japanese-hankaku): These functions deleted.
49         (its-full-half-table, its-half-full-table): New variables.
50         Initialize them.
51         (its-half-width, its-full-width): New functions.
52         (its-convert): Args changed.
53
54         * its-keydef.el (its-make-select-func): Add check by
55         (egg-conversion-fence-p).
56
57         * egg.el (egg): Fix docstring.
58         (egg-current-keymap): This variable deleted.
59         (egg-mode-map-alist, egg-sub-mode-map-alist): New variables.
60         (define-egg-mode-map): New macro.
61         (modefull, modeless): New egg mode maps.
62         (egg-enter/leave-fence-hook): New variable.
63         (egg-enter/leave-fence): New function.
64         (egg-activated): New variable.
65         (egg-activate-keymap): New variable.
66         (egg-modify-fence, egg-post-command-func): New functions.
67         (egg-change-major-mode-buffer): New variable.
68         (egg-activate-keymap-after-command, egg-change-major-mode-func):
69         New functions.
70         (egg-mode): Initialize egg-modefull-mode, egg-modeless-mode.
71         (egg-modefull-map, egg-modeless-map): These functions deleted.
72         (egg-set-face): Preserve the current modification-hooks property.
73
74         * egg-com.el (ccl-decode-egg-binary): Fix BUFFER-MAGNIFICATION.
75         (ccl-encode-egg-binary): Likewise.
76
77         * egg-cnv.el (egg-conv): Fix docstring.
78         (egg-conversion-auto-candidate-menu): Fix docstring.
79         (egg-conversion-auto-candidate-menu-show-all): New variable.
80         (egg-conversion-sort-by-converted-string): New variable.
81         (egg-conversion-fence-p): New function.
82         (egg-define-backend-functions): Include egg-special-candidate.
83         (egg-conversion-map): Define up, down, etc.
84         (egg-conversion-mode): New variable.  Register it in
85         egg-sub-mode-map-alist.
86         (egg-conversion-enter/leave-fence): New function.  Register it in
87         egg-enter/leave-fence-hook.
88         (egg-exit-conversion-unread-char): Use single setq.
89         (egg-make-bunsetsu): Add text properties point-entered and
90         point-left.
91         (egg-set-menu-mode-in-use, egg-unset-menu-mode-in-use)
92         (egg-set-candsel-info): Args changed.
93         (egg-get-candsel-target-major): Code changed.
94         (egg-get-candsel-target-minor): Code changed.
95         (egg-insert-new-bunsetsu): Args changed.
96         (egg-candidate-select-counter): Make it buffer local.
97         (egg-next-candidate-internal): Args changed.
98         (egg-sort-item): New functions.
99         (egg-select-candidate-major): New arg SORT.
100         (egg-select-candidate-minor, egg-select-candidate-list-all-major)
101         (egg-select-candidate-list-all-minor)
102         (egg-select-candidate-internal): Likewise.
103         (egg-hiragana): New function.
104         (egg-katakana, egg-pinyin, egg-zhuyin, egg-hangul): Aliases of
105         egg-hiragana.
106         (egg-special-convert): New function.
107         (egg-enlarge-bunsetsu-internal): Code changed.
108         (egg-reconvert-bunsetsu-internal, egg-decide-before-point)
109         (egg-decide-first-char, egg-exit-conversion)
110         (egg-abort-conversion): Likewise.
111
112 2000-02-01  Takanori Saneto  <sanewo@ba2.so-net.ne.jp>
113
114         * egg/sj3rpc.el (sj3rpc-tanbunsetsu-conversion): should use
115           let* instead of let.
116
117 2000-01-20  Katsumi Yamaoka <yamaoka@jpl.org>
118
119         * egg/sj3.el (sj3-word-registration): New function.
120         (sj3-hinshi-select): New function.
121         (sj3-dictionary-select): New function.
122         (sj3-conversion-backend): Add `sj3-word-registration'.
123         (sj3-hinshi-name): New function.
124         (sj3-hinshi-menu): New variable.
125         (sj3-register-2, sj3-register-1): Add messages.
126         (sj3-server-coding-system-list): Remove.
127         (sj3-server-version): Move to egg/sj3rpc.el.
128         (sj3-server-port, sj3-hostname): Strip "*" from the doc string.
129
130         * egg/sj3rpc.el (sj3rpc-add-word): New function.
131         (sj3rpc-kugiri-stdy, sj3rpc-get-bunsetsu-candidates): Use
132         `sj3-server-coding-system' insted of `sj3rpc-server-coding-system'.
133         (sj3rpc-tanbunsetsu-conversion, sj3rpc-get-bunsetsu-candidates-sub,
134         sj3rpc-begin): Use `sj3-server-coding-system' insted of
135         `sj3rpc-server-coding-system'; don't specify an argument of
136         `sj3rpc-unpack-mb-string'.
137         (sj3rpc-unpack-mb-string): Don't allow the argument; use
138         `sj3rpc-server-coding-system'.
139         (sj3rpc-server-coding-system): Remove macro.
140         (sj3-const): Switch on the return value of `sj3-sjis-p' instead of
141         `sj3-server-version'.
142         (sj3-sjis-p): New macro.
143         (sj3-server-coding-system): New variable; default to `shift_jis'.
144         (sj3-server-version): Move from egg/sj3.el; use `defvar' insted of
145         `defcustom'.
146
147         * eggrc: Remove SJ3 stuff.
148
149 2000-01-17  TOMURA Satoru <tomura@etl.go.jp>
150
151         * Version 4.0.6 released
152         
153 2000-01-17  TOMURA Satoru <tomura@etl.go.jp>
154
155         * README.ja.text: mentiond about doc/lc99.text
156         
157 2000-01-17  KATAYAMA Yoshio <kate@pfu.co.jp>
158
159         * its.el (its-hiragana, its-katanaka): modified
160         (its-zenkaku, its-hankaku): added
161         (its-put-cursor): bug fixed.
162         (its-set-cursor-status): redefined.
163         (its-search-beginning, its-search-end): created.
164         (its-end-of-input-buffer): modified.
165         (its-kill-line): modified.
166         (its-cancel-input): modified.
167         (its-japanese-hankaku): added.
168         (its-convert): added.
169         * egg.el (egg-redraw-face): bug fixed.
170         
171 2000-01-17  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
172         
173         * its.el (its-hiragana, its-katakana): re-added.
174         
175 2000-01-17  SANETO Takanori <sanewo@ba2.so-net.ne.jp>
176
177         * Makefile.in: move its-keydefs.el from ITSELS to TOPELS
178         
179 2000-01-16
180         
181         * egg-sim.el: many functions renamed and modified...
182         * doc/code-table: created
183         
184 2000-01-15  TOMURA Satoru <tomura@etl.go.jp>
185         
186         * egg-sim.el: rename egg-code.el as egg-sim.el
187         * egg-sim.el (egg-simple-input-method): rename
188         egg-insert-character as egg-simple-input-method
189         * egg.el: rename egg-insert-character as egg-simple-input-method
190         * doc/lc99.txt: added.
191         
192 2000-01-14  TOMURA Satoru <tomura@etl.go.jp>
193         * egg-code.el: created
194         * egg.el: Bind egg-insert-character to C-^ in egg-mode
195         * egg.el: Delete the binding for C-_ in egg-mode
196         * Makefile.in: add egg-code to ${SRCS}
197         
198 2000-01-13  TOMURA Satoru <tomura@etl.go.jp>
199         
200         * Version 4.0.5 released.
201
202 2000-01-13  Katsumi Yamaoka <yamaoka@jpl.org>
203         
204         * egg/sj3.el (sj3-end-conversion): Restrain from overrunning.
205         
206 2000-01-13  Katsumi Yamaoka <yamaoka@jpl.org>
207         * egg/sj3rpc.el (sj3rpc-open): Use `sj3-server-version' instead of
208         2.
209         (sj3rpc-unpack-mb-string): New macro.
210         (sj3rpc-tanbunsetsu-conversion, sj3rpc-get-bunsetsu-candidates-sub,
211         sj3rpc-begin): Use it instead of `comm-unpack'.
212
213         (sj3rpc-server-coding-system): New macro.
214         (sj3rpc-kugiri-stdy, sj3rpc-tanbunsetsu-conversion,
215         sj3rpc-get-bunsetsu-candidates, sj3rpc-get-bunsetsu-candidates-sub,
216         sj3rpc-begin, sj3rpc-unpack-mb-string): Use it.
217
218         (sj3-const): Switch on the value of `sj3-server-version'.
219         (sj3rpc-kugiri-stdy, sj3rpc-tanbunsetsu-conversion,
220         sj3rpc-get-bunsetsu-candidates, sj3rpc-get-bunsetsu-candidates-sub,
221         sj3rpc-begin): Modify for it.
222
223         * egg/sj3.el (sj3-server-coding-system-list): New user option.
224         (sj3-server-version): Ditto.
225
226 2000-01-13  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
227
228         * its.el: typo
229         * egg.el: typo
230         
231 2000-01-13  KATAYAMA Yoshio <kate@pfu.co.jp>
232
233         * its.el(its-hiragana, its-katakana): does not work. so deleted.
234         
235 2000-01-12  NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>    
236
237         * README.ja.txt: typo
238         * Makefile.in: (clean, distclean): modified.
239
240 2000-01-12  TOMURA Satoru <tomura@etl.go.jp>
241         
242         * Version 4.0.4 released.
243         
244 2000-01-12  TOMURA Satoru <tomura@etl.go.jp>
245
246         * REAMDE: removed.
247         
248         * README.ja.txt: created.
249         
250 2000-01-12  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
251
252         * Makefile.in: "clean" removes ${ELCS}.
253         
254         * Makefile.in: "distclean" created.
255         
256 2000-01-12  Satoru Tomura  <tomura@etl.go.jp>
257
258         * Version 4.0.3 released.
259         
260 2000-01-12  Satoru Tomura  <tomura@etl.go.jp>
261
262         * install-sh: copied from automake distribution
263
264         * configure.in: created
265
266         * Makefile.in: created
267
268         * configure: generated by autoconf
269         
270 2000-01-11  Satoru Tomura  <tomura@etl.go.jp>
271
272         * leim-list.el: (defgroup sj3) added.
273
274         * egg/sj3.el (sj3-hosname, sj3-server-port): defcusotm'ed
275
276 2000-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
277
278         * egg/sj3.el : (require 'egg) added.
279
280 2000-01-11  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
281         
282         * its.el (its-hiragana, its-katakana): New functions
283         
284 2000-01-07  Tomura Satoru   <tomura@etl.go.jp>
285         
286         * COPYING: The file is added.
287         
288         * ChangeLog.1: The original ChangeLog is renamed as.
289         
290         * ChangeLog: Created.
291         
292 2000-01-07  Tomura Satoru   <tomura@etl.go.jp>
293         
294         * Version 4.0.2 released.
295         
296 2000-01-06  Tomura Satoru   <tomura@etl.go.jp>
297         
298         * Version 4.0.1 released.
299         
300 2000-01-05  Tomura Satoru   <tomura@etl.go.jp>
301         
302         * Version 4.0.0 released.
303         
304