summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* *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
|
* * win/configure: Regen.mdejong2001-06-061-0/+6
| | | | | * win/configure.in: Handle the --prefix option correctly it should default to /usr/local like the unix version.
* * doc/selection.n:hobbs2001-06-041-0/+5
| | | | | | * 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)hobbs2001-06-041-0/+10
| | | | | | | | | fonts on Unix. This adds a ucs-2be (UCS-2 Big Endian) encoding in Tk on Unix that is used for those fonts (X11 requires big-endianness). (welch) [Patch #406411; Bug #220890 #220899] This differs from the 8.3.3 patch by not adding ucs-2be in the preferred encodingList (seems works fine without). Added alias for jisx0201* fonts to jis0201 encoding. [Bug #414033]
* win/tkWinKey.c (TkpSetKeycodeAndState): removed old debug infohobbs2001-05-301-0/+10
|
* Upgraded frame to use the newer TK_OPTIONpspjuth2001-05-281-0/+8
| | | | | style when processing configuration options. Some cleanup of bad comments and bad code. [part of patch #420861]
* * unix/configure:mdejong2001-05-231-0/+7
| | | | | | * unix/tcl.m4: * win/configure: * win/tcl.m4: Sync from Tcl sources.
* see ChangeLoghobbs2001-05-221-12/+20
|
* implement TIP11, -compound option for menubutton widgettmh2001-05-211-0/+13
|
* Added documentation for console command. (Right source tree this time!)dkf2001-05-161-0/+4
|
* * unix/configure: Regen.mdejong2001-04-251-0/+7
| | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl.
* * unix/configure: Regen.mdejong2001-04-251-0/+7
| | | | | | * unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB commands instead of using a delayed subst variable. Replace instances of STUB_LIB_FILE with TK_STUB_LIB_FILE.
* * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE.mdejong2001-04-251-0/+7
| | | | | | * unix/configure: Regen. * unix/configure.in: Don't subst STUB_LIB_FILE, use TCL_STUB_LIB_FILE instead.
* Better handling of when image creation nukes the main window so nowdkf2001-04-121-0/+5
| | | | does not crash on Linux.
* * win/tkWinMenu.c (TkWinHandleMenuEvent): corrected reseting ofhobbs2001-04-041-0/+18
| | | | service mode to only occur when it was set. [Bug #220948]
* Corrected typos.dgp2001-04-041-3/+3
|
* * win/configure:hobbs2001-04-031-0/+6
| | | | * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381]
* see ChangeLoghobbs2001-04-031-0/+24
|
* * README:hobbs2001-04-021-0/+13
| | | | | * mac/README: updated patchlevel to 8.4a3 and corrected links and notes.