Tk Source Code

Check-in [2cdc5b18]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update changes for 8.5.10
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | core-8-5-branch
Files: files | file ages | folders
SHA1: 2cdc5b182ac10b2ade0037cc6ed2c01847b98492
User & Date: dgp 2011-06-08 14:44:12
Context
2011-06-08
17:44
Purge RCS Keywords. check-in: 3f95fbe0 user: dgp tags: core-8-5-branch
14:44
Update changes for 8.5.10 check-in: 2cdc5b18 user: dgp tags: core-8-5-branch
2011-06-07
21:30
correction check-in: 9b0d4315 user: dgp tags: core-8-5-branch
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to ChangeLog.

1
2




3
4
5
6
7
8
9
10
2011-06-07  Don Porter  <[email protected]>





	* win/tkWinDialog.c:	Backport [Bug 2482771] fix.

	* generic/tkEntry.c:	Restore support for values "08" and "09"
	in a [spinbox] configured to use -from and -to values.  [Bug 2358545].

2011-06-06  Don Porter  <[email protected]>

	* generic/tkConsole.c:	Restore proper NUL output to the [console].


>
>
>
>
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
2011-06-07  Don Porter  <[email protected]>

	* changes:	Updated for 8.5.10 release.

2011-06-07  Don Porter  <[email protected]>

	* win/tkWinDialog.c:	Backport [Bug 2484771] fix.

	* generic/tkEntry.c:	Restore support for values "08" and "09"
	in a [spinbox] configured to use -from and -to values.  [Bug 2358545].

2011-06-06  Don Porter  <[email protected]>

	* generic/tkConsole.c:	Restore proper NUL output to the [console].
40
41
42
43
44
45
46
47
48

49
50
51
52
53
54
55
	* generic/tkFrame.c: [Bug 2997657]: Removed -container from labelframe
	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.

2011-03-28  Jan Nijtmans  <[email protected]>

	* generic/tkTextBTree.c: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and
	-D_FORTIFY_SOURCE=2. One more place where this problem could appear.


2011-03-24  Jan Nijtmans  <[email protected]>

	* win/tkWinMenu.c: [Bug #3239768] tk8.4.19 (and later) WIN32
	menu font support.

2011-03-16  Jan Nijtmans  <[email protected]>







|
|
>







44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
	* generic/tkFrame.c: [Bug 2997657]: Removed -container from labelframe
	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.

2011-03-28  Jan Nijtmans  <[email protected]>

	* generic/tkTextBTree.c:	[Bug 3129527]: Fix buffer overflow
	w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One more place where this problem
	could appear.

2011-03-24  Jan Nijtmans  <[email protected]>

	* win/tkWinMenu.c: [Bug #3239768] tk8.4.19 (and later) WIN32
	menu font support.

2011-03-16  Jan Nijtmans  <[email protected]>
73
74
75
76
77
78
79
80
81

82
83
84
85
86
87
88
89
90
91
92
93

94
95
96
97
98
99
100

	* unix/configure.in: Use a symbol from libXft itself for the link
	test rather than one from libfreetype, because the latter doesn't
	work when the linker is called with --as-needed.

2011-01-25  Jan Nijtmans  <[email protected]>

	* generic/tkSelect.c: [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and
	* win/tkWinWm.c       -D_FORTIFY_SOURCE=2. Just the strcpy->memcpy part,

	* unix/tkUnixWm.c     to prevent anything like [Bug #3164879]

2011-01-22  Joe English  <[email protected]>

	* generic/ttk/ttkEntry.c(ttk::combobox): Add missing
	'validate' command (reported by schelte).

2011-01-19  Jan Nijtmans  <[email protected]>

	* generic/ttk/ttkGenStubs.tcl:   Make sure to use CONST/VOID in stead of
	* generic/ttk/ttkDecls.h            const/void when appropriate. This allows to
	use const/void in the *.decls file always, genStubs will do the right thing.


2011-01-17  Jan Nijtmans  <[email protected]>

	* win/tcl.m4:         handle --enable-64bit=ia64 for gcc. BACKPORT.
	* win/configure:      (autoconf-2.59)

2011-01-13  Jan Nijtmans  <[email protected]>







|
|
>
|








|
|
|
>







78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107

	* unix/configure.in: Use a symbol from libXft itself for the link
	test rather than one from libfreetype, because the latter doesn't
	work when the linker is called with --as-needed.

2011-01-25  Jan Nijtmans  <[email protected]>

	* generic/tkSelect.c:	[Patch #3129527]: Fix buffer overflow
	* win/tkWinWm.c:	w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. Just the
	* unix/tkUnixWm.c:	strcpy->memcpy part, to prevent anything
	like [Bug #3164879]

2011-01-22  Joe English  <[email protected]>

	* generic/ttk/ttkEntry.c(ttk::combobox): Add missing
	'validate' command (reported by schelte).

2011-01-19  Jan Nijtmans  <[email protected]>

	* generic/ttk/ttkGenStubs.tcl:	Make sure to use CONST/VOID in stead of
	* generic/ttk/ttkDecls.h: const/void when appropriate. This allows to
	use const/void in the *.decls file always, genStubs will do the right
	thing.

2011-01-17  Jan Nijtmans  <[email protected]>

	* win/tcl.m4:         handle --enable-64bit=ia64 for gcc. BACKPORT.
	* win/configure:      (autoconf-2.59)

2011-01-13  Jan Nijtmans  <[email protected]>
129
130
131
132
133
134
135
136
137
138

139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
2010-12-12  Stuart Cassoff  <[email protected]>

	* unix/tcl.m4: Better building on OpenBSD.
	* unix/configure: (autoconf-2.59)

2010-11-24  Jan Nijtmans  <[email protected]>

	* win/tkWinDialog.c: [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\
	* win/tkWinInit.c:   re-wrote TkpDisplayWarning such that it does not use
	an Tcl API calls any more, so it works even with an ill-initialized Tcl.

	* win/winMain.c:     Teach WishPanic how to thread UTF-8 in it's messagebox.
	Both of those changes backported from Tcl 8.6. No change in functionality.

2010-11-19  Jan Nijtmans  <[email protected]>

	* win/configure.in:	    Allow cross-compilation by default. (backported)
	* win/tcl.m4:		    Use -pipe for gcc on win32 (backported)
	* win/configure:        (regenerated)

2010-11-16  Jan Nijtmans  <[email protected]>

	* win/tkWinPort.h  [Bug #3110161]: Extensions using TCHAR don't compile
	on VS2005 SP1

2010-11-04  Jan Nijtmans  <[email protected]>

	* library/msgs/de.msg:  Updated German messages.  Thanks to Ruediger
        Haertel. [Patch 2442309] [Bug 3102739].

2010-10-23  Jan Nijtmans  <[email protected]>

	* win/rules.vc        Update for VS10

2010-10-11  Joe English  <[email protected]>








|
|
|
>
|
|



|
|
|









|







136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
2010-12-12  Stuart Cassoff  <[email protected]>

	* unix/tcl.m4: Better building on OpenBSD.
	* unix/configure: (autoconf-2.59)

2010-11-24  Jan Nijtmans  <[email protected]>

	* win/tkWinDialog.c:	[Bug #3071836]: Crash/Tcl_Panic on WinXP saving
	* win/tkWinInit.c:	file to C:\ re-wrote TkpDisplayWarning such
	that it does not use an Tcl API calls any more, so it works even with
	an ill-initialized Tcl.
	* win/winMain.c:	Teach WishPanic how to thread UTF-8 in it's
	messagebox.  Backports from Tcl 8.6. No change in functionality.

2010-11-19  Jan Nijtmans  <[email protected]>

	* win/configure.in:	Allow cross-compilation by default. (backported)
	* win/tcl.m4:		Use -pipe for gcc on win32 (backported)
	* win/configure:	(regenerated)

2010-11-16  Jan Nijtmans  <[email protected]>

	* win/tkWinPort.h  [Bug #3110161]: Extensions using TCHAR don't compile
	on VS2005 SP1

2010-11-04  Jan Nijtmans  <[email protected]>

	* library/msgs/de.msg:  Updated German messages.  Thanks to Ruediger
	Haertel. [Patch 2442309] [Bug 3102739].

2010-10-23  Jan Nijtmans  <[email protected]>

	* win/rules.vc        Update for VS10

2010-10-11  Joe English  <[email protected]>

Changes to changes.

6723
6724
6725
6726
6727
6728
6729








































2010-08-03 (bug fix) entry validation compat with Itcl scope (hobbs)

2010-08-12 (bug fix)[2585265] text <Delete>,<Backspace> note selection (fellows)

2010-08-25 (feature)[3053320] update Ttk to tile 0.8.6 feature set (hobbs)

--- Released 8.5.9, September 6, 2010 --- See ChangeLog for details ---















































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
2010-08-03 (bug fix) entry validation compat with Itcl scope (hobbs)

2010-08-12 (bug fix)[2585265] text <Delete>,<Backspace> note selection (fellows)

2010-08-25 (feature)[3053320] update Ttk to tile 0.8.6 feature set (hobbs)

--- Released 8.5.9, September 6, 2010 --- See ChangeLog for details ---

2010-09-02 (bug fix)[3057573] disabled ttk::combobox colors (godfrey,english)

2010-09-08 (bug fix)[2829363] [$treeview see] redisplay (barden,english)

2010-10-11 (bug fix)[3085489] crash in [$treeview add] with no -tags (english)

2010-11-04 (enhancement) Updated German messages. (haertel,nijtmans)

2010-11-16 (platform) VS 2005 SP1 MSVC compiler (nijtmans)

2010-11-24 (bug fix)[3071836] crash in tk_getSaveFile (twylite)

2010-12-12 (platform) OpenBSD build improvements (cassoff)

2010-12-17 (platform) Revisions to support rpm 4.4.2 (cassoff)

2011-01-13 (bug fix)[3154705] tk_messageBox close button disabled (skylera)

2011-01-22 (enhancement) add [ttk::entry validate] (schelte,english)

2011-03-24 (bug fix)[3239768] Win menu font support (wehle)

2011-03-28 (bug fix)[3129527] stop buffer overflows (dirtyepic,nijtmans)

2011-04-04 (feature change)[2997657] No -container for [labelframe] (spjuth)

2011-04-04 (bug fix)[723765] [grid remove] lost -in value (saye,spjuth)

2011-04-22 (bug fix)[3291543] mem corrupt when [$canvas dchars] removes all
coords of a polygon (rogers,spjuth)

2011-06-06 (bug fix)[2546087] [console] treatment of '\0' (porter)

2011-06-07 (bug fix)[2358545] Restore "08" in spinbox configured with -from
and -to (porter)

2011-06-07 (bug fix)[2484771] modal dialog settings (hoff, thoyts)

--- Released 8.5.10, June 17, 2010 --- See ChangeLog for details ---