aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlecoanet2004-05-07 11:54:25 +0000
committerlecoanet2004-05-07 11:54:25 +0000
commit9ee88985f3bf3155e816c1682eb667e025a2ea7c (patch)
treec3a296e5da01cf757a71fef98c0c161348fe6033 /debian
parent0c518c95e4d1c3270fbc67143a6351ee81bb68f0 (diff)
downloadtkzinc-9ee88985f3bf3155e816c1682eb667e025a2ea7c.zip
tkzinc-9ee88985f3bf3155e816c1682eb667e025a2ea7c.tar.gz
tkzinc-9ee88985f3bf3155e816c1682eb667e025a2ea7c.tar.bz2
tkzinc-9ee88985f3bf3155e816c1682eb667e025a2ea7c.tar.xz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog40
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 461ce41..a69ffce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,43 @@
+zinc-tk (3.2.98) unstable; urgency=low
+
+ * Fixed Enter/leave emission to match the Canvas (and better).
+ * Slightly rearranged the init sequence for openGL. This will
+ ensure that render will be reset has soon has possible if
+ GL is not there. It will _stay_ set if we discover later that
+ GL is not available. This will fix a rather bewildering situation
+ when using images: The image is created for GL, then all of a sudden
+ accessed in an X11 context.
+ * Bug fixes. These should have boosted the stability a lot.
+ * A new Tcl_Obj type "attribute" is used to cache the attribute
+ lookup from one command invocation to the other. This can
+ speed up the code slightly (or more). Available only for
+ Tcl.
+ * Text rendering in text items should be better quality.
+ * Fixed the scrollbar protocol to work with all versions
+ of Perl/Tk and Tcl.
+ * The "new" tk option configuration mecanism is used where
+ possible (not with Perl/TK 800).
+ * Only one tesselator is allocated regardless of how many
+ TkZinc widgets an application use. This potentially can
+ bring resource savings for applications using many
+ TkZincs with OpenGL.
+ * TkZinc perl works under Windows (Perl/Tk 804 only).
+ * Font loading under GL has been rewritten it is now as fast
+ as before and still utf8 based.
+ * coords has (yet) been modified (fixed) so that items which
+ exhibit only one meaningful coordinate will return this
+ coordinate as a flat list instead of as a list of lists.
+ * Redisplaying after a move or a resize even when clipped
+ by the display border is now rock stable. On windows this
+ has been achieved by a full redisplay when entering the
+ window after the move/resize.
+ * An msi package Tcl/Tk and Perl/Tk on Windows.
+ * makefile for building for Tcl with vc++ has been updated.
+ * Several fixes in Makefile.PL (pthreads, INC augmented,
+ Windows port)
+
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Mon, 3 Jan 2004 17:10:07 +0200
+
zinc-tk (3.2.97) unstable; urgency=low
* Added a tget command. If called with a transform or an