diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-15 20:48:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-15 20:48:26 (GMT) |
commit | 241081870bc482f31dfc97458b316d57feecd264 (patch) | |
tree | e4c709259c2f4adc2aab03f662cbe17295582db9 /ChangeLog | |
parent | 8403334007fc763313504fb3a46f5aa6cca41151 (diff) | |
download | tk-241081870bc482f31dfc97458b316d57feecd264.zip tk-241081870bc482f31dfc97458b316d57feecd264.tar.gz tk-241081870bc482f31dfc97458b316d57feecd264.tar.bz2 |
* Updated Tk's console to CONSTified channel driver interface.
[Tcl Patch 503565, Tk Patch 503983]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ 2002-01-04 Don Porter <dgp@users.sourceforge.net> - * generic/tkConsole.c (ConsoleOutputProc): Updated Tk's console - to CONSTified channel driver interface. [Tcl Patch 503565, - Tk Patch 503983] + * generic/tkConsole.c (ConsoleOutputProc,TkConsolePrint): + * generic/tkInt.h (TkConsolePrint): + * mac/tkMacAppInit.c (TkConsolePrint): Updated Tk's console to + CONSTified channel driver interface. [Tcl Patch 503565, Tk Patch + 503983] 2002-01-11 Mo DeJong <mdejong@users.sourceforge.net> |