diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-05-07 12:54:29 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-05-09 15:33:15 +0200 |
commit | fd999474e7b8a0f059ac33996692070ec0ad1798 (patch) | |
tree | bba0b9580c89fd765496f8926355caae22c3fa0b /CHANGES | |
parent | 39fbd4b483c20c526908353d8b3055db1b04dcb4 (diff) | |
download | mupdf-fd999474e7b8a0f059ac33996692070ec0ad1798.tar.xz |
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,7 +1,26 @@ +List of changes since the last release. + +* New features: + * Added "Source Han Serif" CJK fallback font. + * Added more scripts to the Noto fallback fonts. + * Multi-page PNM support. + * "mutool show" now supports a path syntax for selecting objects to show. + * Build system simplifications: * Auto-generated CMap, ICC, and JS source files are checked in to git. * Embedded CMap resources are now generated by a python script. * Embedded font resources are linked directly if using GNU ld. + * Namegen tool replaced by use of C macros. + * Simplified Makefile. + +* Bug fixes: + * Improved CJK character fallback handling in EPUB. + +* API changes: + * Replaced PDF_NAME_Xxx macros with PDF_NAME(Xxx). + * Added PDF_TRUE, PDF_FALSE, and PDF_NULL constant pdf_obj* macros. + * Added helper functions: pdf_dict_get_int, etc. + * Removed 'doc' argument in pdf_new_int, etc. List of changes in MuPDF 1.13.0 |