/[skencil]/website/trunk/pages/relnotes.html
ViewVC logotype

Annotation of /website/trunk/pages/relnotes.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (hide annotations)
Thu Mar 25 17:48:16 2004 UTC (20 years, 11 months ago) by jpaalasm
Original Path: website/trunk/skencil.org/pages/relnotes.html
File MIME type: text/html
File size: 64999 byte(s)
Changing the page layout file so that diffs taken from the
generated files can be applied better to sources.

1 jpaalasm 606 title: Skencil / Release Notes
2    
3     <div class="document">
4     <div class="section" id="skencil-0-6-16-january-24th-2004">
5     <h2><a name="skencil-0-6-16-january-24th-2004">Skencil 0.6.16 (January 24th, 2004)</a></h2>
6     <blockquote>
7     <ul>
8     <li><p class="first">Skencil is the new name for the vector drawing program formerly known
9     as &quot;Sketch&quot;.</p>
10     <p>This is only a superficial renaming. All places in the GUI are
11     changed and the main executable is now called skencil (for backwards
12     compatibility you can also start Skencil with &quot;sketch&quot; as before).</p>
13     <p>Internally nothing has changed in this regard. The main python
14     package is still called Sketch for instance and the userspecific
15     configuration is still stored in ~/.sketch</p>
16     <p>Thanks to Frank Koormann for coming up with the name &quot;Skencil&quot;.</p>
17     </li>
18     <li><p class="first">New icons including a new icon for Skencil itself contributed by
19     Taiabati (<a class="reference" href="http://www.taiabati.it/">http://www.taiabati.it/</a>). These icons were drawn with
20     Skencil and the raster versions were created with the help of Gimp.
21     The Skencil files can be found in the Examples directory.</p>
22     </li>
23     <li><p class="first">The sk2ps.py script has a new option, --embed-fonts or -e to embed
24     the fonts used by a drawing in the postscript output. Patch by Otto
25     Tronarp</p>
26     </li>
27     <li><p class="first">The print dialog also has a check box &quot;Embed fonts&quot; now. Patch by
28     Antoon Pardon</p>
29     </li>
30     <li><p class="first">The sk2ppm.py script has a new option, --alpha-bits or -A, to make
31     ghostscript ase anti-aliasing. Patch by Tamito KAJIYAMA</p>
32     </li>
33     <li><p class="first">The skshow.py script has a new option, --fit. If given it fits the
34     bounding box of the drawing rather than the page to the window size.
35     Patch by Antoon Pardon</p>
36     </li>
37     <li><p class="first">The color dialog has RGB entry fields now. Patch by Bernhard Reiter</p>
38     </li>
39     <li><p class="first">Updated German translations</p>
40     </li>
41     <li><p class="first">Portuguese translations by Lopo Pizarro</p>
42     </li>
43     <li><p class="first">Updated French translation by Michel Robitaille</p>
44     </li>
45     <li><p class="first">Updated Swedish translations by Christian Rose</p>
46     </li>
47     <li><p class="first">WMF export filter by Lukasz Pankowski</p>
48     </li>
49     <li><p class="first">Antoon Pardon has updated the CGM filters</p>
50     </li>
51     <li><p class="first">The CGM export filter supports path text now. Patch by Lukasz Pankowski</p>
52     </li>
53     <li><p class="first">The script that reads GIMP paths is now in the Script subdirectory
54     and activated by default</p>
55     </li>
56     <li><p class="first">The center of rectangles is now also a snap point. Based on a patch
57     by Valentin Ungureanu</p>
58     </li>
59     <li><p class="first">The multi line text objects can deal with more variants of boldness
60     and other attributes in fonts. Patch by Antoon Pardon</p>
61     </li>
62     <li><p class="first">Make Sketch work with Python 2.3 without warnings:</p>
63     <ul class="simple">
64     <li>Update paxtkinter so that it works with the new Tkinter</li>
65     <li>Change hex literals so they don't trigger warnings about being
66     interpreted differently in future versions</li>
67     <li>Make sure to use ints and not floats where some C-functions expect
68     ints</li>
69     </ul>
70     </li>
71     </ul>
72     </blockquote>
73     <p>Bug Fixes:</p>
74     <blockquote>
75     <ul class="simple">
76     <li>Make sktops.py work when drawing all visible layers and the grid
77     layer is marked as visible. Patch by Andy Thaller</li>
78     <li>Sketch failed to load .sk files that contained very long lines
79     following a bezier curve. Patch by Andy Thaller</li>
80     <li>Sketch failed to load .sk files that contained empty plugin objects.
81     These objects are now simply ignored when loading such files</li>
82     <li>The SVG export filter makes sure now that text objects do not have
83     strokes. Bug reported by Peter Robins</li>
84     <li>The SVG import filter now uses a black fill by default. Bug reported
85     by John Ellson</li>
86     <li>Fixed the copyright notices which said LPGL but referred to the GPL
87     too. They now have the same license statement as all other LPGPLed
88     files</li>
89     <li>When &quot;Snap to Objects&quot; was active and a new object was created the
90     points that Sketch snapped to were not updated properly. Reported by
91     Valentin Ungureanu</li>
92     <li>Avoid attribute errors in the __del__ method of Font objects.
93     Reported by Antoon Pardon</li>
94     </ul>
95     </blockquote>
96     </div>
97     <div class="section" id="sketch-0-6-15-january-31-2003">
98     <h2><a name="sketch-0-6-15-january-31-2003">Sketch 0.6.15 (January 31, 2003)</a></h2>
99     <blockquote>
100     <ul class="simple">
101     <li>Updated CGM import/export filters from Antoon Pardon</li>
102     </ul>
103     </blockquote>
104     <p>Bug Fixes:</p>
105     <blockquote>
106     <ul class="simple">
107     <li>Fix the order of the items in the changelog in the spec-file (Andy
108     Grimberg)</li>
109     <li>When using setup.py install with the --dest-dir option make sure that
110     the correct filename is put into the bycompiled files (*.pyc). Patch
111     from Ralf Ahlbrink</li>
112     <li>Make Sketch compile with tcl/tk 8.4. Problem noticed by Michael
113     Soibelman.</li>
114     <li>In setup.py, handle the 'make' variable parameters (e.g. CC=gcc)
115     properly when they contain multiple equals signs. Patch by Sebastian
116     Stark</li>
117     <li>Allow digits in the keys of format specifiers in the format strings
118     returned by the Info method of a GraphicsObject.</li>
119     <li>The SVG import filter now handles the viewBox attribute of the svg
120     element (it doesn't handle the preserveAspectRatio attribute though).
121     The filter also makes sure that non-text object won't get a font
122     attribute and it understands more color names. Bugs reported by Keith
123     Hopper</li>
124     <li>The CMX import filter handles poly-curves with a large number of
125     points better now. Reported by Tim Wright.</li>
126     </ul>
127     </blockquote>
128     </div>
129     <div class="section" id="sketch-0-6-14-september-21st-2002">
130     <h2><a name="sketch-0-6-14-september-21st-2002">Sketch 0.6.14 (September 21st, 2002)</a></h2>
131     <blockquote>
132     <ul class="simple">
133     <li>Brasilian Portuguese translation by Wanderlei Antonio Cavassin</li>
134     <li>Swedish translations by Christian Rose</li>
135     <li>New French translation by Michel Robitaille.</li>
136     <li>New Spanish translation by Esteban Manchado Velázquez</li>
137     <li>Updated po/README to explain about the formatting templates (%-format
138     specifiers in strings)</li>
139     <li>CGM import/export filters contributed by Antoon Pardon</li>
140     <li>New example script Script/footprints.py which contains the code of
141     the footprints script demonstrated in the Sketch presentations at
142     LinuxTag and EuroPython 2002.</li>
143     <li>Change the license statements of a few files to match those of other
144     modules (LGPL). The affected file are pdfgensaver.py, svgloader.py
145     and svgsaver.py in Plugins/Filters/ and Sketch/UI/plugindlg.py.</li>
146     <li>Already in 0.6.13: The SVG export has some basic support for Text.
147     Based on a Patch by Paul Giotta</li>
148     <li>Updated sketch.spec file based on the one Andy Grimberg used for
149     sketch-0.6.13-3.src.rpm</li>
150     </ul>
151     </blockquote>
152     <p>Internal Changes:</p>
153     <blockquote>
154     <ul class="simple">
155     <li>The pdfexport filter can now output to an existing reportlab pdfgen
156     canvas.</li>
157     <li>Remove the DEFS= lines from the Makefile.pre.in files. With them,
158     Sketch won't build with current CVS Python and probably won't with
159     2.3 either. The lines are not needed anyway for Sketch.</li>
160     <li>Added encoding declarations to some files in preparation for Python
161     2.3 which gives warnings for files that contain non-ascii characters
162     and don't have an encoding declaration.</li>
163     </ul>
164     </blockquote>
165     <p>Bug Fixes:</p>
166     <blockquote>
167     <ul class="simple">
168     <li>Applying Font settings when no object is selected (so that the
169     default settings are changed) now works again. Reported by Antoon
170     Pardon</li>
171     <li>Nodes inserted into bezier segments are now 'smooth' instead of
172     'symmetric'. Reported by Antoon Pardon</li>
173     <li>sk2ppm now works when the output filename is omitted. Bug reported by
174     Jan-Oliver Wagner</li>
175     <li>With Tcl/Tk &gt;= 8.1, filenames with non-ascii characters were not
176     handled correctly. This is better now, but it's probably not perfect.
177     Reported by Bernhard Reiter.</li>
178     <li>The SVG export filter now escapes text properly. Bug reported by
179     Stefan Eilers (SF #545267).</li>
180     <li>The extension modules in Sketch/Modules, Filter and Pax now use the
181     Python Memory API correctly as specified for Python 1.5.2 but it
182     should also be compatible with later versions including 2.3
183     (according to the discussion in April 2002)</li>
184     <li>The postscript output handles writing to an EPS file that's also
185     referenced by the drawing itself. Previously, in such cases Sketch
186     would open the eps file it was writing to again and copy the file
187     into itself filling up the file system. Bug reported by Rodrigo
188     Benenson (SF #550917)</li>
189     <li>The command Style-&gt;Update Style now works under Python 2.2 as well.
190     Bug reported by Juan Pablo Romero. Pieter Edelman pointed out that it
191     happens only under Python 2.2.</li>
192     <li>The line dialog now updates when the selected object doesn't have an
193     outline. It just checks the &quot;None&quot; checkbox in this case. In earlier
194     versions it would just ignore the selection change when the newly
195     selected object didn't have an outline. Reported by Antoon Pardon.</li>
196     <li>setup.py now looks for the tk header files in /usr/include/tclX.Y
197     (X.Y is the tcl version) as well.</li>
198     <li>Each time the line dialog was opened an empty arrow head was added to
199     the list of arrow heads making the option menu grow by one entry each
200     time the line dialog was opened. Fixed now.</li>
201     <li>Fix a typo in the simple_separation script. Spotted by Esteban
202     Manchado Velázquez</li>
203     <li>skapp.py referenced the locale module's Error exception which didn't
204     exist in Python 1.5.2.</li>
205     </ul>
206     </blockquote>
207     </div>
208     <div class="section" id="sketch-0-6-13-march-3rd-2002">
209     <h2><a name="sketch-0-6-13-march-3rd-2002">Sketch 0.6.13 (March 3rd, 2002)</a></h2>
210     <blockquote>
211     <ul>
212     <li><p class="first">You can now assign font properties to multiple objects at once.
213     Suggested/reported/repeatedly whined about ;-) by Jeffrey Boser</p>
214     </li>
215     <li><p class="first">A multi-line text object. You can create multiline text objects with
216     the menu item Edit-&gt;Create-&gt;Multiline Text. Contributed by Christof
217     Ecker</p>
218     </li>
219     <li><p class="first">An import filter for the Acorn Drawfiles. Contributed by David
220     Boddie.</p>
221     </li>
222     <li><p class="first">The gradient editor now has a button &quot;Reverse&quot; which reverses the
223     gradient in the editor. Patch from Aurelien Gateau</p>
224     </li>
225     <li><p class="first">Updated translations: Spanish by Esteban Manchado Velázquez, Russian
226     by Andrey Kiselev, Italian by Mauro Colorio.</p>
227     </li>
228     <li><p class="first">The wmf import filter supports a PolyPolylines now. Patch from Antoon
229     Pardon.</p>
230     </li>
231     <li><p class="first">A new command line tool, skconvert.py that converts between vector
232     formats Sketch can read and write.</p>
233     </li>
234     <li><p class="first">A new command line tool, sk2ppm to convert vector files to PPM
235     (portable pixmap)</p>
236     </li>
237     <li><p class="first">Two new sample scripts in Script:</p>
238     <p>reload_image can reload external raster images or update the preview
239     images of EPS files.</p>
240     <p>simple_separation provides a very simple form of color separation by
241     creating one ps file for each color used in the drawing.</p>
242     </li>
243     <li><p class="first">The Illustrator-import filter now gives a warning if the file looks
244     as if it's not generated by AI. Furthermore it understands text
245     alignment now.</p>
246     </li>
247     <li><p class="first">The SVG import filter parses paths more correctly now. The old
248     version didn't accept numbers without delimiters in between, which is
249     legal in an SVG path if the second number starts with a sign.</p>
250     </li>
251     <li><p class="first">Some of the scripts in the Script module are now loaded automatically
252     on startup. If you don't want that, put the line</p>
253     <p>preferences.standard_scripts = []</p>
254     <p>into ~/.sketch/preferences.py</p>
255     </li>
256     <li><p class="first">The resolution of EPS images is configurable now. You can set it with
257     in ~/.sketch/preferences.py with a line like</p>
258     <p>preferences.eps_preview_resolution = 144</p>
259     <p>In this example the resolutioin is set ot 144 pixels per inch, which
260     is twice the default value.</p>
261     </li>
262     </ul>
263     </blockquote>
264     <p>Bug Fixes:</p>
265     <blockquote>
266     <ul class="simple">
267     <li>Quote filenames of EPS files properly when rendering the preview.
268     The previous behavior was a security problem.</li>
269     <li>The setup.py script omitted the -lX11 parameter for the paxtkinter
270     module when run under Python 2.1 or with the --tk-autoconf parameter.
271     Spotted by Grant Edwards.</li>
272     <li>The PostScriptDevice's DrawLineXY method used the wrong y coordinate
273     for the end-point.</li>
274     <li>The PostScriptDevice uses floats for font sizes now.</li>
275     <li>Call setlocale to make the gettext functions work properly. There's
276     some strange interaction with tcl/tk for which Sketch/UI/skapp.py
277     contains a workaround. Reported by Gregor Hoffleit.</li>
278     <li>Not really a bug-fix, perhaps, but in SafeScripts it's now allowed to
279     call a few of the special python methods, such as __cmp__. The spread
280     script ran into this problem in some cases.</li>
281     <li>The reload panel lists the correct modules again.</li>
282     <li>In the Pax module, the CopyPlane of the pixmap objects allows another
283     pixmap as the destination drawable too.</li>
284     <li>Already done in 0.6.12: Fixed a bug in the stream filter module that
285     prevented Sketch from loading very small images embedded in Sketch
286     documents. Reported by Geoffrey T. Dairiki.</li>
287     </ul>
288     </blockquote>
289     <p>Internal Changes:</p>
290     <blockquote>
291     <ul>
292     <li><p class="first">Plugins can now have plugin specific libraries. This is done with a
293     slightly incompatible way in how the plugin path is handled.</p>
294     <p>If A plugin has additional library modules, the library modules
295     should be put into a Lib direcory in the directory where the plugin
296     is placed. Sketch will automatically create a Lib package whose
297     __path__ contains that Lib directory so that the plugin can import
298     modules from there with &quot;import Lib.module&quot;. How this works can be
299     seen in both new plugins (multi-line text and the drawfile input
300     filter).</p>
301     </li>
302     <li><p class="first">Plugins may now have an additional configuration variable,
303     load_immediately. When set to true (default false) it will cause the
304     plugin management code to load the plugin module immediately after it
305     has been scanned.</p>
306     </li>
307     <li><p class="first">The function Sketch.UI.prompt.get_sketch_modules once again correctly
308     determines which modules belong to Sketch.</p>
309     </li>
310     </ul>
311     </blockquote>
312     </div>
313     <div class="section" id="sketch-0-6-12-july-5th-2001">
314     <h2><a name="sketch-0-6-12-july-5th-2001">Sketch 0.6.12 (July 5th, 2001)</a></h2>
315     <blockquote>
316     <ul class="simple">
317     <li>View-&gt;Load Palette... also supports Gimp palette files.</li>
318     </ul>
319     </blockquote>
320     <p>Bug fixes:</p>
321     <blockquote>
322     <ul class="simple">
323     <li>The PostScript generator now handles RGBA images used as tiles
324     correctly. Reported by Andy Grimberg.</li>
325     <li>Modifying objects that lay far outside the window could lead to X
326     Errors.</li>
327     <li>Loading AI files sometimes raised exceptions with an AttributeError
328     &quot;'None' object has no attribute 'guess_continuity'&quot;. This is now
329     fixed. Reported by Eric Faurot.</li>
330     <li>The CMX import filter handles empty groups gracefully. Bug reported
331     by Yuri Shchedov.</li>
332     <li>Fix some typos in skshow's doc-string. This is basically what's
333     already done with the Debian packages.</li>
334     <li>Changing the paper format could lead to an inconsistent mapping
335     between document and window coordinates. Reported by Antoon Pardon.</li>
336     </ul>
337     </blockquote>
338     <p>Internal Changes:</p>
339     <blockquote>
340     <ul class="simple">
341     <li>The TrafoPlugin objects have a Trafo method now that returns the
342     transformation.</li>
343     <li>TrafoPlugin.__init__ now accepts a trafo object as the trafo kw-arg
344     and accepts the loading kw-arg.</li>
345     <li>The Append* methods of curve objects now raise a TypeError exception
346     when the first segment appended to a curve is not a line segment. One
347     consequence of this change is that Sketch may not be able to load
348     some sk-files anymore when they contain curves that start with a
349     bezier segment. You can use the new script Misc/fix_broken_sk_file.py
350     to fix such files.</li>
351     </ul>
352     </blockquote>
353     </div>
354     <div class="section" id="sketch-0-6-11-june-9th-2001">
355     <h2><a name="sketch-0-6-11-june-9th-2001">Sketch 0.6.11 (June 9th, 2001)</a></h2>
356     <blockquote>
357     <ul class="simple">
358     <li>Updated Spanish translation by Esteban Manchado Velázquez</li>
359     <li>Add /usr/lib/ghostscript/fonts to the default list of font
360     directories (for debian).</li>
361     <li>Include the .spec file in the tarball and distribute the Misc
362     directory with the RPMs as documentation.</li>
363     </ul>
364     </blockquote>
365     <p>Bug fixes:</p>
366     <blockquote>
367     <ul class="simple">
368     <li>The find_include_dir function in setup.py now catches and ignores
369     OSError exceptions, too. Pointed out by Pierre HANSER.</li>
370     <li>The russian translation are now properly contained in the archive as
371     *.mo files too.</li>
372     <li>Drawings that contained non-ASCII characters in strings were not read
373     back correctly when saved under Python 2.1</li>
374     <li>The import filters now remove empty curve objects. The implementation
375     of 0.6.9 didn't cover all special cases. The new one works
376     differently but shuld catch all cases.</li>
377     </ul>
378     </blockquote>
379     </div>
380     <div class="section" id="sketch-0-6-10-may-14th-2001">
381     <h2><a name="sketch-0-6-10-may-14th-2001">Sketch 0.6.10 (May 14th, 2001)</a></h2>
382     <blockquote>
383     <ul>
384     <li><p class="first">Russian translation contributed by Andrey Kiselev</p>
385     </li>
386     <li><p class="first">Fix setup.py so that Sketch can be compiled with Python 2.1. The main
387     change here is that in Python 2.1, the _tkinter configuration can't
388     be taken from the Setup file anymore because of Python's new build
389     process.</p>
390     <p>If setup.py is run by Python 2.1 or higher it now uses the distutils
391     and code pretty much like Python's setup.py to figure out which
392     compiler flags to use for the Tk-specific C-code.</p>
393     <p>This change also introduces two new command line options for the
394     configure command:</p>
395     <table class="option-list" frame="void" rules="none">
396     <col class="option" />
397     <col class="description" />
398     <tbody valign="top">
399     <tr><td colspan="2">
400     <kbd><span class="option">--tk-flags</span>=<var>flags</var></kbd></td>
401     </tr>
402     <tr><td>&nbsp;</td><td><p class="first">Compiler flags to use for building the tk-modules. E.g.</p>
403     <p class="last">./setup.py configure --tk-flags=&quot;-L/opt/tk/lib -ltk8.2 -ltcl8.2&quot;</p>
404     </td></tr>
405     <tr><td>
406     <kbd><span class="option">--tk-autoconf</span></kbd></td>
407     <td><p class="first">Determine the compiler flags for Sketch's tk-modules without
408     referring to Python's Setup file as described above. When run
409     under Python 2.1 this will always be done. You can use this flag
410     to force this mode under older Python versions.</p>
411     <p class="last">It only works if the distutils are installed. Beginning with
412     Python 1.6 the distutils are part of Python's standard library.
413     For Python 1.5.2 a separate package is available at
414     &lt;<a class="reference" href="http://www.python.org/sigs/distutils-sig/download.html">http://www.python.org/sigs/distutils-sig/download.html</a>&gt;</p>
415     </td></tr>
416     </tbody>
417     </table>
418     </li>
419     <li><p class="first">&quot;setup.py build&quot; now stops when an error occurs. This should make
420     build problems more obvious.</p>
421     </li>
422     <li><p class="first">setup.py now stops when an unknown command line flag is given.</p>
423     </li>
424     <li><p class="first">Fix the point extension type to work with Python 2.1</p>
425     </li>
426     <li><p class="first">In the print dialog, the &quot;rotate ccw.&quot; checkbutton is automatically
427     set when the document uses landscape page orientation.</p>
428     </li>
429     <li><p class="first">The SVG import filter now has basic support for text and images.
430     Contributed by John Shumway.</p>
431     </li>
432     <li><p class="first">The SVG import filter now works with Python 2.1 (and probably 2.0 as
433     well).</p>
434     </li>
435     <li><p class="first">The virtual size of the canvas is much larger now to accomodate large
436     paper sizes better.</p>
437     </li>
438     <li><p class="first">The generator scripts in Pax/Generate create ANSI prototypes now</p>
439     </li>
440     </ul>
441     </blockquote>
442     <p>Bug fixes:</p>
443     <blockquote>
444     <ul class="simple">
445     <li>In the SVG export filter, add a missing space in the radial gradients
446     SVG code, and set gradientUnits=&quot;userSpaceOnUse&quot; in linear and radial
447     gradients. Pointed out by Laetitia MARIN.</li>
448     <li>The warning module would throw exceptions instead of printing error
449     when plugin directories were not readable. Pointed out by Jonathan
450     Soons.</li>
451     <li>The computation of the bounding rectangles of an ellipse threw
452     exceptions on some platforms in some cases. Pointed out by Damien
453     Chrisment</li>
454     <li>Catch import errors for plugins better in mainwindow.py. In earlier
455     versions an import error in e.g. the SVG import filter would abort
456     the entire application.</li>
457     <li>Fix a bug in the PDF export filter that gave filled arrows the wrong
458     color.</li>
459     <li>Python 2.1 exposed a bug in the rect implementation that gave a
460     document an infinite bounding box in some cases.</li>
461     <li>Changes in the paperformat have the proper effect now on the position
462     of the page on the virtual canvas.</li>
463     <li>Fixed the _type1module to work with Python 2.0.</li>
464     </ul>
465     </blockquote>
466     </div>
467     <div class="section" id="sketch-0-6-9-march-1st-2001">
468     <h2><a name="sketch-0-6-9-march-1st-2001">Sketch 0.6.9 (March 1st, 2001)</a></h2>
469     <blockquote>
470     <ul>
471     <li><p class="first">Italian translation contributed by Mauro Colorio.</p>
472     </li>
473     <li><p class="first">Bernhard Reiter contributed an expanded version of the
474     export_raster.py script which lets you set more parameters in the
475     dialog. It is now in the Script package so that you can import it
476     with the line</p>
477     <p>import Script.export_raster</p>
478     <p>In your ~/.sketch/userhooks.py.</p>
479     </li>
480     <li><p class="first">The sk2ps script now has a --rotate/-r option to rotate the drawing.
481     Useful to print landscape format drawings.</p>
482     </li>
483     <li><p class="first">The line properties dialog no longer sets the color to None when a
484     group or other object is selected that doesn't have line properties</p>
485     </li>
486     <li><p class="first">Slightly updated FAQ list.</p>
487     </li>
488     </ul>
489     </blockquote>
490     <p>Bug fixes:</p>
491     <blockquote>
492     <ul class="simple">
493     <li>In some cases the PostScript generator rounded text-coordinates to
494     integers instead of using floats. Pointed out by Kai-Uwe Behrmann.</li>
495     <li>The PDF-export filter supports arrow heads now and handles dash
496     patterns correctly.</li>
497     <li>The XFig import filter supports dashes now</li>
498     <li>Fix a small problem in the SVG inport filter's handling of
499     coordinates in %-units. Patch provided by Philipp Matthias Hahn</li>
500     <li>Several fixes to make Sketch work with Python 2.0. Thomas Gellekum
501     contributed a patch for Sketch/Modules/skcolor.c and Ron Shonkwiler
502     pointed out problems in Pax when using PseudoColor visuals that are
503     also fixed now.</li>
504     <li>In tk versions &gt;= 8.1, key stroke events with non-ASCII characters
505     should work once more for Latin1 characters. Those tk-versions report
506     characters as UTF8 which confused Sketch. Reported by Armin Geisse</li>
507     <li>Fixed a small name error in selection.py which could be triggered by
508     buggy user scripts</li>
509     <li>Fix a bug in generating the warning message when keystrokes are
510     overridden by userhooks.py</li>
511     <li>The import filters are a bit more robust. They ignore empty curve
512     objects automatically</li>
513     </ul>
514     </blockquote>
515     </div>
516     <div class="section" id="sketch-0-6-8-august-12th-2000">
517     <h2><a name="sketch-0-6-8-august-12th-2000">Sketch 0.6.8 (August 12th, 2000)</a></h2>
518     <blockquote>
519     <ul>
520     <li><p class="first">Styles can now have explicitly empty fill and line properties.</p>
521     </li>
522     <li><p class="first">&lt;Ctrl-Space&gt; now does the same as &lt;Space&gt; alone, that is, switch
523     between selection- and edit-mode. Unlike &lt;Space&gt;, &lt;Ctrl-Space&gt; also
524     works when editing text.</p>
525     </li>
526     <li><p class="first">Pressing Ctrl when moving objects or Bezier-nodes now also constrains
527     to diagonals in addition to horizontal and vertical movement. Based
528     on a patch by Antoon Pardon.</p>
529     </li>
530     <li><p class="first">You can now click and drag a bezier segment in edit mode. Based on
531     demo code by Simon Budig.</p>
532     </li>
533     <li><p class="first">Sketch can write PDF files now. For this feature you need reportlab
534     from &lt;<a class="reference" href="http://www.reportlab.com">http://www.reportlab.com</a>&gt;. This filter is quite complete, but
535     there are some limitations. It doesn't suport embedded EPS files,
536     tiled image fills, fonts that aren't among PDFs builtin fonts (it
537     will use Times-Roman instead), and some more esoteric features.</p>
538     <p>Note that reportlab 1.0 has some bugs that affect Sketch. They're
539     already fixed in CVS, so they should be in their next release.</p>
540     </li>
541     <li><p class="first">The SVG export filter supports radial and axial gradients now.</p>
542     </li>
543     <li><p class="first">Guide-lines no longer snap to other guide-lines when dragging them
544     but they still snap to guide-objects (i.e. objects on the guide layer
545     that are not guide-lines).</p>
546     </li>
547     </ul>
548     </blockquote>
549     <p>Bug fixes:</p>
550     <blockquote>
551     <ul class="simple">
552     <li>Give a meaningful error message when trying to print a document that
553     has no printable layers. Previous versions would fail with a
554     traceback in that case. The bug affected both File-&gt;Save as
555     PostScript and the Print dialog. Reported by Michael Walton.</li>
556     <li>In setup.py, use sys.exec_prefix to determine the location of
557     &quot;Setup&quot;. Patch contributed by Tessa Lau</li>
558     <li>Sometimes the allocation of a shared memory image fails even though
559     tests at startup showed that they're supported (a common problem on
560     Solaris due to a default configuration which only allows relatively
561     small shared memory images). This case is handled more gracefully
562     now.</li>
563     <li>setup.py now also looks in Setup.local (in addition to Setup) for the
564     tkinter configuration. Pointed out by Daisuke Yabuki.</li>
565     <li>In paxtkinter, initialize the Tcl interpreter properly. The old
566     incorrect way was causing problems with a japanese
567     internationalization patch. Pointed out by Daisuke Yabuki.</li>
568     <li>The rectangle object used to print a lot of tracebacks in edit mode
569     when the user didn't select a handle. Fixed now.</li>
570     <li>The information about the currently selected object in the status-bar
571     wasn't always updated correctly</li>
572     </ul>
573     </blockquote>
574     <p>Internal Changes:</p>
575     <blockquote>
576     <ul class="simple">
577     <li>The stream-filter module includes ASCII85 encode and decode filters
578     and some bug-fixes.</li>
579     </ul>
580     </blockquote>
581     </div>
582     <div class="section" id="sketch-0-6-7-may-5th-2000">
583     <h2><a name="sketch-0-6-7-may-5th-2000">Sketch 0.6.7 (May 5th, 2000)</a></h2>
584     <blockquote>
585     <ul class="simple">
586     <li>The missing import of the plugins module that prevented Sketch from
587     loading any vector files, including it's native sk-format, is fixed.</li>
588     <li>Correction: The changes in the PIL import code in Sketch 0.6.6 do not
589     make it work with the PIL packages in SuSE Linux 6.2 and 6.3 out of
590     the box. Those packages are broken and have to be fixed as described
591     in INSTALL. The same applies to SuSE 6.4.</li>
592     </ul>
593     </blockquote>
594     </div>
595     <div class="section" id="sketch-0-6-6-april-30th-2000">
596     <h2><a name="sketch-0-6-6-april-30th-2000">Sketch 0.6.6 (April 30th, 2000)</a></h2>
597     <p>New or Changed Features:</p>
598     <blockquote>
599     <ul>
600     <li><p class="first">French translations contributed by Yves Ceccone and Frédéric
601     Toussaint.</p>
602     </li>
603     <li><p class="first">Updated Spanish translations provided by Esteban Manchado Velázquez.</p>
604     </li>
605     <li><p class="first">A few new scripts in the Scripts package: average_points,
606     create_star_outline, inspect_beziers and create_spiral, contributed
607     by Tamito KAJIYAMA and spread which defines eight scripts to
608     distribute the selected objects in various ways, contributed by
609     Michael Loßin</p>
610     </li>
611     <li><p class="first">A new command line option, --run-script &lt;scriptfile&gt;, which executes
612     the file scriptfile on startup after creating the widgets and either
613     creating an empty new document or loading a document from a file if a
614     document filename was supplied on the command line.</p>
615     <p>The script is executed by execfile() with a globals dictionary
616     containg a 'context' object just like a normal user script.</p>
617     </li>
618     <li><p class="first">If a directory is given on the command line instead of a normal file,
619     Sketch now opens a file open dialog with that directory (suggested by
620     François Pinard).</p>
621     </li>
622     <li><p class="first">A simple slideshow tool, skshow.py. It's installed together with
623     sketch.py and sk2ps.py. Run it with the --help option to get more
624     information on how it works. (originally written as an example for
625     Christof Ecker)</p>
626     </li>
627     <li><p class="first">A new crosshairs style cursor, activated by the menu item
628     View-&gt;Crosshairs. If snapping is active, this cursor is warped to a
629     snap point if the mouse pointer is near one. (suggested by Rainer
630     Menzner)</p>
631     </li>
632     <li><p class="first">The &quot;Zoom Area&quot; tool can also zoom out now by holding the control key
633     when releasing the mouse button.</p>
634     </li>
635     <li><p class="first">New sections in the Developer's Guide about the connector module and
636     plugin objects.</p>
637     </li>
638     <li><p class="first">A new file Misc/magic with an entry for your magic file, as used by
639     e.g. file(1). Contributed by Michael Loßin.</p>
640     </li>
641     <li><p class="first">An FAQ list.</p>
642     </li>
643     </ul>
644     </blockquote>
645     <p>Bug Fixes:</p>
646     <blockquote>
647     <ul class="simple">
648     <li>Updated the AI import filter a bit to deal with Illustrator 8 files.
649     (Reported by Fritz Heinrichmeyer).</li>
650     <li>The Python Imaging Library is used as a package now. Some people want
651     to install PIL without the PIL.pth file because of name conflicts
652     with e.g. Zope. This change also makes Sketch work with the pil rpm
653     of SuSE Linux 6.2-6.3 out of the box.</li>
654     <li>The PostScript generator now treats dashes for lines with widths less
655     than 1 point as the screen drawing routines. I.e. the lengths of the
656     dash are computed as if the line width was 1 pt.</li>
657     <li>Fix the bug in the PostScript generator that produced incorrect
658     dashes if two lines with same logical dash-pattern but different line
659     widths were printed one immediately after the other.</li>
660     <li>The View-&gt;Outline checkbox menu item now reflects the outline status
661     correctly</li>
662     <li>The eval() security hole in the xfig import filter should be plugged
663     now.</li>
664     <li>The &quot;Update From...&quot; button in the plugin object dialogs works now.</li>
665     <li>Fixed a bug that caused objects to share fill patterns when assigning
666     fill properties to several objects at once. E.g. assigning an axial
667     gradient to two objects and then transforming one of the objects
668     would modify the gradient of he other object as well.</li>
669     <li>Changed a few places where pointers were cast to ints to support
670     64bit systems properly (reported by Philipp Reisner).</li>
671     <li>Fixed the AFM file parser to accept floating point numbers in various
672     places as the specification says (reported by Rainer Menzner).</li>
673     <li>Fixed a bug where the selection info wasn't updated properly. To
674     reproduce it in 0.6.5: Select the text tool and click somewhere but
675     don't type anything. Select the text tool again and click somewhere
676     else, type something, go to selection mode and press DEL. (reported
677     by Darren Stalder)</li>
678     <li>In mainwindow.py, bzip2 isn't called with the -c flag anymore. that
679     flag isn't necessary here anyway and some bzip2 versions didn't like
680     it. (reported by Michael Lossin)</li>
681     <li>Cutting/copying and pasting path text objects works now. (reported by
682     Michael Lossin)</li>
683     </ul>
684     </blockquote>
685     <p>Internal Changes:</p>
686     <blockquote>
687     <ul class="simple">
688     <li>In preparation for Python 1.6, checked for and corrected list appends
689     with more than one argument.</li>
690     <li>Initialization is a bit simpler now. Programs that use Sketch as a
691     library no only require that the Sketch module is in sys.path and
692     they have to call Sketch.init_lib(). If they want to use the Tk part
693     of Sketch as well they have to call Sketch.init_ui() which implicitly
694     also calls init_lib().</li>
695     <li>The default properties for Text-objects created by scripts have
696     changed. They used to have an empty fill pattern, but a black
697     outline, which doesn't make sense and really was a bug. Now they have
698     a black uniform fill and no outline.</li>
699     <li>The po files are now created with xpot from po-utils. See po/README.</li>
700     <li>The wrapper object for safe scripts doesn't complain about __cmp__
701     and __coerce__ anymore.</li>
702     </ul>
703     </blockquote>
704     </div>
705     <div class="section" id="sketch-0-6-5-february-10th-2000">
706     <h2><a name="sketch-0-6-5-february-10th-2000">Sketch 0.6.5 (February 10th, 2000)</a></h2>
707     <blockquote>
708     <ul class="simple">
709     <li>&quot;Snap To Objects&quot; now also works for raster images and eps files.
710     They can even be used as guides by moving them onto the guide layer.
711     They behave just like rectangles in this regard.</li>
712     <li>bzip2 compressed sk-files (and also ai and svg) can now be
713     uncompressed transparently if bzip2 is installed. The same
714     functionality for gzip was already present in 0.5.0.</li>
715     <li>A new example script, Script/save_selection.py that saves the current
716     selection as an eps file.</li>
717     <li>More accurate papersizes for the A&lt;n&gt; formats, contributed by Martin
718     Glaser. The sizes used to be derived from first principles, so to
719     speak, everytime on start up, but that does not yield exactly the
720     same values that the standard defines. The old code is still there in
721     Sketch/Graphics/papersize.py, if you're curious.</li>
722     <li>The way paper formats are stored in the sk-files has changed
723     slightly. Only formats of a fixed list are stored by name now, for
724     all others only the dimensions are saved. This was done to prevent
725     problems if users add new formats in their userhooks.py.</li>
726     <li>The 'layer up' button in the layer dialog works now.</li>
727     <li>The DSC parser, used for e.g. extracting the bounding box of EPS
728     files, can cope with non-Unix line separator conventions.</li>
729     <li>Fixed a bug in the code that draws axial (linear) gradients on the
730     screen. In some cases the direction of diagonal the gradients was
731     incorrect, most noticable for very large border values. Postscript
732     output was not affected.</li>
733     <li>Removed .ps and .eps from the list of possible file name extensions.
734     They misled users to assume that File-&gt;Open was the way to load EPS
735     files.</li>
736     <li>The --imaging-include option of setup.py should work properly with
737     relative filenames now.</li>
738     <li>Removed the GPL copyright notices from Pax/clipmask.[ch] because they
739     shouldn't be there. Those files have the same license as the rest of
740     the code in Pax.</li>
741     <li>Fixed a typo in Resources/Fontmetrics/gs.sfd. The font in line 2 is
742     URWGothicL-Book</li>
743     <li>&quot;Zoom Out&quot; was translated incorrectly in de.po</li>
744     <li>Added -lm to _sketchmodule in Sketch/Modules/Setup.config and
745     Sketch/Modules/Setup.in</li>
746     </ul>
747     </blockquote>
748     </div>
749     <div class="section" id="sketch-0-6-4-january-11th-2000">
750     <h2><a name="sketch-0-6-4-january-11th-2000">Sketch 0.6.4 (January 11th, 2000)</a></h2>
751     <blockquote>
752     <ul>
753     <li><p class="first">Fixed a bug in Sketch's postscript procset
754     (Resources/Misc/sketch-proc.ps) that caused problems when a
755     sketch-eps that contains eps's that use showpage was embedded in a ps
756     file which was then run through psnup (got that? :) ) To reproduce
757     it, create an eps with dvips, embed it in a Sketch drawing, export as
758     eps, embed it in a tex-document, create a psfile from that with dvips
759     and 'psnup -2' it. The resulting psfile executes a superfluous
760     showpage at the end of the embedded tex-eps.</p>
761     </li>
762     <li><p class="first">Blending of two path-text objects works now. In previous versions
763     attempting this would leave the document in an inconsistent state and
764     the user couldn't undo the operation or even save properly.</p>
765     </li>
766     <li><p class="first">Fixed bugs in the type1 font file parser and the underlying
767     postscript tokenizer. Some type 1 font files caused segfaults in the
768     tokenizer (e.g. the UTB_____.pfa font that comes with X11).</p>
769     </li>
770     <li><p class="first">Updated Spanish translation provided by Esteban Manchado Velázquez.</p>
771     </li>
772     <li><p class="first">More color icons provided by Panos Katsaloulis. Again, if you want to
773     use them, put the line</p>
774     <p>preferences.color_icons = 1</p>
775     <p>into ~/.sketch/preferences.py .</p>
776     </li>
777     <li><p class="first">Misc/export_raster.py: additional boolean parameter for the
778     export_raster and export_alpha functions, use_bbox. If use_bbox is
779     true only render the contents of the bounding rectangle, otherwise
780     render the entire page.</p>
781     </li>
782     <li><p class="first">Added Misc/Symbolgroup/, a plugin-object that can be used to build a
783     simple symbol library. See Misc/Symbolgroup/README for more details.</p>
784     </li>
785     <li><p class="first">setup.py: Give a more meaningful error message if _tkinter is not
786     configured in Python's Setup</p>
787     </li>
788     <li><p class="first">The mkfontdb.py script can also generate ghostscript Fontmap files
789     now thanks to Jeffrey Boser. The script is now at version 1.3.</p>
790     </li>
791     </ul>
792     </blockquote>
793     </div>
794     <div class="section" id="sketch-0-6-3-december-1st-1999">
795     <h2><a name="sketch-0-6-3-december-1st-1999">Sketch 0.6.3 (December 1st, 1999)</a></h2>
796     <blockquote>
797     <ul>
798     <li><p class="first">The default properties for new objects can be set now by pressing the
799     apply button in the fill-, line- and font-dialogs when no object is
800     selected. Sketch will ask whether graphics objects or text objects
801     should be affected. You can select both, of course.</p>
802     <p>If you don't like this behavior, you can switch it off by putting the
803     following line into your ~/.sketch/preferences.py:</p>
804     <p>preferences.set_default_properties = 0</p>
805     </li>
806     <li><p class="first">A new button in the lower left corner of the main window (with an X
807     bitmap) that is equivalent to Style/No Fill when pressed with the
808     left mouse button and equivalent to Style/No Line when pressed with
809     the middle mouse button.</p>
810     </li>
811     <li><p class="first">When editing bezier curves, the ctrl-key now restricts the movement
812     of nodes to horizontal and vertical and when dragging a control
813     point, the angle of the tangent is restricted to multiples of 15
814     degrees.</p>
815     </li>
816     <li><p class="first">When drawing bezier curves the ctrl-key now restricts the slope of
817     the tangent to multiples of 15 degrees.</p>
818     </li>
819     <li><p class="first">When drawing poly-lines, the ctrl-key now restricts the slopes of the
820     lines to multiples of 15 degrees.</p>
821     </li>
822     <li><p class="first">Selecting a blend group works a little different now, so that
823     clicking on the interpolation selects the entire blend group. In
824     earlier versions only the interpolation object was selected in that
825     case. Clicking on a control object of a blend group still selects
826     just the control object. (The blend group object contains both the
827     control objects and the interpolation objects).</p>
828     <p>The reason for this change is that it makes it easier to select two
829     blend groups to create an interpolation betweem them.</p>
830     <p>The change also affects the blend dialog if the selected blend group
831     has more than one control object. To change the number of steps in an
832     interpolation you have to select the interpolation object by holding
833     Ctrl and Shift when clicking on the object, just like you would with
834     a normal group to select a contained object.</p>
835     </li>
836     <li><p class="first">A small change in the way Sketch determines which handle to drag when
837     editing a bezier curve: When a node and one of its control points
838     coincide, it was impossible to drag the control point. Now Sketch
839     selects the control point in that case. Coinciding nodes and control
840     points can occur when gridding is on and they're often found
841     Illustrator files.</p>
842     </li>
843     <li><p class="first">There's a new directory Misc/ that contains some scripts that I use
844     occasionally. These scripts are somewhat unpolished and will probably
845     need some tweaking to fit your needs.</p>
846     <p>I also consider them 'half-supported', that is I test and fix them
847     only as far as I actually use them.</p>
848     <p>There are two scripts at the moment. One lets you export raster
849     images via ghostscript, and the other reads paths exported by Gimp.</p>
850     </li>
851     <li><p class="first">A small reorganization of the sfd files in Resources/Fontmetrics. The
852     Charter and Utopia fonts are now listed in a separate file gsopt.sfd.</p>
853     <p>The rationale behind this is that std.sfd contains the standard
854     postscript files--in as far as that can be defined--like Times-Roman
855     or Courier. gs.sfd lists the URW fonts that make up the standard
856     ghostscript fonts, which are basically clones of the standard
857     postscript fonts. gsopt.sfd lists optional ghostscript fonts.</p>
858     </li>
859     <li><p class="first">The afm-file parser is more tolerant now. It had problems with empty
860     lines.</p>
861     </li>
862     <li><p class="first">fixed a bug that made the context command 'Select Mask' fail.</p>
863     </li>
864     <li><p class="first">fixed a bug that caused the first few characters of a path-text to be
865     misplaced if the start position coincided with a node (but not the
866     start-node) of the curve-object.</p>
867     </li>
868     <li><p class="first">Fixed a small bug in the cmxfilter that flipped the orientation of
869     conical gradients.</p>
870     </li>
871     <li><p class="first">The command line option --version works again.</p>
872     </li>
873     <li><p class="first">There a new option for ~/.sketch/preferences.py, fallback_font. This
874     is the name of the font to use when a font or the corresponding
875     metrics can't be found. The default is 'Times-Roman'</p>
876     </li>
877     <li><p class="first">Added a note about the slightly broken pyimglib package in SuSE Linux
878     6.2 to the INSTALL file.</p>
879     </li>
880     <li><p class="first">Fixed a few typos in the German translation.</p>
881     </li>
882     <li><p class="first">Updated Spanish translation provided by Esteban Manchado Velázquez.</p>
883     </li>
884     <li><p class="first">Added a new section about export filters to the developer's guide.</p>
885     </li>
886     <li><p class="first">setup.py parsed macro definitions in Setup incorrectly. This is fixed
887     now. I also documented the --python-setup option.</p>
888     </li>
889     <li><p class="first">setup.py's build command accepts arguments of the form &lt;KEY&gt;=&lt;VALUE&gt;
890     now. These are passed through to make to let you override variables
891     like CC or OPT. See the generated Makefiles or Makefile.pre.in for
892     more details.</p>
893     </li>
894     <li><p class="first">The mkfontdb.py script knows a few more foundries and has a new
895     commandline option '-f' to specify the foundry used when it can't be
896     determined from the afm-file. I also increased its version to 1.2</p>
897     </li>
898     </ul>
899     </blockquote>
900     </div>
901     <div class="section" id="sketch-0-6-2-september-19th-1999">
902     <h2><a name="sketch-0-6-2-september-19th-1999">Sketch 0.6.2 (September 19th, 1999)</a></h2>
903     <blockquote>
904     <ul>
905     <li><p class="first">Import/Export filters for the proposed Web-standard for vector
906     graphics, SVG. For the import filter, but not for the export filter,
907     you need the Python xml-package; see the INSTALL file for details on
908     where to get it.</p>
909     <p>Both filters are very primitive at the moment and only handle some
910     simple shapes and fills/strokes. In particular, there's no support
911     for Text or gradient fills among others yet.</p>
912     </li>
913     <li><p class="first">Cleaned up the documentation to have less practically empty
914     HTML-files and extended the section on font-configuration. It
915     contains information about Sketch's font-path and on how to add
916     fonts.</p>
917     </li>
918     <li><p class="first">Converted the images in the docs to the PNG format.</p>
919     </li>
920     <li><p class="first">When editing text objects, you can position the caret with the mouse
921     now.</p>
922     </li>
923     <li><p class="first">The create_star script is now interactive. It pops up a modal dialog
924     asking for the parameters of the star as an example how to use
925     dialogs is user scripts.</p>
926     </li>
927     <li><p class="first">The sample scripts select_same_line_color.py and
928     select_same_fill_color.py are substantially faster now if there's a
929     large number of objects to be selected.</p>
930     </li>
931     <li><p class="first">The help message in setup.py is more compact now, thanks to Gregor
932     Hoffleit.</p>
933     </li>
934     <li><p class="first">Fixed a bug in the XFig filter that lead to the rejection of files
935     with &quot;Flush Left&quot; justification (as generated by pstoedit, for
936     example).</p>
937     </li>
938     <li><p class="first">The AI import filter handles text in ai-files generated by ps2ai
939     better now.</p>
940     </li>
941     <li><p class="first">The AI filter understands font encodings now.</p>
942     </li>
943     <li><p class="first">Fixed Sketch/Modules/skrect.c and Sketch/Modules/skcolor.c to avoid
944     Problems with GCC 2.95.</p>
945     </li>
946     <li><p class="first">Fixed Sketch's font code to not require the EncodingScheme key in
947     afm-files. This key is optional and is not present in afm-files
948     generated by ttf2pfa, for instance.</p>
949     </li>
950     </ul>
951     </blockquote>
952     </div>
953     <div class="section" id="sketch-0-6-1-august-5th-1999">
954     <h2><a name="sketch-0-6-1-august-5th-1999">Sketch 0.6.1 (August 5th, 1999)</a></h2>
955     <blockquote>
956     <ul>
957     <li><p class="first">Spanish messages contributed by Esteban Manchado Velázquez.</p>
958     </li>
959     <li><p class="first">Color Icons contributed by Panos Katsaloulis. They're not used by
960     default because the set of icons is not complete yet. If you like,
961     you can switch them on by putting the line</p>
962     <p>preferences.color_icons = 1</p>
963     <p>into ~/.sketch/preferences.py .</p>
964     </li>
965     <li><p class="first">The cursor now changes when the mouse is over a selected object or a
966     guide line. You can switch this feature off by adding the line</p>
967     <p>preferences.active_cursor = 0</p>
968     <p>to ~/.sketch/preferences.py .</p>
969     </li>
970     <li><p class="first">The AI export filter handles axial and radial gradients now.</p>
971     </li>
972     <li><p class="first">The AI import filter understands gradients better now. In particular,
973     it can handle AI files with gradients created by Corel Draw correctly
974     now (I hope).</p>
975     </li>
976     <li><p class="first">The AI import filter knows about guides and places all guides in an
977     AI-file on the guide layer. In former versions the guide paths were
978     mixed with normal paths resulting in incorrect paths.</p>
979     </li>
980     <li><p class="first">The CMX import filter also loads radial and conical gradients now (in
981     addition to axial gradients).</p>
982     </li>
983     <li><p class="first">Fixed the bug that caused multiple handles at the same position to
984     become invisible in some situations.</p>
985     </li>
986     <li><p class="first">Two new sample scripts, create_star and create_text.</p>
987     </li>
988     <li><p class="first">I added a section to the user scripts documentation, covering 'common
989     tasks' like the creation of objects, manipulating objects and
990     manipulating the current selection.</p>
991     </li>
992     <li><p class="first">The postscript file generated for a landscape drawing now has a
993     %%Orientation: Landscape comment, if the 'rotate ccw' button is
994     checked.</p>
995     </li>
996     <li><p class="first">Updated paxtkinter to work with Tcl/Tk 8.1.</p>
997     </li>
998     </ul>
999     </blockquote>
1000     </div>
1001     <div class="section" id="sketch-0-6-0-may-18th-1999">
1002     <h2><a name="sketch-0-6-0-may-18th-1999">Sketch 0.6.0 (May 18th, 1999)</a></h2>
1003     <blockquote>
1004     <ul>
1005     <li><p class="first">Support for non-english messages via gettext. Run setup.py with the
1006     '--with-nls' option to activate this. So far there's only support for
1007     German.</p>
1008     <p>If you want to add support for a new language, have a look at
1009     po/README.</p>
1010     </li>
1011     <li><p class="first">The symbolic links created by `setup.py install' use relative
1012     filenames now.</p>
1013     </li>
1014     <li><p class="first">The Developer's Guide has some more documentation on how to implement
1015     import filters</p>
1016     </li>
1017     <li><p class="first">The Illustrator export filter handles embedded raster images and
1018     some text.</p>
1019     </li>
1020     <li><p class="first">The Illustrator import filter handles some embedded raster image formats.</p>
1021     </li>
1022     <li><p class="first">Fixed a bug when placing objects (e.g. raster images) while in
1023     creation mode.</p>
1024     </li>
1025     <li><p class="first">Fixed a bug in the PostScript generator, that could lead to wrong
1026     fill/stroke colors.</p>
1027     </li>
1028     <li><p class="first">When drawing poly-lines and you start with just a mouse-click and no
1029     drag, only only the starting point is defined. If you drag, the first
1030     two points are defined.</p>
1031     <p>The old behavior was to always create the first two points which
1032     resulted in zero-length first segment if the mouse wasn't dragged.</p>
1033     </li>
1034     <li><p class="first">The reset button in the align dialog has been removed. To switch off
1035     alignment in one direction, click on the sunken button.</p>
1036     </li>
1037     <li><p class="first">The Type1 font parser is smarter. The old parser had problems with
1038     fonts using Mac line separators.</p>
1039     </li>
1040     </ul>
1041     </blockquote>
1042     </div>
1043     <div class="section" id="sketch-0-5-5-april-22nd-1999">
1044     <h2><a name="sketch-0-5-5-april-22nd-1999">Sketch 0.5.5 (April 22nd, 1999)</a></h2>
1045     <ul>
1046     <li><p class="first">Improved import filters:</p>
1047     <ul class="simple">
1048     <li>AI import filter has some text support now for point text and path
1049     text and it handles transformed gradients slightly better</li>
1050     <li>The WMF import filter is much more stable and complete now. The
1051     version distributed with 0.5.4 was very incomplete and buggy.</li>
1052     <li>The CMX import filter is much more stable and complete now. The
1053     version distributed with 0.5.4 was very incomplete. The new version
1054     suports 32 bit files.</li>
1055     </ul>
1056     </li>
1057     <li><p class="first">The rulers now obey the default unit settings.</p>
1058     </li>
1059     <li><p class="first">The vertical rulers can display the text either horizontally,
1060     vertically (similar to GTK) or rotated (my favourite). The default is
1061     horizontally.</p>
1062     <p>You configure this by appending</p>
1063     <p>preferences.ruler_text_type = TYPE</p>
1064     <p>to ~/.sketch/preferences.py (edit this file while Sketch is not
1065     running). TYPE can be either 'horizontal', 'vertical' or 'rotated'
1066     (including the quotes!).</p>
1067     <p>The font for the rulers is determined by preferences.ruler_font for
1068     normal horizontal characters and preferences.ruler_font_rotated for
1069     rotated text. The default values are:</p>
1070     <p>preferences.ruler_font = '-<em>-helvetica-medium-r-</em>-<em>-10-</em>-<em>-</em>-<em>-</em>-iso8859-1'
1071     preferences.ruler_font_rotated = '-<em>-helvetica-medium-r-</em>-<em>-[0 10 ~10 0]-</em>-<em>-</em>-<em>-</em>-iso8859-1'</p>
1072     <p>If you use rotated text, ruler_font_rotated must be compatible with
1073     ruler_font, i.e. one must be a rotated version of the other.</p>
1074     <p>The '[0 10 ~10 0]' is a transformation matrix which rotates the
1075     characters by 90 degrees counter clockwise. This syntax was introduced
1076     in X11R6, so to use this your X server must be compatible with that
1077     X11 release.</p>
1078     <p>Depending on the quality of your font renderer and your
1079     X-configuration, the rotated fonts might look quite ugly, so you might
1080     have to test a number of different fonts to get good results. On my
1081     system, these settings are quite acceptable:</p>
1082     <p>preferences.ruler_font = '-<em>-lucida-medium-r-</em>-<em>-11-</em>-<em>-</em>-<em>-</em>-iso8859-1'
1083     preferences.ruler_font_rotated = '-<em>-lucida-medium-r-</em>-<em>-[0 11 ~11 0]-</em>-<em>-</em>-<em>-</em>-iso8859-1'
1084     preferences.ruler_text_type = 'rotated'</p>
1085     </li>
1086     <li><p class="first">The align dialog allows you to align the selected objects relative to
1087     the lowermost one. It would probably be better to use the first
1088     selected object instead, but that's not possible with Sketch at the
1089     moment, due to its implementation.</p>
1090     </li>
1091     <li><p class="first">Fixed a byte order bug that resulted in wrong colors for images on a
1092     big-endian X-server.</p>
1093     </li>
1094     <li><p class="first">Fixed some mask-group bugs: The Effects| Create Maskgroup entry is now
1095     grayed out correctly again and ungrouping the mask group places the
1096     mask on top of the objects now. Both bugs were introduced when I
1097     changed the behaviour of Create Maskgroup for Sketch 0.5.3.</p>
1098     </li>
1099     <li><p class="first">The AddFunction function of the script-registry has a new keyword
1100     parameter 'args'. See the user's guide for more details.</p>
1101     </li>
1102     <li><p class="first">If you delete all characters of a text object (with backspace or DEL)
1103     and then select a different object or change into another mode, the
1104     now empty text-object is removed from the drawing.</p>
1105     </li>
1106     </ul>
1107     </div>
1108     <div class="section" id="sketch-0-5-4-march-17th-1999">
1109     <h2><a name="sketch-0-5-4-march-17th-1999">Sketch 0.5.4 (March 17th, 1999)</a></h2>
1110     <ul>
1111     <li><p class="first">A user scripting facility. The user's guide has a new section about
1112     user scripts to get you started. The mechanisms to hook user scripts
1113     into Sketch are somewhat experimental, though and may change.</p>
1114     </li>
1115     <li><p class="first">A new import filter for Corel's CMX format. The filter is incomplete
1116     and only handles 16bit CMX files, because I only have sample files for
1117     that CMX-version.</p>
1118     </li>
1119     <li><p class="first">A new import filter for Windows Metafiles (WMF), again incomplete.</p>
1120     </li>
1121     <li><p class="first">The tooltips are active by default now.</p>
1122     </li>
1123     <li><p class="first">Setting the unit of the position indicator in the status bar (via its
1124     context menu) also sets the default unit used else where in Sketch.</p>
1125     </li>
1126     <li><p class="first">The dimensions of rectangles and ellipses are now given in the current
1127     default unit.</p>
1128     </li>
1129     <li><p class="first">When creating ellipses or rectangles the current dimensions are
1130     displayed in the statusbar.</p>
1131     </li>
1132     <li><p class="first">Similarly, when transforming an object, information about the current
1133     transformation is displayed in the statusbar, such as scaling factors
1134     and rotation angles.</p>
1135     </li>
1136     <li><p class="first">The ellipse drawing mode has two new variations:</p>
1137     <ul class="simple">
1138     <li>When holding down Shift, the ellipse is centered at the start point.</li>
1139     <li>When holding down Shift+Ctrl, the ellipse is a circle centered at
1140     the start point with the current pointer position on its periphery.</li>
1141     </ul>
1142     </li>
1143     <li><p class="first">Similarly, holding down Shift while drawing a rectangle uses the
1144     start point as the center of the rectangle.</p>
1145     </li>
1146     <li><p class="first">Path-text has been improved, introducing a slight incompatibility:</p>
1147     <ul>
1148     <li><p class="first">Characters that don't fit on the path are simply not drawn, but they
1149     are still there. In previous versions, these characters were all
1150     drawn at the same position at the end of the path.</p>
1151     <p>It is possible that path-text objects will look slightly different
1152     in future versions due to improvements in the algorithms used. In
1153     particular, multiple subpaths in a curve may be supported.</p>
1154     </li>
1155     <li><p class="first">You can drag the start position of the text along the path by
1156     dragging the small rectangular handle in edit mode. This is probably
1157     not the best interface. Suggestions welcome.</p>
1158     </li>
1159     <li><p class="first">In previous versions, the curve-like objects were automatically
1160     converted to bezier objetcs before the path-text group was created.
1161     Now, these objects remain as they are, i.e. rectangles will remain
1162     rectangles and ellipses remain ellipses.</p>
1163     <p>.sk files with rectangles or ellipses as the curves in path-text
1164     objects will not be read correctly by earlier versions.</p>
1165     </li>
1166     </ul>
1167     </li>
1168     <li><p class="first">You can now insert nodes and cut curves at specific positions:</p>
1169     <ul class="simple">
1170     <li>Select a curve object in edit mode</li>
1171     <li>click on the outline where you want to insert the node or cut the
1172     curve. A small filled circle appears.</li>
1173     <li>Select &quot;Curve | Insert Nodes&quot; or &quot;Curve | Cut Curve&quot; respectively.</li>
1174     </ul>
1175     <p>This new method also affects Line-&gt;Curve and Curve-&gt;Line. They convert
1176     the segment marked with the filled curve.</p>
1177     <p>The old behaviour is still there.</p>
1178     </li>
1179     <li><p class="first">The curve-object in a path-text object and the control-objects in a
1180     blend-group can now be converted to a bezier object in place.</p>
1181     </li>
1182     <li><p class="first">Added a few new key-strokes.</p>
1183     </li>
1184     <li><p class="first">The .sk file version number was updated to &quot;1 2&quot; because of the
1185     changes for path-text objects.</p>
1186     </li>
1187     <li><p class="first">Bug fixes:</p>
1188     <ul class="simple">
1189     <li>In the font dialog, the sizes list is updated together with the entry
1190     widget.</li>
1191     <li>&quot;Update From...&quot; in the font dialog works now.</li>
1192     <li>Images loaded from the same image file share the raster data again.</li>
1193     </ul>
1194     </li>
1195     <li><p class="first">Renamed the script mkfontdir.py to mkfontdb.py. This new version
1196     creates fonts.scale files by default now and is also distributed
1197     separately from Sketch. It's now distributed under the GPL and not the
1198     LGPL.</p>
1199     </li>
1200     </ul>
1201     </div>
1202     <div class="section" id="sketch-0-5-3-february-7th-1999">
1203     <h2><a name="sketch-0-5-3-february-7th-1999">Sketch 0.5.3 (February 7th, 1999)</a></h2>
1204     <ul>
1205     <li><p class="first">Sketch now has an experimental configure, build and install script.
1206     This script is modelled after the proposed standard for Python
1207     packages and applications currently discussed in the Python distutils
1208     SIG, although it's not much more than a wrapper around the old
1209     makefiles.</p>
1210     <p>For details on its use, see the INSTALL file.</p>
1211     </li>
1212     <li><p class="first">Python 1.5.2 compatibility:</p>
1213     <p>I've run Sketch with the 1.5.2b1 release for more than two weeks now,
1214     and almost everything works as before, with these exceptions:</p>
1215     <p>The stricter syntax check for functions with default arguments
1216     produced syntax errors in two places. These have been corrected.</p>
1217     <p>The new sorting order for objects of different types revealed an error
1218     in the example file line.sk. This file is fixed in the new release.
1219     The skloader should really make more checks during import.</p>
1220     </li>
1221     <li><p class="first">The Drawing modes are now permanent by default. They were mentioned as
1222     permanent in the NEWS for Sketch 0.5.2, but this was not really true.
1223     Whether they are permanent or temporary is configurable, and the
1224     default was `temporary'. To make them temporary again append the line</p>
1225     <p>preferences.creation_is_temporary = 1</p>
1226     <p>to the file ~/.sketch/preferences.py. This file (and the directory)
1227     will be created automatically by Sketch after it has run. Editing the
1228     preferences file works only if Sketch is not running, because Sketch
1229     always writes it on exit.</p>
1230     <p>This option will be moved into the Options-dialog someday.</p>
1231     </li>
1232     <li><p class="first">If you feel adventurous, you can try the tooltips feature, by adding
1233     the line</p>
1234     <p>preferences.activate_tooltips = 1</p>
1235     <p>to ~/.sketch/preferences.py. I hacked the code recently to make it
1236     work again, but it probably still has some bugs.</p>
1237     </li>
1238     <li><p class="first">There's an Illustrator export filter. To save a file in this format,
1239     select File|Save As... and supply a filename ending in '.ai'. Due to
1240     limitations in the standard Tk file dialog, selecting the Illustrator
1241     format in the file type option menu is not sufficient or even
1242     necessary.</p>
1243     <p>The current filter is incomplete.</p>
1244     </li>
1245     <li><p class="first">Rectangles may have rounded corners now. To create rounded corners,
1246     select a rectangle in edit mode and drag one of the corners.</p>
1247     </li>
1248     <li><p class="first">The .sk file version number was updated because of the rounded corner
1249     rectangles.</p>
1250     </li>
1251     <li><p class="first">Bezier curves (including poly lines) can now be used as guides. Move
1252     them to the guide layer and activate Arrange|Snap to guides. This
1253     already worked for ellipses and rectangles.</p>
1254     </li>
1255     <li><p class="first">When drawing polylines, the first click-drag-release creates the first
1256     line and not just the staring point.</p>
1257     </li>
1258     <li><p class="first">When creating a mask group, the topmost object becomes the mask. This
1259     is more intuitive, I think, than the lower most used before.</p>
1260     </li>
1261     <li><p class="first">To create guide lines, you can now simply drag from the rulers into
1262     the canvas just as in Gimp or CorelDraw.</p>
1263     </li>
1264     <li><p class="first">To delete a guide line just drag it and drop it somewhere outside of
1265     the canvas.</p>
1266     </li>
1267     <li><p class="first">A new command File|Insert Document lets you load a vector drawing in
1268     any of the supported formats and insert it into the current document
1269     as a group. You can then ungroup and edit it.</p>
1270     </li>
1271     <li><p class="first">The default unit for lengths is now configurable via the options menu.
1272     This does not affect the rulers yet.</p>
1273     </li>
1274     <li><p class="first">The current position in the status bar shows the snapped position now
1275     if snapping is active.</p>
1276     </li>
1277     <li><p class="first">Blending of two closed curves with differing numbers of segments
1278     produced ill-formed bezier curves. This is now fixed, but results in
1279     sligthly different blend groups as before in this special case.</p>
1280     </li>
1281     <li><p class="first">Converting a text object to curves results in a group with separate
1282     bezier objects for the characters (instead of a single multi-path bezier
1283     object).</p>
1284     </li>
1285     <li><p class="first">Two new window commands. Windows|Hide Dialogs hides (withdraws) all
1286     dialogs currently visible and Windows|Show Dialogs shows them again.</p>
1287     </li>
1288     <li><p class="first">Added a few new commands to the context menu for fill and line
1289     properties.</p>
1290     </li>
1291     <li><p class="first">A new command to select all nodes of a bezier object. Available from
1292     the Curve menu and from the context menu.</p>
1293     </li>
1294     <li><p class="first">Snapping of guide lines works properly now.</p>
1295     </li>
1296     <li><p class="first">If you want 'live' scrolling in the drawing area, where the display is
1297     updated while the scrollbars are dragged, add this to your Xresources:</p>
1298     <p>sketch*canvas_frame.Scrollbar.jump: 0</p>
1299     <p>The current release is not optimized for this, though, so it might be
1300     too slow.</p>
1301     </li>
1302     <li><p class="first">various bug fixes</p>
1303     </li>
1304     </ul>
1305     </div>
1306     <div class="section" id="sketch-0-5-2-december-09th-1998">
1307     <h2><a name="sketch-0-5-2-december-09th-1998">Sketch 0.5.2 (December 09th 1998)</a></h2>
1308     <ul class="simple">
1309     <li>Sketch contains a work-around for a bug in the Python 1.5.1 module
1310     import code that affected Sketch's import filters.</li>
1311     <li>An improved AI import filter with a faster and better parser. It is
1312     still not complete. See the comments in Plugins/Filters/ailoader.py
1313     for more details about the implemented features and limitations.</li>
1314     <li>A new (and experimental) print dialog is available via 'File/Print...'</li>
1315     <li>The script sk2ps.py works.</li>
1316     <li>The return value of XClearArea is ignored now, because XClearArea is
1317     declared void on SGIs.</li>
1318     <li>In the layer dialog, the context menu has been reorganized a bit and
1319     contains some layer specific entries ('Grid...' for the grid layer
1320     (the same as Arrange/Grid...) and 'Guide Lines...' for the guide layer
1321     (the same as Arrange/Guide Lines...))</li>
1322     <li>In the layer dialog , some of the buttons are grayed out if the
1323     corresponding layer attribute cannot be changed (e.g. the grid layer
1324     is always locked).</li>
1325     <li>The test for X shared memory images should work properly now.</li>
1326     <li>fixed the bug where images rotated by exactly 90 degrees were not
1327     drawn.</li>
1328     <li>the drawing modes (create curve, create rectangle, etc) are now
1329     permanent. You have to switch to edit-mode or selection mode
1330     explicitly.</li>
1331     <li>Switching between modes is now easier. The buttons for edit/select
1332     mode and for drawing are now `radiobuttons' and provide both a means
1333     to switch from one mode to another and an indicator for the current
1334     mode.</li>
1335     <li>the button for snap to grid now changes its relief from flat to sunken
1336     if snapping is active (instead of changing its bitmap).</li>
1337     <li>Added a label to the statusbar that indicates whether the drawing was
1338     modified since the last save or since it was loaded/created.</li>
1339     <li>_sketchmodule.so doesn't use drem anymore. (drem is not available on
1340     Solaris)</li>
1341     <li>The color allocation strategy for PseudoColor displays is
1342     configurable. The option is not available from the dialog yet.</li>
1343     </ul>
1344     </div>
1345     <div class="section" id="sketch-0-5-1-november-08th-1998">
1346     <h2><a name="sketch-0-5-1-november-08th-1998">Sketch 0.5.1 (November 08th 1998)</a></h2>
1347     <ul class="simple">
1348     <li>The bezier related commands of the arrange menu are now in the curve
1349     menu.</li>
1350     <li>Sketch now asks for confirmation (again) when the window is closed via
1351     the window manager. File/Exit did work correctly.</li>
1352     <li>sketch will print more diagnostic messages by default.</li>
1353     <li>the code in Sketch/Modules has been rearranged to increase
1354     portability. Interdependencies between compiled modules are now
1355     handled in a portable way.</li>
1356     <li>The test for X shared memory images should work properly now.
1357     Compiling the paxmodule without shared memory support is now possible.</li>
1358     <li>sketch used to hang in an infinite loop if a font was not available on
1359     the X-server and a MessageBox was popped up with an error message.</li>
1360     <li>Ctrl + cursor keys scrolls the viewport</li>
1361     <li>the drag&amp;drop bug, when dragging a color from the palette to the
1362     pattern widget in the fill panel, has been fixed.</li>
1363     <li>fixed Doc/fonts.scale to agree with Doc/fonts.alias</li>
1364     </ul>
1365     </div>
1366     <div class="section" id="sketch-0-5-0-october-31st-1998">
1367     <h2><a name="sketch-0-5-0-october-31st-1998">Sketch 0.5.0 (October 31st 1998)</a></h2>
1368     <p>first public release</p>
1369     </div>
1370     </div>

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26