summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-01-16 15:33:44 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-01-16 15:33:44 (GMT)
commitfda0d73c795337ada632383d9372e383045f5d7c (patch)
treee64d146c10212507004adccaceac4987225b1bf8 /ChangeLog
parentbcbbd496e01a2fc1b556db9a3391dc4f631d9cc4 (diff)
downloadtk-fda0d73c795337ada632383d9372e383045f5d7c.zip
tk-fda0d73c795337ada632383d9372e383045f5d7c.tar.gz
tk-fda0d73c795337ada632383d9372e383045f5d7c.tar.bz2
Don't compile Tk with -DTCL_NO_DEPRECATED by default
any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet) FossilOrigin-Name: 62e30f2b6ba59a3dec920cb7993af7ea53d23f5d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a963224..be00743 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-2012-12-03 Francois Vogel <fvogelnew1@free.fr>
+2013-01-16 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/Makefile.in: Don't compile Tk with -DTCL_NO_DEPRECATED by default
+ * unix/Makefile.in: any more, it might hurt when we compile Tk 8.x
+ against Tcl 8.y with y > x, because new deprecated constructs might be
+ added in higher Tcl versions (except for Tk 8.6, for now, because there
+ is no higher 8.x yet)
+
+2012-12-03 François Vogel <fvogelnew1@free.fr>
* generic/tkTextIndex.c: [Bug 3588824]: bug in image index handling
* tests/textIndex.test: for weird image names
@@ -44,7 +52,7 @@
* win/nmakehlp.c: Add "-V<num>" option, in order to be able
to detect partial version numbers.
-2012-08-03 Francois Vogel <fvogelnew1@free.fr>
+2012-08-03 François Vogel <fvogelnew1@free.fr>
* tests/bind.test: [Bug 3554081]: Test bind-22.10 failed
@@ -59,7 +67,7 @@
* win/nmakehlp.c: Backport from Tcl 8.6, but add -Q option from
sampleextension.
-2012-07-19 Francois Vogel <fvogelnew1@free.fr>
+2012-07-19 François Vogel <fvogelnew1@free.fr>
* unix/tkUnixMenuBu.c: [Bug 3545457]: Crash on packing a menubutton