summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d20121c..44275a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-10-30 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/ttk/ttkWidget.c: Split up RedisplayWidget()
+ to factor out double-buffering related code.
+
+ * macosx/ttkMacOSXAquaTheme.c: Use SetThemeBackGround/
+ kThemeBrushModelessDialogBackground{Active|Inactive}
+ instead of ApplyThemeBackground/kThemeBackgroundWindowHeader
+ (advice from DAS).
+
+ * library/ttk/aquaTheme.tcl: Use darker shade for inactive
+ and disabled text, to match typical values of most
+ kThemeXXXTextColorInactive values.
+
2007-10-30 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/selection.n: Clarify UTF8_STRING handling. [Bug 1778563]