summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-0/+15
| | | | | | | | | | | | | | 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]
* * win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MShobbs2001-08-281-0/+4
| | | | | bug that caused crashing in tk_chooseDirectory on Win95. [Bug #224936] (baker)
* * unix/tkUnixWm.c (TkWmRestackToplevel): reworked howhobbs2001-08-281-0/+8
| | | | | | | 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.
* * Corrected TIP 44 typodgp2001-08-271-0/+6
| | | | | that broke binding. Thanks to "Michal" for the fix. [Bug 455468]
* added QNX-6 build support. [Bug #219410] (loverso)hobbs2001-08-231-0/+7
|
* Fixed a bug where adjacent 'x' and '^' where not handled properly.pspjuth2001-08-221-2/+8
|
* * tests/dialog.test (HitReturn): fixed failing dialog-2.1 testhobbs2001-08-221-0/+7
| | | | because it wasn't always getting focus properly.
* * tests/unixFont.test (unixFont-2.[234]): fixed to be morehobbs2001-08-221-0/+9
| | | | sensitive on systems that have more installed fonts.
* Objectified grid and pack commands.pspjuth2001-08-211-0/+11
|
* TkGetWindowFromObj was useless CPU waster; now caches window names *safely*dkf2001-08-211-0/+16
|
* Grid configure rejected initial "x" and "^". [Bug #418664]pspjuth2001-08-181-0/+6
|
* Fixed a stupid error that's been in there for ages...dkf2001-08-171-0/+7
|
* * Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY".dgp2001-08-151-0/+7
| | | | | | 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.
* Register Tk's object types with Tcl (Tcl Bug 450545)dkf2001-08-151-0/+10
|
* ChangeLog correction.dgp2001-08-131-1/+1
|
* * unix/configure: Regen.mdejong2001-08-121-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* Converted [glob [file join]] to [glob -directory] (Bug #223313)dkf2001-08-101-17/+24
| | | | | Also cleaned up a few space/tab issues in the ChangeLog which make a difference if you're using a highlighting editor like emacs...
* Corrections to problems introduced bydgp2001-08-091-0/+6
| | | | the TIP 44 changes. [Bug 449261]
* *Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-081-0/+12
| | | | | CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938].
* * unix/Makefile.in (dist): added {unix,win}/tcl.m4 andhobbs2001-08-071-0/+5
| | | | library/msgs/*.msg to dist target. [Bug: #448802]
* 2001-08-06 Jeff Hobbs <jeffh@ActiveState.com>hobbs2001-08-071-13/+18
| | | | | | | 8.4a3 RELEASE * changes: * README: updated for 8.4a3 release
* * unix/configure: regeneratedhobbs2001-08-071-0/+6
| | | | | * unix/tcl.m4: added GNU (HURD) configuration target. (brinkmann) [Patch: #442974]
* * TIP 44 changes specific to the Mac anddgp2001-08-061-0/+15
| | | | | | Windows platforms that were overlooked before: tkOpenDocument, tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: . Thanks to Vince Darley for prompting another look.
* * win/configure: regeneratedhobbs2001-08-041-46/+58
| | | | | | | | * 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.
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-0/+145
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
* * generic/default.h: Include tkWinDefault.hmdejong2001-07-241-0/+5
| | | | when built with Cygwin or Mingw.
* * unix/Makefile.in: Add AR and STLIB_LD variables.mdejong2001-07-111-0/+10
| | | | | | | | | * 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.
* * win/configure: Regen.mdejong2001-07-061-0/+5
| | | | * win/tcl.m4: Update from Tcl.
* * win/Makefile.in: Subst DEPARG directly insteadmdejong2001-07-061-0/+9
| | | | | | | | 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.
* updated README with purlshobbs2001-07-051-0/+7
|
* * tests/canvas.test:hobbs2001-07-041-0/+7
| | | | | | * generic/tkCanvPoly.c (PolygonToArea): Added patch that respects the polygon difference of including points in the polygon even when fill is empty. [Bug #226357]
* * win/Makefile.in: Remove PATHTYPE variable.mdejong2001-07-041-0/+7
| | | | | | * win/configure: Regen. * win/configure.in: Don't subst PATHTYPE. * win/tcl.m4: Update from Tcl.
* * win/Makefile.in: Don't use VPSEP, instead just use :mdejong2001-07-041-0/+7
| | | | | | in the VPATH. * win/configure: Regen. * win/configure.in: Don't subst VPSEP.
* Added missing backslash in Motif File Selector code.dkf2001-07-031-0/+5
|
* see changeshobbs2001-07-031-0/+25
|
* * library/console.tcl:hobbs2001-07-031-0/+23
| | | | | | | | | | | | | | | | | | | | | * 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.
* * generic/tkEntry.c (DestroyEntry): used Tcl_EventuallyFreehobbs2001-07-021-0/+5
| | | | instead of ckfree for entryPtr to prevent FMRs. [Bug #413904]
* * unix/Makefile.in:mdejong2001-06-271-0/+7
| | | | | | * win/Makefile.in: Add `make shell` target. This target will set the proper env vars before invoking wish from the build directory.
* * win/configure:mdejong2001-06-271-0/+6
| | | | | * win/configure.in: Revert cross compiling change accidently added during last checkin.
* * unix/configure: Regen.mdejong2001-06-261-0/+8
| | | | | | | * unix/configure.in: Fix last checkin by removing export since that only works in bash. * win/configure: Regen. * win/configure.in: Ditto.
* * unix/configure: Regen.mdejong2001-06-261-0/+9
| | | | | | | | * 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.
* * win/configure: Regen.mdejong2001-06-261-0/+6
| | | | | * win/configure.in: Use RC_DEFINE flag from tcl.m4. * win/tcl.m4: Update from Tcl.
* * win/configure: Regen.mdejong2001-06-261-0/+5
| | | | * win/tcl.m4: Update from Tcl.
* * win/configure: Regen.mdejong2001-06-231-0/+8
| | | | | | | * 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.
* * win/configure: Regen.mdejong2001-06-231-0/+6
| | | | | * win/configure.in: Add resource compiler fix from 8.3.3 to fix compiling with mingw.
* * win/configure: Regen.mdejong2001-06-231-0/+5
| | | | * win/tcl.m4: Fix silly typo in last checkin.
* * unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.mdejong2001-06-221-0/+19
| | | | | | | | | | | | | | | | | | 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.
* * win/configure:mdejong2001-06-221-0/+5
| | | | * win/tcl.m4: Update From Tcl.
* * doc/colors.n: Corrected bogus documentation with respect toericm2001-06-221-0/+6
| | | | | several shades of blue, all of which were listed as RGB 0 0 0. [Bug #432104].
* Added braces to expressions.dkf2001-06-141-0/+11
|