aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlecoanet2003-10-07 12:01:49 +0000
committerlecoanet2003-10-07 12:01:49 +0000
commit26b1677eb905020d82c4d136d420e97f01aeb81f (patch)
tree5a5ee40489e79e95e4b4bf8c09c37fee9f9e7920 /debian
parent2ec803690787bb3c916566345f0b81d7fe08be38 (diff)
downloadtkzinc-26b1677eb905020d82c4d136d420e97f01aeb81f.zip
tkzinc-26b1677eb905020d82c4d136d420e97f01aeb81f.tar.gz
tkzinc-26b1677eb905020d82c4d136d420e97f01aeb81f.tar.bz2
tkzinc-26b1677eb905020d82c4d136d420e97f01aeb81f.tar.xz
Release check-in for 3.2.95
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog51
1 files changed, 48 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 98052d1..91ab0da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,50 @@
-zinc-tk (3.294) unstable; urgency=low
-
+zinc-tk (3.2.95) unstable; urgency=low
+
+ * a new debian package has been created to install the doc
+ files (pdf and html) separately.
+ * Integrated the export script and Makefile contributed for
+ Perl by Somanos Sar. Merged the CPAN features written by
+ C. Mertz.
+ * The scrollbar protocol should now work with perl as well as
+ with tcl.
+ * libom is no more. It will be made into a loadable module
+ as soon as Tkzinc will have stubs and a tcl binding will be
+ written for the overlap manager api.
+ * No more perl building/configure code in the main trunk. All
+ perl related build and configuring tools are in Perl.
+ * Fixed a font texture allocation problem with large fonts.
+ The texture sizing has been changed with better results.
+ * Added a -tracksymbol option to act as the default value
+ for the -symbol attributes of tracks.
+ * The track default symbol for current positon is now correctly
+ read from the -tracksymbol option and not statically fixed.
+ * Changed the parameters of the new conical gradient.
+ If only one value is given, it is taken to be the gradient
+ starting angle, the center being 0,0. If two values are given,
+ they are taken as the gradient center, the starting angle being 0.
+ If three values are given, it's the gradient center followed by
+ the gradient starting angle. If four values are given, they are
+ two points defining the center and the angle/extent of the gradient
+ (vector based definition).
+ * Corrected a bug when tiling aligned rectangles under GL.
+ The rectangular form was not correctly clipped so that
+ it showed outside its area.
+ * Shaped icons should be rendered correctly under all environments
+ and for all image formats.
+ In fact the image/bitmap code has been reworked and integrated.
+ For the internals there is no difference now between images,
+ image supported bitmaps and old style bitmaps obtained by
+ Tk_DefineBitmap.
+ * The image update mecanism is now fully functional. It will
+ work for tiles, icon, symbols and even patterns if they are
+ made with image bitmaps.
+ * Icon item picking should be ok in all cases and all environments.
+ It used to be limited for rotated shaped images.
+ * Change in the font texture allocation to guarantee that it
+ will not fail. This is now postponed until first use for
+ drawing.
+ * Videomap loading is done through the Tcl_Channel api enabling
+ the use of Tkzinc and all of its datas in a starkit.
* no more dependencies between zinc-perl and zinc-tk
* a new perl module for building complex graphic objects:
Tk::Zinc::Graphics.pm
@@ -12,7 +57,7 @@ zinc-tk (3.294) unstable; urgency=low
- testGraphics.pl to demonstrate the power of Graphics.pm
- Magiclens.pl
- -- Christophe Mertz <mertz@cena.fr> Tue, 16 Sep 2003 10:28:18 +0200
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Fri, 5 Sep 2003 13:37:48 +0200
zinc-tk (3.2.94) unstable; urgency=low