aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2003-05-16 14:10:56 +0000
committerlecoanet2003-05-16 14:10:56 +0000
commit17bab7711dfa5d952901f72dad79e8defb897994 (patch)
tree1cb27d297fa231951485da1d998b61343ef9aa19
parente6ee07856c84664c487273137bb6d127b68716f5 (diff)
downloadtkzinc-17bab7711dfa5d952901f72dad79e8defb897994.zip
tkzinc-17bab7711dfa5d952901f72dad79e8defb897994.tar.gz
tkzinc-17bab7711dfa5d952901f72dad79e8defb897994.tar.bz2
tkzinc-17bab7711dfa5d952901f72dad79e8defb897994.tar.xz
*** empty log message ***
-rw-r--r--configure.in2
-rw-r--r--debian/changelog26
-rw-r--r--generic/Rectangle.c4
3 files changed, 28 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index d90ba3d..cb5dbfa 100644
--- a/configure.in
+++ b/configure.in
@@ -46,7 +46,7 @@ TEA_INIT
#-----------------------------------------------------------------------
MAJOR_VERSION=3
MINOR_VERSION=2
-PATCHLEVEL=92
+PATCHLEVEL=93
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL}
diff --git a/debian/changelog b/debian/changelog
index 88a5e79..5fd232c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+zinc-tk (3.2.93) unstable; urgency=low
+
+ * Fixed a bug preventing the loading and display of accented letters
+ in openGL.
+ * In zincText.tcl fixed a problem preventing insertion of accented
+ letters
+ * Added the documentation in the tk debian package
+ * Shaped images can be used both in perl/tk and in Tcl/Tk under
+ GL. Alpha channel is also supported in perl/tk (for image formats
+ that support the feature).
+ * Fixed a gradient filling bug on some (many usual) multi-contours
+ curves.
+ * Fixed a X Pixmap error problem (in GL) with some fonts reporting
+ a zero width on critical characters.
+ * Text item: Modified the processing of the white space/tab causing
+ a line break when a -width limiting atribute is in effect. The extra
+ space used to be located at the beginning of the new line. Now it is
+ suppressed. Other white spaces are still displayed at the begining
+ of the line. The new behavior seems more natural.
+ * Fixed a typo in zincText.tcl preventing the insertion of a new line.
+ * Fixed a core dump when destroying a map item due to
+ the freeing of an unallocated pattern in the symbols
+ list
+
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Mon, 12 May 2003 13:51:10 +0200
+
zinc-tk (3.2.92) unstable; urgency=low
* Perl compilation ok even if no package installed
diff --git a/generic/Rectangle.c b/generic/Rectangle.c
index d15356d..bcb7db5 100644
--- a/generic/Rectangle.c
+++ b/generic/Rectangle.c
@@ -359,9 +359,7 @@ ComputeCoordinates(ZnItem item,
#ifdef GL
/*
- * If there is an axial gradient with an unaligned axis
- * compute the bbox in the coordinate system defined
- * by the gradient axis.
+ * Compute the gradient geometry
*/
if (!ZnGradientFlat(rect->fill_color)) {
ZnPoly shape;