summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-29 15:08:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-29 15:08:30 (GMT)
commit406db445ef0a95a9d3b5ac77690326f9cc1a07a2 (patch)
tree7a8248e3b761a09cb1aa6973d874475fbc44bac4 /ChangeLog
parentba34893472773623c15b6e7b5a6739213d6b4edf (diff)
downloadtk-406db445ef0a95a9d3b5ac77690326f9cc1a07a2.zip
tk-406db445ef0a95a9d3b5ac77690326f9cc1a07a2.tar.gz
tk-406db445ef0a95a9d3b5ac77690326f9cc1a07a2.tar.bz2
Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cygwin.
Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b7dcec..7577bdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-05-09 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tkInt.decls: Change XFillRectangle(s)/XDrawLines(s) signature
+ * generic/tkIntXlibDeclsDecls.h: to match Xorg, needed for Cygwin.
+ * xlib/xdraw.c:
+ * mac/tkMacDraw.c:
+ * macosx/tkMacOSXDraw.c:
+ * win/tkWinDraw.c:
+ * win/Makefile.in: Generate same pkgIndex.tcl file for win32 and
+ * unix/Makefile.in: cygwin, one that is equally useable for both.
+
2012-05-25 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tkWindow.c: Simpify determination whether we are running on cygwin.