From aac661624dd68998883977d90169ef67424e6b7e Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 9 Aug 2005 13:54:39 +0000 Subject: whitespace police --- ChangeLog | 686 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 343 insertions(+), 343 deletions(-) diff --git a/ChangeLog b/ChangeLog index 12631cf..15c4a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ * macosx/tkMacOSXEvent.h: made TkMacOSXProcessEvent() non-static, added * macosx/tkMacOSXEvent.c: new interp field to TkMacOSXEvent struct for - use by app event handler. + use by app event handler. * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): retrieve current window, partCode, modifiers and local cursor position from @@ -39,7 +39,7 @@ kEventWindowExpanded event to deal with window uncollapsing from the dock by generating tk Map event, handle kEventAppHidden and kEventAppShown events (moved here from tkMacOSXCarbonEvents.c). - + * macosx/tkMacOSXSubwindows.c (XUnmapWindow): only hide window when it is not iconified to avoid window flashing on collapse. @@ -92,7 +92,7 @@ * macosx/tkMacOSXFont.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXInit.c: - * macosx/tkMacOSXWindowEvent.c + * macosx/tkMacOSXWindowEvent.c * library/bgerror.tcl: sync with core-8-4-branch changes of 2005-07-28. * macosx/tkMacOSXDraw.c: @@ -134,7 +134,7 @@ the HEAD with mingw gcc. [Bug 1210712] -2005-07-21 Jeff Hobbs +2005-07-21 Jeff Hobbs * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): corrected if expression error (use of = instead of ==) @@ -146,11 +146,11 @@ * tests/textWind.test: make test more robust to avoid infinite loop -2005-07-06 Jeff Hobbs +2005-07-06 Jeff Hobbs * doc/getOpenFile.n: correct -multiple docs (takes boolean) -2005-07-05 Don Porter +2005-07-05 Don Porter * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. @@ -185,16 +185,16 @@ Bump patchlevel to a4 to distinguish from a3 release. -2005-06-04 Jeff Hobbs +2005-06-04 Jeff Hobbs *** 8.5a3 TAGGED FOR RELEASE *** -2005-06-02 Jim Ingham +2005-06-02 Jim Ingham * generic/tkEvent.c (InvokeFocusHandlers): On Mac OS X the scrollwheel events are sent to the window under the mouse, not to the focus window. - + Another patch from M. Kirkham. * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc): @@ -217,8 +217,8 @@ where appropriate. * unix/tcl.m4: synced from Tcl. * unix/configure: regenerated with autoconf 2.59. - -2005-06-01 Jeff Hobbs + +2005-06-01 Jeff Hobbs * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND, Tk_GetMenuHWND, TkWinCleanupContainerList, and TkpWmGetState to @@ -233,7 +233,7 @@ TIP#245 (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime). * tests/tk.test: Added tests for the TIP#245 implementation. -2005-05-30 Jeff Hobbs +2005-05-30 Jeff Hobbs * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes to panedwindow from Daniel South. Improved auto-size to fit @@ -251,7 +251,7 @@ 2005-05-29 Daniel Steffen * macosx/tkMacOSXFont.c: use Tcl_Panic instead of panic. - + * unix/configure.in: added description of HAVE_XSS for autoheader. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 @@ -271,12 +271,12 @@ * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use symbolic constant argument in call to UpdateSystemActivity(); - + * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: * unix/configure.in: added/corrected linking to IOKit.framework for TIP245. - + * unix/configure.in: skip X11 configure checks when building tk_aqua. * unix/configure: autoconf-2.59 @@ -285,8 +285,8 @@ TIP #245 IMPLEMENTATION from Reinhard Max * doc/tk.n: Documentation of [tk inactivity]. - * win/tkWinX.c (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime): - * unix/tkUnix.c (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime): + * win/tkWinX.c (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime): + * unix/tkUnix.c (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime): * macosx/tkMacOSXXStubs.c: Implementations of the core API for (Tk_GetUserInactiveTime): determining how long as user's left (Tk_ResetUserInactiveTime): her machine alone. @@ -295,9 +295,9 @@ 2005-05-27 Todd Helfter - * library/menu.tcl: correct the sticky behavior of menus posted by - tk_popup so that they "stick" after the initial - following the post, that is not over an active menu entry. + * library/menu.tcl: correct the sticky behavior of menus posted by + tk_popup so that they "stick" after the initial + following the post, that is not over an active menu entry. 2005-05-26 Daniel Steffen @@ -308,17 +308,17 @@ and tk version vars to properly support tk/x11 framework version overriding, rewrite tkConfig.sh when overriding tk version, corrected Wish.app symlink in tk build dir. - + * unix/configure.in: corrected framework finalization to softlink stub library to Versions/8.x subdir instead of Versions/Current. * unix/configure: autoconf-2.59 -2005-05-25 Jeff Hobbs +2005-05-25 Jeff Hobbs * unix/Makefile.in (install-libraries): protect possible empty list in for with list= trick for older shells. -2005-05-23 Jeff Hobbs +2005-05-23 Jeff Hobbs * generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/ @@ -366,14 +366,14 @@ * generic/tkFileFilter.c (TkGetFileFilters): Add all filters, not just the first one. [Bug 1206133] -2005-05-15 Jim Ingham +2005-05-15 Jim Ingham Fixes from Michael Kirkham: - * macosx/tkMacOSXMenu.c (TkpConfigureMenuEntry): Thinko in clearing + * macosx/tkMacOSXMenu.c (TkpConfigureMenuEntry): Thinko in clearing the ENTRY_ACCEL_MASK before re-parsing it. [Tk Bug 1012852] - * macosx/tkMacOSXScrlbr.c (UpdateControlValues): Don't set the + * macosx/tkMacOSXScrlbr.c (UpdateControlValues): Don't set the control value BEFORE setting the min and max or the control manager will reset it for you. [Tk Bug 1202181] @@ -384,9 +384,9 @@ 2005-05-14 Jim Ingham * macosx/tkMacOSXScrlbr.c (ThumbActionProc): Missing Tcl_Release. - + 2005-05-14 Daniel Steffen - + * macosx/tkMacOSXInit.c: * macosx/tkMacOSXNotify.c: introduction of new tcl notifier based on CFRunLoop allows replacement of the custom TkAqua notifier by a @@ -425,17 +425,17 @@ * library/text.tcl: test and fix to TextPrevPara to avoid infinite loop * tests/textIndex.test: at start of widget [Bug 1191895] - * generic/tkTextDisp.c: better synchronisation between - explicit and implicit pixel line-height calculations [Bug 1186558] + * generic/tkTextDisp.c: better synchronisation between + explicit and implicit pixel line-height calculations [Bug 1186558] -2005-05-10 Don Porter +2005-05-10 Don Porter * generic/tkTextDisp.c (GetXView): Improved numerical precision of calculation of [.t xview] return values. * tests/textDisp.test: Match greater precisions of [.t xview] and [.t yview] values in tests. -2005-05-06 Jeff Hobbs +2005-05-06 Jeff Hobbs * unix/configure: regen * unix/configure.in: add AC_C_BIGENDIAN check and pkg-config xft @@ -470,11 +470,11 @@ * unix/configure: autoconf-2.59 2005-04-22 George Peter Staplin - * doc/FontId.3: I fixed a typo. "linespace" was used instead of - "ascent". I also added a .PP before the paragraph to make the + * doc/FontId.3: I fixed a typo. "linespace" was used instead of + "ascent". I also added a .PP before the paragraph to make the formatting look better for the ascent paragraph. -2003-04-18 Joe English +2003-04-18 Joe English * unix/tkUnixRFont.c(Tk_MeasureChars): Use Tcl_UtfToUnichar() for lax UTF-8 parsing instead of strict parsing with FcUtf8ToUcs4() @@ -487,12 +487,12 @@ to work with display lines. This was an ommission of the previous tip155 patch. Clarified the documentation on this point. -2005-04-14 Jeff Hobbs +2005-04-14 Jeff Hobbs * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to avoid possible segv. Minimal fix for [Bug 1122671] -2005-04-12 Jeff Hobbs +2005-04-12 Jeff Hobbs * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. Add undoc'd ::tk::dialog::file::showHiddenBtn var (default 0) that @@ -509,9 +509,9 @@ * macosx/tkMacOSXEntry.c (ComputeIncDecParameters): manually define constants present only in 10.3 headers so that we can build on 10.2. - * macosx/Wish.pbproj/project.pbxproj: fixed absolute path to + * macosx/Wish.pbproj/project.pbxproj: fixed absolute path to tkEntry.h that confused 10.2 PBX. - + * unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EXTRAS. * unix/configure: autoconf-2.59 @@ -528,24 +528,24 @@ 2005-04-06 Donal K. Fellows - * doc/wm.n, doc/winfo.n, doc/tk.n, doc/send.n, doc/selection.n: - * doc/radiobutton.n, doc/photo.n, doc/options.n, doc/menu.n: - * doc/listbox.n, doc/getOpenFile.n, doc/font.n, doc/event.n: - * doc/entry.n, doc/clipboard.n, doc/checkbutton.n, doc/canvas.n: - * doc/button.n, doc/bind.n, doc/TextLayout.3, doc/MeasureChar.3: - * doc/GetRelief.3, doc/GetPixels.3, doc/GetJustify.3, doc/GetFont.3: - * doc/GetCursor.3, doc/GetColor.3, doc/GetBitmap.3, doc/GetAnchor.3: - * doc/FontId.3, doc/CrtWindow.3, doc/CrtImgType.3, doc/ConfigWidg.3: + * doc/wm.n, doc/winfo.n, doc/tk.n, doc/send.n, doc/selection.n: + * doc/radiobutton.n, doc/photo.n, doc/options.n, doc/menu.n: + * doc/listbox.n, doc/getOpenFile.n, doc/font.n, doc/event.n: + * doc/entry.n, doc/clipboard.n, doc/checkbutton.n, doc/canvas.n: + * doc/button.n, doc/bind.n, doc/TextLayout.3, doc/MeasureChar.3: + * doc/GetRelief.3, doc/GetPixels.3, doc/GetJustify.3, doc/GetFont.3: + * doc/GetCursor.3, doc/GetColor.3, doc/GetBitmap.3, doc/GetAnchor.3: + * doc/FontId.3, doc/CrtWindow.3, doc/CrtImgType.3, doc/ConfigWidg.3: * doc/3DBorder.3: Purge old .VS/.VE macro instances. -2005-04-04 Don Porter +2005-04-04 Don Porter * library/comdlg.tcl: Added Macintosh file type validation to - [::tk::FDGetFileTypes]. [Bug 1083878] (Thanks, Vince Darley) + [::tk::FDGetFileTypes]. [Bug 1083878] (Thanks, Vince Darley) 2005-04-04 Vince Darley - * generic/tkText.c: + * generic/tkText.c: * tests/text.test: fix to elide searching problems [Bug 1174269] and disappearing cursor with insertofftime 0 [Bug 1169429]. @@ -556,7 +556,7 @@ widgets that span multiple columns/row. Bug was introduced in 8.5a1 when fixing 792387. [Bug 1175092] -2005-03-29 Jeff Hobbs +2005-03-29 Jeff Hobbs * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternative. @@ -565,29 +565,29 @@ * tests/textDisp.test: added test for fix of 2005-03-15. -2005-03-24 Jim Ingham +2005-03-24 Jim Ingham * macosx/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): Dopey bug - don't reset the width for entry widgets - we didn't change it for them. - -2005-03-23 Jim Ingham + +2005-03-23 Jim Ingham These changes allow us to draw the Entry and Spinbox widget with a native look and feel on Mac OS X. * generic/tkEntry.h: New file, extracting the definitions of Entry and Spinbox. - * generic/tkEntry.c (DisplayEntry): Call out to - TkpDrawEntryBorderAndFocus and TkpDrawSpinboxButtons. Also + * generic/tkEntry.c (DisplayEntry): Call out to + TkpDrawEntryBorderAndFocus and TkpDrawSpinboxButtons. Also provide default implementations for X11 & Win. * macosx/tkMacOSXEntry.c: New file, implements the entry & focus and spinbox button drawing. * tkMacOSXDefaults.h: Change the Mac OS X defaults so they fit the native widget shapes. - + This is cleanup thanks to Neil Madden . - + * macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function. (TkUnsupported1ObjCmd): New function, replaces the un-objectified version of the command. @@ -595,13 +595,13 @@ * generic/tkWindow.c (): Ditto. This adds a "-notify" flag to "wm attributes" that will bounce the - dock icon on Mac OS X. This is from Revar Desmera + dock icon on Mac OS X. This is from Revar Desmera * macosx/tkMacOSXWm.c (WmAttrGetNotifyStatus, WmAttrSetNotifyStatus): New functions. (WmAttributesCmd): Add the -notify. * doc/wm.n: Document -notify. - + 2005-03-19 Donal K. Fellows * generic/tkConsole.c (Tk_CreateConsoleWindow,TkConsolePrint): @@ -613,13 +613,13 @@ * generic/tkTextDisp.c: fix for [Bug 1143776] in adjusting displayed lines when running into the bottom of the window. -2005-03-14 Jim Ingham +2005-03-14 Jim Ingham - * macosx/tkMacOSXScrlbr.c (ThumbActionProc): No need to use + * macosx/tkMacOSXScrlbr.c (ThumbActionProc): No need to use "update idletasks" here, TclServiceIdle will do as well and it is simpler. - These changes implement a change on the Mac OS X side. When we + These changes implement a change on the Mac OS X side. When we unmap a window we mark all its children as unmapped (not following toplevels. But we preserve whether they had been mapped before, and when the parent is remapped, we remap the children as well. @@ -635,9 +635,9 @@ (XMoveWindow): Ditto. (XResizeWindow): Ditto. -2005-03-15 Pat Thoyts +2005-03-15 Pat Thoyts - * unix/tcl.m4: Updated the OpenBSD configuration and regenerated + * unix/tcl.m4: Updated the OpenBSD configuration and regenerated * unix/configure: the configure script. 2005-03-14 Donal K. Fellows @@ -646,47 +646,47 @@ client messages are handled correctly. Thanks to George Petasis for tracking this down. [Bug 1162356] -2005-03-11 Jim Ingham +2005-03-11 Jim Ingham * macosx/tkMacOSXButton.c (TkpDisplayButton): Set the port to - the Button window's port BEFORE you set the clip, otherwise you + the Button window's port BEFORE you set the clip, otherwise you are setting the clip on the wrong window! Also, a little cleanup - move x & y into the branches where they are - used, and don't compute the TextAnchor if we are using the native + used, and don't compute the TextAnchor if we are using the native button text, since we aren't going to use it. (TkMacOSXDrawControl): Call ShowControl & SetControlVisibility in a more logical order. * tkMacOSXInt.h: Add TkMacOSXGenerateFocusEvent. * tkMacOSXSubwindows.c (XDestroyWindow): We don't get Activate events - for the remaining windows when a Floating window is destroyed. This + for the remaining windows when a Floating window is destroyed. This can cause the focus to disappear. So catch this case when the window is being destroyed and move the focus here. * tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): Make this public - (used to be GenerateFocusEvent) since we need it here and in + (used to be GenerateFocusEvent) since we need it here and in tkMacOSXSubwindows.c. Then change the name everywhere it is used. [Bug 1124237] - -2005-03-10 Jim Ingham + +2005-03-10 Jim Ingham * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): In the inDrag section, set the GrafPort to the drag window's GrafPort before doing LocalToGlobal. [Bug 1160025] -2005-03-09 Jim Ingham +2005-03-09 Jim Ingham * macosx/tkMacOSXInit.c (TkpInit): Check to see if the environment variable XCNOSTDIN is set, and if so, close stdin & stdout. This is necessary to make remote debugging under Xcode work properly. - -2005-03-08 Jeff Hobbs + +2005-03-08 Jeff Hobbs * win/tkWinWm.c (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSM. * win/makefile.vc: clarify necessary defined vars that can come from MSVC or the Platform SDK. -2005-02-28 Jeff Hobbs +2005-02-28 Jeff Hobbs * win/tkWinX.c (GenerateXEvent): correct %A translation on MouseWheel [Bug 1118340] @@ -717,18 +717,18 @@ 2005-02-14 Vince Darley - * generic/tkText.c: - * generic/tkText.h: - * generic/tkTextDisp.c: - * generic/tkTextIndex.c: - * generic/tkTextBTree.c: + * generic/tkText.c: + * generic/tkText.h: + * generic/tkTextDisp.c: + * generic/tkTextIndex.c: + * generic/tkTextBTree.c: * doc/text.n: - * tests/textDisp.test: - * tests/textIndex.test: fix of longstanding elide problem - when eliding a newline without eliding the entire logical + * tests/textDisp.test: + * tests/textIndex.test: fix of longstanding elide problem + when eliding a newline without eliding the entire logical line. [Bug 443848] -2005-02-14 Jeff Hobbs +2005-02-14 Jeff Hobbs * doc/options.n: note -cursor {} behavior. [Bug 965618] @@ -738,7 +738,7 @@ display causes an early failure and keeps the error trace short. Issue observed in [FRQ 11122147], even though that's unrelated. -2005-02-11 Jeff Hobbs +2005-02-11 Jeff Hobbs * library/panedwindow.tcl (::tk::panedwindow::Cursor): check window existence on delayed call. [Bug 949792] @@ -753,7 +753,7 @@ (BitmapToPostscript): made aware of various bitmap types * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined - * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 + * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd. @@ -773,7 +773,7 @@ (typeList): Protect this (the other piece of global data) with a mutex. [Bug 1114977] -2005-01-31 Jeff Hobbs +2005-01-31 Jeff Hobbs * unix/tcl.m4, unix/configure: add solaris-64 gcc build support. [Bug 1021871] @@ -791,11 +791,11 @@ * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show console at startup instead of directly calling [console show]. - + * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] - Removed obsolete references to Rhapsody. + Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.57 2005-01-18 Donal K. Fellows @@ -810,7 +810,7 @@ (IconList_Arrange): Assorted tk_getOpenFile fixes. [part of Bug 600313] (IconList_ShiftMotion1): Also fix shift-drag. -2005-01-12 Don Porter +2005-01-12 Don Porter * unix/tcl.m4: Sync'ed to Tcl's copy. * unix/configure: autoconf-2.57 @@ -832,7 +832,7 @@ takes advantage of Tcl_Objs properly and cannot leave objects in an inconsistent state. [Bug 1098779] -2005-01-10 Joe English +2005-01-10 Joe English * unix/Makefile.in, unix/configure.in, unix/tkConfig.sh.in: Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595]. * unix/tcl.m4: re-synced with tcl/unix/tcl.m4 @@ -849,12 +849,12 @@ mode control comment to prevent problems with old versions of man. [Bug 1085127] -2005-01-03 Jeff Hobbs +2005-01-03 Jeff Hobbs * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class. This caused crash in reinit of Tk (as seen in plugin). -2004-12-29 Jeff Hobbs +2004-12-29 Jeff Hobbs * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead @@ -869,7 +869,7 @@ 2004-12-20 Vince Darley * generic/tkFileFilter.c: - * generic/tkFileFilter.h: + * generic/tkFileFilter.h: * macosx/tkMacOSXDialog.c: * win/tkWinDialog.c: * tests/filebox.test: @@ -880,20 +880,20 @@ * doc/panedwindow.n: Fix silly typo. [Bug 1087842] -2004-12-19 Chengye Mao +2004-12-19 Chengye Mao * win/tkWin.h, win/tkWinEmbed.h: Make embedding work better on Windows. - * win/tkWinWm.c, win/tkWinX.c: [Bugs 222677, 831627, 842945, 1024364] + * win/tkWinWm.c, win/tkWinX.c: [Bugs 222677, 831627, 842945, 1024364] -2004-12-17 Chengye Mao +2004-12-17 Chengye Mao * generic/tkFrame.c: Make container windows display their * generic/tkWindow.c: background when they don't have content. 2004-12-10 Donal K. Fellows - * unix/tk.spec, macosx/Tk-Info.plist, macosx/Wish-Info.plist: - * macosx/Wish.pbproj/project.pbxproj, README, win/configure.in: + * unix/tk.spec, macosx/Tk-Info.plist, macosx/Wish-Info.plist: + * macosx/Wish.pbproj/project.pbxproj, README, win/configure.in: * unix/configure.in, generic/tk.h: Bump version to 8.5a3. 2004-12-09 Daniel Steffen @@ -909,7 +909,7 @@ time, or any other time where the image was simple before and the input data has no alpha channel. [Bug 1081966] -2004-12-07 Don Porter +2004-12-07 Don Porter * tests/canvPs.test: Cleaned up the matching of [makeFile] and * tests/choosedir.test: [removeFile] commands as indicated by the @@ -925,15 +925,15 @@ * tests/cursor.test, tests/scrollbar.test: Eliminate all duplicate test names. [Bug 1078648 again] -2004-12-06 Jeff Hobbs +2004-12-06 Jeff Hobbs *** 8.5a2 TAGGED FOR RELEASE *** -2004-12-06 Don Porter +2004-12-06 Don Porter * tests/safe.test: Trim auto_path to improve performance [1080039] -2004-12-05 Jeff Hobbs +2004-12-05 Jeff Hobbs * changes: updated for 8.5a2 release @@ -948,14 +948,14 @@ the target to magical gray, and also make sure that the complex-alpha flag is toggled when necessary. [Patch 848161] -2004-12-01 Jeff Hobbs +2004-12-01 Jeff Hobbs * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to Tk_RedrawImage to display only portion that is valid. * generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression around XGetImage to prevent app abort. [Bug 979239] -2004-11-28 Joe English +2004-11-28 Joe English * unix/tkUnixRFont.c(Tk_DrawChars): Check for short integer overflow in x,y coordinates [Fixes: #942320 "Tk, Xft, text and long lines"] @@ -967,16 +967,16 @@ 2004-11-20 Vince Darley - * tests/text.test: fix to test's platform sensitivities + * tests/text.test: fix to test's platform sensitivities [Bug 1025871] - * tests/textDisp.test: made test less timing sensitive + * tests/textDisp.test: made test less timing sensitive [Bug 1034171], and fixed a platform-sensitive test [Bug 966845] 2004-11-19 Daniel Steffen * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes for tclConfig.h changes to tcl, since those have been reverted for now. - + Note that newly added macosx/Wish.xcode will not work without tclConfig.h, this project has not been removed again. @@ -984,14 +984,14 @@ * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces - * unix/Makefile.in: --enable-man-suffix. + * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks.tcl: removed * unix/mkLinks: removed * unix/configure: generated -2004-11-17 Jeff Hobbs +2004-11-17 Jeff Hobbs * generic/tkCanvWind.c (ConfigureWinItem): unmap windows immediately when state hidden is requested. [Bug 982248] @@ -1009,14 +1009,14 @@ * doc/text.n: clarified documentation on use of -tabs option. -2004-11-16 Don Porter +2004-11-16 Don Porter * library/msgs/it.msg: Updated Italian message catalog. Thanks to Roberto Ugoccioni [Bug 1063675]. 2004-11-16 Daniel Steffen - * macosx/Wish.pbproj/project.pbxproj: + * macosx/Wish.pbproj/project.pbxproj: * macosx/buildTkConfig.tcl: fixes for tclConfig.h changes. * macosx/Wish.pbproj/project.pbxproj: fixed references to renamed @@ -1046,7 +1046,7 @@ * macosx/tkMacOSXXStubs.c: implemented XGetGeometry(). -2004-11-12 Jeff Hobbs +2004-11-12 Jeff Hobbs * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data when -displayof arg is passed to [tk scaling]. [Bug 800178] @@ -1070,7 +1070,7 @@ * generic/tkMain.c: * macosx/tkMacOSXAppInit.c (removed): - * macosx/Wish.pbproj/project.pbxproj: + * macosx/Wish.pbproj/project.pbxproj: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: changes to make TkAqua dynamically loadable, enabling [package require Tk] from tclsh. Startup code from @@ -1137,12 +1137,12 @@ * library/demos/aniwave.tcl: animations using Tcl/Tk to the * library/demos/anilabel.tcl: widget demo. -2004-11-03 Don Porter +2004-11-03 Don Porter * tests/button.test: Update expected results to account for more verbose errorinfo from errors in variable traces [Tcl Bug 572164] -2004-11-01 Don Porter +2004-11-01 Don Porter * tests/dialog.test (dialog-1.1): Update expected result to changes in the error messages produced by procs. @@ -1163,9 +1163,9 @@ DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code. -2004-10-28 Pat Thoyts +2004-10-28 Pat Thoyts - * unix/tkUnixScale.c (DisplayHorizontalValue): Fix for #220927 by + * unix/tkUnixScale.c (DisplayHorizontalValue): Fix for #220927 by Michael Schlenker to keep the labels within the window. 2004-10-28 Donal K. Fellows @@ -1175,12 +1175,12 @@ 2004-10-26 David Gravereaux * win/tkWinX.c: Signature for tkWinXCleanup needed to be - * generic/tkInt.decls: changed so it matches the Tcl_ExitProc + * generic/tkInt.decls: changed so it matches the Tcl_ExitProc * generic/tkIntPlatDecls.h: typedef to avoid a bad-style cast. * win/makefile.vc: Force TCL_LIBRARY envar when calling tclsh -2004-10-26 Pat Thoyts +2004-10-26 Pat Thoyts * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax error * generic/tkImgPhoto.c (Tk_PhotoPutBlock): Removed unreferences vars. @@ -1202,16 +1202,16 @@ * generic/tkPanedWindow.c (Slave,slaveOptionSpecs,ComputeGeometry): (DisplayPanedWindow,ArrangePanes,MoveSash,PanedWindowIdentifyCoords): Add hide flag and stretch setting to list of options supported on - a panedwindow's slaves. [Patch 983886] Much thanks to Brian Griffin + a panedwindow's slaves. [Patch 983886] Much thanks to Brian Griffin for these options. -2004-10-20 Jeff Hobbs +2004-10-20 Jeff Hobbs * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order). -2004-10-19 Joe English +2004-10-19 Joe English TIP#204 IMPLEMENTATION @@ -1220,11 +1220,11 @@ 2004-10-19 Donal K. Fellows - * tests/canvPsImg.tcl, tests/canvPsBmap.tcl: + * tests/canvPsImg.tcl, tests/canvPsBmap.tcl: * generic/tkBitmap.c, bitmaps/*.bmp: - * library/demos/icon.tcl, library/demos/items.tcl: - * library/demos/label.tcl, library/demos/menu.tcl: - * library/demos/ruler.tcl, library/demos/twind.tcl: + * library/demos/icon.tcl, library/demos/items.tcl: + * library/demos/label.tcl, library/demos/menu.tcl: + * library/demos/ruler.tcl, library/demos/twind.tcl: * library/demos/images/*.bmp: Renamed all X bitmap files files to have an .xbm extension so Windows users won't get confused when wandering around the Tcl source tree. [Bug 733835] @@ -1238,33 +1238,33 @@ * doc/wm.n: Recorded what attribute values are supported on OSX though I don't know what they do. -2004-10-08 Joe English +2004-10-08 Joe English TIP#205 IMPLEMENTATION - * unix/tkUnixRFont.c: TIP #205 "Use pkgconfig Database to + * unix/tkUnixRFont.c: TIP #205 "Use pkgconfig Database to Register Xft Support". -2004-10-05 Jeff Hobbs +2004-10-05 Jeff Hobbs TIP#159 IMPLEMENTATION - * doc/wm.n (iconphoto): added support for Tk photo - * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 + * doc/wm.n (iconphoto): added support for Tk photo + * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, - * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. + * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751] -2004-10-04 Jeff Hobbs +2004-10-04 Jeff Hobbs * generic/tkTextWind.c (EmbWinDelayedUnmap): Fix init warnings - * generic/tkTextTag.c (TkTextCreateTag): - * generic/tkTextMark.c (TkTextSetMark): - * generic/tkTextIndex.c (GetIndex): - * generic/tkUndo.c (EvaluateActionList): + * generic/tkTextTag.c (TkTextCreateTag): + * generic/tkTextMark.c (TkTextSetMark): + * generic/tkTextIndex.c (GetIndex): + * generic/tkUndo.c (EvaluateActionList): -2004-09-24 Don Porter +2004-09-24 Don Porter * generic/tkCursor.c: Add missing initialization in debug routine. @@ -1275,7 +1275,7 @@ * tests/textDisp.test: made some tests more robust to slowness in asynchronous height calculation callbacks [Bug 1025781] -2004-09-24 Pat Thoyts +2004-09-24 Pat Thoyts * win/tkWinX.c: Added declaration for advapi32 now that this file uses the Reg* functions (req'd for nmake build system). @@ -1283,18 +1283,18 @@ 2004-09-23 Vince Darley * generic/tkTest.c - * tests/text.test: fix and tests for [Bug 1026485] -- negative + * tests/text.test: fix and tests for [Bug 1026485] -- negative text search ranges should not lead to any matches. -2004-09-22 Jeff Hobbs +2004-09-22 Jeff Hobbs * win/tkWinInt.h (TkWinDisplayChanged): added decl * win/tkWinX.c (TkWinDisplayChanged, TkpOpenDisplay): Correctly * win/tkWinWm.c (InvalidateSubTreeDepth, WmProc): handle color - and screen resolution changes. Tested for 16/24/32 bpp changes on + and screen resolution changes. Tested for 16/24/32 bpp changes on XP. May need more fixes for 8bpp switch, use of special colormaps, or other special palette handling cases. [Bug 223689] - + 2004-09-21 Mo DeJong * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. @@ -1317,7 +1317,7 @@ * win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHA defines so that compiling with mingw works again. -2004-09-20 Jeff Hobbs +2004-09-20 Jeff Hobbs * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attribute settings prior to window mapping and resort to more forceful @@ -1328,7 +1328,7 @@ * doc/*: Standardize style of references to manual sections and public Tcl symbols along the lines of what I set out in [Tcl Patch 1022527]. -2004-09-18 Jeff Hobbs +2004-09-18 Jeff Hobbs * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 setting and round the value. @@ -1336,7 +1336,7 @@ (WmAttributesCmd): don't call UpdateWrapper for -disabled or -toolwindow attr changes. -2004-09-17 Jeff Hobbs +2004-09-17 Jeff Hobbs TIP#222 IMPLEMENTATION @@ -1346,7 +1346,7 @@ * win/tkWinWm.c: TIP #222 [Patch 892194] * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z order - * tests/winWm.test: and focus of preexisting window + * tests/winWm.test: and focus of preexisting window when replacing the wrapper window. 2004-09-16 David Gravereaux @@ -1354,7 +1354,7 @@ * win/makefile.vc : added VC7-safe environment check as used in the Tcl makefile.vc [Bug 1029349] -2004-09-16 Jeff Hobbs +2004-09-16 Jeff Hobbs * generic/tkMenu.c (MenuWorldChanged): ensure that we recompute the menu geometry on WorldChanged to handle font size @@ -1375,7 +1375,7 @@ The wm iconwindow command does not seem to do much under Win32, but at least this avoids an error message. -2004-09-13 Jeff Hobbs +2004-09-13 Jeff Hobbs * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the right size for both icons ('?:' order of precedence mistake). @@ -1388,7 +1388,7 @@ * library/demos/filebox.tcl: Stop the use of tk_strictMotif from poisoning the rest of the widget demo. [Bug 1013942] -2004-09-10 Jeff Hobbs +2004-09-10 Jeff Hobbs * win/tkWinWm.c (ActivateWindow): SetFocus to grab window when clicking outside the grab window hierarchy. [Bug 220908] @@ -1408,12 +1408,12 @@ * library/text.tcl, library/demos/twind.tcl, library/demos/widget: * tests/text.test, tests/textImage.test, tests/textIndex.test: * tests/textWind.test: implementation of TIP#169, which provides - the new '$text peer' widget subcommand. This includes new + the new '$text peer' widget subcommand. This includes new documentation, tests, and an extension to the text widget demos - to illustrate some of the new features. Many thanks also to + to illustrate some of the new features. Many thanks also to Brian Griffin for the initial implementation. -2004-09-09 Jeff Hobbs +2004-09-09 Jeff Hobbs * tests/panedwindow.test: bulletproof 23.2 result [Bug #1019100] @@ -1425,21 +1425,21 @@ * doc/wish.1: Added note that the -use option is linked to the frame's -container option to help with [Bug 1024364] -2004-09-06 Jeff Hobbs +2004-09-06 Jeff Hobbs * library/tkfbox.tcl (::tk::dialog::file::Create): use label instead of button for "File of type", as it properly handles -state disabled now. -2004-09-06 Pat Thoyts +2004-09-06 Pat Thoyts - * win/makefile.vc: Set TK_LIBRARY when execing Tk apps (test, + * win/makefile.vc: Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo). 2004-09-03 Donal K. Fellows - * macosx/tkMacOSXMenus.c (GenerateEditEvent): - * macosx/tkMacOSXMenu.c (MenuSelectEvent): + * macosx/tkMacOSXMenus.c (GenerateEditEvent): + * macosx/tkMacOSXMenu.c (MenuSelectEvent): * win/tkWinMenu.c (MenuSelectEvent): Make sure everywhere that needs to NULL-out the user_data field does actually do so. (Code that uses bzero() or memset() for the task just needs to be @@ -1459,18 +1459,18 @@ * generic/tk.h (XVirtualEvent): Added user_data field to structure. - * generic/tkBind.c (ExpandPercents, HandleEventGenerate): + * generic/tkBind.c (ExpandPercents, HandleEventGenerate): * generic/tkEvent.c (Tk_HandleEvent): Handle putting data into the user_data field, passing it to scripts as %d substitution, and releasing the field's contents once the event has been processed. * doc/bind.n, doc/event.n, tests/bind.test: Docs + tests. -2004-08-26 Jeff Hobbs +2004-08-26 Jeff Hobbs * library/text.tcl (::tk::TextTranspose): Ensure that Transpose is an atomic op to undo. -2004-08-25 Don Porter +2004-08-25 Don Porter * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a few * win/tkWinMenu.c: appropriate spots. @@ -1484,7 +1484,7 @@ 2004-08-20 Donal K. Fellows - * doc/TkInitStubs.3, doc/photo.n, doc/ParseArgv.3, doc/options.n: + * doc/TkInitStubs.3, doc/photo.n, doc/ParseArgv.3, doc/options.n: * doc/keysyms.n, doc/font.n: More doc fixes. [Patch 1012837] * doc/place.n, doc/pack.n, doc/grid.n, doc/getOpenFile.n: @@ -1494,19 +1494,19 @@ * tests/canvas.test (canvas-17.1): Report the result of the test so that it can be compared. [Bug 1012331] -2004-08-19 Jeff Hobbs +2004-08-19 Jeff Hobbs * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from - * win/tkWinInt.h: the -parent window for - * win/tkWinWm.c (TkWinGetIcon): the MessageBox. + * win/tkWinInt.h: the -parent window for + * win/tkWinWm.c (TkWinGetIcon): the MessageBox. -2004-08-19 Joe English +2004-08-19 Joe English * unix/tkUnixWm.c: Cast argument 7 of XChangeProperty to 'const unsigned char *' (from 'const char *') to satisfy Solaris 8 Forte C compiler [Bug #1012325] -2004-08-19 Don Porter +2004-08-19 Don Porter * tests/safe.test (safe-1.3): Made test less sensitve to the full set of existing aliases in an interp, so the it only tests @@ -1541,7 +1541,7 @@ * doc/menu.n, doc/text.n: Assorted fixes, including spelling fixes from Mikhail Kolesnitschenko. [Patch 1010083] - * doc/spinbox.n, doc/scrollbar.n, doc/scale.n, doc/panedwindow.n: + * doc/spinbox.n, doc/scrollbar.n, doc/scale.n, doc/panedwindow.n: * doc/message.n, doc/listbox.n, doc/entry.n, doc/button.n: More spelling fixes from Mikhail Kolesnitschenko. [Patch 1010607] @@ -1563,9 +1563,9 @@ * library/xmfbox.tcl (MotifFDialog_BuildUI): Fix [Bug 987169] in the Motif file dialogs as well. -2004-08-10 Joe English +2004-08-10 Joe English - * unix/tkUnixWm.c: Fix for #1006686 "wm resizable command + * unix/tkUnixWm.c: Fix for #1006686 "wm resizable command not working on Solaris/CDE" (patch from Colin McDonald). 2004-08-09 Mo DeJong @@ -1580,7 +1580,7 @@ 2004-08-05 Donal K. Fellows - * library/clrpick.tcl (BuildDialog): + * library/clrpick.tcl (BuildDialog): * library/msgbox.tcl (MessageBox): Add scheme for cancelling dialog boxes with Escape and also handle what happens when the window gets nuked from outside. [Bug 987169] @@ -1597,12 +1597,12 @@ 2004-07-30 Daniel Steffen * unix/configure: - * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. 2004-07-29 George Peter Staplin - * generic/tkEvent.c (TkQueueEventForAllChildren): Code from the + * generic/tkEvent.c (TkQueueEventForAllChildren): Code from the core-8-4-branch to not queue events for unmapped windows was added. 2004-07-27 Daniel Steffen @@ -1611,14 +1611,14 @@ in case of premature end of image data, return error instead of passing nil buffer to Tk_PhotoPutBlock(). -2004-07-22 Jeff Hobbs +2004-07-22 Jeff Hobbs * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory [pwd] (instead of .) to get around some VFS edge case bugs. Correct args passes to tk_messageBox when failing to cd. Add -force back to namespace import of msgcat. -2004-07-20 Jeff Hobbs +2004-07-20 Jeff Hobbs * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is set after creation. [Bug #905830] @@ -1632,7 +1632,7 @@ * macosx/Wish.pbproj/project.pbxproj: fixes for building with non-default SYMROOT/OBJROOT/SRCROOT, added support for using a Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks, - added optional support for building html help without tcl sources + added optional support for building html help without tcl sources present by giving explicit location of tcltk-man2html script. * macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug. @@ -1641,7 +1641,7 @@ * win/Makefile.in: added 'install-private-headers' makefile target to allow optionally installing private tk headers. [Tcl FR 922727] -2004-07-16 Jeff Hobbs +2004-07-16 Jeff Hobbs * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their * unix/configure.in, unix/configure: _DEFAULT to allow for env @@ -1653,7 +1653,7 @@ Reorder configure.in for better 64-bit build configuration, replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058] -2004-07-14 Jim Ingham +2004-07-14 Jim Ingham * macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not reset the cursor more often than necessary was getting fooled @@ -1661,7 +1661,7 @@ gets freed. So in the case where the input cursor was NULL, we have to just always set it. [Bug #894550] -2004-07-13 Don Porter +2004-07-13 Don Porter * library/tkfbox.tcl: Corrected coding errors in most recent change. Use [bind $w], not [$w configure] to modify bindings. @@ -1669,7 +1669,7 @@ 2004-07-11 Donal K. Fellows * library/tkfbox.tcl (::tk::dialog::file::Create): Watch out for - users destroying the dialog indirectly. [Bug 987169] + users destroying the dialog indirectly. [Bug 987169] 2004-07-07 Donal K. Fellows @@ -1692,18 +1692,18 @@ * generic/tkBind.c: Grossbauer and Kevin Kenny for * doc/bind.n: developing this patch [Patch 797404] -2004-07-05 Joe English +2004-07-05 Joe English * unix/tkUnixWm.c: Set _NET_WM_NAME and _NET_WM_ICON_NAME - (freedesktop.org) in addition to WM_NAME and WM_ICON_NAME + (freedesktop.org) in addition to WM_NAME and WM_ICON_NAME (ICCCM). This allows the full Unicode character set to be used in window manager strings (but only for - newer WMs that support the EWMH spec). [Tk Bug #959973] + newer WMs that support the EWMH spec). [Tk Bug #959973] 2004-07-02 George Peter Staplin * generic/tkEvent.c: Tk_HandleEvent was refactored to be more - readable, and during this process two bugs were found. + readable, and during this process two bugs were found. 1) Button 4 and 5 masks will now be synchronized with the TkDisplay. 2) ClientMessage handlers will use the proper last pointer rather @@ -1725,7 +1725,7 @@ assume that it is really working with toplevels. Occasionally this is important. Thanks to Neil McKay for this patch! -2004-06-29 Jeff Hobbs +2004-06-29 Jeff Hobbs * generic/tkCmds.c (Tk_WinfoObjCmd): refetch interp result obj for 'winfo id' as it can change when making the window exist. @@ -1735,7 +1735,7 @@ * generic/tkConsole.c (ConsoleDeleteProc): Set tsdPtr->gStdoutInterp to NULL when the console command is deleted [Bug 756840]. Also, added Tcl_Preserve/Tcl_Release for consoleInterp in InterpreterCmd - in case it gets deleted during the calls to Tcl_GlobalEval and + in case it gets deleted during the calls to Tcl_GlobalEval and Tcl_RecordAndEval. 2004-06-24 Donal K. Fellows @@ -1753,7 +1753,7 @@ constraints so many common and basic constraints are defined once with a single name. -2004-06-16 Joe English +2004-06-16 Joe English * unix/tkUnixWm.c, win/tkWinWm.c, macosx/tkMacOSXWm.c, tests/wm.test, tests/unixWm.test: Fix for #742882 @@ -1788,9 +1788,9 @@ 2004-06-09 Vince Darley - * generic/tkText.c: + * generic/tkText.c: * tests/text.test: fix to multi-line regexp search bugs in text - widget (reported against Alphatk editor, not on sf). + widget (reported against Alphatk editor, not on sf). Addded 3 new tests. 2004-06-09 Donal K. Fellows @@ -1816,17 +1816,17 @@ 2004-06-07 Vince Darley - * generic/tkTextDisp.c: + * generic/tkTextDisp.c: * generic/tkTextBTree.c: fix to (Bug 965186) in which the text widget's record of partial-line-height calculations (for very long wrapped lines) was being incorrectly reused. This resulted in confusing scrollbar-text interactions. -2004-06-06 Pat Thoyts +2004-06-06 Pat Thoyts - * tests/frame.test: Fix frame-2.8 for ![info exists env(DISPLAY)] + * tests/frame.test: Fix frame-2.8 for ![info exists env(DISPLAY)] -2004-06-04 Don Porter +2004-06-04 Don Porter * tests/filebox.test: A few typo corrections in dkf's recent * tests/frame.test: style upgrade for the test suite. @@ -1835,9 +1835,9 @@ 2004-06-04 Vince Darley - * generic/tkTextIndex.c: - * generic/tkText.c: - * generic/tkTextDisp.c: + * generic/tkTextIndex.c: + * generic/tkText.c: + * generic/tkTextDisp.c: * doc/text.n: fix to shimmering infinite loop scrolling problem in text widget under some rare circumstances (Bug 965398). Improved comments and documentation. @@ -1847,9 +1847,9 @@ * library/text.tcl: corrected mousewheel bindings for TkAqua -2004-05-29 Joe English +2004-05-29 Joe English - * doc/messageBox.n: Fix minor markup errors (backslash + * doc/messageBox.n: Fix minor markup errors (backslash is \e, not \b). 2004-05-24 Donal K. Fellows @@ -1859,7 +1859,7 @@ * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Added "support" for the -detail option by concatenating it onto the end of the message. -2004-05-24 Jim Ingham +2004-05-24 Jim Ingham * tkMacOSXDialog.c (Tk_MessageBoxObjCmd): Turn on the -detail option for Mac OS X. @@ -1879,7 +1879,7 @@ 2004-05-14 Donal K. Fellows * library/msgbox.tcl (MessageBox): Added TIP#152's -detail option - for Unix/X11 platforms. Also shrank the size of the main -message + for Unix/X11 platforms. Also shrank the size of the main -message text which was grossly large. 2004-05-12 Chengye Mao @@ -1893,7 +1893,7 @@ * win/tkWinWm.c : handle and destroy old wrapper correctly and fix crash problem in wish exiting [Bug 767176]. -2004-05-05 Jeff Hobbs +2004-05-05 Jeff Hobbs * win/tkWinFont.c (FindSubFontForChar): corrections to dkf patch to handle subFontPtrPtr in EnumFontFamilies callback. @@ -1904,7 +1904,7 @@ that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug 618872] -2004-05-03 Jeff Hobbs +2004-05-03 Jeff Hobbs * unix/tkUnixButton.c (TkpDrawCheckIndicator): allow radiobuttons to be drawn when disabledforeground and/or selectcolor are NULL. @@ -1914,14 +1914,14 @@ images of compound menu entries in indicator space if not a radio of checkbutton. [Bug #756952] (eserte) - * win/tkWinX.c: fix drawing of unicode chars in menu + * win/tkWinX.c: fix drawing of unicode chars in menu * win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl) * win/tkWinMenu.c (ReconfigureWindowsMenu): * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c * macosx/tkMacOSXXStubs.c: to being implemented in a platform - * unix/tkUnixEvent.c: specific manner. The cleanup order was - * win/tkWinX.c: bad at least on Windows, where we + * unix/tkUnixEvent.c: specific manner. The cleanup order was + * win/tkWinX.c: bad at least on Windows, where we reset/cleared display info that was still needed for the clipboard to render. [Bug #939389, #822002, #732662] @@ -1940,7 +1940,7 @@ * generic/tkPort.h: * unix/Makefile.in: - * win/makefile.bc: + * win/makefile.bc: * win/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tkPort.h to allow installation of private headers outside of tk source tree; added @@ -1970,21 +1970,21 @@ parameter encodingPtr. (GetKCHREncoding): Add. -2004-04-16 Jeff Hobbs +2004-04-16 Jeff Hobbs * library/bgerror.tcl (bgerror): rework to only set -topmost bit on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab. -2004-04-04 Joe English +2004-04-04 Joe English - * unix/tkUnixWm.c: Fix for bug #915350 "Tk sets min, max size in + * unix/tkUnixWm.c: Fix for bug #915350 "Tk sets min, max size in WM_HINTS when it shouldn't" and #922336 "Tk apps have no maximize window button under KDE-3.2.1" -2004-03-31 Jim Ingham +2004-03-31 Jim Ingham - * tkMacOSXCarbonEvents.c (AppEventHandlerProc): Handle the + * tkMacOSXCarbonEvents.c (AppEventHandlerProc): Handle the kEventAppHidden and kEventAppShown events. (TkMacOSXInitCarbonEvents): Register for the above events. * tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): Steal @@ -2000,7 +2000,7 @@ * tkMacOSXMenu.c (EventuallyInvokeMenu): Report errors from invoking menu commands as background errors. [Bug 220871] -2004-03-31 Don Porter +2004-03-31 Don Porter * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h * generic/tkScale.c: header file. All tk*Port.h files have long @@ -2016,7 +2016,7 @@ * generic/tkImgPPM.c (ReadPPMStringHeader): Code to read PPM/PGM data (StringReadPPM, StringMatchPPM): from strings/bytearrays. [FRQ 540375] -2004-03-26 Don Porter +2004-03-26 Don Porter * unix/tcl.m4: Replaced -Wno-strict-alias with more portable -fno-strict-alias alternative. @@ -2042,14 +2042,14 @@ 2004-03-25 Donal K. Fellows * doc/winfo.n: Clarified the range of colour intensities returned - by [winfo rgb]. [Bug 922610] + by [winfo rgb]. [Bug 922610] 2004-03-22 Donal K. Fellows * doc/ConfigWidg.3: Converted malloc/free to Tcl_Alloc/Tcl_Free to help avoid confusion and crashes on Windows. [Bug 920695] -2004-03-20 Jim Ingham +2004-03-20 Jim Ingham * macosx/tkMacOSXSubwindows.c (GenerateConfigureNotify): New function. @@ -2186,7 +2186,7 @@ * xlib/X11/Xutil.h: * xlib/X11/keysym.h: -2004-03-16 Jeff Hobbs +2004-03-16 Jeff Hobbs * unix/tkUnixButton.c (TkpDrawCheckIndicator): correct crash condition for new radio/checkbuttons when colors are exhausted. @@ -2206,7 +2206,7 @@ 2004-03-08 David Gravereaux * win/makefile.vc: - * win/buildall.vc.bat: Checks MSDevDir, not MSVCDir envar. + * win/buildall.vc.bat: Checks MSDevDir, not MSVCDir envar. 2004-03-04 Mo DeJong @@ -2214,7 +2214,7 @@ compiling with mem debug under Mingw. This fixes the checking from 2003-12-25. -2004-03-03 Jeff Hobbs +2004-03-03 Jeff Hobbs *** 8.5a1 TAGGED FOR RELEASE *** @@ -2223,9 +2223,9 @@ * changes: updated for 8.5a1 -2004-03-01 Jeff Hobbs +2004-03-01 Jeff Hobbs - * README: update to patchlevel 8.5a1 + * README: update to patchlevel 8.5a1 * generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure, unix/configure.in, unix/tk.spec: @@ -2233,7 +2233,7 @@ * unix/tcl.m4: update HP-11 build libs setup -2004-03-01 Don Porter +2004-03-01 Don Porter * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems. [Bug 218561] @@ -2278,7 +2278,7 @@ * macosx/tkMacOSXKeyboard.c (TkpInitKeymapInfo): Don't make and synonyms for and