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