summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-0/+5
|\
| * 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-0/+5
| |
| * merge to RCcore_8_5_10core_8_5_10_rcdgp2011-06-231-0/+4
| |\
| | * typosdgp2011-06-231-0/+4
| | |
| * | release mark in ChangeLogdgp2011-06-211-0/+2
| |/
* | Added documentation of the -type attribute that was introduced in TIP#359, anddkf2011-06-191-0/+6
| | | | | | | | moved documentation of -alpha to common section as it is supported on all platforms now.
* | Crash in unset traces 3062331dgp2011-06-171-0/+6
|\ \ | |/
| * Crash in unset traces 3062331dgp2011-06-171-0/+6
| |
* | Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+5
|\ \ | |/
| * Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+5
| |\
| | * Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+5
| | |
* | | [Bug 3315731] Fix [$entry -invcmd].dgp2011-06-131-0/+4
| | |
* | | Correct some README bitrot.dgp2011-06-101-0/+5
|\ \ \ | |/ /
| * | Correct some README bitrot.dgp2011-06-101-0/+3
| | |
| * | [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-0/+5
| |\ \ | | |/
| | * [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-0/+5
| | |
* | | updates to changesdgp2011-06-101-24/+29
|\ \ \ | |/ /
| * | typodgp2011-06-081-1/+1
| | |
| * | Update changes for 8.5.10dgp2011-06-081-18/+26
| | |
| * | Backport [Bug 2482771] fix.dgp2011-06-071-0/+2
| | |
* | | Bug 2358545: Restore support for values "08" and "09"in a spinbox configureddgp2011-06-071-0/+5
|\ \ \ | |/ / | | | to use -from and -to values.
| * | Bug 2358545: Restore support for values "08" and "09"in a [spinbox] configureddgp2011-06-071-0/+5
| | | | | | | | | to use -from and -to values.
* | | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-0/+5
|\ \ \ | |/ /
| * | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-0/+5
| |\ \ | | |/
| | * Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-0/+5
| | |
* | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+5
|\ \ \ | |/ /
| * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+5
| |\ \ | | |/
| | * [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+5
| | |
* | | Document all variable options as global.pspjuth2011-04-211-0/+12
|\ \ \ | |/ /
| * | Document all variable options as global.pspjuth2011-04-211-0/+12
| |\ \ | | |/
| | * Document all variable options as global.pspjuth2011-04-211-0/+8
| | |
* | | Resolve ChangeLog conflict mistakenly committed.dgp2011-04-111-11/+0
| | |
* | | sync with Tcl version of tcl.m4jan.nijtmans2011-04-111-0/+11
| | |
* | | Don't use -fvisibility=hidden with static libraries (--disable-shared)jan.nijtmans2011-04-061-0/+2
| | |
* | | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no ↵jan.nijtmans2011-04-061-0/+5
| | | | | | | | | | | | reason for exporting them.
* | | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+6
|\ \ \ | |/ / | | | the -in option was not remembered.
| * | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+6
| | | | | | | | | the -in option was not remembered.
* | | * win/tkWinDialog.c (FontchooserShowCmd): Change the CHOOSEFONT and LOGFONT ↵Joe Mistachkin2011-04-041-0/+7
| | | | | | | | | | | | used with sizeof to CHOOSEFONTA and LOGFONTA to match their local variable declarations (i.e. mismatch with -DUNICODE). This code is not present in 8.4 or 8.5.
* | | [Bug 2997657]: Removed -container from labelframe documentationpspjuth2011-04-041-0/+9
|\ \ \ | |/ / | | | | | | | | | since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container.
| * | [Bug 2997657]: Removed -container from labelframepspjuth2011-04-041-0/+9
| | | | | | | | | | | | | | | documentation since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container.
* | | Make tk::FindAltKeyTarget handle the traversal of the logical window managerdkf2011-03-281-3/+10
| | | | | | | | | hierarchy correctly. Based on comments by Emiliano Gavilan.
* | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-281-0/+5
|\ \ \ | |/ / | | | | | | more place where this problem could appear.
| * | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-281-0/+5
| |\ \ | | |/ | | | | | | more place where this problem could appear.
| | * [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-281-0/+5
| | | | | | | | | | | | more place where this problem could appear.
* | | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support.jan.nijtmans2011-03-241-1/+6
|\ \ \ | |/ /
| * | [Bug #3239768] tk8.4.19 (and later) WIN32 menu font support.jan.nijtmans2011-03-241-24/+29
| |\ \ | | |/
| | * [Bug #3239768] tk8.4.19 (and later) WIN32 menu font supportjan.nijtmans2011-03-241-455/+460
| | |
| | * SEH-emulation for AMD64jan.nijtmans2011-03-111-0/+7
| | | | | | | | | | | | | | | mingw-w64 does not accept _WIN32_IE < 0x0501 Merged --cherrypick from core-8-5-branch (2010-12-13, f4ecadb40d) remove conflicting definition of timezone struct
| | * SC_EMBED_MANIFEST macrojan.nijtmans2011-03-111-0/+6
| | | | | | | | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
| | * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-0/+7
| | | | | | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]