aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-07-15 04:39:29 +0200
committerJoakim Verona2011-07-15 04:39:29 +0200
commit4f616a2e7ed1db28da98df90266e9751a8ae9ee1 (patch)
tree74a9dcbe13e945e712ae04a4a94c2202ca720591 /admin/ChangeLog
parentff2be00005c3aeda6e11d7ed264ce86f02b60958 (diff)
parentec2bc542a4d0127425625e8cb458684bd825675a (diff)
downloademacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.tar.gz
emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.zip
merge from upstream
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog44
1 files changed, 42 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 7aaeb1d5ee2..dbbe38ce617 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,43 @@
12011-07-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
4 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
5
62011-07-06 Kenichi Handa <handa@m17n.org>
7
8 * unidata/unidata-gen.el (unidata-dir): New variable.
9 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
10 (unidata-prop-alist): INDEX element may be a function. New
11 optional element VAL-LIST (for general-category and bidi-class).
12 New entry `mirroring'.
13 (unidata-prop-default, unidata-prop-val-list): New subst.
14 (unidata-get-character, unidata-put-character): Delete them.
15 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
16 above changes.
17 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
18 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
19 Delete them.
20 (unidata-encode-val): Assume that the first element of VAL-LIST is
21 a cons (nil . 0).
22 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
23 Always store the encoded value.
24 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
25 Set the 1st and the 2nd extra slots to index numbers for C
26 functions.
27 (unidata-gen-table-integer): Likewise.
28 (unidata-gen-table-numeric): Likewise.
29 (unidata-gen-table-name): New arg IGNORE.
30 (unidata-gen-table-decomposition): Likewise.
31 (unidata-describe-general-category): Add the case nil to the
32 description alist.
33 (unidata-gen-mirroring-list): New function.
34 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
35 unidata-prop-alist. Handle the case of storing multiple
36 char-tables in a file.
37
38 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
39 unidata-gen-files.
40
12011-05-21 Glenn Morris <rgm@gnu.org> 412011-05-21 Glenn Morris <rgm@gnu.org>
2 42
3 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals. 43 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
@@ -187,7 +227,7 @@
187 * unidata/BidiMirroring.txt: New file from 227 * unidata/BidiMirroring.txt: New file from
188 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt. 228 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
189 229
190 * unidata/Makefile.in: (../../src/bidimirror.h): New target. 230 * unidata/Makefile.in (../../src/bidimirror.h): New target.
191 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h. 231 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
192 232
193 * unidata/makefile.w32-in (../../src/bidimirror.h): New target. 233 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
@@ -236,7 +276,7 @@
236 276
237 * quick-install-emacs: Use more portable shell syntax. 277 * quick-install-emacs: Use more portable shell syntax.
238 278
239 * quick-install-emacs: (AVOID): Be more picky about files we avoid 279 * quick-install-emacs (AVOID): Be more picky about files we avoid
240 installing. 280 installing.
241 281
2422010-02-14 Juanma Barranquero <lekktu@gmail.com> 2822010-02-14 Juanma Barranquero <lekktu@gmail.com>