diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 23:46:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 23:46:58 (GMT) |
commit | 5c42929c720de3be58387e0867f09c42c2506db3 (patch) | |
tree | 9490c282bd008e21abb6631970b30771e122ebfb | |
parent | 55e6d4112ed0b6a5a7ac2f66b05e15647eb10683 (diff) | |
download | tk-5c42929c720de3be58387e0867f09c42c2506db3.zip tk-5c42929c720de3be58387e0867f09c42c2506db3.tar.gz tk-5c42929c720de3be58387e0867f09c42c2506db3.tar.bz2 |
Final part of doc improvement project.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | doc/Grab.3 | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ +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-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> @@ -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. |