summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-10-21 14:52:19 (GMT)
committerdas <das>2007-10-21 14:52:19 (GMT)
commit7782d54ec540f92d7ffc24782a5d66bdb288703e (patch)
tree7c4c29eec9d446f830d733c7895221c686a7f79b /ChangeLog
parentfcde771f3adc5b6c6c4326d7dbedeb2e27fffa00 (diff)
downloadtk-7782d54ec540f92d7ffc24782a5d66bdb288703e.zip
tk-7782d54ec540f92d7ffc24782a5d66bdb288703e.tar.gz
tk-7782d54ec540f92d7ffc24782a5d66bdb288703e.tar.bz2
* macosx/Wish.xcodeproj/project.pbxproj: add new demo files.
* macosx/Wish.xcode/project.pbxproj:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f5bd2a..d146736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>