diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-04 15:16:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-04 15:16:30 (GMT) |
commit | 4071ac2f935c627c6490a0f0251e3b8e7b4d6071 (patch) | |
tree | 5144e30c83ad2812b2e9007dd08f384bed9578aa /ChangeLog | |
parent | 96dd14f8a93c3f9dbccdc44cfaac782b612a6eed (diff) | |
download | tk-4071ac2f935c627c6490a0f0251e3b8e7b4d6071.zip tk-4071ac2f935c627c6490a0f0251e3b8e7b4d6071.tar.gz tk-4071ac2f935c627c6490a0f0251e3b8e7b4d6071.tar.bz2 |
TIP#286 implementation. [Patch 1152376]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-12-04 Donal K. Fellows <dkf@users.sf.net> + + TIP #286 IMPLEMENTATION + + * generic/tkMenu.c (MenuWidgetObjCmd, MenuDoXPosition): + * doc/menu.n, tests/menu.test: Added an [$menu xposition] subcommand + which is useful in menubars and when menus use multiple columns. Many + thanks to Schelte Bron for the implementation. + 2006-12-01 Kevin Kenny <kennykb@acm.org> TIP #300 IMPLEMENTATION |