diff options
author | das <das> | 2009-04-10 18:04:25 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 18:04:25 (GMT) |
commit | da81669adaca006923b1f2f0bbd2dc1c7e9ebf94 (patch) | |
tree | 3e73399976a514d2588570e0e3e2206a9ead8614 | |
parent | 2858f83307b48cadf03d1ae69cb92820edf3e1cc (diff) | |
download | tcl-da81669adaca006923b1f2f0bbd2dc1c7e9ebf94.zip tcl-da81669adaca006923b1f2f0bbd2dc1c7e9ebf94.tar.gz tcl-da81669adaca006923b1f2f0bbd2dc1c7e9ebf94.tar.bz2 |
typo
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ 2008-04-10 Daniel Steffen <das@users.sourceforge.net> * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow - * unix/tclUnixChan.c: embedding into applications that - * unix/tclUnixEvent.c: already have a CFRunLoop running and + embedding into applications that + already have a CFRunLoop running and want to run the tcl event loop via Tcl_ServiceModeHook(TCL_SERVICE_ALL). |