summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfcomment/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfcomment/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/pdfcomment/CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfcomment/CHANGES b/Master/texmf-dist/doc/latex/pdfcomment/CHANGES
index a81a650ea45..fb3eba2193d 100644
--- a/Master/texmf-dist/doc/latex/pdfcomment/CHANGES
+++ b/Master/texmf-dist/doc/latex/pdfcomment/CHANGES
@@ -1,5 +1,27 @@
=== pdfcomment.sty ===
+-- pdfcomment.sty (v2.0) (<- v1.63dev 2010/11/08) -- (svn rev 56)
+
+2010/11/08 Bugfix: unwanted whitespace before comment commands [jk]
+ -> added \unskip
+ This removes whitespace before comment commands
+ and may change the reference point for hoffset
+ -> added global option version (1|2(default))
+ version=1 will preserve the old behavior
+ for old documents
+
+ reported by: Stefan Pinnow
+
+2010/11/05 added local option disable to all comment commands [jk]
+ to "switch off" single comments
+
+ feature request by: Stefan Pinnow
+
+2010/11/05 changed definitions of options open and disable [jk]
+ to choicekey* to check valid option values (true|false)
+
+ feature request by: Jannis von Buttlar
+
-- pdfcomment.sty (v1.6) (<- v1.53dev 2010/08/07) -- (svn rev 51)
2010/08/04 added support for using \pdfmarkupcomment in math mode [jk]