diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/alloc-colors.c | 4 | ||||
| -rw-r--r-- | admin/notes/unicode | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c index 9f6161ef0d9..3158cf40bad 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -6,8 +6,8 @@ This file is part of GNU Emacs. | |||
| 6 | 6 | ||
| 7 | GNU Emacs is free software: you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation, either version 3 of the License, or | 9 | the Free Software Foundation, either version 3 of the License, or (at |
| 10 | (at your option) any later version. | 10 | your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
diff --git a/admin/notes/unicode b/admin/notes/unicode index 51314b199f6..0b2ce90067a 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -10,7 +10,9 @@ Emacs uses the following files from the Unicode Character Database | |||
| 10 | (a.k.a. "UCD): | 10 | (a.k.a. "UCD): |
| 11 | 11 | ||
| 12 | . UnicodeData.txt | 12 | . UnicodeData.txt |
| 13 | . Blocks.txt | ||
| 13 | . BidiMirroring.txt | 14 | . BidiMirroring.txt |
| 15 | . BidiBrackets.txt | ||
| 14 | . IVD_Sequences.txt | 16 | . IVD_Sequences.txt |
| 15 | 17 | ||
| 16 | First, these files need to be copied into admin/unidata/, and then | 18 | First, these files need to be copied into admin/unidata/, and then |
| @@ -37,6 +39,11 @@ Any new scripts added by UnicodeData.txt will also need updates to | |||
| 37 | script-representative-chars defined in fontset.el. Other databases in | 39 | script-representative-chars defined in fontset.el. Other databases in |
| 38 | fontset.el might also need to be updated as needed. | 40 | fontset.el might also need to be updated as needed. |
| 39 | 41 | ||
| 42 | The function 'ucs-names', defined in lisp/international/mule-cmds.el, | ||
| 43 | might need to be updated because it knows about used and unused ranges | ||
| 44 | of Unicode codepoints, which a new release of the Unicode Standard | ||
| 45 | could change. | ||
| 46 | |||
| 40 | Problems, fixmes and other unicode-related issues | 47 | Problems, fixmes and other unicode-related issues |
| 41 | ------------------------------------------------------------- | 48 | ------------------------------------------------------------- |
| 42 | 49 | ||