summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-251-1/+10
| | | | | | | | | | | | that knows how to avoid nasty problems when non-list filters are used.
* | | | Note potential incompatibility introduced by new virtual events.dkf2012-08-281-18/+25
| | | | | | | | | | | | Emiliano Gavilan reports that this impacts tkcon's history features.
* | | | Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-0/+10
| | | | | | | | | | | | using Tcl_Obj API, not the string result API.
* | | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-241-1/+10
|\ \ \ \ | |/ / / | | | | that knows how to avoid nasty problems when non-list filters are used.
| * | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-241-1/+10
| | | | | | | | | | | | that knows how to avoid nasty problems when non-list filters are used.
* | | | 3554026,3561016 Stop crash with tearoff menusdgp2012-08-231-0/+4
|\ \ \ \ | |/ / /
| * | | 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+4
| |\ \ \ | | |/ /
| | * | 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+4
| | |/
* | | [Bug 3555644]: Better use of virtual events, Add <<ToggleSelection>> virtual ↵jan.nijtmans2012-08-231-0/+6
| | | | | | | | | | | | event.
* | | And *this* time with the right TIP number. :-}dkf2012-08-221-1/+1
| | |
* | | Corrections to TIP number; make recent TIP commits more visible in ChangeLogdkf2012-08-221-28/+37
| | |
* | | [TIP 403]: Web Colors for Tk. jan.nijtmans2012-08-221-0/+8
|\ \ \ | | | | | | | | | | | | New colors aqua, crimson, fuchsia, indigo, lime, olive, silver, and teal. Modified RGB values for gray/grey, green, maroon and purple.
* \ \ \ nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
|\ \ \ \ | | |/ / | |/| | | | | | version numbers
| * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
| |\ \ \ | | | |/ | | |/| | | | | version numbers.
| | * | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
| | | | | | | | | | | | | | | | version numbers.
* | | | changelog entry for previous commitjan.nijtmans2012-08-151-0/+2
| | | |
* | | | Always compile Tk with -DUSE_TCL_STUBS. jan.nijtmans2012-08-151-0/+1
|\ \ \ \ | |/ / / | | | | Formatting
| * | | Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-151-0/+1
| | | |
* | | | Only build the threaded builds by default. jan.nijtmans2012-08-151-0/+6
|\ \ \ \ | |/ / / | | | | For msvcrt static builds, allow to link against libraries where the 'x' is missing (generated by Makefile.in)
| * | | Only build the threaded builds by default. jan.nijtmans2012-08-151-0/+5
| | | | | | | | | | | | Backport some improvements from Tcl 8.6
* | | | Sync with tcl version of rules.vcjan.nijtmans2012-08-111-0/+1
| | | |
* | | | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-111-0/+6
|\ \ \ \ | | | | | | | | | | Pre-define 10 new Virtual events, and correct various bindings according to the Mac OSX documentation.
| * | | | don't put that many bindings under tk_strictMotif handling, it was not done ↵jan.nijtmans2012-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | before
| * | | | merge trunkjan.nijtmans2012-08-101-0/+7
| |\ \ \ \
| * | | | | define two more virtual bindings, and correct various Macjan.nijtmans2012-08-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well
| * | | | | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-091-0/+4
| | |_|_|/ | |/| | |
* | | | | Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel2012-08-111-0/+4
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel2012-08-111-0/+4
| |\ \ \
| | * | | Fixed [Bug 3554273]: Test textDisp-32.2 failedbug_3554273fvogel2012-08-041-0/+4
| | | | |
| * | | | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The ↵stwo2012-08-091-0/+7
| |/ / / | | | | | | | | | | | | warnings were false flags from a faulty OpenBSD C compiler.
| * | | Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-0/+4
| | | |
| * | | Fixed [Bug 3553311]: Test spinbox-3.70 failedfvogel2012-08-021-0/+4
| | | |
| * | | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-0/+6
| |\ \ \ | | |/ / | | | | deprecation warning.
| | * | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-0/+6
| | | | | | | | | | | | deprecation warning.
* | | | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The ↵stwo2012-08-091-0/+7
| |_|/ |/| | | | | | | | warnings were false flags from a faulty OpenBSD C compiler.
* | | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-0/+6
| | | | | | | | | deprecation warning.
* | | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
|\ \ \ | |/ /
| * | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
| |\ \ | | |/
| | * Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
| | |
| | * Fixed previous commit date in changelogfvogel2012-07-191-1/+1
| | |
| | * [Bug 3545457]: Crash on packing a menubuttonbug_3545457fvogel2012-07-181-0/+4
| | |
| * | Release note tidinessdgp2012-07-171-0/+16
| | |
* | | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
|\ \ \ | |/ /
| * | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
| |\ \ | | |/
| | * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
| | |
* | | merge 8.5dgp2012-07-161-15/+27
|\ \ \ | |/ /
| * | Update changes for Tk 8.5.12 release.dgp2012-07-161-16/+29
| | |
| * | [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-0/+5
| |\ \ | | |/
| | * [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-0/+5
| | |