diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-30 04:34:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-30 04:34:50 (GMT) |
commit | 3f0541ae5dbacb552186ca434da000dc3947c731 (patch) | |
tree | 7248ac19414918cc38c6d14a602c4ba094ef3e83 /ChangeLog | |
parent | 70e692df070a028497a32ad774e6afe6eb857951 (diff) | |
parent | 1b8294a6f883fcb1217f9a95b0fe3fcd4c55a272 (diff) | |
download | tk-3f0541ae5dbacb552186ca434da000dc3947c731.zip tk-3f0541ae5dbacb552186ca434da000dc3947c731.tar.gz tk-3f0541ae5dbacb552186ca434da000dc3947c731.tar.bz2 |
Simpify determination whether we are running on cygwin.
Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-05-30 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkWindow.c: Simpify determination whether we are running on cygwin. + * generic/tkStubInit.c: Export Tk_GetHINSTANCE, TkSetPixmapColormap and + * generic/tkInt.decls: TkpPrintWindowId on the Cygwin dll, sync stub table + with Tk 8.6 win32 version. + * generic/tk*Decls.h: re-generated + * win/Makefile.in: Fix "make genstubs" when cross-compiling on UNIX + 2012-05-28 Francois Vogel <fvogelnew1@free.fr> * doc/text.n: [Bug 1630251]: Documentation for -endline option was wrong |