diff options
author | mdejong <mdejong> | 2002-09-15 20:38:18 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-09-15 20:38:18 (GMT) |
commit | 54cfa15d4fc3958ac9a387965ae472bd82a8ba3c (patch) | |
tree | 5cda710d075e6f5a6c17e88074fab8461583632a /ChangeLog | |
parent | ffa7145291c84c25259567a5ed6cfc14885c2649 (diff) | |
download | tk-54cfa15d4fc3958ac9a387965ae472bd82a8ba3c.zip tk-54cfa15d4fc3958ac9a387965ae472bd82a8ba3c.tar.gz tk-54cfa15d4fc3958ac9a387965ae472bd82a8ba3c.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
* unix/tkUnixEvent.c (TkpCloseDisplay): Use PEEK_XCLOSEIM
to examine the input context queue before invoking
XCloseIM. Generate an assert if there is an input
context that has not been freed.
[Patch 570902]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-09-15 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/configure: Regen. + * unix/tcl.m4: Update from Tcl. + * unix/tkUnixEvent.c (TkpCloseDisplay): Use PEEK_XCLOSEIM + to examine the input context queue before invoking + XCloseIM. Generate an assert if there is an input + context that has not been freed. + [Patch 570902] + 2002-09-13 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tk.h: Moved RC_INVOKED down so that tcl.h is still |