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