From 9ee88985f3bf3155e816c1682eb667e025a2ea7c Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 7 May 2004 11:54:25 +0000 Subject: *** empty log message *** --- debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'debian') 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 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 -- cgit v1.1