diff options
| author | Paul Eggert | 2011-09-03 16:03:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-03 16:03:38 -0700 |
| commit | b49e353d9d01adbe60bc5d0b1658b4ef978b0b06 (patch) | |
| tree | 9f2ffa6f7a6562abf661a4951012b488ad8b1ae7 /admin/ChangeLog | |
| parent | 74b880cbc18bd0194c7b1fc44c4a983ee05adae2 (diff) | |
| parent | bc3200871917d5c54c8c4299a06bf8f8ba2ea02d (diff) | |
| download | emacs-b49e353d9d01adbe60bc5d0b1658b4ef978b0b06.tar.gz emacs-b49e353d9d01adbe60bc5d0b1658b4ef978b0b06.zip | |
Merge from trunk.
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 07aa0d4dd9d..40300fc8dcf 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-07-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-09-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Merge from gnulib (Bug#9169). | 3 | Merge from gnulib (Bug#9169). |
| 4 | * notes/copyright: The files compile, config.guess, config.sub, | 4 | * notes/copyright: The files compile, config.guess, config.sub, |
| @@ -7,6 +7,40 @@ | |||
| 7 | and warn-on-use.h are now in build-aux/snippets. New file | 7 | and warn-on-use.h are now in build-aux/snippets. New file |
| 8 | build-aux/snippets/_Noreturn.h. | 8 | build-aux/snippets/_Noreturn.h. |
| 9 | 9 | ||
| 10 | 2011-08-23 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * unidata/unidata-gen.el (unidata-prop-alist): Update the default | ||
| 13 | values of bidi-class according to DerivedBidiClass.txt from the | ||
| 14 | latest UCD. | ||
| 15 | |||
| 16 | 2011-08-23 Kenichi Handa <handa@m17n.org> | ||
| 17 | |||
| 18 | * unidata/unidata-gen.el (unidata-prop-alist): Provide default | ||
| 19 | values for name, general-category, canonical-combining-class, | ||
| 20 | mirrored, and bidi-class. Describe the meaning of value nil for | ||
| 21 | decimal-digit-value, digit-value, numeric-value, uppercase, | ||
| 22 | lowercase, titlecase, and mirroring. | ||
| 23 | (unidata-gen-table): Handle the case that default-value is a | ||
| 24 | list. Set default values of characters not listed in a table. | ||
| 25 | (unidata-get-name): Return an empty string if a value in a | ||
| 26 | char-table is nil. | ||
| 27 | (unidata-get-decomposition): Return a list of character itself if | ||
| 28 | a value in a char-table is nil. | ||
| 29 | |||
| 30 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> | ||
| 31 | |||
| 32 | * unidata/bidimirror.awk: File removed. | ||
| 33 | |||
| 34 | * unidata/biditype.awk: File removed. | ||
| 35 | |||
| 36 | * unidata/makefile.w32-in (all): Remove src/biditype.h and | ||
| 37 | src/bidimirror.h. | ||
| 38 | (../../src/biditype.h, ../../src/bidimirror.h): Deleted. | ||
| 39 | |||
| 40 | * unidata/Makefile.in (all): Remove src/biditype.h and | ||
| 41 | src/bidimirror.h. | ||
| 42 | (../../src/biditype.h, ../../src/bidimirror.h): Deleted. | ||
| 43 | |||
| 10 | 2011-07-07 Juanma Barranquero <lekktu@gmail.com> | 44 | 2011-07-07 Juanma Barranquero <lekktu@gmail.com> |
| 11 | 45 | ||
| 12 | * unidata/makefile.w32-in (charprop-SH, charprop-CMD): | 46 | * unidata/makefile.w32-in (charprop-SH, charprop-CMD): |