Mercurial > emacs
annotate etc/ChangeLog @ 88829:2a5f7abf2aad
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 03 Jul 2002 22:20:52 +0000 |
parents | 028259b11c0d |
children | 3a68f90d5000 |
rev | line source |
---|---|
88773 | 1 2002-06-20 Dave Love <fx@gnu.org> |
2 | |
3 * charsets/tcvn.map: Add missing code points. | |
4 | |
88759 | 5 2002-06-12 Dave Love <fx@gnu.org> |
6 | |
7 * charsets/jisx0213-2.map: Replaced. | |
8 | |
9 * charsets/jisx0213-1.map: New file. | |
10 | |
88729 | 11 2002-06-07 Dave Love <fx@gnu.org> |
12 | |
13 * charsets/tcvn.map: New file. | |
14 | |
88706 | 15 2002-05-31 Dave Love <fx@gnu.org> |
16 | |
17 * charsets/tibetan.map, charsets/sisheng.map: | |
18 * charsets/is13194.map, charsets/ipa.map, charsets/ethiopic.map: | |
19 New files. | |
20 | |
88679 | 21 2002-05-29 Kenichi Handa <handa@etl.go.jp> |
22 | |
23 * charsets/gb18030-2.awk: New file. | |
24 | |
25 * charsets/gb18030-4.awk: Renamed from gb18030.awk. | |
26 | |
27 * charsets/gb18030-2.map, charsets/gb18030-2.map: New files. | |
28 | |
29 * charsets/Makefile (MAPS): Delete gb18030-bmp.map, add | |
30 gb18030-2.map and gb18030-4.map. | |
31 (gb18030-bmp.map): This target deleted. | |
32 (gb18030-2.map, gb18030-4.map): New targets. | |
33 | |
34 2002-05-09 Kenichi Handa <handa@etl.go.jp> | |
35 | |
36 * charsets/gb18030.awk (END): Initialize lastgb and | |
37 gbtable[lastgb] correctly. | |
38 | |
88673 | 39 2002-05-29 Dave Love <fx@gnu.org> |
40 | |
41 * charsets/8859-11.map: New file. | |
42 | |
88667 | 43 2002-05-27 Dave Love <fx@gnu.org> |
44 | |
45 * charsets/cp720.map, charsets/858.map: New files. | |
46 | |
47 * charsets/koi8-r.map, charsets/ibm866.map: Elide ASCII part. | |
48 | |
49 * HELLO: Add pseudo-maths example. | |
50 | |
88581 | 51 2002-05-20 Dave Love <fx@gnu.org> |
52 | |
53 * charsets/symbol.map, charsets/stdenc.map: | |
54 * charsets/hp-roman8.map: New file. | |
55 | |
88570 | 56 2002-05-19 Dave Love <fx@gnu.org> |
57 | |
58 * charsets/cp437.map, charsets/cp737.map, charsets/cp775.map: | |
59 * charsets/cp850.map, charsets/cp851.map, charsets/cp852.map: | |
60 * charsets/cp855.map, charsets/cp857.map, charsets/cp860.map: | |
61 * charsets/cp861.map, charsets/cp862.map, charsets/cp863.map: | |
62 * charsets/cp864.map, charsets/cp865.map, charsets/cp866.map: | |
63 * charsets/cp869.map, charsets/cp874.map, charsets/next.map: | |
64 * charsets/windows-1253.map, charsets/windows-1254.map: | |
65 * charsets/windows-1255.map, charsets/windows-1256.map: | |
66 * charsets/windows-1257.map, charsets/windows-1258.map: Elide | |
67 ASCII part. | |
68 | |
88554 | 69 2002-05-17 Dave Love <fx@gnu.org> |
70 | |
71 * charsets/ebcdic-us.map, charsets/ebcdic-uk.map: | |
72 * charsets/windows-1253.map, charsets/windows-1254.map: | |
73 * charsets/windows-1255.map, charsets/windows-1256.map: | |
74 * charsets/windows-1257.map, charsets/windows-1258.map: | |
75 * charsets/cp437.map, charsets/cp737.map, charsets/cp775.map: | |
76 * charsets/cp850.map, charsets/cp851.map, charsets/cp852.map: | |
77 * charsets/cp855.map, charsets/cp857.map, charsets/cp860.map: | |
78 * charsets/cp861.map, charsets/cp862.map, charsets/cp863.map: | |
79 * charsets/cp864.map, charsets/cp865.map, charsets/cp866.map: | |
80 * charsets/cp869.map, charsets/cp874.map, charsets/next.map: New | |
81 file. | |
82 | |
88536 | 83 2002-05-16 Dave Love <fx@gnu.org> |
84 | |
85 * charsets/cp1125.map, charsets/ebcdic-us, charsets/georgian-ps.map: | |
86 * charsets/koi8-t.map, charsets/koi8-u.map: | |
87 * charsets/windows-1250.map, charsets/windows-1251.map: | |
88554 | 88 * charsets/windows-1252.map: New file. |
88536 | 89 |
88461 | 90 2002-05-07 Kenichi Handa <handa@etl.go.jp> |
91 | |
92 * charsets/Makefile (MAPS): Add gbk.map and gb18030-bmp.map. | |
93 (ICUDIR): New macro. | |
94 (gbk.map, gb18030-bmp.map): New targets. | |
95 | |
96 * charsets/gbk.map, charsets/gb18030-bmp.map: New files. | |
97 | |
98 * charsets/gbk18030.awk: New file. | |
99 | |
88420 | 100 2002-03-01 Kenichi Handa <handa@etl.go.jp> |
101 | |
102 * charsets: New directory for charset mapping tables. | |
103 | |
30994 | 104 ;; Local Variables: |
33615 | 105 ;; coding: iso-2022-7bit |
30994 | 106 ;; End: |
39627 | 107 |
88816
028259b11c0d
Truncate to reflect only the branch.
Dave Love <fx@gnu.org>
parents:
88773
diff
changeset
|
108 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 |
39627 | 109 Free Software Foundation, Inc. |
110 Copying and distribution of this file, with or without modification, | |
111 are permitted provided the copyright notice and this notice are preserved. |