diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-01 22:29:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-01 22:29:19 (GMT) |
commit | 4d934afdaa794c2cb190a8f1b5712069e12b9750 (patch) | |
tree | 5bc13e4395b89309cb5eb55ee6a0b1d763975de7 /ChangeLog | |
parent | 406db445ef0a95a9d3b5ac77690326f9cc1a07a2 (diff) | |
download | tk-4d934afdaa794c2cb190a8f1b5712069e12b9750.zip tk-4d934afdaa794c2cb190a8f1b5712069e12b9750.tar.gz tk-4d934afdaa794c2cb190a8f1b5712069e12b9750.tar.bz2 |
Change XSetDashes signature and many others to match Xorg, needed for Cygwin.
Add .PHONY targets, and various quoting issues (Makefile.in)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -2012-05-09 Jan Nijtmans <nijtmans@users.sf.net> +2012-06-02 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkInt.decls: Change XSetDashes signature and many others + * generic/tkIntXlibDeclsDecls.h: to match Xorg, needed for Cygwin. + * unix/Makefile.in: Add .PHONY targets, and various quoting issues + * win/Makefile.in: (Backported from Tcl 8.5) + +2012-05-29 Jan Nijtmans <nijtmans@users.sf.net> * generic/tkInt.decls: Change XFillRectangle(s)/XDrawLines(s) signature * generic/tkIntXlibDeclsDecls.h: to match Xorg, needed for Cygwin. |