2001-10-30 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/demos/widget: Integrated labelframe item into the labels
section and added a spinbox demo to the (retitled) entry section.
* library/demos/labelframe.tcl: Adjusted so as to show off the
labelframe widget to better effect and have a better description.
* library/demos/spin.tcl: New demo to show off spinbox capabilities.
* library/demos/rolodex: Changes up-ported from core-8-3-1-branch
to make the script use more 8.*-isms, but not menus due to the way
the context help system works.
* library/demos/ixset: Changed to use the labelframe widget and
the grid geometry manager.
2001-10-29 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/demos/browse: Changes up-ported from core-8-3-1-branch
to make the script much more robust, particularly when neither the
current version of wish or the script are on the path.
* library/demos/hello: Added emacs trailing tag-line.
* library/demos/tcolor: Changes up-ported from core-8-3-1-branch
to make the script compliant with current good practise, as well
as extensive use of the new labelframe widget.
* library/demos/timer: Changes up-ported from core-8-3-1-branch to
make the script look and work better.
* library/demos/rmt: Changes up-ported from core-8-3-1-branch to
use more 8.* features and make the demo script more generally
useful to people.
2001-10-23 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tkCursor.c (Tk_GetCursorFromData): Fixed uninit nextPtr
field. [adapted from Patch 473875]
(GetCursor): Removed double-assignment to nextPtr field.
2001-10-19 Jeff Hobbs <jeffh@ActiveState.com>
* library/console.tcl: removed transpose ability until the console
can get a proper rewrite of tag handling.
2001-10-18 Jeff Hobbs <jeffh@ActiveState.com>
* tests/defs.tcl: removed threaded build warning under X.
* library/console.tcl (ConsoleOutput): fixed undefined widget
argument.
2001-10-16 Jeff Hobbs <jeffh@ActiveState.com>
* library/xmfbox.tcl: fixed filtering in motif file dialog.
[Patch #469670] (nelson)
* generic/tkWindow.c (OpenIM): Added simple XIM patch to enable
basic XIM input on Unix. [Patch #412727] (fabian)
2001-10-15 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure:
* unix/configure.in:
* win/configure:
* win/configure.in:
* win/tkConfig.sh.in: reworked to be a little cleaner in
comparison to each other, and to AC_SUBST even empty vars for
win/tkConfig.sh
2001-10-12 Todd M. Helfter <tmh@purdue.edu>
* ChangeLog:
* doc/menu.n:
* generic/tkMenu.c:
* generic/tkMenu.h:
* generic/tkMenubutton.c:
* generic/tkMenubutton.h:
* mac/tkMacDefault.h:
* mac/tkMacMenu.c:
* mac/tkMacMenubutton.c:
* tests/menu.test:
* unix/tkUnixDefault.h:
* unix/tkUnixMenu.c:
* win/makefile.vc:
* win/tkWinDefault.h:
* win/tkWinMenu.c:
* win/tkWinWm.c: Implementation of TIP #63, the addition of
a -compound option to menu entries allowing text and an image to
be displayed at the same time.
2001-10-09 Jeff Hobbs <jeffh@ActiveState.com>
* library/console.tcl: added more smarts extracted from tkcon to
the default console.
2001-10-01 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinTest.c: better error reporting from testclipboard
* win/tkWinDialog.c: minor cast changes to support Win64
* win/tkWinWindow.c: made use of standard Tk_GetHWND instead of
older, private TkWinGetHWND.
* win/configure: regen'ed
* win/tcl.m4:
* win/makefile.vc: updated for Win64 SDK RC1 compilation support
2001-09-30 Peter Spjuth <peter.spjuth@space.se>
* doc/grid.n:
* generic/tkGrid.c:
* tests/grid.test: Added -uniform option to grid's row/column-
configure. [TIP 37] [Patch 459343]
2001-09-26 Peter Spjuth <peter.spjuth@space.se>
* win/tkWinFont.c (Tk_DrawChars): Added support for clipping text.
* doc/frame.n:
* doc/labelframe.n:
* doc/toplevel.n:
* generic/tkFrame.c:
* generic/tkInt.h:
* generic/tkWindow.c:
* library/demos/radio.tcl:
* library/demos/labelframe.tcl:
* library/demos/widget:
* mac/tkMacDefault.h:
* tests/frame.test:
* unix/tkUnixDefault.h:
* win/tkWinDefault.h: Added labelframe widget. Added -padx/y
options to frame and toplevel.
* tests/grid.test:
* tests/pack.test:
* tests/place.test: Used labelframe to test geometry manager changes.
[TIP 18] [Patch 429164]
2001-09-26 Peter Spjuth <peter.spjuth@space.se>
* doc/GeomReq.3:
* doc/WindowId.3:
* generic/tk.decls:
* generic/tk.h:
* generic/tkDecls.h:
* generic/tkGeometry.c:
* generic/tkGrid.c (ArrangeGrid):
* generic/tkInt.h:
* generic/tkPack.c (ArrangePacking):
* generic/tkPlace.c (RecomputePlacement):
* generic/tkStubInit.c:
* generic/tkUtil.c (TkComputeAnchor):
* generic/tkWindow.c (TkAllocWindow):
* unix/mkLinks: Geometry manager changes to support TIP#18.
Allows a widget to set different internal border widths on
different sides, and to set a minimum requested size.
POTENTIAL INCOMPATIBILITY. [Patch 429164]
2001-09-25 Don Porter <dgp@users.sourceforge.net>
* generic/tkBind.c:
* generic/tkInt.decls (TkpScanWindowId):
* unix/tkUnixPort.h (Tkp{Print,Scan}WindowId):
* unix/tkUnixXId.c (TkpScanWindowId):
* win/tkWinWindow.c (TkpScanWindowId): Corrected definition of
TkpScanWindowId to handle situation where types Window and int
do not have the same number of bits. CONST-ified too.
* generic/tkIntPlatDecls.h:
* generic/tkStubInit.c: make genstubs
2001-09-24 Don Porter <dgp@users.sourceforge.net>
* generic/tkMain.c (StdinProc): Update to handle change in
return type of Tcl_DStringAppend() from (char *) to (CONST char *).
[TIP 27]
2001-09-23 Peter Spjuth <peter.spjuth@space.se>
* generic/tkPack.c (ConfigureSlaves):
* tests/pack.test:
* tests/grid.test: Pack accepted asymmetric values for -ipadx/y.
Only -padx/y supports asymmetry. [Bug #462348]
2001-09-21 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinWindow.c (TkpPrintWindowId, TkpScanWindowId): fixed to
work on Win64 with 64bit XIDs.
* generic/tkWindow.c (Tk_CreateAnonymousWindow):
* generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns.
* win/tkWinX.c (TkGetServerInfo): added recognition of Win64.
* xlib/X11/X.h: made XID __int64 type for Win64.
* unix/tkUnixPort.h:
* mac/tkMacPort.h: add (int*) cast to TkpScanWindowId.
These may need to be changed to Window* (ulong).
* generic/tkCmds.c (Tk_WinfoObjCmd):
* generic/tkBind.c (NameToWindow):
correct Window id's to be of type Window
* generic/tkIntDecls.h:
* generic/tkIntPlatDecls.h:
* generic/tkInt.decls (TkpScanWindowId): changed decl to use
Window* instead of int*.
* xlib/xcolors.c:
* generic/tkPack.c,tkWindow.c:
* win/tkWinFont.c,tkWinMenu.c:
* unix/tkUnixScale.c: minor cast fixes to prevent 64bit warnings.
* tests/scrollbar.test (scrollbar-6.27): marked knownBug because
it is skewed by bad dimensions returned by Windows.
* tests/textDisp.test (textDisp-4.12): corrected test to work
properly on Windows.
* tests/id.test,macFont.test,macMenu.test,macscrollbar.test:
* tests/send.test,winClipboard.test,winDialog.test,winFont.test:
improved use of test constraints
* win/tkWinWm.c (WinSetIcon): fixed SetClassLong for 64bit support.
2001-09-20 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure: regen'ed
* unix/tcl.m4: added --enable-64bit support for HP-11 with the
64-bit kernel.
2001-09-17 Don Porter <dgp@users.sourceforge.net>
* generic/tkGrid.c (ConfigureSlaves):
* generic/tkPack.c (PackAfter): Corrected type definition of
argument passed to Tcl_GetStringFromObj() from size_t to int.
Incorrect type broke [pack] and [grid] on systems where
sizeof(size_t) != sizeof(int). [Bugs 462375, 462342, 462338]
2001-09-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/choosedir.tcl (DblClick):
* library/tkfbox.tcl (OkCmd, ListInvoke): Rewrote so as to avoid
the highly confusing string "text" and to be consistent about what
is and what is not a list. [Bug 459895, reported by fandom]
2001-09-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* generic/tkImgGIF.c:
* generic/tkImgPPM.c:
* generic/tkImgPhoto.c:
* generic/tkMenu.c: Applied patch [461578], provided by Vincent
Darley. This fixes several memory leaks in the image code. They
happen if there are errors during the initialization of the
channel the image is supposed to be read from.
2001-09-12 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure:
* unix/tcl.m4: Update from Tcl.
2001-09-12 D. Richard Hipp <drh@hwaci.com>
* library/tkfbox.tcl: fixed error that appeared when you would
click on the canvas while viewing an empty directory.
2001-09-10 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure:
* unix/tcl.m4: Update from Tcl.
2001-09-09 Mo DeJong <mdejong@users.sourceforge.net>
* win/Makefile.in: Fix Windows Makefile so that
tcltest will automatically be compiled if the
user tries to build tktest.
2001-09-09 Mo DeJong <mdejong@users.sourceforge.net>
* win/Makefile.in: Use TKTEST variable directly
instead of depending on the tktest alias.
2001-09-08 Mo DeJong <mdejong@users.sourceforge.net>
* win/mkd.bat:
* win/rmd.bat:
Apply binary property (cvs admin -kb) to files and convert
to CRLF linefeed format to fix the VC++ build. [Tcl Bug #219409]
2001-08-29 Jeff Hobbs <jeffh@ActiveState.com>
* tests/menu.test:
* tests/send.test:
* tests/select.test: corrected to use testConfig constraints in
the TK_ALT_DISPLAY case
* tests/unixSend.test: removed test file completely identical to
send.test. Removed platform specific named file in case somebody
gets send working on Win/Mac in the future.
* tests/config.test: added config-14.1 to test namespace import
evaluation of widgets.
* generic/tkButton.c (ButtonCreate):
* generic/tkFrame.c (CreateFrame):
* generic/tkMenubutton.c (Tk_MenubuttonObjCmd):
* generic/tkPlace.c (Tk_PlaceObjCmd):
* generic/tkScale.c (Tk_ScaleObjCmd):
* generic/tkMessage.c (Tk_MessageObjCmd):
* generic/tkEntry.c (Tk_EntryObjCmd, Tk_SpinboxObjCmd):
* generic/tkSquare.c (SquareObjCmd): redid the handling of
optionTables in widgets to allow them to be imported into other
namespaces. [Bug #456632]
2001-08-28 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MS
bug that caused crashing in tk_chooseDirectory on Win95.
[Bug #224936] (baker)
* unix/tkUnixWm.c (TkWmRestackToplevel): reworked how
ConfigureNotify requests were handled in relation to the parent to
avoid the problem with potential 'raise' delays on some wms.
[Bug #220260] (baker) wms that were affected should notice the
difference in tests unixWm-51.* not failing that failed before.
2001-08-26 Don Porter <dgp@users.sourceforge.net>
* library/text.tcl (<Shift-Up> binding): Corrected TIP 44 typo
that broke binding. Thanks to "Michal" for the fix.
[Bug 455468]
2001-08-23 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure:
* unix/tcl.m4: added QNX-6 build support. [Bug #219410] (loverso)
* doc/CrtPhImgFmt.3: removed bogus note about including tkPhoto.h
2001-08-22 Peter Spjuth <peter.spjuth@space.se>
* generics/tkGrid.c (ConfigureSlaves):
* tests/grid.test: Fixed a bug where adjacent 'x' and '^' where
not handled properly. [Bug #452040]
2001-08-22 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkPack.c (TkParsePadAmount): added lint init for sepChar.
* tests/dialog.test (HitReturn): fixed failing dialog-2.1 test
because it wasn't always getting focus properly.
2001-08-21 Jeff Hobbs <jeffh@ActiveState.com>
* tests/unixFont.test (unixFont-2.[234]): fixed to be more
sensitive on systems that have more installed fonts.
* library/dialog.tcl (tk_dialog): changed dialog to show bar on
Windows as well and added some y padding between the buttons and
the bar. [Patch #442835] (harrismh)
2001-08-20 Peter Spjuth <peter.spjuth@space.se>
* generic/tkInt.h:
* generic/tkWindow.c:
* generic/tkGrid.c:
* generic/tkPack.c:
* tests/grid.test:
* tests/oldpack.test:
* tests/pack.test: Objectified grid and pack commands.
2001-08-20 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tkObj.c (TkGetWindowFromObj): Rewrote window code to
reuse a previously worked-out set of window information exactly
when the reference window is the same and no window deletions have
occurred since the object was allocated (display has same epoch
counter.) Required changing the internal rep of the window quite
a bit as now need to save three words-worth of information in the
internal rep (this window, reference window, display epoch.)
* generic/tkObj.c (SetWindowFromAny, DupWindowInternalRep,
FreeWindowInternalRep): Code to support new internal rep for
window objects.
* generic/tkInt.h: Added epoch counter to TkDisplay structure
* generic/tkWindow.c (GetScreen, Tk_DestroyWindow): Epoch counter
is incremented every time a window is deleted.
2001-08-18 Peter Spjuth <peter.spjuth@space.se>
* doc/grid.n:
* tests/grid.test:
* generic/tkGrid.c: Grid configure rejected initial "x" and "^".
[Bug #418664]
2001-08-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tkObj.c (TkGetWindowFromObj): Was failing to reuse
cached window objects, forcing a call to Tcl_GetStringFromObj and
Tk_NameToWindow every time. This fault has been in there for
nearly three years...
2001-08-15 Don Porter <dgp@users.sourceforge.net>
* changes: Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY".
Although technically internal changes are not incompatible, they'll
be perceived as such by those who get bitten, and this will help
them find the cause of their trouble.
2001-08-14 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tk{Util,Font,Cursor,Color,Bitmap,3d}.c: Modified
objtype declarations so that they can be picked up in tkObj.c and
the names are now prefixed with "tk" too.
* generic/tkObj.c (TkRegisterObjTypes):
* generic/tkWindow.c (Initialize):
* generic/tkInt.h: Added code to register Tk's object types with
the Tcl runtime. [Tcl Bug 450545]
2001-08-12 Mo DeJong <mdejong@redhat.com>
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
2001-08-10 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/demos/image2.tcl (loadDir): Converted non-portable
[glob [file join $dirName *]] to [glob -directory $dirName *]
which is both fully portable and more reliable when directory
names contain glob-significant characters. [Bug 223313]
2001-08-08 Don Porter <dgp@users.sourceforge.net>
* tests/dialog.test: New file testing [tk_dialog].
* library/dialog.tcl:
* library/tkfbox.tcl: Corrections to problems introduced by
the TIP 44 changes. [Bug 449261]
* README:
* generic/tk.h:
* unix/configure:
* unix/configure.in:
* unix/tk.spec:
* win/configure:
* win/configure.in: Bumped up patchlevel to 8.4a4 to distinguish
CVS snapshots from the 8.4a3 release. This does not necessarily
mean there will be an 8.4a4 release. [Bug 448938].
2001-08-07 Jeff Hobbs <jeffh@ActiveState.com>
* unix/Makefile.in (dist): added {unix,win}/tcl.m4 and
library/msgs/*.msg to dist target. [Bug: #448802]
2001-08-06 Jeff Hobbs <jeffh@ActiveState.com>
8.4a3 RELEASE
* changes:
* README: updated for 8.4a3 release
* unix/configure: regenerated
* unix/tcl.m4: added GNU (HURD) configuration target. (brinkmann)
[Patch: #442974]
2001-08-06 Don Porter <dgp@users.sourceforge.net>
* generic/tkConsole.c:
* generic/tkWindow.c:
* library/bgerror.tcl:
* library/dialog.tcl:
* library/msgbox.tcl:
* library/unsupported.tcl:
* mac/tclets.tcl:
* mac/tkMacHLEvents.c:
* mac/tkMacWm.c: TIP 44 changes specific to the Mac and
Windows platforms that were overlooked before: tkOpenDocument,
tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: .
Thanks to Vince Darley for prompting another look.
2001-08-03 Jeff Hobbs <jeffh@ActiveState.com>
* win/winMain.c (WishPanic): fixed CONST changes to go with
CONST-ification in Tcl.
* win/configure: regenerated
* win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll.
This is necessary for TEA compliant builds that build shared
against a static-built Tk.
* win/Makefile.in ($(WISH)): added $(TK_STUB_LIB_FILE) to build
target, otherwise it wouldn't get generated in a static build.
2001-08-01 Don Porter <dgp@users.sourceforge.net>
* doc/console.n:
* doc/menu.n:
* doc/text.n:
* doc/tkvars.n:
* generic/tkBind.c:
* generic/tkMenu.c:
* library/bgerror.tcl:
* library/button.tcl:
* library/choosedir.tcl:
* library/clrpick.tcl:
* library/comdlg.tcl:
* library/console.tcl:
* library/dialog.tcl:
* library/entry.tcl:
* library/focus.tcl:
* library/listbox.tcl:
* library/menu.tcl:
* library/msgbox.tcl:
* library/optMenu.tcl:
* library/palette.tcl:
* library/scale.tcl:
* library/scrlbar.tcl:
* library/spinbox.tcl:
* library/tclIndex:
* library/tearoff.tcl:
* library/text.tcl:
* library/tk.tcl:
* library/tkfbox.tcl:
* library/unsupported.tcl:
* library/xmfbox.tcl:
* mac/tkMacMenu.c:
* tests/clrpick.test:
* tests/filebox.test:
* tests/macMenu.test:
* tests/menu.test:
* tests/menuDraw.test:
* tests/msgbox.test:
* tests/text.test:
* tests/unixMenu.test:
* tests/winMenu.test:
* tests/xmfbox.test:
* unix/mkLinks:
* unix/tkUnixDialog.c: Merged changes from feature branch
dgp-privates-into-namespace, implementing TIP 44. All
Tk commands and variables matching tk[A-Z]* are now in the
::tk namespace. See "BRANCH: dgp-privates-into-namespace"
entries below for details. [FR 220936]
2001-07-24 Mo DeJong <mdejong@redhat.com>
* generic/default.h: Include tkWinDefault.h
when built with Cygwin or Mingw.
2001-07-18 Don Porter <dgp@users.sourceforge.net>
BRANCH dgp-privates-into-namespace:
* doc/console.n: Updated names of private console commands.
2001-07-16 Don Porter <dgp@users.sourceforge.net>
BRANCH dgp-privates-into-namespace:
* library/console.tcl:
* library/unsupported.tcl: Renamed tk::histNum to tk::HistNum
as directed by the Tcl Style Guide.
2001-07-10 Mo DeJong <mdejong@redhat.com>
* unix/Makefile.in: Add AR and STLIB_LD variables.
* unix/configure:
* unix/configure.in: Use STLIB_LD when defining MAKE_LIB
and MAKE_STUB_LIB. Subst STLIB_LD, RANLIB, and AR.
* unix/tcl.m4: Update from Tcl.
* win/configure: Regen.
* win/tcl.m4: Update from Tcl.
2001-07-06 Mo DeJong <mdejong@redhat.com>
* win/configure: Regen.
* win/tcl.m4: Update from Tcl.
2001-07-05 Mo DeJong <mdejong@redhat.com>
* win/Makefile.in: Subst DEPARG directly instead
of relying on a variable. This will make Cygwin
build faster since an extra exec will be avoided.
* win/configure: Regen.
* win/configure.in: Subst DEPARG.
* win/tcl.m4: Update from Tcl.
2001-07-04 Jeff Hobbs <jeffh@ActiveState.com>
* README:
* mac/README:
* unix/README:
* win/README: updated READMEs with purls
2001-07-03 Jeff Hobbs <jeffh@ActiveState.com>
* tests/canvas.test:
* generic/tkCanvPoly.c (PolygonToArea): Added patch that respects
the polygon difference of including points in the polygon even
when fill is empty. [Bug #226357]
2001-07-03 Mo DeJong <mdejong@redhat.com>
* win/Makefile.in: Remove PATHTYPE variable.
* win/configure: Regen.
* win/configure.in: Don't subst PATHTYPE.
* win/tcl.m4: Update from Tcl.
2001-07-03 Mo DeJong <mdejong@redhat.com>
* win/Makefile.in: Don't use VPSEP, instead just use :
in the VPATH.
* win/configure: Regen.
* win/configure.in: Don't subst VPSEP.
2001-07-03 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/xmfbox.tcl (tkMotifFDialog_ActivateSEnt): Added missing
backslash [Bug #438247]
2001-07-02 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkWindow.c (Tk_DestroyWindow): changed to use
Tcl_EventuallyFree instead of ckfree so that widgets that have
references to a tkwin can use them.
* generic/tkCanvArc.c:
* generic/tkCanvBmap.c:
* generic/tkCanvLine.c:
* generic/tkCanvPoly.c:
* generic/tkCanvText.c:
* generic/tkCanvWind.c:
* generic/tkRectOval.c: corrected argument handling in
Create<Item> functions that could lead to ABRs or FMRs and
corrected names of argc/argv to objc/objv.
* generic/tkImgGIF.c (Mgetc): corrected screwy use of ternary
operator and possible FMR.
* generic/tkEntry.c: corrected missing Tcl_Release that caused
font not freed complaints when trying valid cleanup calls.
* generic/tkListbox.c: made use of Tcl_Preserve/Tcl_Release to
prevent FMR errors in Display functions.
* unix/tkUnixScale.c (TkpDisplayScale): corrected FMR when scale
was deleted while calling its command.
* library/console.tcl:
* library/entry.tcl:
* library/spinbox.tcl:
* library/text.tcl:
* library/tk.tcl: added private ::tk::GetSelection command to
handle requesting selection. This is to support requesting
UTF8_STRING before generic STRING on Unix. Changed Text, Spinbox,
Entry and Console to use this command.
* tests/select.test:
* generic/tkSelect.c (Tk_CreateSelHandler, Tk_DeleteSelHandler):
on Unix, a UTF8_STRING handler will be created when the user
requests a STRING handler (in addition to the STRING handler).
This provides implicit support for the new UTF8_STRING selection
target.
* unix/tkUnixSelect.c (TkSelEventProc, ConvertSelection): Added
support for UTF8_STRING target. [RFE #418653, Patch #433283]
* generic/tkInt.h: added utf8Atom to TkDisplay structure.
* tests/listbox.test: changed 'darkblue' to 'white' in a test
because it isn't a portable color name.
* generic/tkEntry.c (DestroyEntry): used Tcl_EventuallyFree
instead of ckfree for entryPtr to prevent FMRs. [Bug #413904]
2001-06-26 Mo DeJong <mdejong@redhat.com>
* unix/Makefile.in:
* win/Makefile.in: Add `make shell` target. This target
will set the proper env vars before invoking wish
from the build directory.
2001-06-26 Mo DeJong <mdejong@redhat.com>
* win/configure:
* win/configure.in: Revert cross compiling change
accidently added during last checkin.
2001-06-26 Mo DeJong <mdejong@redhat.com>
* unix/configure: Regen.
* unix/configure.in: Fix last checkin by removing
export since that only works in bash.
* win/configure: Regen.
* win/configure.in: Ditto.
2001-06-26 Mo DeJong <mdejong@redhat.com>
* unix/configure: Regen.
* unix/configure.in: Set CFLAGS to "" if the user
did not set CFLAGS in the env. This keeps AC_PROG_CC
from adding "-g -O2" to the CFLAGS by default.
* win/configure: Regen.
* win/configure.in: Ditto.
2001-06-22 Mo DeJong <mdejong@redhat.com>
* win/configure: Regen.
* win/configure.in: Use RC_DEFINE flag from tcl.m4.
* win/tcl.m4: Update from Tcl.
2001-06-22 Mo DeJong <mdejong@redhat.com>
* win/configure: Regen.
* win/tcl.m4: Update from Tcl.
2001-06-22 Mo DeJong <mdejong@redhat.com>
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Link to the
imm32 library when building with mingw gcc.
* win/tkWinX.c: Include the imm.h header
to fix compiling with mingw gcc.
2001-06-22 Mo DeJong <mdejong@redhat.com>
* win/configure: Regen.
* win/configure.in: Add resource compiler fix from
8.3.3 to fix compiling with mingw.
2001-06-22 Mo DeJong <mdejong@redhat.com>
* win/configure: Regen.
* win/tcl.m4: Fix silly typo in last checkin.
2001-06-22 Mo DeJong <mdejong@redhat.com>
* unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.
Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. Add LDFLAGS_DEBUG
and LDFLAGS_OPTIMIZE to match the way CFLAGS_DEFAULT works. Use
new LDFLAGS variable in the Makefile instead of @LDFLAGS@.
* unix/configure: Regen.
* unix/configure.in: Don't set CFLAGS to CFLAGS_DEFAULT, instead
subst CFLAGS_DEFAULT into the Makefile. Add AC_SUBST for CFLAGS_DEBUG,
CFLAGS_OPTIMIZE, LDFLAGS_DEFAULT, LDFLAGS_DEBUG, and LDFLAGS_OPTIMIZE.
Remove unused LD_FLAGS subst.
* unix/tcl.m4: Update from Tcl.
* win/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.
Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@.
* win/configure: Regen.
* win/configure.in: Don't set CFLAGS or LDFLAGS, instead subst
CFLAGS_DEFAULT and LDFLAGS_DEFAULT into the Makefile.
* win/tcl.m4: Update from Tcl.
2001-06-22 Mo DeJong <mdejong@redhat.com>
* win/configure:
* win/tcl.m4: Update From Tcl.
2001-06-21 eric melski <ericm@interwoven.com>
* doc/colors.n: Corrected bogus documentation with respect to
several shades of blue, all of which were listed as RGB 0 0 0.
[Bug #432104].
2001-06-14 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/demos/floor.tcl, library/demos/filebox.tcl,
* library/demos/clrpick.tcl, library/demos/vscale.tcl,
* library/demos/twind.tcl, library/demos/ruler.tcl,
* library/demos/plot.tcl, library/demos/items.tcl,
* library/demos/hscale.tcl, library/demos/ctext.tcl,
* library/demos/cscroll.tcl, library/demos/arrow.tcl,
* library/xmfbox.tcl, library/msgbox.tcl,
* library/clrpick.tcl, library/bgerror.tcl: Braced expressions.
2001-06-06 Mo DeJong <mdejong@redhat.com>
* win/configure: Regen.
* win/configure.in: Handle the --prefix option correctly
it should default to /usr/local like the unix version.
2001-06-03 Jeff Hobbs <jeffh@ActiveState.com>
* doc/selection.n:
* doc/clipboard.n: added SEE ALSOs to cross-reference selection
and clipboard, with extra note for clipboard command in selection
docs. [Patch #422256]
* unix/tkUnixFont.c: Corrected support for iso10646 (X11 Unicode)
fonts on Unix. This adds a ucs-2be (UCS-2 Big Endian) encoding in
|