aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlecoanet2004-02-13 13:45:10 +0000
committerlecoanet2004-02-13 13:45:10 +0000
commit9de0cde32b10f95f53fd487f50ad83eb938131b3 (patch)
tree2bfec531a3a4bc25e47b8163a43774359539515e /debian
parent81984ff8d6b54b07cf1653b70780b664c528708d (diff)
downloadtkzinc-9de0cde32b10f95f53fd487f50ad83eb938131b3.zip
tkzinc-9de0cde32b10f95f53fd487f50ad83eb938131b3.tar.gz
tkzinc-9de0cde32b10f95f53fd487f50ad83eb938131b3.tar.bz2
tkzinc-9de0cde32b10f95f53fd487f50ad83eb938131b3.tar.xz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog56
1 files changed, 56 insertions, 0 deletions
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 <lecoanet@ath.cena.fr> 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