summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * README:hobbs1999-11-191-0/+13
| | | | | | | | | | | | * unix/configure.in: * win/configure.in: * generic/tk.h: updated to patchlevel 3 * generic/tkColor.c: * generic/tkColor.h: fixed Tk_NameOfColor to work correctly, with minor change to TkColor struct. * generic/tkEntry.c: fixed C expr error in destroy of entry that could lead to 'malformed bucket chain' error
* updated for 8.2.2 releasehobbs1999-11-031-0/+3
|
* tagged 8.2.2hobbs1999-11-021-0/+4
|
* see loghobbs1999-10-301-0/+22
|
* *** empty log message ***hobbs1999-10-021-0/+2
|
* updated patch level to 1hobbs1999-09-301-0/+5
|
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-241-0/+6
| | | | | | * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
* 1999-09-23 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-241-0/+5
| | | | | * README: * generic/tk.h: changed to reflect 8.2.1 version
* 1999-09-21 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-221-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tkFont.c: fixed processing of font options and error returned [Bug: 2075] * win/tkWinWm.c: fixed bug in 'wm deiconify' that raised the wrong toplevel, and changed it to not set focus on overridden toplevels * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix to AIX-* to get ldAix right [Bug: 2624], fixed AIX version check and several other config fixes for AIX * mac/tkMacMenubutton.c: * unix/tkUnixMenubu.c: fixed permanently stippled menubutton image * win/tkWinButton.c: fixed possible pointer smash [Bug: 2733] * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909] * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676]
* *** empty log message ***jingham1999-08-131-0/+8
|
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-0/+7
| | | | | | | | | * win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609] * doc/wm.n: clarified behavior of "wm deiconify". * generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-0/+7
| | | | | | | * library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422]
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-091-0/+10
| | | | | | | | | | * library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866] * doc/options.n: clarified that -troughcolor doesn't work on Windows * doc/wm.n: fixed wm positionfrom docs [Bug: 2284]
* 1999-08-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-011-1/+7
| | | | | | * mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid compiler errors when used with stubs-#defines, from Vince Darley. [Bug: 2389]
* * xlib/X11/Xlib.h: Remove XFillRectangle since it is now in theredman1999-07-311-0/+5
| | | | stub tables.
* tkInt.decls file change additionhobbs1999-07-311-0/+4
|
* * win/makefile.vc: Corrected building threaded tktest.exe onredman1999-07-311-0/+7
| | | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. Also added runtest target.
* * generic/tkConsole.c: Allow tcl to open CON and NUL, even for stdredman1999-07-301-0/+5
| | | | | | channels. Checking for bad/unusable std channels was moved to Tk since its only purpose was to check whether to use the Tk Console Window for the std channels. [Bug: 2393 2392 2209 2458]
* * win/Makefile.in: Corrected building threaded tktest.exe onredman1999-07-291-0/+6
| | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build.
* * Changed version to 8.2b2redman1999-07-221-0/+8
| | | | | | | | | | | * win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425]
* Applied patch from Jeff Hobbs to fix typo in menu.tcl [Bug: 2425]redman1999-07-221-0/+5
|
* * unix/Makefile.in: Add Windows configure script to distribution.redman1999-07-221-0/+4
|
* * unix/Makefile.in:redman1999-07-161-0/+9
| | | | | | | * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter.
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-091-0/+12
| | | | | | | | | | * win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
* Fix Tk stub file names and flagsredman1999-07-081-0/+4
|
* Patches from Bug: 2068 2080 2269redman1999-07-011-0/+14
|
* Updated to reflect recent changeswart1999-06-171-0/+5
|
* Updated to reflect code changes.wart1999-06-171-0/+6
|
* *** empty log message ***stanton1999-06-031-0/+7
|
* *** empty log message ***stanton1999-06-021-0/+8
|
* *** empty log message ***stanton1999-06-011-0/+12
|
* *** empty log message ***stanton1999-05-251-0/+11
|
* Fixed bug in Windows clipboard code when dealing with selections that don't ↵stanton1999-05-221-0/+5
| | | | contain locale information.
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-0/+17
|
* *** empty log message ***scriptics_tclpro_1_3_b1core_8_1_1_basestanton1999-05-071-0/+5
|
* * Changed version number to 8.1.1.stanton1999-04-301-0/+4
|
* * Merged changes from 8.1.0 branchstanton1999-04-301-1/+32
|
* merged 8.1.0 changes into mainlinestanton1999-04-241-0/+21
|
* Merged 8-1-0 into mainline.rjohnson1999-04-211-0/+6
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-35/+433
|
* * Merged changes from 8.0.5:stanton1999-04-161-0/+5
| | | | - Updated for Mac release
* remove --enable-tcl-stub from configure scripts due to linking problems.redman1999-03-221-0/+7
|
* added reserved slot for use by the dash patchstanton1999-03-121-0/+5
|
* ChangeLog for 8.0.6, stubs implementation and focus -force patchredman1999-03-101-0/+64
|
* final b2 changesstanton1999-02-041-1/+8
|
* * tests/main.test:stanton1999-02-041-0/+56
| | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint.
* * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1stanton1999-01-061-0/+5
| | | | pending idle handlers, resulting in a crash in a few odd cases.
* Fixed font display bug (#846)stanton1998-11-251-0/+7