diff options
author | ericm <ericm> | 2000-08-02 20:52:34 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-02 20:52:34 (GMT) |
commit | d27ee63662ac46121aeb974aad912fa29bce12d5 (patch) | |
tree | ca87810a2b03efd7a8ef74eb34676a617245a185 /ChangeLog | |
parent | bdfa3563eabe397a3da9e5701def943cf044c85d (diff) | |
download | tk-d27ee63662ac46121aeb974aad912fa29bce12d5.zip tk-d27ee63662ac46121aeb974aad912fa29bce12d5.tar.gz tk-d27ee63662ac46121aeb974aad912fa29bce12d5.tar.bz2 |
* generic/tkGrid.c (Tk_GridCmd): Split [grid] subcommands into
separate functions instead of inlining them all in Tk_GridCmd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-08-02 Eric Melski <ericm@ajubasolutions.com> + + * generic/tkGrid.c (Tk_GridCmd): Split [grid] subcommands into + separate functions instead of inlining them all in Tk_GridCmd. + 2000-08-01 Eric Melski <ericm@ajubasolutions.com> * generic/tkInt.h: Replaced prototype for Tk_MessageCmd with |