[XGP-announce] XGP 0.1.4
Brought to you by:
spratt
|
From: Lindsey S. <sp...@al...> - 2003-02-14 21:52:48
|
XGP 0.1.4, is now available at http://xgp.sourceforge.net/ Changed from release 0.1.3 to 0.1.4: * Added 'Current Line' to document window. This shows the line number of the current selection in the window. This is an editable field: if a number is entered in it, then the selection is moved to that line. * Added support for RTF-styled output and changed error msg output to be colored red. * Added getditem/3 and setditem/3 dialog support predicates. * Added two simple examples (feature 674193). 'currency_converter.pl' demonstrates simple uses of the dialog, control window, and menu facilities. 'eval_is' demonstrates using the Applescript 'evaluate query given by <string>'. * Fixed menu item invocation to call predicate 'Menu(Item)' instead of the incorrect 'Item'. * Initial AppleScript implementation. There is a command, 'evaluate query given by <string>', that evaluates <string> as a query in XGP. It *should* return the value of the evaluation (success or failure and variable bindings if successful), but this doesn't work yet. * Fixed closing of control windows and documents to clean up correctly. Closing '#XGP Console#' redirects gprolog user I/O to stdout (the regular system Console). * Renamed output window '#XGP Console#'. * Fixed handling of atoms and numbers for control window items (bug 684083). Finished cw_set_item/3 implementation. Fixed bug 684044 for cw_kill/1. * Changed document window font from Monaco to Courier (which supports bold and italic). * Fixed bug 674192: allow a query to terminate with or without a dot ('.'). Fixed misspelled file name. * Internal implementation improvements and reorganization. Lindsey Spratt http://homepage.mac.com/lspratt |