mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-25
cf9e174Document the optional zlib library in MS-Windows builds84eb144; * admin/notes/unicode: Mention BidiCharacterTest.txt.73c67ddFix tagging of DEFUN by etagsea1960bAvoid resetting track-mouse by mouse clicks505fef3Improve nt/README.W32 instructions1229cc4Document that desktop file overrides frame parametersf0eb70d; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 release # Conflicts: # ChangeLog.2 # admin/notes/unicode # lisp/ldefs-boot.el
This commit is contained in:
commit
fffa49b136
17 changed files with 581 additions and 40 deletions
|
|
@ -15,11 +15,12 @@ Emacs uses the following files from the Unicode Character Database
|
|||
. BidiBrackets.txt
|
||||
. IVD_Sequences.txt
|
||||
. NormalizationTest.txt
|
||||
. BidiCharacterTest.txt
|
||||
|
||||
First, these files need to be copied into admin/unidata/, and then
|
||||
Emacs should be rebuilt for them to take effect. Rebuilding Emacs
|
||||
updates several derived files elsewhere in the Emacs source tree,
|
||||
mainly in lisp/international/.
|
||||
First, the first 6 files need to be copied into admin/unidata/, and
|
||||
then Emacs should be rebuilt for them to take effect. Rebuilding
|
||||
Emacs updates several derived files elsewhere in the Emacs source
|
||||
tree, mainly in lisp/international/.
|
||||
|
||||
When Emacs is rebuilt for the first time after importing the new
|
||||
files, pay attention to any warning or error messages. In particular,
|
||||
|
|
@ -49,7 +50,7 @@ might need to be updated because it knows about used and unused ranges
|
|||
of Unicode codepoints, which a new release of the Unicode Standard
|
||||
could change.
|
||||
|
||||
Finally, test normalization functions against NormalizationTests.txt,
|
||||
Next, test normalization functions against NormalizationTests.txt,
|
||||
in the test/ directory run:
|
||||
|
||||
make lisp/international/ucs-normalize-tests
|
||||
|
|
@ -57,6 +58,10 @@ in the test/ directory run:
|
|||
See commentary in test/lisp/international/ucs-normalize-tests.el
|
||||
regarding failing lines.
|
||||
|
||||
The file BidiCharacterTest.txt should be copied to the test suite, and
|
||||
if its format has changed, the file biditest.el there should be
|
||||
modified to follow suit.
|
||||
|
||||
Problems, fixmes and other unicode-related issues
|
||||
-------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue