aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlecoanet2006-10-18 14:19:06 +0000
committerlecoanet2006-10-18 14:19:06 +0000
commit66df18293400c5b54142adbf3f16a6628e07f003 (patch)
treee10abcd820ed6755c978a55b05b46125ec9593d7 /debian
parent588fcd4e0b2993d09c213662127ce0dabc1a6abd (diff)
downloadtkzinc-66df18293400c5b54142adbf3f16a6628e07f003.zip
tkzinc-66df18293400c5b54142adbf3f16a6628e07f003.tar.gz
tkzinc-66df18293400c5b54142adbf3f16a6628e07f003.tar.bz2
tkzinc-66df18293400c5b54142adbf3f16a6628e07f003.tar.xz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9acf557..f1da946 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+zinc-tk (3.3.4) unstable; urgency=low
+
+ * Ported to Mac Os X native. But, the quartz version does not support
+ stippling, clipping and as a side effect can't draw bitmap symbols.
+ This is probably only a minor annoyance since the GL version should
+ be fully functional and can be run without starting the X server.
+ * Started updating the small demos partly to simply and Tclisize the
+ code and partly to 'enhance' some rather old and ugly displays.
+ * Fixed a weird bug under windows/GL causing the application to be
+ throwed out after a short while because it was out of contexts.
+ * Close several bugzilla submitted bugs: #58, #63, #64, #60, #50.
+ * Added a collapsemotions command to control the Tk event queue
+ behavior with motion events.
+ * Added a -catchevent attribute to all items in order to control their
+ "transparency" to events.
+ * Update to the documentation.
+ * Better looking html documentation with a navigation sidebar.
+ * Merged requests and patches to enhance communication with the overlap
+ manager.
+ * Removal of the explicit dependency on xlibmesa3 - dh_shlibdeps should be able to
+ identify and list the shared library dependencies anyway IMHO.
+ * Add explicit path for tcl8.4 and tk8.4.
+
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Mon, 12 Sep 2005 15:35:07 +0200
+
zinc-tk (3.3.3) unstable; urgency=low
* Added fixes to compile the Linux debian packages (Thanks Till Varoquaux)