diff options
author | ericm <ericm> | 2000-02-01 23:23:21 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-02-01 23:23:21 (GMT) |
commit | 3064162d9d6b976b8f052635cab3bf5def643b4b (patch) | |
tree | 885aa4ec096df1c529ef7159e6e0b4b2f4a8c061 /ChangeLog | |
parent | d029a3f0572fd461b639eadd8d469ff99d01c4b5 (diff) | |
download | tk-3064162d9d6b976b8f052635cab3bf5def643b4b.zip tk-3064162d9d6b976b8f052635cab3bf5def643b4b.tar.gz tk-3064162d9d6b976b8f052635cab3bf5def643b4b.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.
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: |