From: <hez...@us...> - 2011-04-10 20:59:28
|
Revision: 11693 http://plplot.svn.sourceforge.net/plplot/?rev=11693&view=rev Author: hezekiahcarty Date: 2011-04-10 20:59:22 +0000 (Sun, 10 Apr 2011) Log Message: ----------- Move the plarc API change to a more appropriate spot; Announce plarc plarc did not previously have an entry in the "changes since 5.8.0" section of README.release. Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2011-04-10 07:42:00 UTC (rev 11692) +++ trunk/README.release 2011-04-10 20:59:22 UTC (rev 11693) @@ -86,6 +86,12 @@ warning messages for the C++ (libplplotcxxd) change because of the double use of const in the above "const type * const * name2" change. +(5.9.8) The plarc API has changed in release 5.9.8. The plarc API now +has a rotation parameter which will eventually allow for rotated arcs. +PLplot does not currently support rotated arcs, but the plarc function +signature has been modified to avoid changing the API when this +functionality is added. + (5.9.6) We have retired the pbm driver containing the pbm (actually portable pixmap) file device. This device is quite primitive and poorly maintained. It ignores unicode fonts (i.e., uses the Hershey @@ -262,7 +268,6 @@ 1.4 Documentation redone for our swig-generated Python and Octave bindings 1.5 Support large polygons 1.6 Complete set of PLplot parameters now available for Fortran -1.7 Change to plarc API for rotation support 2. Changes relative to PLplot 5.8.0 (the previous stable release) @@ -320,6 +325,7 @@ 2.49 Documentation redone for our swig-generated Python and Octave bindings 2.50 Support large polygons 2.51 Complete set of PLplot parameters now available for Fortran +2.52 The plarc function has been added -1. Important changes we should have mentioned in previous release announcements. @@ -466,13 +472,6 @@ but, in general, changes will have to be made for existing apps. (See announcement XX above for the details). -1.7 Change to plarc API - -The plarc API now has a rotation parameter which will eventually allow -for rotated arcs. PLplot does not currently support rotated arcs, but -the plarc function signature has been modified to avoid changing the API -when this functionality is added. - 2. Changes relative to PLplot 5.8.0 (the previous stable release) 2.1 All autotools-related files have now been removed @@ -1291,3 +1290,8 @@ This is extremely convenient for new Fortran 95 apps that use PLplot, but, in general, changes will have to be made for existing apps. (See announcement XX above for the details). + +2.52 The plarc function has been added + +The plarc function allows drawing filled and outlined arcs in PLplot. +Standard example 3 uses plarc. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |