aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-26 08:48:28 -0700
committerPaul Eggert2014-05-26 08:48:28 -0700
commitcf2f54c4e3d8adb26e3f4b8e9e51364165877444 (patch)
treebad8d1922f69f243af3cfcbab39da993a59b3f0a /admin/ChangeLog
parent1501bf82b601858f9e270b3aacb4d850ec01e372 (diff)
downloademacs-cf2f54c4e3d8adb26e3f4b8e9e51364165877444.tar.gz
emacs-cf2f54c4e3d8adb26e3f4b8e9e51364165877444.zip
Include sources used to create macuvs.h.
* admin/unidata/IVD_Sequences.txt: New file. * admin/unidata/Makefile.in (${top_srcdir}/src/macuvs.h): New rule. (all): Build it. (extraclean): Remove it. * admin/unidata/README: Mention BidiMirroring.txt and IVD_Sequences.txt. * admin/unidata/copyright.html: Update to current version from Unicode Consortium. * admin/unidata/uvs.el: Rename from admin/mac/uvs.el. (uvs-print-table-ivd): Output a header in the form that unidata-gen.el generates. * lisp/international/README: Refer to the Unicode Terms of Use rather than copying it bodily here, as that simplifies maintenance. * src/Makefile.in ($(srcdir)/macuvs.h): New rule. * src/macuvs.h: Use automatically-generated header.
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 1ba338dcc77..71f936865c5 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,17 @@
12014-05-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Include sources used to create macuvs.h.
4 * unidata/IVD_Sequences.txt: New file.
5 * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): New rule.
6 (all): Build it.
7 (extraclean): Remove it.
8 * unidata/README: Mention BidiMirroring.txt and IVD_Sequences.txt.
9 * unidata/copyright.html: Update to current version from Unicode
10 Consortium.
11 * unidata/uvs.el: Rename from ../mac/uvs.el.
12 (uvs-print-table-ivd): Output a header in the form that
13 unidata-gen.el generates.
14
12014-05-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 152014-05-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 16
3 * mac/uvs.el: New file. Generates ../src/macuvs.h. 17 * mac/uvs.el: New file. Generates ../src/macuvs.h.