Add C interface for Unicode character property table.
[bpt/emacs.git] / admin / ChangeLog
index 7aaeb1d..3632a09 100644 (file)
@@ -1,3 +1,38 @@
+2011-07-06  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-dir): New variable.
+       (unidata-setup-list): Expand unidata-text-file in unidata-dir.
+       (unidata-prop-alist): INDEX element may be a function.  New
+       optional element VAL-LIST (for general-category and bidi-class).
+       New entry `mirroring'.
+       (unidata-prop-default, unidata-prop-val-list): New subst.
+       (unidata-get-character, unidata-put-character): Delete them.
+       (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
+       above changes.
+       (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
+       (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
+       Delete them.
+       (unidata-encode-val): Assume that the first element of VAL-LIST is
+       a cons (nil . 0).
+       (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
+       Always store the encoded value.
+       (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
+       Set the 1st and the 2nd extra slots to index numbers for C
+       functions.
+       (unidata-gen-table-integer): Likewise.
+       (unidata-gen-table-numeric): Likewise.
+       (unidata-gen-table-name): New arg IGNORE.
+       (unidata-gen-table-decomposition): Likewise.
+       (unidata-describe-general-category): Add the case nil to the
+       description alist.
+       (unidata-gen-mirroring-list): New funciton.
+       (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
+       unidata-prop-alist.  Handle the case of storing multiple
+       char-tables in a file.
+
+       * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
+       unidata-gen-files.
+
 2011-05-21  Glenn Morris  <rgm@gnu.org>
 
        * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.