summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkWindow.c (Tk_CreateAnonymousWindow):hobbs2001-09-211-0/+3
| | | | * generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns.
* see ChangeLoghobbs2001-09-211-0/+36
|
* * unix/configure: regen'edhobbs2001-09-201-1/+8
| | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel.
* * Corrected type definition ofdgp2001-09-171-0/+8
| | | | | | 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]
* Fixed string/list confusion in directory browser, and a typo in ChangeLogdkf2001-09-171-1/+8
|
* * generic/tkImgGIF.c:andreas_kupries2001-09-141-0/+10
| | | | | | | | | * 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.
* * unix/configure:mdejong2001-09-121-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box useddrh2001-09-121-0/+4
| | | | | to appear when you would point the file browser box at an empty directory and click on the canvas.
* * unix/configure:mdejong2001-09-101-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* * win/Makefile.in: Fix Windows Makefile so thatmdejong2001-09-101-0/+6
| | | | | tcltest will automatically be compiled if the user tries to build tktest.
* * win/Makefile.in: Use TKTEST variable directlymdejong2001-09-101-0/+5
| | | | instead of depending on the tktest alias.
* * win/mkd.bat:mdejong2001-09-081-0/+7
| | | | | | * 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]
* see ChangeLoghobbs2001-08-301-0/+9
|
* * 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]