extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks. Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
changes:
* A Multiline Text plugin object. Create it with the
Edit->Create->Multiline Text menu item.
* An Import filter for Acorn Draw files, updated import filters for
SVG, WMF and Illustrator files and an updated SVG export filter.
* The font dialog allows setting the font of multiple text objects at
once.
* Two new command line tools: skconvert and sk2ppm. skconverts between
vector formats and sk2ppm converts vector files to ppm.
* A fix for a filename quoting bug when rendering EPS files. This bug
was a security problem.
* Bug fixes.
submitted by Masao Uebayashi <uebayasi@soum.co.jp> in PR 14328.
Sketch 0.6.12 (July 5th, 2001)
==============================
* View->Load Palette... also supports Gimp palette files.
Bug fixes:
* The PostScript generator now handles RGBA images used as tiles
correctly. Reported by Andy Grimberg.
* Modifying objects that lay far outside the window could lead to X
Errors.
* Loading AI files sometimes raised exceptions with an AttributeError
"'None' object has no attribute 'guess_continuity'". This is now
fixed. Reported by Eric Faurot.
* The CMX import filter handles empty groups gracefully. Bug reported
by Yuri Shchedov.
* Fix some typos in skshow's doc-string. This is basically what's
already done with the Debian packages.
* Changing the paper format could lead to an inconsistent mapping
between document and window coordinates. Reported by Antoon Pardon.
Sketch 0.6.11 (June 9th, 2001)
==============================
* Updated Spanish translation by Esteban Manchado Velázquez
* Add /usr/lib/ghostscript/fonts to the default list of font
directories (for debian).
* Include the .spec file in the tarball and distribute the Misc
directory with the RPMs as documentation.
Bug fixes:
* The find_include_dir function in setup.py now catches and ignores
OSError exceptions, too. Pointed out by Pierre HANSER.
* The russian translation are now properly contained in the archive as
*.mo files too.
* Drawings that contained non-ASCII characters in strings were not read
back correctly when saved under Python 2.1
* The import filters now remove empty curve objects. The implementation
of 0.6.9 didn't cover all special cases. The new one works
differently but shuld catch all cases.
Changes since the last version in pkgsrc include 1.5 years of bugfixes
and enhancements as well as updates to newer python version. Complete
ChangeLog in work/sket*/NEWS or at http://sketch.sourceforge.net/relnotes.html
New stable version, 0.6.3.
*The default properties of new objects can be set by pressing the apply
button in the fill, line or font dialogs.
*A new button next to the palette to quickly assing empty fill and line
styles.
*The ctrl-key to contrain editing now also works when drawing lines and
bezier curves and when editing bezier curves.