summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-02 20:52:34 (GMT)
committerericm <ericm>2000-08-02 20:52:34 (GMT)
commitd27ee63662ac46121aeb974aad912fa29bce12d5 (patch)
treeca87810a2b03efd7a8ef74eb34676a617245a185 /ChangeLog
parentbdfa3563eabe397a3da9e5701def943cf044c85d (diff)
downloadtk-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8af9bb..2f43ae5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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