diff options
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -6,9 +6,9 @@ * generic/tkBind.c (HandleEventGenerate): Don't generate events for windows that don't exist yet (fixes TkAqua testsuite crash). - * macosx/tkMacOSXWindowEvent.c: Allow WM_DELETE_WINDOW handlers to - prevent window closure by generating WM destroy event earlier (from - window delegate's -windowShouldClose:). [Bug 2821084] + * macosx/tkMacOSXWindowEvent.c: [Bug 2821084]: Allow WM_DELETE_WINDOW + handlers to prevent window closure by generating WM destroy event + earlier (from window delegate's -windowShouldClose:). * macosx/tkMacOSXDraw.c (TkMacOSX{Setup,Restore}DrawingContext): Disable window flushing during Tk drawing to avoid immediate flush of @@ -30,7 +30,7 @@ issues reported on tcl-mac) * unix/configure: autoconf-2.59 - * carbon/Wish.xcode/project.pbxproj: remove references to obsolete + * carbon/Wish.xcode/project.pbxproj: Remove references to obsolete * carbon/Wish.xcodeproj/project.pbxproj: prolog.ps file. 2009-08-19 Peter Spjuth <peter.spjuth@gmail.com> @@ -43,13 +43,13 @@ * generic/tkWindow.c * tests/grid.test * tests/packgrid.test - * tests/textIndex.test: Give an error if grid and pack are used in the - same master. [Patch 2475855] + * tests/textIndex.test: [Patch 2475855]: Give an error if grid and + pack are used in the same master. 2009-08-14 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXDraw.c: Avoid exception in XCopyArea() when copying - from toplevel that has never been mapped. (reported by Youness Alaoui + from toplevel that has never been mapped. (Reported by Youness Alaoui on tcl-mac) * macosx/tkMacOSXWm.c: Workaround for textured windows being draggable @@ -57,19 +57,19 @@ 2009-08-10 Jan Nijtmans <nijtmans@users.sf.net> - * win/tkWinPixmap.c: Eliminate more gcc warnings + * win/tkWinPixmap.c: Eliminate more gcc warnings * win/tkWinWm.c: * win/tkWinTest.c 2009-08-09 Jan Nijtmans <nijtmans@users.sf.net> - * generic/ttk/ttkInit.c Eliminate gcc warning + * generic/ttk/ttkInit.c: Eliminate gcc warning * generic/tkBind.c * generic/tkText.c * generic/tkUtil.c - * win/ttkWinXPTheme.c: include <vssym32.h> only when available - * win/configure.in: check for vssym32.h, available in newer SDK's - * win/configure (regenerated) + * win/ttkWinXPTheme.c: Include <vssym32.h> only when available + * win/configure.in: check for vssym32.h, available in newer SDK's + * win/configure: (regenerated) 2009-08-08 Donal K. Fellows <dkf@users.sf.net> |