diff options
author | mdejong <mdejong> | 2003-01-13 07:25:50 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-13 07:25:50 (GMT) |
commit | 9b66faa77f75438cb6ce77a60e64f70ebec0d1d6 (patch) | |
tree | 5c5f1a4a3969552c31f5e199c032b80cd6558bdb | |
parent | d2fe56264560a0a2c22bc7208b9e3174397aa08f (diff) | |
download | tk-9b66faa77f75438cb6ce77a60e64f70ebec0d1d6.zip tk-9b66faa77f75438cb6ce77a60e64f70ebec0d1d6.tar.gz tk-9b66faa77f75438cb6ce77a60e64f70ebec0d1d6.tar.bz2 |
ChangeLog police.
-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] |