summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-2/+3
| | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443]
* * tests/wm.test: Update expected error messages fromdgp2008-10-081-0/+5
| | | | [wm iconphoto] to match the new message. [Bug 2021443]
* Removed dependency on default precisionpatthoyts2008-10-071-1/+4
|
* Removed dependency on default precisionpatthoyts2008-10-061-0/+1
|
* Removed dependency on default precisionpatthoyts2008-10-061-0/+2
|
* Fixed some incorrect error string results and removed precision dependencies ↵patthoyts2008-10-061-0/+6
| | | | in entry tests
* Fixed tests for Vista (cannot write to C:\)patthoyts2008-10-061-0/+1
|
* Corrected some errors from the previous commitpatthoyts2008-10-061-0/+4
|
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-0/+27
|
* Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-0/+8
|
* doc fixesJoe Mistachkin2008-10-021-0/+6
|
* Implemented TIP #236 from patch by Neil McKay.dkf2008-09-301-0/+8
|
* Fix [Bug 2123813]dkf2008-09-231-0/+3
|
* Fix [Bug 2118116]dkf2008-09-231-5/+10
|
* add global tk_strickMotiftmh2008-09-091-0/+4
|
* Bug [2098425] docs typotmh2008-09-081-0/+4
|
* * generic/tk.h: Dropped use of _ANSI_ARGS_ macro to preservedgp2008-09-031-0/+5
| | | | * generic/tkSelect.h: Tk's TCL_NO_DEPRECATED build.
* Update to tcltest2aniap2008-08-301-31/+47
|
* * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBSdgp2008-08-291-1/+5
| | | | | to avoid link failures when a "big wish" program links against a --disable-shared build of libtk. (Discovered building expectTk).
* * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so thatdgp2008-08-281-0/+7
| | | | | | | | we don't create new dependencies on Tcl internals. * unix/tkUnixPort.h: Removed #include of tclInt.h that has been * win/tkWinPort.h: disabled for three years. If we needed this we'd have noticed by now.
* * README: Bump version number to 8.6a3dgp2008-08-281-0/+12
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Fix 2080587dkf2008-08-281-0/+4
|
* Update to tcltest2aniap2008-08-281-0/+12
|
* fix typo in menu.tcltmh2008-08-271-0/+4
|
* Added a "knownBug"-marked test to show a problempspjuth2008-08-271-0/+5
| | | | identified in the grid implementation.
* Split the ChangeLog file.dkf2008-08-261-5289/+11
|
* Tidy up the photo image tests a bit more.dkf2008-08-261-3/+7
|
* [Bug 1023955] don't flip to arrow cursor on menustmh2008-08-251-0/+6
|
* Fix crash reported by Don Porter.dkf2008-08-251-4/+8
|
* Bug tracker ID 1936220tmh2008-08-251-0/+7
| | | | This patch corrects the multiple selection error reported in this bug tracker.
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-251-0/+8
|
* * changes: Updates for 8.6a2 release.core_8_6_a2dgp2008-08-221-6/+12
|
* Update to tcltest2aniap2008-08-211-0/+8
|
* Use ckrealloc to resize arrays...dkf2008-08-211-82/+77
|
* Remove id.test that is no longer needed, because of the XID cleanup.georgeps2008-08-191-0/+2
|
* Changelog entry for the XID cleanup patch.georgeps2008-08-191-0/+33
|
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-0/+9
| | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0".
* * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing ofdas2008-08-191-0/+6
| | | | | fixed-width fonts with size <= 10.
* Update to tcltest2aniap2008-08-181-0/+9
|
* Update to tcltest2aniap2008-08-171-0/+5
|
* Update to tcltest2aniap2008-08-161-0/+10
|
* Update to tcltest2aniap2008-08-151-0/+7
|
* Update to tcltest2aniap2008-08-131-0/+6
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-0/+7
| | | | libX11.so et al.
* Update to tcltest2aniap2008-08-121-14/+21
|
* * README: Bump version number to 8.6a2dgp2008-08-121-0/+10
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * changes: Updates for 8.6a2 release.dgp2008-08-121-1/+5
|
* Update to tcltest2aniap2008-08-111-3/+7
|
* Update to tcltest2aniap2008-08-081-0/+5
|
* Update to tcltest2aniap2008-08-071-104/+133
|