*** empty log message ***
[elisp/tamago.git] / ChangeLog
1 2002-07-20  SAITO Takuya <reed@lily.freemail.ne.jp>
2
3         * egg.el (egg-activate-keymap-after-command): set-buffer to
4         killed buffer.
5
6 2002-05-08  Katsumi Yamaoka  <yamaoka@jpl.org> (cf. [mule-ja:08306])
7
8         * its.el (its-next-line, its-previous-line): New commands;
9         substitute key definitions for `next-line' and `previous-line'
10         with them in `its-mode-map'.
11
12 2001-12-01  ?
13
14         * egg/wnn.el (wnn-server-info-list): Use `defvar' instead of
15         `defconst' to define it.
16
17 2001-12-01  KATAYAMA Yoshio  <kate@pfu.fujitsu.com>
18
19         * egg-x0213.el: New file.
20
21 2001-11-10  Kinji Itoh  <kinji-i@gray.plala.or.jp>
22         (cf. http://cgi18.plala.or.jp/nyy/canna/canna-20011023-20011110.diff)
23
24         * egg/canna.el (canna-server-port): Default to the string "canna".
25         (cannna-open): Treat the port name as a string instead of a number.
26
27 2001-11-08  Kinji Itoh  <kinji-i@gray.plala.or.jp> (cf. [tamago:00546])
28
29         * egg/canna.el (canna-set-converted-yomi): New function.
30         (canna-start-conversion): Use it.
31         (canna-change-bunsetsu-length): Use it.
32
33 2001-10-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
34         (cf. [tamago:00534])
35
36         * egg/canna.el (canna-word-delete-regist): Signal an error using
37         `egg-error' if there is no text for yomi.
38
39 2001-08-16  KATAYAMA Yoshio  <kate@pfu.fujitsu.com> (cf. [tamago:00516])
40
41         * its/greek.el: New file.
42
43 2001-07-24  KATAYAMA Yoshio  <kate@pfu.fujitsu.com> (cf. [tamago:00504])
44
45         * eggrc (wnn7-jserver-setup): New function.
46
47 2001-06-28  Yoshiki Hayashi  <yoshiki@xemacs.org> (cf. [tamago:00468])
48
49         * egg-cnv.el (egg-end-of-conversion-buffer): Replace
50         `next-single-property-change' to `egg-next-single-property-change'.
51         (egg-decide-before-point): Ditto.
52         (egg-exit-conversion): Ditto.
53         (egg-abort-conversion): Ditto.
54
55         * egg.el (egg-last-method-name): Default to nil.
56
57         * its-keydef.el: Set the default value of `its-select-func-alist'
58         to nil.
59
60         * its.el (its-current-language): Default to nil.
61         (its-mode-map): Use `(meta KEY)' instead of `M-KEY'.
62
63         * egg/canna.el (canna-open): Use `binary' instead of
64         `no-conversion' for the process coding-system.
65         * egg/sj3.el (sj3-open): Ditto.
66         * egg/wnn.el (wnn-open): Ditto.
67
68         * egg/wnnrpc.el (wnnrpc-with-temp-buffer): Use `binary' instead of
69         `no-conversion'.
70         (wnnrpc-with-write-file): Ditto.
71
72 2001-05-24  KATAYAMA Yoshio  <kate@pfu.fujitsu.com> (cf. [tamago:00462])
73
74         * its/aynu.el: Require `cl' when compiling.
75
76 2001-05-23  Katsumi Yamaoka  <yamaoka@jpl.org> (cf. [tamago:00461])
77
78         * egg.el: Require `cl' only when compiling.
79         * its.el: Ditto.
80
81 2001-05-22  KATAYAMA Yoshio <kate@pfu.fujitsu.com>
82
83         * its.el (its-delete-by-character): New customizable variable.
84         (its-delete-backward-SYL): Delete a character as a unit even if
85         just after input, if its-delete-by-character is non-NIL.
86
87 2001-04-16  KATAYAMA Yoshio <kate@pfu.co.jp>
88
89         * egg.el (egg-setup-invisibility-spec): New function for setup
90         buffer-invisibilty-spec.
91
92         * its.el (its-setup-fence-mode): Change the value of invisible
93         property to egg.
94
95         * egg-cnv.el (egg-convert-region): Change the value of invisible
96         property to egg.
97
98         * jisx0213.el: Correct JIS X 0213 definition. (suggested by
99         T. Kawabata)
100
101 2000-06-02  KATAYAMA Yoshio <kate@pfu.co.jp>
102
103         * egg/wnn.el (wnn): Fix docstring.
104         (wnn-backend-plist): Include egg-special-candidate.
105         (wnn-special-candidate): New function.
106         (wnn-pinyin-zhuyin-bunsetsu, wnn-pinyin-zhuyin-string): New
107         functions.
108         (egg-activate-wnn): Fix docstring.
109
110         * egg/sj3.el (sj3, egg-activate-sj3): Fix docstring.
111
112         * egg/canna.el (egg-activate-canna): Fix docstring.
113
114         * menudiag.el: Mostly rewritten.
115
116         * leim-list.el: Docstrings for autoload fixed.
117
118         * its.el (its): Fix docstring.
119         (its-mode-map): Fix bindings.
120         (its-fence-mode, egg-sub-mode-map-alist): New variables.
121         (its-enter/leave-fence): New function.
122         (its-put-cursor): Add text properties point-entered, point-left,
123         modification-hooks.
124         (its-in-fence-p): Check also read-only property.
125         (its-hiragana, its-katakana): Just call its-convert.
126         (its-hankaku, its-japanese-hankaku): These functions deleted.
127         (its-full-half-table, its-half-full-table): New variables.
128         Initialize them.
129         (its-half-width, its-full-width): New functions.
130         (its-convert): Args changed.
131
132         * its-keydef.el (its-make-select-func): Add check by
133         (egg-conversion-fence-p).
134
135         * egg.el (egg): Fix docstring.
136         (egg-current-keymap): This variable deleted.
137         (egg-mode-map-alist, egg-sub-mode-map-alist): New variables.
138         (define-egg-mode-map): New macro.
139         (modefull, modeless): New egg mode maps.
140         (egg-enter/leave-fence-hook): New variable.
141         (egg-enter/leave-fence): New function.
142         (egg-activated): New variable.
143         (egg-activate-keymap): New variable.
144         (egg-modify-fence, egg-post-command-func): New functions.
145         (egg-change-major-mode-buffer): New variable.
146         (egg-activate-keymap-after-command, egg-change-major-mode-func):
147         New functions.
148         (egg-mode): Initialize egg-modefull-mode, egg-modeless-mode.
149         (egg-modefull-map, egg-modeless-map): These functions deleted.
150         (egg-set-face): Preserve the current modification-hooks property.
151
152         * egg-com.el (ccl-decode-egg-binary): Fix BUFFER-MAGNIFICATION.
153         (ccl-encode-egg-binary): Likewise.
154
155         * egg-cnv.el (egg-conv): Fix docstring.
156         (egg-conversion-auto-candidate-menu): Fix docstring.
157         (egg-conversion-auto-candidate-menu-show-all): New variable.
158         (egg-conversion-sort-by-converted-string): New variable.
159         (egg-conversion-fence-p): New function.
160         (egg-define-backend-functions): Include egg-special-candidate.
161         (egg-conversion-map): Define up, down, etc.
162         (egg-conversion-mode): New variable.  Register it in
163         egg-sub-mode-map-alist.
164         (egg-conversion-enter/leave-fence): New function.  Register it in
165         egg-enter/leave-fence-hook.
166         (egg-exit-conversion-unread-char): Use single setq.
167         (egg-make-bunsetsu): Add text properties point-entered and
168         point-left.
169         (egg-set-menu-mode-in-use, egg-unset-menu-mode-in-use)
170         (egg-set-candsel-info): Args changed.
171         (egg-get-candsel-target-major): Code changed.
172         (egg-get-candsel-target-minor): Code changed.
173         (egg-insert-new-bunsetsu): Args changed.
174         (egg-candidate-select-counter): Make it buffer local.
175         (egg-next-candidate-internal): Args changed.
176         (egg-sort-item): New functions.
177         (egg-select-candidate-major): New arg SORT.
178         (egg-select-candidate-minor, egg-select-candidate-list-all-major)
179         (egg-select-candidate-list-all-minor)
180         (egg-select-candidate-internal): Likewise.
181         (egg-hiragana): New function.
182         (egg-katakana, egg-pinyin, egg-zhuyin, egg-hangul): Aliases of
183         egg-hiragana.
184         (egg-special-convert): New function.
185         (egg-enlarge-bunsetsu-internal): Code changed.
186         (egg-reconvert-bunsetsu-internal, egg-decide-before-point)
187         (egg-decide-first-char, egg-exit-conversion)
188         (egg-abort-conversion): Likewise.
189
190 2000-02-01  Takanori Saneto  <sanewo@ba2.so-net.ne.jp>
191
192         * egg/sj3rpc.el (sj3rpc-tanbunsetsu-conversion): should use
193         let* instead of let.
194
195 2000-01-20  Katsumi Yamaoka <yamaoka@jpl.org>
196
197         * egg/sj3.el (sj3-word-registration): New function.
198         (sj3-hinshi-select): New function.
199         (sj3-dictionary-select): New function.
200         (sj3-conversion-backend): Add `sj3-word-registration'.
201         (sj3-hinshi-name): New function.
202         (sj3-hinshi-menu): New variable.
203         (sj3-register-2, sj3-register-1): Add messages.
204         (sj3-server-coding-system-list): Remove.
205         (sj3-server-version): Move to egg/sj3rpc.el.
206         (sj3-server-port, sj3-hostname): Strip "*" from the doc string.
207
208         * egg/sj3rpc.el (sj3rpc-add-word): New function.
209         (sj3rpc-kugiri-stdy, sj3rpc-get-bunsetsu-candidates): Use
210         `sj3-server-coding-system' insted of `sj3rpc-server-coding-system'.
211         (sj3rpc-tanbunsetsu-conversion, sj3rpc-get-bunsetsu-candidates-sub,
212         sj3rpc-begin): Use `sj3-server-coding-system' insted of
213         `sj3rpc-server-coding-system'; don't specify an argument of
214         `sj3rpc-unpack-mb-string'.
215         (sj3rpc-unpack-mb-string): Don't allow the argument; use
216         `sj3rpc-server-coding-system'.
217         (sj3rpc-server-coding-system): Remove macro.
218         (sj3-const): Switch on the return value of `sj3-sjis-p' instead of
219         `sj3-server-version'.
220         (sj3-sjis-p): New macro.
221         (sj3-server-coding-system): New variable; default to `shift_jis'.
222         (sj3-server-version): Move from egg/sj3.el; use `defvar' insted of
223         `defcustom'.
224
225         * eggrc: Remove SJ3 stuff.
226
227 2000-01-17  TOMURA Satoru <tomura@etl.go.jp>
228
229         * Version 4.0.6 released.
230
231 2000-01-17  TOMURA Satoru <tomura@etl.go.jp>
232
233         * README.ja.text: mentiond about doc/lc99.text
234
235 2000-01-17  KATAYAMA Yoshio <kate@pfu.co.jp>
236
237         * its.el (its-hiragana, its-katanaka): modified
238         (its-zenkaku, its-hankaku): added
239         (its-put-cursor): bug fixed.
240         (its-set-cursor-status): redefined.
241         (its-search-beginning, its-search-end): created.
242         (its-end-of-input-buffer): modified.
243         (its-kill-line): modified.
244         (its-cancel-input): modified.
245         (its-japanese-hankaku): added.
246         (its-convert): added.
247         * egg.el (egg-redraw-face): bug fixed.
248
249 2000-01-17  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
250
251         * its.el (its-hiragana, its-katakana): re-added.
252
253 2000-01-17  SANETO Takanori <sanewo@ba2.so-net.ne.jp>
254
255         * Makefile.in: move its-keydefs.el from ITSELS to TOPELS
256
257 2000-01-16
258
259         * egg-sim.el: many functions renamed and modified...
260         * doc/code-table: created
261
262 2000-01-15  TOMURA Satoru <tomura@etl.go.jp>
263
264         * egg-sim.el: rename egg-code.el as egg-sim.el
265         * egg-sim.el (egg-simple-input-method): rename
266         egg-insert-character as egg-simple-input-method
267         * egg.el: rename egg-insert-character as egg-simple-input-method
268         * doc/lc99.txt: added.
269
270 2000-01-14  TOMURA Satoru <tomura@etl.go.jp>
271         * egg-code.el: created
272         * egg.el: Bind egg-insert-character to C-^ in egg-mode
273         * egg.el: Delete the binding for C-_ in egg-mode
274         * Makefile.in: add egg-code to ${SRCS}
275
276 2000-01-13  TOMURA Satoru <tomura@etl.go.jp>
277
278         * Version 4.0.5 released.
279
280 2000-01-13  Katsumi Yamaoka <yamaoka@jpl.org>
281
282         * egg/sj3.el (sj3-end-conversion): Restrain from overrunning.
283
284 2000-01-13  Katsumi Yamaoka <yamaoka@jpl.org>
285
286         * egg/sj3rpc.el (sj3rpc-open): Use `sj3-server-version' instead of
287         2.
288         (sj3rpc-unpack-mb-string): New macro.
289         (sj3rpc-tanbunsetsu-conversion, sj3rpc-get-bunsetsu-candidates-sub,
290         sj3rpc-begin): Use it instead of `comm-unpack'.
291
292         (sj3rpc-server-coding-system): New macro.
293         (sj3rpc-kugiri-stdy, sj3rpc-tanbunsetsu-conversion,
294         sj3rpc-get-bunsetsu-candidates, sj3rpc-get-bunsetsu-candidates-sub,
295         sj3rpc-begin, sj3rpc-unpack-mb-string): Use it.
296
297         (sj3-const): Switch on the value of `sj3-server-version'.
298         (sj3rpc-kugiri-stdy, sj3rpc-tanbunsetsu-conversion,
299         sj3rpc-get-bunsetsu-candidates, sj3rpc-get-bunsetsu-candidates-sub,
300         sj3rpc-begin): Modify for it.
301
302         * egg/sj3.el (sj3-server-coding-system-list): New user option.
303         (sj3-server-version): Ditto.
304
305 2000-01-13  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
306
307         * its.el: typo
308         * egg.el: typo
309
310 2000-01-13  KATAYAMA Yoshio <kate@pfu.co.jp>
311
312         * its.el(its-hiragana, its-katakana): does not work. so deleted.
313
314 2000-01-12  NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
315
316         * README.ja.txt: typo
317         * Makefile.in: (clean, distclean): modified.
318
319 2000-01-12  TOMURA Satoru <tomura@etl.go.jp>
320
321         * Version 4.0.4 released.
322
323 2000-01-12  TOMURA Satoru <tomura@etl.go.jp>
324
325         * REAMDE: removed.
326
327         * README.ja.txt: created.
328
329 2000-01-12  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
330
331         * Makefile.in: "clean" removes ${ELCS}.
332
333         * Makefile.in: "distclean" created.
334
335 2000-01-12  Satoru Tomura  <tomura@etl.go.jp>
336
337         * Version 4.0.3 released.
338
339 2000-01-12  Satoru Tomura  <tomura@etl.go.jp>
340
341         * install-sh: copied from automake distribution
342
343         * configure.in: created
344
345         * Makefile.in: created
346
347         * configure: generated by autoconf
348
349 2000-01-11  Satoru Tomura  <tomura@etl.go.jp>
350
351         * leim-list.el: (defgroup sj3) added.
352
353         * egg/sj3.el (sj3-hosname, sj3-server-port): defcusotm'ed
354
355 2000-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
356
357         * egg/sj3.el: (require 'egg) added.
358
359 2000-01-11  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
360
361         * its.el (its-hiragana, its-katakana): New functions
362
363 2000-01-07  Tomura Satoru   <tomura@etl.go.jp>
364
365         * COPYING: The file is added.
366
367         * ChangeLog.1: The original ChangeLog is renamed as.
368
369         * ChangeLog: Created.
370
371 2000-01-07  Tomura Satoru   <tomura@etl.go.jp>
372
373         * Version 4.0.2 released.
374
375 2000-01-06  Tomura Satoru   <tomura@etl.go.jp>
376
377         * Version 4.0.1 released.
378
379 2000-01-05  Tomura Satoru   <tomura@etl.go.jp>
380
381         * Version 4.0.0 released.