summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-24 19:52:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-24 19:52:56 (GMT)
commit25419dcfb8439a697f17ce50bd0bf39af2d3913a (patch)
tree6e84cf6bab875aa9d4da86d73404be40fbc6c3ee /ChangeLog
parent3628c71caa5cc745e75c919fbf02240131221386 (diff)
parent8c3f25f44adbfa66cfa07f33604abe1b1cfdc588 (diff)
downloadtcl-25419dcfb8439a697f17ce50bd0bf39af2d3913a.zip
tcl-25419dcfb8439a697f17ce50bd0bf39af2d3913a.tar.gz
tcl-25419dcfb8439a697f17ce50bd0bf39af2d3913a.tar.bz2
Take cygwin handling of X11 into account
Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 647d85a..666e3ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-05-24 Jan Nijtmans <nijtmans@users.sf.net>
+ * tools/genStubs.tcl: Take cygwin handling of X11 into account.
+ * generic/tcl*Decls.h: re-generated
+ * generic/tclStubInit.c: Implement TclpIsAtty, Cygwin only.
+ * doc/dde.n: Doc fix: "dde execute iexplore" doesn't work
+ without -async, because iexplore doesn't return a value
+
+2012-05-24 Jan Nijtmans <nijtmans@users.sf.net>
+
* tools/genStubs.tcl: Let cygwin share stub table with win32
* win/tclWinSock.c: implement TclpInetNtoa for win32
* generic/tclInt.decls: Revert most of [3caedf05df], since when