Author: junrue Date: Fri Dec 1 19:36:48 2006 New Revision: 409
Modified: trunk/NEWS.txt trunk/README.txt trunk/docs/website/index.html Log: last doc updates for 0.7.0
Modified: trunk/NEWS.txt ============================================================================== --- trunk/NEWS.txt (original) +++ trunk/NEWS.txt Fri Dec 1 19:36:48 2006 @@ -1,3 +1,8 @@ +Release 0.7.0 of Graphic-Forms, a Common Lisp library for Windows GUI +programming, is now available. This is an alpha release, meaning that +the feature set and API have not yet stabilized. + +Here is what's new in this release:
. Implemented cursor support. Applications can choose from the system-defined cursors or load them from external files. Also provided are convenience @@ -8,8 +13,8 @@ window or the center.
. Implemented GFS:OBTAIN-SYSTEM-METRICS as a higher-level interface to the - Win32 GetSystemMetrics() API. It returns a hash table that applications - may cache if desired. + Win32 GetSystemMetrics() API. It returns a hash table containing slightly + post-processed system metrics values.
. Implemented the function GFW:PROCESS-EVENTS to help applications flush the event queue of pending events. @@ -20,7 +25,20 @@ . Implemented a new macro GFW:WITH-ROOT-WINDOW which manages the lifetime of an instance of GFW:ROOT-WINDOW for use within the macro body.
-. Fixed problems in loading the ASD files. +. Fixed ASDF loading problems. + +The README.txt file in the release zip file also has additional important +information about this release. + +Download the release zip file here: +http://prdownloads.sourceforge.net/graphic-forms/graphic-forms-0.7.0.zip?dow... + +The project website is: +http://common-lisp.net/project/graphic-forms/ + +Jack Unrue +jdunrue (at) gmail (dot) com +1 December 2006
==============================================================================
Modified: trunk/README.txt ============================================================================== --- trunk/README.txt (original) +++ trunk/README.txt Fri Dec 1 19:36:48 2006 @@ -1,5 +1,5 @@
-Graphic-Forms README for version 0.7.0 (2 December 2006) +Graphic-Forms README for version 0.7.0 (1 December 2006) Copyright (c) 2006, Jack D. Unrue
Graphic-Forms is a user interface library implemented in Common Lisp focusing
Modified: trunk/docs/website/index.html ============================================================================== --- trunk/docs/website/index.html (original) +++ trunk/docs/website/index.html Fri Dec 1 19:36:48 2006 @@ -43,7 +43,7 @@
<p>The current version is <a href="http://sourceforge.net/project/showfiles.php?group_id=163034"> - 0.7.0</a>, released on 2 December 2006.</p> + 0.7.0</a>, released on 1 December 2006.</p> <p>Graphic-Forms is in the alpha stage of development, meaning new features are still being added and existing features require considerable testing. Brave souls who experiment with the code should expect
graphic-forms-cvs@common-lisp.net