summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-10-30 18:52:06 (GMT)
committerhobbs <hobbs>2007-10-30 18:52:06 (GMT)
commit607376f9460c0887f957db5b9a79252753cdec00 (patch)
tree38a9e225cd3891c9e2c6515c08ac72fedbfb5b8c /ChangeLog
parent48985f714df5e25b8ae6c03fca5110c0de600861 (diff)
downloadtk-607376f9460c0887f957db5b9a79252753cdec00.zip
tk-607376f9460c0887f957db5b9a79252753cdec00.tar.gz
tk-607376f9460c0887f957db5b9a79252753cdec00.tar.bz2
* library/entry.tcl: don't error with Clear event. [Bug 1509288]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dc4748..7bd3769 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2007-10-30 Jeff Hobbs <jeffh@ActiveState.com>
- * library/ttk/fonts.tcl: use size -12 TkFixedFont (was -10)
+ * library/entry.tcl: don't error with Clear event. [Bug 1509288]
+
+ * library/ttk/fonts.tcl: use size -12 TkFixedFont (was -10) on X11
2007-10-30 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>