summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-05 11:11:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-05 11:11:21 (GMT)
commita9cd30c268789b7f8a194e543f666cf05d1037ef (patch)
treee3143d6043d82311b6be00703e45ee0e7f8067dd /ChangeLog
parentc21d43b1a96fda8597f9838f90c33efdd6447a7f (diff)
downloadtk-a9cd30c268789b7f8a194e543f666cf05d1037ef.zip
tk-a9cd30c268789b7f8a194e543f666cf05d1037ef.tar.gz
tk-a9cd30c268789b7f8a194e543f666cf05d1037ef.tar.bz2
Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04b0140..0c45255 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* generic/tkInt.decls: Change XSetDashes signature and many others
* generic/tkIntDecls.h: to match Xorg, needed for Cygwin.
* generic/tkIntXlibDeclsDecls.h
+ * win/Makefile.in: Generate same pkgIndex.tcl file for win32 and
+ * unix/Makefile.in: cygwin, one that is equally useable for both.
2012-05-30 Jan Nijtmans <nijtmans@users.sf.net>