Mercurial > emacs
annotate admin/charsets/mapfiles/README @ 112453:06719a229a46 default tip
* calc/calc.el (calc-default-power-reference-level)
(calc-default-field-reference-level): New variables.
* calc/calc-units.el (math-standard-units): Add dB and Np.
(math-logunits): New variable.
(math-extract-logunits, math-logcombine, calcFunc-luplus)
(calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
(calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New
functions.
(math-find-base-units-rec): Add entry for ln(10).
* calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
(calc-ul-prefix-help): New function.
* calc/calc-ext.el (calc-init-extensions): Autoload new units
functions. Add keybindings for new units functions.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Sun, 23 Jan 2011 23:08:04 -0600 |
parents | 376148b31b5e |
children |
rev | line source |
---|---|
112218
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
106815
diff
changeset
|
1 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. |
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
106815
diff
changeset
|
2 Copyright (C) 2009, 2010, 2011 |
103391 | 3 National Institute of Advanced Industrial Science and Technology (AIST) |
4 Registration Number H13PRO009 | |
5 See the end of the file for license conditions. | |
6 | |
7 The charset map files directory | |
8 | |
9 This directory contains two kinds of charse map files; verbatim copies | |
10 (or their compressed versions) of files freely available in the | |
11 Internet, and newly created files based on freely available | |
12 information. | |
13 | |
14 (1) Copied files (all files are copied on 2009-06-12) | |
15 | |
16 * CP932.TXT.gz | |
17 | |
18 The uncompressed version is available at: | |
19 <http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT> | |
20 | |
21 * PTCP154.gz | |
22 | |
23 The uncompressed version is available at: | |
24 <http://www.iana.org/assignments/charset-reg/PTCP154> | |
25 | |
26 * Uni2JIS.gz | |
27 | |
28 The version compressed by Unix's "compress" command is available at: | |
29 <http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/CJKtable/Uni2JIS.Z> | |
30 | |
31 * bulgarian-mik.txt.gz | |
32 | |
33 It is available at: | |
34 <http://czyborra.com/charsets/bulgarian-mik.txt.gz>. | |
35 | |
36 * cns2ucsdkw.txt.gz | |
37 | |
38 Uncompressed version is available at: | |
39 <http://kanji-database.cvs.sourceforge.net/viewvc/*checkout*/kanji-database/kanji-database/data/cns2ucsdkw.txt?revision=1.4> | |
40 | |
41 * stdenc.txt.gz and symbol.txt.gz | |
42 | |
43 The uncompressed versions are available at: | |
44 <http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt> | |
45 <http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt> | |
46 | |
47 (2) Newly created files | |
48 | |
49 * CP720.map.gz and CP858.map.gz | |
50 | |
51 Created manually by looking at these pages: | |
52 <http://en.wikipedia.org/wiki/Code_page_720>. | |
53 <http://en.wikipedia.org/wiki/Code_page_859>. | |
54 The text in that page is under the terms of the GNU Free Documentation | |
55 License. | |
56 | |
103396
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
57 * JISX213A.map.gz |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
58 |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
59 Created manually based on the description of the section 33 in "JIS X |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
60 0213:2004 Amendment 1". It lists 10 characters that are newly added |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
61 to "JIS X 0213:2004". |
0c698bcaa2c2
Describe JISX213A.map.gz.
Kenichi Handa <handa@m17n.org>
parents:
103391
diff
changeset
|
62 |
103391 | 63 * MULE-*.map.gz |
64 | |
65 Created by using ../mule-charsets.el in Emacs 22 as this: | |
66 % emacs-22 -batch -l ../mule-charsets.el | |
67 | |
68 | |
69 This file is part of GNU Emacs. | |
70 | |
71 GNU Emacs is free software: you can redistribute it and/or modify | |
72 it under the terms of the GNU General Public License as published by | |
73 the Free Software Foundation, either version 3 of the License, or | |
74 (at your option) any later version. | |
75 | |
76 GNU Emacs is distributed in the hope that it will be useful, | |
77 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
78 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
79 GNU General Public License for more details. | |
80 | |
81 You should have received a copy of the GNU General Public License | |
82 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |