aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2011-07-07 07:43:48 +0900
committerKenichi Handa2011-07-07 07:43:48 +0900
commitc805dec0b5fa81b5c9f2b724e2ec12a17d723aca (patch)
treec29a8490c976fdf4dbf64ef1b13a57f7d1110cc1 /admin/ChangeLog
parent5c62d133468c354b47a1643092add8292e084765 (diff)
downloademacs-c805dec0b5fa81b5c9f2b724e2ec12a17d723aca.tar.gz
emacs-c805dec0b5fa81b5c9f2b724e2ec12a17d723aca.zip
Add C interface for Unicode character property table.
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 7aaeb1d5ee2..3632a0992a6 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,38 @@
12011-07-06 Kenichi Handa <handa@m17n.org>
2
3 * unidata/unidata-gen.el (unidata-dir): New variable.
4 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
5 (unidata-prop-alist): INDEX element may be a function. New
6 optional element VAL-LIST (for general-category and bidi-class).
7 New entry `mirroring'.
8 (unidata-prop-default, unidata-prop-val-list): New subst.
9 (unidata-get-character, unidata-put-character): Delete them.
10 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
11 above changes.
12 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
13 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
14 Delete them.
15 (unidata-encode-val): Assume that the first element of VAL-LIST is
16 a cons (nil . 0).
17 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
18 Always store the encoded value.
19 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
20 Set the 1st and the 2nd extra slots to index numbers for C
21 functions.
22 (unidata-gen-table-integer): Likewise.
23 (unidata-gen-table-numeric): Likewise.
24 (unidata-gen-table-name): New arg IGNORE.
25 (unidata-gen-table-decomposition): Likewise.
26 (unidata-describe-general-category): Add the case nil to the
27 description alist.
28 (unidata-gen-mirroring-list): New funciton.
29 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
30 unidata-prop-alist. Handle the case of storing multiple
31 char-tables in a file.
32
33 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
34 unidata-gen-files.
35
12011-05-21 Glenn Morris <rgm@gnu.org> 362011-05-21 Glenn Morris <rgm@gnu.org>
2 37
3 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals. 38 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.