summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/ChangeLog')
-rw-r--r--dviware/dvisvgm/ChangeLog139
1 files changed, 139 insertions, 0 deletions
diff --git a/dviware/dvisvgm/ChangeLog b/dviware/dvisvgm/ChangeLog
index 4652cdb75d..76ae6adb0e 100644
--- a/dviware/dvisvgm/ChangeLog
+++ b/dviware/dvisvgm/ChangeLog
@@ -1,3 +1,142 @@
+2020-11-28 Martin Gieseking <martin.gieseking@uos.de>
+
+ * .appveyor.yml, .travis.yml, configure.ac, doc/dvisvgm.1, src/Doxyfile,
+ src/version.hpp:
+ set version to 2.11
+
+ * NEWS:
+ updated NEWS
+
+2020-11-20 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/BasicDVIReader.cpp, src/BasicDVIReader.hpp, src/DVIReader.cpp,
+ src/DVIReader.hpp:
+ moved low-level DVIReader functions to BasicDVIReader
+and some code
+ cleanup
+
+ * src/BasicDVIReader.cpp, src/BasicDVIReader.hpp, src/DVIReader.cpp,
+ src/DVIToSVG.cpp, src/PdfSpecialHandler.cpp, src/PdfSpecialHandler.hpp:
+ process mapline specials before fontdefs
+to ensure all mapline
+ definitions are present when registering fonts
+
+2020-11-19 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/FontMap.cpp, src/Subfont.cpp, src/Subfont.hpp,
+ tests/SubfontTest.cpp:
+ SubfontDefinition: replaced reference parameter with return value
+
+2020-11-18 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/CMap.cpp, src/CMap.hpp, src/Font.cpp, src/FontEncoding.cpp,
+ src/FontEncoding.hpp:
+ keep selected Unicode fontmap if assigned CMap maps to Unicode
+
+ * src/DVIReader.cpp, src/FontManager.cpp, src/FontManager.hpp:
+ added fallback for missing characters in JFM-based virtual fonts
+(closes
+ #144)
+
+2020-11-17 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/Unicode.cpp, src/Unicode.hpp, tests/UnicodeTest.cpp:
+ added functions to convert surrogate pairs
+
+ * src/CMap.cpp, src/CMap.hpp, src/CMapReader.cpp:
+ consider surrogates when reading CMap files
+
+2020-10-21 Martin Gieseking <martin.gieseking@uos.de>
+
+ * .appveyor.yml:
+ updated FreeType to version 2.10.4
+
+2020-10-10 Martin Gieseking <martin.gieseking@uos.de>
+
+ * .appveyor.yml:
+ updated FreeType to version 2.10.3
+
+2020-09-22 Martin Gieseking <martin.gieseking@uos.de>
+
+ * .appveyor.yml, .travis.yml, configure.ac, doc/dvisvgm.1, src/Doxyfile,
+ src/version.hpp:
+ set version to 2.10.1
+
+ * NEWS:
+ updated NEWS
+
+2020-09-11 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/PSInterpreter.cpp, src/PSInterpreter.hpp, src/PsSpecialHandler.cpp,
+ src/PsSpecialHandler.hpp, src/psdefs.cpp, tests/PSInterpreterTest.cpp:
+ added support for new GS transparency operators
+.setfillconstantalpha
+ and .setstrokeconstantalpha
+
+2020-09-04 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/XMLNode.cpp:
+ renamed local variable
+
+2020-08-27 Martin Gieseking <martin.gieseking@uos.de>
+
+ * libs/brotli/common/version.h:
+ updated brotli to version 1.0.9
+the encoder is not affected by this
+ update so the bundled subset
+only bumps the version number.
+
+2020-08-26 Martin Gieseking <martin.gieseking@uos.de>
+
+ * libs/brotli/Makefile.am, libs/brotli/common/constants.c,
+ libs/brotli/common/constants.h, libs/brotli/common/context.c,
+ libs/brotli/common/context.h, libs/brotli/common/dictionary.c,
+ libs/brotli/common/platform.c, libs/brotli/common/platform.h,
+ libs/brotli/common/transform.c, libs/brotli/common/transform.h,
+ libs/brotli/common/version.h, libs/brotli/enc/backward_references.c,
+ libs/brotli/enc/backward_references.h,
+ libs/brotli/enc/backward_references_hq.c,
+ libs/brotli/enc/backward_references_hq.h,
+ libs/brotli/enc/backward_references_inc.h,
+ libs/brotli/enc/block_splitter.c, libs/brotli/enc/block_splitter_inc.h,
+ libs/brotli/enc/brotli_bit_stream.c, libs/brotli/enc/cluster_inc.h,
+ libs/brotli/enc/command.c, libs/brotli/enc/command.h,
+ libs/brotli/enc/compress_fragment_two_pass.c,
+ libs/brotli/enc/dictionary_hash.c, libs/brotli/enc/dictionary_hash.h,
+ libs/brotli/enc/encode.c, libs/brotli/enc/encoder_dict.c,
+ libs/brotli/enc/encoder_dict.h, libs/brotli/enc/entropy_encode.c,
+ libs/brotli/enc/entropy_encode.h, libs/brotli/enc/fast_log.c,
+ libs/brotli/enc/fast_log.h, libs/brotli/enc/find_match_length.h,
+ libs/brotli/enc/hash.h, libs/brotli/enc/hash_composite_inc.h,
+ libs/brotli/enc/hash_forgetful_chain_inc.h,
+ libs/brotli/enc/hash_longest_match64_inc.h,
+ libs/brotli/enc/hash_longest_match_inc.h,
+ libs/brotli/enc/hash_longest_match_quickly_inc.h,
+ libs/brotli/enc/hash_rolling_inc.h,
+ libs/brotli/enc/hash_to_binary_tree_inc.h, libs/brotli/enc/memory.h,
+ libs/brotli/enc/metablock.c, libs/brotli/enc/metablock_inc.h,
+ libs/brotli/enc/params.h, libs/brotli/enc/ringbuffer.h,
+ libs/brotli/enc/utf8_util.c, libs/brotli/enc/write_bits.h,
+ libs/brotli/include/brotli/encode.h, libs/brotli/include/brotli/port.h:
+ updated brotli to version 1.0.8
+
+2020-08-23 Martin Gieseking <martin.gieseking@uos.de>
+
+ * doc/dvisvgm.1, doc/dvisvgm.txt.in:
+ manpage: few additions to --bbox and --font-format
+
+2020-08-22 Martin Gieseking <martin.gieseking@uos.de>
+
+ * .mailmap:
+ removed redundant file
+
+2020-08-21 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/Ghostscript.cpp:
+ updated GS versioning scheme introduced with GS
+ 9.53.0
+http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=0e98e2a27ed19fcc138215afe17ab1a173aeed7b
+
2020-08-12 Martin Gieseking <martin.gieseking@uos.de>
* .appveyor.yml, .travis.yml, configure.ac, doc/dvisvgm.1, src/Doxyfile,