diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2005-05-29 Daniel Steffen <das@users.sourceforge.net> + + * generic/tkDecls.h: + * generic/tkIntPlatDecls.h: + * generic/tkPlatDecls.h: + * generic/tkStubInit.c: ran missing 'make genstubs' for TIP245 changes + to tk.decls + + * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use symbolic + constant argument in call to UpdateSystemActivity(); + + * macosx/Wish.pbproj/project.pbxproj: + * macosx/Wish.xcode/project.pbxproj: + * unix/configure.in: added/corrected linking to IOKit.framework for + TIP245. + + * unix/configure.in: skip X11 configure checks when building tk_aqua. + * unix/configure: autoconf-2.59 + 2005-05-28 Donal K. Fellows <dkf@users.sf.net> TIP #245 IMPLEMENTATION from Reinhard Max <max@suse.de> |