diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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: |