diff options
author | nijtmans <nijtmans> | 2010-02-13 13:47:49 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-13 13:47:49 (GMT) |
commit | 759424b1be09259bf20d269efd93af21c5150a01 (patch) | |
tree | d5a35b36ffd02f3cb0421a640eda7ee6ee229478 /ChangeLog | |
parent | 454e04bbf4e61fb4a363ffcfedb08e941a17952f (diff) | |
download | tk-759424b1be09259bf20d269efd93af21c5150a01.zip tk-759424b1be09259bf20d269efd93af21c5150a01.tar.gz tk-759424b1be09259bf20d269efd93af21c5150a01.tar.bz2 |
use -pipe for gcc on win32 (mingw/cygwin)
make sure that TkpCmapStressed is exported
clean up unused Tk_CreatePhotoOption
Make more internal arrays "const"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2010-02-12 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tcl.m4 use -pipe for gcc on win32 + * win/configure (mingw/cygwin) (regenerated) + * unix/tkUnixColor.c make sure that TkpCmapStressed is exported + * generic/tkImgPhoto.c clean up unused Tk_CreatePhotoOption + * generic/tkBind.c Make more internal arrays "const" + * generic/tkBusy.c | + * generic/tkButton.c + * generic/tkEvent.c + * generic/tkGrab.c + * generic/tkImgBmap.c + * generic/tkObj.c + * generic/tkOption.c + * generic/tkPanedWindow.c + * generic/tkPointer.c + * generic/tkWindow.c + * generic/tkImgPhoto.c Eliminate never used Tk_CreatePhotoOption() + 2010-02-05 Jan Nijtmans <nijtmans@users.sf.net> * carbon/tkMacOSXDialog.c Make more internal |