summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-03-07 23:33:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-03-07 23:33:40 (GMT)
commit79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb (patch)
tree35ebfd950a95c87a55e6eae1b75880607f79bbc7 /ChangeLog
parent8c7f49122a2991d72a898f07454f71393b3fe92f (diff)
downloadtk-79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb.zip
tk-79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb.tar.gz
tk-79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb.tar.bz2
Improve HTML generation for color lists.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index e9280b7..ef90675 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2008-03-07 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/colors.n: Reworked to produce nicer HTML output.
+
2008-03-06 Joe English <jenglish@users.sourceforge.net>
- * doc/ttk_notebook.n: Move "TAB IDENTIFIERS" section
- above "WIDGET COMMAND" section [Bug 1882011].
+ * doc/ttk_notebook.n: Move "TAB IDENTIFIERS" section above "WIDGET
+ COMMAND" section [Bug 1882011].
2008-02-29 Pat Thoyts <patthoyts@users.sourceforge.net>
@@ -16,14 +20,14 @@
2008-02-23 Joe English <jenglish@users.sourceforge.net>
* library/ttk/combobox.tcl, doc/ttk_combobox.n,
- tests/ttk/combobox.test: Arrange to deliver <<ComboboxSelected>>
- event after listbox is unposted, as intended [Bug 1890211].
- Clarified documentation.
+ * tests/ttk/combobox.test: Arrange to deliver <<ComboboxSelected>>
+ event after listbox is unposted, as intended [Bug 1890211]. Clarified
+ documentation.
2008-02-23 Joe English <jenglish@users.sourceforge.net>
- * generic/ttk/ttkPanedWindow.c: Don't enforce minimum sash
- thickness of 5 pixels, just use 5 as a default [FR 1898288]
+ * generic/ttk/ttkPanedWindow.c: Don't enforce minimum sash thickness
+ of 5 pixels, just use 5 as a default. [FR 1898288]
2008-02-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>