From 7d43c1f7aeba4e047988f68ede53565da32e6538 Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 10 Mar 2017 18:21:36 +0000 Subject: Start RC branch for Tk 8.6.7 --- README | 2 +- generic/tk.h | 4 ++-- library/tk.tcl | 2 +- unix/configure | 14 +++++++------- unix/configure.in | 2 +- unix/tk.spec | 2 +- win/configure | 2 +- win/configure.in | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README b/README index c960e13..7bd26e5 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ README: Tk - This is the Tk 8.6.6 source distribution. + This is the Tk 8.6.7 source distribution. http://sourceforge.net/projects/tcl/files/Tcl/ You can get any source release of Tk from the URL above. diff --git a/generic/tk.h b/generic/tk.h index 29c6fb9..a6e3726 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -75,10 +75,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 6 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 6 +#define TK_RELEASE_SERIAL 7 #define TK_VERSION "8.6" -#define TK_PATCH_LEVEL "8.6.6" +#define TK_PATCH_LEVEL "8.6.7" /* * A special definition used to allow this header file to be included from diff --git a/library/tk.tcl b/library/tk.tcl index 691bf83..fc61c4d 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -11,7 +11,7 @@ # this file, and for a DISCLAIMER OF ALL WARRANTIES. # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.6.6 +package require -exact Tk 8.6.7 # Create a ::tk namespace namespace eval ::tk { diff --git a/unix/configure b/unix/configure index 565f915..8bd1c0b 100755 --- a/unix/configure +++ b/unix/configure @@ -1338,7 +1338,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL=".6" +TK_PATCH_LEVEL=".7" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" @@ -9598,7 +9598,7 @@ ac_x_header_dirs=' /usr/openwin/share/include' if test "$ac_x_includes" = no; then - # Guess where to find include files, by looking for Xlib.h. + # Guess where to find include files, by looking for Intrinsic.h. # First, try using that file with no special directory specified. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -9606,7 +9606,7 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include +#include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 @@ -9633,7 +9633,7 @@ else sed 's/^/| /' conftest.$ac_ext >&5 for ac_dir in $ac_x_header_dirs; do - if test -r "$ac_dir/X11/Xlib.h"; then + if test -r "$ac_dir/X11/Intrinsic.h"; then ac_x_includes=$ac_dir break fi @@ -9647,18 +9647,18 @@ if test "$ac_x_libraries" = no; then # See if we find them without any special options. # Don't add to $LIBS permanently. ac_save_LIBS=$LIBS - LIBS="-lX11 $LIBS" + LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include +#include int main () { -XrmInitialize () +XtMalloc (0) ; return 0; } diff --git a/unix/configure.in b/unix/configure.in index a4ffee3..b0fb2e9 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL=".6" +TK_PATCH_LEVEL=".7" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" diff --git a/unix/tk.spec b/unix/tk.spec index ceb7256..82a45aa 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -4,7 +4,7 @@ Name: tk Summary: Tk graphical toolkit for the Tcl scripting language. -Version: 8.6.6 +Version: 8.6.7 Release: 2 License: BSD Group: Development/Languages diff --git a/win/configure b/win/configure index 3007a06..ff1a0c9 100755 --- a/win/configure +++ b/win/configure @@ -1312,7 +1312,7 @@ SHELL=/bin/sh TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL=".6" +TK_PATCH_LEVEL=".7" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ diff --git a/win/configure.in b/win/configure.in index 00ec58e..0caac64 100644 --- a/win/configure.in +++ b/win/configure.in @@ -14,7 +14,7 @@ SHELL=/bin/sh TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL=".6" +TK_PATCH_LEVEL=".7" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ -- cgit v0.12 From aca8f6e571da1e5aeb078efae38cb33c3e5f3228 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 20 Mar 2017 14:19:19 +0000 Subject: Check for Xlib.h in stead of Intrinsic.h in configure script. Reason: see [1610236]: beware FC autoconf fork. This autoconf bug is fixed in later autoconf versions, but as we are stuck with autoconf-2.59 ... --- unix/configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/unix/configure b/unix/configure index 8bd1c0b..be81f66 100755 --- a/unix/configure +++ b/unix/configure @@ -9598,7 +9598,7 @@ ac_x_header_dirs=' /usr/openwin/share/include' if test "$ac_x_includes" = no; then - # Guess where to find include files, by looking for Intrinsic.h. + # Guess where to find include files, by looking for Xlib.h. # First, try using that file with no special directory specified. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -9606,7 +9606,7 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include +#include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 @@ -9633,7 +9633,7 @@ else sed 's/^/| /' conftest.$ac_ext >&5 for ac_dir in $ac_x_header_dirs; do - if test -r "$ac_dir/X11/Intrinsic.h"; then + if test -r "$ac_dir/X11/Xlib.h"; then ac_x_includes=$ac_dir break fi @@ -9647,18 +9647,18 @@ if test "$ac_x_libraries" = no; then # See if we find them without any special options. # Don't add to $LIBS permanently. ac_save_LIBS=$LIBS - LIBS="-lXt $LIBS" + LIBS="-lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include +#include int main () { -XtMalloc (0) +XrmInitialize () ; return 0; } -- cgit v0.12 From 948e767ef8e6db84a56bfe62f3ec89bf9a42d6db Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 19 Apr 2017 19:24:46 +0000 Subject: changes file update --- changes | 1 + 1 file changed, 1 insertion(+) diff --git a/changes b/changes index 42641ff..7fae5b6 100644 --- a/changes +++ b/changes @@ -7314,6 +7314,7 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer) --- Released 8.6.6, July 27, 2016 --- http://core.tcl.tk/tk/ for details +2016-08-23 (bug)[a2abc4] Wrong warp cursor position on 2nd display (vogel) -- cgit v0.12 From 139a16b098ab207dc158af8922f8245d770e5bd3 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 1 Aug 2017 20:09:00 +0000 Subject: update changes --- changes | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/changes b/changes index 6d74329..7517b83 100644 --- a/changes +++ b/changes @@ -7316,14 +7316,80 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer) 2016-08-23 (bug)[a2abc4] Wrong warp cursor position on 2nd display (vogel) +2016-08-29 (bug)[fa3229] menu-38.1 (calvo,vogel) +2016-08-29 (bug)[2cf3d6] button-5.24 (vogel) +2016-09-04 (bug)[1534455,2945130] Key release events get _L vs _R right. (vogel) +2016-09-10 (bug)[8c4216] listbox-4.1 (vogel) +2016-09-10 (bug)[eb2681] listbox-13.1 (vogel) +2016-09-21 (bug)[3126428] ttk::button react to image change (thoyts) +2016-10-09 (bug)[1082213] wrapped text don't start lines with whitespace (vogel) +2016-10-12 (bug)[3217462] tri-state button on non-native theme (vogel) +2016-10-30 (bug)[3588460] Fix file dialog -typevariable (vogel) +2016-11-01 (bug)[e36963] event generate .e (matthias,vogel) ---- Released 8.6.7, April 30, 2017 --- http://core.tcl.tk/tk/ for details +2016-11-05 (bug)[6aea69] grid-23 (danckaert,vogel) + +2016-11-18 (bug)[f60c54] combobox-3 (panza,vogel) + +2017-01-03 (bug)[f32502] crash drawing many dashed objects (reithofer,werner) + +2017-01-05 (bug)[dac92f] text-2.[89] (vogel) + +2017-01-07 (bug)[3df559] OSX: Negative bbox width (vogel) + +2017-01-07 (bug)[28a453] OSX: text widget index OBOE (vogel) + +2017-01-07 (bug)[c12af7] OSX: text-21.1 (vogel) + +2017-01-08 (bug)[7a838c] X11 ring buffer overflow (werner) + +2017-01-11 (bug)[d4fb4e] imgPhoto-4.75 (nijtmans) + +2017-01-18 (bug)[fab5fe] OSX: repair textDisp failures (vogel) + +2017-01-23 (bug)[89a638] OSX: textDisp-15.8 (vogel) + +2017-01-25 (bug)[1403ea] Limits on text line size on Windows (spjuth) + +2017-02-05 (bug)[ae32eb] textDisp fails in text custom config (vogel) + +2017-02-05 (bug)[7d967c] crash after IME restart (lanam,nijtmans) + +2017-02-22 (bug)[c492c9] disabled combobox arrow appearance (danckaert) + +2017-03-06 (bug)[6b3644] Fix -alpha for 16-bit color PNG (LemonMan) + +2017-03-11 (bug)[775273] artifacts on Ubuntu 16.10+ (nemethi) + +2017-03-26 (TIP 464) Win multimedia keys support (fassel,vogel) + +2017-03-29 (bug)[28a3c3] test BTree memleaks plugged (anonymous) + +2017-04-06 (bug)[db8c54] Stop freed mem access in warp pointer callback (porter) + +2017-04-07 (bugs) Fix calculation of ttk::notebook tab widths (vogel) + +2017-04-07 (bug)[291296] notebook tab management (decoster) + +2017-04-08 (bug)[f0188a] Win reject invalid hex color codes (bachmann) + +2017-04-10 (bug)[3f323b] variable struct size on XCode 8.3.1 (auriocus) + +2017-04-20 (bug)[061bf9] OSX scrollbar draw position (reincke,walzer,joye) + +2017-05-01 (bug) restore -initialfile for OSX file dialogs (reincke,gollwitzer) + +2017-05-06 (bug) OSX file dialog type filters (walzer) + +2017-05-10 (bug)[a5ba1c] race condition on Win clipboard cleanup (donchenko) + +--- Released 8.6.7, August 4, 2017 --- http://core.tcl.tk/tk/ for details -- cgit v0.12 From 96f9f5dda5fa6c34ba1d80eb40aacad05a9c931f Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 2 Aug 2017 19:44:10 +0000 Subject: update changes --- changes | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/changes b/changes index 7517b83..9791e74 100644 --- a/changes +++ b/changes @@ -7370,7 +7370,7 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer) 2017-03-11 (bug)[775273] artifacts on Ubuntu 16.10+ (nemethi) -2017-03-26 (TIP 464) Win multimedia keys support (fassel,vogel) +2n017-03-26 (TIP 464) Win multimedia keys support (fassel,vogel) 2017-03-29 (bug)[28a3c3] test BTree memleaks plugged (anonymous) @@ -7392,4 +7392,20 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer) 2017-05-10 (bug)[a5ba1c] race condition on Win clipboard cleanup (donchenko) +2017-05-18 (bug)[2433781] center image on button (cramer) + +2017-05-19 (bug)[434d29] type mismatch with recent Xft (nijtmans,werner) + +2017-06-02 (bug)[bc43fd] paneconfigure get pane heights right (vogel) + +2017-06-21 (bug)[adc028] menu avoid unreleasable global grab (nash) + +2017-06-30 (bug)[92e028,c5eb90] User switch forced theme reset (lanam) + +2017-06-30 (bug)[62c5b7] segfault in [text] replace (werner) + +2017-07-03 (bug)[8afc6c] OSX crash in save/open dialogs (simpson,walzer) + +2017-08-02 (bug)[b601ce] Resource exhaustion processing corrupt GIF (nash) + --- Released 8.6.7, August 4, 2017 --- http://core.tcl.tk/tk/ for details -- cgit v0.12