diff options
author | hobbs <hobbs> | 2005-12-12 20:55:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-12-12 20:55:39 (GMT) |
commit | d5a443172ee410e009c7e6d7769f8b774d74d3e0 (patch) | |
tree | c826d3e5994b2ce23bdf10f87c5683cad90a43ea /ChangeLog | |
parent | d2258e9d68e9e664d40be6081ae6f07212393749 (diff) | |
download | tk-d5a443172ee410e009c7e6d7769f8b774d74d3e0.zip tk-d5a443172ee410e009c7e6d7769f8b774d74d3e0.tar.gz tk-d5a443172ee410e009c7e6d7769f8b774d74d3e0.tar.bz2 |
* unix/tcl.m4, unix/configure: Fix sh quoting error reported in
bash-3.1+ [Bug 1377619] (schafer)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -1,14 +1,19 @@ +2005-12-12 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tcl.m4, unix/configure: Fix sh quoting error reported in + bash-3.1+ [Bug 1377619] (schafer) + 2005-12-08 Daniel Steffen <das@users.sourceforge.net> - * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl - * macosx/tkMacOSXFont.c: internals wherever possible in tk/macosx, the - * macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are - * macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and - * macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c - [Bug 1336531]. - * macosx/tkMacOSXInt.h: - * macosx/tkMacOSXWindowEvent.c: - * macosx/tkMacOSXXStubs.c: sync comments/whitespace with HEAD. + * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl + * macosx/tkMacOSXFont.c: internals wherever possible in tk/macosx, the + * macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are + * macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and + * macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c + [Bug 1336531]. + * macosx/tkMacOSXInt.h: + * macosx/tkMacOSXWindowEvent.c: + * macosx/tkMacOSXXStubs.c: sync comments/whitespace with HEAD. 2005-12-05 Jeff Hobbs <jeffh@ActiveState.com> |