summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-11-01 11:36:22 (GMT)
committerdas <das>2007-11-01 11:36:22 (GMT)
commit6d142ca5c6cfc999c06128748af7b9958d6517c7 (patch)
tree2149e571eed9facb6d51c5de82676b33c827f994 /ChangeLog
parentae0d1d0b0c0c0da9b9740f79802008ea55487cef (diff)
downloadtk-6d142ca5c6cfc999c06128748af7b9958d6517c7.zip
tk-6d142ca5c6cfc999c06128748af7b9958d6517c7.tar.gz
tk-6d142ca5c6cfc999c06128748af7b9958d6517c7.tar.bz2
* macosx/tkMacOSXColor.c (GetThemeColor): improve translation of RGB
pixel values into RGBColor.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf4b259..39dccf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-11-01 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXColor.c (GetThemeColor): improve translation of RGB
+ pixel values into RGBColor.
+
+ * library/demos/widget: increase height of main window text widget to
+ use more of the available vertical space.
+
+ * doc/bind.n: document the Option modifier, clarify meaning
+ and availability of Command & Option.
+
2007-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* unix/installManPage, doc/*.n: Make documentation use the name that
@@ -5,7 +16,7 @@
* doc/text.n: Fixed mistake in [$t tag remove] docs. [Bug 1792191]
- * doc/bind.n: Documentated the Command modifier. [Bug 1232908]
+ * doc/bind.n: Documented the Command modifier. [Bug 1232908]
* doc/console.n, doc/wish.1: Made it clearer when and why the console
command is present. [Bug 1386955]