diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +2007-10-22 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXFont.c: register named fonts for TIP #145 fonts + and all theme font IDs. + + * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp. + + * library/ttk/fonts.tcl: check for TIP #145 fonts on all + platforms; correct font sizes for aqua. + + * library/demos/ttkmenu.tcl: Aqua GOOBE. + * library/demos/ttkpane.tcl: + * library/demos/widget: + + * macosx/Wish.xcodeproj/project.pbxproj: add new demo files. + * macosx/Wish.xcode/project.pbxproj: + 2007-10-18 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * library/demos/ttkmenu.tcl: Added more demos of Ttk widgets. These @@ -6,7 +23,7 @@ 2007-10-18 Pat Thoyts <patthoyts@users.sourceforge.net> - * library/ttk/fonts.tcl: Create all the tip 145 font names on all + * library/ttk/fonts.tcl: Create all the TIP #145 font names on all platforms (mac and unix get handled in script, windows in C) 2007-10-17 David Gravereaux <davygrvy@pobox.com> |