diff options
author | ericm <ericm@noemail.net> | 2000-02-01 23:23:21 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-02-01 23:23:21 (GMT) |
commit | 0d5296de4d9ad2f30cc5fffb8e0635e5fe041326 (patch) | |
tree | 885aa4ec096df1c529ef7159e6e0b4b2f4a8c061 /ChangeLog | |
parent | 42692518238da97d086d6e862f6e5211cdbd9a91 (diff) | |
download | tk-0d5296de4d9ad2f30cc5fffb8e0635e5fe041326.zip tk-0d5296de4d9ad2f30cc5fffb8e0635e5fe041326.tar.gz tk-0d5296de4d9ad2f30cc5fffb8e0635e5fe041326.tar.bz2 |
* library/tk.tcl:
* library/tclIndex:
* library/choosedir.tcl: Moved choosedir functions into the
::tk::dialog::chooseDir namespace instead of a toplevel
::tkChooseDirectory namespace. Additional cleanup on the
chooseDir dialog.
FossilOrigin-Name: e4acfbf7b7a5763e7d7b107414f973405208a318
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-02-01 Eric Melski <ericm@scriptics.com> + + * library/tk.tcl: + * library/tclIndex: + * library/choosedir.tcl: Moved choosedir functions into the + ::tk::dialog::chooseDir namespace instead of a toplevel + ::tkChooseDirectory namespace. Additional cleanup on the + chooseDir dialog. + 2000-02-01 Jeff Hobbs <hobbs@scriptics.com> * doc/text.n: clarified docs on what happens during a search with @@ -32,6 +41,16 @@ * unix/aclocal.m4: added *BSD ELF recognition for SHARED_LIB_SUFFIX determination (from Tcl's tcl.m4) +2000-01-27 Eric Melski <ericm@scriptics.com> + + * generic/tkImgPhoto.c: Removed unneccesary object translation in + MatchStringFormat (bug #4103). + +2000-01-27 Eric Melski <ericm@scriptics.com> + + * generic/tkImgGIF.c: Additional code cleanup (now we only have + one decoder! neat!) + 2000-01-26 Eric Melski <ericm@scriptics.com> * doc/getOpenFile.n: |