summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-15 20:48:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-15 20:48:26 (GMT)
commit241081870bc482f31dfc97458b316d57feecd264 (patch)
treee4c709259c2f4adc2aab03f662cbe17295582db9 /ChangeLog
parent8403334007fc763313504fb3a46f5aa6cca41151 (diff)
downloadtk-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--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a3ec4f1..ea86ca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>