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