summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorredman <redman>1999-07-13 22:17:30 (GMT)
committerredman <redman>1999-07-13 22:17:30 (GMT)
commita7ae3aa86a4cc03f7f757891cd3bc0da2e3c5811 (patch)
tree1eea08222299427bd376638d83a12ba3789d1382 /changes
parent5fafc23d1cbc8842e1780689ec94190eb7060227 (diff)
downloadtk-a7ae3aa86a4cc03f7f757891cd3bc0da2e3c5811.zip
tk-a7ae3aa86a4cc03f7f757891cd3bc0da2e3c5811.tar.gz
tk-a7ae3aa86a4cc03f7f757891cd3bc0da2e3c5811.tar.bz2
Merged from ChangeLog for 8.2b1 release
Diffstat (limited to 'changes')
-rw-r--r--changes32
1 files changed, 31 insertions, 1 deletions
diff --git a/changes b/changes
index 9be87ea..cc7514d 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.34 1999/05/26 02:39:14 stanton Exp $
+RCS: @(#) $Id: changes,v 1.35 1999/07/13 22:17:30 redman Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -4606,3 +4606,33 @@ C++ compilers to fix linkage issues. Submitted by Don Porter and Paul
Duffin. (redman)
--------------- Released 8.1.1, May 25, 1999 ----------------------
+
+5/21/99 (bug fix) Fixed clipboard code to handle lack of CF_LOCALE
+information (from command.com). (stanton)
+
+6/1/99 (bug fix) Improved I18N selection support. COMPOUND_TEXT
+is converted to/from iso2022, and STRING is converted to/from
+iso8859-1. More work is needed. (stanton)
+
+6/3/99 (bug fix) Fixed selection code to handle Unicode data in
+COMPOUND_TEXT and STRING selections. [Bug: 1791] (stanton)
+
+6/16/99 (new feature) Changes to makefiles and configure scripts to
+support TEA specification. (wart)
+
+6/30/99 (bug fix) Removed deprecated functions, patch from Jan
+Nijtmans. [Bug 2080] (redman)
+
+6/30/99 (bug fix) Applied patch to allow Img extension to work with
+8.2, patch from Jan Nijtmans. [Bug 2068] (redman)
+
+6/30/99 (bug fix) Applied patch from Don Porter to prevent the Windows
+shutdown code from calling Tcl functions when the stub table has not
+been initialized in TkWinWmCleanup. [Bug: 2269] (redman)
+
+7/8/99 (bug fix) Changed TkWinChildProc to pass WM_WINDOWSPOSCHANGED
+through to DefWindowProc to make OpenGL sub-windows happpy. This
+allows Windows to generate the WM_SIZE and WM_MOVE messages. (stanton)
+
+--------------- Released 8.2b1, July 14, 1999 ----------------------
+