diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-15 15:02:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-15 15:02:53 (GMT) |
commit | 567f2734ba73ba48d33deba8ebf7139625a8af5d (patch) | |
tree | 14df7114772e758aa647caa8c3bebe905daa81c0 /ChangeLog | |
parent | 6621f67c3b4871b6203fb15a80fb945ba05dad25 (diff) | |
download | tk-567f2734ba73ba48d33deba8ebf7139625a8af5d.zip tk-567f2734ba73ba48d33deba8ebf7139625a8af5d.tar.gz tk-567f2734ba73ba48d33deba8ebf7139625a8af5d.tar.bz2 |
Balance braces, factorize out much #ifdef code and use objects a bit more
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * generic/tkCanvas.c: Make tag search subsystem use symbolic names for type flags for easier maintenance. + (FIRST_CANVAS_ITEM_MATCHING,FOR_EVERY_CANVAS_ITEM_MATCHING): + Factorize out searching idioms into macros to reduce the #ifdef + count and make braces match. + (ScrollFractions): Really create a list Tcl_Obj. 2004-06-12 Anton Kovalenko <a_kovalenko@users.sourceforge.net> |