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 /lisp | |
| 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 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/international/README | 39 |
2 files changed, 8 insertions, 37 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f3953f9ed66..9d1e62baf8a 100644 --- a/lisp/ChangeLog +++ b/lisp/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 | * international/README: Refer to the Unicode Terms of Use rather | ||
| 5 | than copying it bodily here, as that simplifies maintenance. | ||
| 6 | |||
| 1 | 2014-05-25 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2014-05-25 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * cus-face.el (custom-face-attributes): Add :distant-foreground. | 9 | * cus-face.el (custom-face-attributes): Add :distant-foreground. |
diff --git a/lisp/international/README b/lisp/international/README index 5d08e8ac324..92fc4a089ec 100644 --- a/lisp/international/README +++ b/lisp/international/README | |||
| @@ -9,40 +9,5 @@ Data File at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt: | |||
| 9 | These files were generated from the version admin/unidata/UnicodeData.txt | 9 | These files were generated from the version admin/unidata/UnicodeData.txt |
| 10 | in the Emacs sources, using the file unidata-gen.el in the same directory. | 10 | in the Emacs sources, using the file unidata-gen.el in the same directory. |
| 11 | 11 | ||
| 12 | The file UnicodeData.txt is used under the terms of the following | 12 | The file UnicodeData.txt is used under the Unicode Terms of Use, |
| 13 | Copyright and Permission Notice: | 13 | contained in the file admin/unidata/copyright.html. |
| 14 | |||
| 15 | |||
| 16 | Copyright (C) 1991-2013 Unicode, Inc. All rights reserved. Distributed | ||
| 17 | under the Terms of Use in http://www.unicode.org/copyright.html. | ||
| 18 | |||
| 19 | Permission is hereby granted, free of charge, to any person obtaining | ||
| 20 | a copy of the Unicode data files and any associated documentation (the | ||
| 21 | "Data Files") or Unicode software and any associated documentation | ||
| 22 | (the "Software") to deal in the Data Files or Software without | ||
| 23 | restriction, including without limitation the rights to use, copy, | ||
| 24 | modify, merge, publish, distribute, and/or sell copies of the Data | ||
| 25 | Files or Software, and to permit persons to whom the Data Files or | ||
| 26 | Software are furnished to do so, provided that (a) the above copyright | ||
| 27 | notice(s) and this permission notice appear with all copies of the | ||
| 28 | Data Files or Software, (b) both the above copyright notice(s) and | ||
| 29 | this permission notice appear in associated documentation, and (c) | ||
| 30 | there is clear notice in each modified Data File or in the Software as | ||
| 31 | well as in the documentation associated with the Data File(s) or | ||
| 32 | Software that the data or software has been modified. | ||
| 33 | |||
| 34 | THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF | ||
| 35 | ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE | ||
| 36 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
| 37 | NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT | ||
| 38 | HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR | ||
| 39 | ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES | ||
| 40 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 41 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | ||
| 42 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR | ||
| 43 | SOFTWARE. | ||
| 44 | |||
| 45 | Except as contained in this notice, the name of a copyright holder | ||
| 46 | shall not be used in advertising or otherwise to promote the sale, use | ||
| 47 | or other dealings in these Data Files or Software without prior | ||
| 48 | written authorization of the copyright holder. | ||