blob: 7416fa9d35d76565130d71b3f5c937e6495287db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
|
2014-08-06
* Fix: bug analysed by egreg on TeX.SX
http://tex.stackexchange.com/q/194407
2014-07-02
* Fix: compilation error when used in `tabular' environment
2014-06-20
* Fix: compilation failures in connection with (automatic) hyperref
insertions in the animated material
2014-06-04
* fix: OCG related compatibility issue with media9 package
2014-03-25
* fix: bugs related to AcroForm and OCProperties catalog entries;
documenation
2014-03-12
* Fix: incompatibility with pgf-3.0
2014-03-06
* Fix: animation widgets were blank in some viewers
2014-02-11
* Change: Dependency of controls on OCGs removed; better LuaLaTeX support
2014-02-06
* New: JavaScript API for animation control
* Fix: broken PDF-XChange Viewer support due to [2013-07-19] changes
2013-09-24
* Fix: Adobe Reader prompting for "save changes" for documents without
animations
2013-07-19
* minor, non-vital change of /AcroForm contents
2013-04-23
* Fix: spaces in file names possible (at least with pdflatex)
2012-12-06
* Fix: non-zeropadded file numbers did not work when embedding
files in reverse (count-down) order
2012-10-26
* Fix: default OC configuration dictionary of PDF catalog is
now PDF-spec compliant
2012-09-03
* Fix: [french]{babel}-related bug in option processing, reported by
Jean-Luc Chesnot
2012-07-09
* minor, non-vital fix
2012-05-24
* minor, non-vital fix
2012-05-11
* New: optional fourth field in timeline files for calling JavaScript;
ticking PSTricks metronome example by Manuel Luque added to docs
2011-12-21
* transparency and patterns in pgf/TikZ graphics with dvipdfmx/xetex
drivers
2011-09-16
* detects powerdot's `clock' option
2011-08-22
* \pdfmdfivesum now used correctly
2011-05-30
* rephrasing error message in documentation source file
* improving call to \pdfmdfivesum in animate.sty
2010-09-28
* \graphicspath also used for searching timeline file
2010-09-16
* now uses \graphicspath from graphics bundle, if set
2010-08-31
* some improvements to \multiframe loop variable computation
2010-03-04
* Fix: workaround for some powerdot/pstricks-add/animate issue
2010-02-17
* small code changes
2010-01-22
* H. Oberdiek's `transparent' package now supported as well
2010-01-20
* Fix: transparency and patterns in PGF/TikZ pictures lead to broken PDFs
with the pdftex output driver
* Fix: animations from PGF/TikZ pictures could not be produced with the
dvips output driver
2010-01-04
* check if ConTeXt's support file `supp-pdf.mkii' exists (MPS
to PDF converter, formerly named `supp-pdf.tex')
2009-10-30
* revision of the documentation
2009-10-08
* New: embedding files and pages in reverse order now possible with
\animategraphics
2009-10-02
* small code changes
2009-09-30
* small code changes
2009-09-24
* DVI resolution is now checked during PS to PDF conversion and a warning
message is written to stderr if it is >1200dpi. Large dpi values may
lead to distorted animations when using Ghostscript ps2pdf.
2009-08-31
* small code and documentation adjustments
2009-08-17
* small code changes
2009-07-23
* slight changes in the documentation
2009-07-20
* New: the transparency stack can now be cleared using `c' in the
timeline file
* improved documentation of the timeline option
* New animateinline example (Lorenz Attractor)
* Fix: animfp.sty: trailing zeros are now removed from the fractional part
of the result of the addition of two reals
2009-06-08
* Fix: \newframe did not like non-integer frame rates; the same applied to
frame rate arguments in timeline files
2009-05-07
* minor changes/additions in the documentation
2009-01-26
* minor code refinements
2008-10-06
* Fix: sometimes, when used with Powerdot document class, parts
of embedded graphics were missing
2008-08-28
* Fix: package `calc' like length specifications didn't work with resizing
options
2008-08-26
* \@anim@scale rewritten
* New: length commands \width, \height, \depth and \totalheight for use
with the resizing options
2008-08-20
* New: multipage PDF support for XeTeX output driver
* Change: some exotic graphics formats that depend on QuickTime removed
from search list for XeTeX output driver
2008-08-06
* minor modifications of the documentation
2008-07-31
* minor code and documentation refinements
2008-07-17
* New: start of maintaining a ChangeLog file
* Fix: wrong calculation of dimension variables in \multiframe command
* Change: stepped animations (using `step' option) don't loop any longer
by default if `controls' option is set; better \multiframe diagnostics of
wrong user input
2008-07-14
* New: \multiframe command for building loops around parameterized
pictures
|