diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-26 14:32:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-26 14:32:43 (GMT) |
commit | f82df37a90029d95b86d6fad1d14ddb3323419dd (patch) | |
tree | 6386cbce29e1fb3a7c9d6b60c1e4e35533d26650 /ChangeLog | |
parent | 75d0d5da127d9d9b7fbc4b5989c6510eb950e402 (diff) | |
parent | 92dc17bde5685c5249794b0ef519d9597139c5f4 (diff) | |
download | tk-f82df37a90029d95b86d6fad1d14ddb3323419dd.zip tk-f82df37a90029d95b86d6fad1d14ddb3323419dd.tar.gz tk-f82df37a90029d95b86d6fad1d14ddb3323419dd.tar.bz2 |
merge trunk
shorten command table, and make sure that tk.dll, when
loaded in cygwin, doesn't use the win32 file dialogs
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2012-04-26 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkStubInit.c (Tk_GetHINSTANCE): Ensure that this is defined + for OSX. + +2012-04-26 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tk.decls: [Bug 3508771]: Implement TkClipBox, Tk*Region and + * generic/tkInt.decls: Tk_GetHINSTANCE for Cygwin + * generic/tkPlatDecls.h: + * generic/tkintDecls.h: + * generic/tkStubInit.c: + * unix/tcl.m4: For Cygwin, install tk84.dll in <prefix>/bin, not <prefix>/lib + * unix/configure: + * unix/Makefile.in: + 2012-04-22 Donal K. Fellows <dkf@users.sf.net> * generic/tkBind.c (ExpandPercents): [Bug 3520202]: Ensure that the |