diff options
author | pspjuth <peter.spjuth@gmail.com> | 2004-01-09 22:23:26 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2004-01-09 22:23:26 (GMT) |
commit | 40a16e5078cf54645c8dbc056c6667d80657f91c (patch) | |
tree | bcc85547dddf9359f1fcf1e1f07c20c313763041 /ChangeLog | |
parent | 46eead19d1ac38c3bcc59c7b24ab3a621b29eb3b (diff) | |
download | tk-40a16e5078cf54645c8dbc056c6667d80657f91c.zip tk-40a16e5078cf54645c8dbc056c6667d80657f91c.tar.gz tk-40a16e5078cf54645c8dbc056c6667d80657f91c.tar.bz2 |
Implementation of TIP#146,
"Add Overall Anchoring to the Grid Geometry Manager",
adding [grid anchor] subcommand.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-01-09 Peter Spjuth <peter.spjuth@space.se> + * doc/grid.n: + * tests/grid.test: + * generic/tkGrid.c: Implementation of TIP#146, + "Add Overall Anchoring to the Grid Geometry Manager", + adding [grid anchor] subcommand. + **** POTENTIAL VISUAL INCOMPATABILITY **** + 2004-01-07 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tkTextDisp.c: |