You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/03/27 02:33:33 UTC

svn commit: r758955 - in /incubator/pivot/trunk: README RELEASE-NOTES

Author: gbrown
Date: Fri Mar 27 01:33:33 2009
New Revision: 758955

URL: http://svn.apache.org/viewvc?rev=758955&view=rev
Log:
Fix typos in README and RELEASE-NOTES.

Modified:
    incubator/pivot/trunk/README
    incubator/pivot/trunk/RELEASE-NOTES

Modified: incubator/pivot/trunk/README
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/README?rev=758955&r1=758954&r2=758955&view=diff
==============================================================================
--- incubator/pivot/trunk/README (original)
+++ incubator/pivot/trunk/README Fri Mar 27 01:33:33 2009
@@ -2,11 +2,11 @@
 
 Like most modern development platforms, Pivot provides a comprehensive set of foundation classes that together comprise a "framework". These classes form the building blocks upon which more complex and sophisticated applications can be built. Pivot classes are grouped into the following categories and distributed in their associated libraries:
 
-* Core (pivot-core.jar) - A set of common, non-UI classes.
+* Core (pivot-core.jar) - A set of common, non-UI-specific classes.
 
 * WTK (pivot-wtk.jar, pivot-wtk.terra.jar) - Classes for user interface development, including windows, dialogs, buttons, lists, text input, layout, drag and drop, XML markup, etc. 
 
-* Web (pivot-web.jar, pivot-web.server.jar) - Classes to facilitate communicate with and implementation of remote data services.
+* Web (pivot-web.jar, pivot-web.server.jar) - Classes to facilitate communication with and implementation of remote data services.
 
 * Charting (pivot-charts.jar) - Classes for adding interactive charting capabilities to Pivot applications.
 

Modified: incubator/pivot/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/RELEASE-NOTES?rev=758955&r1=758954&r2=758955&view=diff
==============================================================================
--- incubator/pivot/trunk/RELEASE-NOTES (original)
+++ incubator/pivot/trunk/RELEASE-NOTES Fri Mar 27 01:33:33 2009
@@ -17,6 +17,6 @@
 
 Release notes for Apache Pivot 1.1:
 
-- Though the TextArea component is included in this release, it is not completely functional. It works reliably in a read-only mode, but support for editing is incomplete.
+- Although the TextArea component is included in this release, it is not completely functional. It works reliably in read-only mode, but editing support is incomplete.
 
-- Stub APIs for vector drawing are also included and are non-functional. Full support for vector graphics will come in a later release.
+- Stub APIs for vector drawing are included but are non-functional. Full support for vector graphics will come in a later release.