Mercurial > emacs
comparison admin/ChangeLog.unicode @ 90104:a01e7a9f1659
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14
Update unicode-branch version numbers and ChangeLog file names
2005-02-12 Miles Bader <miles@gnu.org>
* etc/TODO, etc/PROBLEMS, etc/NEWS: Replace references to Emacs version "22"
with "23".
2005-02-12 Miles Bader <miles@gnu.org>
* lisp/version.el (emacs-version): Change to "23.0.0".
* lisp/descr-text.el (describe-char-unidata-list):
Replace references to Emacs version "22" with "23".
* lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header)
(byte-compile-insert-header): Likewise.
* lisp/international/mule.el (charset-list, set-coding-priority)
(ignore-relative-composition): Likewise.
* lisp/international/mule-util.el (detect-coding-with-priority): Likewise.
* lisp/international/mule-diag.el: Likewise.
* lisp/international/mule-cmds.el (language-info-custom-alist): Likewise.
* lisp/international/codepage.el (codepage-setup): Likewise.
2005-02-13 Miles Bader <miles@gnu.org>
Rename unicode-branch-specific ChangeLog files to
"ChangeLog.unicode" from "ChangeLog.22"
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 14 Feb 2005 03:40:07 +0000 |
parents | |
children | 93fa2e8df7ea |
comparison
equal
deleted
inserted
replaced
90103:3ebd9bdb4fe5 | 90104:a01e7a9f1659 |
---|---|
1 2005-01-30 Kenichi Handa <handa@m17n.org> | |
2 | |
3 Sub-directory `unidata' is for codes to generate charprop.el and | |
4 many other uni-*.el files from `UnicodeData.txt'. | |
5 | |
6 * Unidata/README: New file. | |
7 | |
8 * unidata/Makefile: New file. | |
9 | |
10 * unidata/unidata-gen.el: New file. | |
11 | |
12 * unidata/UnicodeData.txt: New file. Copied from | |
13 http://www.unicode.org on 2005-01-29. | |
14 | |
15 * unidata/.cvsignore: New file. | |
16 | |
17 2004-02-12 Kenichi Handa <handa@m17n.org> | |
18 | |
19 * charsets/.cvsignore: New file. | |
20 | |
21 * charsets/mapconv: Add code for handling KANJI-DATABASE format. | |
22 | |
23 * charsets/Makefile (all): Rename target from charsets. Depend on | |
24 ${TRANS_TABLE} | |
25 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map) | |
26 (CNS-7.map): Generate from cns2ucsdkw.txt. | |
27 (install): Copy updated files only. | |
28 | |
29 2004-01-30 Kenichi Handa <handa@m17n.org> | |
30 | |
31 * charsets/cp932.awk: Append user defined area of CP932. | |
32 | |
33 2004-01-28 Kenichi Handa <handa@m17n.org> | |
34 | |
35 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014, | |
36 0x2299 to 0x29BF. | |
37 | |
38 2004-01-27 Kenichi Handa <handa@m17n.org> | |
39 | |
40 * charsets/Makefile (TRANS_TABLE): New macro. | |
41 (JISX0208.map): Convert 0x2015 to 0x2014. | |
42 (cp51932.el): New target. | |
43 (eucjp-ms.el): New target. | |
44 (install): Include ${TRANS_TABLE}. | |
45 (CJK): Include JISX213A.map. | |
46 (JISX213A.map): New target. | |
47 | |
48 * charsets/eucjp-ms.awk: New file. | |
49 | |
50 * charsets/cp51932.awk: New file. | |
51 | |
52 2004-01-26 Kenichi Handa <handa@m17n.org> | |
53 | |
54 * charsets/cp932.awk: New file. | |
55 | |
56 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with | |
57 cp932.awk. | |
58 | |
59 * charsets/mapconv: In UNICODE2 case, sort by 4th field after | |
60 running an awk program. | |
61 | |
62 2004-01-25 Kenichi Handa <handa@m17n.org> | |
63 | |
64 * charsets/mapconv: Handle UNICODE2. | |
65 | |
66 * charsets/Makefile (CJK): Include CP932-2BYTE.map | |
67 (CP932-2BYTE.map): New target. | |
68 | |
69 2003-08-16 Kenichi Handa <handa@m17n.org> | |
70 | |
71 * charsets: New directory for scripts to generate charset map | |
72 files in ../etc/charsets/. | |
73 | |
74 * charsets/Makefile, charsets/mapconv, charsets/compact.awk, | |
75 charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk, | |
76 cahrsets/kuten.awk: New files. | |
77 | |
78 ;; Local Variables: | |
79 ;; coding: iso-2022-7bit-unix | |
80 ;; End: | |
81 | |
82 Copyright (C) 2003 Free Software Foundation, Inc. | |
83 Copying and distribution of this file, with or without modification, | |
84 are permitted provided the copyright notice and this notice are preserved. | |
85 | |
86 ;;; arch-tag: 021fa3ae-e1d0-451b-866e-c5b10b325e78 |