summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2007-11-19 19:04:13 (GMT)
committerdas <das>2007-11-19 19:04:13 (GMT)
commitd30866ad80c01177d56daacaf05f69b8d5262390 (patch)
tree698275ea22d48d71817f2f048f80d29f7b9ae5f7
parent7d8887a5c1131402a85c7ef45899e28b85561a91 (diff)
downloadtk-d30866ad80c01177d56daacaf05f69b8d5262390.zip
tk-d30866ad80c01177d56daacaf05f69b8d5262390.tar.gz
tk-d30866ad80c01177d56daacaf05f69b8d5262390.tar.bz2
formatting
-rw-r--r--ChangeLog8
1 files changed, 2 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3667ef6..f373c4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,8 +16,8 @@
2007-11-19 Pat Thoyts <patthoyts@users.sourceforge.net>
- * generic/ttk/ttkTheme.c: Fixed crash when 'style element create'
- * tests/ttk/ttk.test: called with insufficient args. Plus tests.
+ * generic/ttk/ttkTheme.c: Fix crash when 'style element create'
+ * tests/ttk/ttk.test: called w/ insufficient args; add tests.
2007-11-18 Joe English <jenglish@users.sourceforge.net>
@@ -236,8 +236,6 @@
* library/demos/mclist.tcl: Added a demo of how to do a multi-column
sortable listbox.
-2007-11-02 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
-
* library/msgbox.tcl: Made message dialog use Ttk widgets for better
L&F.
@@ -251,8 +249,6 @@
* library/demos/textpeer.tcl: Better resizing. [Bug 1822601]
-2007-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
-
* doc/colors.n: Added list of Windows system colors. [Bug 945409]
2007-11-01 Daniel Steffen <das@users.sourceforge.net>