home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rexxtk12.zip / HISTORY < prev    next >
Text File  |  2001-07-13  |  3KB  |  71 lines

  1. DEVELOPMENT CHANGES/BUG FIXES TO Rexx/Tk
  2.  
  3. 1.2.0 25 May 2001
  4. - Add TkEvent, TkGetConfig, TkTextImageCreate function
  5. - Correctly terminate and delete the Tcl interpreter on unload
  6. - Added RexxTkNotebook extension - a tabbed notebook
  7. - Changed the parameter format for TkGetOpenFile(), TkGetSaveFile(),
  8.   TkChooseDirectory() and TkChooseColor() from a positional parameter
  9.   format to the common switch/value pair format.
  10. - Changed the method of specifying the Rexx interpreter to the configure 
  11.   script. --with-rexx=regina instead of --with-regina
  12. - The directory search path for the Rexx interpreter for the configure
  13.   script can now be specified as environment variables. See INSTALL for
  14.   further details.
  15.  
  16. 1.1.0 10 January 2001
  17. - Add TkLower, TkRaise, TkRadioButton, TkCheckButton
  18. - Change TkCanvasItemConfig to TkItemConfig
  19. - Changes for dynamic loading of Windows Tcl/Tk DLLs
  20. - Enclose tcl commands passed in bind commands with double quotes
  21. - More detailed error reporting for initialisation.
  22.  
  23. 1.0.2 beta 3 November 2000
  24.  - added TkChooseDirectory() - only available with Tcl/Tk 8.3
  25.  - Linux RPM now available
  26.  - fixed bug in TkDestroy(). It would only allow 1 widget to be specified
  27.  - number of parameter checking in TkGetOpenFile() and TkGetSaveFile()
  28.  
  29. 1.0.1 beta 2 September 2000
  30.  - Added lots more functions.
  31.  - Made slight changes so that Rexx/Tk works with Tcl/Tk 8.3
  32.  - Changed TkCanvasItemConfig to TkItemConfig for use in Tk 8.3 TkListbox()
  33.  - Added mclistbox, combobox and tree widgets.
  34.  - Made Win32 port Tcl/Tk version independent. Previous ports were tied to
  35.    the Tcl/Tk version Rexx/Tk was built with.
  36.  
  37. 1.0.0 beta 1  May 2000
  38.  - Added following functions:
  39.    TkListBox
  40.    TkScrollBar
  41.    TkCurSelection
  42.    TkInsert
  43.    TkCanvas
  44.    TkCanvasArc
  45.    TkCanvasBitmap
  46.    TkCanvasDelete
  47.    TkCanvasImage
  48.    TkCanvasLine
  49.    TkCanvasOval
  50.    TkCanvasPolygon
  51.    TkCanvasPostscript
  52.    TkCanvasRectangle
  53.    TkCanvasText
  54.    TkCanvasWindow
  55.  - Added Rexx/Trans support for Win32, Unix and OS/2
  56.    OS/2 support still not functional as Tcl/Tk port for OS/2 incomplete.
  57.  - Maintenance now being done by Mark Hessling <M.Hessling@qut.edu.au>
  58.    due to Roger O'Connor's death.
  59.  - Changed behaviour with Tk errors; the Rexx variable; TKRC is set after
  60.    each Rexx/Tk function call. Errors can be obtained via TkError()
  61.    function.
  62.  
  63. 0.0.4:
  64.  - Added a default return from TkWait with "Quit" as the command when the main
  65.    window is closed.
  66.  - Added functions: TkAfter, TkGetOpenFile, TkGetSaveFile, TkSetFileType,
  67.    TkMessageBox.
  68.  
  69. 0.0.3:
  70.  - Pre-announce release for alpha test.
  71.