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