summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-07-19 15:30:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-07-19 15:30:58 (GMT)
commit96d4f9f897a626870e166e1a674a8b70baf53987 (patch)
treee39a5bd34eb63b67c60255d58eef14ddcd77c4c5
parent003342a57363bb8ac5cb8ba9cb7add93feabe3a4 (diff)
parent5c42929c720de3be58387e0867f09c42c2506db3 (diff)
downloadtk-96d4f9f897a626870e166e1a674a8b70baf53987.zip
tk-96d4f9f897a626870e166e1a674a8b70baf53987.tar.gz
tk-96d4f9f897a626870e166e1a674a8b70baf53987.tar.bz2
merge to rc
-rw-r--r--ChangeLog7
-rw-r--r--doc/Grab.32
-rw-r--r--unix/tkConfig.h.in8
3 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c5121d8..2d80362 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/*.3, doc/*.n: Many small fixes to documentation as part of
+ project to improve quality of generated HTML docs.
+
2011-07-18 Don Porter <dgp@users.sourceforge.net>
* README: Bump version number to 8.6b2
@@ -12,7 +17,7 @@
2011-06-29 Don Porter <dgp@users.sourceforge.net>
- * generic/ttk/ttkTrace.c: [Bug 3341056] Correct segfault due to flaw
+ * generic/ttk/ttkTrace.c: [Bug 3341056]: Correct segfault due to flaw
* tests/ttk/ttk.test: in the 2011-06-17 commit.
2011-06-19 Donal K. Fellows <dkf@users.sf.net>
diff --git a/doc/Grab.3 b/doc/Grab.3
index 08297b3..8c99fd5 100644
--- a/doc/Grab.3
+++ b/doc/Grab.3
@@ -50,7 +50,7 @@ receive pointer- or keyboard-related events until the next call to
Tk_Ungrab. If a previous grab was in effect within the application,
then it is replaced with a new one.
.PP
-\fBTcl_Ungrab\fR releases a grab on the mouse pointer and keyboard, if
+\fBTk_Ungrab\fR releases a grab on the mouse pointer and keyboard, if
there is one set on the window given by \fItkwin\fR. Once a grab is
released, pointer and keyboard events will start being delivered to
other windows again.
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index 838cc2e..3318552 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -91,7 +91,7 @@
/* Are we building TkAqua? */
#undef MAC_OSX_TK
-/* Compiler support for module scope symbols */
+/* No Compiler support for module scope symbols */
#undef MODULE_SCOPE
/* Is Darwin CoreFoundation unavailable for 64-bit? */
@@ -106,6 +106,9 @@
/* Do we have <stdlib.h>? */
#undef NO_STDLIB_H
+/* No visibility attribute */
+#undef NO_VIZ
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -166,9 +169,6 @@
/* Are TkAqua debug messages enabled? */
#undef TK_MAC_DEBUG
-/* Do we need a special AIX hack for timezones? */
-#undef USE_DELTA_FOR_TZ
-
/* Do we want to use the threaded memory allocator? */
#undef USE_THREAD_ALLOC