summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16f7c1d..6cd7250 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-12-01 Kevin Kenny <kennykb@acm.org>
+
+ TIP #300 IMPLEMENTATION
+
+ * doc/font.n: Added a [font actual $font $char]
+ * generic/tkFont.c: variant that introspects the font
+ * generic/tkFont.h: that is chosen to render a given
+ * macosx/tkMacOSXFont.c: character in a given nominal font.
+ * tests/font.test: Added documentation and test cases
+ * unix/tkUnixFont.c: for the new command syntax.
+ * unix/tkUnixRFont.c:
+ * win/tkWinFont.c:
+
2006-12-01 Jeff Hobbs <jeffh@ActiveState.com>
* doc/wm.n, tests/winWm.test: