- added: proc catlines; proc tree; proc image. - deprecated: server-side image maps (use client-side instead); definition of categories within proc areadef (use proc categories instead); proc print. - discontinued attributes: proc processdata's stack; proc usedata's element, proc getdata's rotate, and proc defineunits (use the $changeunits() function instead). - proc rangebar has been renamed proc boxplot and there are major functionality changes. Any script that uses proc rangebar will need maintenance. - rewrite of parser. - many bugfixes. For complete list, see http://ploticus.sourceforge.net/doc/news.html.
11 lines
494 B
C
11 lines
494 B
C
--- src/preliminaries.c.orig 2008-09-03 00:54:16.000000000 -0500
|
|
+++ src/preliminaries.c 2008-09-03 00:54:38.000000000 -0500
|
|
@@ -276,7 +276,7 @@
|
|
PL_init_mem();
|
|
|
|
if( PLS.debug ) {
|
|
- fprintf( PLS.diagfp, "Version: pl %s\n", PLVERSION );
|
|
+ fprintf( PLS.diagfp, "Version: ploticus %s\n", PLVERSION );
|
|
if( PLS.cgiargs != NULL ) fprintf( PLS.diagfp, "operating in CGI mode\n" );
|
|
Epcodedebug( 1, PLS.diagfp ); /* tell pcode.c to output diagnostics too */
|
|
}
|