From 9de0cde32b10f95f53fd487f50ad83eb938131b3 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 13 Feb 2004 13:45:10 +0000 Subject: *** empty log message *** --- debian/changelog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e328445..2eeeaf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,59 @@ +zinc-tk (3.2.97) unstable; urgency=low + + * Modified the behavior of options and arguments controlling + the display of track history. The -trackmanagehistory is + gone, a -trackvisiblehistorysize option has appeared, it + describe the length of the history for ALL tracks in a zinc + instance. In the Track class -visiblehistorysize has been + removed and replaced by a boolean attribute -historyvisible + that can be used to switch off the history for the concerned + track instance. !!! INCOMPATIBLE CHANGE !!! + * Fixed several problems with respect to UTF8 strings + rendering. It should be possible for the text item + to render OpenGL strings in all configurations. + * Fixed a bug in indexing a Text item with utf8 characters + (above 127). + * Fixed a clamping problem in the -visiblehistorysize + Track attribute, preventing a track to display its + history after a reset of the -managedhistorysize option. + * Re-ported the pathtag demo from Perl to Tcl. + * Fixed some bugs in the transform code (core dumps) + * Significant reduction in size of many items. + * The scale method takes an optional center + * The angle in the rotate method can be specified in + degrees, a flag has been added to tell if the angle + is given in degrees or radians. + * The find and addtag method can do spacial searches + (overlapping, enclosed, closest) in atomic + groups overriding the atomic specification. The + recursive flag takes the new value 'override' to do + so. + * bbox no longer works on multiple tagOrIds but handles + label (say 'label' as second parameter) and field bboxes + on items with fields. + * The bounding box reported for groups with clip areas + takes into account the clipping. This was a long + standing bug. + * The enter leave processing as been sped somewhat by + correcting an omission in the detection code. + * The bind method now handles virtual events (an omission). + * The bind method accept an alternative syntax for specifying + bindings on fields instead of saying: + .z bind $id:3 <1> "script" + it is possible to say: + .z bind $id 3 <1> "script" + This is coherent with the syntax used by the other methods. + * Icons are fully transformable in X. The same behavior is + achieved in both graphical environments. + * The anchors positions have been fixed for rotated icons. + * The text items are fully transformable in both environments. + * The insertion cursor wasn't displayed on the last text line + if empty. Fixed. + * The last character of a text selection was never displayed + as part of the selection (but correctly reported). Fixed. + + -- Patrick Lecoanet Mon, 26 Jan 2004 13:37:48 +0200 + zinc-tk (3.2.96) unstable; urgency=low * Fixed a bad redraw of maps (traces) and adapted for floating -- cgit v1.1