-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog.1997-1998
2311 lines (1738 loc) · 82.4 KB
/
ChangeLog.1997-1998
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1998-07-12 NIIBE Yutaka <[email protected]>
* egg-mlh.el (mlh-space-bar-backward-henkan): Don't test against
egg-conversion-backend-alist.
* egg/wnn.el (wnn-fini-lang): Reneme from wnn-fini.
(wnn-fini): New implementation calling wnn-fini-lang.
(wnn-close): Call wnn-fini-lang.
(wnn-dictionary-save): Ditto.
* egg/canna.el (canna-fini): Delete LANG argument.
* egg/sj3.el (sj3-fini): Ditto.
* egg-cnv.el (egg-set-conversion-backend): Removed.
* egg/sj3.el (sj3-start-conversion): Signal error on non-supported
language.
* egg/canna.el (canna-start-conversion): Likewise.
* egg/wnn.el (wnn-start-conversion): Likewise.
* egg-cnv.el (egg-convert-region): Add handler for
lang-not-supported.
* egg/wnn.el (egg-activate-wnn): load wnnrpc here conditionally.
* egg/sj3.el: Likewise.
* egg/canna.el: Likewise.
* egg.el (egg-support-languages, egg-set-support-languages): Removed.
(egg-mode): Don't call egg-set-conversion-backend.
* egg/{canna.el, wnn.el, sj3.el}: Don't call egg-support-languages.
* egg-cnv.el (egg-set-current-backend): Removed.
(egg-initialize-backend, egg-start-conversion,
egg-start-reverse-conversion): Don't call egg-set-current-backend.
(egg-conversion-backend-null): Rename from *-other-languages.
(egg-conversion-backend-alist): Removed.
(egg-conversion-backend): Not buffer local.
(egg-finalize-backend-alist): Removed.
1998-07-10 NIIBE Yutaka <[email protected]>
* egg-cnv.el (egg-start-conversion-failure-hook): New Variable.
(egg-start-conversion-failure-fallback): New Function.
(egg-convert-region): Handle error and hook on failure.
* egg/sj3.el (sj3-open): Remove bogus setq-s of sj3-sys-dict-list,
sj3-user-dict-list.
* egg-mlh.el (mlh-space-bar-backward-henkan): Don't emit message
"converting...", as it may flush out error message.
* egg/sj3rpc.el ("egg-com", "egg/sj3"): Require on compilation.
(sj3rpc-open): Failure when version is different.
1998-07-03 KATAYAMA Yoshio <[email protected]>
* its/erpin.el, its/hangul.el, its/hankata.el, its/hira.el,
its/jeonkak.el, its/kata.el, its/pinyin.el, its/quanjiao.el,
its/thai.el, its/zenkaku.el: Updated using new its-*.
* its.el (define-its-state-machine): Rewritten.
(define-its-compiled-map): Deleted.
(define-its-state-machine-append): Rewritten.
(its-defrule): Rewritten.
(its-defrule*): Rewritten.
(its-parent-states): New Variable.
(its-goto-state): Remove 2nd optional argument INITIAL-STATE.
(its-set-interim-terminal-state): New Function.
(its-make-next-state): Remove 2nd argument KEYSEQ.
1998-07-01 NIIBE Yutaka <[email protected]>
* egg-mlh.el (mlh-hira-to-kata): Removed. Doesn't work any more.
(mlh-katakana): Use japanese-katakana-region.
* egg-cnv.el (egg-conversion-map): Add again mapping for "/".
1998-06-27 KATAYAMA Yoshio <[email protected]>
* egg-cnv.el (egg-abort-conversion): Bug fix.
1998-06-27 NIIBE Yutaka <gniibe@akebono>
* egg/wnn.el (wnn-dictionary-specification-list): Don' specify
for gerodic/g-jinmei.
Suggested by SAKAI Kiyotaka <[email protected]>.
1998-06-26 KATAYAMA Yoshio <[email protected]>
* its.el (its-cancel-input): Bug fix.
1998-06-26 SAKAI Kiyotaka <[email protected]>
* egg-cnv.el (egg-conversion-mode, egg-help-command): New
functions for help string.
* its.el (its-mode, its-mode-help-command): Likewise.
1998-06-26 KATAYAMA Yoshio <[email protected]>
* egg-cnv.el (egg-convert-region): Bug fix.
* egg.el (egg-default-language): Don't use string.
* its/hankata.el (its-han-kata-enable-double-n, and others):
Variable name change (-han-) to distingush kata.el.
* its/erpin.el (its-erpin-tw-enable-quanjioao-alphabet,
its-erpin-cn-enable-quanjioao-alphabet):
See its-enable-fullwidth-alphabet.
* its/kata.el (its-kata-enable-zenkaku-alphabet): Likewise.
* its/pinyin.el (its-pinyin-cn-enable-quanjioao-alphabet): Likewise.
* its/zenkaku.el (its-zenkaku-down-map): Likewise.
* its/erpin.el (its-erpin-tw-map): Bug fix for "\\", "{", "}", and
"/".
* its/pinyin.el (its-pinyin-cn-map): Ditto.
* its/quanjiao.el (its-quanjiao-down-tw-map): Ditto.
* its/zhuyin.el (its-zhuyin-cn-enable-quanjioao-alphabet): Ditto.
* its/hira.el (its-hira-enable-zenkaku-alphabet): Follow changes
of its.el.
* its/ascii.el (its-up-map, its-down-map): Ditto.
* its/jeonkak.el (its-jeonkak-up-map): Ditto.
* its/hira.el (its-hira-enable-zenkaku-alphabet):
See its-enable-fullwidth-alphabet.
* egg/wnn.el (wnn-save-dictionaries): Rewritten.
* egg/canna.el (egg-edep): Required.
(canna-support-languages): Use symbol.
* egg/sj3.el (egg-edep): Likewise.
* egg/wnn.el (egg-edep): Likewise.
* egg/wnnrpc.el: Use symbol.
* menudiag.el (menudiag-mode-map): Bug fix for boundary conditions.
(menudiag-make-selection-list): Bug fix in case of many items.
(menudiag-forward-item, menudiag-backward-item,
menudiag-goto-line): Change so that it wraps.
* its.el (egg-edep): Required.
(its-keydef): Require unconditioanlly.
(its-mode-map): Don't call its-define-select-keys here.
(its-mode-map): Use of symbol as keymap.
(its-fence-invisible): New variable.
(its-put-cursor): Don't call its-define-select-keys.
(its-setup-fence-mode): invisible handling and its-define-select-keys.
(its-keyseq-acceptable-p): if (CDR SYL) is number, return NIL.
(define-its-state-machine): Introduce its-temporaly-map.
(define-its-state-machine-append): Likewise.
(its-goto-state): Use symbol as keymap, not directly.
(its-set-part-1,its-set-part-2): New function.
(its-delete-backward-within-SYL): Conditionalize.
* egg.el (egg-edep): Required.
(egg-mode): Add remove-hook call.
Supply NIL as first argument to egg-set-conversion-backend.
make-local-hook for input-method-activate-hook.
(egg-set-face): Add optional argument OBJECT.
(egg-redraw-face): Bind inhibit-point-motion-hooks.
* egg.el (set-buffer-multibyte): Move to egg-edep.el.
* egg-mlh.el (mlh-space-bar-backward-henkan): Use assq.
* egg-com.el (egg-zhuyin-syllable): compatibility change.
(encode-fixed-euc-china-region): Removed maxlen.
Really Needed? -- gN.
* egg-com.el (egg-pinyin-syllable): Check exact match.
(egg-zhuyin-syllable): Likewise.
* egg-cnv.el (egg-edep): Required.
(its-keydef): Not required.
(egg-conversion-map): Don't call its-define-select-keys here.
Fset it to use symbol instead of the map directly.
(egg-get-bunsetsu-info): Add new optional argument for getting
property.
(egg-start-conversion-other-languages): set egg-conversion-backend.
(egg-set-current-backend): Use assq instead of assoc.
(egg-get-conversion-face): Likewise.
(egg-conversion-invisible): New variable.
(egg-convert-region): Change for open/close delimiter.
(egg-chinese-sisheng-regexp): New function.
(egg-separate-languages): Use egg-chinese-sisheng-regexp,
use symbol for language specifier (instead of string).
(egg-charset-to-language): Use symbol for language specifier
(instead of string).
(egg-next-chinese-lang): Likewise.
(egg-next-part-lang): Change the arguments.
(egg-make-bunsetsu): New function changing egg-insert-bunsetsu.
(egg-separate-characters): compatibility changes.
(egg-conversion-wrap-select): New Variable.
(egg-next-candidate): Can wrap around.
(egg-decide-before-point): Rewritten.
(egg-abort-conversion): Back to previous one.
(egg-select-candidate): Use egg-make-bunsetsu.
* egg-edep.el: New File for handling differences between Emacs version.
* its/thai.el: New File.
* its/hangul.el: Updated.
1998-06-26 NIIBE Yutaka <[email protected]>
* Makefile (install): Don't touch .emacs and leim-list.el
directly. User should do it by her hand.
Reported by SAKAI Kiyotaka <[email protected]>
1998-06-25 NIIBE Yutaka <[email protected]>
* egg/canna.el (canna-dictionary-specification): "user" instead of
("user"). Should chnage canna-filename later.
Reported by Akio Morita <[email protected]>.
1998-04-02 NIIBE Yutaka <[email protected]>
* egg-com.el (comm-unpack-u16-string): Call string-as-multibyte.
(comm-unpack-mb-string): Likewise.
* egg.el (set-buffer-multibyte): Function for Emacs 20.2.
* egg/wnn.el (wnn-open): Call set-buffer-multibyte.
* egg/sj3.el (sj3-open): Ditto.
* egg/canna.el (canna-open): Ditto.
1998-04-02 KATAYAMA Yoshio <[email protected]>
Implement hilight.
* egg.el (egg-mark-list, egg-suppress-marking): New Variables.
(egg-set-face, egg-mark-modification, egg-redraw-face): New
Functions.
* its.el (its-buffer-ins/del-SYL): Call egg-set-face.
(its-setup-yanked-portion): Likewise.
* egg-cnv.el (egg-insert-bunsetsu): Call egg-set-face.
* egg.el (egg-mode): set default backend.
* egg-mlh.el (mlh-space-bar-backward-henkan): activate input
method.
1998-04-02 NIIBE Yutaka <[email protected]>
* egg-cnv.el (egg-decide-bunsetsu): Undo changes of 03-16.
(egg-abort-conversion): Call egg-end-conversion.
(egg-decide-before-point): Call egg-end-conversion widh ABORT=NIL.
1998-03-16 NIIBE Yutaka <[email protected]>
CANNA Support.
* egg/canna.el, egg/cannarpc.el: New file.
* Makefile (SRCS): Added.
* egg-cnv.el (egg-end-conversion): Add argument ABORT.
* egg/wnn.el (wnn-end-conversion): Follow the change of
EGG-END-CONVERSION.
* egg/sj3.el (sj3-end-conversion): Likewise.
1998-03-15 NIIBE Yutaka <[email protected]>
* Makefile: Add dependencies for its-keydef.elc.
* egg/sj3rpc.el (sj3-open): Don't support list of hosts.
* its.el (its-exit-mode, its-kick-convert-region): Bug fix. Call
its-input-end and its-put-cursor.
(its-exit-mode-off-input-method): Removed.
1998-03-14 KATAYAMA Yoshio <[email protected]>
* docomp.el (its-keydef): Undo the changes of 03-09. its.el
is fixed.
* egg-cnv.el (egg-current-language): New valiable.
(egg-bunsetsu-info): Separate bunsetsu-info and lunguage.
(egg-conversion-backend-other-languages
egg-init-other-languages
egg-start-conversion-other-languages
egg-get-bunsetsu-converted-other-languages
egg-get-bunsetsu-source-other-languages
egg-list-candidates-other-languages
egg-get-number-of-candidates-other-languages
egg-get-current-candidate-number-other-languages
egg-get-all-candidates-other-languages
egg-decide-candidate-other-languages
egg-change-bunsetsu-length-other-languages
egg-end-conversion-other-languages
egg-fini-other-languages): New valiable and functions for
handling unknown language.
(egg-set-current-backend): Set egg-conversion-backend-other-languages
when backend for specified language isn't found.
(egg-start-reverse-conversion): New function for reverse conversion.
(egg-set-conversion-backend-internal): Removed.
(egg-set-conversion-backend): Args are changed.
(egg-get-conversion-face): New function for different face for
every language.
(egg-convert-region): Make converting text read-only. Handle
unknown laguages and backend opening error. Rename its-lang to
egg-lang.
(egg-separate-languages): Argument use-context is added to
utilize context when called by its-yank. Rename its-lang to
egg-lang Improve speed.
(egg-charset-to-language): Renamed from egg-char-to-language.
(egg-next-part-lang egg-next-chinese-lang): Rename its-lang to
egg-lang.
(egg-conversion-map): Unbind C-\ and /. Bind C-X RET XXX to
its-select-XXX.
(egg-insert-bunsetsu): Make conversion text read-only. Separate
bunsetsu-info and conversion-backend.
(egg-insert-bunsetsu-list): Remove redundant variables.
(egg-beginning-of-conversion-buffer): New function.
(egg-end-of-conversion-buffer): New function.
(egg-enlarge-bunsetsu): Handle read-only text.
(egg-next-candidate): Handle read-only text. Bug on no candidate
bunsetsu is fiexed.
(egg-reconvert-bunsetsu-internal egg-reverse-convert-bunsetu
egg-reconvert-bunsetsu): New functions for reverse conversion and
re-conversion.
(egg-decide-before-point egg-abort-conversion): Handle read-only
text. Bug on pinyin and zhuyin mixed conversion is fixed. Allow
long fence.
(egg-select-candidate): Handle read-only text. Bug on no candidate
bunsetsu is fiexed.
* egg-com.el: Change coding-system from internal to iso-2022-7bit.
* egg-mlh.el (mlh-space-bar-backward-henkan): Disable temporally
mode selection.
* egg.el (egg-mode): Set cureent lang to conversion backend.
(egg-set-mode-line-title): Renamed to its-set-mode-line-title
and moved to its.el.
(egg-check-language): Removed.
* egg/sj3.el (sj3-server-port): Change from defconst to defver for
user customization.
(sj3-open sj3-get-environment): Try opening alternate servers.
(sj3-start-conversion): Make second argument LANGUAGE optional.
(egg-activate-sj3): Parameters of egg-set-conversion-backend is
changed.
* egg/sj3rpc.el (sj3rpc-error-message): New constant (Not yet
completed).
(sj3rpc-get-error-message): Check range of errno to avoid
args-out-ou-range error.
* egg/wnn.el (wnn-jport wnn-cport wnn-tport wnn-kport): New
variables for user customization.
(wnn-server-info-list wnn-server-port): Type of fourth element
is changed from integer to symbol.
(wnn-start-reverse-conversion): New function.
(wnn-open wnn-get-environment): Try opening alternate servers.
(egg-activate-wnn): Parameters of egg-set-conversion-backend is
changed.
* its-keydef.el (its-current-language): Moved to its.el.
(its-make-select-func): Remove language check (egg-check-language).
Add temporally mode selection.
(its-do-list-make-select-func): Binding of zhuyin-tw is changed to
`C' because conflicting zenkaku-upcase.
* its.el (its-current-select-func its-previous-select-func): New
variables for temporally mode selection.
(its-keydef requiring): Use eval-when to avoid error on using
compiled file.
(its-get-fence-face): New function for different face for
every language.
(its-put-cursor its-setup-fence-mode): Make fence read-only.
(its-start): Remove force-mode-line-update calling.
(its-restart): Add optional argument set-prop.
(its-self-insert-char its-backward-SYL its-forward-SYL
its-delete-SYL its-delete-backward-SYL its-exit-mode
its-delete-backward-SYL-by-keystroke its-transpose-chars
its-kick-convert-region its-end-of-input-buffer): Handle read-only
fence.
(its-state-machine): Accept special actions to handle temporally
mode selection.
(its-buffer-ins/del-SYL its-ins/del-SYL-batch): Handle read-only
fence. Property its-lang is renamed to egg-lang.
(its-get-next-state its-make-next-state): Add type check to avoid
wrong-type-argument error.
(its-keyseq-acceptable-p): Save informations of its-map to avoid
confusing on temporally mode selection.
(its-defrule-select-mode-temporally): New macro.
(its-kill-line its-cancel-input): New function.
(its-delete-backward-within-SYL): Bind its-current-language to
avoid confusing when undo is done beyond language change.
(its-yank its-yank-pop its-setup-yanked-portion): New functions.
(its-exit-mode-internal): Reset temporally selected mode. Allow
long fence.
(its-kick-convert-region-or-self-insert): New function.
(its-translate-region): Remove text properties completly.
(its-set-mode-line-title): Moved from egg.el and renamed.
(its-select-mode-temporally its-select-previous-mode): New functions
for temporally mode selection.
* leim-list-egg.el: Secondary argument for egg-activate-sj3/wnn
is no longer needed.
* its/hira.el: Remove the rule for "~" which destroies the rules
with its-hankaku-escape.
* its/pinyin.el: Implement its-pinyin-cn-enable-quanjioao-alphabet
and its-pinyin-tw-enable-quanjioao-alphabet.
* its/hangul.el: Implement its-hangul-enable-quanjioao-alphabet.
* its/ascii.el: New file.
* its/erpin.el: New file.
* its/hankata.el: New file.
* its/jeonkak.el: New file.
* its/kata.el: New file.
* its/quanjiao.el: New file.
* its/zenkaku.el: New file.
* its/zhuyin.el: New file.
1998-03-14 NIIBE Yutaka <[email protected]>
* egg/sj3rpc.el (sj3rpc-close): New function.
* egg/sj3.el (sj3bunsetsu-[sg]et-kugiri-changed): Rename from
sj3bunsetsu-get-stdy-down.
(sj3-end-conversion): Implement CLSTDY.
(sj3-fini): Implemented.
1998-03-10 NIIBE Yutaka <[email protected]>
* egg/sj3.el (sj3-end-conversion): Implement bunsetsu study.
CLSTDY not yet.
* egg/sj3rpc.el (sj3rpc-get-bunsetsu-candidates-sub): Bug fix.
Always add hiragana and katakana candidates.
(sj3-const: CLSTDY, CLSTDY_EUC): Renamed from END and END_EUC
according to "sj3cmd.h" of SJ3 distribution.
(sj3rpc-bunsetsu-stdy, sj3rpc-kugiri-stdy): New functions.
* egg-com.el (comm-format-u8-vector): New substitution.
(comm-format): New format 'v'.
1998-03-09 NIIBE Yutaka <[email protected]>
* docomp.el (its-keydef): Require its-keydef when compile.
Not so good. Just a work around.
(its-mode-map): Undo the changes of 03-04.
1998-03-09 KATAYAMA Yoshio <[email protected]>
* its.el (its-translate-region): Make it command.
(its-translate-region-internal): Make it function.
1998-03-04 NIIBE Yutaka <[email protected]>
* its.el (its-define-select-keys of its-mode-map): Comment it out.
* its-keydef.el (its-make-select-func): Add eval-when to compile this.
* egg-cnv.el (egg-decide-bunsetsu): Deleted.
* its.el (its-restart): Call its-setup-fence-mode with no argument.
* its.el (its-keyseq-acceptable-p): Bug fix.
1998-03-03 KATAYAMA Yoshio <[email protected]>
*its.el (its-get-keyseq-syl): Compensate when DSYL has back.
(its-DSYL-with-back-p): New function. Return t when DSYL has back.
(its-concrete-DSYL-p): New function. Return t when DSYL is cons
form which means input is not continued after DSYL was created.
(its-make-concrete-DSYL): New function.
(its-self-insert-char): Make DSYL to ``concrete-DSYL'' if cursor
is t which means input is not continued.
(its-input): Test input key is whether acceptable or not when
its-barf-on-invalid-keyseq is non-nil.
(its-input-to-vsyl): Set cursor status, not just returning it.
(its-state-machine its-state-machine-keyseq): Make sure to issue
``DSYL-with-back'' when syllable is decided by the rule with back.
``test mode'' is added.
(its-keyseq-acceptable-p): New function.
(its-forward-SYL): The args order of put-text-property was wrong.
(its-delete-backward-SYL-by-keystroke): New function.
(its-delete-backward-within-SYL): ``delete-by-keystroke'' mode
did not work when syllable is decided by the rule with back.
Deletion limit is extended to outside of SYL (meaning of
``within-SYL'' is changed to ``deletion starts within SYL).
(its-transpose-chars): Fixed up.
(its-in-fence-p): Confuse at openning fence.
1998-02-25 KATAYAMA Yoshio <[email protected]>
* its.el (its-put-cursor): Enable its-map change in fence mode.
* its-keydef.el (its-make-select-func): Same as above.
1998-02-25 KATAYAMA Yoshio <[email protected]>
* its.el (its-set-cursor-status): New function.
(its-setup-fence-mode): New function.
(its-insert-fence-open its-insert-fence-close): Deleted.
(its-start, its-restart, its-self-insert-char): Avoid fence
destruction on its-barf.
(its-input-to-vsyl, its-state-machine, its-state-machine-keyseq,
its-buffer-ins/del-SYL, its-ins/del-SYL-batch): Update cursor
status on updating syllables.
(its-input-error): New function to realize doc-string of
its-barf-on-invalid-keyseq.
* egg.el (egg-mode): Don't use egg-mode-line-title which cause
wrong-type-argument at isearch. Bind its-select-XXX to key only
when modefull is select.
* egg-mlh.el (mlh-hangul, mlh-zhongwen, mlh-zhongwen-tw): Same
as above.
* its-keydef.el (its-make-select-func): Same as above.
* leim-list-egg.el: Same as above.
1998-02-24 KATAYAMA Yoshio <[email protected]>
* its.el (its-state-machine-keyseq): Remove binding
its-barf-on-invalid-keyseq to nil.
(its-ins/del-SYL-batch): Avoide altering its-XXX-map.
(its-translate-region-internal): its-translation-result's data
type is changed to string.
* egg-cnv.el (egg-convert-region): Gather contiguous same
language part.
1998-02-21 KATAYAMA Yoshio <[email protected]>
* its.el (its-ins/del-SYL-batch): Set its-lang property.
(its-translate-region): Remove its-lang property from translated
text.
(its-translate-region-internal): New function. Retain its-lang
property on translated text.
* egg-mlh.el (mlh-space-bar-backward-henkan): Force base language
to Japanese.
(mlh-hangul mlh-zhongwen-tw mlh-zhongwen): New functions for
conversion functions.
1998-02-20 KATAYAMA Yoshio <[email protected]>
* its.el (its-restart): New function.
(its-insert-fence-open, its-insert-fence-close): New function.
(its-start): Rewritten. Use its-insert-fence-open and
its-insert-fence-close.
(its-exit-mode-internal): Leave its-syl property.
(its-exit-mode-internal): Delete the property in this case.
(its-keydef): Require it.
* its-keydef.el: Provide the feature.
* egg-cnv.el (egg-convert-region): Add egg-source property to save
the source string.
(egg-conversion-map, \C-c): New keybind.
(egg-get-previous-bunsetsu): Bug fix.
(egg-decide-before-point): New implementation.
(egg-exit-conversion): Use gg-decide-before-point.
(egg-abort-conversion): New command.
1998-02-20 NIIBE Yutaka <gniibe@akebono>
* Makefile (SRCS), Egg.prj: Remove euc-china.el.
* egg-com.el: Include egg-china.el.
* egg-china.el: Removed.
1998-02-18 NIIBE Yutaka <[email protected]>
* Egg.prj: Use PRCS.
* Makefile (SRCS): Rename euc-cn.el to euc-china.el
* egg-mlh.el (mlh-space-bar-backward-henkan): Put "Japanese"
language property for text.
1998-02-18 KATAYAMA Yoshio <[email protected]>
* euc-china.el: Rename from euc-cn.el. Update.
* egg.el (egg-mode): Bug fix. Call get-exit-conversion.
* leim-list-egg.el ("japanese-egg-wnn", "japanese-egg-sj3"):
Use new definition (with language argument).
* egg/wnn.el (egg-activate-wnn):
* egg/sj3.el (egg-activate-sj3):
1998-02-17 NIIBE Yutaka <[email protected]>
* Makefile (SRCS): Add its/pinyin.el, its/hangul.el and
its-keydef.el.
* egg-com.el (ccl-encode-fixed-euc-kr): Fixed the name.
1998-02-17 KATAYAMA Yoshio <[email protected]>
* its-keydef.el: New file.
* its/hangul.el, its/pinyin.el: New version.
* egg/wnnrpc.el (load-library "egg/wnn"): Comment it out.
(wnnrpc-get-error-message): Support multiple languages.
(wnnrpc-call-with-environment): Chinese support.
* egg/wnn.el (wnn-support-languages): New const.
(<env>): Add <server-type>, <dic-set>, and <rev-flag>.
(wnnenv-get-server-type, wnnenv-get-dictionary-set,
wnnenv-get-reverse-flag): New substs.
(wnnenv-get-daibunsetsu-info, wnnenv-set-daibunsetsu-info): Changed.
(wnn-server): Removed.
(wnn-jserver, wnn-cserver, wnn-tserver, wnn-kserver): New custom.
(wnn-server-info-list): New const.
(wnn-get-server-info): New function.
(wnn-server-locale, wnn-server-type, wnn-server-port,
wnn-server-stream-name, wnn-server-buffer-name,
wnn-server-coding-system, wnn-server-hostname): New substs.
(wnn-start-conversion): Add new arguments.
(wnn-uniq-candidates): Initialize 'n'.
(wnn-change-bunsetsu-length): Simplefied.
(wnn-change-bunsetsu-length): Call renbunsetsu-conversion,
instead.
(wnn-fini, wnn-comm-sentinel): back to 971009 version.
(wnn-jserver-port): Removed.
(wnn-open): Argument change. Support languages.
(wnn-dictionary-specification): Removed.
(wnn-dictionary-specification-list): New variable.
(wnn-get-dic-spec, wnn-dic-spec-dic-set, wnn-dic-spec-reverse,
wnn-dic-spec-name, wnn-dic-spec-param, wnn-dic-spec-fuzokugo,
wnn-dic-spec-dic-list): New substs.
(wnn-get-environment): Rewrite.
(wnn-create-environment): Rewrite.
(egg-activate-wnn): Support languages.
* egg/sj3rpc.el (load-library "egg/sj3"): Don't load it.
* egg/sj3.el (sj3-support-languages): New const.
(sj3-start-conversion, sj3-fini): Add lang.
(sj3-change-bunsetsu-length): Simplified.
(egg-activate-sj3): Support language.
* its/hira.el (its/hira): Packagefy. (?)
(its-hira-map): Add language spec. Move here the escape keys
("Z", "~").
* leim-list-egg.el ("chinese-gb-egg-wnn-py", "chinese-gb-egg-wnn-zy",
"chinese-cns-egg-wnn-py", "chinese-cns-egg-wnn-zy",
"korean-egg-wnn"): New input methods.
* its.el (its-current-language): New Local Variables.
<map>: Change the structure. Add <language>.
(its-get-language): New substitution.
(its-set-indicator): Removed.
(its-get-indicator, its-get-start-state): New implementation.
(its-reset-start-state): Removed.
(its-buffer-ins/del-SYL): Add new properties, its-map and its-lang.
(its-exit-mode-internal): Change for its-map and its-lang.
(its-in-fence-p): New function.
("its-keydef.el"): Load it.
(its-select-map-menu): Removed.
(its-select-map-from-menu): Removed.
(its-select-hiragana, its-select-katakana, its-select-downcase,
its-select-upcase, its-select-zenkaku-downcase,
its-select-zenkaku-upcase, its-select-map, its-zenkaku-escape,
its-hankaku-escape): Removed.
(define-its-state-machine): Rewrite.
(define-its-compiled-map): New macro.
(its-define-state-machine): Removed.
(its-forward-SYL): Cleanup.
(its-beginning-of-input-buffer): Fix.
(its-end-of-input-buffer): Likewise.
* egg-com.el (egg-fixed-euc, egg-mb-euc): New Local Variables.
(ccl-decode-fixed-euc-kr, ccl-encode-fixed-euc-kr): New CCLs.
(fixed-euc-kr): New coding system.
(comm-format-mb-string, comm-format-u16-string): Support EUC-KR.
(comm-unpack-u16-string, comm-unpack-mb-string): Likewise.
* egg-cnv.el (egg-get-bunsetsu-info): New function.
(egg-conversion-backend-alist, egg-finalize-backend-alist):
New Variables.
Make egg-conversion-backend buffer local.
(egg-set-current-backend): New function.
(egg-initialize-backend): Call egg-set-current-backend.
(egg-start-conversion): Add new argument LANGUAGE.
(egg-finalize-backend): Finalize for all backend(s).
(egg-set-conversion-backend-internal): New Macro.
(egg-convert-region): Support multiple languages in the region.
(egg-separate-languages, egg-char-to-language, egg-next-part-lang,
egg-next-chinese-lang): New functions.
(egg-insert-bunsetsu-list): Change the meaning of last argument.
(egg-shrink-bunsetsu): Simplified. Just call egg-enlarge-bunsetsu.
(egg-enlarge-bunsetsu): Support shrink.
(egg-decide-bunsetsu, egg-next-candidate, egg-select-candidate):
Use egg-get-bunsetsu-info.
(egg-insert-bunsetsu): The property now includes
egg-conversion-backend.
* egg.el: Don't load its/hira and don't set its-current-map.
* egg.el (egg-default-language, egg-support-languages): New Variables.
(egg-last-method-name, egg-mode-line-title): New Local Variables.
(egg-set-mode-line-title, egg-check-language): New functions.
(egg-set-support-languages): New function.
(egg-mode): Final processing: call its-exit-mode, call
egg-exit-conversion.
Changing the arguments, remember last input method.
Bug fix. Don't set its-hira-period and its-hira-comma.
1998-02-17 KAWABATA, Taichi
* menudiag.el (menudiag-mode-map): New binds for new commands.
(menudiag-beginning-of-items, menudiag-end-of-items): New commands.
(menudiag-make-menu-formatted-string): Bug fix. Use
menudiag-item-num-to-char.
(menudiag-goto-item): Rewrite. Better user interface.
(menudiag-char-to-item-num, menudiag-item-num-to-char): New
functions.
1998-02-07 MORIOKA Tomohiko <[email protected]>
* leim-list-egg.el: Delete autoload setting for `egg-mode'.
Delete input method registration for "japanese-egg".
* egg.el: Comment out setting for Wnn.
* leim-list-egg.el: Add autoload setting for
`egg-activate-{wnn|sj3}'.
* egg/sj3.el (egg-activate-sj3): Add DOC-string.
* egg/sj3.el (egg-activate-sj3): New function.
Require egg.
Load egg/sj3rpc.el.
* egg/wnn.el (egg-activate-wnn): New function.
Require egg.
Load egg/wnnrpc.el.
1998-02-07 MORIOKA Tomohiko <[email protected]>
* leim-list-egg.el (japanese-egg-wnn): New input method.
(japanese-egg-sj3): New input method.
1997-11-20 MORIOKA Tomohiko <[email protected]>
* leim-list-egg.el: Rename `egg-ja' -> `japanese-egg'.
1997-11-20 MORIOKA Tomohiko <[email protected]>
* egg/wnn.el (wnn): New group.
(wnn-server): Use `defcustom'.
(wnn-usr-dic-dir): Use `defcustom'.
* egg.el (egg): New group.
1997-11-20 MORIOKA Tomohiko <[email protected]>
* menudiag.el (menudiag-mode-map): Swap binding for left and
right.
* egg.el (egg-toroku-region): `wnn-get-environment' requires
dictionary-specification.
* leim-list-egg.el: add autoload setting for egg-mode.
1997-11-03 KATAYAMA Yoshio <[email protected]>
* euc-cn.el: New file. Original name was yincoding.el.
Adopted by NIIBE Yutaka <[email protected]>.
1997-11-03 NIIBE Yutaka <[email protected]>
* its.el (its-start): Add INVISIBLE property if ITS-FENCE-FACE.
* egg-cnv.el (egg-decide-before-point): Ditto.
Based on patch by Kenichi HANDA <[email protected]>.
Once, I thought that we need many environments which correspond to
outstanding CONVERSION buffre. However, I've learned that WNN4
protocol is completely independent. It's no use to maintain each
environment. Share the one environment.
* egg/wnn.el (wnn-environments): Removed.
(wnn-environment): New variable.
(wnn-comm-sentinel): Follow the change. Let users know the close.
(wnn-fini): Likewise.
<env>: Remove the member <in-use>.
(wnnenv-create): Follow the structure change.
(wnn-end-conversion): Likewise.
(wnnenv-get-in-use-flag, wnnenv-set-in-use-flag): Removed.
(wnn-find-env-not-in-use): Removed.
(wnn-get-environment): Use wnn-environment instead of wnn-environments.
Take one argument.
* egg-cnv.el (egg-decide-before-point): Signal error on first SYL.
Reported by KATAYAMA Yoshio <[email protected]>. Changes of 1997-09-07
was not enough.
Set-marker M to NIL after PUT-TEXT-PROPERTY.
Because the name of identifier begins egg-*, change the file names.
* tamago: Rename from tamago.
* egg.el, egg-mlh.el, egg-com.el, egg-cnv.el: Rename from tamago-*.el
* Makefile: Follow the changes.
1997-10-05 NIIBE Yutaka <[email protected]>
* tamago/wnn.el (wnn-uniq-candidates): Add new argument BUNSETSU.
Call WNN-BUNSETSU-SET-ZENKOUHO-POS, WNN-BUNSETSU-SET-ZENKOUHO in
this function. Handle the case where BUNSETSU is not the first
element of BUNSETSU-LIST.
(wnn-list-candidates): Use new API of WNN-UNIQ-CANDIDATES.
* tamago-cnv.el (egg-next-candidate): Handle the case where
EGG-LIST-CANDIDATES returns non zero value.
1997-10-04 NIIBE Yutaka <[email protected]>
* Makefile (install): Install to SITEDIR.
1997-09-26 NIIBE Yutaka <[email protected]>
* its/hira.el (its-hira-enable-zenkaku-alphabet): New variable.
(its-hira-map): Use it.
1997-09-19 NIIBE Yutaka <[email protected]>
Arrange for LEIM. Use tamago/ subdirectory.
* tamago/: Rename from tamago-lib.
1997-09-18 NIIBE Yutaka <[email protected]>
* tamago-cnv.el (egg-select-candidate): menu-select -->
menudiag-select.
* tamago.el (egg-toroku-region, egg-hinshi-select): Likewise.
* tamago-cnv.el (egg-exit-conversion): Run hook of
input-method-after-insert-chunk-hook.
* its.el (its-exit-mode-internal): Ditto.
* tamago-mlh.el (mlh-comma-period-style): Deleted.
* its/, tamago-lib/: New directory.
* its/: Move its-*.el files here.
* tamago-lib/: Move sj3.el, sj3rpc.el, wnn.el and wnnrpc.el here.
* tamago-com.el: Rename from comm.el.
* tamago-mlh.el: Rename from mlh.el.
* tamago-cnv.el: Rename from convert.el.
* menudiag.el: Rename from menu.el.
(Throughout): Rename menu-* to menudiag-*.
1997-09-07 NIIBE Yutaka <[email protected]>
* egg.el (egg-insert-after-hook, egg-exit-hook): Removed.
(egg-sai-henkan-start, egg-sai-henkan-end, egg-old-bunsetu-suu):
Removed.
* wnn.el (WNN-const): New macro.
(wnn-start-conversion, wnn-open-dictionary, wnn-open-frequency,
wnn-set-dictionary-sub, wnn-update-frequency): Use it.
* wnnrpc.el (wnn-const): New macro.
Throughout: Use wnn-const.
* convert.el (egg-decide-before-point): Bug fix. Handle the case
where all bunsetsu are decided.
Reported by KATAYAMA Yoshio <[email protected]>.
* convert.el (egg-exit-conversion): Call egg-end-conversion at end.
(egg-decide-before-point): Ditto.
* wnn.el (wnn-environments): Change the structure of enviromnents.
(wnn-fini): Handle errors.
(wnn-open): Set sentinel. Delete buffer on failure.
(wnn-comm-sentinel): New function.
(wnn-find-env-not-in-use): Return nil when not found.
(wnn-create-environment): Take username as argument.
(wnn-get-environment): Follow the change.
(wnnenv-create): Remove useless serial no.
(wnnenv-get-in-use-flag, wnnenv-set-in-use-flag): Follow the change.
(wnnenv-get-daibunsetsu-info, wnnenv-set-daibunsetsu-info): Likewise.
(wnn-create-environment, wnn-get-environment): Likewise.
1997-09-04 NIIBE Yutaka <[email protected]>
* its.el (its-state-machine-keyseq): Bug fix. Handle VSYL.
* sj3.el, sj3rpc.el: New files.
* comm.el (comm-call-with-proc, comm-call-with-proc-1): New macros.
* wnnrpc.el (wnnrpc-call-with-proc, wnnrpc-call-with-proc-1): Deleted.
Throughout: Use comm-call-with-proc and comm-call-with-proc-1.
1997-09-03 NIIBE Yutaka <[email protected]>
* wnnrpc.el (wnnrpc-call-with-proc-1): Bug fix. let --> progn.
* convert.el (egg-conversion-backend): Initail value is NIL.
* wnn.el (wnn-conversion-backend): New constant.
* comm.el (comm-format,comm-unpack): Support multibyte string.
(comm-format-mb-string): New substitution.
(comm-unpack-mb-string): New substitution.
* wnn.el (wnn-fini): Handle the case where wnn-environments is nil.
Reported by Hisashi Miyashita <[email protected]>.
1997-09-03 Hiroshi Ogata <[email protected]>
* mlh.el (mlh-zenkaku): Use new API of Emacs-20,
japanese-zenkaku-region.
1997-09-02 NIIBE Yutaka <[email protected]>
* egg.el (egg-toroku-region): New function.
* wnn.el (wnn-list-dictionaries): New function.
(wnnenv-get-proc): New function.
* wnnrpc.el (wnndic-get-id, wnndic-get-comment, wnndic-get-dictname):
New substitution.
(wnnrpc-get-writable-dictionary-id-list): Rename from
wnnrpc-get-writable-dictionary-list.
1997-09-01 NIIBE Yutaka <[email protected]>
* convert.el (egg-decide-bunsetsu): New function.
(egg-decide-before-point): New command.
(egg-exit-conversion): Use egg-decide-bunsetsu.
* its.el (its-start): Divide the fence buffer into two parts and
make them intangible, so that point goes appropriate position.
(its-put-cursor): The cursor belongs to part-2.
(its-buffer-ins/del-SYL): The new SYL belongs to part-1.
(its-exit-mode-internal): Remove the property on exit.
(its-beginning-of-input-buffer): Make SYLs have property of "part 2".
(its-backward-SYL): Likewise.
(its-forward-SYL): Make SYLs have property of "part 1".
(its-end-of-input-buffer): Likewise.
(its-input-end): Delete useless argument.
(its-beginning-of-input-buffer, its-exit-mode,
its-exit-mode-off-input-method, its-kick-convert-region,
its-end-of-input-buffer, its-backward-SYL, its-forward-SYL,
its-delete-SYL): Follow the change.
1997-08-31 NIIBE Yutaka <[email protected]>
For egg-mode, don't use minor mode, override local map instead.
For its-mode and egg-conversion-mode, don't use minor mode,
instead use local-map of text property.
Although overriding local map is not good, using local-map of
property is natural thing. Besides, point-left/point-entered
don't work as I expected (yet).
* egg.el (egg-mode: variable): Removed.
* egg.el (egg-modefull-map, egg-modeless-map): Make them functions.
Generate overriding local map.
* egg.el (egg-mode): use overriding local map.
* its.el, convert.el: Undo changes of 1997-08-28 for minor mode
and local map of text properties.
* its.el (its-exit-mode-off-input-method): New function.
1997-08-29 NIIBE Yutaka <[email protected]>
Let Undo work correctly.
* its.el (its-self-insert-char): Delete/Insert cursor.
* its.el (its-put-cursor): Remove useless first argument.
(its-start, its-beginning-of-input-buffer, its-end-of-input-buffer,
its-backward-SYL, its-forward-SYL, its-delete-SYL, its-delete-SYL,
its-delete-backward-SYL-internal, its-delete-backward-within-SYL):
Follow the change.
1997-08-28 KATAYAMA Yoshio <[email protected]>
* its-erpin.el: New file.
* its-pinyin.el: New file.
* its-zhuyin.el: New file.