summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Add support for an 'M' binding substitution that is replaced with the number ↵Joe Mistachkin2015-02-061-0/+6
|\ | | | | | | of script-based binding patterns matched so far for the event.
| * Merge updates from core 8.5 branch.Joe Mistachkin2014-11-111-14/+148
| |\
| | * Added note to ChangeLog pointing to the fossil timeline for better logging.dgp2013-09-131-0/+9
| | |
| | * Bump to 8.5.15 for release.dgp2013-08-301-0/+12
| | |
| * | Add support for an 'M' binding substitution that is replaced with the number ↵Joe Mistachkin2012-11-161-0/+6
| | | | | | | | | | | | of script-based binding patterns matched so far for the event.
* | | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
| | |
* | | merge trunk; update changescore_8_6_1core_8_6_1_rcdgp2013-09-161-0/+11
|\ \ \
* | | | Bump to 8.6.1.dgp2013-08-301-0/+12
|/ / /
* | | Changelog entries for previous two commitsjan.nijtmans2013-08-261-0/+14
|\ \ \ | | |/ | |/|
| * | Bug [c597acdab3]: Call [$pb step] in tail position in ↵jan.nijtmans2013-08-261-0/+14
| | | | | | | | | | | | ttk::progressbar::Autoincrement, so that the widget is in a consistent state when any write traces on the linked -variable are fired
* | | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable()jan.nijtmans2013-08-141-0/+5
| | |
* | | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵jan.nijtmans2013-07-021-0/+5
|\ \ \ | |/ / | | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
| * | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵jan.nijtmans2013-07-021-0/+5
| | | | | | | | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
* | | Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-281-0/+5
|\ \ \ | |/ /
| * | Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-281-0/+5
| | |
* | | Changelog: more bug-fixes which are fixed by the same commit.jan.nijtmans2013-06-111-1/+3
|\ \ \ | |/ /
| * | Changelog: more bug-fixes which are fixed by the same commit.jan.nijtmans2013-06-111-1/+5
| | |
| * | Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. ↵jan.nijtmans2013-06-071-0/+5
| | | | | | | | | | | | (backported from Tk 8.6)
* | | Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-0/+4
|\ \ \ | |/ /
| * | Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-0/+4
| | |
* | | Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-0/+5
|\ \ \ | |/ /
| * | Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-0/+5
| |\ \
* | | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-0/+6
| |/ / |/| | | | | One more last-moment fix for FreeBSD by Pietro Cerutti
* | | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ↵jan.nijtmans2013-05-231-0/+6
|\ \ \ | | | | | | | | | | | | | | | | without threads 2) X11 library is too old. A more direct test would be more desirable, but for now this should be fine.
* \ \ \ Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-0/+5
|\ \ \ \ | |/ / / |/| / / | |/ / Pietro Cerutti
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-0/+5
| |\ \ | | | | | | | | | | | | Pietro Cerutti
| | * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-0/+5
| | | | | | | | | | | | | | | | Pietro Cerutti
* | | | [Bug 3568760]: Tk documentation fails to buildjan.nijtmans2013-04-101-0/+4
|\ \ \ \ | |/ / /
| * | | [Bug 3568760]: Tk documentation fails to buildjan.nijtmans2013-04-101-0/+4
| | | |
| * | | merge release to 8.5; revert features not included in releasedgp2013-04-031-8/+12
| | | |
* | | | 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-011-0/+4
|\ \ \ \ | |/ / / | | | | use. Adapted from patch from Brian Griffin.
| * | | 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-011-0/+6
| | | | | | | | | | | | use. Adapted from patch from Brian Griffin.
* | | | Bring back test window-2.9. No longer hangs.dgp2013-04-011-0/+4
| | | |
* | | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-271-0/+9
|\ \ \ \ | |/ / / | | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| * | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-271-0/+9
| |\ \ \ | | | | | | | | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| * | | | ChangeLogdgp2013-03-221-0/+8
| |/ / /
* | | | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-131-0/+5
|\ \ \ \ | |/ / / | | | | | | | | they have in Debian.
| * | | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-131-0/+5
| |\ \ \ | | |/ / | | | | | | | | they have in Debian.
| | * | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-131-0/+5
| | | | | | | | | | | | | | | | they have in Debian.
* | | | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-0/+5
|\ \ \ \ | |/ / /
| * | | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-0/+5
| | | |
* | | | minor: tidy up change log formattingdkf2013-02-281-9/+9
|\ \ \ \ | |/ / /
| * | | minor: tidy up change log formattingdkf2013-02-281-13/+13
| | | |
* | | | [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-281-0/+7
|\ \ \ \ | |/ / /
| * | | [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-281-0/+7
| |\ \ \
* | | | | Call XInitThreads once before the first Xlib call. Suggested by Brian Griffin.jan.nijtmans2013-02-181-0/+5
| | | | |
* | | | | merge-markjan.nijtmans2013-01-161-11/+11
|\ \ \ \ \ | |/ / / /
| * | | | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵jan.nijtmans2013-01-161-13/+21
| |\ \ \ \ | | | |/ / | | |/| | | | | | | when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
| | * | | Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
* | | | | More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-151-0/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Don't use deprecated "case" any more. Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.6.x to be loaded in any Tcl 8.6 alpha/beta release.