OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tix/] [ChangeLog] - Diff between revs 579 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 579 Rev 1765
2001-04-06  Christopher Faylor 
2001-04-06  Christopher Faylor 
        * configure.in: Add test for -mwin32 requirement switch when building
        * configure.in: Add test for -mwin32 requirement switch when building
        on cygwin.
        on cygwin.
        * configure: Regenerate.
        * configure: Regenerate.
        * win/Makefile.in (EXTRA_CFLAGS): Add a place to potentially put
        * win/Makefile.in (EXTRA_CFLAGS): Add a place to potentially put
        -mwin32 flag.
        -mwin32 flag.
Tue Jun  6 22:09:02 2000  Christopher Faylor 
Tue Jun  6 22:09:02 2000  Christopher Faylor 
        * win/Makefile.in: Set up and use autoconf variables throughout to
        * win/Makefile.in: Set up and use autoconf variables throughout to
        allow overriding variables from the make command line.
        allow overriding variables from the make command line.
2000-01-26  DJ Delorie  
2000-01-26  DJ Delorie  
        * win/tixWCmpt.c (DllMain): Use _imp__ instead of __imp_
        * win/tixWCmpt.c (DllMain): Use _imp__ instead of __imp_
1999-12-06  Mo DeJong 
1999-12-06  Mo DeJong 
        * win/Makefile.in: removed export of symbols that start with _real@.
        * win/Makefile.in: removed export of symbols that start with _real@.
        this is needed for VC++ 6.0
        this is needed for VC++ 6.0
1999-09-22  DJ Delorie  
1999-09-22  DJ Delorie  
        * win/Makefile.in (LIB_DIR etc): change to @dir@ form
        * win/Makefile.in (LIB_DIR etc): change to @dir@ form
Thu Aug 26 18:44:04 1999  Geoffrey Noer  
Thu Aug 26 18:44:04 1999  Geoffrey Noer  
        Changes necessary to avoid Windows install-time conflicts
        Changes necessary to avoid Windows install-time conflicts
        with similarly named files in itcl/iwidgets docs:
        with similarly named files in itcl/iwidgets docs:
        * man/ComboBox.n: delete
        * man/ComboBox.n: delete
        * man/TixComboBox.n: newly renamed
        * man/TixComboBox.n: newly renamed
        * man/ComboBox.html: delete
        * man/ComboBox.html: delete
        * man/TixComboBox.html: newly renamed
        * man/TixComboBox.html: newly renamed
1999-05-28  Syd Polk  
1999-05-28  Syd Polk  
        * win/tkConsole81.c: Added. Initialized tcl correctly for 8.1.
        * win/tkConsole81.c: Added. Initialized tcl correctly for 8.1.
        * win/Makefile.in: Use correct console obj for tcl8.1.
        * win/Makefile.in: Use correct console obj for tcl8.1.
1999-04-22  Syd Polk  
1999-04-22  Syd Polk  
        * unix/Makefile.in: Don't create lib directory for install-libraries.
        * unix/Makefile.in: Don't create lib directory for install-libraries.
1999-03-26  Martin Hunt  
1999-03-26  Martin Hunt  
        * library/pref/TkWin.csc: Don't set scrollbar default
        * library/pref/TkWin.csc: Don't set scrollbar default
        widths.  The scrollbar widget is native and Windows knows
        widths.  The scrollbar widget is native and Windows knows
        how big it should be.
        how big it should be.
1999-03-15  Ian Roxborough  
1999-03-15  Ian Roxborough  
        * library/NoteBook.tcl: reduce notebook tab hight, looks
        * library/NoteBook.tcl: reduce notebook tab hight, looks
        better on Unix and Windows.
        better on Unix and Windows.
Fri Feb 26 15:38:56 1999  Geoffrey Noer  
Fri Feb 26 15:38:56 1999  Geoffrey Noer  
        * configure.in: Change "cygwin32*" to "cygwin*"
        * configure.in: Change "cygwin32*" to "cygwin*"
        * configure: Regenerate.
        * configure: Regenerate.
1999-02-22  Syd Polk  
1999-02-22  Syd Polk  
        * win/configure.in: Fixed TIX_LIB_FULL_PATH for Visual C++.
        * win/configure.in: Fixed TIX_LIB_FULL_PATH for Visual C++.
        * win/configure: Regenerate.
        * win/configure: Regenerate.
1999-02-09  Syd Polk  
1999-02-09  Syd Polk  
        * tixConfig.sh.in: Added TIX_LIB_FULL_PATH.
        * tixConfig.sh.in: Added TIX_LIB_FULL_PATH.
        * unix/tk8.0/configure.in: Added TIX_LIB_FULL_PATH. Exported
        * unix/tk8.0/configure.in: Added TIX_LIB_FULL_PATH. Exported
        TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH and ITCL_LIB_FULL_PATH
        TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH and ITCL_LIB_FULL_PATH
        for dependencies.
        for dependencies.
        * unix/tk8.1/configure.in: Likewise.
        * unix/tk8.1/configure.in: Likewise.
        * unix/tk8.0/configure: Regenerated.
        * unix/tk8.0/configure: Regenerated.
        * unix/tk8.1/oonfigure: Regenerated.
        * unix/tk8.1/oonfigure: Regenerated.
        * unix/tk8.0/Makefile.in: Use TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH,
        * unix/tk8.0/Makefile.in: Use TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH,
        and ITCL_LIB_FULL_PATH for dependencies.
        and ITCL_LIB_FULL_PATH for dependencies.
        * unix/tk8.1/Makefile.in: Likewise.
        * unix/tk8.1/Makefile.in: Likewise.
1999-02-04  James Ingham  
1999-02-04  James Ingham  
        * generic/tixInit.c: Use tcl_findLibrary for Tk 8.1b1 and beyond.
        * generic/tixInit.c: Use tcl_findLibrary for Tk 8.1b1 and beyond.
        * generic/tixInit.c (Tix_Init_Internal): make sure tix_library is
        * generic/tixInit.c (Tix_Init_Internal): make sure tix_library is
        actually set before trying to fprintf it.
        actually set before trying to fprintf it.
        * {unix,win}/tk{8.0,8.1}configure.in: Add TIX_BUILD_LOCATION
        * {unix,win}/tk{8.0,8.1}configure.in: Add TIX_BUILD_LOCATION
        as a convenience, so you don't have to construct it from tcl
        as a convenience, so you don't have to construct it from tcl
        version...  * tixConfigure.sh.in: Add TIX_BUILD_LOCATION and
        version...  * tixConfigure.sh.in: Add TIX_BUILD_LOCATION and
        TIX_LIB_FILE.
        TIX_LIB_FILE.
        * {unix,win}/tk{8.0,8.1}configure: regenerated.
        * {unix,win}/tk{8.0,8.1}configure: regenerated.
1999-02-02  James Ingham  
1999-02-02  James Ingham  
        * library/Control.tcl: Calling doAdjustValue with the wrong
        * library/Control.tcl: Calling doAdjustValue with the wrong
        arguments.  Remove serial from the call.
        arguments.  Remove serial from the call.
1998-01-26  Jim Ingham    jingham@cygnus.com
1998-01-26  Jim Ingham    jingham@cygnus.com
        Merging changes from gdbtk-980810-branch onto trunk to support
        Merging changes from gdbtk-980810-branch onto trunk to support
        Itcl3.0.
        Itcl3.0.
        * generic/tixItcl.c, generic/tixItcl.h: Added code to support
        * generic/tixItcl.c, generic/tixItcl.h: Added code to support
        Namespaces in Tcl8.0.  This should be used BOTH with Itcl3.0 & Tcl8.0.
        Namespaces in Tcl8.0.  This should be used BOTH with Itcl3.0 & Tcl8.0.
        * generic/tixMethod.c: Use the Tix_ItclSetGlobalNameSp function
        * generic/tixMethod.c: Use the Tix_ItclSetGlobalNameSp function
        everywhere, rather than doing it inline, which did not work with
        everywhere, rather than doing it inline, which did not work with
        Tcl 8.0.3.
        Tcl 8.0.3.
        * generic/tixInit.c: If we are in Tcl8.0.3, use tcl_findLibrary.
        * generic/tixInit.c: If we are in Tcl8.0.3, use tcl_findLibrary.
Tue Jan 26 08:48:06 1999  Keith Seitz  
Tue Jan 26 08:48:06 1999  Keith Seitz  
        * library/Control.tcl (tixControl:SetBindings): Force the
        * library/Control.tcl (tixControl:SetBindings): Force the
        non-autorepeat case to be a normal button with a -command.
        non-autorepeat case to be a normal button with a -command.
Wed Jan 13 12:22:04 1999  Keith Seitz  
Wed Jan 13 12:22:04 1999  Keith Seitz  
        * library/Control.tcl (tixControl:SetBindings): Pass the amount
        * library/Control.tcl (tixControl:SetBindings): Pass the amount
        of the change (-1 or +1) to StopRepeat, too.
        of the change (-1 or +1) to StopRepeat, too.
        (tixControl:config-state): When the state is set to normal,
        (tixControl:config-state): When the state is set to normal,
        call tixControl:SetBindings to reinstall the normal bindings.
        call tixControl:SetBindings to reinstall the normal bindings.
        If setting the state to disabled, also disable the button bindings.
        If setting the state to disabled, also disable the button bindings.
        (tixControl:StartRepeat): If autorepeat is disabled, do not set
        (tixControl:StartRepeat): If autorepeat is disabled, do not set
        the value of the widget with the buttonpress event. Let StopRepeat
        the value of the widget with the buttonpress event. Let StopRepeat
        do it.
        do it.
        (tixControl:doAdjustValue): New proc.
        (tixControl:doAdjustValue): New proc.
        (tixControl:StopRepeat): Add "amount" argument. When autorepeat
        (tixControl:StopRepeat): Add "amount" argument. When autorepeat
        is off, call doAdjustValue to set the value.
        is off, call doAdjustValue to set the value.
1999-01-15  Syd Polk  
1999-01-15  Syd Polk  
        * Fix header files to work with tcl8.1b1.
        * Fix header files to work with tcl8.1b1.
1999-01-01  Michael Meissner  
1999-01-01  Michael Meissner  
        * unix/tk8.{0,1}/Makefile.in (_install_): Use $(INSTALL_PROGRAM)
        * unix/tk8.{0,1}/Makefile.in (_install_): Use $(INSTALL_PROGRAM)
        instead of $(INSTALL_DATA) to install $(TIX_EXE_FILE).
        instead of $(INSTALL_DATA) to install $(TIX_EXE_FILE).
1998-11-06  Syd Polk  
1998-11-06  Syd Polk  
        * generic/tixCompat.c: strdup does not mix with the allocator that
        * generic/tixCompat.c: strdup does not mix with the allocator that
        Tcl uses on Windows. Always use tixStrDup.
        Tcl uses on Windows. Always use tixStrDup.
        * unix/tk4.2/configure.in: Get rid of test for strdup
        * unix/tk4.2/configure.in: Get rid of test for strdup
        * unix/tk4.2/configure: Regenerated.
        * unix/tk4.2/configure: Regenerated.
        * unix/tk8.0/configure.in: Get rid of test for strdup
        * unix/tk8.0/configure.in: Get rid of test for strdup
        * unix/tk8.0/configure: Regenerated
        * unix/tk8.0/configure: Regenerated
        * unix/tk8.1/configure.in: Get rid of test for strdup
        * unix/tk8.1/configure.in: Get rid of test for strdup
        * unix/tk8.1/configure: Regenerated
        * unix/tk8.1/configure: Regenerated
        * win/Makefile.in: Get rid of define of strdup
        * win/Makefile.in: Get rid of define of strdup
Mon Nov  2 15:05:33 1998  Geoffrey Noer  
Mon Nov  2 15:05:33 1998  Geoffrey Noer  
        * configure.in: detect cygwin* instead of cygwin32*
        * configure.in: detect cygwin* instead of cygwin32*
        * configure: regenerate
        * configure: regenerate
1998-10-28  Syd Polk  
1998-10-28  Syd Polk  
        * win/Makefile.in: install-libraries needs to install the
        * win/Makefile.in: install-libraries needs to install the
        tix dll.
        tix dll.
1998-10-27  Syd Polk  
1998-10-27  Syd Polk  
        * win/Makefile.in: Fix paths for the 8.1 build to point to
        * win/Makefile.in: Fix paths for the 8.1 build to point to
        tcl8.1 and tk8.1.
        tcl8.1 and tk8.1.
1998-10-26  Syd Polk  
1998-10-26  Syd Polk  
        * win/aclocal.m4: Added so that the macros to find tcl and tk are
        * win/aclocal.m4: Added so that the macros to find tcl and tk are
        standardized.
        standardized.
        * win/configure.in: Use standard macros for finding tcl and tk
        * win/configure.in: Use standard macros for finding tcl and tk
        * win/configure: Regenerated.
        * win/configure: Regenerated.
1998-10-20  Syd Polk  
1998-10-20  Syd Polk  
        * unix/aclocal.m4: Added so that the macros to find tcl and tk are
        * unix/aclocal.m4: Added so that the macros to find tcl and tk are
        standardized.
        standardized.
        * unix/configure.in: Use standard macros for finding tcl and tk.
        * unix/configure.in: Use standard macros for finding tcl and tk.
        * unix/configure: Regenerated
        * unix/configure: Regenerated
        * unix/tk8.1/aclocal.m4: Likewise
        * unix/tk8.1/aclocal.m4: Likewise
        * unix/tk8.1/configure.in: Likewise
        * unix/tk8.1/configure.in: Likewise
        * unix/tk8.1/configure: Regenerated
        * unix/tk8.1/configure: Regenerated
1998-10-14  Syd Polk  
1998-10-14  Syd Polk  
        * win/Makefile.in: Fixed hard-wired library name.
        * win/Makefile.in: Fixed hard-wired library name.
1998-10-05  Syd Polk  
1998-10-05  Syd Polk  
        * unix/configure: Regenerated with updated autoconf
        * unix/configure: Regenerated with updated autoconf
        * win/Makefile.in: Fixed link command lines to work with
        * win/Makefile.in: Fixed link command lines to work with
        MSVC build. Fixed to work with different tcl and tk DLL
        MSVC build. Fixed to work with different tcl and tk DLL
        names. Other misc. cleanup.
        names. Other misc. cleanup.
        * win/configure.in: Generated TIX_BUILD_LIB_SPEC correctly
        * win/configure.in: Generated TIX_BUILD_LIB_SPEC correctly
        for Windows.
        for Windows.
        * win/configure: Regenerated.
        * win/configure: Regenerated.
1998-09-29  Syd Polk  
1998-09-29  Syd Polk  
        * win/Makefile.in: Fixed to work with tcl 8.1.
        * win/Makefile.in: Fixed to work with tcl 8.1.
1998-09-28  Syd Polk  
1998-09-28  Syd Polk  
        * win/configure.in: Initial changes for Windows and Tcl8.1
        * win/configure.in: Initial changes for Windows and Tcl8.1
        * win/configure: Regenerated
        * win/configure: Regenerated
        * tcl8.1/dummy.dir: Added for tcl8.1
        * tcl8.1/dummy.dir: Added for tcl8.1
Sun Sep 13 17:28:50 1998  Geoffrey Noer  
Sun Sep 13 17:28:50 1998  Geoffrey Noer  
        * unix/Makefile.in: correct typo in echoed install text
        * unix/Makefile.in: correct typo in echoed install text
        * win/Makefile.in: ditto
        * win/Makefile.in: ditto
1998-09-08  Syd Polk  
1998-09-08  Syd Polk  
        * tixConfig.sh.in: Added so that the location and name of the tix
        * tixConfig.sh.in: Added so that the location and name of the tix
        library can be figured out by the clients the link them.
        library can be figured out by the clients the link them.
        * unix/tk8.0/configure.in: Output tixConfig.sh.in
        * unix/tk8.0/configure.in: Output tixConfig.sh.in
        * unix/tk8.0/configure: Regenerate
        * unix/tk8.0/configure: Regenerate
        * unix/tk8.1/configure.in: Output tixConfig.sh.in
        * unix/tk8.1/configure.in: Output tixConfig.sh.in
        * unix/tk8.1/configure: Regnerate
        * unix/tk8.1/configure: Regnerate
Mon Aug 31 11:26:54 1998  Syd Polk  
Mon Aug 31 11:26:54 1998  Syd Polk  
        * Makefile.in unix/Makefile.in: Updated to work with either
        * Makefile.in unix/Makefile.in: Updated to work with either
        Tcl/Tk 8.0 or Tcl/Tk 8.1. 8.1 requires -fwritable-strings.
        Tcl/Tk 8.0 or Tcl/Tk 8.1. 8.1 requires -fwritable-strings.
        * unix/tk8.1/Makefile.in configure configure.in pkgIndex.tcl.in
        * unix/tk8.1/Makefile.in configure configure.in pkgIndex.tcl.in
        tixAppInit.c: Added for Tcl/Tk 8.1 support.
        tixAppInit.c: Added for Tcl/Tk 8.1 support.
Sun Jul 12 22:30:13 1998  Michael Tiemann  
Sun Jul 12 22:30:13 1998  Michael Tiemann  
        * unix/tk8.0/Makefile.in: Changed INSTALL_PROGRAM to INSTALL_DATA
        * unix/tk8.0/Makefile.in: Changed INSTALL_PROGRAM to INSTALL_DATA
        where we're installing libraries, not programs.  INSTALL_PROGRAM
        where we're installing libraries, not programs.  INSTALL_PROGRAM
        is used when we might strip things; INSTALL_DATA is when we want
        is used when we might strip things; INSTALL_DATA is when we want
        to intall something w/o stripping it.
        to intall something w/o stripping it.
Mon Jul  6 18:44:56 1998  Ian T Roxborough  
Mon Jul  6 18:44:56 1998  Ian T Roxborough  
        * win/Makefile.in: Corrected a typo [($OBJEXT) should have been $(OBJEXT)],
        * win/Makefile.in: Corrected a typo [($OBJEXT) should have been $(OBJEXT)],
        to fix none MSVC builds.
        to fix none MSVC builds.
1998-07-03  Ben Elliston  
1998-07-03  Ben Elliston  
        Patches from Ian T. Roxborough .
        Patches from Ian T. Roxborough .
        * configure.in: Add AC_OBJEXT macro invocation.
        * configure.in: Add AC_OBJEXT macro invocation.
        * configure: Regenerate.
        * configure: Regenerate.
        * src/Makefile.in: Support compiling on Win32 systems.
        * src/Makefile.in: Support compiling on Win32 systems.
        * win/tkConsole80b1.c: Add prototype for TkConsolePrint.
        * win/tkConsole80b1.c: Add prototype for TkConsolePrint.
Sun Jun 28 20:33:36 1998  Khamis Abuelkomboz  
Sun Jun 28 20:33:36 1998  Khamis Abuelkomboz  
        * library/NoteBook.tcl (tixNoteBook:MouseUp): In some cases it
        * library/NoteBook.tcl (tixNoteBook:MouseUp): In some cases it
        happens that the widget gets a mouse/release without a
        happens that the widget gets a mouse/release without a
        mouse/pressed event, this cause an error
        mouse/pressed event, this cause an error
        "data(w:down) invalid variable".
        "data(w:down) invalid variable".
1998-06-18  Ben Elliston  
1998-06-18  Ben Elliston  
        * win/Makefile.gvc: Remove.
        * win/Makefile.gvc: Remove.
Tue Jun  9 01:33:08 1998  Martin M. Hunt  
Tue Jun  9 01:33:08 1998  Martin M. Hunt  
        * library/Control.tcl (tixControl:SetBindings): Incr
        * library/Control.tcl (tixControl:SetBindings): Incr
        and decr commands may take too long so bind the buttons
        and decr commands may take too long so bind the buttons
        to an "after idle" command.
        to an "after idle" command.
Mon Jun  8 12:19:18 1998  Martin M. Hunt  
Mon Jun  8 12:19:18 1998  Martin M. Hunt  
        * library/Control.tcl (tixControl:incr): Don't call SetValue
        * library/Control.tcl (tixControl:incr): Don't call SetValue
        just before we change it.
        just before we change it.
        (tixControl:decr): Don't call SetValue just before we change it.
        (tixControl:decr): Don't call SetValue just before we change it.
        (tixControl:StartRepeat): Set a local variable with the
        (tixControl:StartRepeat): Set a local variable with the
        value of data(serial) so a buttonrelease event doesn't
        value of data(serial) so a buttonrelease event doesn't
        change it while in this function.  This fixes autorepeat problems.
        change it while in this function.  This fixes autorepeat problems.
        (tixControl:Repeat): Use local variable "serial" instead of
        (tixControl:Repeat): Use local variable "serial" instead of
        data(serial) to eliminate race conditions.
        data(serial) to eliminate race conditions.
Thu Apr 30 18:10:15 1998  Geoffrey Noer  
Thu Apr 30 18:10:15 1998  Geoffrey Noer  
        * win/Makefile.in: invoke gcc instead of ld when producing
        * win/Makefile.in: invoke gcc instead of ld when producing
        dlls.  Pass the linker options down via args to -Wl options.
        dlls.  Pass the linker options down via args to -Wl options.
Thu Apr 16 11:47:47 1998  Ian T. Roxborough  (irox@cygnus.com)
Thu Apr 16 11:47:47 1998  Ian T. Roxborough  (irox@cygnus.com)
        * win/Makefile.gvc: Changed absolute paths relative.
        * win/Makefile.gvc: Changed absolute paths relative.
Wed Apr 15 16:46:18 1998  Ian T. Roxborough  (irox@cygnus.com)
Wed Apr 15 16:46:18 1998  Ian T. Roxborough  (irox@cygnus.com)
        * win/Makefile.gvc: Hacked make script to compile tix with MSVC.
        * win/Makefile.gvc: Hacked make script to compile tix with MSVC.
Tue Mar 24 23:10:41 1998  Jeffrey A Law  (law@cygnus.com)
Tue Mar 24 23:10:41 1998  Jeffrey A Law  (law@cygnus.com)
        * generic/tixUtils.c (tix_strdup): Use "CONST", not "const" to avoid
        * generic/tixUtils.c (tix_strdup): Use "CONST", not "const" to avoid
        losing with non-ANSI compilers.
        losing with non-ANSI compilers.
Tue Mar 24 17:30:22 1998  Stu Grossman  
Tue Mar 24 17:30:22 1998  Stu Grossman  
        * win/configure:  Regenerate with autoconf 2.12.1 to fix shell
        * win/configure:  Regenerate with autoconf 2.12.1 to fix shell
        issues for NT native builds.
        issues for NT native builds.
Wed Mar 11 14:51:59 1998  Tom Tromey  
Wed Mar 11 14:51:59 1998  Tom Tromey  
        * library/pref/tixmkpref (tixInitOptionDatabase): Set .background
        * library/pref/tixmkpref (tixInitOptionDatabase): Set .background
        for TixScrolledText, TixScrolledWindow, TixScrolledListBox,
        for TixScrolledText, TixScrolledWindow, TixScrolledListBox,
        TixTree.
        TixTree.
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/TkWin.csc: Rebuilt.
Sat Mar 21 21:18:06 1998  Elena Zannoni  
Sat Mar 21 21:18:06 1998  Elena Zannoni  
        Merged changes from Foundry:
        Merged changes from Foundry:
        - Martin M. Hunt  
        - Martin M. Hunt  
        * library/ComboBox.tcl (tixComboBox:Popup): Make sure
        * library/ComboBox.tcl (tixComboBox:Popup): Make sure
        popups are always in the correct place for Windows and Unix.
        popups are always in the correct place for Windows and Unix.
        - Tom Tromey  
        - Tom Tromey  
        * library/SText.tcl (tixScrolledText:ConstructWidget): Create
        * library/SText.tcl (tixScrolledText:ConstructWidget): Create
        sizebox if requested.
        sizebox if requested.
        * library/SListBox.tcl (tixScrolledListBox:ConstructWidget):
        * library/SListBox.tcl (tixScrolledListBox:ConstructWidget):
        Create sizebox if requested.
        Create sizebox if requested.
        * library/SHList.tcl (tixScrolledHList:ConstructWidget): Create
        * library/SHList.tcl (tixScrolledHList:ConstructWidget): Create
        sizebox if requested.
        sizebox if requested.
        * library/SWindow.tcl (tixScrolledWindow:ConstructWidget): Create
        * library/SWindow.tcl (tixScrolledWindow:ConstructWidget): Create
        sizebox if requested.
        sizebox if requested.
        * library/SWidget.tcl (tixScrolledWidget): New config option
        * library/SWidget.tcl (tixScrolledWidget): New config option
        -sizebox.
        -sizebox.
        (tixScrolledWidget:config-scrollbar): If -sizebox set, then ignore
        (tixScrolledWidget:config-scrollbar): If -sizebox set, then ignore
        -scrollbar option.
        -scrollbar option.
        (tixScrolledWidget:RepackHook): Place sizebox if requested.
        (tixScrolledWidget:RepackHook): Place sizebox if requested.
        (tixScrolledWidget:config-sizebox): New proc.
        (tixScrolledWidget:config-sizebox): New proc.
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/tixmkpref (tixInitOptionDatabase): Typo fix.
        * library/pref/tixmkpref (tixInitOptionDatabase): Typo fix.
        * library/ComboBox.tcl (tixComboBox:ConstructListShell): Set
        * library/ComboBox.tcl (tixComboBox:ConstructListShell): Set
        -scrollbarspace here, not in class record.
        -scrollbarspace here, not in class record.
        * library/ComboBox.tcl: Set -scrollbarspace on scrolled listbox
        * library/ComboBox.tcl: Set -scrollbarspace on scrolled listbox
        subwidget.
        subwidget.
        - Ian Lance Taylor  
        - Ian Lance Taylor  
        * win/Makefile.in ($(TIXDLL)): Don't generate relocs for debugging
        * win/Makefile.in ($(TIXDLL)): Don't generate relocs for debugging
        information.
        information.
        * generic/tixUtils.c (tix_strdup): New function.
        * generic/tixUtils.c (tix_strdup): New function.
        * win/Makefile.in (.c.o): Add -Dstrdup=tix_strdup.
        * win/Makefile.in (.c.o): Add -Dstrdup=tix_strdup.
        ($(TMPDIR)/%.o): Likewise.
        ($(TMPDIR)/%.o): Likewise.
        * library/ComboBox.tcl (tixComboBoxBind): In  binding,
        * library/ComboBox.tcl (tixComboBoxBind): In  binding,
        don't set the entry selection if there is no text in the entry.
        don't set the entry selection if there is no text in the entry.
Fri Feb 13 12:56:19 1998  Ian Lance Taylor  
Fri Feb 13 12:56:19 1998  Ian Lance Taylor  
        * unix/tk8.0/configure.in: Define and substitute TIX_RANLIB.
        * unix/tk8.0/configure.in: Define and substitute TIX_RANLIB.
        * unix/tk8.0/Makefile.in (TIX_RANLIB): New variable.
        * unix/tk8.0/Makefile.in (TIX_RANLIB): New variable.
        ($(TIX_LIB_FILE)): Use $(TIX_RANLIB) rather than $(RANLIB).
        ($(TIX_LIB_FILE)): Use $(TIX_RANLIB) rather than $(RANLIB).
        ($(TCL_SAM_FILE), $(TK_SAM_FILE), $(TIX_SAM_FILE)): Likewise.
        ($(TCL_SAM_FILE), $(TK_SAM_FILE), $(TIX_SAM_FILE)): Likewise.
        * unix/tk8.0/configure: Rebuild.
        * unix/tk8.0/configure: Rebuild.
Tue Dec 23 16:35:29 1997  Ian Lance Taylor  
Tue Dec 23 16:35:29 1997  Ian Lance Taylor  
        * win/Makefile.in ($(TIXDLL)): Don't generate relocs for debugging
        * win/Makefile.in ($(TIXDLL)): Don't generate relocs for debugging
        information.
        information.
Wed Nov 12 11:31:06 1997  Ian Lance Taylor  
Wed Nov 12 11:31:06 1997  Ian Lance Taylor  
        * library/PanedWin.tcl (tixPanedWindow:AddSeparator): On Windows,
        * library/PanedWin.tcl (tixPanedWindow:AddSeparator): On Windows,
        make the separator a 4 pixel ridge.
        make the separator a 4 pixel ridge.
        (tixPanedWindow:UpdateSizes): On Windows, make the separator 4
        (tixPanedWindow:UpdateSizes): On Windows, make the separator 4
        pixels thick.
        pixels thick.
Tue Nov 11 15:59:43 1997  Ian Lance Taylor  
Tue Nov 11 15:59:43 1997  Ian Lance Taylor  
        * library/PanedWin.tcl (tixPanedWindow:PlotHandles): Don't
        * library/PanedWin.tcl (tixPanedWindow:PlotHandles): Don't
        separator buttons on Windows.
        separator buttons on Windows.
Sun Nov  9 22:17:03 1997  Ian Lance Taylor  
Sun Nov  9 22:17:03 1997  Ian Lance Taylor  
        * library/Event.tcl (tixBuiltInCmdErrorHandler): On Windows, use
        * library/Event.tcl (tixBuiltInCmdErrorHandler): On Windows, use
        bgerror rather than puts.
        bgerror rather than puts.
Sun Nov  9 16:00:14 1997  Tom Tromey  
Sun Nov  9 16:00:14 1997  Tom Tromey  
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/tixmkpref (tixInitOptionDatabase): Changed
        * library/pref/tixmkpref (tixInitOptionDatabase): Changed
        background for HList and friends.
        background for HList and friends.
Wed Nov  5 13:24:06 1997  Tom Tromey  
Wed Nov  5 13:24:06 1997  Tom Tromey  
        * library/PanedWin.tcl (tixPanedWindow:setsize): Correctly
        * library/PanedWin.tcl (tixPanedWindow:setsize): Correctly
        vertical orientation.
        vertical orientation.
Tue Nov  4 12:04:01 1997  Tom Tromey  
Tue Nov  4 12:04:01 1997  Tom Tromey  
        * library/fs.tcl (tixFSIsNorm) [Windows version]: Accept C:\.
        * library/fs.tcl (tixFSIsNorm) [Windows version]: Accept C:\.
Wed Oct 29 11:37:18 1997  Ian Lance Taylor  
Wed Oct 29 11:37:18 1997  Ian Lance Taylor  
        * generic/tixInit.c: Fix some backslashes with following spaces.
        * generic/tixInit.c: Fix some backslashes with following spaces.
Tue Oct 28 17:05:41 1997  Martin M. Hunt  
Tue Oct 28 17:05:41 1997  Martin M. Hunt  
        * generic/tixInit.c: Fix tix initscript to allow
        * generic/tixInit.c: Fix tix initscript to allow
        embedded whitespace in pathnames.
        embedded whitespace in pathnames.
Tue Oct 28 16:41:56 1997  Ian Lance Taylor  
Tue Oct 28 16:41:56 1997  Ian Lance Taylor  
        * Makefile.in (install-minimal): New target.
        * Makefile.in (install-minimal): New target.
        * unix/Makefile.in (install-minimal): New target.
        * unix/Makefile.in (install-minimal): New target.
        * win/Makefile.in (install-minimal): New target.
        * win/Makefile.in (install-minimal): New target.
Thu Oct 23 12:44:48 1997  Tom Tromey  
Thu Oct 23 12:44:48 1997  Tom Tromey  
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/TkWin.fsc: Rebuilt.
        * library/pref/TkWin.fsc: Rebuilt.
        * library/pref/TkWin.fs: Use correct font names.
        * library/pref/TkWin.fs: Use correct font names.
Tue Oct 21 13:11:51 1997  Tom Tromey  
Tue Oct 21 13:11:51 1997  Tom Tromey  
        * library/pref/tixmkpref (tixInitOptionDatabase): Choose better
        * library/pref/tixmkpref (tixInitOptionDatabase): Choose better
        colors for the combobox on Windows.
        colors for the combobox on Windows.
Thu Oct 16 13:42:27 1997  Tom Tromey  
Thu Oct 16 13:42:27 1997  Tom Tromey  
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/tixmkpref (tixInitOptionDatabase): Set handle
        * library/pref/tixmkpref (tixInitOptionDatabase): Set handle
        background to bg color.
        background to bg color.
Sat Oct 11 18:09:33 1997  Tom Tromey  
Sat Oct 11 18:09:33 1997  Tom Tromey  
        * library/pref/TkWin.fs (tixSetFontset): Use windows-* fonts.
        * library/pref/TkWin.fs (tixSetFontset): Use windows-* fonts.
Wed Oct  1 16:32:13 1997  Ian Lance Taylor  
Wed Oct  1 16:32:13 1997  Ian Lance Taylor  
        (tixUnixSam.o): Pass -I. to compile.
        (tixUnixSam.o): Pass -I. to compile.
        * unix/tk8.0/Makefile.in (tixUnixSam.o): Depend upon tixSamLib.c,
        * unix/tk8.0/Makefile.in (tixUnixSam.o): Depend upon tixSamLib.c,
        not $(UNIX_DIR)/tixSamLib.c.
        not $(UNIX_DIR)/tixSamLib.c.
        (tixSamLib.c): Build in build directory, not source directory.
        (tixSamLib.c): Build in build directory, not source directory.
        (sam_clean): Remove tixSamLib.c in build directory, not source
        (sam_clean): Remove tixSamLib.c in build directory, not source
        directory.
        directory.
        * unix/tk8.0/Makefile.in (TIX_LIBRARY): Change lib to share.
        * unix/tk8.0/Makefile.in (TIX_LIBRARY): Change lib to share.
        * generic/tixImgCmp.c (ImgCmpCreate): Take Tcl objects, rather
        * generic/tixImgCmp.c (ImgCmpCreate): Take Tcl objects, rather
        than strings, to match patch made to Tk.
        than strings, to match patch made to Tk.
Tue Sep 23 16:02:04 1997  Michael Meissner  
Tue Sep 23 16:02:04 1997  Michael Meissner  
        * unix/tk8.0/configure.in: Disable broken code to automatically
        * unix/tk8.0/configure.in: Disable broken code to automatically
        rerun configure if config.cache was run on a different system.
        rerun configure if config.cache was run on a different system.
Tue Aug 26 15:30:11 1997  Tom Tromey  
Tue Aug 26 15:30:11 1997  Tom Tromey  
        * unix/Makefile.in (install-binaries): Write "fi;" for bash.
        * unix/Makefile.in (install-binaries): Write "fi;" for bash.
Mon Aug 25 03:41:57 1997  Martin M. Hunt  
Mon Aug 25 03:41:57 1997  Martin M. Hunt  
        * library/pref/TkWin.fs: Set fixed_font to "fixedsys" so
        * library/pref/TkWin.fs: Set fixed_font to "fixedsys" so
        TK can understand it.  DO NOT USE SystemFixed!
        TK can understand it.  DO NOT USE SystemFixed!
Sun Aug 24 21:42:40 1997  Ian Lance Taylor  
Sun Aug 24 21:42:40 1997  Ian Lance Taylor  
        * win/Makefile.in ($(TIXDLL)): Set base address to 0x66600000.
        * win/Makefile.in ($(TIXDLL)): Set base address to 0x66600000.
Sat Aug 23 20:14:45 1997  Tom Tromey  
Sat Aug 23 20:14:45 1997  Tom Tromey  
        * library/pref/TkWin.cs (tixSetScheme-color): Set input1_bg to
        * library/pref/TkWin.cs (tixSetScheme-color): Set input1_bg to
        SystemWindow.
        SystemWindow.
        (tixSetScheme-mono): Set input1_bg to white.
        (tixSetScheme-mono): Set input1_bg to white.
        * library/pref/TkWin.csc: Rebuilt.
        * library/pref/TkWin.csc: Rebuilt.
Sat Aug 23 17:43:21 1997  Ian Lance Taylor  
Sat Aug 23 17:43:21 1997  Ian Lance Taylor  
        * library/pref/TkWin.fs (tixSetFontset): Set fixed_font to
        * library/pref/TkWin.fs (tixSetFontset): Set fixed_font to
        "systemfixed".
        "systemfixed".
        * library/pref/TkWin.fsc: Rebuild.
        * library/pref/TkWin.fsc: Rebuild.
Sat Aug 23 14:00:17 1997  Tom Tromey  
Sat Aug 23 14:00:17 1997  Tom Tromey  
        * library/ComboBox.tcl (tixComboBox:config-state): Correctly set
        * library/ComboBox.tcl (tixComboBox:config-state): Correctly set
        -selectforeground and -selectbackground on listbox and entry.
        -selectforeground and -selectbackground on listbox and entry.
        * library/pref/tixmkpref (tixInitOptionDatabase): Changed argument
        * library/pref/tixmkpref (tixInitOptionDatabase): Changed argument
        to `isWin'; use it.
        to `isWin'; use it.
        * library/pref/TkWin.csc, library/pref/TkWin.fsc: Rebuilt.
        * library/pref/TkWin.csc, library/pref/TkWin.fsc: Rebuilt.
Fri Aug 22 23:50:07 1997  Martin M. Hunt  
Fri Aug 22 23:50:07 1997  Martin M. Hunt  
        * library/ComboBox.tcl (tixComboBox:Popup): Workaround to
        * library/ComboBox.tcl (tixComboBox:Popup): Workaround to
        fix problem where ComboBox popups are drawn in the wrong
        fix problem where ComboBox popups are drawn in the wrong
        place under NT.
        place under NT.
Fri Aug 22 12:23:56 1997  Tom Tromey  
Fri Aug 22 12:23:56 1997  Tom Tromey  
        * generic/tixInit.c (TIX_DEF_SCHEME): Define as "TkWin" on Windows.
        * generic/tixInit.c (TIX_DEF_SCHEME): Define as "TkWin" on Windows.
        (TIX_DEF_FONTSET): Likewise.
        (TIX_DEF_FONTSET): Likewise.
        * library/SText.tcl: Reverted earlier change.
        * library/SText.tcl: Reverted earlier change.
        * library/NoteBook.tcl: Reverted most of change of Aug 20;
        * library/NoteBook.tcl: Reverted most of change of Aug 20;
        inactive background on nbframe still unset.
        inactive background on nbframe still unset.
        * library/pref/TkWin.cs: New file.
        * library/pref/TkWin.cs: New file.
        * library/pref/TkWin.csc: New file.
        * library/pref/TkWin.csc: New file.
        * library/pref/TkWin.fsc: New file.
        * library/pref/TkWin.fsc: New file.
        * library/pref/TkWin.fs: New file.
        * library/pref/TkWin.fs: New file.
        * library/pref/tixmkpref (tixInitOptionDatabase): Fixed typos.
        * library/pref/tixmkpref (tixInitOptionDatabase): Fixed typos.
        * library/SText.tcl: Don't set colors by default.
        * library/SText.tcl: Don't set colors by default.
        * generic/tixInit.c (TIX_DEF_FONTSET): Default to "TK".
        * generic/tixInit.c (TIX_DEF_FONTSET): Default to "TK".
        (TIX_DEF_SCHEME): Likewise.
        (TIX_DEF_SCHEME): Likewise.
        * library/Tix.tcl (tixAppContext:config-fontset): Set fontset.
        * library/Tix.tcl (tixAppContext:config-fontset): Set fontset.
        Reverts change of Aug 18.
        Reverts change of Aug 18.
        (tixAppContext:config-scheme): Likewise.
        (tixAppContext:config-scheme): Likewise.
Wed Aug 20 12:00:04 1997  Tom Tromey  
Wed Aug 20 12:00:04 1997  Tom Tromey  
        * library/NoteBook.tcl (tixNoteBook): Don't define default colors
        * library/NoteBook.tcl (tixNoteBook): Don't define default colors
        or fonts.
        or fonts.
        * generic/tixDef.h (DEF_NOTEBOOKFRAME_INACTIVE_BG_COLOR): Define
        * generic/tixDef.h (DEF_NOTEBOOKFRAME_INACTIVE_BG_COLOR): Define
        as NORMAL_BG.
        as NORMAL_BG.
        (DEF_NOTEBOOKFRAME_ACTIVE_BG_MONO): Define as WHITE.
        (DEF_NOTEBOOKFRAME_ACTIVE_BG_MONO): Define as WHITE.
        * unix/tk8.0/Makefile.in (RUN_TCLSH): Find tclsh directly in
        * unix/tk8.0/Makefile.in (RUN_TCLSH): Find tclsh directly in
        TCL_BIN_DIR.
        TCL_BIN_DIR.
        (tixUnixSam.o): Pass -I. to compile.
        (tixUnixSam.o): Pass -I. to compile.
        * unix/tk8.0/configure: Rebuilt.
        * unix/tk8.0/configure: Rebuilt.
        * unix/tk8.0/configure.in: Removed space in "not supported".
        * unix/tk8.0/configure.in: Removed space in "not supported".
Mon Aug 18 12:37:47 1997  Tom Tromey  
Mon Aug 18 12:37:47 1997  Tom Tromey  
        * generic/tixGrid.h (DEF_GRID_FONT): Use Tk default font.
        * generic/tixGrid.h (DEF_GRID_FONT): Use Tk default font.
        * generic/tixDiText.c (DEF_TEXTSTYLE_FONT): Use Tk default font.
        * generic/tixDiText.c (DEF_TEXTSTYLE_FONT): Use Tk default font.
        * generic/tixDiITxt.c (DEF_IMAGETEXTSTYLE_FONT): Use Tk default
        * generic/tixDiITxt.c (DEF_IMAGETEXTSTYLE_FONT): Use Tk default
        font.
        font.
        * generic/tixDef.h (DEF_CMPIMAGE_FONT): Use Tk default font.
        * generic/tixDef.h (DEF_CMPIMAGE_FONT): Use Tk default font.
        (DEF_HLIST_FONT): Likewise.
        (DEF_HLIST_FONT): Likewise.
        (DEF_NOTEBOOKFRAME_FONT): Likewise.
        (DEF_NOTEBOOKFRAME_FONT): Likewise.
        (DEF_TLIST_FONT): Likewise.
        (DEF_TLIST_FONT): Likewise.
        (CTL_FONT): Define if not deifned by default.h.
        (CTL_FONT): Define if not deifned by default.h.
Mon Aug 18 01:11:23 1997  Tom Tromey  
Mon Aug 18 01:11:23 1997  Tom Tromey  
        * library/Tix.tcl (tixAppContext:CheckFontSets): Fonts never fail
        * library/Tix.tcl (tixAppContext:CheckFontSets): Fonts never fail
        on any Tk 8 platform.
        on any Tk 8 platform.
        (tixAppContext:config-fontset): Don't override Tk's defaults.
        (tixAppContext:config-fontset): Don't override Tk's defaults.
        (tixAppContext:config-scheme): Likewise.
        (tixAppContext:config-scheme): Likewise.
Fri Aug 15 20:02:29 1997  Ian Lance Taylor  
Fri Aug 15 20:02:29 1997  Ian Lance Taylor  
        * library/fs.tcl (tixFSIsNorm) [Windows version]: Handle UNC
        * library/fs.tcl (tixFSIsNorm) [Windows version]: Handle UNC
        (\\host\directory) paths.
        (\\host\directory) paths.
        (tixFSIsAbsPath) [Windows version]: Likewise.
        (tixFSIsAbsPath) [Windows version]: Likewise.
        (_tixNormalize) [Windows version]: Likewise.
        (_tixNormalize) [Windows version]: Likewise.
        (tixFSIsVPath) [Windows version]: Likewise.
        (tixFSIsVPath) [Windows version]: Likewise.
        * unix/tk8.0/Makefile.in (tixUnixSam.o): Depend upon tixSamLib.c,
        * unix/tk8.0/Makefile.in (tixUnixSam.o): Depend upon tixSamLib.c,
        not $(UNIX_DIR)/tixSamLib.c.
        not $(UNIX_DIR)/tixSamLib.c.
        (tixSamLib.c): Build in build directory, not source directory.
        (tixSamLib.c): Build in build directory, not source directory.
        (sam_clean): Remove tixSamLib.c in build directory, not source
        (sam_clean): Remove tixSamLib.c in build directory, not source
        directory.
        directory.
Thu Aug 14 13:19:07 1997  Ian Lance Taylor  
Thu Aug 14 13:19:07 1997  Ian Lance Taylor  
        * unix/tk8.0/Makefile.in (TIX_LIBRARY): Change lib to share.
        * unix/tk8.0/Makefile.in (TIX_LIBRARY): Change lib to share.
Wed Aug 13 16:29:33 1997  Tom Tromey  
Wed Aug 13 16:29:33 1997  Tom Tromey  
        * generic/tixInit.c (Tix_Init_Internal): Turn off xpm handling.
        * generic/tixInit.c (Tix_Init_Internal): Turn off xpm handling.
Fri Aug  8 15:16:46 1997  Ian Lance Taylor  
Fri Aug  8 15:16:46 1997  Ian Lance Taylor  
        * unix/Makefile.in (TIX_LIBRARY): Change lib to share.
        * unix/Makefile.in (TIX_LIBRARY): Change lib to share.
        * win/Makefile.in (TIX_LIBRARY): Likewise.
        * win/Makefile.in (TIX_LIBRARY): Likewise.
        * win/Makefile.in: Add TCL_VER == 8.0 cases for the various name
        * win/Makefile.in: Add TCL_VER == 8.0 cases for the various name
        definitions.
        definitions.
Wed Aug  6 16:56:37 1997  Tom Tromey  
Wed Aug  6 16:56:37 1997  Tom Tromey  
        * unix/tk8.0/Makefile.in (VPATH, srcdir): Define.
        * unix/tk8.0/Makefile.in (VPATH, srcdir): Define.
        (TCL_BIN_DIR): Define.
        (TCL_BIN_DIR): Define.
        (RUN_TCLSH): Use $(TCL_BIN_DIR), not $(TCL_SRC_DIR).
        (RUN_TCLSH): Use $(TCL_BIN_DIR), not $(TCL_SRC_DIR).
        (tixAppInit.o): Get tixAppInit.c from $(srcdir).
        (tixAppInit.o): Get tixAppInit.c from $(srcdir).
        (Makefile): Depend upon config.status.
        (Makefile): Depend upon config.status.
        * unix/tk8.0/configure.in: Look in plain tcl for TCL_SRC_DIR.
        * unix/tk8.0/configure.in: Look in plain tcl for TCL_SRC_DIR.
        Look in plain tk for TK_SRC_DIR.  Set TCL_BIN_DIR to object
        Look in plain tk for TK_SRC_DIR.  Set TCL_BIN_DIR to object
        directory, not using $(TCL_SRC_DIR).  Likewise for TK_BIN_DIR.
        directory, not using $(TCL_SRC_DIR).  Likewise for TK_BIN_DIR.
        Set TIX_SRC_DIR based on ${srcdir}.
        Set TIX_SRC_DIR based on ${srcdir}.
Fri Aug  1 13:48:18 1997  Ian Lance Taylor  
Fri Aug  1 13:48:18 1997  Ian Lance Taylor  
        * win/Makefile.in: Copy install handling from unix/Makefile.in.
        * win/Makefile.in: Copy install handling from unix/Makefile.in.
        * win/configure.in: Don't create the subdirectory if it exists.
        * win/configure.in: Don't create the subdirectory if it exists.
        Define and substitute SRC_DIR and TIX_VERSION.
        Define and substitute SRC_DIR and TIX_VERSION.
        * win/configure: Rebuild.
        * win/configure: Rebuild.
        * win/Makefile.in (TIXDLLNAME): Define, in several variants.
        * win/Makefile.in (TIXDLLNAME): Define, in several variants.
        ($(TIXDLL)): Build into $(TIXDLLNAME), and then copy.
        ($(TIXDLL)): Build into $(TIXDLLNAME), and then copy.
        ($(TIXLIB)): Use $(TIXDLLNAME) as the DLL name.
        ($(TIXLIB)): Use $(TIXDLLNAME) as the DLL name.
        (clean): Remove $(TIXDLLNAME).
        (clean): Remove $(TIXDLLNAME).
Thu Jul 17 21:49:03 1997  Geoffrey Noer  
Thu Jul 17 21:49:03 1997  Geoffrey Noer  
        * win/Makefile.in: add install install-info info installcheck rules
        * win/Makefile.in: add install install-info info installcheck rules
Mon Jun 30 15:44:10 1997  Ian Lance Taylor  
Mon Jun 30 15:44:10 1997  Ian Lance Taylor  
        * win/configure.in, win/Makefile.in: New files.
        * win/configure.in, win/Makefile.in: New files.
        * win/configure: Build.
        * win/configure: Build.
        * generic/tix.h: If RC_INVOKED, just define a few macros.
        * generic/tix.h: If RC_INVOKED, just define a few macros.
        * win/tixWCmpt.c (_impure_ptr, __imp_reent_data): Declare.
        * win/tixWCmpt.c (_impure_ptr, __imp_reent_data): Declare.
        (DllMain): Initialize _impure_ptr.
        (DllMain): Initialize _impure_ptr.
        * unix/tk4.2/Makefile.in (VPATH, srcdir): Define.
        * unix/tk4.2/Makefile.in (VPATH, srcdir): Define.
        (TCL_BIN_DIR): Define.
        (TCL_BIN_DIR): Define.
        (RUN_TCLSH): Use $(TCL_BIN_DIR), not $(TCL_SRC_DIR).
        (RUN_TCLSH): Use $(TCL_BIN_DIR), not $(TCL_SRC_DIR).
        (tixAppInit.o): Get tixAppInit.c from $(srcdir).
        (tixAppInit.o): Get tixAppInit.c from $(srcdir).
        (Makefile): Depend upon config.status.
        (Makefile): Depend upon config.status.
        (config.status): New target.
        (config.status): New target.
        * unix/tk4.2/configure.in: Look in plain tcl for TCL_SRC_DIR.
        * unix/tk4.2/configure.in: Look in plain tcl for TCL_SRC_DIR.
        Look in plain tk for TK_SRC_DIR.  Set TCL_BIN_DIR to object
        Look in plain tk for TK_SRC_DIR.  Set TCL_BIN_DIR to object
        directory, not using $(TCL_SRC_DIR).  Likewise for TK_BIN_DIR.
        directory, not using $(TCL_SRC_DIR).  Likewise for TK_BIN_DIR.
        Set TIX_SRC_DIR based on ${srcdir}.
        Set TIX_SRC_DIR based on ${srcdir}.
        * unix/Makefile.in: Define standard targets.
        * unix/Makefile.in: Define standard targets.
        (VPATH): Set to @SRC_DIR@/unix, not just @SRC_DIR@.
        (VPATH): Set to @SRC_DIR@/unix, not just @SRC_DIR@.
        (SUBDIR): Define.
        (SUBDIR): Define.
        (Makefile): Depend upon config.status.
        (Makefile): Depend upon config.status.
        * unix/configure.in: Set SRC_DIR to `${srcdir}/..', not `..'.
        * unix/configure.in: Set SRC_DIR to `${srcdir}/..', not `..'.
        Define and substitute SUBDIR.  Call AC_CONFIG_SUBDIRS.
        Define and substitute SUBDIR.  Call AC_CONFIG_SUBDIRS.
        * unix/configure: Rebuild.
        * unix/configure: Rebuild.
        * configure.in, Makefile.in: New files.
        * configure.in, Makefile.in: New files.
        * configure: Build.
        * configure: Build.
        * ChangeLog: New file for Cygnus changes.
        * ChangeLog: New file for Cygnus changes.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.