aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlecoanet2003-11-28 14:09:52 +0000
committerlecoanet2003-11-28 14:09:52 +0000
commit06745390a9d6f973890a86d0a852947ee4fd092f (patch)
tree81020600993e78d3ee14ed45ca1f59330ecf83eb /debian
parent0e10d5997b2de9c1db042c996f358f1132bbce55 (diff)
downloadtkzinc-06745390a9d6f973890a86d0a852947ee4fd092f.zip
tkzinc-06745390a9d6f973890a86d0a852947ee4fd092f.tar.gz
tkzinc-06745390a9d6f973890a86d0a852947ee4fd092f.tar.bz2
tkzinc-06745390a9d6f973890a86d0a852947ee4fd092f.tar.xz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eb5e7a2..281ca1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,38 @@
+zinc-tk (3.2.96) unstable; urgency=low
+
+ * Zinc is now able to use all font glyphs above 0x20 in a
+ 256 glyph font.
+ * The smooth method reports a list of line segment vertices
+ instead of the incorrect list of bezier segment vertices.
+ * Added a -followpointer widget option to optimize pointer
+ motion processing (suppress enter/leave processing).
+ * The coords method correctly updates the control flags when
+ replacing the whole vertex list.
+ * Fixed a problem a the invalidation code which prevented
+ item with a transform update pending from being correctly
+ processed. All item specific invalidation flags were
+ ignored after a transform operation on the item.
+ * The -lastasfirst attribute of tracks failed to work causing
+ a mis-coloring of the history when -lastasfirst was turned on.
+ * Corrected a potential problem in the processing of end of lines
+ in multi-lines texts.
+ * Update of the refman, tanks C. Mertz.
+ * Fixed the Makefile.in to build a correct pkgIndex.tcl when
+ installing, it lacked an entry for loading the Tkzinc
+ library itself.
+ * Debug.pm : A control bar and zoom/translate new functionalities
+ have been added. finditems(), tree(), snapshot() functions become
+ deprecated. Initialisation is done using the new init() function.
+ (D. Etienne).
+ * zinc-demo (perl variant) : the pathtag demo has been corrected.
+ Should be more explict now (C. Mertz)
+ * A first contribution by zentara : TripleRotatingWheel.
+ * New tests (perl variant) : find method with 'overlaped', 'enclosing',
+ 'withtype', pathtags. More images tests. Tests for text items.
+ Tests for openGL fonts with multiple sizes (C. Mertz).
+
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Fri Nov 28 14:43:30 2003
+
zinc-tk (3.2.95) unstable; urgency=low
* Configuration of image and bitmap valued attibutes is now