home *** CD-ROM | disk | FTP | other *** search
- DV-GLUE Revision History
-
-
- v0.70 5/14/88 first (pre-n)release
- -------------
-
- v0.75 6/3-6/4 unreleased
- -------------
- TVnew_task got two additional parameters
- TVapp_new got two additional parameters
- TVapp_new crashes system after generating "Programming error"
-
- v0.76 6/6 unreleased
- -------------
- TVapp_new now correctly loads, but window hangs on program's exit
-
- v0.77 6/8 unreleased
- -------------
- Renamed TVclearmbx to TVmbx_clear, TVclosembx to TVmbx_close,
- TVmbxeof to TVmbx_eof, TVmbxsender to TVmbx_sender,
- TVopenmbx to TVmbx_open, TVmbxwrite to TVmbx_write,
- TVmbxmessages to TVmbx_size, TVmbxstatus to TVmbx_status,
- TVfreembx to TVmbx_free, and TVnewmbx to TVmbx_new
-
- v0.80 6/9 unreleased
- -------------
- TVnew_app() finally works!
-
- v0.81 6/10 unreleased
- -------------
- Renamed TVaddtokbd to TVkbd_setflags, TVsubfromkbd to TVkbd_clrflags,
- TVkbdstatus to TVkbd_status, TVwinclear to TVwin_clear.
- Added function TVwin_nread().
-
- v0.82 6/12 unreleased
- -------------
- Renamed TVaddtopointer to TVptr_setflags, TVsubfrompointer to TVptr_clrflags
-
- v0.83 6/13 unreleased
- -------------
- Renamed TVpointergoto to TVptr_goto, TVpointermessages to TVptr_messages,
- TVpointerstatus to TVptr_status, and TVpointericon to TVptr_icon
- Added function TVwin_point().
-
- v0.84 6/19/88 unreleased
- -------------
- Worked on DOCs, added additional tests to INT15DEM.C
-
- v0.85 6/20/88 unreleased
- -------------
- Fixed TVsendmsg() to work from within a notify handler
- More renaming: TVclosepanel to TVpanel_close, TVfreepanel to TVpanel_free,
- TVopenpanel to TVpanel_open, TVnewpanel to TVpanel_new,
- TVpanelstatus to TVpanel_status, TVpanelsize to TVpanel_size,
- TVopenpointer to TVptr_open, TVclosepointer to TVptr_close,
- TVerasepointer to TVptr_erase, TVfreepointer to TVptr_free,
- TVnewpointer to TVptr_new, TVfreekbd to TVkbd_free,
- TVnewkbd to TVkbd_new, TVopenkbd to TVkbd_open,
- TVclosekbd to TVkbd_close, TVclearkbd to TVkbd_clear,
- TVkbdmessages to TVkbd_messages, and
- TVfreewindow to TVwin_free.
-
- v0.86 6/21/88 unreleased
- -------------
- Yet more renaming: TVnewtimer to TVtimer_new, TVfreetimer to TVtimer_free,
- TVstoptimer to TVtimer_stop, TVsettimer to TVtimer_set,
- TVopentimer to TVtimer_start, TVreadtimer to TVtimer_wait,
- TVtimerstatus to TVtimer_status,
- TVclosetimer to TVtimer_close, TVaddtimer to TVtimer_begin,
- TVelapsedtimer to TVtimer_elapsed, TVlentimer to TVtimer_len,
- TVnamembx to TVmbx_name, and TVfindmbx to TVmbx_find.
-
- v0.87 6/23/88 unreleased
- -------------
- (hopefully) last round of renaming:
- TVopenobjq to TVobq_open, TVreadobq to TVobq_read,
- TVsizeofobq to TVobq_size, TVobqstatus to TVobq_status,
- TVclearobq to TVobq_clear, TVcloseobq to TVobq_close
- New functions: DVshadow_start, DVshadow_stop
- Worked on docs some.
-
- v0.88 6/29/88 unreleased
- -------------
- Worked on docs some more.
-
- v0.89 7/5/88 unreleased
- -------------
- Some more work on the documentation.
- Added functions TVfld_build_header(), TVfld_build_entry(), and
- TVfld_build_color().
-
- v0.90 7/8/88 unreleased
- -------------
- Some more work on the docs
- Added function TVfld_marker().
-
- v0.91 7/10/88 second (beta) release
- -------------
- Fixed bug in field_test(), finalized docs
-
- v0.92 7/12/88 unreleased
- -------------
- added functions TVqry_kmouse(), TVapi_kmouse().
-
- v0.93 7/14/88 unreleased
- -------------
- minor updates to TVAPI.H and TVSTREAM.H
- combined a few functions that were identical, making the originals macros
-
- v0.94 7/19/88 unreleased
- -------------
- added functions UImenu_build() and UImenu_show()
- added two new args to TVposwin(). The test of that function only worked
- because CX happened to be zero! It turns out the POSWIN API call uses CX,
- and I hadn't known that.
-
- v0.95 7/21/88 unreleased
- -------------
- changed TVptr_read. Prototype is now
- int pascal TVptr_read(OBJECT ptr,POINTER_MSG *msg) ;
-
- v0.96 7/23/88 unreleased
- -------------
- appended another argument to TVnew_task( ..., int switch_menu). If TRUE, the
- new task will be placed on the Switch Windows menu.
- add another argument to TVapp_new() just list TVnew_task(). Its prototype is now
- OBJECT TVapp_new(OBJECT win,int row,int col,int rows,int cols,int switch,
- char *program, ...)
-
- v0.97 8/1/88 unreleased
- -------------
- added pointer and keyboard behavior flags definitions
- split out UI... functions from TVAPI.H and put them in TVUI.H
- added function UIopen_window. Not yet stable.
- added function UIsignal to establish handlers for specified notifications
-
- v0.98 8/6/88 unreleased
- -------------
- Yet another round of renaming: TVapp_start to DVapp_start,
- TVstarttask to TVtask_start, TVstoptask to TVtask_stop,
- TVfreetask to TVtask_free, TVposttask to TVtask_post,
- and TVnew_task to TVtask_new
- Added functions TVpanel_dir() and TVpanel_apply(), though I have no way of
- testing them.
- UIopen_window now works fairly well, though it is a bit of a kludge. It is
- possible for the mouse to move outside the window, in which case
- the window no longer follows the mouse....
-
- v1.00 8/10/88 gamma release
- -------------
- Several bugs got squashed, documentation updated
-