summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-07-22 17:01:45 (GMT)
committerdas <das>2008-07-22 17:01:45 (GMT)
commit8daba6660a12dce054485bf87cef227741ac76a0 (patch)
tree570ccabf194a6f499d07a3b439cf65dd30315ee4 /ChangeLog
parentd3188c5ae3ead818ecd8dfdaa4f93bd100f1b8c8 (diff)
downloadtk-8daba6660a12dce054485bf87cef227741ac76a0.zip
tk-8daba6660a12dce054485bf87cef227741ac76a0.tar.gz
tk-8daba6660a12dce054485bf87cef227741ac76a0.tar.bz2
* library/ttk/aquaTheme.tcl: Use system color names and TIP145 named
font instead of hardcoded color values and deprecated native font name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8361c09..ab9c4e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-22 Daniel Steffen <das@users.sourceforge.net>
+
+ * library/ttk/aquaTheme.tcl: Use system color names and TIP145 named
+ font instead of hardcoded color values and deprecated native font name.
+
+ * macosx/tkMacOSXHLEvents.c: factor out common code; formatting.
+
2008-07-08 Pat Thoyts <patthoyts@users.sourceforge.net>
* doc/*.n: Fixed broken line endings from last doc commit.
@@ -5,11 +12,9 @@
2008-07-04 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkDefaultTheme.c, generic/ttk/ttkClamTheme.c,
- generic/ttk/ttkClassicTheme.c, generic/ttk/ttkElements.c:
- Audit: ensure that output arguments to Tk_Get*FromObj()
- are initialized, in case of erroneous style specifications
- [Bug #2009213].
-
+ generic/ttk/ttkClassicTheme.c, generic/ttk/ttkElements.c: Audit:
+ ensure that output arguments to Tk_Get*FromObj() are initialized, in
+ case of erroneous style specifications. [Bug 2009213]
2008-07-02 Donal K. Fellows <dkf@users.sf.net>