diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-07 23:33:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-07 23:33:40 (GMT) |
commit | 79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb (patch) | |
tree | 35ebfd950a95c87a55e6eae1b75880607f79bbc7 /ChangeLog | |
parent | 8c7f49122a2991d72a898f07454f71393b3fe92f (diff) | |
download | tk-79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb.zip tk-79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb.tar.gz tk-79807fc086a2dc74ec8cef5a5cfa9fb6f6754adb.tar.bz2 |
Improve HTML generation for color lists.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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> |