diff options
| author | Paul Eggert | 2014-05-26 08:48:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-05-26 08:48:28 -0700 |
| commit | cf2f54c4e3d8adb26e3f4b8e9e51364165877444 (patch) | |
| tree | bad8d1922f69f243af3cfcbab39da993a59b3f0a /src/ChangeLog | |
| parent | 1501bf82b601858f9e270b3aacb4d850ec01e372 (diff) | |
| download | emacs-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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc3002b9a97..4e68b1b8452 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Include sources used to create macuvs.h. | ||
| 4 | * Makefile.in ($(srcdir)/macuvs.h): New rule. | ||
| 5 | * macuvs.h: Use automatically-generated header. | ||
| 6 | |||
| 1 | 2014-05-25 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-05-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * xdisp.c (move_it_in_display_line_to): Don't record wrap position | 9 | * xdisp.c (move_it_in_display_line_to): Don't record wrap position |