Changes between version 5.4.0-beta-2 and 5.4.0-beta-3 of Scilab
===============================================================
+Obsolete functions
+==================
+
+* config function is now obsolete and will be removed in Scilab 5.4.1.
+ Please use 'preferences' instead.
+
+
Bug Fixes
=========
*
-->
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="config">
- <refnamediv>
- <refname>config</refname>
- <refpurpose> Scilab general configuration.</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>config()</synopsis>
- </refsynopsisdiv>
- <refsection>
- <title>Description</title>
- <para>
- <literal>config()</literal> allows configure scilab parameters like lines to display, stacksize, %ODEOPTIONS.
- </para>
- </refsection>
+ <refnamediv>
+ <refname>config</refname>
+ <refpurpose>
+ Scilab general configuration. <emphasis role="bold">This function is obsolete.</emphasis>
+ </refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>Calling Sequence</title>
+ <synopsis>config()</synopsis>
+ </refsynopsisdiv>
+ <refsection>
+ <title>Description</title>
+ <para>
+ <literal>config()</literal> allows configure scilab parameters like lines to display, stacksize, %ODEOPTIONS.
+ </para>
+ </refsection>
+ <refsection>
+ <title>History</title>
+ <revhistory>
+ <revision>
+ <revnumber>5.4.0</revnumber>
+ <revremark>Function config is obsolete.</revremark>
+ </revision>
+ </revhistory>
+ </refsection>
</refentry>
//the Free Software Foundation; either version 2 of the License, or
//(at your option) any later version.
sciGUI_init()
-
+ warnobsolete("preferences", "5.4.1");
vt=format();
if (vt(1)==0) then v4="v"; else v4="e"; end;
v5=string(vt(2));