diff options
author | dkf <dkf@noemail.net> | 2010-01-03 16:24:11 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-01-03 16:24:11 (GMT) |
commit | dfc5e1e467896d529f4b6b35c82081e5962cc327 (patch) | |
tree | da5c9fd647a371b5d775043a16d581a195e74f82 /ChangeLog | |
parent | ca3463f9c1dc755eddf1a8ea03502e51e5c8a616 (diff) | |
download | tk-dfc5e1e467896d529f4b6b35c82081e5962cc327.zip tk-dfc5e1e467896d529f4b6b35c82081e5962cc327.tar.gz tk-dfc5e1e467896d529f4b6b35c82081e5962cc327.tar.bz2 |
Simplify the postscript generation.
FossilOrigin-Name: 3f29c665678a210b44963d37acbb548a233f90bc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-01-03 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkFont.c (Tk_TextLayoutToPostscript): Simplified the code to + * generic/tkCanvPs.c (TkCanvPostscriptCmd): generate the preamble + * library/mkpsenc.tcl: for PS generation and + also simplify the code to output text following the observation that + it effectively only produces ASCII anyway, even when it might have the + option to do otherwise in theory. + 2010-01-03 Pat Thoyts <patthoyts@users.sourceforge.net> * library/tearoff.tcl: tearoff menus should be transient and use the |