From 4e690e035930420c4ec634e5f9a83a0779b89d35 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 6 Dec 2017 15:48:04 +0000 Subject: Start RC branch for Tk 8.6.8 --- README | 2 +- generic/tk.h | 4 ++-- library/tk.tcl | 2 +- unix/configure | 2 +- unix/configure.in | 2 +- unix/tk.spec | 2 +- win/configure | 2 +- win/configure.in | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 7bd26e5..a26667c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ README: Tk - This is the Tk 8.6.7 source distribution. + This is the Tk 8.6.8 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 a6e3726..87150e9 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 7 +#define TK_RELEASE_SERIAL 8 #define TK_VERSION "8.6" -#define TK_PATCH_LEVEL "8.6.7" +#define TK_PATCH_LEVEL "8.6.8" /* * A special definition used to allow this header file to be included from diff --git a/library/tk.tcl b/library/tk.tcl index a60556c..d2f7b65 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.7 +package require -exact Tk 8.6.8 # Create a ::tk namespace namespace eval ::tk { diff --git a/unix/configure b/unix/configure index a8cb060..0150353 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=".7" +TK_PATCH_LEVEL=".8" 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/configure.in b/unix/configure.in index b0fb2e9..a2ed566 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=".7" +TK_PATCH_LEVEL=".8" 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 82a45aa..24019d4 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.7 +Version: 8.6.8 Release: 2 License: BSD Group: Development/Languages diff --git a/win/configure b/win/configure index ff1a0c9..15d509e 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=".7" +TK_PATCH_LEVEL=".8" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ diff --git a/win/configure.in b/win/configure.in index 0caac64..5ec7c35 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=".7" +TK_PATCH_LEVEL=".8" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ -- cgit v0.12 From 8e4b885e6ad9d8b981f0bd5c146289f30ca78453 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 7 Dec 2017 16:43:18 +0000 Subject: update changes --- changes | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/changes b/changes index 72cd705..47ef448 100644 --- a/changes +++ b/changes @@ -7415,3 +7415,79 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer) 2017-08-08 (bug)[4966ca] Scidb race in notebook tab selection (cramer) --- Released 8.6.7, August 9, 2017 --- http://core.tcl.tk/tk/ for details + +2017-08-24 (bug)[f1a3ca] Memory leak in [text] B-tree (edhume3) + +2017-08-24 (bug)[ee40fd] Report [console] init errors (the) + +2017-08-24 (bug)[3295446] Improve history visibility in [console] (goth) + +2017-08-24 (bug) canvas closed polylines fully honor -joinstyle (vogel) + +2017-08-24 (bug)[cc42cc] out of mem crash in tests imgPhoto-18.* (vogel) + +2017-09-16 (bug)[3406785] fix coords rounding when drawing canvas items (vogel) + +2017-09-24 (bug)[8277e1] linux fontchooser sync with available fonts (vogel) + +2017-09-24 (bug)[5239fd] Segfault copying a photo image to itself (bachmann) + +2017-09-24 (bug)[514ff6] canvas rotated text overlap detection (vogel) + +2017-09-24 (bug)[1e0db2] canvas rchars artifacts (bruchie,vogel) + +2017-10-07 (bug)[d9fdfa] display of Long non-wrapped lines in text (cramer) + +2017-10-07 (bug)[dd9667] text anchor not set (vogel) + +2017-10-11 (bugs) memleaks and other changes for macOS 10.13 support (culler) + +2017-10-11 (bug)[111de2] macOS colorspace improvement (walzer,culler) + +2017-10-13 (bug) macOS scrolling issues (culler) + +2017-10-15 (bug) clipping regions in scrolling and drawing on macOS (culler) + +2017-10-15 (bug) macOS redraw artifacts (culler) + +2017-10-22 (bug)[bb6b40] ::tk::AmpMenuArgs and 'entryconf' (vogel) + +2017-10-22 (bug)[55b95f] Crash [scale] with a bignum value (vogel) + +2017-10-28 (bug)[ce62c8] text-37.1 fails (vogel) + +2017-11-03 (bug)[0ef1c5] OS X - tests menu-22.[345] hang (vogel) + +2017-11-04 (bug)[c8c52b] repair OBOE in menu.test on macOS (vogel) + +2017-11-11 (feature) Implement [wm_iconphoto] on macOS (walzer) + +2017-11-11 (bug) display of embedded toplevels (culler) + +2017-11-19 (bug)[73ba07] Correct property type for MULTIPLE conversion (dpb) + +2017-11-20 (bug) Memory leak in tkImgPhoto.c. (werner) + +2017-11-21 (bug) Defeat zombie toplevels (culler) + +2017-11-25 (bug) macOS resposive menu bar for command line apps (culler) + +2017-11-25 (bug)[1c659e] support png from mac screenshots (vogel) + +2017-11-25 (bug)[de4af1] macOS file selector "all types" setting (culler) + +2017-11-26 (bug) [wm withdraw] on Window and Dock menus (walzer) + +2017-11-27 (feature) Drop support for macOS 10.5 (culler) + +2017-11-30 (bug)[164c1b] Fixes [raise] on macOS (culler) + +2017-11-30 (bug)[13d63d] macOS support of menu -postcommand (culler) + +2017-12-05 (bug) enable custom icon display on macOS (walzer) + +2017-12-05 (bug)[1088805,0feb63] macOS bind failures (culler) + +2017-12-05 (bug)[3382424] Suppress noisy messages on macOS (culler) + +--- Released 8.6.8, December XX, 2017 --- http://core.tcl.tk/tk/ for details -- cgit v0.12 From b902fc65c44fa80c06dbe0f0c7a673223a77040e Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sat, 23 Dec 2017 18:24:20 +0000 Subject: typos --- changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changes b/changes index 2532748..0f82e7f 100644 --- a/changes +++ b/changes @@ -1315,7 +1315,7 @@ ISO Latin-1 character set. result across the execution of binding scripts. Otherwise if an event triggers in the middle of some other script (e.g. a destroy event during window creation, because there was an error in the creation command), -the intepreter's result gets lost. +the interpreter's result gets lost. 2/19/94 (bug fix) Fixed bug in dealing with results of sent command that could cause them to get lost in some situations. @@ -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) -2n017-03-26 (TIP 464) Win multimedia keys support (fassel,vogel) +2017-03-26 (TIP 464) Win multimedia keys support (fassel,vogel) 2017-03-29 (bug)[28a3c3] test BTree memleaks plugged (anonymous) -- cgit v0.12