diff options
author | hobbs <hobbs> | 2002-06-22 10:13:26 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-06-22 10:13:26 (GMT) |
commit | ada9b40cb1ed12dff8ae71d167aeeea17bcade14 (patch) | |
tree | 960b07c03b8b74ffa66c1e547aa2338cdb07ea74 /ChangeLog | |
parent | 3016d7bb9fdd6c9886c4e501d5e7a1ac0823e9aa (diff) | |
download | tk-ada9b40cb1ed12dff8ae71d167aeeea17bcade14.zip tk-ada9b40cb1ed12dff8ae71d167aeeea17bcade14.tar.gz tk-ada9b40cb1ed12dff8ae71d167aeeea17bcade14.tar.bz2 |
* doc/wm.n: TIP #95 Windows implementation and
* mac/tkMacWm.c (Tk_WmCmd): docs with mac and unix stubs.
* unix/tkUnixWm.c (Tk_WmCmd):
* win/tkWinWm.c (Tk_WmCmd):
* tests/unixWm.test:
* tests/winWm.test: more wm attr tests will be needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2002-06-22 Jeff Hobbs <jeffh@ActiveState.com> + * doc/wm.n: TIP #95 Windows implementation and + * mac/tkMacWm.c (Tk_WmCmd): docs with mac and unix stubs. + * unix/tkUnixWm.c (Tk_WmCmd): + * win/tkWinWm.c (Tk_WmCmd): + * tests/unixWm.test: + * tests/winWm.test: more wm attr tests will be needed. + * generic/tkGrid.c (GridReqProc): check that gridPtr is not NULL (may be when embedded). [Bug #548791] (halliday) |