-
Notifications
You must be signed in to change notification settings - Fork 42
/
ChangeLog.2
960 lines (662 loc) · 31.1 KB
/
ChangeLog.2
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
2000-10-30 Mikio Nakajima <[email protected]>
* SKK 10.62a released.
* skk.el (skk-version): Change to 10.62a.
* Makefile (VERSION): Updated to 10.62a.
(tar): Change skk-$(VERSION) to skk$(VERSION) for file name of tar
ball.
(snapshot): Ditto.
* SKK 10.62 released.
* doc/skk.texi (EDITION): Updated to 1.5.
(英単語をあいまいに変換して取り出す): Simplified sample.
* READMEs/README.win (APEL の byte-compile): Doc fixed.
* READMEs/INSTALL: Ditto.
* Makefile (VERSION): Updated to 10.62.
2000-10-27 Tsuyoshi AKIHO <[email protected]>
* doc/skk.texi: "辞書の入手", "skk-look", "skk-lookup"
について加筆。
2000-10-26 Tetsuo Tsukamoto <[email protected]>
* READMEs/FAQ.txt (Emacs 20 に SKK 9.6 がインストールできません。,
全く漢字が出てきません。, チュートリアルが起動できません。, スペー
スを押しても変換できません。): New questions.
* READMEs/NEWS: Add description.
* doc/skk-faq.texi (Emacs 20 に SKK 9.6 がインストールできません。,
全く漢字が出てきません。, チュートリアルが起動できません。, スペー
スを押しても変換できません。): New subsections.
2000-10-25 Mikio Nakajima <[email protected]>
* doc/skk-faq.texi (Q.1-4 SKK はどんなオペレーティングシステムで使
えますか?): Add cross reference to `Q.2-4 APEL って何ですか?'.
(Q.1-7 APEL に依存せずに SKK だけで済むように開発してもらえません
か?): Ditto.
(Q.2-5 色々別に入手するものがあってインストールが難しいですね。):
Ditto.
2000-10-25 Tetsuo Tsukamoto <[email protected]>
* READMES/FAQ.txt (左手の小指を SHIFT で酷使したくありません。):
New question.
* doc/skk-faq.texi (左手の小指を SHIFT で酷使したくありません。):
New subsection.
2000-10-23 Tsuyoshi AKIHO <[email protected]>
* READMEs/README.win: Maintrunk 用の設定に変更。Mule for Windows
では SKK-CFG を編集することを追加。
2000-10-22 Tetsuo Tsukamoto <[email protected]>
* doc/{skk-faq.texi, skk.texi}: Some modifications for TeX.
2000-10-22 Mikio Nakajima <[email protected]>
* doc/skk.texi: Change maintainer's name to SKK Development Team
* doc/skk-faq.texi: Add header.
* doc/skk.texi: Call `texinfo-every-node-update' and
`texinfo-all-menus-update'.
(APEL のインストール): Add reference to 「Q.2-4
APEL って何ですか?」.
* doc/skk-faq.texi: Use `@code', `@file' `@samp' `@kbd' `@key',
`@example', `@enumerate' commands.
Add cindex, vindex and kindex.
Call `texinfo-every-node-update' and `texinfo-all-menus-update'.
([Q.4-4] SKK 形式の英和辞書を作る方法がある、と聞いたのですが。):
Change node name to `[Q.4-4] SKK 形式の英和辞書があると聞いたので
すが。 'Add description about how to get `SKK-JISYO.edict'.
* skk.el (skk-abbrev-comma): Bug fixed.
2000-10-22 Tetsuo Tsukamoto <[email protected]>
* doc/skk-faq.texi: Clean up.
2000-10-21 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi: Typo.
2000-10-21 Mikio Nakajima <[email protected]>
* doc/skk.texi: Unify the words 「ディレクトリィ」to「ディレクトリ」
and 「エントリー」 to 「エントリ」.
(APEL のインストール): Add description about what APEL is.
Recommend using latest version of APEL.
(辞書の保存): Put on @vindex skk-backup-jisyo and skk-jisyo.
Add description about how to change filename "~/.skk-jisyo" or
"~/.skk-jisyo.BAK".
(最も基本的な設定): Add note for XEmacs/package-install.
Remove referece to 「拡張アイディア」 (there's no mentioning about
key bindings).
(インクリメント検索の設定): Put on @vindex isearch-mode-hook and
isearch-mode-end-hook.
Change the latter form for isearch-mode-end-hook in order to set
cursor color.
Add description about forms for isearch-mode-end-hook if cursor
color feature is not used.
(起動と終了): Add reference to 「入力モードを示すカーソル色に関す
る設定」.
(辞書の保存): Change xref node 「辞書の形式」 to 「辞書の種別」.
(送り仮名が無い場合の辞書登録): Ditto.
(送り仮名が無い場合): Change reference node 「辞書の形式」 to 「送
りありエントリと送りなしエントリ」.
(送り仮名が有る場合): Change reference node 「辞書登録モード」 to
「サ変動詞の辞書登録に関する注意」.
(SKK Ring Server Openlab メーリングリスト): Do not use the word
「講読」.
Add description about how to read news via http.
(skkdic-expr): Add description about `skkdic-sort', put on cindex
skkdic-sort and reference to skkdic-sort.
(skkdic-sort): Add description about `skkdic-expr', put on cindex
skkdic-expr and reference to skkdic-expr.
(プログラム作成方法): Use `@file' for skkdic-expr, `@code' for
ndbm and gdbm, and @var for TMPDIR
Use `@var' for CFLAGS instead of `@code'.
* READMEs/README.win: Sync up with daredevil's one.
Change APEL version 10.2 to 9.22.
2000-10-19 Tetsuo Tsukamoto <[email protected]>
* READMEs/NEWS: Add description for SKK 10.62.
* doc/skk.texi (SKK-VERSION): Bump up to 10.62.
* skk.el (skk-version): Bump up to 10.62 {not yet released}.
2000-10-18 Tetsuo Tsukamoto <[email protected]>
* skk-cursor.el (kill-buffer, select-frame, other-window,
switch-to-buffer, recenter): Call `interactive' with args.
* skk-tut.el (kill-buffer): Ditto.
* skk.el (kill-buffer): Ditto.
2000-10-15 Tsuyoshi AKIHO <[email protected]>
* doc/skk.texi: Fix links.
2000-10-14 Tetsuo Tsukamoto <[email protected]>
* doc/gpl.texi: No longer in the repository.
* doc/skk-faq.texi: Sync with FAQ.txt.
* doc/skk.texi (よくある質問とその回答): 復活。
2000-10-13 Tsuyoshi AKIHO <[email protected]>
* SKK-MK (SKK_LISPDIR): "make PREFIX=dir install" で PREFIX のと
おりに elisp がインストールされるように修正.
2000-10-12 Tetsuo Tsukamoto <[email protected]>
* skk-foreword.el (skk-emacs-type): Check the feature `xemacs'.
* skk-gadget.el: Require "static" at compile time.
(skk-clock): Sync with daredevil branch.
2000-10-11 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi: Fix links.
* skk-tut.el, skk.el: Replace `canna-henkan-region-or-self-insert'
with `skk-insert'.
* skk.el (skk-setup-modeline): Don't use `mapcar'.
2000-10-10 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi: Fix links.
(Perl によるツール): Fix.
2000-10-09 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (どのように変換されるか): Use `@samp'.
2000-10-09 Tsuyoshi AKIHO <[email protected]>
* doc/skk.texi: "サーバー" を "サーバ" に統一。
"インストール" の章を追加。
2000-10-08 Tetsuo Tsukamoto <[email protected]>
* skk.el (skk-count-jisyo-candidates): Use `default-directory'
instead of "~/".
Show "candidate" instead of "candidates" if `count' is 1.
2000-10-07 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (辞書ツール, 拡張アイディア, SKKメーリングリスト,
SKK関連ソフトウェア): 「ですます」調に変更。
2000-10-05 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (飾りつけ, VIP/VIPERとの併用, I-search関連,
skk-init-fileのコンパイル, picture-modeとの併用, サーバー関連):
「ですます」調に変更。
* skk.el (skk-count-jisyo-candidates): Show "candidates", not
"entries".
(skk-count-jisyo-candidates-original): Don't search slashes in
midashi words.
2000-10-04 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (送り仮名関連, 自動変換開始, 特殊変換, 接頭辞・接尾
辞, 暗黙の確定のタイミング, 領域一括変換, 漢字コード関連, ▼モード
の特殊キー, 辞書関連): 「ですます」調に変更。
2000-10-03 Mikio Nakajima <[email protected]>
* READMEs/FAQ.txt: Change filename description in end of filename
tag.
2000-10-03 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (入力モードの一時変更, ■モードにおける文字入力, ポ
イントを戻して▽モードへ, 確定変換とその取り消し, 確定アンドゥ, 見
出し語関連): 「ですます」調に変更。
(旧バージョンからの変更点): New chapter.
2000-10-02 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (ファイル構成, ユーザーオプションの設定方法, 辞書の
形式, 辞書に関する設定): 「ですます」調に変更。
2000-10-01 Tsuyoshi AKIHO <[email protected]>
* doc/skk.texi: "辞書サーバを使いたいときの設定" typo fix.
"チュートリアル" 英語のチュートリアルファイルについて記述.
"ファイル構成" ファイル名を sort した順番に変更し,
skk-cursor.el, skk-develop の記述を追加.
"見出し語の補完" 見易いように space を追加.
2000-10-01 Mikio Nakajima <[email protected]>
* skk-lookup.el: Require bitmap when running on MULE.
* skk-num.el (skk-num-convert): Comment fixed.
(skk-num-process-user-minibuf-input): Use `save-match-data'.
2000-09-29 Mikio Nakajima <[email protected]>
* READMEs/FAQ.txt: Fixed a description about 「検索する辞書を増や
したいのですが」.
2000-09-29 Tsuyoshi AKIHO <[email protected]>
* READMEs/FAQ.txt: Add an answer about 「郵便番号辞書」.
2000-09-29 Mikio Nakajima <[email protected]>
* READMEs/FAQ.txt: Add a description about 「検索する辞書を増やし
たいのですが」.
* READMEs/skk-faq.txt: Rename to FAQ.txt.
2000-09-28 Shuhei KOBAYASHI <[email protected]>
* skk.el: (skk-insert, skk-previous-candidate):
Fix interactive spec.
2000-09-28 Tsuyoshi AKIHO <[email protected]>
* ptexinfmt.el: @multitable bug fix (TAKAHASHI Kaoru さん提供,
Thanks).
* doc/skk.texi: SKKオートフィルモード , SKK Ring Server
Openlab メーリングリスト typo fix. skk-lookup.el の記述を追加.
tools の入手方法を追加.
* READMEs/README.win: Mule for Windows では, SKK-CFG で APEL のパ
スを設定することを記述. MAKE.BAT info-mule-for-win の記述削除.
* Makefile: info-mule-for-win を削除.
* make.bat: 同様.
* SKK-MK: SKK-MK-compile-info-for-mule4win32 を削除.
2000-09-27 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (SKK 9 と SKK 10 の違い): New section.
(SKKの入手方法): Modify for SKK OpenLab.
(SKKの作者): Ditto.
* skk-num.el (skk-num-type3-kanji-1, skk-num-type5-kanji-1): Don't
miss "万" {"萬"}, "億", "兆", "京".
2000-09-26 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (基本的な使用方法): 「ですます」調を採用。
Don't use concept index for variables and functions.
Fix node dependencies.
2000-09-25 Mikio Nakajima <[email protected]>
* READMEs/skk-faq.txt: Update a description about how to get
skk-tools.
2000-09-25 Tetsuo Tsukamoto <[email protected]>
* ptexinfmt.el: Sync with Wanderlust.
2000-09-22 Tsuyoshi AKIHO <[email protected]>
* doc/skk.texi: `チュートリアル'を追加. `stack-m.el' の記述削除.
`SKK Ring Server Openlab メーリングリスト'を追加. `最新情報'を追加.
`その他'を`最新情報など'に変更.
2000-09-21 Tsuyoshi AKIHO <[email protected]>
* skk-tut.el (skktut-end-tutorial): Change address to
* doc/skk.texi (最も基本的な設定): typo fix.
* SKK-MK: Mule for Windows対策として,
SKK-MK-compile-info-for-mule4win32 を追加.
* make.bat: info-mule-for-win エントリを追加. del でのファイル削除
を分ける.
* Makefile (info-mule-for-win): New target.
* READMEs/README.win: MAKE.BAT info-mule-for-win の記述追加.
2000-09-18 Tsuyoshi AKIHO <[email protected]>
* doc/skk.texi (はじめに): New chapter.
2000-09-16 Tetsuo Tsukamoto <[email protected]>
* SKK-CFG: Rewrite.
2000-09-16 Mikio Nakajima <[email protected]>
* READMEs/README: Sync up with Daredevil's one.
2000-09-15 Tetsuo Tsukamoto <[email protected]>
* READMEs/CVS_on_Windows: Update.
* doc/skk.texi (配布条件, 概要): Remove these chapters.
(はじめの設定): <= chapter `インストール'. Simplify.
(その他): <= chapter `謝辞とお願い'. Add section `SKKの作者'.
2000-09-15 Mikio Nakajima <[email protected]>
* READMEs/skk-faq.txt: New file.
* READMEs/Contributors (Contributors): Change Akiho san's e-mail
address.
2000-09-14 Mikio Nakajima <[email protected]>
* skk-develop.el (skk-ml-address): Change address to
2000-09-14 Tsuyoshi AKIHO <[email protected]>
* doc/skk.texi: メニューに 配布条件 を追加.
* skk-gadget.el: eval-when-compile を削除.
* skk-kakasi.el: (require 'skk-cursor)を削除.
(skk-set-cursor-properly) を使う前に, (featurep 'skk-cursor) で
skk-cursor が load されているか check する.
* experimental/skk-hankaku-mode.el: 同上.
* experimental/rdbms/skk-rdbms.el: 同上.
* experimental/skk-jisx0201.el: 同上. skk-set-cursor-color を使う
前に, (featurep 'skk-cursor) で skk-cursor が load されているか
check する.
2000-09-13 Tetsuo Tsukamoto <[email protected]>
* Makefile (what-where-package): Use $(XEMACS).
* SKK-MK (SKK-MK-running-xemacs): Abolish. Check the feature
xemacs instead.
(SKK_INFOS): Abolish. Stop guessing how many files resulting
info will be split into.
(SKK_INFO): New variable.
(PACKAGE_DATADIR): <= `SKK_PACKAGE_DATADIR'.
(PACKAGE_LISPDIR): <= `SKK_PACKAGE_LISPDIR'.
* skk-num.el (skk-num): Add autoload cookie.
2000-09-12 Mikio Nakajima <[email protected]>
* READMEs/CVS_digest: Sync up with the files distributed as
daredevil.
* Makefile (DATE): Do not use universal time.
(MD5): New variable.
(SNAPBASE): Ditto.
(TAR): Do not specify absolute path.
(tar): Rearrange for making archive in openlab.ring.gr.jp.
(snapshot): Ditto.
(clean): Remove files that match `.#*' (files which make by CVS
when it finds there are conflicts).
2000-09-11 Tetsuo Tsukamoto <[email protected]>
* skk-num.el (skk-num-list): Remove autoload cookie.
2000-09-10 Mikio Nakajima <[email protected]>
* Makefile (snapshot): Bug fixed.
(TAR): Bug fixed.
* Makefile (tar): Modify to make archive in openlab.ring.gr.jp.
(snapshot): Ditto.
* skk-lookup.el: Moved from experimental directory.
* skk-faq.txt: New file.
* doc/skk.texi (入力モードの一時変更): Typo fixed.
* skk-look.el: Modify comment.
2000-09-09 Tetsuo Tsukamoto <[email protected]>
* skk.el (skk-coding-system-alist): sjis => shift_jis.
2000-09-08 Tsuyoshi AKIHO <[email protected]>
* skk.el (skk-get-jisyo-buffer):skk-jisyo-code がシンボルか check
する。
(skk-save-jisyo-1):同上
* doc/skk.texi:dbskkd-cdb 配布先, KAKASI, 拡張アイディア, 起動と終
了, 基本的な使用方法, 最も基本的な設定 update & 辞書バッファの文字
コードの設定 typo fix
* skk-kakasi.el:(require 'skk) で eval-when-compile を使わない。
(require 'skk-cursor)を追加。
* skk.el (skk-use-fase):DOCSTRING を info と同じくハイライトと書く.
2000-09-06 Tetsuo Tsukamoto <[email protected]>
* skk-leim.el (skk-leim-exit-from-minibuffer): New function.
(skk-activate, skk-auto-fill-activate): In minibuffer, add
`skk-leim-exit-from-minibuffer' to `minibuffer-exit-hook'.
2000-09-05 Mikio Nakajima <[email protected]>
* doc/skk-faq.texi (Customization): Add descriptions about
`skk-rom-kana-rule-list' and `skk-input-vector'.
2000-09-01 Tetsuo Tsukamoto <[email protected]>
* Makefile (info): New target.
2000-08-31 Tetsuo Tsukamoto <[email protected]>
* ptexinfmt.el: Sync with Wanderlust.
2000-08-30 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (基本的な使用方法, 便利な応用機能とユーザーオプショ
ン): Misc updates.
2000-08-29 Tetsuo Tsukamoto <[email protected]>
* doc/skk-faq.texi: New file.
* doc/skk.texi: Misc updates.
2000-08-28 Tetsuo Tsukamoto <[email protected]>
* ptexinfmt.el: New file imported from Wanderlust.
* SKK-MK (SKK-MK-texinfo-format): Require ptexinfmt.
2000-08-26 Tetsuo Tsukamoto <[email protected]>
* doc/skk.texi (■モードにおける文字変換, 数字や記号文字の入力,
etc): Update for SKK 10.
(SKKIME): New section.
2000-08-18 Tetsuo Tsukamoto <[email protected]>
* READMEs/PROPOSAL: tm ML => APEL ML.
2000-07-18 Mikio Nakajima <[email protected]>
* skk-foreword.el (skk-package-data-directory): Removed.
* skk-tut.el (skk-tut-file): Use `locate-data-file' instead of
referring to `skk-package-data-directory'.
2000-06-29 Mikio Nakajima <[email protected]>
* skk-cursor.el: Change YAMATO san's email address.
* READMEs/Contributors (Contributors): Ditto.
2000-06-24 Mikio Nakajima <[email protected]>
* skk-cursor.el (skk-cursor-set-properly): Move `skk-abbrev-mode'
condition to second place.
* Makefile (DATE): New variable.
(snapshot): Use DATE to make archive.
2000-06-23 Mikio Nakajima <[email protected]>
* skk.el: Remove unnecessary spaces between parens.
(skk-toggle-kana): Do not setup `skk-input-mode-string'.
Do not call `force-mode-line-update'.
(skk-kakutei): Check if `skk-mode' is nil or non-nil in a lower
region of the function in order not to initialize internal
variables before calling
`skk-search-excluding-word-pattern-function').
Do not call `force-mode-line-update'.
2000-06-22 Mikio Nakajima <[email protected]>
* skk.el (skk-toggle-kana): Doc fixed.
(skk-kakutei): Ditto.
2000-06-21 Mikio Nakajima <[email protected]>
* skk.el (skk-toggle-kana): Bug fixed.
* skk-cursor.el (skk-cursor-set-color): Bug fixed.
* doc/skk.texi: Change SKK-VERSION 10.51 to 10.61.
2000-06-20 Mikio Nakajima <[email protected]>
* SKK-MK (SKK_MAINTRUNK_NOT_USE): Add `leim-list' and `skk-setup'.
* skk-num.el (skk-num-recompute): Setup `skk-num-recompute-key' in
a upper region of the function code.
(skk-num-update-jisyo): Not to show debug message.
Bind `skk-use-numeric-conversion' to nil temporarily.
Set buffer to ` *.skk-jisyo*'.
(skk-num-recompute-key): Change to global internal variable.
* skk-lookup.el (skk-lookup-search): Not to search if
`skk-num-list' or `skk-num-recompute-key is non-nil.
Do not convert `skk-henkan-key' by `skk-num-compute-henkan-key'.
(skk-lookup-process-okurigana): Return nil if STRING is a null
string.
2000-05-31 Mikio Nakajima <[email protected]>
* skk-cursor.el: Add `keyboard-quit' to FUNCS list.
Exclude `execute-extended-command' from FUNCS list.
Use `static-if' for decide whether to add
`minibuffer-keyboard-quit' to FUNCS list or not.
Add advices to `newline', `skk-delete-backward-char', `skk-insert'
and `skk-start-henkan'
(skk-cursor-set-properly): Add condition of `skk-abbrev-mode' is
non-nil.
(abort-recursive-edit): Add advice for XEmacs.
2000-04-26 Yuh Ohmura <[email protected]>
* make.bat: change maintenner.
2000-03-29 Yuh Ohmura <[email protected]>
* READMEs/CVS_on_Windows: cancel below change
2000-03-29 Yuh Ohmura <[email protected]>
* READMEs/CVS_on_Windows: add about timezone
2000-03-22 Mikio Nakajima <[email protected]>
* skk-server.el (skk-adjust-search-prog-list-for-server-search):
Remove unproper comments.
2000-03-16 Mikio Nakajima <[email protected]>
* Makefile (VERSION): Change it to 10.60.
* skk.el: Version 10.60 released.
* SKK-MK (SKK-MK-what-where-package): Remove all spaces between
parens.
(SKK-MK-what-where): Ditto.
(SKK-MK-texinfo-format): Ditto.
(SKK-MK-cleanup-trouble-makers): Ditto.
(SKK-MK-install-package): Ditto.
(SKK-MK-install): Ditto.
(SKK-MK-compile-info): Ditto.
(SKK-MK-compile): Ditto.
(SKK_PACKAGE_LISPDIR): Ditto.
(SKK_PACKAGE_DATADIR): Ditto.
(PACKAGE_INFODIR): Ditto.
(PACKAGEDIR): Ditto.
(SKK_LISPDIR): Ditto.
(SKK_INFODIR): Ditto.
(SKK_DATADIR): Ditto.
(SKK_MODULES): Ditto.
(SKK_INFOS): Ditto.
(SKK-MK-texinfo-coding-system): Ditto.
(APEL_SPECIFIC_LISPDIR): Ditto.
(VERSION_SPECIFIC_LISPDIR): Ditto.
(LISPDIR): Ditto.
(SKK-MK-cleanup-trouble-makers): Removed.
(SKK-MK-install): Do not use `SKK-MK-cleanup-trouble-makers'.
(SKK-MK-install-package): Ditto.
(SKK-MK-generate-autoloads-el): Go to a max point before inserting
ending tag.
2000-03-16 FURUE Hideyuki <[email protected]>
* missing: Remove from the repository.
* mkinstalldirs: Ditto.
2000-03-16 FURUE Hideyuki <[email protected]>
* SKK-MK (SKK-MK-compile): Remove local ``standard-output''.
(SKK-MK-generate-autoloads-el): Define ``standard-output'' locally.
(SKK-MK-texinfo-format): Define ``standard-output'' locally.
2000-03-14 Mikio Nakajima <[email protected]>
* Makefile (tar): Replace white spaces with tab.
(snapshot): Ditto.
2000-03-13 Mikio Nakajima <[email protected]>
* Makefile (clean): Doesn't remove ../skk*.
Remove skk-autoloads.el and experimental/*.elc.
(tar): Remove ../skk*.
(snapshot): Ditto.
2000-03-12 Mikio Nakajima <[email protected]>
* Makefile (snapshot): New entry.
2000-03-11 Mikio Nakajima <[email protected]>
* skk-autoloads.el: Remove from the repository.
* Makefile (clean): Remove old archive, links and backup file
initiated with dot.
* ChangeLog: Move issues before 1999 to ChangeLog.0.
2000-01-17 FURUE Hideyuki <[email protected]>
* SKK-MK (SKK-MK-compile): Keep ``standard-output'' t.
* make.bat (target to clean): Typo fixed.
* READMEs/README.win: Correct sample ``.emacs'' files.
2000-01-17 FURUE Hideyuki <[email protected]>
* skk.el (skk-delete-okuri-mark): Bug fixed.
2000-01-17 FURUE Hideyuki <[email protected]>
* skk.el (keyboard-quit): Typo fixed.
(query-replace-regexp): Disable advice because don't work correctly.
(query-replace): Ditto.
1999-12-30 Tsukamoto Tetsuo <[email protected]>
* experimental/skk-jisx0201.el (skk-setup-modeline): If
`skk-status-indicator' is left and the face `modeline' is not
proportional, use the same number of columns to display each SKK
status, except for `skk-jisx0201-mode'.
* skk.el (skk-setup-modeline): Ditto.
1999-12-23 Mikio Nakajima <[email protected]>
* skk.el (skk-henkan-in-minibuff): Doc fixed.
1999-12-19 Mikio Nakajima <[email protected]>
* skk-viper.el: Eliminate all spaces which existed between
parens.
(skk-cursor-set-properly): Check current buffer has
a window or not first.
Change Murata san's e-mail address.
(viper-insert): Remove advice.
(vip-insert): Ditto.
(viper-hide-replace-overlay): Ditto.
(viper-intercept-ESC-key): Doc fixed.
(vip-intercept-ESC-key): Ditto.
* skk-cursor.el: Eliminate all spaces which existed between
parens.
Add codes in the top level in order to set cursor properly when
first time skk-cursor.el is loaded.
(isearch-mode-end-hook): Add
`skk-cursor-set-properly' to the hook.
(skk-cursor-set-properly): Slightly simplified. Check current
buffer has a window or not first.
(skk-cursor-set-color): Omit check of `skk-use-color-cursor' is
nil or non-nil.
(skk-mode): Remove duplicated advice.
(overwrite-mode): Use `skk-cursor-set-properly' for advice.
* skk.el: Eliminate all spaces which existed between parens.
(skk-default-cursor-color): Move to skk-cursor.el.
(skk-hiragana-cursor-color): Ditto.
(skk-katakana-cursor-color): Ditto.
(skk-jisx0208-latin-cursor-color): Ditto.
(skk-latin-cursor-color): Ditto.
(skk-abbrev-cursor-color): Ditto.
(skk-report-set-cursor-error): Ditto.
* skk-isearch.el: Eliminate all spaces which existed between
parens.
Modify doc string about hooks.
* experimental/skk-abbrev.el: Eliminate all spaces which existed
between parens.
Do not require stack-m.el.
Sync up with skk-abbrev.el of Daredevil.
1999-12-16 Yuh Ohura <[email protected]>
* make.bat: correct bug.
1999-12-14 Mikio Nakajima <[email protected]>
* SKK-MK (SKK_MAINTRUNK_NOT_USE): Add skk-vip.
* skk-comp.el (skk-previous-completion-original): Bug fixed.
(skk-completion-original): Ditto.
1999-12-12 Mikio Nakajima <[email protected]>
* skk-cursor.el (skk-save-jisyo-original): Change defadvice for
`skk-save-jisyo'.
* SKK-MK: Require poe.
(SKK_MAINTRUNK_NOT_USE): Add stack-m.
(SKK_MODULES): Remove stack-m.
Bind `lookup-byte-compile' to t not to load .lookup.
(SKK-MK-compile-info): New function.
(SKK-MK-generate-autoloads-el): Ditto.
(SKK-MK-collect-autoload-functions): Ditto.
(SKK-MK-install): Call `SKK-MK-compile-info'.
(SKK-MK-compile): Call `SKK-MK-generate-autoloads-el'.
* skk.el (skk-mode): Set `skk-mode-invoked' to t after all setting
are done properly.
* stack-m.el: Removed.
* skk-look.el: Not required stack-m.el.
(skk-look-completion): Not use stack features.
* skk-comp.el: Not required stack-m.el.
(skk-completion-function): Add descriptions to doc string.
(skk-previous-completion-function): Ditto.
(skk-completion-depth): Change doc string slightly.
(skk-completion-original): Not use stack features.
(skk-previous-completion-original): Ditto.
1999-12-02 Yuh Ohmura ([email protected]>
* READMEs/CVS_on_Windows: update
* make.bat: add what-where and clean option
1999-11-30 Mikio Nakajima <[email protected]>
* skk-vars.el (skk-start-henkan-with-completion-char): Use `?\240'
instead of 160 to represent character.
(skk-backward-and-set-henkan-point-char): Use `?\321'
instead of 209 to represent character.
1999-11-28 FURUE Hideyuki <[email protected]>
* skk-comp.el (skk-completion-original): Use
`skk-completion-depth' to search completed word.
(skk-previous-completion-original): Ditto.
* skk-kakasi.el (skk-gyakubiki-message): Use "%s" as the first
message argument to display properly string containing `%'.
(skk-gyakubiki-katakana-message): Ditto.
(skk-hurigana-message): Ditto.
(skk-hurigana-katakana-message): Ditto.
(skk-romaji-message): Ditto.
* skk.el (skk-mode): Bind `skk-start-henkan-with-completion-char'
and `skk-backward-and-set-henkan-point-char' for each skk related
maps.
(skk-insert): Set this-command to `skk-completion' when
last-command-char is equal to `skk-previous-completion-char', and
call `skk-kana-input' when last-command-is neither
`skk-previous-completion-char' nor `skk-next-completion-char'.
* skk-vars.el (skk-start-henkan-with-completion-char): New user
variable.
(skk-backward-and-set-henkan-point-char): Ditto.
(skk-completion-depth): New internal variable.
1999-11-28 Mikio Nakajima <[email protected]>
* READMEs/CVS_on_Windows: New file.
* experimental/skk-study.el (skk-study-file-format-version):
Change version number to string.
* skk-isearch.el (skk-isearch-overriding-local-map): Remove
`;;;###autoload' cookie.
* SKK-MK (SKK_PACKAGE_NOT_USE): New constant.
(SKK_MAINTRUNK_NOT_USE): Ditto.
(SKK-MK-install): Make directories, SKK_LISPDIR, SKK_DATADIR and
SKK_INFODIR if they do not exist.
Remove SKK_MAINTRUNK_NOT_USE from SKK_MODULES and delete related
files.
(SKK-MK-install-package): Remove SKK_PACKAGE_NOT_USE and
SKK_MAINTRUNK_NOT_USE from SKK_MODULES and delete related files.
* skk.el (skk-%-to-%%): Removed.
1999-11-28 FURUE Hideyuki <[email protected]>
* skk-num.el (skk-num-convert): Bug fixed.
(skk-num-recompute): Ditto.
* skk.el (skk-henkan-show-candidates): Ditto.
(skk-mode): Call `skk-create-file' for `skk-jisyo'.
(skk-henkan-show-candidate-subr): Do not use `skk-%-to-%%'.
* skk-kcode.el (skk-char-to-hex): Bug fixed.
* skk-isearch.el (skk-isearch-mode-setup): Call `skk-erase-prefix'
with its argument non-nil in `skk-isearch-working-buffer'.
1999-11-18 Mikio Nakajima <[email protected]>
* READMEs/CVS_digest: New file.
* READMEs/Contributors: Filename typo fixed.
1999-11-15 Mikio Nakajima <[email protected]>
* experimental/skk-abbrev.el (skk-completion-original): Bug fixed.
1999-11-10 Mikio Nakajima <[email protected]>
* skk-foreword.el (skk-mode-off): Remove cursor change support.
(skk-j-mode-on): Remove cursor change support.
(skk-latin-mode-on): Remove cursor change support.
(skk-jisx0208-latin-mode-on): Remove cursor change support.
(skk-abbrev-mode-on): Remove cursor change support.
* skk-cursor.el (skk-change-cursor-when-ovwrt): Rename to
`skk-cursor-change-when-ovwrt'.
* skk.el (skk-mode): Require skk-cursor.el if
`skk-use-color-cursor' or `skk-use-cursor-change' is non-nil.
(abort-recursive-edit): Remove cursor change support.
(exit-minibuffer): Ditto.
(minibuffer-keyboard-quit):Ditto.
(skk-save-jisyo-original): Ditto.
(skk-katakana-region): Ditto.
(skk-hiragana-region): Ditto.
(skk-jisx0208-latin-region): Ditto.
(skk-latin-region): Ditto.
(skk-auto-fill-mode): Ditto.
(skk-toggle-kana): Ditto.
(skk-kakutei): Ditto.
(kill-buffer): Ditto (and change class).
(goto-line): Moved to skk-cursor.el.
(yank): Ditto.
(yank-pop): Ditto.
(recenter): Ditto.
(insert-file): Ditto.
(bury-buffer): Ditto.
(switch-to-buffer): Ditto.
(hilit-yank): Ditto.
(hilit-yank-pop): Ditto.
(hilit-recenter): Ditto.
(execute-extended-command): Ditto.
(pop-to-buffer): Ditto.
(other-window): Ditto.
(overwrite-mode):Ditto.
(skk-set-cursor-color): Ditto.
(skk-set-cursor-properly): Ditto.
(skk-change-cursor-when-ovwrt):
(after-make-frame-hook): Stop set hook `skk-set-cursor-properly'.
(minibuffer-setup-hook): Ditto.
(minibuffer-exit-hook): Ditto.
1999-11-09 Shuhei KOBAYASHI <[email protected]>
* skk-look.el (skk-look): Use copy-sequence instead of `copy-list'
not to depend on CL package on FSF Emacs.
* skk-num.el (skk-num-flatten-list): Do not use `mapcan' not to
depend on CL package on FSF Emacs.
1999-11-09 Mikio Nakajima <[email protected]>
* skk.el (skk-detach-extent): Use `defun' and `static-cond'
instead of `skk-defun-cond' and `cond'.
(skk-change-cursor-when-ovwrt): Ditto.
* skk-develop.el (skk-submit-bug-report): Remove code for a
certain specific version of Mew and Wanderlust.
Remove def-edebug-spec for `skk-defsubst-cond',
`skk-defun-cond', `skk-defmacro-cond'.
* skk-kcode.el (skk-display-code): Use `defun' and `static-cond'
instead of `skk-defun-cond' and `cond'.
* skk-foreword.el (skk-defun-cond): Removed.
(skk-defsubst-cond): Ditto.
(skk-defmacro-cond): Ditto.
(skk-str-length): Use `defsubst' and `static-cond' instead of
`skk-defsubst-cond' and `cond'.
(skk-substring): Ditto.
(skk-read-event): Ditto.
(skk-char-to-string): Ditto.
(skk-ascii-char-p): Ditto.
(skk-str-ref): Ditto.
(skk-jisx0208-p): Ditto.
(skk-char-octet): Ditto.
(skk-charsetp): Use `defun' and `static-cond' instead of
`skk-defun-cond' and `cond'.
(skk-make-char): Ditto.
(skk-jisx0208-to-ascii): Ditto.
(skk-face-on): Use `defmacro' and `static-cond' instead of
`skk-defmacro-cond' and `cond'.
1999-11-07 Mikio Nakajima <[email protected]>
* experimental/skk-jisx0201.el (skk-jisx0201-mode-string): Change
mode indicator to `jisx0201' and doc fixed.
(skk-jisx0201-rule-list): Define latin-jisx0201 characters.
(skk-setup-modeline): Change mode indicator to `jisx0201'.
;; Local Variables:
;; coding: utf-8
;; End: