summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-08-09 13:54:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-08-09 13:54:39 (GMT)
commitaac661624dd68998883977d90169ef67424e6b7e (patch)
treed6d53b50ae35d73e233cb5d55df3fe17089408b5
parent48c9ba5b6786467faeb05dcc503ea3974407e3ba (diff)
downloadtk-aac661624dd68998883977d90169ef67424e6b7e.zip
tk-aac661624dd68998883977d90169ef67424e6b7e.tar.gz
tk-aac661624dd68998883977d90169ef67424e6b7e.tar.bz2
whitespace police
-rw-r--r--ChangeLog686
1 files 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 <jeffh@ActiveState.com>
+2005-07-21 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2005-07-06 Jeff Hobbs <jeffh@ActiveState.com>
* doc/getOpenFile.n: correct -multiple docs (takes boolean)
-2005-07-05 Don Porter <dgp@users.sourceforge.net>
+2005-07-05 Don Porter <dgp@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2005-06-04 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.5a3 TAGGED FOR RELEASE ***
-2005-06-02 Jim Ingham <jingham@apple.com>
+2005-06-02 Jim Ingham <jingham@apple.com>
* 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 <jeffh@ActiveState.com>
+
+2005-06-01 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2005-05-30 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <das@users.sourceforge.net>
* 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 <max@suse.de>
* 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 <tmh@users.sourceforge.net>
- * library/menu.tcl: correct the sticky behavior of menus posted by
- tk_popup so that they "stick" after the initial <ButtonRelease>
- 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 <ButtonRelease>
+ following the post, that is not over an active menu entry.
2005-05-26 Daniel Steffen <das@users.sourceforge.net>
@@ -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 <jeffh@ActiveState.com>
+2005-05-25 Jeff Hobbs <jeffh@ActiveState.com>
* unix/Makefile.in (install-libraries): protect possible empty
list in for with list= trick for older shells.
-2005-05-23 Jeff Hobbs <jeffh@ActiveState.com>
+2005-05-23 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jingham@apple.com>
+2005-05-15 Jim Ingham <jingham@apple.com>
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 <jingham@apple.com>
* macosx/tkMacOSXScrlbr.c (ThumbActionProc): Missing Tcl_Release.
-
+
2005-05-14 Daniel Steffen <das@users.sourceforge.net>
-
+
* 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 <dgp@users.sourceforge.net>
+2005-05-10 Don Porter <dgp@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2005-05-06 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <GeorgePS (at) XMission.com>
- * 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 <jenglish@users.sourceforge.net>
+2003-04-18 Joe English <jenglish@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2005-04-14 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to
avoid possible segv. Minimal fix for [Bug 1122671]
-2005-04-12 Jeff Hobbs <jeffh@ActiveState.com>
+2005-04-12 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <dkf@users.sf.net>
- * 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 <dgp@users.sourceforge.net>
+2005-04-04 Don Porter <dgp@users.sourceforge.net>
* 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 <vincentdarley@users.sourceforge.net>
- * 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 <jeffh@ActiveState.com>
+2005-03-29 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jingham@apple.com>
+2005-03-24 Jim Ingham <jingham@apple.com>
* 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 <jingham@apple.com>
+
+2005-03-23 Jim Ingham <jingham@apple.com>
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 <nem@cs.nott.ac.uk>.
-
+
* 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 <revarbat@gmail.com>
+ dock icon on Mac OS X. This is from Revar Desmera <revarbat@gmail.com>
* macosx/tkMacOSXWm.c (WmAttrGetNotifyStatus, WmAttrSetNotifyStatus):
New functions.
(WmAttributesCmd): Add the -notify.
* doc/wm.n: Document -notify.
-
+
2005-03-19 Donal K. Fellows <dkf@users.sf.net>
* 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 <jingham@apple.com>
+2005-03-14 Jim Ingham <jingham@apple.com>
- * 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 <patthoyts@users.sourceforge.net>
+2005-03-15 Pat Thoyts <patthoyts@users.sourceforge.net>
- * 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 <donal.k.fellows@manchester.ac.uk>
@@ -646,47 +646,47 @@
client messages are handled correctly. Thanks to George Petasis
for tracking this down. [Bug 1162356]
-2005-03-11 Jim Ingham <jingham@apple.com>
+2005-03-11 Jim Ingham <jingham@apple.com>
* 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 <jingham@apple.com>
+
+2005-03-10 Jim Ingham <jingham@apple.com>
* 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 <jingham@apple.com>
+2005-03-09 Jim Ingham <jingham@apple.com>
* 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 <jeffh@ActiveState.com>
+
+2005-03-08 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2005-02-28 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinX.c (GenerateXEvent): correct %A translation on
MouseWheel [Bug 1118340]
@@ -717,18 +717,18 @@
2005-02-14 Vince Darley <vincentdarley@users.sourceforge.net>
- * 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 <jeffh@ActiveState.com>
+2005-02-14 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2005-02-11 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2005-01-31 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <donal.k.fellows@man.ac.uk>
@@ -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 <dgp@users.sourceforge.net>
+2005-01-12 Don Porter <dgp@users.sourceforge.net>
* 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 <jenglish@users.sourceforge.net>
+2005-01-10 Joe English <jenglish@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2005-01-03 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-12-29 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <vincentdarley@users.sourceforge.net>
* 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 <chengye.geo@yahoo.com>
+2004-12-19 Chengye Mao <chengye.geo@yahoo.com>
* 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 <chengye.geo@yahoo.com>
+2004-12-17 Chengye Mao <chengye.geo@yahoo.com>
* generic/tkFrame.c: Make container windows display their
* generic/tkWindow.c: background when they don't have content.
2004-12-10 Donal K. Fellows <donal.k.fellows@man.ac.uk>
- * 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 <das@users.sourceforge.net>
@@ -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 <dgp@users.sourceforge.net>
+2004-12-07 Don Porter <dgp@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2004-12-06 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.5a2 TAGGED FOR RELEASE ***
-2004-12-06 Don Porter <dgp@users.sourceforge.net>
+2004-12-06 Don Porter <dgp@users.sourceforge.net>
* tests/safe.test: Trim auto_path to improve performance [1080039]
-2004-12-05 Jeff Hobbs <jeffh@ActiveState.com>
+2004-12-05 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-12-01 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jenglish@users.sourceforge.net>
+2004-11-28 Joe English <jenglish@users.sourceforge.net>
* 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 <vincentdarley@users.sourceforge.net>
- * 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 <das@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2004-11-17 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <dgp@users.sourceforge.net>
+2004-11-16 Don Porter <dgp@users.sourceforge.net>
* library/msgs/it.msg: Updated Italian message catalog.
Thanks to Roberto Ugoccioni [Bug 1063675].
2004-11-16 Daniel Steffen <das@users.sourceforge.net>
- * 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 <jeffh@ActiveState.com>
+2004-11-12 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <dgp@users.sourceforge.net>
+2004-11-03 Don Porter <dgp@users.sourceforge.net>
* 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 <dgp@users.sourceforge.net>
+2004-11-01 Don Porter <dgp@users.sourceforge.net>
* 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 <patthoyts@users.sourceforge.net>
+2004-10-28 Pat Thoyts <patthoyts@users.sourceforge.net>
- * 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 <donal.k.fellows@man.ac.uk>
@@ -1175,12 +1175,12 @@
2004-10-26 David Gravereaux <davygrvy@pobox.com>
* 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 <patthoyts@users.sourceforge.net>
+2004-10-26 Pat Thoyts <patthoyts@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2004-10-20 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jenglish@users.sourceforge.net>
+2004-10-19 Joe English <jenglish@users.sourceforge.net>
TIP#204 IMPLEMENTATION
@@ -1220,11 +1220,11 @@
2004-10-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
- * 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 <jenglish@users.sourceforge.net>
+2004-10-08 Joe English <jenglish@users.sourceforge.net>
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 <jeffh@ActiveState.com>
+2004-10-05 Jeff Hobbs <jeffh@ActiveState.com>
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 <jeffh@ActiveState.com>
+2004-10-04 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <dgp@users.sourceforge.net>
+2004-09-24 Don Porter <dgp@users.sourceforge.net>
* 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 <patthoyts@users.sourceforge.net>
+2004-09-24 Pat Thoyts <patthoyts@users.sourceforge.net>
* 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 <vincentdarley@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2004-09-22 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <mdejong@users.sourceforge.net>
* 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 <jeffh@ActiveState.com>
+2004-09-20 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-09-18 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-09-17 Jeff Hobbs <jeffh@ActiveState.com>
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 <davygrvy@pobox.com>
@@ -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 <jeffh@ActiveState.com>
+2004-09-16 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-09-13 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-09-10 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-09-09 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-09-06 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <patthoyts@users.sourceforge.net>
+2004-09-06 Pat Thoyts <patthoyts@users.sourceforge.net>
- * 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 <donal.k.fellows@man.ac.uk>
- * 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 <jeffh@ActiveState.com>
+2004-08-26 Jeff Hobbs <jeffh@ActiveState.com>
* library/text.tcl (::tk::TextTranspose): Ensure that Transpose is
an atomic op to undo.
-2004-08-25 Don Porter <dgp@users.sourceforge.net>
+2004-08-25 Don Porter <dgp@users.sourceforge.net>
* 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 <donal.k.fellows@man.ac.uk>
- * 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 <jeffh@ActiveState.com>
+2004-08-19 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jenglish@users.sourceforge.net>
+2004-08-19 Joe English <jenglish@users.sourceforge.net>
* 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 <dgp@users.sourceforge.net>
+2004-08-19 Don Porter <dgp@users.sourceforge.net>
* 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 <jenglish@users.sourceforge.net>
+2004-08-10 Joe English <jenglish@users.sourceforge.net>
- * 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 <mdejong@users.sourceforge.net>
@@ -1580,7 +1580,7 @@
2004-08-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
- * 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 <das@users.sourceforge.net>
* 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 <georgeps@xmission.com>
- * 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 <das@users.sourceforge.net>
@@ -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 <jeffh@ActiveState.com>
+2004-07-22 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-07-20 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-07-16 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jingham@apple.com>
+2004-07-14 Jim Ingham <jingham@apple.com>
* 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 <dgp@users.sourceforge.net>
+2004-07-13 Don Porter <dgp@users.sourceforge.net>
* 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 <donal.k.fellows@man.ac.uk>
* 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 <donal.k.fellows@man.ac.uk>
@@ -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 <jenglish@users.sourceforge.net>
+2004-07-05 Joe English <jenglish@users.sourceforge.net>
* 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 <GeorgePS@XMission.com>
* 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 <jeffh@ActiveState.com>
+2004-06-29 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <donal.k.fellows@man.ac.uk>
@@ -1753,7 +1753,7 @@
constraints so many common and basic constraints are defined once
with a single name.
-2004-06-16 Joe English <jenglish@users.sourceforge.net>
+2004-06-16 Joe English <jenglish@users.sourceforge.net>
* 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 <vincentdarley@users.sourceforge.net>
- * 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 <donal.k.fellows@man.ac.uk>
@@ -1816,17 +1816,17 @@
2004-06-07 Vince Darley <vincentdarley@users.sourceforge.net>
- * 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 <patthoyts@users.sourceforge.net>
+2004-06-06 Pat Thoyts <patthoyts@users.sourceforge.net>
- * 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 <dgp@users.sourceforge.net>
+2004-06-04 Don Porter <dgp@users.sourceforge.net>
* 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 <vincentdarley@users.sourceforge.net>
- * 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 <jenglish@users.sourceforge.net>
+2004-05-29 Joe English <jenglish@users.sourceforge.net>
- * 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 <donal.k.fellows@man.ac.uk>
@@ -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 <jingham@apple.com>
+2004-05-24 Jim Ingham <jingham@apple.com>
* tkMacOSXDialog.c (Tk_MessageBoxObjCmd): Turn on the -detail
option for Mac OS X.
@@ -1879,7 +1879,7 @@
2004-05-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* 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 <chengye.geo@yahoo.com>
@@ -1893,7 +1893,7 @@
* win/tkWinWm.c <UpdateWrapper>: handle and destroy old wrapper
correctly and fix crash problem in wish exiting [Bug 767176].
-2004-05-05 Jeff Hobbs <jeffh@ActiveState.com>
+2004-05-05 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-05-03 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jeffh@ActiveState.com>
+2004-04-16 Jeff Hobbs <jeffh@ActiveState.com>
* 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 <jenglish@users.sourceforge.net>
+2004-04-04 Joe English <jenglish@users.sourceforge.net>
- * 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 <jingham@apple.com>
+2004-03-31 Jim Ingham <jingham@apple.com>
- * 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 <dgp@users.sourceforge.net>
+2004-03-31 Don Porter <dgp@users.sourceforge.net>
* 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 <dgp@users.sourceforge.net>
+2004-03-26 Don Porter <dgp@users.sourceforge.net>
* unix/tcl.m4: Replaced -Wno-strict-alias with more portable
-fno-strict-alias alternative.
@@ -2042,14 +2042,14 @@
2004-03-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* 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 <donal.k.fellows@man.ac.uk>
* 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 <jingham@apple.com>
+2004-03-20 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXSubwindows.c (GenerateConfigureNotify): New
function.
@@ -2186,7 +2186,7 @@
* xlib/X11/Xutil.h:
* xlib/X11/keysym.h:
-2004-03-16 Jeff Hobbs <jeffh@ActiveState.com>
+2004-03-16 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tkUnixButton.c (TkpDrawCheckIndicator): correct crash
condition for new radio/checkbuttons when colors are exhausted.
@@ -2206,7 +2206,7 @@
2004-03-08 David Gravereaux <davygrvy@pobox.com>
* 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 <mdejong@users.sourceforge.net>
@@ -2214,7 +2214,7 @@
compiling with mem debug under Mingw. This
fixes the checking from 2003-12-25.
-2004-03-03 Jeff Hobbs <jeffh@ActiveState.com>
+2004-03-03 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.5a1 TAGGED FOR RELEASE ***
@@ -2223,9 +2223,9 @@
* changes: updated for 8.5a1
-2004-03-01 Jeff Hobbs <jeffh@ActiveState.com>
+2004-03-01 Jeff Hobbs <jeffh@ActiveState.com>
- * 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 <dgp@users.sourceforge.net>
+2004-03-01 Don Porter <dgp@users.sourceforge.net>
* 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 <Alt> and
<Meta> synonyms for <Command> and <Option> for now.
-2004-02-17 Jeff Hobbs <jeffh@ActiveState.com>
+2004-02-17 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkBind.c (HandleEventGenerate): only modify root[xy]
with [xy] when they haven't been otherwise set.
@@ -2302,7 +2302,7 @@
* tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrect
variable name [Bug 899010].
-2004-02-15 Jim Ingham <jingham@apple.com>
+2004-02-15 Jim Ingham <jingham@apple.com>
* tkMacOSXDialog.c (MatchOneType): If the Macintosh filetype
is 0, then automatically pass the fileType check.
@@ -2334,7 +2334,7 @@
* tkMacOSXWindowEvent.c: Ditto
* tkMacOSXWm.c: Ditto
-2004-02-13 Jim Ingham <jingham@apple.com>
+2004-02-13 Jim Ingham <jingham@apple.com>
* tkMacOSXDialog.c (Tk_GetOpenFileObjCmd): Use CFStringRef for
title & message options, not pascal strings.
@@ -2350,7 +2350,7 @@
* tkMacOSXWm.c (TkSetWMName): Use CFStrings for the Window Title
name, not Pascal strings.
-2004-02-12 Jeff Hobbs <jeffh@ActiveState.com>
+2004-02-12 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl
for -initialdir if we have a UNC path because BFFM_SETSELECTION
@@ -2366,7 +2366,7 @@
* generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):
* tests/imgPhoto.test (imgPhoto-16.1): Better handling of the case
when copying from one area of a photo to another triggers a
- resizing of the image. [Bug 877950]
+ resizing of the image. [Bug 877950]
2004-02-07 David Gravereaux <davygrvy@pobox.com>
@@ -2375,7 +2375,7 @@
* win/rc/tk.rc:
* win/rc/wish.rc: Now supports the 'unchecked' option when building.
-2004-02-03 Jeff Hobbs <jeffh@ActiveState.com>
+2004-02-03 Jeff Hobbs <jeffh@ActiveState.com>
* doc/menubutton.n:
* library/menu.tcl (::tk::MbPost): make menubuttons that post
@@ -2394,8 +2394,8 @@
* win/rules.vc:
* win/nmakehlp.c: sync'd to Tcl.
-2004-01-31 Joe English <jenglish@users.sourceforge.net>
- * unix/tkUnixWm.c, unix/tkUnixEvent.c: Replaced
+2004-01-31 Joe English <jenglish@users.sourceforge.net>
+ * unix/tkUnixWm.c, unix/tkUnixEvent.c: Replaced
TclpGetTime() with Tcl_GetTime(), to remove dependency
on tclInt.h [Bug 874745].
@@ -2418,7 +2418,7 @@
2004-01-25 Peter Spjuth <peter.spjuth@space.se>
* library/dialog.tcl:
* library/msgbox.tcl: The dialogs were affected by the TIP#146
- implementation. Added grid anchor commands to restore original
+ implementation. Added grid anchor commands to restore original
behaviour.
2004-01-15 David Gravereaux <davygrvy@pobox.com>
@@ -2426,7 +2426,7 @@
* win/tkWinSendCom.c: Placed the requirement for the special COM
libraries into the object file itself with #paragma comment (lib, ...)
when built with VC++. This will simplify linking for users of the
- static library. uuid.lib is required for VC5.2, but is implicit
+ static library. uuid.lib is required for VC5.2, but is implicit
with VC6.
* win/makefile.vc: Removed 'ole32.lib oleaut32.lib uuid.lib' from
@@ -2435,7 +2435,7 @@
2004-01-12 David Gravereaux <davygrvy@pobox.com>
* generic/tk3d.c: All uses of 'panic' (the macro) changed
- * generic/tkBind.c: to 'Tcl_Panic' (the function). The #define
+ * generic/tkBind.c: to 'Tcl_Panic' (the function). The #define
* generic/tkBitmap.c: of panic in tcl.h clearly states it is
* generic/tkCanvArc.c: deprecated in the comments.
* generic/tkCanvBmap.c: [Tcl Patch 865264]
@@ -2523,7 +2523,7 @@
* win/lamp.bmp (deleted):
* win/rc/lamp.bmp (new): Moved.
- * win/rules.vc: Sync'd to Tcl, respects the CHECKS=nodep
+ * win/rules.vc: Sync'd to Tcl, respects the CHECKS=nodep
commandline macro and was used to verify the Tcl_Panic change above.
2004-01-09 Peter Spjuth <peter.spjuth@space.se>
@@ -2576,7 +2576,7 @@
* win/tkWinMenu.c (DrawWindowsSystemBitmap): Fix a strange Win32
bug where the logical coordinates returned by a call to DPtoLP are
- wrong the first time a menu is posted. This bug manifested itself
+ wrong the first time a menu is posted. This bug manifested itself
by drawing the bitmap in the wrong place in a menu. The fix was
to pass the newly created DC instead of the DC from the window.
@@ -2614,7 +2614,7 @@
* generic/tk.h: removed the note about having to update makefile.vc
when the version changes.
-2003-12-22 Joe English <jenglish@users.sourceforge.net>
+2003-12-22 Joe English <jenglish@users.sourceforge.net>
* doc/text.n: Fix markup errors (".t" at beginning of line).
@@ -2632,15 +2632,15 @@
* win/tkWinX.c: does Tcl_Finalize after Tk has been unloaded.
* win/winMain.c: DllMain's DLL_PROCESS_DETACH now protected with
SEH as DeleteWindowsExitProc is causing an exception of its own
- under some teardown conditions. AT&T assembly syntax has not been
+ under some teardown conditions. AT&T assembly syntax has not been
added for MinGW yet. [Tcl Patch 858493]
-2003-12-20 Joe English <jenglish@users.sourceforge.net>
+2003-12-20 Joe English <jenglish@users.sourceforge.net>
* library/bgerror.tcl: Truncate displayed error message
if it's too long (fixes: #231251)
-2003-12-16 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-12-16 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/rc/wish.exe.manifest: It seems that Windows XP insists on a
strict format for the version value. 8.5.a0 or 8.5.0 results in an
@@ -2678,7 +2678,7 @@
* generic/tkTextIndex.c: improved documentation in comments to
explain how pixel heights are kept track of. Also ensured
correct clean-up of elide-state calculation, even with very
- large numbers of tags. Also provided slightly better updating
+ large numbers of tags. Also provided slightly better updating
of cache for totally elided display lines.
2003-12-12 David Gravereaux <davygrvy@pobox.com>
@@ -2688,7 +2688,7 @@
to the unhandled read memory exception for when it really is NULL.
* win/tkWinX.c (TkWinXInit): Don't restrict InitCommonControlsEx.
- It's valid on all platforms given IE 3.0+ is installed. As tkWinX.c
+ It's valid on all platforms given IE 3.0+ is installed. As tkWinX.c
does set #define _WIN32_IE 0x0300, I guess we can accept IE3 as the
lowest denominator and use the version 4.71 features of Comctl32.dll
@@ -2706,7 +2706,7 @@
* doc/CrtImgType.3: Fixed line-transposition error found by Eric
Raymond. [Bug 857159]
-2003-12-09 Jeff Hobbs <jeffh@ActiveState.com>
+2003-12-09 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure:
* unix/tcl.m4: updated OpenBSD build configuration based on
@@ -2719,7 +2719,7 @@
* generic/tkTextTag.c: fix reading of freed tag memory, by removing
all references to freed tags.
-2003-12-08 Jeff Hobbs <jeffh@ActiveState.com>
+2003-12-08 Jeff Hobbs <jeffh@ActiveState.com>
* doc/entry.n: clean up usage of 'edition' as a verb.
@@ -2752,7 +2752,7 @@
with Tk 8.4.5 or earlier, but only for code which assumed
(incorrectly) that tab stops are relative to each other instead
- of relative to the widget's left edge. Such code will now throw
+ of relative to the widget's left edge. Such code will now throw
an error instead of doing the wrong thing.
* generic/tkTextDisp.c: restore previous meaning of
@@ -2780,7 +2780,7 @@
* tests/textDisp.test: added test for the font measurement
problem.
-2003-12-02 Jeff Hobbs <jeffh@ActiveState.com>
+2003-12-02 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkMenu.c (MenuVarProc): prevent this from triggering
while interp is being destroyed.
@@ -2824,7 +2824,7 @@
* macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 as <Return>.
-2003-11-18 Jim Ingham <jingham@apple.com>
+2003-11-18 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXScrlbr.c: Reworking Vince's fix to [Bug 842952].
This version is clearer, and works helps keep the mouse better
@@ -2840,7 +2840,7 @@
* tests/unixWm.test: will have Tk in them. Made modifications to
* tests/window.test: force a [load] of Tk in those situations.
-2003-11-17 Jeff Hobbs <jeffh@ActiveState.com>
+2003-11-17 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkMenubutton.h: fixed compound menubutton handling like
* generic/tkMenubutton.c: *button corrections of 2003-04-25.
@@ -2877,7 +2877,7 @@
* macosx/tkMacOSXScrlbr.c: fix to [Bug 840978] where the size
of the proportional scrollbar was calculated wrongly.
-2003-11-14 Joe English <jenglish@users.sourceforge.net>
+2003-11-14 Joe English <jenglish@users.sourceforge.net>
* doc/text.n: Fix markup errors.
2003-11-15 Vince Darley <vincentdarley@users.sourceforge.net>
@@ -2925,7 +2925,7 @@
* library/text.tcl: fixed [Tcl Bug 699642] with double/triple-click
insert positioning.
-2003-11-11 Jeff Hobbs <jeffh@ActiveState.com>
+2003-11-11 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure:
* unix/configure.in: use xft-config instead of pkg-config to
@@ -2943,7 +2943,7 @@
* library/tkfbox.tcl (::tk::dialog::file::Update): optimize the
dir/files list separation by using the -tails, -directory and
- -type option of 'glob'. Also passes the glob the -filetypes
+ -type option of 'glob'. Also passes the glob the -filetypes
filters instead of calling string match over each file.
[Patch #833819]
(::tk::dialog::file::ActivateEnt): allow typing filename into
@@ -2955,7 +2955,7 @@
* macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection):
add unicode clipboard support. [Patch #840107] (senn)
-2003-11-10 Jeff Hobbs <jeffh@ActiveState.com>
+2003-11-10 Jeff Hobbs <jeffh@ActiveState.com>
* win/configure:
* win/tcl.m4: add necessary ole libs to VC LIBS_GUI line.
@@ -2977,7 +2977,7 @@
* generic/tkTextDisp.c: correct yview handling of text widgets
containing no vertical pixels at all.
-2003-11-08 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-11-08 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tclWinSend.c: Fixed an error returning the registered name.
@@ -3054,7 +3054,7 @@
* library/msgs/nl.msg: Updated messages from Arjen Markus and
Pascal Scheffers. Thanks! [Patch 820519]
-2003-10-31 Jeff Hobbs <jeffh@ActiveState.com>
+2003-10-31 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): OS X uses
32bpp images internally always, so make use of the assumption.
@@ -3081,13 +3081,13 @@
* unix/tkUnixDefault.h
* win/tkWinDefault.h
* mac/tkMacDefault.h
- * macosx/tkMacOSXDefault.h -- TIP 155 implementation
+ * macosx/tkMacOSXDefault.h -- TIP 155 implementation
This adds the 'count' and 'replace' subcommands to the text
widget, the '-blockcursor' option, and in particular provides
correct, smooth pixel-based scrolling of the widget under all
- circumstances. See the text.n man page for the complete new
- documentation. This also fixes [Bug 559450], [Bug 778511],
+ circumstances. See the text.n man page for the complete new
+ documentation. This also fixes [Bug 559450], [Bug 778511],
[Bug 779174].
* generic/tkTextDisp.c
@@ -3099,24 +3099,24 @@
* win/tkWinMenu.c: more correct placing of images in compound
menu entries.
-2003-10-30 Jeff Hobbs <jeffh@ActiveState.com>
+2003-10-30 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha
- blending for images with partial transparency. Only operates for
+ blending for images with partial transparency. Only operates for
15bpp+ display. [Bug 809157]
2003-10-29 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* unix/tkUnixRFont.c: Some cleaning up to get the file more in
- lines with the general style guidelines. [Bug 832091] Still many
+ lines with the general style guidelines. [Bug 832091] Still many
comments needed (from someone who knows the code!) for the style
guide to be satisfied, so bug still open.
* library/tkfbox.tcl (IconList_Create,IconList_Add): Added option
munging to allow some control of foreground colours on Unix in the
- same way that you can influence the background. [Bug 795717]
+ same way that you can influence the background. [Bug 795717]
-2003-10-28 Jeff Hobbs <jeffh@ActiveState.com>
+2003-10-28 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tkUnixFont.c (GetFontAttributes): place extra check for NULL
family against bad X servers.
@@ -3133,7 +3133,7 @@
* library/tk.tcl (::tk::PlaceWindow): Added check for empty string
first when determining placement strategy. [Bug 819284]
-2003-10-23 Jim Ingham <jingham@apple.com>
+2003-10-23 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups.
(OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input
@@ -3147,22 +3147,22 @@
* library/dialog.tcl (tk_dialog): Constrain the dialog to be
fairly sensibly sized and placed. [Bug 827535]
-2003-10-15 Joe English <jenglish@users.sourceforge.net>
+2003-10-15 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixWm.c, tests/unixWm.test: Delete WM_TRANSIENT_FOR
property instead of setting it to None when making a window
nontransient [Bug #632816 "cannot remove transient"]
-2003-10-14 Joe English <jenglish@users.sourceforge.net>
+2003-10-14 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixPort.h(TkPutImage): changed macro argument names
to match function argument names ('dest' and 'src' were
swapped, which was confusing) [GPS]
-2003-10-14 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-10-14 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/makefile.vc: Applied patches from tcl bug #801467 from
* win/winMain.c: Joe Mistachkin
-2003-10-12 Jeff Hobbs <jeffh@ActiveState.com>
+2003-10-12 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkInt.h: move TkGetOptionSpec to stubs intDecls
* generic/tkIntDecls.h:
@@ -3241,7 +3241,7 @@
* unix/configure: autoconf (2.57)
* unix/mkLinks: make mklinks
-2003-10-03 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-10-03 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/scale.tcl: Clear bug with chording mouse buttons.
@@ -3261,7 +3261,7 @@
versions is present by referring to a copy of 'Wish Shell.app'
located in Tk.framework/Versions/X.X/Resources.
-2003-09-30 Jim Ingham <jingham@apple.com>
+2003-09-30 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXButton.c (TkpDisplayButton): Use the tk text
drawing for checkbuttons & radiobuttons as well as for labels.
@@ -3281,7 +3281,7 @@
* library/demos/timer:
* library/demos/widget:
-2003-09-30 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-09-30 Pat Thoyts <patthoyts@users.sourceforge.net>
* tests/safe.test: Accomodate TIP #150 in the results.
* tests/textWind.test: Fix a dependancy on font size in 10.1
@@ -3293,7 +3293,7 @@
functions should be either static or prefixed with 'Tk' (thanks to
George Staplin for spotting this.)
-2003-09-27 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-09-27 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/makefile.vc: Implementation of TIP #150, "Provide
* win/tkWinSend.c: 'send' command for Windows"
@@ -3327,22 +3327,22 @@
* generic/tkGrid.c: Implementation of TIP#147,
"Make Grid's Column/Row Configure Easier".
-2003-09-17 Don Porter <dgp@users.sourceforge.net>
+2003-09-17 Don Porter <dgp@users.sourceforge.net>
* generic/tkImage.c: Stopped [image create] from generating an
* tests/image.test: image command name that would overwrite an
- existing command name. Thanks to Michael Schlenker. [Bug 808039].
+ existing command name. Thanks to Michael Schlenker. [Bug 808039].
2003-09-16 Peter Spjuth <peter.spjuth@space.se>
* tests/grid.test:
* generic/tkGrid.c: Reworked a part of grid's geometry computations
to handle some tricky cases better. [Bug #792387]
-2003-09-05 Joe English <jenglish@users.sourceforge.net>
+2003-09-05 Joe English <jenglish@users.sourceforge.net>
* doc/bind.n: Describe %P and %s substitution for
Property events. [BUG #577906 "%P substitution not documented"]
-2003-09-05 Don Porter <dgp@users.sourceforge.net>
+2003-09-05 Don Porter <dgp@users.sourceforge.net>
* doc/wish.1: Implementation of TIPs 137/151.
* generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding
@@ -3372,14 +3372,14 @@
* library/demos/widget (addSeeDismiss): Added support for an extra
button defined by the caller.
-2003-08-21 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-08-21 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins which
improves the 3d lines for sunken widgets under windows.
-2003-08-20 Jeff Hobbs <jeffh@ActiveState.com>
+2003-08-20 Jeff Hobbs <jeffh@ActiveState.com>
- * library/demos/widget: Redo code view dialog, use named fonts,
+ * library/demos/widget: Redo code view dialog, use named fonts,
* library/demos/arrow.tcl: add basic see/dismiss routine with
* library/demos/bind.tcl: images for better look & feel
* library/demos/bitmap.tcl:
@@ -3425,12 +3425,12 @@
* generic/tkCanvPs.c (Tk_PostscriptFont): Use Tcl_Obj-based
interfaces for working with user-supplied font maps.
-2003-08-19 Joe English <jenglish@users.sourceforge.net>
+2003-08-19 Joe English <jenglish@users.sourceforge.net>
* generic/tkPanedWindow.c(PanedWindowWorldChanged):
Set window background from the -background resource.
Fixes [BUG #791500 "PanedWindow refresh glitches on X"]
-2003-08-19 Joe English <jenglish@users.sourceforge.net>
+2003-08-19 Joe English <jenglish@users.sourceforge.net>
* doc/bind.n: Added more information on event types and details
[FRQ #523593 "bind(n) manpage needs more detail"]
@@ -3449,14 +3449,14 @@
2003-08-14 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* unix/tkUnixButton.c (TkpDisplayButton): Stopped accesses to NULL
- * unix/tkUnixMenu.c (TkpDrawMenuEntry): pointers that crashed tests.
+ * unix/tkUnixMenu.c (TkpDrawMenuEntry): pointers that crashed tests.
TIP #109 IMPLEMENTATION FROM Brian Griffin <bgriffin@model.com>
* unix/tkUnixButton.c (TkpDrawCheckIndicator, TkpDisplayButton):
* unix/tkUnixMenu.c (DrawMenuEntryIndicator, TkpDrawMenuEntry):
Much improved display of checkbuttons and radiobuttons on UNIX/X.
-2003-08-13 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-08-13 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/scale.tcl: Fix for bug #787065 for Button-2 press.
* tests/scale.test: Added test for this bug.
@@ -3465,7 +3465,7 @@
* macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.
-2003-07-28 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-07-28 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tkWinDialog.c: Applied patch from bug #611615 which fixes a
problem with double clicks in file dialogs falling through to the
@@ -3477,7 +3477,7 @@
* library/tk.tcl: Apply fix for bug #778840 for window placement
when using multiple desktops on windows.
-2003-07-24 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-07-24 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tkWinCursor.c: Fix for bug #776646 for a native hand2 and
fleur (move) cursor under win.
@@ -3488,7 +3488,7 @@
* macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generation
broken by changes to tcl buildsystem.
-2003-07-19 Pat Thoyts <patthoyts@users.sourceforge.net>
+2003-07-19 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide
consistency between unix and windows -cursor option.
@@ -3496,7 +3496,7 @@
* library/scale.tcl: Fix for bug 706765 to correctly handle the
-sliderrelief option while moving the thumb.
-2003-07-18 Jeff Hobbs <jeffh@ActiveState.com>
+2003-07-18 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call
that prevents overwidth lines as it requires a roundtrip call to
@@ -3552,25 +3552,25 @@
2003-07-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/photo.n: [$photo put] has been able to take rectangles of
- pixel colours, specified as lists of lists, for years. Now this
+ pixel colours, specified as lists of lists, for years. Now this
is a documented feature. [Bug 728952]
* doc/panedwindow.n: Removed warning invalidated by fix from Bug
738143. [Bug 747814]
* generic/tkImgPhoto.c (ImgPhotoCmd): Rewrote subcommand processing
- to never jump to the end of the switch. I find that confusing as
+ to never jump to the end of the switch. I find that confusing as
I can't see whether there's processing still to be done from a
quick glance at the code, unlike with a direct return. [Bug 771988]
(ImgPhotoCmd, ImgPhotoSetSize, ImgPhotoInstanceSetSize): Try harder
to avoid zero-length mallocs()... [Bug 404421]
-2003-07-16 Don Porter <dgp@users.sourceforge.net>
+2003-07-16 Don Porter <dgp@users.sourceforge.net>
* generic/tkPack.c (ConfigureSlaves): silence compiler warning
[Bug 771982]
-2003-07-16 Jeff Hobbs <jeffh@ActiveState.com>
+2003-07-16 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinImage.c (XGetImage): correct init of biSizeImage in
bitmap header. [Bug 703697] (cap)
@@ -3581,7 +3581,7 @@
* generic/tkFrame.c (CreateFrame): Make sure all options can be set
to their default value. [Bug #697652]
-2003-07-16 Jeff Hobbs <jeffh@ActiveState.com>
+2003-07-16 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane
* tests/panedwindow.test: shrinks instead of being clipped when
@@ -3596,7 +3596,7 @@
smashing of Xserver access; some systems (*ahem* mine *ahem*)
require xhost-style security for all use... :^/
-2003-07-07 Jeff Hobbs <jeffh@ActiveState.com>
+2003-07-07 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTextDisp.c (DisplayText): correct use of textPtr data
with respect to Tcl_Release time. [Bug #767009]
@@ -3628,25 +3628,25 @@
* library/menu.tcl: workaround problem on some Windows systems
by trying to avoid posting a menu offscreen.
-2003-06-09 Joe English <jenglish@users.sourceforge.net>
+2003-06-09 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixRFont.c: fix for [Bug#751553] "Xft:
[font configure] does not update in-use fonts".
Fixed TkpGetSubFonts() to return information about
all subfonts, not just the first one.
-2003-06-01 Joe English <jenglish@users.sourceforge.net>
+2003-06-01 Joe English <jenglish@users.sourceforge.net>
* unix/configure.in: BUGFIX, --enable-xft test was broken.
* unix/configure: regen
-2003-05-31 Joe English <jenglish@users.sourceforge.net>
+2003-05-31 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixRFont.c (InitFont): Fill in TkFontAttributes from
pattern returned from GetFont (actual font) instead of the
query pattern (requested font).
-2003-05-31 Joe English <jenglish@users.sourceforge.net>
+2003-05-31 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixRFont.c: New file
* unix/tkUnixDefault.h: Use different default fonts if HAVE_XFT
@@ -3663,7 +3663,7 @@
* tests/menu.test: fixed complex bug in menu clone cleanup
[Bug#465324] and removed 'knownBug' from a test.
-2003-05-29 Joe English <jenglish@users.sourceforge.net>
+2003-05-29 Joe English <jenglish@users.sourceforge.net>
* doc/text.n: Fixed markup errors.
@@ -3692,10 +3692,10 @@
2003-05-21 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tkPanedWindow.c (PanedWindowReqProc): Thanks very much
- to Eric Boudaillier for making panes resize correctly! [Bug 738143]
+ to Eric Boudaillier for making panes resize correctly! [Bug 738143]
* generic/tkText.c (TextSearchCmd): Forwards and backwards aren't
- the same. [Bug 740558] Also edited SearchCore to get it closer
+ the same. [Bug 740558] Also edited SearchCore to get it closer
to the Engineering Manual style guidelines.
2003-05-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
@@ -3750,14 +3750,14 @@
in framework toplevel; fixed stub library symbolic links to be
tk version specific.
-2003-05-15 Jeff Hobbs <jeffh@ActiveState.com>
+2003-05-15 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*
- charset fonts. gb2312.enc was made to be euc-cn for Tcl because
+ charset fonts. gb2312.enc was made to be euc-cn for Tcl because
that is what is most often meant, but X really wants the original
(-raw) gb2312 encoding. [Bug 557030]
-2003-05-14 Jeff Hobbs <jeffh@ActiveState.com>
+2003-05-14 Jeff Hobbs <jeffh@ActiveState.com>
* library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli)
@@ -3771,13 +3771,13 @@
* macosx/tkMacOSXInit.c (TkpInit): use new versioned bundle
resource API to get tk runtime library for TK_VERSION. [Bug 736774]
-2003-05-10 Jeff Hobbs <jeffh@ActiveState.com>
+2003-05-10 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkCanvPoly.c (PolygonToPostscript):
* tests/canvPs.test: correct crash when generating postscript for
a single-line polygon (point) with no color. [Bug #734498] (wilm)
-2003-05-10 Jim Ingham <jingham@apple.com>
+2003-05-10 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXClipboard.c (TkSelGetSelection): Convert
'\r' to '\n' on the way into Tcl.
@@ -3792,12 +3792,12 @@
because that makes us lose the information about what widgets want
to use the image. [Bug #634864]
-2003-04-30 Jeff Hobbs <jeffh@ActiveState.com>
+2003-04-30 Jeff Hobbs <jeffh@ActiveState.com>
* macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo for
stippleGC [Bug #730124].
-2003-04-25 Jeff Hobbs <jeffh@ActiveState.com>
+2003-04-25 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkButton.h: Rewrote the handling
* generic/tkButton.c (TkButtonWorldChanged): of compound *buttons
@@ -3812,11 +3812,11 @@
prevent it being covered by other windows.
* unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc when
- * win/tkWinButton.c (TkpDisplayButton): displaying disabled text
+ * win/tkWinButton.c (TkpDisplayButton): displaying disabled text
that have images, as they get a gray50 stipple as well and the
disabledGc is not set up correctly for font drawing. [Bug #477740]
-2003-04-18 Jeff Hobbs <jeffh@ActiveState.com>
+2003-04-18 Jeff Hobbs <jeffh@ActiveState.com>
* win/configure: regen
* win/configure.in (SHELL): force it to /bin/sh as autoconf 2.5x
@@ -3894,7 +3894,7 @@
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
-2003-04-01 Don Porter <dgp@users.sourceforge.net>
+2003-04-01 Don Porter <dgp@users.sourceforge.net>
* tests/all.tcl: Made better use of a common
* tests/constraints.tcl: -loadfile to hold definitions
@@ -3910,7 +3910,7 @@
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl to get BeOS changes.
-2003-03-22 Kevin Kenny <kennykb@acm.org>
+2003-03-22 Kevin Kenny <kennykb@acm.org>
* win/makefile.vc:
* win/rules.vc: Corrected several problems that prevented
@@ -3944,10 +3944,10 @@
ac_cv_cygwin variable based on that.
[Tcl Bug 705912]
-2003-03-18 Don Porter <dgp@users.sourceforge.net>
+2003-03-18 Don Porter <dgp@users.sourceforge.net>
* tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13
- commit. Thanks Larry Virden. [Bug 705567]
+ commit. Thanks Larry Virden. [Bug 705567]
2003-03-18 Daniel Steffen <das@users.sourceforge.net>
@@ -3958,7 +3958,7 @@
* macosx/tkMacOSXXStubs.c: fixed crash in [winfo server].
-2003-03-13 Don Porter <dgp@users.sourceforge.net>
+2003-03-13 Don Porter <dgp@users.sourceforge.net>
* tests/unixWm.test: Constrained all tests older than revision 1.21
to run only on Unix. Alternative approach did not match maintainer
@@ -3985,7 +3985,7 @@
from getting very wide, and added some compensatory space so that
the smaller buttons still look nice (well, to me). [Bug #701812]
-2003-03-11 Jim Ingham <jingham@apple.com>
+2003-03-11 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXMenu.c (EventuallyInvokeMenu): New function,
used to invoke menu commands at idle time.
@@ -4086,12 +4086,12 @@
results after an error condition is hit.
[Patch 693063]
-2003-03-11 Kevin Kenny <kennykb@users.sourceforge.net>
+2003-03-11 Kevin Kenny <kennykb@users.sourceforge.net>
* win/makefile.vc: Backported the code that makes the makefile
build pkgIndex.tcl as part of the install step.
-2003-03-07 Jim Ingham <jingham@apple.com>
+2003-03-07 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXMenus.c (TkMacOSXInitMenus): No longer need
to call TkMacOSXSetHelpMenuItemCount.
@@ -4145,7 +4145,7 @@
* unix/configure: autoconf
* win/configure:
-2003-03-03 Jeff Hobbs <jeffh@ActiveState.com>
+2003-03-03 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.4.2 TAGGED FOR RELEASE ***
@@ -4157,13 +4157,13 @@
substitution of the rest as "??". This stops some crashes on
Windows and gets rid of bogus values everywhere. [Bug #612110]
-2003-02-26 Jeff Hobbs <jeffh@ActiveState.com>
+2003-02-26 Jeff Hobbs <jeffh@ActiveState.com>
* macosx/README: correct 8.4.3 refs to 8.4.2.
* unix/README: replace version refs with version-agnostic wording.
-2003-02-25 Jeff Hobbs <jeffh@ActiveState.com>
+2003-02-25 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinInt.h:
* win/tkWinDraw.c:
@@ -4186,7 +4186,7 @@
* macosx/tkMacOSXUtil.h (removed): removed all references to
tkMacOSXUtil.{c,h}, made obsolete by the patch above. [Bug #621672]
-2003-02-24 Jeff Hobbs <jeffh@ActiveState.com>
+2003-02-24 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tkUnixFont.c (CreateClosestFont, CanUseFallback): use the
first best font match in user font path. [Bug #647497] (dal zotto)
@@ -4245,11 +4245,11 @@
* unix/tcl.m4: update from Tcl.
* unix/configure: regen.
-2003-02-20 Jeff Hobbs <jeffh@ActiveState.com>
+2003-02-20 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinScrlbr.c (UpdateScrollbar): use SIF_DISABLENOSCROLL to
"disable" scrollbar when on Windows when there is nothing to
- scroll. This is Windows style, and fixes [Bug #624116].
+ scroll. This is Windows style, and fixes [Bug #624116].
* tests/panedwindow.test:
* generic/tkPanedWindow.c (ValidSashIndex): corrected to note that
@@ -4322,7 +4322,7 @@
in the background.
This patch changes the key event handling to use the MacOS
- translation mechanisms. It also improves dead key handling.
+ translation mechanisms. It also improves dead key handling.
* macosx/tkMacOSXKeyEvent.c (InitKeyData): Add.
(InitKeyEvent): Add.
@@ -4398,7 +4398,7 @@
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
-2003-02-18 Jeff Hobbs <jeffh@ActiveState.com>
+2003-02-18 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkText.c (TextWidgetCmd): remove unused lastEnd var.
[Bug #664790]
@@ -4443,9 +4443,9 @@
* tests/event.test: Add test case for faulty
button motion logic.
-2003-02-14 Jeff Hobbs <jeffh@ActiveState.com>
+2003-02-14 Jeff Hobbs <jeffh@ActiveState.com>
- * README: Bumped to 8.4.2.
+ * README: Bumped to 8.4.2.
* generic/tk.h:
* macosx/Wish.pbproj/project.pbxproj:
* unix/configure:
@@ -4457,7 +4457,7 @@
* unix/tcl.m4: correct HP-UX ia64 --enable-64bit build flags
-2003-02-13 Kevin Kenny <kennykb@users.sourceforge.net>
+2003-02-13 Kevin Kenny <kennykb@users.sourceforge.net>
* doc/wish.n: Added language to describe the handling of
the end-of-file character \u001a in script files. [Bug 685505]
@@ -4476,15 +4476,15 @@
2003-02-05 Fred Fish <fnf@intrinsity.com>
* macosx/tkMacOSXWm.c (Tk_SetGrid): Fix precedence problem with
- * mac/tkMacWm.c (Tk_SetGrid): '==' and '|'.
+ * mac/tkMacWm.c (Tk_SetGrid): '==' and '|'.
-2003-02-08 Jeff Hobbs <jeffh@ActiveState.com>
+2003-02-08 Jeff Hobbs <jeffh@ActiveState.com>
- * generic/tkCanvArc.c (CreateArc): Rework canvas create item
- * generic/tkCanvBmap.c (CreateBitmap): type coords handling to be
- * generic/tkCanvImg.c (CreateImage): consistent across types
- * generic/tkCanvPoly.c (CreatePolygon): and not pass empty coords
- * generic/tkCanvLine.c (CreateLine): to item creation procs.
+ * generic/tkCanvArc.c (CreateArc): Rework canvas create item
+ * generic/tkCanvBmap.c (CreateBitmap): type coords handling to be
+ * generic/tkCanvImg.c (CreateImage): consistent across types
+ * generic/tkCanvPoly.c (CreatePolygon): and not pass empty coords
+ * generic/tkCanvLine.c (CreateLine): to item creation procs.
* generic/tkCanvText.c (CreateText):
* generic/tkCanvWind.c (CreateWinItem):
* generic/tkCanvas.c (CanvasWidgetCmd CANV_CREATE):
@@ -4493,7 +4493,7 @@
* tests/canvText.test:
* tests/canvas.test:
-2003-01-28 Joe English <jenglish@users.sourceforge.net>
+2003-01-28 Joe English <jenglish@users.sourceforge.net>
* generic/tkInt.h (TkDisplay,TkMainInfo):
* generic/tkObj.c (windowObjType):
@@ -4507,7 +4507,7 @@
* library/entry.tcl: Fix the KeyPress binding on the entry widget
so that it enters text from left to right (not right to left) even
- if the mouse button is being held down. [Bug #673687]
+ if the mouse button is being held down. [Bug #673687]
2003-01-22 Donal K. Fellows <fellowsd@cs.man.ac.uk>
@@ -4516,17 +4516,17 @@
* generic/tkImage.c (Tk_ImageObjCmd): Added check to make sure
that you're not creating an image named the same as .'s command,
which refixes 220891, even when the name of the command has been
- changed with 'rename'. The error message is better too.
+ changed with 'rename'. The error message is better too.
* tests/image.test (image-1.10,image-1.11): Updated to match new
error message and added test for the rename case.
-2003-01-19 Jeff Hobbs <jeffh@ActiveState.com>
+2003-01-19 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkImage.c (DeleteImage): delete the image's entry in the
- image table correctly when there are no more instances. This
+ image table correctly when there are no more instances. This
reopens bug 220891. [Bug #669759]
-2003-01-18 Jeff Hobbs <jeffh@ActiveState.com>
+2003-01-18 Jeff Hobbs <jeffh@ActiveState.com>
* doc/loadTk.n: note that ::safe::loadTk has a prereq on
::safe::interpCreate or ::safe::interpInit. [Bug #669159]
@@ -4543,7 +4543,7 @@
GDI printer under Windows. The patch here relaxes the constraints on
the clipping box somewhat. [Bug #663981]
-2003-01-14 Joe English <jenglish@users.sourceforge.net>
+2003-01-14 Joe English <jenglish@users.sourceforge.net>
* generic/tkSelect.c (Tk_CreateSelHandler):
Fix for #666346 "Selection handling crashes under KDE 3.0"
@@ -4572,7 +4572,7 @@
and SC_PROG_TCLSH macros to match the
ones used in Tcl.
-2003-01-10 Joe English <jenglish@users.sourceforge.net>
+2003-01-10 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixEvent.c (OpenIM): Remove unused variable
(Fixes: #664780 "SGI warning: OpenIM")
@@ -4585,7 +4585,7 @@
properly even on windowing systems where coordinates are expressed
as 16-bit numbers. [Bug #663981]
-2003-01-03 Jeff Hobbs <jeffh@ActiveState.com>
+2003-01-03 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkFrame.c (CreateFrame): throw a Tcl error instead of a
panic when we cannot get a main window and appname is NULL. This