diff options
author | mdejong <mdejong@noemail.net> | 2003-01-13 07:25:49 (GMT) |
---|---|---|
committer | mdejong <mdejong@noemail.net> | 2003-01-13 07:25:49 (GMT) |
commit | b15fd7ca6841acc504e8146b5e23cf2637f21baa (patch) | |
tree | 5c5f1a4a3969552c31f5e199c032b80cd6558bdb /ChangeLog | |
parent | 84876a76f93b1f3d1b095f188489ea860d465c99 (diff) | |
download | tk-b15fd7ca6841acc504e8146b5e23cf2637f21baa.zip tk-b15fd7ca6841acc504e8146b5e23cf2637f21baa.tar.gz tk-b15fd7ca6841acc504e8146b5e23cf2637f21baa.tar.bz2 |
ChangeLog police.
FossilOrigin-Name: ba34f9869623766f11401c3a4d412cc59483faba
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ 2003-01-10 Joe English <jenglish@users.sourceforge.net> + * unix/tkUnixEvent.c (OpenIM): Remove unused variable (Fixes: #664780 "SGI warning: OpenIM") @@ -23,6 +24,7 @@ repaired for C++ compilers. 2002-12-27 Joe English <jenglish@users.sourceforge.net> + * unix/tkUnixWm.c (WaitForEvent): process Map and Unmap events as well as Configure events during WaitFor{Configure|Map}Notify. Fixes [Bug 578569] (WaitForMapNotify could process Map and Unmap @@ -30,6 +32,7 @@ it really wasn't). 2002-12-18 Todd M. Helfter <tmh@purdue.edu> + * doc/label.n: Fixed documentation of the -compound option to the label widget. The option was simply missing from the man page [Bug 577540] |