pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mupdf: Fill Changes: section of candidate COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Oct 3 13:58:11 2018 +0200
Changeset:	38d7ec364c6350b388b593b911759f0af3d64c1b

Modified Files:
	mupdf/COMMIT_MSG

Log Message:
mupdf: Fill Changes: section of candidate COMMIT_MSG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=38d7ec364c6350b388b593b911759f0af3d64c1b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mupdf/COMMIT_MSG | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)

diffs:
diff --git a/mupdf/COMMIT_MSG b/mupdf/COMMIT_MSG
index 67ae2bea2d..6e9ff4d561 100644
--- a/mupdf/COMMIT_MSG
+++ b/mupdf/COMMIT_MSG
@@ -7,4 +7,49 @@ pkgsrc changes:
    directly via CFLAGS
 
 Changes:
-TODO: probably better to just fill them when 1.14.0 will be released
+MuPDF 1.14.0
+------------
+* 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 or windows.
+    * Namegen tool replaced by use of C macros.
+    * Simplified Makefile.
+
+* Annotation editing:
+    * New annotation editing mode in mupdf-gl.
+    * Can create, edit, and delete most annotation types.
+    * Can create appearance streams for most annotation types.
+    * Can create appearance streams for Tx form fields.
+    * Can create appearance streams for Ch form fields.
+
+* Form filling in mupdf-gl:
+    * Can click buttons, checkboxes, and radioboxes.
+    * Can fill out text fields using dialog box.
+    * Can select choice options using dialog box.
+    * Can verify and sign digital signatures.
+
+* Improved UI for mupdf-gl:
+    * Password dialog.
+    * Error dialog.
+    * Open/save file dialog.
+    * Snap selection to words or lines by holding control or control+shift.
+    * Save and restore current location, bookmarks, and navigation history.
+
+* Bug fixes:
+    * Improved CJK character fallback handling in EPUB.
+
+* API changes:
+    * Pass rectangle and matrix structs by value.
+    * 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.
+    * Quads instead of rects when highlighting and searching text.
+    * mutool run: Pass arguments to script in scriptArgs global.


Home | Main Index | Thread Index | Old Index