diff options
-rw-r--r-- | ChangeLog | 53 | ||||
-rw-r--r-- | changes | 43 |
2 files changed, 68 insertions, 28 deletions
@@ -138,10 +138,13 @@ 2011-01-06 Kevin Walzer <wordtech@users.sourceforge.net> - * macosx/README: Added info on textured background windows. - * macosx/tkMacOSXFont.c: Fix for 2857300, improves rounding up on text width [submitted by treectrl] - * macosx/tkMacOSXMenu.c: Fix for radiobuttons and checkbuttons not displaying in popup menus, and disabled menu entries. - *macosx/ tkMacOSXWindowEvent.c: Fix for 3086887, speeds up scrolling; also textured background windows + * macosx/README: Added info on textured background windows. + * macosx/tkMacOSXFont.c: Fix for 2857300, improves rounding up on text + width [submitted by treectrl] + * macosx/tkMacOSXMenu.c: Fix for radiobuttons and checkbuttons not + displaying in popup menus, and disabled menu entries. + * macosx/tkMacOSXWindowEvent.c: Fix for 3086887, speeds up scrolling; + also textured background windows * macosx/tkMacOSXWm.c: Textured background windows. 2011-01-06 Stuart Cassoff <stwo@users.sourceforge.net> @@ -185,19 +188,21 @@ 2010-12-15 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tkMain.c: [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c + * generic/tkMain.c: [Patch #3124683]: platform specific stuff + in (tcl|tk)Main.c 2010-12-13 Jan Nijtmans <nijtmans@users.sf.net> - * unix/tcl.m4: [Bug 3135271] Link error due to hidden - * unix/configure: symbols (CentOS 4.2) (autoconf-2.59) - * generic/tkMain.c: Change "Application initialization failed" to - * tests/main.test: "application-specific initialization failed", - for consistency with Tcl. - * win/tkWin32Dll.c: See also: [Patch 1910041] and [Patch 3059922]. SEH emulation - on Win64 was not correct here: it sometimes results in a crash. Contrary to the - other places, the code here is not meant to protect from OS bugs, but to protect - Finalizing Tk when the application went in an invalid state. + * unix/tcl.m4: [Bug 3135271] Link error due to hidden + * unix/configure: symbols (CentOS 4.2) (autoconf-2.59) + * generic/tkMain.c: Change "Application initialization failed" to + * tests/main.test: "application-specific initialization failed", + for consistency with Tcl. + * win/tkWin32Dll.c: See also: [Patch 1910041] and [Patch 3059922]. + SEH emulation on Win64 was not correct here: it sometimes results in + a crash. Contrary to the other places, the code here is not meant to + protect from OS bugs, but to protect Finalizing Tk when the application + went in an invalid state. 2010-12-12 Stuart Cassoff <stwo@users.sourceforge.net> @@ -206,15 +211,15 @@ 2010-12-10 Jan Nijtmans <nijtmans@users.sf.net> - * win/tcl.m4: Fix manifest-generation for 64-bit gcc (mingw-w64) - * win/configure: (autoconf-2.59) + * win/tcl.m4: Fix manifest-generation for 64-bit gcc (mingw-w64) + * win/configure: (autoconf-2.59) 2010-12-06 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tkSelect.c: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and - * generic/tkTextDisp.c -D_FORTIFY_SOURCE=2 - * unix/tkUnixWm.c - * win/tkWinWm.c + * generic/tkSelect.c: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 + * generic/tkTextDisp.c: and -D_FORTIFY_SOURCE=2 + * unix/tkUnixWm.c: + * win/tkWinWm.c: 2010-12-05 Jan Nijtmans <nijtmans@users.sf.net> @@ -223,10 +228,10 @@ 2010-12-03 Jan Nijtmans <nijtmans@users.sf.net> - * win/tcl.m4 [Patch #3116490] cross-compile Tcl mingw32 on unix - * win/configure This makes it possible to cross-compile Tcl/Tk for - Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64 - build tools. + * win/tcl.m4: [Patch #3116490] cross-compile Tcl mingw32 on unix + * win/configure: This makes it possible to cross-compile Tcl/Tk for + Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using + mingw-w64 build tools. 2010-12-02 Donal K. Fellows <dkf@users.sf.net> @@ -6857,11 +6857,11 @@ name to select image format (fellows) 2010-08-31 fixed manifest handling on windows (hobbs, kupries) -2010-09-02 (bug fix)[3057573] specify combobox text fg color (jenglish) +2010-09-02 (bug fix)[3057573] specify combobox text fg color (english) 2010-09-05 (enhancement)[3046742,3046750] Improved error dialog UI (fellows) -2010-09-08 (bug fix)[2829363] [$tv see] open item -> sched display (jenglish) +2010-09-08 (bug fix)[2829363] [$tv see] open item -> sched display (english) 2010-09-13 (platform) limit support to Win2000+ (nijtmans) @@ -6869,7 +6869,7 @@ name to select image format (fellows) 2010-10-05 (bug fix)[3080953] corrupt multibyte char in %A subst (nijtmans) -2010-10-11 (bug fix)[3085489] crash in [tag add/remove] (jenglish) +2010-10-11 (bug fix)[3085489] crash in [tag add/remove] (english) 2010-10-11 (enhancement)[491789] Unicode command line support on Win (nijtmans) @@ -6879,4 +6879,39 @@ name to select image format (fellows) 2010-11-06 Message catalogs resorted, updates to NL (nijtmans) ---- Released 8.6b2, November 15, 2010 --- See ChangeLog for details --- +2010-11-16 (platform) VS 2005 SP1 MSVC compiler (nijtmans) + +2010-11-24 (bug fix)[3071836] crash in tk_getSaveFile (twylite) + +2010-12-03 (enhancement)[3116490] mingw x-compile improvements (nijtmans) + +2010-12-12 (platform) OpenBSD build improvements (cassoff) + +2010-12-17 (platform) Revisions to support rpm 4.4.2 (cassoff) + +2011-01-06 (bug fix)[2857300] Cocoa: correct text width rounding (walzer) + +2011-01-06 (bug fix)[3086887] Cocoa: textured bg windows (walzer) + +2011-01-13 (bug fix)[3154705] tk_messageBox close button disabled (skylera) + +2011-01-22 (enhancement) add [ttk::entry validate] (schelte,english) + +2011-03-03 (bug fix)[3175610] incomplete line item refresh (ferrieux) + +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) + |