diff options
author | a_kovalenko <a_kovalenko> | 2002-06-25 16:27:43 (GMT) |
---|---|---|
committer | a_kovalenko <a_kovalenko> | 2002-06-25 16:27:43 (GMT) |
commit | 74607ec0cc8a43fcd4eee20367551cfe4c9b6be3 (patch) | |
tree | 54777509221f3836a6476f53f585d0fd218a540a /ChangeLog | |
parent | 38552c3a2aca52950e9aab3fae0045c6ad03c17e (diff) | |
download | tk-74607ec0cc8a43fcd4eee20367551cfe4c9b6be3.zip tk-74607ec0cc8a43fcd4eee20367551cfe4c9b6be3.tar.gz tk-74607ec0cc8a43fcd4eee20367551cfe4c9b6be3.tar.bz2 |
Applied patch #546910 -- international postscript output
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-06-25 Anton Kovalenko <a_kovalenko@users.sourceforge.net> + + * library/mkpsenc.tcl: (added) utilities to generate + Postscript prolog for current system encoding. + * generic/tkCanvPs.c (TkCanvPostscriptCmd): now + uses mkpsenc.tcl to generate Postscript prolog. + * generic/tkFont.c (TkTextLayoutToPostscript): modified + according to patch #546910. Now outputs system-encoded + characters (for unibyte) or Adobe glyph names (for + multibyte or outside-locale). + * tests/canvText.test (canvText-17.1): updated this test + to expect the new behavior of canvas postscript. + 2002-06-25 Reinhard Max <max@suse.de> * unix/configure: Replaced ${exec_prefix}/lib |