summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/CJK/ChangeLog
blob: eb764fd93dcbd1c33f333576d22b077e588e035c (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
2005-08-19  Werner LEMBERG  <wl@gnu.org>

	* doc/TeXLive.txt: New file, describing the relationship between
	CJK files and TeXLive packages.

2005-08-18  Werner LEMBERG  <wl@gnu.org>

	* texinput/mule/MULEenc.sty: Define \CJK@verbatim correctly if not
	already defined.  Reported by Andre Dierker.

	* doc/pdf/*: Move to...
	* doc/pdfhowto/*: This.

2005-08-11  Werner LEMBERG  <wl@gnu.org>

	Version 4.6.0 released
	======================

	Set version to 4.6.0.

	* doc/history.txt, doc/INSTALL, Makefile (version): Updated.

	Update headers in all text files.

2005-08-10  Werner LEMBERG  <wl@gnu.org>

	* doc/CEF.txt, doc/CJK.txt, doc/CJKutf8.txt, doc/INSTALL,
	doc/TDS.txt, doc/cjk-enc.txt, doc/commands.txt, doc/dvidrv.txt,
	doc/fonts.txt, doc/hbf2gf.txt, doc/history.2_5, doc/history.txt,
	doc/pinyin.txt, doc/pyhyphen.txt, doc/ruby.txt, doc/thaifont.txt,
	doc/vertical.txt: Updated and revised.

2005-08-05  Werner LEMBERG  <wl@gnu.org>

	* COPYING: Updated to new FSF address.

2005-08-05  Werner LEMBERG  <wl@gnu.org>

	After email exchange with Ross Paterson, the old (too restrictive)
	license of the hbf module has been changed to the three-clause BSD
	license -- Ross no longer maintains and distributes this code.

	* utils/hbf2gf/hbf.c: Change license to BSD.
	(strdup) [WIN32]: Define.  Change taken from teTeX distribution.

	* utils/hbf2gf/hbf.c: Change license to BSD.

	* utils/hbf2gf/config.guess, utils/hbf2gf/config.sub: Updated to
	current versions.

	* utils/hbf2gf/configure: Regenerated with autoconf 2.59b.

2005-08-04  Werner LEMBERG  <wl@gnu.org>

	Update files to compile with the forthcoming TeXLive 2005.

	* doc/README: Updated, extended.

	* examples/muletest.tex: Updated to new VnTeX (for Vietnamese).
	Use type1ec.sty.
	Suppress hyphenation.

	* examples/CJKbabel.tex: Don't use t5.sty but `vietnam' option of
	babel.
	Use type1ec.sty.

	* examples/CJKmixed.tex: Define and use `TChinese' environment.
	Call \CJKhorz at the beginning of document.

	* examples/CJKutf8.tex: Don't use cyberbit but the new Unicode
	(virtual) fonts of gbsn, bsmi, and mj.

	* texinput/Bg5/c00bsmi.fdx: Updated to new bsmi vertical glyph font.

	* texinput/Bg5/c00bkai.fdx: New file.

	* texinput/UTF8/c70bkai.fd, texinput/UTF8/c70bkai.fdx,
	texinput/UTF8/c70bsmi.fd, texinput/UTF8/c70bsmi.fdx,
	texinput/UTF8/c60gbsn.fd, texinput/UTF8/c70gkai.fd,
	texinput/UTF8/c70mj.fd: New files.

	* utils/pyhyphen/pytest.tex: Usae type1ec.sty.

	* Makefile: Add rules for new example and documentation files.
	(version): Set top 4.5.3.
	(CJK2DVI, LATEX2DVI): Add `utils/pyhyphen' to TEXINPUTS variable.
	(DVI2PS): Replace it with...
	(DVI2PDF): New variable.
	Update all callers.
	(MULE): Add path to `cjk-enc.el' while calling emacs.
	(DISTTARGETS): Add new example and documentation files.
	(predistdoc): Don't create `ps' but `pdf' subdirectories.
	(manpages): Add `-ww' option to groff.
	Don't create `ps' but `pdf' files.
	(cweb): Don't create `ps' but `pdf' file.

2005-08-04  Werner LEMBERG  <wl@gnu.org>

	* doc/*.doc, doc/japanese/*.doc, doc/chinese/*.doc,
	contrib/wadalab/DNP.doc: Renamed to ...
	* doc/*.txt, doc/japanese/*.txt, doc/chinese/*.txt,
	contrib/wadalab/DNP.txt: This.

	Update all references.

2005-08-03  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJKvert.sty (\CJKvert, \CJKhorz): Make commands act
	completely local.
	* doc/history.txt: Mention it.

	* doc/pdf/HOWTO.txt: Mention new $SFDFONTS variable from TDS 1.1.

2005-08-02  Werner LEMBERG  <wl@gnu.org>

	Update of HLaTeX support to version 1.0.1.

	* texinput/KS/HLaTeX/c63mg.fd, texinput/KS/HLaTeX/c63mgt.fd,
	texinput/KS/HLaTeX/c63mmj.fd, texinput/KS/HLaTeX/c63mnv.fd,
	texinput/KS/HLaTeX/c63msr.fd, texinput/KS/HLaTeX/c63ol.fd,
	texinput/KS/HLaTeX/c63pbm.fd, texinput/KS/HLaTeX/c63pgr.fd,
	texinput/KS/HLaTeX/c63pgs.fd, texinput/KS/HLaTeX/c63pgt.fd,
	texinput/KS/HLaTeX/c63pmg.fd, texinput/KS/HLaTeX/c63pmgt.fd,
	texinput/KS/HLaTeX/c63pmj.fd, texinput/KS/HLaTeX/c63pmmj.fd,
	texinput/KS/HLaTeX/c63pmnv.fd, texinput/KS/HLaTeX/c63pmsr.fd,
	texinput/KS/HLaTeX/c63pol.fd, texinput/KS/HLaTeX/c63ppg.fd,
	texinput/KS/HLaTeX/c63ppn.fd, texinput/KS/HLaTeX/c63psm.fd,
	texinput/KS/HLaTeX/c63ptt.fd, texinput/KS/HLaTeX/c63pyt.fd,
	texinput/KS/HLaTeX/c63sm.fd, texinput/KS/HLaTeX/c63tt.fd,
	texinput/KS/HLaTeX/c64mg.fd, texinput/KS/HLaTeX/c64mgt.fd,
	texinput/KS/HLaTeX/c64mmj.fd, texinput/KS/HLaTeX/c64mnv.fd,
	texinput/KS/HLaTeX/c64msr.fd, texinput/KS/HLaTeX/c64ol.fd,
	texinput/KS/HLaTeX/c64pbm.fd, texinput/KS/HLaTeX/c64pgr.fd,
	texinput/KS/HLaTeX/c64pgs.fd, texinput/KS/HLaTeX/c64pgt.fd,
	texinput/KS/HLaTeX/c64pmg.fd, texinput/KS/HLaTeX/c64pmgt.fd,
	texinput/KS/HLaTeX/c64pmj.fd, texinput/KS/HLaTeX/c64pmmj.fd,
	texinput/KS/HLaTeX/c64pmnv.fd, texinput/KS/HLaTeX/c64pmsr.fd,
	texinput/KS/HLaTeX/c64pol.fd, texinput/KS/HLaTeX/c64ppg.fd,
	texinput/KS/HLaTeX/c64ppn.fd, texinput/KS/HLaTeX/c64psm.fd,
	texinput/KS/HLaTeX/c64ptt.fd, texinput/KS/HLaTeX/c64pyt.fd,
	texinput/KS/HLaTeX/c64sm.fd, texinput/KS/HLaTeX/c64tt.fd,
	texinput/KS/HLaTeX/c65mg.fd, texinput/KS/HLaTeX/c65mgt.fd,
	texinput/KS/HLaTeX/c65mmj.fd, texinput/KS/HLaTeX/c65mnv.fd,
	texinput/KS/HLaTeX/c65msr.fd, texinput/KS/HLaTeX/c65ol.fd,
	texinput/KS/HLaTeX/c65pbm.fd, texinput/KS/HLaTeX/c65pgr.fd,
	texinput/KS/HLaTeX/c65pgs.fd, texinput/KS/HLaTeX/c65pgt.fd,
	texinput/KS/HLaTeX/c65pmg.fd, texinput/KS/HLaTeX/c65pmgt.fd,
	texinput/KS/HLaTeX/c65pmj.fd, texinput/KS/HLaTeX/c65pmmj.fd,
	texinput/KS/HLaTeX/c65pmnv.fd, texinput/KS/HLaTeX/c65pmsr.fd,
	texinput/KS/HLaTeX/c65pol.fd, texinput/KS/HLaTeX/c65ppg.fd,
	texinput/KS/HLaTeX/c65ppn.fd, texinput/KS/HLaTeX/c65psm.fd,
	texinput/KS/HLaTeX/c65ptt.fd, texinput/KS/HLaTeX/c65pyt.fd,
	texinput/KS/HLaTeX/c65sm.fd, texinput/KS/HLaTeX/c65tt.fd: Removed.

	* texinput/KS/HLaTeX/c63dn.fd, texinput/KS/HLaTeX/c63jgt.fd,
	texinput/KS/HLaTeX/c63jmj.fd, texinput/KS/HLaTeX/c63jnv.fd,
	texinput/KS/HLaTeX/c63jsr.fd, texinput/KS/HLaTeX/c63pga.fd,
	texinput/KS/HLaTeX/c63ph.fd, texinput/KS/HLaTeX/c63sh.fd,
	texinput/KS/HLaTeX/c63tz.fd, texinput/KS/HLaTeX/c63vd.fd,
	texinput/KS/HLaTeX/c64dn.fd, texinput/KS/HLaTeX/c64jgt.fd,
	texinput/KS/HLaTeX/c64jmj.fd, texinput/KS/HLaTeX/c64jnv.fd,
	texinput/KS/HLaTeX/c64jsr.fd, texinput/KS/HLaTeX/c64pga.fd,
	texinput/KS/HLaTeX/c64ph.fd, texinput/KS/HLaTeX/c64sh.fd,
	texinput/KS/HLaTeX/c64tz.fd, texinput/KS/HLaTeX/c64vd.fd,
	texinput/KS/HLaTeX/c65dn.fd, texinput/KS/HLaTeX/c65jgt.fd,
	texinput/KS/HLaTeX/c65jmj.fd, texinput/KS/HLaTeX/c65jnv.fd,
	texinput/KS/HLaTeX/c65jsr.fd, texinput/KS/HLaTeX/c65pga.fd,
	texinput/KS/HLaTeX/c65ph.fd, texinput/KS/HLaTeX/c65sh.fd,
	texinput/KS/HLaTeX/c65tz.fd, texinput/KS/HLaTeX/c65vd.fd: New files.

	* texinput/KS/HLaTeX/c63bm.fd, texinput/KS/HLaTeX/c63gr.fd,
	texinput/KS/HLaTeX/c63gs.fd, texinput/KS/HLaTeX/c63gt.fd,
	texinput/KS/HLaTeX/c63mj.fd, texinput/KS/HLaTeX/c63pg.fd,
	texinput/KS/HLaTeX/c63pn.fd, texinput/KS/HLaTeX/c63yt.fd,
	texinput/KS/HLaTeX/c64bm.fd, texinput/KS/HLaTeX/c64gr.fd,
	texinput/KS/HLaTeX/c64gs.fd, texinput/KS/HLaTeX/c64gt.fd,
	texinput/KS/HLaTeX/c64mj.fd, texinput/KS/HLaTeX/c64pg.fd,
	texinput/KS/HLaTeX/c64pn.fd, texinput/KS/HLaTeX/c64yt.fd,
	texinput/KS/HLaTeX/c65bm.fd, texinput/KS/HLaTeX/c65gr.fd,
	texinput/KS/HLaTeX/c65gs.fd, texinput/KS/HLaTeX/c65gt.fd,
	texinput/KS/HLaTeX/c65mj.fd, texinput/KS/HLaTeX/c65pg.fd,
	texinput/KS/HLaTeX/c65pn.fd, texinput/KS/HLaTeX/c65yt.fd: Updated.

	* texinput/KS/HLaTeX/pshan.sty: No longer needed.  Make it empty for
	backwards compatibility.

	* texinput/CJK.enc (\CJK@KSHL@enc): Updated.

	* doc/history.txt, doc/CJK.doc: Updated.

2005-08-01  Werner LEMBERG  <wl@gnu.org>

	* utils/subfont/uni2sfd.pl (read_tfmfile): Fix reading CHARWD,
	CHARHT, and CHARDP.

2005-07-31  Werner LEMBERG  <wl@gnu.org>

	* utils/subfont/sfd2uni.pl: New script to produce Unicode virtual
	subfonts from encoding specific subfonts.

2005-07-29  Werner LEMBERG  <wl@gnu.org>

	* contrib/wadalab/DNP.sfd: Fix typo.  Found by Shunsaku Hirata.
	* contrib/wadalab/fixwada2.pl: Since Wadalab fonts have already
	been uploaded to CTAN, and the bug in DNP.sfd makes it necessary to
	regenerate the fonts, and to update the version number and creation
	date.

2005-07-18  Werner LEMBERG  <wl@gnu.org>

	* utils/subfonts/makefdx.pl, utils/subfonts/uni2sfd.pl: Fix typos.

	* utils/subfonts/clonevf.pl: New script to produce a VF clone of
	a TFM file.

2005-07-18  Werner LEMBERG  <wl@gnu.org>

	* utils/subfonts/makefdx.pl: New script to create FDX entries.

2005-07-17  Werner LEMBERG  <wl@gnu.org>

	* utils/subfonts/subfonts.pe, utils/subfonts/uni2sfd.pl,
	utils/subfonts/vertical.pe, utils/vertref.pe: New perl and FontForge
	scripts for creating and handling subfonts.

2005-07-12  Werner LEMBERG  <wl@gnu.org>

	* contrib/wadalab/fixwada2.pl, contrib/wadalab/makeuniwada.pl: New
	scripts which fix glyph names and create virtual Unicode fonts for
	the Wadalab font families.

	* contrib/wadalab/DNP.sfd: A subfont definition file used by
	`fixwada2.pl' and `makeuniwada.pl'.

	* contrib/wadalab/c70goth.fd, contrib/wadalab/c70maru.fd,
	contrib/wadalab/c70min.fd: New font definition files for Wadalab
	fonts in Unicode encoding.

	* contrib/wadalab/DNP.doc: Completely revised and updated.

2005-07-07  Werner LEMBERG  <wl@gnu.org>

	* doc/history.txt: Updated.

2005-07-05  Werner LEMBERG  <wl@gnu.org>

	* utils/thaifont/tools/c90.etx: Fix some typos.

2005-07-04  Werner LEMBERG  <wl@gnu.org>

	Update Thai support:

	. Use fontinst.  We no longer need virtual fonts.
	. Replace support for dbtt (which has an uncertain license) with
	  garuda.
	. Update to TDS 1.1.

	* utils/thaifont/texmf/dvips/base/dbtt.enc: Removed.
	* utils/thaifont/texmf/dvips/config/config.dbtt: Removed.
	* utils/thaifont/texmf/dvips/config/dbtt.map: Removed.
	* utils/thaifont/texmf/fonts/tfm/public/dbtt/*: Removed.
	* utils/thaifont/texmf/fonts/vf/public/dbtt/*: Removed.

	* utils/thaifont/texmf/dvips/base/norasi.enc: Removed.
	* utils/thaifont/texmf/dvips/config/config.norasi: Move to...
	* utils/thaifont/texmf/dvips/norasi/config.norasi: Here.
	* utils/thaifont/texmf/dvips/config/norasi.map: Moved to...
	* utils/thai/font/texmf/fonts/map/dvips/norasi/norasi.map: Here.
	Updated.
	* utils/thaifont/texmf/fonts/tfm/public/norasi/ftnr9z,
	utils/thaifont/texmf/fonts/tfm/public/norasi/ftnb9z,
	utils/thaifont/texmf/fonts/tfm/public/norasi/ftnbo9z,
	utils/thaifont/texmf/fonts/tfm/public/norasi/ftno9z: Removed.
	* utils/thaifont/texmf/fonts/tfm/public/norasi/ftnr8z,
	utils/thaifont/texmf/fonts/tfm/public/norasi/ftnb8z,
	utils/thaifont/texmf/fonts/tfm/public/norasi/ftnbo8z,
	utils/thaifont/texmf/fonts/tfm/public/norasi/ftno8z: Updated.
	* utils/thaifont/texmf/fonts/vf/public/norasi/*: Removed.

	* utils/thaifont/texmf/dvips/garuda/config.garuda: New file.
	* utils/thaifont/texmf/fonts/map/dvips/garuda/garuda.map: New file.
	* utils/thaifont/texmf/fonts/tfm/public/garuda/fgdr8z,
	utils/thaifont/texmf/fonts/tfm/public/garuda/fgdb8z,
	utils/thaifont/texmf/fonts/tfm/public/garuda/fgdbo8z,
	utils/thaifont/texmf/fonts/tfm/public/garuda/fgdo8z: New files.

	* utils/thaifont/texmf/fonts/enc/dvips/thai/c90.enc: New file,
	generated by fontinst.

	* utils/thaifont/tools/c90.etx: New file.
	* utils/thaifont/tools/c90.mtx: New file.
	* utils/thaifont/tools/garuda.fontinst: New file.
	* utils/thaifont/tools/norasi.fontinst: New file.
	* utils/thaifont/tools/INSTALL: New file.
	* utils/thaifont/tools/dbtt-old/*: New files.
	* utils/thaifont/tools/README: Removed.
	* utils/thaifont/tools/thai-dummy.afm: Removed.
	* utils/thaifont/tools/thai.enc: Removed.
	* utils/thaifont/tools/thailigs.vpl: Removed.

	* texinput/thai/c90cmss.fd, texinput/thai/c90cmtt.fd,
	texinput/thai/c90nrsr.fd: Updated.
	* texinput/thai/c90dbss.fd: Removed.
	* texinput/thai/c90gar.fd: New file.

2005-06-27  Werner LEMBERG  <wl@gnu.org>

	Remove the `rotate' keyword for vertical typesetting and introduce
	the opposite, `norotate'.

	* texinput/Bg5/c00bsmir.fdx, texinput/Bg5/c00kair.fdx: New files.

	* doc/fdxfiles.doc, doc/vertical.doc, texinput/Bg5/c00bsmi.fdx,
	texinput/GB/c10gbsn.fdx, texinput/CJKvert.sty: Updated.

2005-06-25  Werner LEMBERG  <wl@gnu.org>

	* examples/CJKmixed.tex: New example file to demonstrate how to
	use CJK scripts vertically and horizontally at the same time.

2005-06-24  Werner LEMBERG  <wl@gnu.org>

	* doc/vertical.doc: Mention that you need an `.fdx' file if you
	want to use rotated glyphs for vertical typesetting.

2005-05-23  Werner LEMBERG  <wl@gnu.org>

	* doc/CJK.doc: Improve documentation of `encapsulated' option. 
	Suggested by Brian Murphy.

2005-04-26  Werner LEMBERG  <wl@gnu.org>

	* texinput/UTF8/UTF8.chr (\CJK@punctchar): Wrap code after \usefont
	into three groups to make it work with CJKulem.sty.

	* texinput/CJKutf8.sty, examples/CJKutf8.tex, doc/CJKutf8.doc: New
	files.

	* doc/history.txt: Updated.

2005-04-22  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/emacs/cjk-enc.el (cjk-viscii-lower, cjk-viscii-upper),
	utils/lisp/mule-2.3/cjk-enc.el (cjk-viscii-lower, cjk-viscii-upper):
	Update to next vntex version which no longer uses dblaccnt.sty.

2005-03-27  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty (\CJKspace): Don't use \relax but \@empty.

2005-03-02  Werner LEMBERG  <wl@gnu.org>

	* doc/CJK.doc: Mention `CJKbookmarks' option of hyperref package.

2005-02-23  Werner LEMBERG  <wl@gnu.org>

	* README: Updated.  No public CVS access possible currently.

2004-07-26  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/emacs/thai-word.el (thai-word-table): Use Thai word
	list from IBM's ICU4J project; it is slightly larger and uses an
	X license.

2004-07-25  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/emacs-20.3/*: Moved to...
	* utils/lisp/emacs/*: This.

	* utils/thaifont/tools/thai.enc: Minor updates.  Will be replaced
	with a fontinst solution soon.

2004-06-08  Werner LEMBERG  <wl@gnu.org>

	* doc/reftex.doc: New file.
	* doc/history.txt: Updated.

2004-06-07  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/emacs-20.3/cjk-enc.el (cjk-write-all-files): Handle
	case where files are in other directories.  Bug reported by Hartwig
	Crailsheim.

	* doc/cjk-enc.doc, doc/history.txt: Updated.

2004-06-04  Werner LEMBERG  <wl@gnu.org>

	* contrib/wadalab/c42goth.fdx, contrib/wadalab/c42maru.fdx,
	contrib/wadalab/c42min.fdx: Don't rotate the Hiragana-Katagana
	prolongation mark.

	* doc/vertical.doc: Updated.
	Move text describing .fdx files to...
	* doc/fdxfiles.doc: New file.

	* texinput/CJK.sty: Minor spelling improvements.

2004-06-03  Werner LEMBERG  <wl@gnu.org>

	* contrib/wadalab/DNP.doc: Improve patch for wftodm.c.

2004-04-29  Werner LEMBERG  <wl@gnu.org
	    Wenchang Sun  <sunwch@hotmail.com>

	Add a style file for various CJK font effects.

	* texinput/CJKfntef.sty, examples/CJKfntef.tex: New files.
	* doc/CJK.doc, doc/history.txt: Document it.

2004-03-13  Werner LEMBERG  <wl@gnu.org>

	* texinput/*.enc: Replace \relax with \@empty in the \CJK@namegdef
	assignments to assure that we only have expansion at this macro
	level.

	* doc/history.txt: Updated.

2004-02-08  Werner LEMBERG  <wl@gnu.org>

	Bug fix: Umlaut u with diacritic appears bold.

	* texinput/pinyin.sty (\py@@@v): Apply kerning at correct place.

2004-02-07  Werner LEMBERG  <wl@gnu.org>

	Bug fix: Umlaut u with macron above was broken.

	* texinput/pinyin.sty (\py@macron): Add second argument to
	initialize \dimen@.  Update all callers.

2004-02-06  Werner LEMBERG  <wl@gnu.org>

	Bug fix: Use user-defined \CJKglue value.

	* texinput/CJKulem.sty (\CJK@skip): New skip register.
	(\UL@CJKglue): Use it.
	(\UL@hook): Initialize \CJK@skip.
	Move assignments of \LA@CJKglue, \LA@Thaiglue, and \LA@Thaibreak
	to here.

2004-02-05  Wenchang Sun  <sunwch@hotmail.com>

	Bug fix: Disable line breaks before a post-punctuation CJK glyph
	when \uline, \uwave, etc., are used.

	* texinput/CJK.sty (\CJKnobreakglue): New macro.
	(\Unicode): Use it.

	* texinput/CJKulem.sty (\UL@CJKnobreakglue): New macro.

	* texinput/standard.chr, texinput/extended.chr, texinput/pmC.chr,
	texinput/Bg5/bg5.chr, texinput/JIS/EUC-JP.chr,
	texinput/SJIS/SJIS.chr, texinput/SJIS/SJISdnp.chr,
	texinput/UTF8/UTF8.chr, texinput/CNS/EUC-TW.chr (\CJK@char,
	\CJK@charx, \CJK@punctchar, \CJK@punctcharx): Use \CJKnobreakglue.

2004-02-02  Hin-Tak Leung  <htl10@users.sourceforge.net>

	* doc/pdf/*: New directory tree documenting usage of CJK for
	improved PDF output.
	* doc/history.txt: Document it.

2004-01-29  Wenchang Sun  <sunwch@hotmail.com>

	* texinput/CJK.sty (\CJKpunctsymbol): New \let to \CJKsymbol.

	* texinput/standard.chr, texinput/extended.chr, texinput/pmC.chr,
	texinput/Bg5/bg5.chr, texinput/JIS/EUC-JP.chr, texinput/KS/KS.chr,
	texinput/SJIS/SJIS.chr, texinput/SJIS/SJISdnp.chr,
	texinput/UTF8/UTF8.chr, texinput/CNS/EUC-TW.chr (\CJK@punctchar,
	\CJK@punctcharx): Replace \CJKsymbol with \CJKpunctsymbol.

2003-10-12  Werner LEMBERG  <wl@gnu.org>

	A first step to allow modification of horizontal character widths
	which is needed for CJK fonts which don't have punctuation glyphs
	centered within the CJK square.  The same mechanism will work with
	vertical glyphs also; since a common interface will differ from the
	current implementation, *.fdv files are renamed to *.fdx.  Note that
	special character width handling of punctuation characters is still
	missing.

	* texinput/CJK.sty (\CJK@load@fdx): New function, used as a hook
	for \try@load@fontshape.  It defines the macros \CJKhdef, \CJKhlet,
	\CJKvdef, and \CJKvlet.  The writing direction is appended to the
	character macros -- this also fixes a bug for vertical writing
	support with Big5 encoding (some characters disappeared in the
	output without any warning due to character macro name clashes with
	the subfont macro names).
	(\CJK@direction): New macro to select the writing direction.
	(\ifCJK@vertical@): Moved to CJKvert.sty.

	* texinput/CJKvert.sty (\ifCJK@vertical@): Moved from CJK.sty.
	(\CJKvert, \CJKhorz): Set \CJK@direction.
	(\CJKsymbol): Updated to use writing direction.
	(\CJK@load@fdv): Removed.

	* texinput/*.chr: Simplified since \ifCJK@vertical@ is no longer
	needed.

	* texinput/*.fdv, contrib/wadalab/*.fdv: Renamed to...
	* texinput/*.fdx, contrib/wadalab/*.fdx: This.

2003-10-25  Werner LEMBERG  <wl@gnu.org>

	* texinput/mule/MULEenc.sty: Fix positions of \texordfeminine and
	\textordmasculine.

2003-09-20  Werner LEMBERG  <wl@gnu.org>

	With the help of Paul Eggert <eggert@twinsum.com> and Edward G.J.
	Lee <edt1023@ms17.hinet.net>, the conversion scripts now accept
	parameters.

	* utils/Bg5conv/bg5{pdf,}latex,
	utils/CEFconv/{cef5{pdf,}latex,cef{pdf,}latex,cefs{pdf,}latex},
	utils/SJISconv/sjis{pdf,}latex,
	utils/extconv/{bg5+{pdf,}latex,gbk{pdf,}latex}: Rewritten to accept
	arguments.
	* doc/history.txt: Updated.

2003-09-16  Werner LEMBERG  <wl@gnu.org>

	* utils/Bg5conv/bg5pdflatex,
	utils/CEFconv/{cef5pdflatex,cefpdflatex,cefspdflatex},
	utils/SJISconv/sjispdflatex,
	utils/extconv/{bg5+pdflatex,gbkpdflatex}: New scripts to call
	pdflatex.
	* doc/history.txt: Updated.

2003-07-06  Werner LEMBERG  <wl@gnu.org>

	* texinput/mule/MULEenc.sty: Add some \@gobble macros in commands
	defined with \mule@def.
	Change definition of Thai EOL macro to make it really work.
	(\mule@ignorespaces, \Thaispace, \Thainospace): New macros.

	* doc/cjk-enc.doc, doc/history.txt: Document \Thaispace and
	\Thainospace.

2003-03-30  Werner LEMBERG  <wl@gnu.org>

	* doc/CJK.doc: Add item how to handle \bibliography which has
	author names containing CJK characters.

	* utils/hbf2gf/hbf2gf.1: Minor workarounds for current grohtml bugs.

2003-03-28  Werner LEMBERG  <wl@gnu.org>

	Version 4.5.2 released
	======================

	Update version numbers and time stamps in all non-binary files.

2003-03-19  Werner LEMBERG  <wl@gnu.org>

	Add improved support for pseudo-vertical typesetting.  Based on
	ideas by Robert Fendt <robert.fendt@epost.de>.

	* texinput/CJK.sty (\ifCJK@vertical@): New if.

	* texinput/CJKvert.sty: Require `graphicx' package.
	(\CJKvert, \CJKhorz, \CJKvdef, \CJKvlet, \CJKsymbolsimple): New
	commands.
	(\CJKsymbol): Add support for vertical parameters (`rotate',
	`offset', `fullheight, `height') in the new *.fdv files.
	(\CJK@load@fdv): New command to be appended to LaTeX's
	\try@load@fontshape.

	* texinput/*/*.chr: Replace calls to \CJKsymbol with an extended
	version which, if \CJKvert is active, checks the existence of a
	macro

	  \<encoding>/<family>/<series>/<shape>/<plane>/<code>

	This macro is then called if it exists, instead of calling
	\CJKsymbol.  For halfwidth katakana, the macro is called

	  \<encoding>/<family>/<series>/<shape>/<code>

	For HLaTeX, the macro is called

	  \<encoding>/<family>/<series>/<shape>/<first byte>/<second byte>

	For UTF8, only characters in the range 0x800-0xFFFF get the new
	code.

	<code>, <first byte>, and <second byte> are decimal numbers.

	* contrib/wadalab/c42{goth,maru,min}.fdv,
	contrib/wadalab/c52{maru,min}.fdv, texinput/Bg5/c00bsmi.fdv,
	texinput/GB/c10gbsn.fdv: New files containing information for
	vertical typesetting.

	* examples/Big5vert.tex: Use font shape `bsmi'.

	* doc/history.txt, doc/chinese/README, contrib/wadalab/DNP.doc,
	doc/vertical.doc, examples/README, README: Updated.

	* Makefile (DVI2PS): Load bsmilp.map and gbsnlp.map.
	(cweb): Fix typo (cms->cmz).

	* utils/hbf2gf/config.guess, utils/hbf2gf/config.sub: Updated to
	current versions.

	* utils/extconv/extconv.w: Remove duplicated lines.
	Fix incorrect use of \@.
	* utils/extconv/extconv.c: Regenerated.

2003-03-18  Werner LEMBERG  <wl@gnu.org>

	* texinput/pinyin.sty (\rua): New syllable.  While only dialect, it
	actually is used...

2003-03-12  Werner LEMBERG  <wl@gnu.org>

	* texinput/pinyin.sty (\den, \chua): Add missing syllables (found by
	Jean-Luc Koning <Jean-Luc.Koning@esisar.inpg.fr>).

2003-03-07  Werner LEMBERG  <wl@gnu.org>

	* texinput/pinyin.sty (\py@hy): Assure horizontal mode.

2003-02-10  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty (\CJKchar): Make \CJKchar accept 7bit input for
	character definitions other than standard.chr.
	* doc/history.txt: Updated.

2003-02-06  Werner LEMBERG  <wl@gnu.org>

	Horizontal hints in Wadalab fonts weren't shifted vertically,
	causing inferior results at small sizes.

	* contrib/wadalab/makefont: Rewritten using awk.
	* contrib/wadalab/fixwada: New.
	* contrib/wadalab/DNP.doc, doc/history.txt: Updated.
	* doc/INSTALL: Minor fixes.  Mention wadalab.doc and pfaedit.

2003-01-31  Werner LEMBERG  <wl@gnu.org>

	Add two commands \CJKhwkatakana and \CJKnohwkatakana to control
	whether C49 encoding is used or whether SJIS half-width katakana are
	mapped to full-width glyphs instead.

	* texinput/CJK.sty (\CJKhwkatakana, \CJK@nohwkatakana): New commands.
	(\ifCJK@hwkatakana@): New if-macro.

	* texinput/SJIS/SJIS.chr, texinput/SJIS/SJISdnp.chr (\CJK@sjischar):
	Add second and third parameter to call \CJK@XXX conditionally.
	* texinput/SJIS/SJIS.enc (\CJK@SJISEncoding): Fill second and
	third parameters for half-width katakana.
	* texinput/SJIS/SJISdnp.enc (\CJK@SJISdnpEncoding): Ditto.
	* doc/commands.doc, doc/CJK.doc, doc/history.txt: Updated.

	* examples/README: New file.

2002-07-29  Werner LEMBERG  <wl@gnu.org>

	* texinput/CNS/EUC-TW.chr (\CJK@shiftchar): Pass correct parameters
	to \CJKchar.

2002-06-19  Werner LEMBERG  <wl@gnu.org>

	Version 4.5.1 released
	======================

	Update version numbers and time stamps in all non-binary files.

2002-06-17  Werner LEMBERG  <wl@gnu.org>

	Preparation of release 4.5.1.

	* README: Updated.
	* texinput/CJK.sty, doc/CJK.doc: Require LaTeX 2001/06/01 to have
	support for \textkra, \texttstroke, and \textTstroke.
	Other minor documentation updates.
	* doc/*: Updated.

2002-06-16  Werner LEMBERG  <wl@gnu.org>

	* doc/chinese/READMEgb.tex: Use `gbsn' font.
	* Makefile (CJK2DVI): Remove *.toc also.
	(LATEX2DVI): Take two arguments.
	(LATEX): Ditto.
	(DISTTARGETS): Add READMEb5 and pytest.
	(READMEgb, pytest): New rules
	(GB...): Updated.
	(predistdoc): Create README file.
	(distdoc): Depend also on `cweb'.
	(cweb): New target.

2002-06-14  Edward Lee  <edt1023@ms17.hinet.net>

	* texinput/Bg5/c00bsmi.fd, texinput/Bg5/c00bsmir.fd: Fix typo.

2002-06-13  Werner LEMBERG  <wl@gnu.org>

	* Makefile: New file, used for creating the tarballs.
	* README: Updated.
	* texinput/GB/c10gbsn.fd, texinput/Bg5/c00bsmi.fd,
	texinput/Bg5/c00bsmir.fd: New files for fonts from the TeXLive CD.
	* doc/chinese/READMEb5.tex, examples/*: Changed to use the fonts
	provided by the TeXLive CD.

2002-06-12  Werner LEMBERG  <wl@gnu.org>

	* texinput/JISdnp.enc (\CJK@JISdnpEncoding): Fix position of closing
	brace.

2002-06-07  Werner LEMBERG  <wl@gnu.org>

	* texinput/thai/c90enc.def: New file, contributed by Dominique
	Unruh <dominique@unruh.de>.
	* texinput/thai/thaicjk.ldf: Use it.
	* doc/history.txt: Updated.

2002-05-16  Werner LEMBERG  <wl@gnu.org>

	* doc/cjk-enc.doc: Document behaviour for master files without CJK
	characters.
	* doc/CJK.doc: Explain usage of `~' for BibTeX.

2002-05-10  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJKnumb.sty (\CJKnullspace): New macro to control the
	additional space inserted before and after a circle used as a
	CJK zero digit.
	* doc/history.txt: Updated.

2002-05-09  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJKnumb.sty (\CJK@traditionalNumbers,
	\CJK@simplifiedNumbers): New macros.
	Use them for GB, GBK, Bg5, Bg5+ hooks.

2002-05-01  Werner LEMBERG  <wl@gnu.org>

	* doc/commands.doc: Minor fix.

	* utils/hbf2gf/config.guess, utils/hbf2gf/config.sub: Updated to
	current versions.
	* utils/hbf2gf/configure.in: Renamed to...
	* utils/hbf2gf/configure.ac: This.
	Updated to autoconf 2.53.
	* utils/hbf2gf/configure: Regenerated with autoconf 2.53.
	* utils/hbf2gf/README: Text improved.
	* utils/hbf2gf/hbf2gf.1: Minor typographical fixes.

2002-04-30  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty (\CJK@errxx, \CJKindent): New macros.
	* texinput/CJK.enc (\CJK@spaceChar): Define it for all encodings.
	It is used by \CJKindent.
	(\CJK@KSHL@enc): Add \CJK@min and \CJK@max.
	* texinput/SJIS/SJISdnp.enc (\CJK@SJISdnpEncoding),
	texinput/JIS/JISdnp.enc (\CJK@JISdnpEncoding),
	texinput/KS/HLaTeX/KSHL.enc (\CJK@KSHLEncoding): Use \CJK@errxx
	for unused slots.

	* doc/history.txt, doc/commands.doc: Document \CJKindent.

	* utils/CEFconv/cef5conv.w, utils/CEFconv/cefconv.w: Fix
	documentation errors.
	* utils/CEFconv/cef5conv.c, utils/CEFconv/cefconv.c: Regenerated.

2002-04-29  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty (\pickup@font): Add comment character.

2002-04-28  Werner LEMBERG  <wl@gnu.org>

	Preparation of release 4.5.0.

	* README: Updated.

2002-04-27  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty (\CJKsymbol, \CJKsymbols): Simplified.
	(\Unicode, \CJKenc): Fix error text.

2001-10-08  Mike Fabian <mfabian@suse.de>

	* contrib/wadalab/c42goth.fd: Use `dgj' for normal series and add
	`\CJKbold' for bold series.

2001-07-31  Werner LEMBERG  <wl@gnu.org>

	* doc/CJK.doc: Note use of \cleardoublepage if problems occur with
	two-column printing.

2001-07-27  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>

	* utils/cjklatex/cjklatex.c: New file.

2001-06-27  Werner LEMBERG  <wl@gnu.org>

	* doc/CJK.doc: Add info how to use a CJK environment in the
	preamble.
	* doc/cjk-enc.doc: Simplify usage of AUC TeX.
	Modify definition of `TeX-run-CJK-LaTeX' to handle directories
	properly.

2001-06-15  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.enc (\CJK@disableMakeUppercase): Define it as \relax
	if in preprocessed mode.

2001-06-14  HANDA Ken'ichi  <handa@etl.go.jp>

	* utils/lisp/emacs-20.3/cjk-enc.el (cjk-set-buffer-multibyte):
	Use backquote operator to make cjk-enc.elc work correctly.

2001-06-08  Werner LEMBERG  <wl@gnu.org>

	The next LaTeX release will use \textkra, \texttstroke, and
	\textTstroke for the missing latin-4 characters.

	* texinput/mule/MULEenc.sty: Use \textkra.  Add \TEXTTSTROKE.
	* utils/lisp/emacs-20.3/cjk-enc.el, utils/lisp/mule-2.3/cjk-enc.el:
	Use \texttstroke and \TEXTTSTROKE.

2001-05-26  Werner LEMBERG  <wl@gnu.org>

	* texinputs/CJK.sty: Restore EOL character before loading `CJK.cfg'.

2001-05-18  Werner LEMBERG  <wl@gnu.org>

	* contrib/wadalab/DNP.doc: Document installation for pdfTeX.
	* contrib/wadalab/makefont: Updated to normalize font matrix of
	PS fonts.

2001-04-24  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/config.guess, utils/hbf2gf/config.sub: Updated to
	latest version from gnu.org.

2001-04-21  Werner LEMBERG  <wl@gnu.org>

	* examples/muletest.tex: Remove Thai support so that this file can
	really be run with Mule 2.3.
	Update comment.
	* example/CJKbabel.tex, example/rubytest.tex: Update comment.

	* utils/lisp/emacs-20.3/cjk-enc.el (cjk-format-spec-table): Fix
	Thai.
	* texinput/mule/MULEenc.sty (\mule@char): Don't use delimiter.
	* texinput/SJIS/sjisdnp.enc: Update this file also to the changes
	introduced 2001-03-15.

2001-04-17  Werner LEMBERG  <wl@gnu.org>

	* examples/*.tex: Added local variables for Emacs to specify
	encoding.
	* doc/history.txt: Emphasize the need of local variables for the
	encoding if `cjk-enc.el' is used.

2001-04-02  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/emacs-20.3/cjk-enc.el: Fix documentation to follow
	Elisp documentation conventions.

2001-04-01  Werner LEMBERG  <wl@gnu.org>

	Make UTF8 encoding work in TOC.

	* texinput/CJK.sty (\CJK@namedef): New macro.
	* texinput/UTF8/UTF8.bdg: Use it.

2001-03-28  Werner LEMBERG  <wl@gnu.org>

	* texinput/mule/MULEenc.sty: Use \textnumero instead of \CYRNo
	(found by Vladimir Volovich).

2001-03-18  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/cjkspace.el, INSTALL: Fix documentation.

2001-03-15  Werner LEMBERG  <wl@gnu.org>

	A major change: Preprocessed and non-preprocessed mode can be used
	simultaneously!  For example, you can now use include a file encoded
	in UTF-8 in another file encoded in Big5.

	To achieve this, ^^7f will always start a command in preprocessed
	mode, even for CJK macros.

	* texinput/CJK.sty: Require MULEenc.sty.
	Remove ^^7f handling.
	Remove preprocessed versions of \CJK@XX, \CJK@XXX, and \CJK@XXXX.
	(\CJKcaption): Always include .cpx files.

	* texinput/CJK.enc (\CJK@disableMakeUppercase): New macro.
	(\CJK@shiftError): New macro.
	(\CJK@unicodeError): New macro.
	(\CJK@makeEnvironment): Don't handle \MakeUppercase.
	(\CJK@*@enc): Always use `true' branch in \CJKpreproc conditionals.

	* texinput/mule/MULEenc.sty (\mule@@@arg, \mule@def): Use \string. 
	(\mule@@def): New function to set up macros for leading bytes in the
	range ^^81-^^fe.
	* texinput/extended.enc (\CJK@extendedEncoding),
	texinput/Bg5/Bg5.enc (\CJK@Bg5Encoding), texinput/SJIS/SJIS.enc
	(\CJK@SJISEncoding): Use \CJK@disableMakeUppercase.
	* texinput/pmCbig.enc (\CJK@pmCbigEncoding), texinput/pmCsmall.enc
	(\CJK@pmCsmallEncoding), texinput/standard.enc
	(\CJK@standardEncoding): Add \relax.
	* texinput/CNS/EUC-TW.enc (\CJK@EUC-TWEncoding),
	texinput/JIS/EUC-JP.enc (\CJK@EUC-JPEncoding): Use \CJK@shiftError
	for single shifts.  Add	\relax for all other macros.
	* texinput/UTF8/UTF8.enc (\CJK@UTF8Encoding): Use \CJK@unicodeError
	for three-byte sequences.  Add \relax for all other macros.

	* texinput/*/*.cpx: Updated to new preprocessing scheme.

	* utils/*conv/*conv.w: Updated to new preprocessing scheme.
	* utils/*conv/*conv.c: Regenerated.

	* utils/lisp/emacs-20.3/cjk-enc.el (cjk-format-spec-table): Updated
	to new preprocessing scheme.
	(cjk-encode): Fix file header insertion strings.
	* utils/lisp/mule-2.3/cjk-enc.el (cjk-enc-table): Updated to new
	preprocessing scheme.
	(cjk-encode): Fix file header insertion strings.

	* doc/*: Updated and revised.

2001-03-13  Werner LEMBERG  <wl@gnu.org>

	Implement \CJKinput.

	* mule/MULEenc.sty (\CJKinput): New macro.
	(\CJKinclude): Fix error message.

	* utils/lisp/emacs-20.3/cjk-enc.el (cjk-write-all-files): Update
	docstring.
	(tex-input-regexp): New test for \CJKinput.
	(do-batch-cjk-write-file): Fix typo.

	* texinput/thai/thaicjk.ldf: Fix typo.

2001-02-21  Werner LEMBERG  <wl@gnu.org>

	* doc/INSTALL: Minor improvements.

2001-02-13  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/config.{guess,sub}: Updated (from ftp.gnu.org).

2000-12-17  Werner LEMBERG  <wl@gnu.org>

	* utils/SJISconv/sjisconv.w: Fix typo ff -> 7f.
	* utils/CEFconv/cef5conv.w, utils/CEFconv/cefconv.w: Ditto.

	* utils/*conv/*conv.w: \XXXpreproc will now contain the version of
	the conversion program.
	* utils/*conv/*conv.c: Updated.

	* doc/history.txt: Updated.

	* all files: Version number changed to 4.4.0.

2000-12-03  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/configure.in: Fix kpathsea checking message.
	* utils/hbf2gf/configure: Updated.

2000-12-02  Werner LEMBERG  <wl@gnu.org>

	* doc/cjk-enc.doc: Clarify usage of cjk-coding.
	* doc/INSTALL: Add hints how to use kpsewhich to check
	configuration.

2000-12-01  Werner LEMBERG  <wl@gnu.org>

	* doc/INSTALL: Fix documentation of --with-kpathsea-include.
	* doc/cjk-enc.doc: Fix typo.

2000-09-21  Werner LEMBERG  <wl@gnu.org>

	* texinput/{CJK.sty, CJKulem.sty, pinyin.sty, ruby.sty}: Replacing
	some \ifdim with \ifnum.

2000-09-20  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJKulem.sty: Fixed two nasty bugs (spotted by Sim Ing
	<sim@ubs-aptsocap.org>): No underlining for \CJKglue and no \CJKglue
	before and after \uline.

2000-08-28  Werner LEMBERG  <wl@gnu.org>

	* utils/thaifont/texmf/dvips/config/config.{norasi,dbtt}: New files.
	* doc/thaifont.doc: Added info about PS font configuration.

2000-08-24  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/emacs-20.3/thai-word.el (thai-update-word-table): Add
	documentation string.

2000-08-24  HANDA Ken'ichi  <handa@etl.go.jp>

	* utils/lisp/emacs-20.3/thai-word.el (thai-update-word-table): New
	function.
	(thai-find-word-ends): Fix loop.

2000-08-23  Werner LEMBERG  <wl@gnu.org>

	* texinput/thai/thaicjk.ldf: Remove warning about nonexistent
	hyphenation patterns.

2000-08-20  Werner LEMBERG  <wl@gnu.org>

	Another big sigh.  Wrong glyph names for Norasi's Thai digits.
	Additionally, all ligature rules no longer use `>' to make kerning
	possible.

	* utils/thaifont/texmf/dvips/base/norasi.enc: Fixed.
	* utils/thaifont/tools/{thai.enc,thailigs.vpl}: Updated.
	* utils/thaifont/texmf/fonts/{tfm,vf}/public/{dbtt,norasi}/*:
	Regenerated.

2000-08-19  Werner LEMBERG  <wl@gnu.org>

	* examples/thai.tex: New file.
	* doc/history.txt: Updated.

	* examples/CJKbabel.tex: Doc fixes.

2000-08-17  Werner LEMBERG  <wl@gnu.org>

	* doc/cjk-enc.el, doc/thaifont.doc: Give better URL for thailatex
	package.

2000-08-15  Werner LEMBERG  <wl@gnu.org>

	Sigh, another forgotten Thai ligature rule.

	* utils/thaifont/tools/{thai.enc,thailigs.vpl}: Updated.
	* utils/thaifont/texmf/fonts/{tfm,vf}/public/{dbtt,norasi}/*:
	Regenerated.

2000-08-15  Werner LEMBERG  <wl@gnu.org>

	* texinput/thai/c90{cmr,cmss.cmtt}.fd: Make font substitution
	silent.

	* utils/thaifont/texmf/dvips/base/norasi.enc: Fixing typo.
	* utils/thaifont/texmf/fonts/{tfm,vf}/public/norasi/*: Updated.

2000-08-13  Werner LEMBERG  <wl@gnu.org>

	Improved support for Thai.

	* doc/thaifont.doc: New file.

	* utils/thaifont/*: Metrics and support files for Thai fonts.

	* texinput/thai/c90{nrsr,dbss}.fd: New font definition files for
	dbtt and norasi font families.
	* texinput/thai/c90{cmr,cmss,cmtt}.fd: Font alias files.
	* texinput/thai/thaicjk.ldf: New file for thai support in Babel.
	* texinput/thai/thai.sty: Removed.

	* utils/lisp/emacs20.3/cjk-enc.el: Redesigned Thai support by
	HANDA Ken'ichi <handa@etl.go.jp>.
	Will now run under XEmacs also (with help of Martin Buchholz
	<martin@xemacs.org>).  No Thai support yet due to limitations in
	current XEmacs version (21.2).
	(cjk-write-all-files): New optional argument to force the processing
	of all files.
	(do-batch-cjk-write-file): New function.
	(batch-cjk-write-file): Use do-batch-cjk-write-file.
	(batch-force-cjk-write-file): New function.  Uses
	do-batch-cjk-write-file also.
	* utils/lisp/mule-2.3/cjk-enc.el: Rename write-cjk-file to
	cjk-write-file for consistency.
	* utils/lisp/emacs20.3/thai-word.el: New file written by HANDA
	Ken'ichi for Thai word breaking support.  Replaces thaiconv.
	* utils/thaiconv: Removed.

	* utils/lisp/emacs20/cjk-enc.el: Removed.  No longer supported.

	* texinput/mule/MULEenc.sty: Adapted to new cjk-enc.el version.
	Make it robust for CJKulem.sty.

	* examples/CJKbabel.tex: Use CJKulem.sty and thaicjk module for
	Babel.
	* examples/muletest.tex: Remove \if... \fi clause for Thai.

	* doc/history.txt, doc/INSTALL: Updated.

2000-08-12  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJKulem.sty: New file which provides CJK support for
	ulem.sty.
	* doc/history.txt, doc/CJK.doc: Updated.

2000-08-09  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/configure.in: Replaced --with-kpathsea-dir with
	--with-kpathsea-lib and --with-kpathsea-include.
	* utils/hbf2gf/configure, doc/history.txt, doc/INSTALL,
	doc/hbf2gf.doc: Updated.

	* texinput/CJK.sty, texinput/mule/MULEenc.sty: New command
	\CJKverbatim which disables \Thaiglue and \CJKglue in verbatim
	environments if the `verbatim' package is loaded.
	* doc/history.txt, doc/CJK.doc, doc/commands.doc: Updated.

2000-07-30  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/config.guess, utils/hbf2gf/config.sub: Updated to
	latest version from ftp.gnu.org.

2000-07-27  Werner LEMBERG  <wl@gnu.org>

	* utils/thaiconv/thaiconv.c: Improve comment.

	* *.fd: Set \hyphenchar to -1 for all CJK fonts.

2000-06-23  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/config.guess, utils/hbf2gf/config.sub: Updated to
	latest version from ftp.gnu.org.

	* texinput/CJK.enc: Removed redefinition of C42 and C49.

2000-05-03  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty: Specifying an optional argument to the `CJK'
	size function will no longer produce a warning message for each
	subfont.

	* contrib/wadalab/*.fd, doc/CJK.doc, doc/fonts.doc: Wadalab PS fonts
	now use `CJK' size functions instead of `DNP' ones.

	* doc/history.txt: Updated.

2000-05-02  Werner LEMBERG  <wl@gnu.org>

	* texinput/*/*.cpx: Replace incorrect 0xFF with 0x7F.

2000-04-18  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty, texinput/pinyin.sty, texinput/ruby.sty:
	Balancing the small kern control values, e.g. using
	`\kern -1sp\kern 1sp' instead of `\kern 1sp' only.

	Replacing kern value of 3sp with 5sp to avoid clash with ulem.sty.

2000-04-01  Werner LEMBERG  <wl@gnu.org>

	Version 4.3.0 released
	======================

	This version exists on the Tex Live CD 5 only; a lot of files have
	been adapted to the special needs of the CD's texmf tree -- these
	changes are not in the CVS tree.

2000-03-15  Werner LEMBERG  <wl@gnu.org>

	* contrib/wadalab/wadalab.map: Renamed from Wadalab.map
	* contrib/wadalab/DNP.doc: Updated accordingly.

	* utils/hbf2gf/cfg/*: Updated -- if possible, the foundry is used
	as the target directory instead of the encoding, e.g.
	`tfm/ntu/b5ka12'.

2000-03-14  Werner LEMBERG  <wl@gnu.org>

	* texinput/SJIS/SJISdnp.{chr,enc}: New files to support SJIS
	encoding with DNP fontencoding.
	* texinput/CJK.enc: Add SJISdnp.
	Add forgotten punctuation pattern macro to KSHL encoding.
	* doc/history.txt, doc/CJK.doc, doc/command.doc: Update.

2000-03-13  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty: Fixing definition of ^^7f to do nothing if
	written to the TOC file.

2000-03-12  Werner LEMBERG  <wl@gnu.org>

	* texinput/KS/HLaTeX/pshan.sty: Fix typo.

	Call \mj to activate default family correctly.

	* contrib/wadalab/makefont: Add echo commands.
	* contrib/wadalab/DNP.doc: Updated. Add info about gsftopk.

2000-03-03  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/README: New file.
	* utils/hbf2gf/hbf2gf.1, doc/hbf2gf.doc: Small improvements.

	* README: Removed `romaji environment' from TODO section.  According
	to HANDA Ken'ichi <handa@etl.go.jp> it is impossible to provide
	hyphenation patterns for transcribed Japanese without semantic
	analysis.

2000-03-02  Werner LEMBERG  <wl@gnu.org>

	* README, doc/INSTALL: Slight improvements.

	* utils/hbf2gf/Makefile.in, utils/hbf2gf/configure.in: Fix incorrect
	test for NO_STRDUP.  Thanks to <Andries.Brouwer@cwi.nl>.

2000-02-06  Werner LEMBERG  <wl@gnu.org>

	* texinput/CJK.sty, texinput/mule/MULEenc.sty,
	utils/lisp/*/cjk-enc.el, utils/*conv/*conv.[cw], history.txt,
	CJK.doc, cjk-enc.doc: Use 0x7F both as the multiplex character and
	as a delimiter -- apparently no package uses this character...
	This solves all problems with \uppercase and \lowercase.

	* utils/hbf2gf/cfg/j2so12.cfg: Added `min_char' parameter to get
	correct offsets (thanks to Martin Minich
	<minich5@kepler.fmph.uniba.sk> for finding this bug).

2000-01-26  Werner LEMBERG  <wl@gnu.org>

	* doc/cjk-enc.doc, doc/history.txt, examples/CJKbabel.tex,
	examples/muletest.tex, texinput/mule/MULEenc.sty,
	utils/lisp/*/cjk-enc.el: Change X5 to T5.

2000-01-20  Werner LEMBERG  <wl@gnu.org>

	* examples/muletest.tex: Greek added; updated to X5 encoding.
	* examples/CJKbabel.tex: Greek added; updated to X5 encoding.

	* texinput/mule/MULEenc.sty: Use \AtBeginDocument for \mule@<accent>
	definitions.

2000-01-14  Werner LEMBERG  <wl@gnu.org>

	* doc/cjk-enc.doc: Added info about file variables to specify
	document encoding.

2000-01-03  Ching-Mo CHANG  <chingmo@mail.onweb.com.tw>

	* utils/lisp/emacs-20.3/cjk-enc.el (cjk-write-all-files): Always
	returned nul for include and bib file names due to incorrect
	pattern matching.

1999-12-18  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/configure.in: Removed `-pedantic' flag which causes
	problems with newer gcc versions.

1999-11-19  Werner LEMBERG  <wl@gnu.org>

	* examples/muletest.tex, examples/CJKbabel.tex: Fixing a typo.

1999-11-07  Werner LEMBERG  <wl@gnu.org>

	* doc/CEF.doc: Minor fixes.

	* doc/CJK.doc: Updated; minor fixes.

1999-11-06  Werner LEMBERG  <wl@gnu.org>

	* doc/cjk-enc.doc, doc/commands.doc, doc/fonts.doc: Minor fixes.

	* doc/vertical.doc, doc/history.txt: Updated.

1999-11-05  Werner LEMBERG  <wl@gnu.org>

	* texinput/mule/MULEenc.sty: Added \CJKinclude{<file>} and
	\CJKbibliography{<file>}.  These functions act identically to
	\include resp. \bibliography but load <file>.cjk
	resp. <file>-cjk.bib.

	* utils/lisp/emacs-20.3/cjk-enc.el: Using `cjk' throughout as the
	prefix to variable and function names.  This causes a renaming of
	virtually all functions.  Some other local variables were renamed
	also for consistency.

	Changing ET5 to X5 encoding for Vietnamese.

	(decompose-char): Removed.  Not needed at all.

	(cjk-tex-in-comment): New function.  Similar to AUC TeX's
	TeX-in-comment function; has been added to be independent from AUC
	TeX.

	(cjk-write-all-files): New function.  It checks for \CJKinclude
	and \CJKbibliography commands in the master file and converts the
	referenced files accordingly if necessary.  Intended as a hook to
	AUC TeX to make multiple files work as expected.

1999-11-02  Werner LEMBERG  <wl@gnu.org>

	* doc/cjk-enc.doc: Small improvement in explanation of usage with
	AUC TeX.

1999-10-24  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/emacs-20.3/cjk-enc.el (get-cjk-name): New function.

	(file-write-cjk-file, batch-write-cjk-file): New functions which
	do the same as write-cjk-file but operate on a given file (resp. a
	suite of files and directories given on the command line).

	(write-cjk-file): Will now properly ask for a file name if the
	current buffer is not visiting a file.

	* doc/cjk-enc.doc: Expanded TeX-translate-location-hook to cover
	CJK BibTeX input files also.

	TeX-run-CJK-LaTeX now checks whether it must call write-cjk-file
	at all (emacs > 20.3 only).

1999-10-07  Werner LEMBERG  <wl@gnu.org>

	* texinput/mule/MULEenc.sty: Removed \textendash wrapper macro.

	* utils/lisp/{emacs-20.3,emacs-20,mule-2.3}/cjk-enc.el: Added
	iso-8859-9 (Greek) support (mapped to LGR encoding as used in the
	Babel package).

	Fixed character `SOFT-HYPHEN' in iso-8859-x encodings (using `\-'
	instead of \textendash).

	* README, doc/cjk-enc.doc, doc/history.txt: Updated.

	* doc/CJK.doc: Fixed a typo.

	* texinput/CJK.enc, texinput/CJK.sty, texinput/*/{*.cap,*.cpx}:
	Replaced `\ifx\foo \undefined' with `\@ifundefined{}{}' to fix the
	case that a not-defined macro has been tested with \@ifundefined
	before.  In this case, it is no longer undefined but identical to
	\relax.

	* texinput/pmC.chr: Fixed punctuation macros for pmC.

1999-10-02  Werner LEMBERG  <wl@gnu.org>

	* texinput/pinyin.sty: The method with appending `\-' to all
	syllables fails (stupid I am :-), so here a solution which really
	works.  It uses a small kern (4sp, similar to the ruby and CJK
	packages) to tell the following pinyin syllable that a
	discretionary has to be inserted.

1999-10-01  Werner LEMBERG  <wl@gnu.org>

	* texinput/mule/MULEenc.sty: \lccode and \uccode of ^^ff must not
	be modified, otherwise hyphenation patterns containing \ss will
	fail (which happens e.g. in German).

1999-09-28  Werner LEMBERG  <wl@gnu.org>

	* doc/history.txt: Updated.

	* utils/pyhyphen/pyhyph.tex, utils/pyhyphen/pytest.tex,
	utils/pyhyphen/pinyin.ldf, doc/pyhpyhen.doc: Hyphenation patterns
	for unaccented pinyin syllables to be used with the Babel package.
	  
	* utils/pyhyphen/pinyin.c, utils/pyhpyhen/pinyin.tr: Utility files
	for creating pinyin hyphenation patterns.

1999-09-27  Werner LEMBERG  <wl@gnu.org>

	* doc/history.txt: Updated.

1999-09-21  Werner LEMBERG  <wl@gnu.org>

	* texinput/pinyin.sty: Adding hyphenation points at the end of all
	syllables.

1999-09-18  Werner LEMBERG  <wl@gnu.org>

	* texinput/pinyin.sty: Making accent commands like \py@a robust.

	Added option `useCMmacron' (for LaTeX only) to use a macron accent
	from the CM fonts in case the used font doesn't have it
	(e.g. some versions of virtual files for Palatino).

1999-08-26  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/hbf2gf.1: Added some documentation how to find out
	the expanded value of a kpathsea variable (like $MISCFONT).

1999-08-07  Werner LEMBERG  <wl@gnu.org>

	* utils/thaiconv/thaiconv.c (adj): Fixed invalid array index in
	case of marks without base characters.

1999-07-07  Werner LEMBERG  <wl@gnu.org>

	* texinput/Bg5/Bg5.chr,
	  texinput/extended.chr: Fixed a typo \CJK@temp->\CJK@gtemp

1999-06-30  Werner LEMBERG  <wl@gnu.org>

	* utils/lisp/emacs-20/cjk-enc.el,
	  utils/lisp/emacs-20.3/cjk-enc.el,
	  utils/lisp/mule-2.3: Fixed code for 0x80 multiplex character.

1999-06-22  Werner LEMBERG  <wl@gnu.org>

	* doc/TDS.doc: Completely revised.

1999-06-10  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/configure.in: Removed `-ansi' flag which can cause
	problems with the kpathsea library (which is not compiled with
	-ansi).

1999-06-07  Werner LEMBERG  <wl@gnu.org>

	* utils/hbf2gf/hbf2gf.1: Added documentation about MiKTeX.

	* utils/hbf2gf/hbf2gf.w: Added support for MiKTeX file search
	library.

	* texinput/CEF/*.fd: Removed -- these files were erroneously
	included into the CVS repository.

1999-06-04  Werner LEMBERG  <wl@gnu.org>

	* *.fd files: minor documentation addition regarding font
	encoding.

	* all files: Changed date/version to 4.3.0.

1999-06-02  Werner LEMBERG  <wl@gnu.org>

	* README: Added info about http and ftp home sites and how to
	access the CVS repository.

1999-06-01  Werner LEMBERG  <wl@gnu.org>

	* README: Added info about CVS mailing list.

1999-05-29  Werner LEMBERG  <wl@gnu.org>

	* README: Added mailing list.

	* doc/INSTALL: Small correction.

	* README: Small additions.