summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperref/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-16 00:54:43 +0000
committerKarl Berry <karl@freefriends.org>2009-12-16 00:54:43 +0000
commit266ba94198bf87cad9d0e5618c09f1ceac410c97 (patch)
treee39e34e412bbad804bacd72d6eb7e53ed59b7ee7 /Master/texmf-dist/doc/latex/hyperref/ChangeLog
parent5d71e79720301a8f2d96c9e573d4ff8bbc7a2b74 (diff)
hyperref update (15dec09)
git-svn-id: svn://tug.org/texlive/trunk@16418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/ChangeLog')
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/ChangeLog b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
index d21a5720238..198ecd0354e 100644
--- a/Master/texmf-dist/doc/latex/hyperref/ChangeLog
+++ b/Master/texmf-dist/doc/latex/hyperref/ChangeLog
@@ -1,3 +1,26 @@
+2009-12-15 6.79p Heiko Oberdiek
+ * 6.79p
+ * hxetex: PDFDocEncoding is not supported, only
+ option `unicode', `pdfencoding=unicode' or `pdfencoding=auto'.
+ In the latter case, PDFDocEncoding is only used, if the
+ string is an ascii string (7-bit characters).
+ No idea, how to get rid of the warning
+ "Failed to convert input string to UTF16...".
+ The strings are already in UTF16, thus an additional conversion
+ have to fail.
+ * Missing package dependency added: intcalc (Vladimir Volovich).
+
+2009-12-14 6.79o Heiko Oberdiek
+ * 6.79o
+ * Paper options `a4paper', `a5paper' are ignored.
+ Setting the page size is done by using \paperwidth
+ and \paperheight. Or in case of memoir \stockwidth and
+ \stockheight are used. Evaluation time for setting the page size
+ is at begin of document or first page (driver dependant).
+ * XeTeX has its own driver file `hxetex.def' (based on hdvipdfm.def).
+ * hxetex.def uses pdfTeX's \pdfpagewidth and \pagepageheight
+ for setting the media size.
+
2009-12-10 6.79n Heiko Oberdiek
* 6.79n
* Use of package `rerunfilecheck'.