summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-13 02:17:33 +0000
committerKarl Berry <karl@freefriends.org>2017-04-13 02:17:33 +0000
commit3ddc435153bf1510c537a803b80e9588699c71f0 (patch)
tree34f61e75131149c2a3c2fa6b8ebc67259ed32e4b /Build/source/texk/web2c/pdftexdir/ChangeLog
parenteb6357e35b9141b1cfd6648b5cc7a4f8e1fd54d3 (diff)
revert type3+encoding+unicode patch, unfortunately; more mapline checks
git-svn-id: svn://tug.org/texlive/trunk@43773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/pdftexdir/ChangeLog61
1 files changed, 14 insertions, 47 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog
index 961d6f7f601..dd3c066de67 100644
--- a/Build/source/texk/web2c/pdftexdir/ChangeLog
+++ b/Build/source/texk/web2c/pdftexdir/ChangeLog
@@ -1,60 +1,27 @@
-2017-04-13 Karl Berry <karl@tug.org>
+2017-04-12 Karl Berry <karl@freefriends.org>
- * mapfile.c, pdftex.defines, ptexlib.h, ptexmac.h, writefont.c,
- writepng.c: copyright updates, doc tweaks.
+ * mapfile.c (check_fm_entry): do not try to print fm->tfm_name,
+ etc., in warnings if null.
+ (fm_scan_line): goto bad_line if a null tfm_name,
+ even if check_fm_entry returns true.
-2017-04-02 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
-
- * mapfile.c (check_fm_entry): warn if only tfm name is specified
- in a map entry for type3.
-
-2017-04-02 Pali Roh\'ar <pali.rohar@gmail.com>
-
- * writet3.c: output /ToUnicode object in /Font object, not
- in /Encoding object.
-
-2017-04-01 Pali Roh\'ar <pali.rohar@gmail.com>
-
- * mapfile.c, ptexlib.h, ptexmac.h, writefont.c, pdftex.defines,
- pdftex.web: Always embed each bitmap font, even if it has an entry
- in a font-map file, with different size separately instead of
- scaling geometrically.
-
-2017-03-30 Pali Roh\'ar <pali.rohar@gmail.com>
+2017-04-12 Pali Roh\'ar <pali.rohar@gmail.com>
* ptexmac.h (set_subfont, unset_subfont, is_subfont): remove
- duplicate macros.
-
- * writet3.c (writet3): ensure fm is non-NULL before dereferencing.
- * mapfile.c (check_fm_entry): omit check for is_reencoded, i.e.,
- an .enc file.
- https://mailman.ntg.nl/pipermail/ntg-pdftex/2017-March/004125.html
+ these duplicate macros.
2017-03-29 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
- * writepng.c: Fix the size of memory to allocate when writing
- SMask in write_png_rgb_alpha. Reported by David Fifield:
- http://tug.org/pipermail/pdftex/2017-March/009100.html
+ * writepng.c: Fix the size of memory to allocate when writing
+ SMask in write_png_rgb_alpha. Reported by David Fifield:
+ http://tug.org/pipermail/pdftex/2017-March/009100.html
2017-03-18 Karl Berry <karl@tug.org>
- * NEWS,
- * pdftex_version.h,
- * pdftex.web (pdftex_revision, pdftex_version_string):
- version [1.40.]18 for TL17.
-
-2017-03-16 Pali Roh\'ar <pali.rohar@gmail.com>
-
- Allow .enc files for bitmap fonts, following thread at
- http://tug.org/pipermail/pdftex/2016-June/008980.html
- http://tug.org/pipermail/pdftex/2016-July/009012.html:
- * writet3.c (remove_duplicate_glyph_names): new fn.
- (writet3): change fn to take fm_entry object, and use it to write
- glyph names from an enc file, if specified in the map file.
- (write_fontdictionary):
- * ptexlib.h (writet3): change declaration.
- * writefont.c (dopdffont): change call to writet3.
- * mapfile.c (check_fm_entry): also report missing enc file.
+ * NEWS,
+ * pdftex_version.h,
+ * pdftex.web (pdftex_revision, pdftex_version_string):
+ version [1.40.]18 for TL17.
2017-02-18 Heiko Oberdiek <heiko.oberdiek@googlemail.com>