2014-07-06 14:33:08 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update actdiag to 0.5.3.
0.5.3 (2014-07-02)
------------------
* Change interface of docutils node (for sphinxcontrib module)
0.5.2 (2014-06-24)
------------------
* Add options to blockdiag directive (docutils extension)
- :width:
- :height:
- :scale:
- :align:
- :name:
- :class:
- :figwidth:
- :figclass:
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-12-06 12:33:13 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update actdiag to 0.5.1.
History
=======
0.5.1 (2013-10-22)
------------------
* Fix bugs
0.5.0 (2013-10-05)
------------------
* Support python 3.2 and 3.3 (thanks to @masayuko)
* Drop supports for python 2.4 and 2.5
* Replace dependency: PIL -> Pillow
|
2013-09-11 07:45:10 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update py-actdiag to 0.4.3
0.4.3 (2013-02-10)
------------------
* Fix bugs
0.4.2 (2013-02-10)
------------------
* Fix bugs
|
2012-11-19 20:57:29 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to arcdiag-1.4.1
0.4.1 (2012-10-28)
------------------
* Fix bugs
0.4.0 (2012-10-22)
------------------
* Optimize algorithm for rendering shadow
* Add options to docutils directive
* Fix bugs
0.3.4 (2012-09-29)
------------------
* Fix bugs
|
2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-12 15:41:20 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update py-actdiag to 0.3.3.
History
=======
0.3.3 (2012-04-23)
------------------
* Set hyperlinks to header of lanes on SVG image
* Fill background of lane header with lane.color attribute
|
2012-03-21 15:36:47 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update py-actdiag to 0.3.2.
while here, install man page.
0.3.2 (2012-03-15)
------------------
* Fix bugs
0.3.1 (2012-02-15)
------------------
* Add autolane plugin
* Update to new package structure (blockdiag >= 1.1.2)
|
2011-12-07 14:27:14 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update py-actdiag to 0.3.0.
History
=======
0.3.0 (2011-11-19)
------------------
* Add fontfamily attribute for switching fontface
* Fix bugs
0.2.4 (2011-11-10)
------------------
* Fix dependencies (do not depend PIL directly for pillow users)
0.2.3 (2011-11-06)
------------------
* Add docutils exetension
* Fix bugs
0.2.2 (2011-11-01)
------------------
* Add class feature (experimental)
0.2.1 (2011-11-01)
------------------
* Follow blockdiag-0.9.7 interface
0.2.0 (2011-10-19)
------------------
* Follow blockdiag-0.9.5 interface
0.1.9 (2011-10-11)
------------------
* Fix bugs
|
2011-10-06 08:28:25 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update py-actdiag to 0.1.8.
History
=======
0.1.8 (2011-09-30)
------------------
* Add diagram attribute: default_text_color
|