summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpointtmh2001-10-121-0/+21
|
* * library/console.tcl: added more smarts extracted from tkcon tohobbs2001-10-091-0/+5
| | | | the default console.
* see ChangeLoghobbs2001-10-011-0/+7
|
* updated for Win64 SDK RC1 compilation supporthobbs2001-10-011-0/+9
|
* Added -uniform option to grid's row/columnconfigure.pspjuth2001-09-301-0/+7
|
* Added labelframe widget. TIP#18.pspjuth2001-09-261-0/+24
|
* Geometry manager changes to support TIP#18.pspjuth2001-09-261-0/+20
|
* * Corrected definition ofdgp2001-09-251-0/+13
| | | | | TkpScanWindowId to handle situation where types Window and int do not have the same number of bits. CONST-ified too.
* Update to handle change indgp2001-09-241-0/+6
| | | | | return type of Tcl_DStringAppend() from (char *) to (CONST char *). [TIP 27]
* Pack accepted asymmetric values for -ipadx/y.pspjuth2001-09-231-0/+6
| | | | Only -padx/y supports asymmetry. [Bug #462348]
* * 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.