summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-05-29 06:46:56 (GMT)
committerdas <das>2005-05-29 06:46:56 (GMT)
commite61ef2966a0632ac4bcbee02a7de3f755d4ff9bb (patch)
tree5cf14c3b7101c7977927e2753494667b8a1189b6 /ChangeLog
parent99166f48dd544d3fef849683b0b40175d7238547 (diff)
downloadtk-e61ef2966a0632ac4bcbee02a7de3f755d4ff9bb.zip
tk-e61ef2966a0632ac4bcbee02a7de3f755d4ff9bb.tar.gz
tk-e61ef2966a0632ac4bcbee02a7de3f755d4ff9bb.tar.bz2
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8607e6..e80ef1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>