summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-04-05 19:49:53 (GMT)
committerhobbs <hobbs>2006-04-05 19:49:53 (GMT)
commitbe3f3efb44b4479135755373aeb4634d73814811 (patch)
tree0022662b5470d09da49fc4d7adf91c52da172e8f /ChangeLog
parent7119ca14f8503ca65aac739bb97226304173a08f (diff)
downloadtk-be3f3efb44b4479135755373aeb4634d73814811.zip
tk-be3f3efb44b4479135755373aeb4634d73814811.tar.gz
tk-be3f3efb44b4479135755373aeb4634d73814811.tar.bz2
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 28 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ffce3f..2591eb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2006-04-05 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinMenu.c (FreeID, TkpNewMenu, MenuExitHandler)
+ (MenuThreadExitHandler, TkpMenuInit, TkpMenuThreadInit): rework
+ Windows menu init/finalization to better respect per-process and
+ per-thread boundaries.
+
+ * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk as
+ WM_SAVE_YOURSELF wm protocol callback.
+
+ * generic/tkTextDisp.c (TkTextPixelIndex): Don't segfault on full
+ -elide text. [Bug 1442102]
+
+ * win/tkWinX.c (TkWinXInit): init default keyboard charset
+ correctly. [Bug 1374119] (pajas)
+
+ * generic/tkText.c (DumpLine): stop dumping if we detect that the
+ text widget state has changed while dumping. [Bug 1414171]
+ (InsertChars, DeleteChars): fix undo with space-based path.
+ * tests/text.test (text-25.14): [Bug 1452419]
+
+ * tests/grid.test: fix segfault on empty index list
+ * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430]
+
2006-03-29 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkWindow.c (DeleteWindowsExitProc): added comments
@@ -525,10 +549,10 @@
2005-10-18 Don Porter <dgp@users.sourceforge.net>
- * generic/tkMain.c: Rewrote code that sets the ::argv value
- to be sure conversion from the system encoding is complete before
- any processing sensitive to list-special characters is done.
- [Bug 1328926].
+ * generic/tkMain.c: Rewrote code that sets the ::argv value
+ to be sure conversion from the system encoding is complete before
+ any processing sensitive to list-special characters is done.
+ [Bug 1328926].
2005-10-17 Jeff Hobbs <jeffh@ActiveState.com>