diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-01 16:14:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-01 16:14:30 (GMT) |
commit | 34b4cad4e3503c1096ae5b33c6d67826b83dd076 (patch) | |
tree | 4e8a5b483e677ce21736b85bf96f01f0fa1ea457 /ChangeLog | |
parent | 1ed5704ca8775530ac5ef1ca6d648a4029112823 (diff) | |
download | tk-34b4cad4e3503c1096ae5b33c6d67826b83dd076.zip tk-34b4cad4e3503c1096ae5b33c6d67826b83dd076.tar.gz tk-34b4cad4e3503c1096ae5b33c6d67826b83dd076.tar.bz2 |
Implementation of TIP 97 - canvas imove and rchars methods.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-11-01 Donal K. Fellows <dkf@users.sf.net> + + TIP #97 IMPLEMENTATION + + * generic/tkCanvas.c (CanvasWidgetCmd): Implementation of the 'imove' + and 'rchars' subcommands. + * generic/tk.h (TK_MOVABLE_POINTS): New flag to allow items to state + whether they support finding and moving individual coordinates. + * doc/canvas.n, tests/canvas.test: Docs 'n' tests. + 2008-11-01 Pat Thoyts <patthoyts@users.sourceforge.net> * generic/ttk/ttkEntry.c: Implemented the themed spinbox |