summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-25 18:28:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-25 18:28:17 (GMT)
commit5951d917af47ce8a6067ce7433a69a3549f7efca (patch)
tree9ecc144f7f46fbecd3e94feb3329492e3a3c880d /ChangeLog
parenteadda61039f9bbda73ee32ded65f915b3ed27523 (diff)
downloadtk-5951d917af47ce8a6067ce7433a69a3549f7efca.zip
tk-5951d917af47ce8a6067ce7433a69a3549f7efca.tar.gz
tk-5951d917af47ce8a6067ce7433a69a3549f7efca.tar.bz2
[Bug 2914943]: Correct the first option(n) example.
Also define what the format of option patterns is; that's a much less commonly known fact than it used to be.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8979b59..127d3f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2009-12-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/option.n: [Bug 2914943]: Correct the first example.
+ Also define what the format of option patterns is; that's a much less
+ commonly known fact than it used to be.
+
2009-12-22 Joe English <jenglish@users.sourceforge.net>
- * library/ttk/sizegrip.tcl: Patch to avoid bizarro behavior
- under compiz [Bug 2912356].
+ * library/ttk/sizegrip.tcl: [Bug 2912356]: Patch to avoid bizarro
+ behavior under compiz.
2009-12-22 Donal K. Fellows <dkf@users.sf.net>