1 Changes between version 5.4.0 and 5.4.1
2 =======================================
8 * A warning has been added for 1./x and 1.\x syntax clarification.
10 * A new output argument has been added to regexp function to retrieve
11 subpatterns matches. See SEP #86.
13 * New xmlName function added to retrieve the name of a XML element.
15 * clc(): New icon in the toolbar to clear the console. See bug #12049.
17 * test_run no longer takes into account skipped tests in the summary.
20 * Two new commands added:
22 scinotes modules/core/macros/whos.sci
24 If the file does not exist, SciNotes proposes to create it.
25 scinotes -indent modules/core/macros/whos.sci
26 Allows to indent automatically a Scilab file.
29 xcos modules/xcos/examples/integral.xcos
30 Opens the integral Xcos schema.
31 If the file does not exist, Xcos proposes to create it.
33 * Search is now possible in the console. Shortcut F3 or CTRL+F enables it.
36 * editvar proposes direct save to the CSV format of the whole variable or the
39 * Completion in Scilab is now case insensitive. See bug #6320.
41 * variance is now vectorized and allows the syntax variance(x,"*",w).
44 * Console command history is now stored in SCIHOME/history file under all platforms.
46 * In Scilab documentation, 'scilab:needs-examples="no"' tag has been added to specify
47 that the help page does not need any example.
53 * New Flowmeter block in the thermohydraulics palette added to measure a
54 thermohydraulics flow.
56 * Palette icons and some blocks rendering improved.
58 * xcosPalGenerateAllIcons function added as a Xcos palette utility function.
60 * New ODE solver added: LSodar. Automatically switches methods to efficiently
61 solve both stiff and nonstiff problems. It includes a rootfinding feature.
63 * Two new fixed-size step ODE solvers added: Dormand-Prince 4(5) and Runge-Kutta 4(5).
64 Included in the CVode package, they also benefit from the rootfinding feature.
66 * Implicit fixed-size stop ODE solver added: Implicit Runge-Kutta 4(5).
67 It also benefits from the CVode rootfinding feature.
69 * Block parameter errors (types and sizes) reporting improved.
71 * Some scopes blink on simulation avoided.
73 * Bug #5040 fixed - Fit diagram to view did not work with a single block.
75 * Bug #9074 fixed - Calling a function on the context gave a warning.
77 * Bug #10040 fixed - VARIABLE_DELAY help page did not fully describe the
78 initial value behavioral.
80 * Bug #10434 fixed - loadXcosLibs changed the value of predef.
82 * Bug #10435 fixed - Undo in a superdiagram did not update superblock ports
85 * Bug #10660 fixed - model2blk and callblk crashed Scilab under 64-bit platforms.
87 * Bug #11193 fixed - Lincos did not respect context values.
89 * Bug #11775 fixed - xcos.tst crashed under Linux and MacOS X.
91 * Bug #11821 fixed - Running xcosPalAdd example from help led to deadlock.
93 * Bug #11871 fixed - Connectors were misaligned after an Undo command.
95 * Bug #11913 fixed - Unconnected CLSS block with empty matrix parameters made
98 * Bug #11919 fixed - DLSS block with empty matrix parameters made Scilab crash.
100 * Bug #11945 fixed - When running simulation on large diagram, the grey filter
101 did not apply to the entire diagram.
103 * Bug #11963 fixed - Input ports in a superblock were corrupted.
105 * Bug #11988 fixed - Copying or dragging AFFICH_m block threw Java
106 NullPointerException.
108 * Bug #12101 fixed - Port ordering was not maintained on when changing parameters.
110 * Bug #12014 fixed - dep_ut help page was wrongly detailed.
112 * Bug #12031 fixed - Changes in the context of a superblock did not always have
115 * Bug #12057 fixed - Scopes with big scope buffer size simulation were much
116 more slower than in Scilab 5.3.3.
118 * Bug #12162 fixed - tbx_build_blocks did not report errors.
120 * Bug #12167 fixed - Text of ports in superblocks was not updated.
122 * Bug #12213 fixed - The example given in lincos help page produced an undefined
125 * Bug #12265 fixed - The example diagrams given in xcos_simulate help page had
126 a badly rendering due to CLR blocks.
128 * Bug #12290 fixed - AFFICH_m block inside a superblock led to a Java
129 NullPointerException.
131 * Bug #12351 fixed - The user could not save a diagram as a xcos file when using
132 the "Save as" menu, zcos format was forced.
134 * Bug #12350 fixed - Under Windows Explorer, opening a xcos/zcos file
135 did not try to find an existing instance of Scilab.
137 * Bug #12352 fixed - Critical error when closing a scope windows during
144 * Enforce a minimal version of Scirenderer (1.0.8).
146 * Enforce a minimal version of XMLGraphics (1.4).
148 * Enforce a minimal version of Flexdock (1.2.3).
150 * Enforce a minimal version of JLaTeXMath (1.0.1).
156 * fit_dat() is obsolete and will be removed in Scilab 5.4.2.
157 Please use datafit() instead. See bug #9306.
159 * getlinestyle() is obsolete and will be removed in Scilab 5.5.0.
160 Please use ged() instead.
162 * getmark() is obsolete and will be removed in Scilab 5.5.0.
163 Please use ged() instead.
165 * getsymbol() is obsolete and will be removed in Scilab 5.5.0.
166 Please use ged() instead.
168 * getfont() is obsolete and will be removed in Scilab 5.5.0.
169 Please use ged() instead.
171 * xsetm() is obsolete and will be removed in Scilab 5.5.0.
172 Please use set(), get() and ged() instead.
174 * winclose() is obsolete and will be removed in Scilab 5.5.0.
175 Please use close() instead.
181 * mtlb_repmat() removed. Please use repmat() instead.
183 * with_pvm() removed. Please use getversion() instead.
185 * with_texmacs() removed. TeXmacs is now an ATOMS module.
186 More details on: http://atoms.scilab.org/toolboxes/texmacs
188 * createpopup() removed. Please use uicontextmenu() instead.
190 * config() removed. Please use preferences() instead.
192 * mtlb_conv removed. Please use conv() instead.
194 * xselect() removed. Please use show_window() instead.
196 * showalluimenushandles() removed.
197 Please use set(get(0), "ShowHiddenHandles", "on") instead.
199 * Functions neldermead_display, nmplot_display, optimbase_display and
200 optimsimplex_print removed. Please use disp() instead.
202 * Function optimsimplex_tostring removed. Please use string() instead.
204 * ricc_old() removed. Please use ricc() instead.
206 * xbasr() removed. Automatically managed by Scilab now.
208 * chartoeom() and eomtochar() removed.
214 * Bug #2547 fixed - Small size marks were not correctly exported.
216 * Bug #3313 fixed - In the documentation, the title of a link used the
217 XML id instead of the title of the page.
219 * Bug #4504 fixed - Function sskf did not work with two outputs (+ help page updated).
221 * Bug #4946 fixed - Bad rendering of a big rotated label.
223 * Bug #5291 fixed - strtod returned 0 when no real number was detected.
225 * Bug #5478 fixed - Scilab could not be started with a non readable/writeable
228 * Bug #5548 fixed - Error messages in some examples of help pages of simulated Annealing.
230 * Bug #5576 fixed - interp() help page has been improved.
232 * Bug #6583 fixed - jmat() was poorly documented.
234 * Bug #6890 fixed - Strings were exported as shapes rather than Postscript
235 strings in EPS/PS export.
237 * Bug #6975 fixed - xlabel(), ylabel() and zlabel() functions were not documented.
239 * Bug #7058 fixed - There was an error in mathml formula in beta function help page.
241 * Bug #7190 fixed - is_absolute_path was not documented.
243 * Bug #7410 fixed - %h_p() and sci2exp() failed to display polyline entity associated to datatips.
245 * Bug #7583 fixed - binomial function moved in the distribution function chapter.
247 * Bug #7698 fixed - The "Graphics\Animations\Riemann surface" demo background
248 was black (instead of white).
250 * Bug #7769 fixed - get_function_path did not have a unit test.
252 * Bug #8213 fixed - geom3d help page had no examples.
254 * Bug #8395 fixed - dft has been deprecated to fft.
256 * Bug #8414 fixed - Some genetic algorithms functions had no examples.
258 * Bug #8484 fixed - syslin help page has been moved to cacsd chapter.
260 * Bug #8638 fixed - Examples given in gcd help page have been improved.
262 * Bug #8649 fixed - flag and flagexpand arguments were not documented in basename
263 and dirname help pages.
265 * Bug #8883 fixed - In some cases, Scilab built from sources was looking for
266 libraries at the wrong place.
268 * Bug #8964 fixed - The optim_{ga, moga, nsga, nsga2} functions did not always
269 create initail population.
271 * Bug #8899 fixed - splin2d help page was unclear about the size of
274 * Bug #8901 fixed - interp2d help page was unclear about the size of
277 * Bug #9005 fixed - bitset function did not have any tests.
279 * Bug #9196 fixed - The threshold level for conditioning in backslash and slash
282 * Bug #9305 fixed - In optimization help pages, a new chapter untitled"Least Squares functions"
285 * Bug #9584 fixed - grand returned non-empty matrix for negative size argument.
287 * Bug #9934 fixed - clear([["A","B"]) returned a non standard error message.
289 * Bug #9935 fixed - clear() did not clear all variables.
291 * Bug #10278 fixed - clear(1) returned a wrong error message.
293 * Bug #10415 fixed - Removing a session line in history caused the removal
294 of the session node in the history browser.
296 * Bug #10606 fixed - unix_g did not return stdout in somes cases.
298 * Bug #10661 fixed - xmltopdf & xmltopdf were failing in the binary version.
300 * Bug #10815 fixed - diff help page did not have a "See Also" section.
302 * Bug #11209 fixed - variance returned wrong results for complex arguments.
304 * Bug #11134 fixed - xgetmouse() prevented callback menu execution.
306 * Bug #11362 fixed - axes_properties help page did not explain that
307 mark_style=mark_size=0 drew a single dot.
309 * Bug #11436 fixed - With Matplot, color outside the colormap was replaced with
310 the last color in colormap.
312 * Bug #11474 fixed - save_format help page was still refering to the old save
313 format. (SEP #64 content used to update this page).
315 * Bug #11477 fixed - There were memory leaks with textures.
317 * Bug #11497 fixed - EDT violations were detected by the
318 ThreadCheckingRepaintManager tool.
320 * Bug #11501 fixed - $$..$$ is now used for LaTeX in SciNotes comments to avoid
321 confusion with Scilab code.
323 * Bug #11549 fixed - Preferences window changed its dimension when hitting Default button.
325 * Bug #11569 fixed - F5 to navigate in the dock was incompatible with SciNotes.
326 So F5 replaced by shift+F6 to go to the previous tab.
328 * Bug #11639 fixed - Uninstalling Scilab removed all Scilab registry information.
330 * Bug #11662 fixed - Help page of lattn had no example (resolved with bug #11663).
332 * Bug #11663 fixed - lattp and lattn help pages were incomplete.
334 * Bug #11664 fixed - lev help page had no example.
336 * Bug #11665 fixed - lindquist help page had no example.
338 * Bug #11668 fixed - rpem help page had no example.
340 * Bug #11669 fixed - kalm and srkf help pages had no example.
342 * Bug #11682 fixed - "resizefcn" and "closerequestfcn" properties description
343 was not precise enough in the figure properties help page.
345 * Bug #11711 fixed - xclick and xgetmouse did not work under Mac OS X.
347 * Bug #11778 fixed - Bad color_map dimensions did not return an error.
349 * Bug #11801 fixed - Bug with isoview="on" on subplots fixed.
351 * Bug #11804 fixed - Zoom messages were not translated.
353 * Bug #11811 fixed - Typo SciNotes help page fixed.
355 * Bug #11812 fixed - Upper/lower case issues in the Xcos documentation fixed.
357 * Bug #11814 fixed - Typo in one of the titles of CACSD fixed.
359 * Bug #11851 fixed - Default EOL under Mac is now LF.
361 * Bug #11860 fixed - wavwrite failed for 24-bit files (error in savewave function).
363 * Bug #11924 fixed - winclose() was not tagged as obsolete.
365 * Bug #11931 fixed - In graphics, white space was not used as default thousand
368 * Bug #11939 fixed - ssprint formatting lacked accuracy.
370 * Bug #11941 fixed - show_margins() failed in 'nyquist' mode if the system was
373 * Bug #11944 fixed - In SciNotes, untabify several lines did not work properly.
375 * Bug #11949 fixed - save() help page did not explain how to append data to a SOD file.
377 * Bug #11952 fixed - In SciNotes, a Java exception occurred when selecting text
380 * Bug #11954 fixed - export_to_hdf5 was not able to export the same variable twice.
382 * Bug #11958 fixed - axesflag=0 was not taken into account in plot2d3.
384 * Bug #11962 fixed - event_handler could be called with wrong figure_id.
386 * Bug #11965 fixed - Export to SVG converted texts in shapes.
388 * Bug #11969 fixed - Only the first line was executed when code was piped under
391 * Bug #11971 fixed - Canceling "Open File" action when launched from icon in the
392 toolbar opened SciNotes anyway.
394 * Bug #11976 fixed - csvTextScan third parameter validity was not checked.
396 * Bug #11980 fixed - csim returned an error message in some cases: "Submatrix
397 incorrectly defined".
399 * Bug #11981 fixed - Smooth French help page had a wrong declaration
400 (colonnes => lignes).
402 * Bug #11982 fixed - Ticks computations were made when drawing.
404 * Bug #11986 fixed - Wrong xclick behaviour on keyboard input fixed.
406 * Bug #11991 fixed - Under Windows, some empty lines were added by csvWrite.
408 * Bug #11998 fixed - listvar_in_hdf5 did not close the hdf5 file.
410 * Bug #11999 fixed - Blank lines are now ignored by default by csvRead / read_csv.
412 * Bug #12003 fixed - Typo in spreadsheet module fixed.
414 * Bug #12019 fixed - In eigs help page, NEV was unclear.
416 * Bug #12004 fixed - "Configuring scaling factor" part added in karmarkar help page.
418 * Bug #12020 fixed - Default value of NCV parameter (eigs function) was not documented.
420 * Bug #12022 fixed - ftuneq help page had an uncorrect example.
422 * Bug #12028 fixed - The drawlater/drawnow functions did not work as expected.
424 * Bug #12033 fixed - assert_checkalmostequal was failing with two %inf values.
426 * Bug #12043 fixed - Typo in the ATOMS module help pages fixed.
428 * Bug #12050 fixed - Typo dimensionnal => dimensional fixed.
430 * Bug #12059 fixed - Indices returned by gsort were wrong for sparse matrices.
432 * Bug #12062 fixed - getsystemmetrics() failed for some properties such as 'SM_CXMAXIMIZED'.
434 * Bug #12071 fixed - Printed information of a XML object was inconsistent with
437 * Bug #12076 fixed - csvRead was not able to open CSV files when separators
440 * Bug #12077 fixed - In Scilab documentation, the attribute "bgcolor" was not handled
443 * Bug #12087 fixed - profile help page did not mention add_profiling.
445 * Bug #12097 fixed - Scilab wrongly detected DLL platform information.
447 * Bug #12111 fixed - karmarkar function did not generate appropriate warnings.
449 * Bug #12115 fixed - phaseplot(frq,db,phi) did not work.
451 * Bug #12119 fixed - bar and barh had wrong x/y bounds.
453 * Bug #12120 fixed - eigs functionwas broken for complex sparse matrices.
455 * Bug #12021 fixed - eigs help page improved.
457 * Bug #12122 fixed - lufact help page did not specify that lufact did not handle complex matrix.
459 * Bug #12133 fixed - parallel_run was not available.
461 * Bug #12134 fixed - Default stacksize value was wrong in stacksize help page.
463 * Bug #12135 fixed - stacksize('max') failed without displaying error message.
465 * Bug #12137 fixed - eigs(A,B) returned incorrect results for sparse matrices.
467 * Bug #12139 fixed - eigs ran out of memory for sparse matrices.
469 * Bug #12140 fixed - csvRead failed when a comma was used as a decimal mark.
471 * Bug #12141 fixed - Calls to gettext in rubberbox help page examples have been removed.
472 Items will be translated in each available languages.
474 * Bug #12144 fixed - csvRead triggered some error messages when ranges were
477 * Bug #12151 fixed - Axes did not pass through (0,0) when x_location and
478 y_location were set to 'origin'.
480 * Bug #12166 fixed - There was a bad label with drawaxis.
482 * Bug #12168 fixed - matfile_listvar crashed when listing variables of a closed MAT-file.
484 * Bug #12174 fixed - routh_t function gave incorrect output for all denominators
485 that include gain value "k".
487 * Bug #12179 fixed - Incompatibility with MPI version of HDF5 fixed.
489 * Bug #12184 fixed - Performances of derivat function improved.
491 * Bug #12186 fixed - Performances of horner function improved.
493 * Bug #12190 fixed - sprspn help page description updated.
495 * Bug #12196 fixed - There were no log-scales with Fec & Fac3d.
497 * Bug #12204 fixed - Typo in the French localization fixed.
499 * Bug #12219 fixed - delete("all") did not recreate a basic axe within cleaned figure.
501 * Bug #12231 fixed - In SciNotes, a whole word search did not work properly.
503 * Bug #12232 fixed - There were several memory leaks in various fillers.
505 * Bug #12234 fixed - Graphics could crash with an invalid property.
507 * Bug #12235 fixed - Matplot did not update on color_map change.
509 * Bug #12238 fixed - [d v] = eigs(A) was broken for sparse matrices.
511 * Bug #12239 fixed - Recent changes in eigs applied to feigs.
513 * Bug #12240 fixed - eigs function refactored.
515 * Bug #12243 fixed - parallel_run did not run all calculations on 8 core
518 * Bug #12246 fixed - An error message is now returned when reading invalid Excel files
519 (which have declared wrong column/row count).
521 * Bug #12247 fixed - Typo in some error messages fixed.
523 * Bug #12248 fixed - SciNotes toolbar was missing.
525 * Bug #12259 fixed - Wrong translation for "Filled" fixed in SciNotes.
527 * Bug #12270 fixed - When the console lost the focus between SciNotes and the console,
528 the caret could become visible in the console instead SciNotes.
530 * Bug #12272 fixed - Presentation of Cyrillic letters on sample images of Russian
531 help page for grand function fixed.
533 * Bug #12284 fixed - Completion in console could led to a crash (or deadlock).
535 * Bug #12285 fixed - export_to_hdf5 function did not manage any matrix in append mode.
537 * Bug #12289 fixed - sub_ticks property was ignored.
539 * Bug #12291 fixed - Unable to display a list of handle as an handle userData.
541 * Bug #12291 fixed - A list of handles could not be displayed as a handle userdata.
543 * Bug #12296 fixed - Calling getenv with a big environment variable
544 led to memory corruption.
546 * Bug #12304 fixed - Undocking, redocking and undocking a graphic figure led to an exception.
548 * Bug #12307 fixed - ftp addresses were not handled in help browser.
550 * Bug #12317 fixed - eventhandler functions no more reported keyboard events.
552 * Bug #12321 fixed - save environment failed to save library variables. Now these variables
553 are ignored like in previous versions of save function.
555 * Bug #12333 fixed - Command history was restored after reopening Scilab even when cleaned.
557 * Bug #12335 fixed - strtod did not work with negative numbers.
559 * Bug #12343 fixed - SciNotes help page was pointing to the editor() function.
561 * Bug #12346 fixed - lsslist() help pages moved to CACSD chapter.
563 * Bug #12348 fixed - surf() disabled lines(n) if there was no input variable.
565 * Bug #12354 fixed - SciNotes wrongly detected an invalid function with a semicolon after args
568 * Bug #12360 fixed - Format for purely real complex value was wrong in csvWrite.
570 * Bug #12361 fixed - Error in replot() help page examples fixed.
572 * Bug #12370 fixed - Example with marks added in xpoly help page.
574 * Bug #12373 fixed - pmodulo(n,m<0) returned a negative result.
576 * Bug #12374 fixed - Unexpected mark was drawn with xsegs.
578 * Bug #12377 fixed - chepol was located in the wrong help section (now in polynomial).
580 * Bug #12378 fixed - sdf() crashed Scilab.
582 * Bug #12383 fixed - Memory leaks fixed in csvRead.
584 * Bug #12386 fixed - Example given in sgrid help page improved.
586 * Bug #12389 fixed - Axes sizes were not taken into account in offscreen export.
588 * Bug #12391 fixed - findobj() could change current figure returned by gcf().
590 * Bug #12396 fixed - Example "Problem 2" was missing a variable in bvode help page.
592 * Bug #12418 fixed - Continuation was incorrectly supported in bvode.
594 * Bug #12442 fixed - pathconvert() help page was not clear about input arguments.
596 * Bug #12450 fixed - xlfont() did not return font names as specified in the documentation.
599 Changes between version 5.3.3 and 5.4.0
600 =======================================
605 * Thanks to this new feature, Scilab confirms its usability and its strong
606 user-oriented approach. Scilab desktop is the new concept behind Scilab
607 windows management taking advantage of our docking system (advanced FlexDock features).
608 Out of the box, Scilab is now able to save all windows layouts including the
609 help browser, the variable browser, the command history, SciNotes and Xcos.
610 Through this major improvement, position and size of all windows are
611 saved from a session to another.
613 * A file browser component has been developed and fully
614 integrated into Scilab desktop and all other components have been improved
615 to provide the best user experience for Scilab users.
617 * Editvar has had important refreshment. It allows plot and subplot, manages
618 almost all Scilab variable types and is much more faster.
620 * Scilab desktop provides various predefined layouts:
621 - Simple The standard Scilab console
622 => Scilab 5.3.3 (and previous versions) defaults.
623 - Integrated The variable browser, the history browser and the file browser
624 are opened by default and combined around Scilab
625 console to provide an ergonomic workspace.
626 => Scilab 5.4.0 defaults
628 * Variable browser has been improved:
629 - The dimension of the variable is shown by default.
630 - The variable browser table is automatically resized when docked.
631 - A tooltip has been added on the type column to display the name of the type.
632 - A tooltip has been added on the size column to display the size in bytes
633 (like in previous versions of Scilab).
634 - Refresh is automatical (See Bug #9446).
636 * A unique Preferences window has been developed to configure Scilab and its modules.
637 This unique interface can be launched using preferences() function.
643 * Entire refactoring of Scilab graphic capabilities in order to solve the known issues
644 of graphical cards compatibilities and many Scilab crashes.
646 * Based on SciRenderer (rendering library based on JoGL), Scilab graphics have
647 been rewritten to provide new graphic functionalities with:
648 - better performances,
650 - 2-D zoom using the mouse wheel,
651 - new 3-D zoom capabilities,
652 - rotation available through the mouse right-click.
653 SciRenderer is a free and open source library developed by Scilab Enterprises
654 for 2-D and 3-D rendering of scientific data.
656 * Improved graphic exports:
657 - Off-screen export (Scilab will not open a window to export with driver).
658 - New bitmap formats supported: PNG, JPEG and BMP in the driver function.
659 - New vectorial formats supported: PDF and SVG in the driver function.
660 - Many portability issues fixed.
662 * Obsolete value for line_style property:
663 0 and 1 are equivalent values for SOLID rendering.
664 A warning message will be displayed if the user tries to set this property to 0.
665 Setting this property to 0 will no more be supported in Scilab 5.4.1.
667 * datatips tool improved on several aspects:
668 - It is now possible to manage directional arrows as well as
670 - The automatic label placement has been improved to avoid the
671 overlapping with the curve.
672 - It is now possible to have painted box or box free labels.
673 - Markers can now be selected and moved using the arrow keys
674 or deleted with the "Del" key.
676 * Bug #2043 fixed - The graphic function copy() did not manage axes. Thanks to
677 Samuel Gougeon for the fix.
679 * Bug #4289 fixed - Graphic exports were not working when the drawlater or the
680 pixmap modes were activated.
682 * Bug #4339 fixed - listvarinfile did not manage graphic handles.
684 * Bug #4818 fixed - Scilab could not export graphics which contained a lot of information.
686 * Bug #6582 fixed - A copy of a handle did not keep foreground property.
688 * Bug #6644 fixed - New graphic windows take care of default figure properties (uimenu).
690 * Bug #7412 fixed - Better management of datatips activation/deactivation.
692 * Bug #7419 fixed - Customization of datatips() is now available through a GUI.
694 * Bug #7998 fixed - %h_get failed on heterogeneous handle matrix.
696 * Bug #8239 fixed - Activation of datatips overwrote and destroyed any event_handler
699 * Bug #8241 fixed - Graphical properties were not always inherited.
701 * Bug #8250, #10567, #10614 fixed - Artefacts dropped on
702 vectorial exports (EPS/PDF/SVG).
704 * Bug #8705 fixed - Some specific graphics could not be saved.
706 * Bug #8916 fixed - Menu to export in PS format was missing in graphic figures.
708 * Bug #8965 fixed - copy function did not work for handles.
710 * Bug #9269 fixed - Specified graphic entities for legend were drawn in reverse order.
712 * Bug #9330 fixed - delete() called overloading instead of deleting the current
715 * Bug #9455 fixed - The contourf and contourf 2 demonstrations displayed unwanted dots.
717 * Bug #9721 fixed - tight_limits help page improved. Thanks to Samuel
720 * Bug #10121 fixed - polyline.interp_color_vector where not saved or recoverable
721 by xsave/xload. Thanks to Samuel Gougeon for the fix.
723 * Bug #10240 fixed - In a Scilab localized in French, SVG export could use "," instead
724 of "." for numerical separator.
726 * Bug #10290 fixed - Error message for bad assignement of interp_color_vector updated.
728 * Bug #10298 fixed - The example of datatipSetDisplay generated an error.
730 * Bug #10331 fixed - datatipCreate produced a warning and an error instead of
731 a warning if the curve user_data was not a struct.
732 * Bug #10360 fixed - Default format for export is now PNG instead of BMP.
734 * Bug #10365 fixed - To copy a handle to a figure (instead of an axes) crashed Scilab.
736 * Bug #10395 fixed - xset("clipping", [1,2,3,4]) returned an error.
738 * Bug #10417 fixed - xget("background") returned a wrong value.
740 * Bug #10637 fixed - xs2svg crashed when the first input argument was not a figure handle.
741 An error message is now displayed.
747 * Uicontrols tooltip can now be managed using the new "TooltipString" property.
749 * Figure closure can now be managed by the user (confirmation, ...) through the
750 'CloseRequestFcn' property.
752 * F5 and F6 change the focus of the docked element.
754 * Improvement in the refresh of the docked elements.
756 * A 'Console' handle has been created and can be obtained by calling get(0):
757 - uimenus now appear as 'Children' of this handle when they are added to the
759 - the 'ShowHiddenHandles' property enables the user to make some hidden
760 graphic objects visible.
762 * Scilab Console and graphic figure menus are now uimenus. They are hidden by
763 default. To see them in the children list, use set(get(0), "ShowHiddenHandles", "on")
765 * New uicontrols added:
766 - 'image' style uicontrol: display, transformation and various other
767 operations on images.
768 - 'table' style uicontrol: display data in a table form (read-only).
770 * The 'Value' property can now contain non-integer values and allows to take full
771 advantage of 'slider' style uicontrols (See bug #7380).
773 * Figure resizing can now be managed by the user (uicontrol position setting, ...)
774 through the 'resizefcn' property.
777 CLI Console (GNU/Linux and Mac OS X only)
778 ==========================================
780 * Wide characters supported.
782 * Multiline command supported.
784 * Command line display improved.
786 * List of shortcuts in NW/NWNI mode:
787 - CTRL+W removes the previous word.
788 - CTRL+U removes everything from the current position to the beginning of
790 - UP or Ctrl+P recalls the previous line.
791 - DOWN or Ctrl+N recalls the next line.
792 - TAB for completion. Scilab displays a list of all names (functions, variables) that
793 start with the characters already typed by the user.
794 - Ctrl + A or HOME moves the cursor to the beginning of current line.
795 - Ctrl + B or LEFT moves the cursor one character to the left.
796 - Ctrl + D or DELETE deletes the current character.
797 - Ctrl + E or END moves the cursor to the end of command line.
798 - Ctrl + F or RIGHT moves the cursor one character to the right.
799 - Ctrl + H or BACKSPACE deletes the previous character.
800 - Ctrl + K kills the command line from cursor to the end.
801 - Alt+B or Ctrl+LEFT moves one word left.
802 - Alt+F or Ctrl+RIGHT moves one word right.
804 * Bug #3108 fixed - Some specific chars in the terminal were not correctly
805 removed by the backspace.
807 * Bug #3400 fixed - Long lines in the history broke the display.
809 * Bug #6804 fixed - Prompt was removed in CLI mode when playing with arrow keys.
816 - eigs function added (See SEP #82).
823 - dec2base function added (See SEP #75).
824 - nthroot function added (See SEP #78).
826 * linspace and logspace deprecate the use of non-integer values as third input argument.
828 * The toeplitz macro is now vectorized.
834 * qmr function updated and modified.
835 Calling qmr(F, Fp, x) where F is a function returning A*x
836 and Fp a function returning A'*x is deprecated.
837 Use qmr(F, x) instead where F prototype is
841 where t is used to make F return A*x or A'*x.
842 Same behavior has been implemented for qmr( ..., M1, M1p, M2, M2p).
843 See qmr help page for examples and details.
849 * save/load functions can export/import Scilab data to SOD format:
850 - Scilab data are saved and loaded using a standard, HDF5-based, documented,
851 and fully tested: Scilab Open Data format (SOD).
852 - Graphic handles can be saved under the SOD format.
853 - 'save' writes data to HDF5 format when using new calling sequence
854 save("filename.sod", "a", "b", "c"). This format is Scilab 6 compatible.
855 - 'save' displays a message when using old calling sequence
856 save("filename", a, b, c) and writes data in old Scilab binary format.
857 This format will not be supported by Scilab 6.
858 - The 'matfile2sci' function now converts MAT-files to SOD files.
860 * Calling load with a file descriptor as first input argument is now obsolete.
861 Please replace the file descriptor by the corresponding file name.
862 This feature will be removed in Scilab 6.0.0.
864 * Update the default size of the Scilab stack to 100 million elements (instead of
865 50M). See stacksize help page for more information.
867 * Scilab Desktop provides a button in dockbar to get the help about the component.
869 * External modules are managed out of the box by test_run function. See bug #9834.
870 Example: test_run('SCI/contrib/toolbox_skeleton')
876 * Version 5.4.0 introduces XML management features. It allows easy access to
877 XML files, validation and writing.
879 - XMLObjects - Describes the properties of the different XML objects
880 - xmlAddNs - Adds a namespace to a XML Element.
881 - xmlClose - Closes a XML document.
882 - xmlDTD - Creates a XML DTD object.
883 - xmlDocument - Creates a new XML document.
884 - xmlDump - Dumps a XML object.
885 - xmlElement - Creates a new XML element.
886 - xmlFormat - Formats a Scilab variable into XML.
887 - xmlGetNsByHref - Gets a namespace by its href.
888 - xmlGetNsByPrefix - Gets a namespace by prefix.
889 - xmlGetOpenStreams - Gets all open XML documents or all open XML Validation files.
890 - xmlNs - Creates a new XML Namespace.
891 - xmlRead - Reads a XML stream from a local or distant file.
892 - xmlReadStr - Reads a XML tree from a string.
893 - xmlRelaxNG - Creates a XML Relax NG object.
894 - xmlSchema - Creates a XML Schema object.
895 - xmlValidate - Validates a document in using a DTD, a Relax NG or a Schema.
896 - xmlWrite - Writes a XML document in a file.
897 - xmlXPath - Makes an XPath query on a XML document.
898 - xmlIsValidObject - Tests the existence of a XML object.
900 Those features have been developed in the context of OASIS R&D project.
907 - csvRead - Reads a CSV file.
908 - csvWrite - Writes data into a CSV file.
909 - csvTextscan - Transforms a CSV line into a matrix.
910 - csvDefault - Configures the CSV behavior.
912 * csvRead and cvsWrite provide the same features as read_csv and write_csv
913 with major improvements in term of usability and performances:
914 - Writing performances are improved to a 100x factor,
915 - Reading performances are improved from 3x to 200x factor.
917 * Bug #8349 fixed - write_csv() failed to support the writing of complexes with
920 * Bug #8653 fixed - csvRead now returns double values by default.
921 (read_csv still returns string values)
923 * Bug #8654 fixed - write_csv did not use the standard separator and decimal mark.
925 * Bug #8656 fixed - write_csv had accuracy issues.
927 * Bug #9969 fixed - Issues of performances of CSV functions for large files.
929 * Bug #10203 fixed - CSV function help pages did not detail the encoding
936 * Marks added in the vertical scrollbar to see the positions of matching words
937 when an incremental search is done (via F3 or in selecting text).
939 * In the find/grep tools, possibility added to use ~ as an alias for user home
940 dir. and SCI for Scilab data base dir.
942 * 'Save and Execute all files' action added.
944 * A tab can be closed in using the middle mouse button.
946 * Shortcuts META+(UP|DOWN) added to navigate between paragraphs.
948 * Bug #9334 fixed - Extra lines were added when code was exported into PDF under
951 * Bug #9358 fixed - A simple quoted string was not always correctly converted
952 into double quoted ones.
954 * Bug #9476 fixed - In find/grep tools, the abbreviation 'sec' is now used instead of
957 * Bug #9480 fixed - Words after selection were badly highlighted under Windows.
959 * Bug #9484 fixed - An empty file was not removed when an existing file was
962 * Bug #9488 fixed - There was no popup menu on the tab to copy the file path.
964 * Bug #9505 fixed - A LaTeX string in a comment was not considered as a comment.
966 * Bug #9597 fixed - It was not possible to navigate across the tabs with
967 <CTRL>+(PAGE_UP | PAGE_DOWN).
969 * Bug #9740 fixed - There was no way to have \n in replacement string.
971 * Bug #9854 fixed - There was a wrong colorization with strings containing several
974 * Bug #9878 fixed - Shortcut "Correct indentation" added in right click menu.
976 * Bug #9897 fixed - Under Mac OS X, eol was not replaced by \n when code was copied
977 from Word to SciNotes.
979 * Bug #10157 fixed - Scilab froze when docking SciNotes due to a FlexDock bug in a
982 * Bug #10252 fixed - The font could not be changed when SciNotes was docked with the
985 * Bug #10354 fixed - Bad caret position after a selection action.
987 * Bug #10442 fixed - Sometimes a crash occurred at start-up when SciNotes was
990 * Bug #10647 fixed - An error message did not respect Scilab localization standard.
992 * Bug #10889 fixed - Exception about block highlighters was thrown by SciNotes.
998 * CallScilab.h removed (was deprecated since Scilab 5.2.0).
999 Please use call_scilab.h instead.
1001 * 'int getLastErrorValue(void)' function added.
1002 It now returns the last error code generated by Scilab.
1004 * Function 'const char* getLastErrorMessageSingle();' added.
1005 It now returns the last error message generated by Scilab.
1007 * Deprecated functions in call_scilab.h removed : C2F(readmat), C2F(creadmat),
1008 C2F(creadbmat), C2F(creadcmat), C2F(readchain), C2F(creadchain), C2F(creadchains),
1009 GetLengthStringMatrixByName, C2F(matptr), C2F(cmatptr), C2F(cmatcptr), C2F(cmatsptr),
1010 C2F(cmatbptr), getlengthchain
1012 * Bug #10006 fixed - Unrelevant C-comment in the example of ScilabHaveAGraph
1019 * Javasci version 1 removed (deprecated in Scilab 5.3.0).
1021 * New datatypes are now supported:
1022 - sparse and boolean sparse
1023 - tlists, mlists and lists
1026 * If Scilab fails to start because of a memory issue (stacksize), a
1027 Java exception is now displayed (InitializationException).
1029 * Bug #10794 fixed - With Scilab built on an Ubuntu 11.10, javasci failed to
1030 load with an undefined symbol
1036 * DEBUG_SCILAB_DYNAMIC_LINK was not available under GNU/Linux or Mac OS X.
1039 * Bug #9432 fixed - Link a 64-bit dynamic library on a 32-bit platform returned
1040 a wrong error message under Windows.
1042 * Bug #9761 fixed - NDEBUG was not defined for dynamic link (by default) in
1043 release mode under Windows.
1045 * Bug #9930 fixed - ilib_build did not display all filenames used.
1047 * Bug #10320 fixed - libname argument of ilib_for_link did not work.
1049 * Bug #10344 fixed - Windows SDK 7.1 was not detected with VS Express 2010
1050 under 64-bit platform.
1056 * Major performance improvements on the simulation start-up. On important diagrams,
1057 the gain is very important (from minutes to milliseconds). See bug #8188.
1059 * Performance improvements on diagram saving/loading.
1061 * A compressed file format is now available (ZCOS) and allows more flexibility on
1064 * Ports styles and labels are now available to external modules.
1066 * New examples are provided in the help pages of the following blocks:
1067 - ABS_VALUE - Absolute value
1068 - EVTDLY_c - Event delay
1069 - AFFICH_m - Display value
1070 - CLSS - Continuous state-space system
1071 - SELECT_m - Selector block
1072 - NEGTOPOS_f - Threshold negative to positive
1074 * External modules needs tp be updated to use the new Scilab Open Data format
1075 instead of the previous HDF5 format.
1077 * Help pages updated with examples and translated into French:
1078 - WFILE_f - Block to write to output file,
1079 - WRITEC_f - Block to write C binary file.
1081 * xcos_toolbox_skeleton will not be loaded if Xcos is not installed.
1083 * scilab -f file.xcos opens Xcos diagram in Xcos.
1085 * Error reporting has been improved to print warnings on blocks into Xcos.
1087 * The style of a block can be changed in the interface function.
1089 * BARXY Block added to help 2-D Mechanics system visualization.
1091 * Bug #6201 fixed - Block help menu had no shortcut.
1093 * Bug #6733 fixed - Each call to Xcos created an empty diagram.
1095 * Bug #7539 fixed - Interaction with some blocks was slowed down.
1097 * Bug #7863 fixed - Default path for code generation was SCI instead of pwd() or
1100 * Bug #7985 fixed - dmmul.c did not use dgemm routine optimized by BLAS.
1102 * Bug #8188 fixed - Xcos to Scilab export took too much time.
1104 * Bug #8295 fixed - Save compressed Xcos file set as default.
1106 * Bug #8421 fixed - CLKFROM and CLKGOTO were not part of the "Signal Routing"
1109 * Bug #8510 fixed - The message "Diagram contains implicit blocks..." stopped
1112 * Bug #8538 fixed - Counter block label was not reflecting parameters.
1114 * Bug #8600 fixed - Closing Xcos did not end the simulation.
1116 * Bug #8742 fixed - On the Modelica initialization GUI, the error reporting did
1119 * Bug #8743 fixed - On the Modelica initialization GUI, it was impossible to
1120 re-fix the states after a derivative fix.
1122 * Bug #8744 fixed - Solving the initialization problem more than once crashed
1125 * Bug #9037 fixed - When connecting blocks, the green port blinked on a small mouse move.
1127 * Bug #9075 fixed - The inverted pendulum demonstration in Xcos/Control systems
1128 opened a useless graphic windows
1130 * Bug #9131 fixed - PULSE_SC has been added to the Source palette.
1132 * Bug #9290 fixed - HALT blocks displayed STOP.
1134 * Bug #9301 fixed - Exception when one tried to paste a column to replace a
1137 * Bug #9336 fixed - SuperBlock with non-connected ports produced an invalid
1140 * Bug #9390 fixed - FROMWSB_c block did not reset to the default values on
1141 reinitialization execution.
1143 * Bug #9478 fixed - Block structure was not checked while adding them to a new
1146 * Bug #9496 fixed - Xcos flag 5 (ending) was not called when simulation was
1147 stopped from the user interface.
1149 * Bug #9501 fixed - With a localized TMPDIR, block edition could throw an HDF5
1152 * Bug #9506 fixed - Some libraries dependencies were not loaded at
1153 xcos_toolbox_skeleton start-up.
1155 * Bug #9532 fixed - User-defined blocks had no icons when saved.
1157 * Bug #9547 fixed - The 'about box' was not localized due to a multi-line string.
1159 * Bug #9579 fixed - Duplicate content in scicos_math.h removed and replaced by
1160 a cleaner call to math.h instead.
1162 * Bug #9590 fixed - Xcos examples were not embedded in Windows binary version.
1164 * Bug #9732 fixed - Code generation failed at compilation under Windows with
1165 "unresolved external symbol dset_".
1167 * Bug #9750 fixed - Minor error in scicos_debug help page fixed.
1169 * Bug #9810 fixed - Errors dealing with MATINV wrong simulation values have been improved.
1171 * Bug #9927 fixed - Xcos crashed at XcosPalAdd command execution.
1173 * Bug #9947 fixed - VARIABLE_DELAY block could not be dragged to a diagram.
1175 * Bug #9972 fixed - Error reporting with a wrong context produced an endless
1178 * Bug #9988 fixed - CLKSOMV_f had a wrong interface function after loading from
1181 * Bug #10003 fixed - The MAXMIN block did not update its display according to
1184 * Bug #10041 fixed - WFILE_f block was not declared as deprecated.
1186 * Bug #10048 fixed - Blocks which use super blocks now loop over their children
1187 to find the parameters dialog to open.
1189 * Bug #10069 fixed - AFFICH_m block did not update its display at
1192 * Bug #10081 fixed - Palette configuration saving could produce an invalid
1195 * Bug #10096 fixed - Set [1;-1;] on a product block thrown an exception.
1197 * Bug #10107 fixed - Default value of the Integrator Absolute Tolerance was
1198 too large. It has been reduced to 1e-6.
1200 * Bug #10246 fixed - PROD_f block was broken.
1202 * Bug #10302 fixed - LaTeX labels were not rendered.
1204 * Bug #10333 fixed - Labeling I/O blocks on a super block produced wrong port
1205 labeling when ports had not the same types.
1207 * Bug #10340 fixed - Exception occurred while moving the palette split pane to
1208 hide the block list and while using a palette diagram.
1210 * Bug #10393 fixed - Block style was not updated on palette loading.
1212 * Bug #10419 fixed - Exception occurred while refusing to create a new empty
1215 * Bug #10422 fixed - Exception occurred when exporting with an unspecified
1218 * Bug #10433 fixed - Xcos stop simulation button did not work properly.
1220 * Bug #10461 fixed - Canceling a Quit operation did not work.
1222 * Bug #10486 fixed - importXcosDiagram opened a tab.
1224 * Bug #10496 fixed - Wrong error message fixed in xcosValidateBlockSet.
1226 * Bug #10510 fixed - Unused variables were generated by Xcos at start-up.
1228 * Bug #10533 fixed - Some action shortcuts were not disabled when editing a text
1231 * Bug #10657 fixed - CONSTRAINT_c had no icons on a graph.
1233 * Bug #10679 fixed - blocks_link.tst failed.
1235 * Bug #10697 fixed - post_xcos_simulate function did not work with a TOWS_c block
1238 * Bug #10781 fixed - DFlipflop incorrectly reported problem for port size or type.
1240 * Bug #10800 fixed - xcosPalAddBlock help example did not work.
1242 * Bug #10812 fixed - cos and cosf files loading did not use a direct handler.
1244 * Bug #10848 fixed - The first Drag'n Drop of a block produced an exception.
1246 * Bug #10943 fixed - Accented character in the file path broke file loading
1249 * Bug #11094 fixed - Image creation of blocks did not use xinit / xend.
1251 * Bug #11132 fixed - Some help pages were missing: standard_origin, ...
1253 * Bug #11494 fixed - Xcos PDE block could not open UIcontrol to set parameter.
1255 * Bug #11518 fixed - When zooming on CLR block-text, the block was outside the box.
1257 * Bug #11550 fixed - Closing the scope graph while running simulation led to a
1260 * Bug #11717 fixed - Setting recent opened file number in the preferences GUI
1261 was not applied in Xcos menu.
1263 * Bug #11735 fixed - Output sink name was not reported as figure name.
1265 * Bug #11737 fixed - Incompatibility between a Xcos menu and its help page description.
1267 * Bug #11746 fixed - Closing the palette window with the crossing box
1268 did not update the checkbox in Xcos "View" menu.
1270 * Bug #11747 fixed - Modelica block text was visible under the block image.
1276 * Czech localization by Zbynek Schwarz
1279 * Bug #10032 fixed - Force the unset of the environment variable LANGUAGE to
1280 tackle some issues. Mac OS X locale detection did not take into account
1287 * mgetl, exec, fscanfMat functions manage files encoded as UTF-8 with BOM.
1289 * tempname function added (SEP #68).
1291 * fullpath did not manage matrix of string as input argument. (SEP #72)
1293 * Bug #9253 fixed - fscanfMat failed to read a file with some lines
1294 of text at the end (backward compatibility).
1296 * Bug #9570 fixed - fprintfMat did not use the good format argument with nan and
1299 * Bug #9869 fixed - fscanf did not check the number of input arguments.
1301 * Bug #9917 fixed - mputl function crashed with a wrong second parameter.
1303 * Bug #10055 fixed - findfiles had a wrong default filter under GNU/Linux
1306 * Bug #10300 fixed - fscanfMat did not free some memory.
1308 * Bug #10355 fixed - Error messages in fullfile function were not localized.
1314 * Demonstration added on neldermead: search for largest / smallest polygon.
1316 * Clarity of examples improved in optimization module help pages:
1317 Avoid unnecessary calls to "deff",
1318 Avoid the "all statements in whole line" style.
1320 * readmps - Created unit test.
1321 Bug fixed in error messages management.
1322 Bug fixed in a test file reading.
1323 Defined a printing system by overloading for MPS structure.
1326 * Performances improved of genetic_algorithms (2 to 4 times faster).
1328 * Bug #7093 fixed - The data structure generated by neldermead_new could not
1329 be saved and reloaded.
1331 * Bug #7889 fixed - The tolerance on x for neldermead was too small.
1332 Updated -tolxrelative default value from %eps to sqrt(%eps).
1334 * Bug #7891 fixed - The neldermead component had too many options.
1335 Tagged -costfargument option of optimbase as obsolete: will be
1336 maintained for backward compatibility until 5.4.1.
1337 The -fun option can now be a list, where the element #1 is a
1338 function, and the elements #2 to the end are automatically appended to
1339 the calling sequence.
1340 Tagged -outputcommandarg option of optimbase as obsolete: will be
1341 maintained for backward compatibility until 5.4.1.
1342 The -outputcommand option can now be a list, where the element #1 is
1343 a function, and the elements #2 to the end are automatically appended
1344 to the calling sequence.
1345 Tagged "outputfun(x,optimValues,state)" calling sequence of fminsearch
1346 as obsolete: will be maintained for backward compatibility until
1348 The new calling sequence is "stop=outputfun(x,optimValues,state)"
1349 Tagged "myoutputfun(state,data)" calling sequence of neldermead
1350 as obsolete: will be maintained for backward compatibility until
1352 The new calling sequence is "stop=myoutputfun(state,data)"
1353 Tagged "-myterminateflag" and "-myterminate" options as obsolete:
1354 will be maintained for backward compatibility until 5.4.1.
1355 See the help page of neldermead for details to update your
1358 * Bug #7892 fixed - The neldermead component did not provide a default
1360 The new function neldermead_defaultoutput was created
1361 to print a simple one line output message by iteration.
1363 * Bug #8542 fixed - In neldermead, there were undocumented default options.
1364 Same changes applied to optimbase help page.
1366 * Bug #8543 fixed - Wrong order for the options in neldermead help page.
1368 * Bug #8545 fixed - In neldermead, the printing system displayed too long
1371 * Bug #8546 fixed - The neldermead functions might have called f outside
1374 * Bug #8547 fixed - The neldermead function called f outside the constraints.
1376 * Bug #8549 fixed - The neldermead function did not help to debug
1379 * Bug #8552 fixed - Improved fminsearch to provide Extra Parameters.
1380 Help page updated with new section "The cost function" and new
1381 example "Passing extra parameters".
1383 * Bug #8676 fixed - The pack/unpack functions had no help pages.
1385 * Bug #8777 fixed - The neldermead function failed to restart with bounds.
1386 Added examples of restarts with/without bounds in
1387 neldermead help page.
1389 * Bug #8805 fixed - The neldermead function, algorithm box, wrongly used
1390 the output function.
1392 * Bug #9323 fixed - The messages in optimbase_checkbounds were not localized.
1393 Same changes applied to optimbase_checkx0.
1395 * Bug #9472 fixed - The ind argument of optim was inconsistently documented.
1397 * Bug #9566 fixed - The tolvarianceflag, tolabsolutevariance,
1398 tolrelativevariance options of neldermead are now obsolete.
1399 See the help page of neldermead for details to update your
1402 * Bug #9567 fixed - The neldermead overview had a TODO section.
1404 * Bug #9576 fixed - The neldermead component did not check the bounds
1405 of some input parameters.
1407 * Bug #9578 fixed - The optimbase_configure function did not check the
1408 values of input arguments.
1410 * Bug #9607 fixed - The optimsimplex_new function poorly managed the
1411 variable number of arguments.
1413 * Bug #9612 fixed - The quapro help page has been removed.
1415 * Bug #9698 fixed - The optim/"gc" algorithm did not support imp=-1.
1417 * Bug #9822 fixed - The value ind=1 of optim was not supported by
1424 * The assert module provides a set of assertion functions.
1425 The goal of this module is to provide functions to check the
1426 behavior of some other functions, for example in unitary tests.
1427 We emphasize the use of consistent tools for testing numerical
1428 issues, with the goal of testing numerical algorithms more easily.
1429 In particular, we provide a comparison function for two floating
1430 point numbers, which allows to check that two numbers are
1431 "numerically almost equal", i.e. that the relative error is small.
1432 This automatically fixes Bug #4381.
1434 * A fourth argument added to test_run to export test results to XUnit format.
1436 * A new function called example_run has been introduced, this function tests the
1437 examples given in Scilab help pages. See SEP #83.
1443 * General improvements of the show_pca function (See bug #11500):
1444 - Data bounds fixed in the left graph,
1445 - Correlation circle graph improved,
1446 - Eigenvalues graph improved.
1448 * Bug #9357 fixed - stdevf returned zero for row vector arguments.
1450 * Bug #9846 fixed - stdevf gave zero result when a single row matrix was evaluated.
1452 * Bug #7387 fixed - rand and grand functions help pages gave wrong advice.
1458 * cond function updated to take into account a second input argument (See SEP #85)
1460 * Bug #9749 fixed - expm reported non convergence problem.
1466 * ordmmd help page and unit test created.
1468 * Help pages organized into sub-sections.
1470 * Bug #10126 fixed - Wrong (or failing) insertion in a sparse matrix.
1476 * A new system to keep track of the translations of the main documentation
1477 has been developed. See http://help.scilab.org/status/fr_FR/,
1478 help.scilab.org/status/pt_BR/ and http://help.scilab.org/status/ja_JP/
1481 * Categories have been created for the following modules help pages:
1482 - Scilab. See bug #11546.
1483 - Statistics. See bug #9108.
1484 - Genetic algorithms. See bug #11514.
1485 - Simulated annealing. See bug #11560.
1486 - Signal processing. See bug #11661.
1487 - Functions (libraries sub-category). See bug #11642.
1488 - Linear algebra. See bug #11562.
1489 - Special functions. See bug #11643.
1490 - Functions. See bug #11722.
1491 - Input/Output functions. See bug #11726.
1493 * Tag <scilab:image> added. This tag will perform the graphic rendering of
1494 a Scilab code and include the result into the help page as a sample image.
1496 * With the <scilab:image> tag, all graphic and trigonometric help pages
1497 now contain a sample image.
1499 * Management of <varname>, <command>, <function> and <constant> Docbook tags.
1502 * Management of <note>, <caution>, <warning>, <important> and
1503 <tip> Docbook tags. See bug #10505.
1505 * help_from_sci updated to manage recent changes in docbook Scilab files.
1507 * Elementary functions module help pages have been better organized.
1510 * Automatic spelling corrections for Scilab Online help - http://help.scilab.org/
1512 * <ALT>+<LEFT ARROW> / <ALT>+<RIGHT ARROW> allows browsing the history
1515 * The space key behaves like the page down key (See Bug #9491).
1517 * Management of the <revhistory> and <revision> tag to provide information about
1518 the history of the function.
1520 * Function help_skeleton extended to suggest the <revhistory>, <latex>, <note>,
1521 <caution>, <warning>, <important> and <tip> tags in examples.
1523 * Scilab documentation is now available in Russian. Many thanks to Stanislav Kroter.
1525 * Many errors have been fixed in Scilab documentation:
1526 - Wrong calling sequences
1527 - Errors in examples
1531 * Bug #3431 fixed - Some help tools functions were obsolete and not removed.
1533 * Bug #9105 fixed - err output parameter of mopen function was not documented.
1535 * Bug #9299 fixed - Fix a typo in cspect, pspect and window help pages
1536 (Hanning changed to Hann).
1538 * Bug #9320 fixed - analpf help page gave wrong frequency units of omega (Hz instead of rd/s).
1540 * Bug #9417 fixed - In English api_scilab help pages, polynom updated to the word
1543 * Bug #7133 fixed - help_from_sci function did not return the function template.
1545 * Bug #7134 fixed - help_from_sci produced an invalid .xml file.
1547 * Bug #9790 fixed - windows_tools help pages were not available for all platforms.
1549 * Bug #9983 fixed - The xclick help page did not clearly specify the axes used for
1553 CACSD & Signal Processing
1554 ==========================
1557 - conv - discrete 1-D convolution.
1558 - conv2 - discrete 2-D convolution.
1559 - convol2d - discrete 2-D convolution, using fft.
1560 - phaseplot - frequency phase plot.
1561 - xcorr - auto and cross correlation of signals (superseeds corr).
1562 - xcov - auto and cross correlationvariance of signals (superseeds corr).
1563 - arma2ss - conversion of an arma data structure into a state space one.
1564 - dct - Discrete cosine transform (based on FFTW library).
1565 - idct - Inverse discrete cosine transform (based on FFTW library).
1566 - dst - Discrete sine transform (based on FFTW library).
1567 - idst - Inverse discrete sine transform (based on FFTW library).
1569 * fft function based on fftw updated and improved (See SEP#84):
1570 - Take data symmetry into account,
1571 - Include hard coded multivariate fft.
1573 * The damp function in CACSD module computes the natural pulsation
1574 and damping factor of linear dynamical systems.
1576 * 'mtlb_conv' compatibility function is now obsolete. Please use 'conv' instead.
1578 * Bug #1635 fixed - iir filter frequency response might have been wrong.
1579 "pole zero gain" representation added as possible iir function
1582 * Bug #7895 fixed - fft2() was broken under Windows with MKL wrapper.
1584 * Bug #7901 fixed - besselh.tst failed under Windows.
1586 * Bug #8684 fixed - wfir function produced an error message when used interactively.
1588 * Bug #9098 fixed - CACSD demonstrations / Robust control failed on Windows 64-bit.
1590 * Bug #9214 fixed - abaque replaced by nicholschart in the black.sci comments.
1592 * Bug #9266 fixed - fftw crashed under Windows when using MKL wrapper.
1594 * Bug #9321 fixed - Missing tests and help info for some CACSD functions.
1596 * Bug #9647 fixed - At Scilab start-up, the fft variable was declared by default
1597 while it should not have been the case.
1599 * Bug #9675 fixed - iir generated bad results.
1601 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
1603 * Bug #9719 fixed - delip.tst execution froze under Windows.
1605 * Bug #9725 fixed - syredi.tst execution froze under Windows.
1607 * Bug #10008 fixed - Wrong unit in the datatip for bode function.
1609 * Bug #10169 fixed - Bad clipping option in evans.
1611 * Bug #10562 fixed - The "CACSD/Robust Control" demonstration failed.
1613 * Bug #11092 fixed - Incorrect argument check in h_inf
1615 * Bug #11340 fixed - bode, gainplot, nyquist and plzr without arguments did not show an example.
1622 * Scilab can now be installed without administration rights.
1623 In this case, the file association will not be configured.
1625 * ATOMS module is now mandatory and is installed in the minimal installation.
1631 * Under GNU/Linux and Mac OS X, Scilab start-up speed of scilab-cli and
1632 scilab-adv-cli has been improved by 15 to 20 % (see Compilation for more
1635 * SSE is now enabled by default under GNU/Linux with 32-bit CPU (it is already
1636 the case under 64-bit CPU).
1637 Pentium III class (or equivalent) with SSE instructions is required.
1639 * Improved performances of pareto_filter function (Genetic algorithms).
1641 * 'hank' function performances improved.
1643 * Using api_scilab, construction of any type of lists is now much faster (300x in some cases).
1645 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
1646 simplified and optimized.
1652 * Under Windows, Scilab uses VS 2010 Pro and Express solution.
1654 * Under GNU/Linux and Mac OS X, engine libraries have been merged into a single
1655 library named libscilab-cli.so. This greatly improves the start-up
1657 Note that the --enable-maintainer-mode enables the previous behavior (simply
1658 the development process).
1660 * Under GNU/Linux and Mac OS X, all modules build as standalone their algorithms
1661 as a static library (only available in the source tree).
1662 This will avoid an important dependency tree for unitary testing.
1664 * Under GNU/Linux and Mac OS X, for each module, the list of
1665 explicit dependencies on the other libraries is no more needed.
1666 Use libscilab-cli.so or libscilab.so to link against Scilab.
1668 * Scilab dependency on Java HDF has been removed.
1670 * Enforce a minimal version of JRosetta (1.0.4).
1672 * Enforce a minimal version of flexdock (1.2.0).
1674 * Enforce a minimal version of GIWS (1.3.0).
1676 * Enforce a minimal version of Scirenderer (1.0.2).
1678 * Enforce a minimal version of JLaTeXMath (1.0.0).
1680 * Enforce a minimal version of JOGL (2.0-rc9).
1682 * Force the Java class version target to version 6 (or 1.6).
1684 * Add Java 7 in the Debian & Ubuntu search path under GNU/Linux.
1686 * BLAS_LIBS variable can now be set by the user (See bug #9824).
1688 * Scilab now uses the ARPACK-ng package maintained by Scilab Enterprises.
1690 * An option --without-arpack-ng has been added to disable the Arnoldi features.
1692 * HDF5 is now a mandatory dependency of Scilab (even in a minimal build).
1694 * Under GNU/Linux and Mac OS X, if ccache is installed, use it to build Scilab.
1696 * Bug #9409 fixed - Warning "remark #8291" removed with Intel Fortran 2011 compiler.
1698 * Bug #9500 fixed - Explicit the GUI module manifest class-path to facilitate Debian
1699 checking tool process.
1701 * Bug #9782 fixed - configure with --without-gui was failing.
1703 * Bug #9793 fixed - --without-gui now also disables Xcos.
1705 * Bug #9883 fixed - Build with --disable-build-help was failing.
1707 * Bug #9991 fixed - ./configure --without-xcos failed to build.
1709 * Bug #11060 fixed - ccache use can be disabled with --disable-ccache .
1711 * Bug #10158 fixed - Configure used g77 even if gfortran was available.
1717 * Default text in history for a starting session has been changed for:
1718 "Begin Session: Tue Jun 21 14:35:45 2011" to "21/06/2011 14:35:45"
1724 * 'atomsQuit' function added to allow to call .quit of modules loaded by ATOMS
1725 when user closes Scilab session. See SEP #77.
1727 * tbx_build_loader generates also an unloader.sce to allow to call .quit file of
1730 * ATOMS option 'offLine' has been renamed to 'offline'.
1732 * Bug #5380 fixed - atomsShow() output was broken (separators were not aligned).
1734 * Bug #8302 fixed - Wrong order when loading dependencies.
1736 * Bug #8648 fixed - The tarball was not deleted when a module was removed (SEP #71).
1738 * Bug #8664 fixed - Message error updated for non-supported OS.
1740 * Bug #8763 fixed - ATOMS installation path was shared on Windows 64 with 32-bit.
1742 * Bug #8942, #9805 fixed - atomsSystemUpdate() failed under some Windows.
1744 * Bug #9078 fixed - atomsGui took time to start gui.
1746 * Bug #9127 fixed - "Home" item renamed to "Installed Modules".
1748 * Bug #9679 fixed - atomsSystemUpdate checks that Scilab is not in offLine mode, or writes a warning message if so.
1750 * Bug #9798 fixed - .quit script of Atoms modules were not evaluated at Scilab quit.
1752 * Bug #9967 fixed - Windows UAC was causing trouble with atomsRepositorySetOfl (internal function).
1754 * Bug #10025 fixed - Wrong url in some help files examples.
1756 * Bug #10031 fixed - atomsDisp did not work with "\n" in messages text.
1758 * Bug #10494 fixed - atomsInstall and atomsLoad were not clearly distinguished
1759 in the documentation.
1761 * Bug #10500 fixed - ATOMS module without DESCRIPTION file returned a wrong
1764 * Bug #10707 fixed - atomsInstall failed to use the path shortcut.
1766 * Bug #10846 fixed - atomsSystemUpdate failed.
1767 'downloadTimeout' help page added.
1769 * Bug #10864 fixed - atomsRemove required a network connection to remove a package.
1771 * Bug #10933 fixed - atomsGetConfig did not check the value of input arguments.
1773 * Bug #10957 fixed - atomsInstall required a network connection to install
1776 * Bug #11062 fixed - atomsGetInstalledPath function moved as a public function.
1782 * Java mapping of Scilab data has now a new method called getType() which
1783 returns the value of the ScilabTypeEnum enum.
1785 * New methods added:
1786 - Scilab.execException(String)
1787 Same as Scilab.exec(String) but returns an exception when a Scilab error occurs
1788 - Scilab.execException(String[])
1789 Same as Scilab.exec(String[]) but returns an exception when a Scilab error occurs
1790 - Scilab.execException(File)
1791 Same as Scilab.exec(File) but returns an exception when a Scilab error occurs
1793 * Bug #9149 fixed - Calling a graphic function without activating the appropriate
1794 mode did not triggered an exception.
1796 * Bug #9467 fixed - Unnecessary declarations in MAKE.BAT of Javasci examples.
1798 * Bug #9544 fixed - Calling graphic with Javasci from a SWING application from
1799 EDT was crashing the execution of a Java program.
1805 * Add functions to identify list datatypes:
1806 isListType, isNamedListType, isTListType, isNamedTListType, isMListType,
1814 * The linspace function accepts column vectors as input argument for the two
1815 first input arguments. Thanks to Guillaume AZEMA for the implementation.
1817 * The logspace function accepts column vectors as input argument for the two
1818 first input arguments.
1820 * Change the buffering display mode.
1822 * SEP #67: lines(0) by default at start-up.
1824 * Options -disable-exception-catching added under GNU/Linux & Mac OS X.
1825 Disables the Scilab exception catching system.
1827 * texmacs module moved as an ATOMS module.
1828 atomsInstall('texmacs')
1830 * PVM module moved as an ATOMS module.
1833 * maple2scilab module moved as an ATOMS module.
1834 atomsInstall('maple2scilab')
1836 * SEP #69: predef('names') returns names of protected variables by predef.
1838 * printf moved as alias on mprintf function.
1840 * sprintf moved as alias on msprintf function.
1846 * 'oemtochar' and 'chartooem' functions (windows_tools) are obsolete and will be
1847 removed in Scilab 5.4.1.
1849 * 'showalluimenushandles' function (graphics) was undocumented. This function is
1850 obsolete and will be removed on 5.4.1.
1851 Use set(get(0), "ShowHiddenHandles", "on"); instead.
1853 * 'code2str' and 'str2code' are obsolete and will be removed on 5.4.1, please use
1856 * config function is now obsolete and will be removed in Scilab 5.4.1.
1857 Please use 'preferences' instead.
1859 * dnaupd, dneupd, dsaupd, dseupd, znaupd and zneupd deprecated for eigs.
1861 * createpopup and uipopup functions are now obsolete. Please use 'uicontextmenu' instead.
1864 Removed Functions (previously declared as obsolete)
1865 ====================================================
1867 * ilib_for_link, ilib_build no more accept files with ".o" or ".obj" extensions
1870 * 'with_atlas' removed. Please use 'getdebuginfo' instead.
1872 * C API function Error(x) removed. Please use SciError instead.
1874 * 'MSDOS' removed. Please use 'getos' instead.
1877 Known Incompatibilities
1878 ========================
1880 * In previous versions, modulo(x,0) and pmodulo(x,0) returned x. But this solution is
1881 not correct. Indeed, the expression used to compute the modulo is x - y * int(x / y)
1882 for the modulo function and x - y * floor(x / y). Now, they return an error and
1883 %nan with ieee(2). See bug #7216.
1885 * In previous versions, newest function could be called with a string vector
1886 as second (up to last) input argument. In these cases, only the first string of
1887 the vector was taken into account. These calls now return an error. See bug #11398.
1889 * Setting the "foreground" property for a figure was possible even if it was not
1890 officially supported or documented. An error is now returned.
1891 Please use the axes "foreground" property instead. See bug #11369.
1893 * getcallbackobject: Input argument must be an UID (String) and no more an index (Constant).
1898 * Some issues at start-up under Mac OS X 10.6.7 (and previous 10.6 versions)
1900 If you have "Audio Hijack" installed on your Mac OS X, it prevents some
1901 applications to work including Scilab. See Bug #7012.
1902 Uninstall / disable Audio Hijack should fix this problem.
1903 Airfoil, also developed by Rogue Amoeba, has been reported as also breaking
1910 * Bug #1604 fixed - List extraction failed.
1912 * Bug #2479 fixed - Graphic editor could not be used when format was not format("v",18).
1914 * Bug #2853 fixed - sd2sci.sci removed from sources.
1916 * Bug #3291 fixed - SCI/modules/tclsci/tcl/BWidget-1.8.0/ moved as prerequirements.
1918 * Bug #3235 fixed - In bezout function, wrong typo in the name of a variable
1919 made the calpol unitary test failed.
1921 * Bug #3244 fixed - Error messages in qpsolve and qp_solve functions updated.
1923 * Bug #3787 fixed - Invalid calling sequences removed from schur help page.
1925 * Bug #3811 fixed - The overloading charcode was wrong for libraries.
1927 * Bug #4240 fixed - Some unexpected blank lines were displayed with the dir function.
1929 * Bug #4337 fixed - who_user did not return the user's variable names but
1930 only displayed them.
1932 * Bug #4576 fixed - An example of ilib_build with "cflags" argument was missing.
1934 * Bug #4806 fixed - If A was a sparse matrix, A^0 returned A and not the identity
1937 * Bug #4813 fixed - Description of type 0 added in type help page.
1939 * Bug #4833 fixed - msprintf() interpreted "\n" as a carriage return even if "\n"
1940 was supplied by the 2nd input argument.
1942 * Bug #4847 fixed - In uigetfile, there was no way to select files with a given
1945 * Bug #4978 fixed - Icons did not follow the Tango norm.
1947 * Bug #5491 fixed - Clearly states that haveacompiler() only works under Windows.
1949 * Bug #5675 fixed - Levitron demonstration was failing in some cases.
1951 * Bug #5696 fixed - When SE Linux is enabled, error messages for
1952 Scilab in the Scilab binary distribution disabled.
1954 * Bug #6009 fixed - conv, conv2 and convol2d functions were missing.
1956 * Bug #6154, #10850 fixed - Arnoldi package help pages updated.
1958 * Bug #6408 fixed - prompt() removed trailing whites.
1960 * Bug #6538 fixed - unobs ignored its 'tol' argument when it was given,
1961 and always calculated its own, arbitrary, internal value.
1963 * Bug #6702 fixed - max and min functions returned a scalar in k when the input
1964 argument was the last column of an hypermatrix.
1966 * Bug #6819 fixed - prompt() interpreted '<...>' as HTML.
1968 * Bug #6875 fixed - test_run() could not run at once on the +3000 tests of
1971 * Bug #7061 fixed - changelog.txt, readme.txt, version.xml removed from modules.
1973 * Bug #7167 fixed - Typo fixed in pdiv help page.
1975 * Bug #7216 fixed - modulo(x,0) and pmodulo(x,0) did not return an error message.
1976 With ieee(2), these functions now return %nan.
1978 * Bug #7249 fixed - 'string' function did not work as documented
1979 with a macro as input argument.
1981 * Bug #7251 fixed - Error fixed in qp_solve help page.
1983 * Bug #7289 fixed - The handle of the menu was still valid after calling delmenu(console_menu_handle).
1985 * Bug #7333 fixed - In BrowseVar, variables could have a weird type number.
1987 * Bug #7358 fixed - type and typeof help pages have now links to the actual
1990 * Bug #7380 fixed - 'Value' property for uicontrol was rounded.
1992 * Bug #7409 fixed - Some corrupted matrices could be created from api_scilab.
1994 * Bug #7490 fixed - %inf had not always the same display.
1996 * Bug #7674 fixed - In all Optimization and Simulation demonstrations, the source
1997 code was displayed by default.
1998 A messagebox now lets the choice to the user to display the
2001 * Bug #7700 fixed - Bad proposition in the console history when a char was added.
2003 * Bug #7728 fixed - rubberbox(): Instantaneous pointer's coordinates are now displayed in the status bar.
2005 * Bug #7745 fixed - add_demo moved in demo_tools module.
2007 * Bug #7763 fixed - mtlb_max and mtlb_min functions did not manage complex
2008 numbers with null imaginary part.
2010 * Bug #7779 fixed - genlib did not check input arguments and did not use current
2013 * Bug #7815 fixed - tohome() function erased previous and future commands in Scilab console.
2015 * Bug #7855 fixed - It was not possible to change event function while
2016 the event handler was enabled.
2018 * Bug #7859 fixed - Improvements of "exists" help page.
2020 * Bug #7873 fixed - The lagr parameter in qld help page was wrong.
2022 * Bug #7874 fixed - qp_solve help page did not give enough information
2025 * Bug #7881 fixed - Error in the condition which checks if the second input
2026 argument in lattn function was scalar or not.
2028 * Bug #8050 fixed - A weird error message was displayed in some cases.
2030 * Bug #8086 fixed - Some functions displayed a wrong error message when called
2031 without input argument.
2033 * Bug #8101 fixed - median function with a sparse as a first argument did not
2034 return the good result. Moreover, median(sparse, 'r'| 'c') was not
2037 * Bug #8151 fixed - Under Mac OS X, "Scilab/Quit Scilab" and "File/Quit" items were
2040 * Bug #8243 fixed - xgeom demonstration renamed to geom3d.
2042 * Bug #8245 fixed - gsort() did not allow overloading with not managed types.
2044 * Bug #8296 fixed - Asking for extra array dimension value with size crashed Scilab.
2046 * Bug #8339 fixed - Default path for the Mac OS X version is now HOME instead
2049 * Bug #8351 fixed - integrate function did not manage properly the optional
2052 * Bug #8420 fixed - lines crashed Scilab in some cases.
2054 * Bug #8488 fixed - NaN values were propagated when min/max were performed between
2057 * Bug #8592 fixed - Explicit error message added when macros are not available.
2059 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
2060 simplified and optimized.
2062 * Bug #8640 fixed - histplot function failed when the data vector contained
2065 * Bug #8651 fixed - The error message of write_csv was wrong.
2067 * Bug #8682 fixed - funcprot did not return the previous value when called with
2070 * Bug #8685 fixed - Lack of consistency in keyword help page.
2072 * Bug #8688 fixed - fillMatrixOfString did not check available memory on stack.
2074 * Bug #8724 fixed - A critical error with uiget(file|dir) could occur.
2076 * Bug #8753 fixed - c_link help page did not describe input argument num.
2078 * Bug #8768 fixed - GetRhsVar(..., STRING_DATATYPE, ...) did not check size of input argument.
2080 * Bug #8785 fixed - modulo and pmodulo functions did not check input arguments.
2082 * Bug #8797 fixed - Update of getdate('s') help pages to detail that
2083 the returned value contains the leap seconds.
2085 * Bug #8799 fixed - gsort did not work with hypermatrices.
2087 * Bug #8859 fixed - Some comparison operators between hyper-matrices and 2-D arrays
2090 * Bug #8874 fixed - Display of complex numbers with Inf or NaN for real or imaginary
2093 * Bug #8963 fixed - mtlb_mode test failed under Windows.
2095 * Bug #9002 fixed - bsplin3val, cshep2d, eval_cshep2d,interp, interp2d, interp3d,
2096 linear_interp, splin, splin2d, splin3d functions ignored imaginary
2097 part of input arguments without returning an error.
2099 * Bug #9032 fixed - The rectangular contour of a 'Text' object did not fit the text
2100 for huge font sizes.
2102 * Bug #9045 fixed - plot2d did not support overloading.
2104 * Bug #9056 fixed - A uicontrol could not be closed with <META>+W.
2106 * Bug #9104 fixed - 'warning' used in a diary Scilab session added timestamp
2109 * Bug #9129 fixed - Completion on field did not propose graphics handle fields
2112 * Bug #9156 fixed - mgetl.c compilation failed under some Windows.
2114 * Bug #9164 fixed - The unit tests now use the new assert functions.
2116 * Bug #9197 fixed - Unitary test examples in toolbox_skeleton
2117 and xcos_toolbox_skeleton did not use assert functions.
2119 * Bug #9204 fixed - The Frobenius norm of a complex vector was numerically complex.
2121 * Bug #9255 fixed - Correct bad calling sequence in list_double_writing_API help page.
2123 * Bug #9268 fixed - Scilab was overriding a predefined variable JAVA_HOME.
2125 * Bug #9277 fixed - Escape character '\' did not work with msprintf.
2127 * Bug #9295 fixed - 'base2dec' ignored the fractional part of 'base' input argument.
2129 * Bug #9328 fixed - Scilab randomly crached at start-up under Mac OS X when calling
2130 functions returning no value (lines, modes, banner, ...).
2132 * Bug #9339 fixed - tbx_build_help function did not manage languages properly.
2134 * Bug #9354 fixed - savematfile could not save imbricate structures.
2136 * Bug #9414 fixed - 'SCI' and 'SCIHOME' variables were not documented.
2138 * Bug #9424 fixed - gettext("") did not return "".
2140 * Bug #9452 fixed - It was impossible to download Intel MKL through a proxy.
2142 * Bug #9461 fixed - The assert_checkalmostequal function did not manage
2143 sparse matrices and hypermatrices.
2145 * Bug #9464 fixed - contourf did not work if the "Matlab Compatibility functions
2146 module" was not installed.
2148 * Bug #9479 fixed - Typo fixed (intput => input).
2150 * Bug #9498 fixed - A long history caused Scilab start-up to be very long.
2152 * Bug #9502 fixed - 'toolbox' was badly used in assert help pages (replaced by 'module').
2154 * Bug #9510 fixed - export_to_hdf5 did not return %f when trying to export
2155 unmanaged types (function, macro, ...).
2157 * Bug #9520 fixed - Missing named functions added in "API Scilab" help pages.
2159 * Bug #9531 fixed - assert_checkequal failed with mlist.
2161 * Bug #9540 fixed - MKL Pentium 4 target was not downloaded by installer under Windows.
2163 * Bug #9542 fixed - Under Windows, during export operation, the file could be locked by
2166 * Bug #9543 fixed - Scilab did not use the default DocumentBuilderFactory
2167 to parse XML configuration files.
2169 * Bug #9549 fixed - nthroot function added.
2171 * Bug #9555 fixed - Typo error in deff help page.
2173 * Bug #9571 fixed - "error(144)" returned a wrong variable name.
2175 * Bug #9572 fixed - assert_checkerror did not check multi-lines errors.
2177 * Bug #9573 fixed - getdebuginfo did not report multiple video cards under Windows.
2179 * Bug #9581 fixed - cleaner.sce in toolbox_skeleton did not remove all generated files.
2181 * Bug #9599 fixed - Error message "at line ... of function ... called by" was
2182 printed directly on the same line.
2184 * Bug #9616 fixed - In qp_solve help page, the input arguments in calling
2185 sequence did not match those in arguments section.
2187 * Bug #9635 fixed - Some temp. variables were not removed when test_run was used.
2189 * Bug #9643 fixed - Genetic algorithms demonstration was not vectorized.
2191 * Bug #9647 fixed - At Scilab start-up, the fft variable was declared by default
2192 while it should not have been.
2194 * Bug #9654 fixed - An example in optim help page was poorly implemented.
2196 * Bug #9659 fixed - "error(246)" returned a bad message for overloading.
2198 * Bug #9682 fixed - 3-D assignment into a 2-D array of integers issued an error.
2200 * Bug #9693 fixed - The default value of epsg in optim help page was %eps.
2202 * Bug #9696 fixed - An error in an if expression inside a try make Scilab froze.
2204 * Bug #9699 fixed - A single $ as text in a ui text led to a segfault.
2206 * Bug #9700 fixed - optim help page contained a mistake about bounds management.
2208 * Bug #9707 fixed - createNamedXXX did not check variable name.
2210 * Bug #9708 fixed - createNamedXXX did not check length of variable name.
2212 * Bug #9712 fixed - StartScilab help page had an error about Stacksize argument type.
2214 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
2216 * Bug #9717 fixed - dllinfo.tst failed under Windows binary versions.
2218 * Bug #9728 fixed - SCI/modules/special_functions/src/fortran/special_functions_f.def
2219 was not ignored (generated file).
2221 * Bug #9730 fixed - lines() returned an int32 and not a double value.
2223 * Bug #9734 fixed - intsplin help page moved from interpolation to
2224 elementary functions chapter.
2226 * Bug #9735 fixed - Old stack api examples removed.
2228 * Bug #9755 fixed - Completion on paths was not case insensitive under Windows.
2230 * Bug #9756 fixed - polelm.tst unitary test failed under Windows 64-bit.
2232 * Bug #9763 fixed - comet3d did not check input argument presence.
2234 * Bug #9765 fixed - Remove ref to scicos_pal in sci_f_clear.f.
2236 * Bug #9766 fixed - Scilab under Mac OS X 10.7 did not start.
2238 * Bug #9791 fixed - Toolbar visible state change crashed Scilab in NW mode.
2240 * Bug #9799 fixed - pol2str did not manage matrix of polynomials and input argument
2241 type was not checked.
2243 * Bug #9804 fixed - Starting Scilab with an external module emptied the
2244 demonstrations list menu.
2246 * Bug #9811 fixed - Output message of fminsearch was wrongly set.
2248 * Bug #9824 fixed - BLAS_LIBS variable was overloaded by the configure.
2250 * Bug #9825 fixed - The assert_computedigits function gave too large correct digits.
2252 * Bug #9830 fixed - leastsq did not match the information given in optim help page.
2254 * Bug #9833 fixed - percent was badly formatted by Scierror function.
2256 * Bug #9836 fixed - repfreq failed due to singular problem.
2258 * Bug #9838 fixed - evstr froze on some specific strings.
2260 * Bug #9843 fixed - Colormaps with 2 colors could not be created.
2262 * Bug #9858 fixed - length() could not be overloaded with mlist.
2264 * Bug #9879 fixed - Fix some minor issues in isdir help pages.
2266 * Bug #9880 fixed - Fix a page referencing itself in the help page.
2268 * Bug #9881 fixed - Fix a mistake in call help page.
2270 * Bug #9884 fixed - Possibility to add a default header on new files in SciNotes
2271 added in Preferences.
2273 * Bug #9885 fixed - User initialization scripts (scilab.ini, .scilab) did not work.
2275 * Bug #9899 fixed - string(10*log10(1/10)) gave -0, instead of -10.
2277 * Bug #9900 fixed - There was a memory leak in getAllocatedMatrixOfString,
2278 getAllocatedMatrixOfWideString, getAllocatedNamedMatrixOfString,
2279 and getAllocatedNamedMatrixOfWideString.
2281 * Bug #9920 fixed - winqueryreg did not manage HKEY_CURRENT_CONFIG.
2283 * Bug #9929 fixed - Improve integration with Gnome shell and Unity.
2285 * Bug #9950 fixed - It was possible to select several texts in the console.
2287 * Bug #9953 fixed - Documentation added to fre input argument of stdevf.
2289 * Bug #9954 fixed - Example added in gmres help page.
2291 * Bug #9957 fixed - msprintf("%d\r", 2) returned '2r'.
2293 * Bug #9963 fixed - The assert_computedigits function was not vectorized.
2295 * Bug #9966 fixed - The default value of comptype in assert_checkalmostequal
2298 * Bug #9971 fixed - GLoad macro not used and not documented has been removed.
2300 * Bug #9976 fixed - cdfbet function returned a wrong value instead of 0.
2302 * Bug #9979 fixed - who_user() function printed a wrong message.
2304 * Bug #9980 fixed - When one tried to complete an empty string, the console froze.
2306 * Bug #9992 fixed - gcbo was not initialized in callbacks for uimenus in console.
2308 * Bug #10001 fixed - %inf:%inf crashed Scilab.
2310 * Bug #10016 fixed - The damp function unit test failed under Windows.
2312 * Bug #10017 fixed - The unitary test for bdiag used a strange comparison
2315 * Bug #10019 fixed - 'exec' crashed with error 113 for too long lines.
2317 * Bug #10037 fixed - checkalmostequal.tst unitary test failed under Linux 64-bit.
2319 * Bug #10044 fixed - wfir_gui function rewritten based on uicontrol and documented.
2321 * Bug #10061 fixed - datatipCreate drew the tip in the current axes instead of curve
2324 * Bug #10073 fixed - Use the new Scilab icon for GNU/Linux installations.
2325 Icons renamed from XPM to PNG.
2327 * Bug #10105 fixed - Focus was not given to the prompt when outputview had it.
2329 * Bug #10119 fixed - assert_checkequal did not support sparse complex doubles.
2331 * Bug #10124 fixed - strsplit crashed with wrong input arguments.
2333 * Bug #10139 fixed - 'atomsTest' function did not manage specific test names.
2335 * Bug #10150 fixed - completion help page moved to console chapter.
2337 * Bug #10151 fixed - Wrong error message about polynomials was displayed.
2339 * Bug #10178 fixed - norm function returned the message "division by zero" for
2340 some sparse matrices.
2342 * Bug #10179 fixed - Weird behavior with evstr.
2344 * Bug #10184 fixed - In messagebox, focus was not set by default on "yes" or "ok"
2347 * Bug #10236 fixed - exit(-1) prompted for exiting Scilab.
2349 * Bug #10241 fixed - A .scg file could not be opened when a non-ascii character was in the legend.
2351 * Bug #10244 fixed - The install of call_scilab could fail in some cases under
2354 * Bug #10250 fixed - Bug in the detection of the Java path under GNU/Linux fixed.
2356 * Bug #10267 fixed - The help browser did not use the default language at new session start-up.
2358 * Bug #10272 fixed - Examples added in squeeze help page.
2360 * Bug #10281 fixed - lyap function could crash.
2362 * Bug #10282 fixed - repmat did not work for scalar input on dims greater than 2
2363 neither for N-D arrays.
2365 * Bug #10283 fixed - w and iw output arguments of ode function
2366 are now directly read from work table used in sub-functions.
2368 * Bug #10289 fixed - xload returns a more explicit error message when a file does
2371 * Bug #10292 fixed - Improved description of modulo help page.
2373 * Bug #10293 fixed - Improved description of bvode help page.
2375 * Bug #10303 fixed - test_run ignored "enable_lt" option.
2377 * Bug #10304 fixed - test_run did not return an error if an invalid option was used.
2379 * Bug #10306 fixed - 'isempty' could fail with empty elements in a list.
2381 * Bug #10324 fixed - format(m) where m was a vector did not work but the
2382 documentation stated it could be used.
2384 * Bug #10330 fixed - 'error' did not manage vector of strings as input argument, but
2385 'lasterror' returned vector of strings.
2387 * Bug #10341 fixed - Font in help was bold when the font of a text uicontrol
2390 * Bug #10342 fixed - assert_checkerror help page had a wrong format.
2392 * Bug #10345 fixed - uicontrols were not always drawn at the right place.
2394 * Bug #10346 fixed - An uicontrol was visible during a few milliseconds even if
2395 its "Visible" property was set to "off".
2397 * Bug #10366 fixed - A warning about fun2string redefinition was displayed
2398 when we used "Edit label generator" and click "Ok".
2400 * Bug #10372 fixed - Dependencies of MALLOC.h removed on Windows.h and machine.h
2403 * Bug #10379 fixed - lines did not manage a 1x2 vector [nc, nl] as input argument.
2405 * Bug #10384 fixed - In exiting, "Close Console" was suggested rather than "Close
2408 * Bug #10385 fixed - It was not possible to configure default web browser.
2410 * Bug #10396 fixed - Display of a structure with large matrix took too much time.
2412 * Bug #10402 fixed - FileBrowser threw an exception when a filter was set
2413 and the tree was expanded.
2415 * Bug #10408 fixed - In the history browser, the contents were scrolled even if the
2416 knob was not at the bottom.
2418 * Bug #10416 fixed - xmltoformat did not return at the root directory in case of error.
2420 * Bug #10418 fixed - Playsound was failing under Mac OS X. Thanks to
2421 Pierre-Henri Jondot for the patch.
2423 * Bug #10423 fixed - browsehistory() function to open the history browser was missing.
2425 * Bug #10431 fixed - Navigation in history using CTRL+P or CTRL+N was not available.
2427 * Bug #10439 fixed - stacksize('max') crashed under Windows 64-bit.
2429 * Bug #10440 fixed - 'wfir_gui' generated errors if the view checkbox was selected
2430 and an erronous value was entered.
2432 * Bug #10444 fixed - fullfile did not manage string matrix as last input argument.
2434 * Bug #10449 fixed - At new session start-up, empty tabs could appear if the previous
2435 session has not been properly exited.
2437 * Bug #10450 fixed - Overloading for gamma, dlgamma and gammaln functions for list,
2438 tlist, mlist and hypermatrices types was not allowed.
2440 * Bug #10457 fixed - Reference in fftw help page pointed to a wrong version.
2442 * Bug #10458 fixed - demo_gui did not clear its variables when closing the figure.
2444 * Bug #10465 fixed - Typo fixed in isreal help page.
2446 * Bug #10466 fixed - mgetl detected an error but it did not return an error
2449 * Bug #10471 fixed - %helps_modules was not ignored by default by browsevar.
2451 * Bug #10473 fixed - Error fixed in factorial function help page bibliography.
2453 * Bug #10474 fixed - An exception could be thrown at the history browser
2456 * Bug #10475 fixed - Error fixed in perms function help page.
2458 * Bug #10477 fixed - In ilib_for_link, the display of the error message generated
2459 at configure time made mprintf fail.
2461 * Bug #10479 fixed - max and min functions were incorrect for N-D arrays.
2463 * Bug #10482 fixed - Wrong error message in format function fixed.
2465 * Bug #10497 fixed - Some special characters were causing issues in phaseplot
2468 * Bug #10499 fixed - The example in lincos help page returned a warning and an error.
2470 * Bug #10503 fixed - error(999.666) did trunc error code without an error.
2472 * Bug #10506 fixed - ssprint did not check input arguments.
2474 * Bug #10518 fixed - odeoptions help page was inaccurate.
2476 * Bug #10519 fixed - spec returned a wrong error message when an input argument
2479 * Bug #10520 fixed - The fact that ceil, floor, round or fix could manage complex
2480 matrices was not clearly stated in the documentation.
2482 * Bug #10521 fixed - frexp returned a wrong error message.
2484 * Bug #10523 fixed - The fact that flipdim could manage complex matrices was
2485 not clearly stated in the documentation.
2487 * Bug #10526 fixed - A string was in French in the English help page of cumprod.
2489 * Bug #10532 fixed - In some cases, browsevar cloud crash with some unknown
2492 * Bug #10536 fixed - A string was in French in the English help page of cumsum.
2494 * Bug #10538 fixed - Typos fixed in prod and cumprod help pages.
2496 * Bug #10543 fixed - %eps, %pi, %i, %nan, %inf were not documented.
2498 * Bug #10544 fixed - debug did not return the previous value when called with
2501 * Bug #10551 fixed - Issues fixed in the Russian localization.
2503 * Bug #10558 fixed - Tcl/Tk demonstrations did not start.
2505 * Bug #10559 fixed - Spectral estimation demonstration failed if the graphic
2508 * Bug #10560 fixed - genetic algorithms demonstrations failed.
2510 * Bug #10564 fixed - atan graphic demonstration was failing due to a too restrictive test
2511 in the linspace function.
2513 * Bug #10565 fixed - Simulation / bicycle simulation / unstable trajectory
2514 demonstration failed.
2516 * Bug #10574 fixed - Runge-Kutta-Method failed for vector [x, 1] with x > 9.
2518 * Bug #10576 fixed - getdate (under Windows) did not manage dates after January 19, 2038
2520 * Bug #10577 fixed - getdate did not check input arguments.
2522 * Bug #10579 fixed - Wrong reference to and function in prod and cumprod help pages
2525 * Bug #10588 fixed - Update of waitbar help page to precise that the function returns
2528 * Bug #10595 fixed - In SciNotes, <TAB> did not go to the next tab position.
2530 * Bug #10626 fixed - taucs_chdel(), umf_ludel() returned an error.
2532 * Bug #10628 fixed - Reference to sci_types enum changed and "see also" section added.
2534 * Bug #10631 fixed - The # sign was missing in some error cases.
2536 * Bug #10632 fixed - Navigation buttons in the file browser did not change the
2537 current Scilab working directory.
2539 * Bug #10634 fixed - dsearch help page referenced an invalid input argument
2542 * Bug #10641 fixed - string(:) gave wrong results.
2544 * Bug #10643 fixed - Bad result when using isreal function with a polynomial
2547 * Bug #10652 fixed - getdebuginfo() did not display TMPDIR value.
2549 * Bug #10654 fixed - dgettext with "scilab" domain did not return the same result
2552 * Bug #10656 fixed - Exception occurred when an empty help browser was closed.
2554 * Bug #10658 fixed - Typos fixed in the bloc2exp help page.
2556 * Bug #10662 fixed - xload did not support tlist for user_data property.
2558 * Bug #10673 fixed - Typos fixed in ssrand help page.
2560 * Bug #10677 fixed - %to_6=%to_e, crashed Scilab under Windows 64-bit version.
2562 * Bug #10685 fixed - inttrap help page moved to differential equations module.
2564 * Bug #10710 fixed - Wrong error message fixed in XML module.
2566 * Bug #10711 fixed - The textbox of datatip was not displayed in graphics using
2569 * Bug #10716 fixed - acos help page badly talked about vectors instead of matrices.
2571 * Bug #10717 fixed - Typos fixed in acosd help page.
2573 * Bug #10720 fixed - Typos fixed in acosh help page.
2575 * Bug #10724 fixed - Missing links added in acot help page.
2577 * Bug #10725 fixed - Typos fixed in acot help page.
2579 * Bug #10726 fixed - Missing links added in acsc help page.
2581 * Bug #10727 fixed - Missing links added in asech help page.
2583 * Bug #10728 fixed - Wrong link fixed in asind help page.
2585 * Bug #10729 fixed - Missing links added in asinh help page.
2587 * Bug #10730 fixed - Missing links added in asinhm help page.
2589 * Bug #10731 fixed - Typos fixed in atan help page.
2591 * Bug #10732 fixed - Wrong link fixed in atand help page.
2593 * Bug #10733 fixed - Missing link added in atanm help page.
2595 * Bug #10734 fixed - Missing link added in cos help page.
2597 * Bug #10735 fixed - Missing information added about input argument in cotd help page.
2599 * Bug #10736 fixed - Missing "Arguments" section added in coth help page.
2601 * Bug #10737 fixed - Missing "Arguments" section added in cothm help page.
2603 * Bug #10738 fixed - Typos fixed in cscd help page.
2605 * Bug #10739 fixed - Typos fixed in csgn help page.
2607 * Bug #10740 fixed - Typos fixed in sec help page.
2609 * Bug #10741 fixed - Typos fixed in secd help page.
2611 * Bug #10742 fixed - Missing link added in sin help page.
2613 * Bug #10743 fixed - Wrong link fixed in sind help page.
2615 * Bug #10744 fixed - Typos fixed in sinh help page.
2617 * Bug #10745 fixed - Typos fixed in tand help page.
2619 * Bug #10769 fixed - Dead code removed from bsplin3val.
2621 * Bug #10775 fixed - Scilab icons in FileBrowser had a wrong size.
2623 * Bug #10782 fixed - 'iconvert' did not check input arguments.
2625 * Bug #10797 fixed - contour, contour2d, contourf did not check input arguments.
2627 * Bug #10807 fixed - It was not possible to overload fft and fftw for list,
2630 * Bug #10809, #10810 fixed - error_table help page was not up-to-date.
2632 * Bug #10820 fixed - datatipscurve generator was freezing Scilab.
2634 * Bugs #10827, #10868 fixed - In SciNotes, strings containing LaTeX disappeared
2637 * Bug #10828 fixed - Developer arguments were not displayed in the help of
2640 * Bug #10831 fixed - set("auto_clear", "on") and set("auto_clear", "off") returned an error.
2642 * Bug #10835 fixed - Typo that made the 'atanm' function unusable fixed.
2644 * Bug #10836 fixed - resize_matrix with boolean failed.
2646 * Bug #10837 fixed - Font modification in SciNotes preferences did not work.
2648 * Bug #10839 fixed - dec2hex function was limited to 32-bits.
2650 * Bug #10840 fixed - Keyboard arrows were disabled on 'Slider' uicontrols.
2652 * Bug #10841 fixed - sliderStep property could not be set with "big" default value.
2654 * Bug #10845 fixed - $ was not documented.
2656 * Bug #10847 fixed - dec2base returned a wrong error message with a complex
2657 number as input argument.
2659 * Bug #10861 fixed - debug([]) returned a wrong error message.
2661 * Bug #10867 fixed - Loading a .scg file failed when the legend contained accentuated characters.
2663 * Bug #10879 fixed - Typo fixed in dec2base help page.
2665 * Bug #10880 fixed - Default start-up directory moved to "My Documents folder"
2666 under Windows for icon shortcut.
2668 * Bug #10881 fixed - Typo fixed in ftest and ftuneq help pages.
2670 * Bug #10885 fixed - Renamed "Exit" to "Exit SciNotes" in SciNotes.
2672 * Bug #10904 fixed - Error messages of and() and or() builtin were not standard.
2674 * Bug #10913 fixed - The "View code" button was missing in GUI demonstrations.
2676 * Bug #10915 fixed - It was not possible to select several files when using
2677 button "Open file" in console toolbar.
2679 * Bug #10921 fixed - For ill-conditioned matrix, inv function displayed a
2680 wrong value of rcond.
2682 * Bug #10928 fixed - Examples of save updated with information to fix trouble under Windows.
2684 * Bug #10966 fixed - linspace was producing some numerical errors on the last
2687 * Bug #10982 fixed - Completion failed when a space was used before the command.
2689 * Bug #11010 fixed - Examples of preconditioning added in gmres help page.
2691 * Bug #11029 fixed - Execution path to TMPDIR fixed in the example given in dae help page.
2693 * Bug #11046 fixed - Sometimes, OverLoad(0) did not called %_xxx but %x_xxx.
2695 * Bug #11048 fixed - In SciNotes, comment/uncomment actions did not work
2698 * Bug #11049 fixed - Link to intg help page added in ode help page.
2700 * Bug #11050 fixed - The output argument rd in ode and ode_root help pages was not
2703 * Bug #11055 fixed - 'string' function did not manage implicit size type as
2706 * Bug #11069 fixed - An axe could be wrongly set as parent for an uicontrol.
2708 * Bug #11070 fixed - The "Visible"/"Enable"/"Position" properties of a frame
2709 uicontrol did not impact its children.
2711 * Bug #11076 fixed - mlist('r'), tlist('r') returned a wrong error message.
2713 * Bug #11077 fixed - rlist() returned an error.
2715 * Bug #11081 fixed - movefile, copyfile did not support '~', 'TMPDIR',
2716 shortcuts in filenames.
2718 * Bug #11090 fixed - Typo fixed in event_handler_function help page.
2720 * Bug #11093 fixed - isNamedVarExist() did not search in builtin functions names.
2722 * Bug #11105 fixed - Crash with color_flag 3 fixed.
2724 * Bug #11114 fixed - Using load(file_descriptor, ...) is now obsolete.
2726 * Bug #11115 fixed - A graphic window was opened with two xend().
2728 * Bug #11126 fixed - Error messages improved.
2730 * Bug #11129 fixed - lapackscilab.sce could not be run outside its location.
2732 * Bug #11138 fixed - a = list() crashed under Windows 64-bit.
2734 * Bug #11154 fixed - Grid color hid the plots in Graphics/2D & 3D plots/plot2d demonstrations.
2736 * Bug #11166 fixed - datatipRemove example did not work.
2738 * Bug #11167 fixed - datatipRemoveAll example did not work.
2740 * Bug #11175 fixed - xstringl example did not work.
2742 * Bug #11186 fixed - 'typeof' of a type 130 returned an error.
2744 * Bug #11194 fixed - A browsevar exception could occur at start-up.
2746 * Bug #11203 fixed - Description for info output argument was wrong in lsqrsolve help page.
2748 * Bug #11205 fixed - A rare exception at Scilab start-up could occur.
2750 * Bug #11222 fixed - Links added between xdel, close and delete help pages.
2752 * Bug #11223 fixed - Deletion of datatips.
2754 * Bug #11244 fixed - Due to the variable browser, an error was displayed in the console when
2755 deleting a global variable.
2757 * Bug #11257 fixed - Memory leaks fixed in Scilab graphics.
2759 * Bug #11265 fixed - msprintf crashed on a huge string.
2761 * Bug #11281 fixed - References to x_left & y_top were false in reversed axes
2762 cases in rubberbox help page.
2764 * Bug #11289 fixed - swap_handles function modified the properties.
2766 * Bug #11293 fixed - Line style was not taken into account.
2768 * Bug #11298 fixed - Listboxes callback was executed several times for one action.
2770 * Bug #11300 fixed - freson calculated wrong frequencies in Scilab 5.3.3.
2772 * Bug #11318 fixed - Order of uimenus in a figure changed when adding submenus.
2774 * Bug #11324 fixed - Restoring old files (< 5.4.0 format) could fail due to new
2775 mechanism in SOD file loading.
2777 * Bug #11326 fixed - set(h, "enable", "off") and set(h, "visible", "off") had no
2778 effect after menu creation.
2780 * Bug #11328 fixed - strsplit returned a wrong error message when the second input
2781 argument contained wrong values.
2783 * Bug #11330 fixed - oldplot function removed.
2785 * Bug #11331 fixed - graypolarplot returned an error about an unknown property.
2787 * Bug #11332 fixed - Default usage of contour2d was producing some errors.
2789 * Bug #11333 fixed - Missing argument number checking in comet added.
2791 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
2792 margins had been modified.
2794 * Bug #11346 fixed - Error messages added in cosm function in case of bad
2797 * Bug #11349 fixed - There was an error when the path to external editor contained
2800 * Bug #11360 fixed - In some help pages, f in calling sequence was named mtx in
2801 the parameter section.
2803 * Bug #11369 fixed - colordef("black") returned an error about an unknown property.
2805 * Bug #11372 fixed - Calling odeoptions returned an error.
2807 * Bug #11385 fixed - length returned a wrong error message when called without
2810 * Bug #11388 fixed - Calling xsetech(frect=[0,0,100,100]) failed.
2812 * Bug #11390 fixed - When cond function had one input argument, matrices could be
2813 non square. Moreover, cond function has been updated to
2814 give the possibility to use another norm than the one imposed
2815 (by default 2-norm).
2817 * Bug #11396 fixed - Overloading: toto([])=[] with toto being an mlist failed.
2819 * Bug #11398 fixed - newest produced an incomprehensible error message when
2820 called with a string vector as second input argument.
2822 * Bug #11403 fixed - toprint and Print menu did not work.
2824 * Bug #11409 fixed - xpoly crashed on polyline allocation.
2826 * Bug #11411 fixed - save function used unsigned char to store string length.
2827 Now it is an integer.
2829 * Bug #11420 fixed - When using the event_handler of the default figure, events were not trapped.
2831 * Bug #11422 fixed - datatips did not work when the figure contained uicontrols.
2833 * Bug #11423 fixed - When the variable "a" was selected, all the a characters were
2834 highlighted rather than only the "a" variable.
2836 * Bug #11426 fixed - save function shew a warning message while saving user environment.
2838 * Bug #11434 fixed - After having set the "auto_resize" default figure property
2839 to "off", plot was no longer possible.
2841 * Bug #11443 fixed - There was no way to set default language by the preferences under
2844 * Bug #11449 fixed - color function created a figure when no current figure
2847 * Bug #11450 fixed - Logarithmic ticks were not sorted.
2849 * Bug #11452 fixed - The use of diag optional argument in lsqrsolve produced an error.
2851 * Bug #11457 fixed - gsort crashed when getting string data from stack after big stacksize.
2853 * Bug #11459 fixed - varname, command, constant and option docbook tags were not
2856 * Bug #11460 fixed - In the console, scrollbar was not updated if nothing was
2857 entered at the prompt.
2859 * Bug #11466 fixed - fscanf was not set as obsolete as it should have been.
2861 * Bug #11469 fixed - The drawing, using xfpolys, was incremental instead of drawing
2864 * Bug #11472 fixed - Old menus were not removed before adding the new ones in default figure.
2866 * Bug #11481 fixed - The title of axes was in front of plots.
2868 * Bug #11482 fixed - The two plots drawn in Graphics/Complex elementary function/Custom
2869 demonstration were too small.
2871 * Bug #11485 fixed - delete function deleted axes identifier before using it.
2873 * Bug #11486 & #11487 fixed - When a list was inserted into itself,
2874 it produced Segfault or infinite loop.
2876 * Bug #11488 fixed - Java exception led to a segfault in -ns mode when something
2877 was typed in the console.
2879 * Bug #11489 fixed - 'SliderStep' property was ignored for uicontrols.
2881 * Bug #11490 fixed - comet produced wrong display with matrix inputs.
2883 * Bug #11502 fixed - Some Java debug information was displayed when playing with
2886 * Bug #11506 fixed - "Rendu d'子uations math士atiques dans le graphique Scilab"
2887 were missing some closure tags in the examples.
2889 * Bug #11509 fixed - A progression bar was missing during ATOMS operations.
2891 * Bug #11515 fixed - checkVarDimension help page added and getNbInputArgument and
2892 getNbOutputArgument help pages updated.
2894 * Bug #11517 fixed - Bad formatting fixed in the French version of getenv help page.
2896 * Bug #11519 fixed - The colored lines in the legend of nyquist plot were inverted.
2898 * Bug #11529 fixed - Only 512 chars could be entered in the console, now it is
2901 * Bug #11532 fixed - Update of mkdir English and French help pages.
2903 * Bug #11533, #11652 and #11653 fixed - typos in messages of eigs function fixed,
2904 eigs help page updated and optional booleans in eigs are boolean by
2905 default to be consistent with Scilab's own data types.
2907 * Bug #11534 fixed - getshortpathname and getlongpathname documentation updated to be clearer
2908 about what happens on other OS than Windows.
2910 * Bug #11535 fixed - listfiles used on multiple folders could return unusable results.
2912 * Bug #11537 fixed - In SciNotes, it was not possible to modify font size with
2915 * Bug #11538 fixed - xxxWideString functions (API Scilab) did not check to_wide_string
2916 conversion (crashed under GNU/Linux & Mac OS X).
2918 * Bug #11544 fixed - ilib_gen_cleaner did not add command to remove "Debug" and
2919 "Release" folder under Windows.
2921 * Bug #11547 fixed - _() moved into gettext() help page.
2923 * Bug #11553 fixed - The uicontextmenu handles (and their children) were not
2924 deleted at the end of execution.
2926 * Bug #11554 fixed - After using xcosPalAdd, a message was displayed on 'quit'.
2928 * Bug #11558 fixed - Typo in helptools module fixed.
2930 * Bug #11563 fixed - Button was called "Open" (instead of "Save") in the GUI
2931 used to select a file name for graphic export.
2933 * Bug #11568 fixed - In SciNotes, only N-1 whites were used for a tab when N
2936 * Bug #11578 fixed - dir function under Windows took into account the
2937 case to sort the results.
2939 * Bug #11582 fixed - Typo fixed in strchr help page.
2941 * Bug #11592 fixed - The example in bessel help page failed.
2943 * Bug #11597 fixed - Under Mac OS X, the Preferences window was not available
2944 through the standard shortcut "CMD + ,".
2946 * Bug #11604 fixed - Some items were not localized in "Scilab Preferences" window.
2948 * Bug #11606 fixed - exit() was too slow in nw mode when driver("png") was set.
2950 * Bug #11612 fixed - Index of the max value of a negative sparse was wrong.
2952 * Bug #11618 fixed - A(:) returned wrong values when A was a complex sparse matrix.
2954 * Bug #11619 fixed - titlepage("Text"): the font size was no longer maximized to fit the figure's sizes.
2956 * Bug #11628 fixed - Clearing a shortcut did not work in Preferences.
2958 * Bug #11640 fixed - Same behavior as in Scilab 5.3.3 plugged back at STDIN closure.
2960 * Bug #11641 fixed - In xmltoformat, parsing of the CHAPTER files was too strict.
2962 * Bug #11645 fixed - Short description was wrong in atomsGetLoadedPath help page.
2964 * Bug #11647 fixed - The phrase "The system cannot find the file specified." in
2965 rmdir was not localized.
2967 * Bug #11654 fixed - Rendering of the title of genetic algorithms help pages improved.
2969 * Bug #11655 fixed - external_object help chapter was empty.
2971 * Bug #11657 fixed - Setting the callback_type property of an uicontrol was not
2974 * Bug #11659 fixed - twinkle displayed warning messages about show_pixmap function.
2976 * Bugs #11666, #11667 and #11670 to 11676 fixed - Add examples in signal processing help pages.
2978 * Bug #11683 fixed - figure_properties help page did not explain what happens
2979 when the event_handler and closerequestfcn properties were both set.
2981 * Bug #11684 fixed - mfft failed due to MKL fftw library restrictions.
2983 * Bug #11685 fixed - gcbo variable was not defined when executing functions set
2984 for "closerequestfcn" and "resizefcn" properties.
2986 * Bug #11686 fixed - An error occurred when clicking outside of an uicontextmenu area.
2988 * Bug #11688 fixed - The example in example_run help page failed.
2990 * Bug #11697 fixed - ATOMS modules are now listed in the "Toolboxes" menu when
2991 they are not automatically loaded.
2993 * Bug #11701 fixed - Under Windows, a carriage return was added in SciNotes each time the file
2996 * Bug #11703 fixed - Exception occurred when text was selected in SciNotes color preferences.
2998 * Bug #11738 fixed - Rendering was of poor quality and very slow when usign xsave/xload.
3000 * Bug #11745 fixed - Scilab export functions did not export in EPS but in PS.
3002 * Bug #11760 fixed - Exceptions were thrown when trying to display invalid
3005 * Bug #11761 fixed - There was an exception in rendering MathML.
3007 * Bug #11763 fixed - In SciNotes, number of recently opened files set in
3008 preferences was not taken into account.
3010 * Bug #11764 fixed - ispc (Matlab to Scilab Conversion Tips) help page was not updated regarding the
3013 * Bug #11774 fixed - Wrong description in now help page.
3015 * Bug #11787 fixed - There was a problem with toolbar refreshing under Mac OS.
3017 * Bug #11794 fixed - Empty lists could not be saved/loaded to/from SOD files.
3019 * Bug #11802 fixed - mrfit function redefined the diff function.
3021 * Bug #11810 fixed - In EditVar, undesired data were added when the edition
3024 * Bug #11810 fixed - In BrowseVar, contents of "visibility" column were left
3027 * Bug #11810 fixed - In Editvar, under Mac OS, there was no vertical/horizontal
3030 * Bug #11834 fixed - New menu to set font or colors in SciNotes.
3032 * Bug #11838 fixed - Maximized state of a window was not saved in quitting.
3034 * Bug #11840 fixed - In Xcos, dialogs could not be closed on escape.
3036 * Bug #11842 fixed - CTRL+X did not work in Scilab console.
3038 * Bug #11861 fixed - An exception could occur when closing a figure.
3040 * Bug #11865 fixed - There was no information about a LaTeX error in doc
3045 Changes between version 5.4.0-beta-3 and 5.4.0 of Scilab
3046 ========================================================
3052 * New functions added:
3053 - csvRead: Read a CSV file.
3054 - csvWrite: Write data into a CSV file.
3055 - csvTextscan: Transform a CSV line into a matrix.
3056 - csvDefault: Configure the CSV behavior.
3058 * csvRead and cvsWrite provide the same features as read_csv and write_csv
3059 with major improvements in term of usability and performances:
3060 - Writing performances are improved to a 100x factor.
3061 - Reading performances are improved from 3x to 200x factor.
3063 * Bug #8349 fixed - write_csv() failed to support the writing of complexes with
3066 * Bug #8653 fixed - csvRead now returns double values by default.
3067 (read_csv still returns string values)
3069 * Bug #8654 fixed - write_csv did not use the standard separator and decimal mark.
3071 * Bug #8656 fixed - write_csv had accuracy issues.
3073 * Bug #9969 fixed - Issues of performances of CSV functions for large files.
3075 * Bug #10203 fixed - The help pages of CSV function did not detail the encoding
3083 - dct - Discrete cosine transform (based on FFTW library).
3084 - idct - Inverse discrete cosine transform (based on FFTW library).
3085 - dst - Discrete sine transform (based on FFTW library).
3086 - idst - Inverse discrete sine transform (based on FFTW library).
3092 * Scilab can now be installed without administration rights.
3093 In this case, the file association will not be configured.
3095 * ATOMS module is now mandatory and is installed in the minimal installation.
3101 * Bug #9075 fixed - The inverted pendulum demonstration in Xcos/Control systems
3102 opened a useless graphic windows
3104 * Bug #10433 fixed - Xcos stop simulation button did not work properly.
3106 * Bug #10943 fixed - Accented character in the file path broke file loading
3109 * Bug #11717 fixed - Setting recent opened file number in the preferences GUI
3110 was not applied in Xcos menu.
3112 * Bug #11747 fixed - Modelica block text was visible under the block image.
3118 * Update to Scirenderer 1.0.2.
3120 * Update to JLaTeXMath 1.0.0.
3126 * Bug #7874 fixed - qp_solve help page did not give enough information
3129 * Bug #8799 fixed - gsort did not work with hypermatrices.
3131 * Bug #10346 fixed - An uicontrol was visible during a few milliseconds even if
3132 its "Visible" property was set to "off".
3134 * Bug #10559 fixed - Spectral estimation demonstration failed if the graphic
3137 * Bug #10840 fixed - Keyboard arrows were disabled on 'Slider' uicontrols.
3139 * Bug #10885 fixed - Renamed "Exit" to "Exit Scinotes" in Scinotes.
3141 * Bug #11257 fixed - Memory leaks fixed in Scilab graphics.
3143 * Bug #11293 fixed - Line style was not taken into account.
3145 * Bug #11298 fixed - Listboxes callback was executed several times for one action.
3147 * Bug #11489 fixed - 'SliderStep' property was ignored for uicontrols.
3149 * Bug #11558 fixed - Typo in helptools module fixed.
3151 * Bug #11657 fixed - Setting the callback_type property of an uicontrol was not
3154 * Bug #11684 fixed - mfft failed due to MKL fftw library restrictions.
3156 * Bug #11688 fixed - The example in example_run help page failed.
3158 * Bug #11794 fixed - Empty lists could not be saved/loaded to/from SOD files.
3160 * Bug #11802 fixed - mrfit function redefined the diff function.
3162 * Bug #11810 fixed - In EditVar, undesired data were added when the edition
3165 * Bug #11810 fixed - In BrowseVar, contents of "visibility" column were left
3168 * Bug #11810 fixed - In Editvar, under Mac OS, there was no vertical/horizontal
3171 * Bug #11834 fixed - New menu to set font or colors in SciNotes.
3173 * Bug #11838 fixed - Maximized state of a window was not saved in quitting.
3175 * Bug #11840 fixed - In Xcos, dialogs could not be closed on escape.
3177 * Bug #11842 fixed - CTRL+X did not work in Scilab console.
3179 * Bug #11861 fixed - An exception could occur when closing a figure.
3181 * Bug #11865 fixed - There was no information about a LaTeX error in doc
3185 Changes between version 5.4.0-beta-2 and 5.4.0-beta-3 of Scilab
3186 ===============================================================
3191 * Bug #10041 fixed - WFILE_f block was not declared as deprecated.
3193 * Bug #10781 fixed - DFlipflop incorrectly reported problem for port size or type.
3195 * Bug #11735 fixed - Output sink name was not reported as figure name.
3197 * Bug #11737 fixed - Incompatibility between a Xcos menu and its help page description.
3199 * Bug #11746 fixed - Closing the palette window with the crossing box
3200 did not update the checkbox in Xcos "View" menu.
3206 * config function is now obsolete and will be removed in Scilab 5.4.1.
3207 Please use 'preferences' instead.
3209 * dnaupd, dneupd, dsaupd, dseupd, znaupd and zneupd deprecated for eigs.
3215 * Categories have been created for the following modules help pages:
3216 - Signal processing. See bug #11661.
3217 - Functions (libraries sub-category). See bug #11642.
3218 - Linear algebra. See bug #11562.
3219 - Special functions. See bug #11643.
3220 - Functions. See bug #11722.
3221 - Input/Output functions. See bug #11726.
3223 * Elementary functions module help pages have been better organized.
3226 * Automatic spelling corrections for Scilab Online help - http://help.scilab.org/
3232 * Scilab dependency on Java HDF has been removed.
3234 * Update to Scirenderer 0.5.7.
3236 * Update to JOGL 2.0 rc9
3242 * cond function updated to take into account a second input argument (See SEP #85)
3248 * Bug #4337 fixed - who_user did not return user's variable names but
3249 only displayed them.
3251 * Bug #7674 fixed - In all Optimization and Simulation demonstrations, the source
3252 code was displayed by default.
3253 A messagebox now lets the choice to the user to display the
3256 * Bug #8151 fixed - Under Mac OS X, "Scilab/Quit Scilab" and "File/Quit" items were
3259 * Bug #8488 fixed - NaN values were propagated when min/max were performed between
3262 * Bug #9032 fixed - The rectangular contour of a 'Text' object did not fit the text
3265 * Bug #9204 fixed - The Frobenius norm of a complex vector was numerically complex.
3267 * Bug #9616 fixed - In qp_solve help page, the input arguments in calling
3268 sequence did not match those in arguments section.
3270 * Bug #9693 fixed - The default value of epsg in optim help page was %eps.
3272 * Bug #9976 fixed - cdfbet function returned wrong value instead of 0.
3274 * Bug #10178 fixed - norm function returned the message "division by zero" for
3275 some sparse matrices.
3277 * Bug #10677 fixed - %to_6=%to_e, crashed Scilab under Windows x64 version.
3279 * Bug #11390 fixed - When cond function had one input argument, matrices could be
3280 non square. Moreover, cond function has been updated to
3281 give the possibility to use another norm than the one imposed
3282 (by default 2-norm).
3284 * Bug #11411 fixed - save function used unsigned char to store string length.
3285 Now it is an integer.
3287 * Bug #11426 fixed - save function shew a warning message while saving user environment.
3289 * Bug #11509 fixed - A progression bar was missing during Atoms operations.
3291 * Bug #11533, #11652 and #11653 fixed - typos in messages of eigs function fixed,
3292 eigs help page updated and optional booleans in eigs are boolean by
3293 default to be consistent with Scilab's own data types.
3295 * Bug #11554 fixed - After using xcosPalAdd, a message was displayed on 'quit'.
3297 * Bug #11568 fixed - In SciNotes, only N-1 whites were used for a tab when N
3300 * Bug #11592 fixed - In the documentation, example of bessel failed.
3302 * Bug #11597 fixed - Under Mac OS X, the Preferences window was not available
3303 through the standard shortcut "CMD + ,".
3305 * Bug #11604 fixed - Some items were not localized in "Scilab Preferences" window.
3307 * Bug #11606 fixed - exit() was too slow in nw mode when driver("png") was set.
3309 * Bug #11612 fixed - Index of the max value of a negative sparse was wrong.
3311 * Bug #11618 fixed - A(:) returned wrong values when A was a complex sparse matrix.
3313 * Bug #11619 fixed - titlepage("Text"): the font size was no longer maximized to fit the figure's sizes.
3315 * Bug #11628 fixed - Clearing a shortcut did not work is Preferences.
3317 * Bug #11640 fixed - Same behavior as in Scilab 5.3.3 plugged back at STDIN closure.
3319 * Bug #11641 fixed - In xmltoformat, parsing of the CHAPTER files was too strict.
3321 * Bug #11645 fixed - Short description was wrong in atomsGetLoadedPath help page.
3323 * Bug #11647 fixed - The phrase "The system cannot find the file specified." in
3324 rmdir was not localized.
3326 * Bug #11654 fixed - Rendering of the title of genetic algorithms help pages improved.
3328 * Bug #11655 fixed - external_object help chapter was empty.
3330 * Bug #11659 fixed - twinkle displayed warning messages about show_pixmap function.
3332 * Bugs #11666, #11667 and #11670 to 11676 fixed - Add examples in signal processing help pages.
3334 * Bug #11683 fixed - figure_properties help page did not explain what happens
3335 when the event_handler and closerequestfcn properties were both set.
3337 * Bug #11685 fixed - gcbo variable was not defined when executing functions set
3338 for "closerequestfcn" and "resizefcn" properties.
3340 * Bug #11686 fixed - An error occurred when clicking outside of an uicontextmenu area.
3342 * Bug #11697 fixed - ATOMS modules are now listed in the "Toolboxes" menu when
3343 they are not automatically loaded.
3345 * Bug #11701 fixed - Under Windows a carriage return was added in SciNotes each time the file
3348 * Bug #11703 fixed - Exception occurred when text was selected in SciNotes color preferences.
3350 * Bug #11738 fixed - Rendering was of poor quality and very slow when usign xsave/xload.
3352 * Bug #11745 fixed - Scilab export functions did not export in EPS but in PS.
3354 * Bug #11760 fixed - Exceptions were thrown when trying to display invalid
3357 * Bug #11761 fixed - There was an exception in rendering MathML.
3359 * Bug #11763 fixed - In SciNotes, number of recently opened files set in
3360 preferences was not taken into account.
3362 * Bug #11764 fixed - ispc (Matlab to Scilab Conversion Tips) help page was not updated regarding the
3365 * Bug #11774 fixed - Wrong description in now help page.
3367 * Bug #11787 fixed - There was a problem with toolbar refreshing under Mac OS.
3370 Changes between version 5.4.0-beta-1 and 5.4.0-beta-2 of Scilab
3371 ===============================================================
3377 * Help pages updated with examples and translated into French:
3378 - WFILE_f - Block to write to output file
3379 - WRITEC_f - Block to write C binary file
3381 * Bug #8510 fixed - The message "Diagram contains implicit blocks..." stopped
3384 * Bug #9290 fixed - HALT blocks displayed STOP.
3386 * Bug #9496 fixed - Xcos flag 5 (ending) was not called when simulation was
3387 stopped from the user interface.
3389 * Bug #11132 fixed - Some help pages were missing: standard_origin, ...
3391 * Bug #11494 fixed - Xcos PDE block could not open UIcontrol to set parameter.
3393 * Bug #11518 fixed - When zooming on CLR block-text, the block was outside the box.
3395 * Bug #11550 fixed - Closing the scope graph while running simulation led to a
3402 * preferences() function added to open the Preferences window.
3408 * Javasci version 1 removed (deprecated in Scilab 5.3.0).
3414 * Tag <scilab:image> added. This tag will perform the graphic rendering of
3415 a Scilab code and include the result into the help page as a sample image.
3417 * With the <scilab:image> tag, all graphic and trigonometric help pages
3418 now contain a sample image.
3420 * Management of <varname>, <command>, <function> and <constant> Docbook tags.
3423 * help_from_sci updated to manage recent changes in docbook Scilab files.
3425 * Categories have been created for the following modules help pages:
3426 - Scilab. See bug #11546.
3427 - Statistics. See bug #9108.
3428 - Genetic algorithms. See bug #11514.
3429 - Simulated annealing. See bug #11560.
3435 * fft function based on fftw updated and improved (See SEP#84):
3436 - Take data symmetry into account,
3437 - Include hard coded multivariate fft.
3443 * Switch to flexdock 1.2.0.
3445 * Switch to Scirenderer 0.5.5.
3447 * BLAS_LIBS variable can now be set by the user (See bug #9824).
3453 * Uicontrols tooltip can now be managed using the new "TooltipString" property.
3455 * Figure closure can now be managed by the user (confirmation, ...) through the
3456 'CloseRequestFcn' property.
3458 * F5 and F6 change the focus of the docked element.
3460 * Improvement in the refresh of the docked elements.
3466 * createpopup function is now obsolete. Please use 'uicontextmenu' instead.
3468 * uipopup function is now obsolete. Please use 'uicontextmenu' instead.
3475 - eigs function added (See SEP #82)
3481 * A fourth argument added to test_run to export test results to XUnit format.
3483 * A new function called example_run has been introduced, this function tests the
3484 examples given in Scilab help pages. See SEP #83.
3490 * General improvements of the show_pca function (See bug #11500):
3491 - Data bounds fixed in the left graph,
3492 - Correlation circle graph improved,
3493 - Eigenvalues graph improved.
3499 * Bug #3235 fixed - In bezout function, wrong typo in the name of a variable
3500 made the calpol unitary test failed.
3502 * Bug #3244 fixed - Error messages in qpsolve and qp_solve functions updated.
3504 * Bug #3787 fixed - Invalid calling sequences removed from schur help page.
3506 * Bug #5675 fixed - Levitron demonstration was failing in some cases.
3508 * Bug #6154, #10850 fixed - arnoldi package help pages updated.
3510 * Bug #6538 fixed - unobs ignored its 'tol' argument when it was given,
3511 and always calculated its own, arbitrary, internal value.
3513 * Bug #6702 fixed - max and min functions returned a scalar in k when the input
3514 argument was the last column of an hypermatrix.
3516 * Bug #7216 fixed - modulo(x,0) and pmodulo(x,0) did not return an error message.
3517 With ieee(2) these functions now return %nan.
3519 * Bug #7251 fixed - Error fixed in qp_solve help page.
3521 * Bug #7763 fixed - mtlb_max and mtlb_min functions did not manage complex
3522 numbers with null imaginary part.
3524 * Bug #7855 fixed - It was not possible to change event function while
3525 the event handler was enabled.
3527 * Bug #7873 fixed - The lagr parameter in qld help page was wrong.
3529 * Bug #7881 fixed - Error in the condition which checks if the second input
3530 argument in lattn function was scalar or not.
3532 * Bug #8101 fixed - median function with a sparse as a first argument did not
3533 return the good result. Moreover, median(sparse, 'r'| 'c') was not
3536 * Bug #8351 fixed - integrate function did not manage properly the optional
3539 * Bug #8399 fixed - setlanguage didn't work when only fr_FR.UTF-8 was available.
3541 * Bug #8640 fixed - histplot function failed when the data vector contained
3544 * Bug #8785 fixed - modulo and pmodulo functions did not check input arguments.
3546 * Bug #9464 fixed - contourf did not work if the "Matlab Compatibility functions
3547 module" was not installed.
3549 * Bug #9824 fixed - BLAS_LIBS variable was overloaded by the configure.
3551 * Bug #9830 fixed - leastsq did not match the information given in optim help page.
3553 * Bug #9884 fixed - Possibility to add a default header on new files in SciNotes
3554 added in Preferences.
3556 * Bug #10150 fixed - Completion help page moved to console chapter.
3558 * Bug #10184 fixed - In messagebox, focus was not set by default on yes or ok
3561 * Bug #10385 fixed - It was not possible to configure default web browser.
3563 * Bug #10479 fixed - max and min functions were incorrect for N-D arrays.
3565 * Bug #10497 fixed - Some special characters were causing issues in phaseplot
3568 * Bug #10595 fixed - In SciNotes, <TAB> did not go to the next tab position.
3570 * Bug #10711 fixed - The textbox of datatip was not displayed in graphics using
3573 * Bugs #10827, #10868 fixed - In SciNotes, strings containing LaTeX disappeared
3576 * Bug #10837 fixed - Font modification in SciNotes preferences did not work.
3578 * Bug #10915 fixed - It was not possible to select several files when using
3579 button "Open file" in console toolbar.
3581 * Bug #10921 fixed - For ill-conditioned matrix, inv function displayed a
3582 wrong value of rcond.
3584 * Bug #11046 fixed - Sometimes, OverLoad(0) did not called %_xxx but %x_xxx.
3586 * Bug #11048 fixed - In SciNotes, comment/uncomment actions did not work
3589 * Bug #11049 fixed - Link to intg help page added in ode help page.
3591 * Bug #11050 fixed - The output argument rd in ode and ode_root help pages was not
3594 * Bug #11069 fixed - An axe could be wrongly set as parent for an uicontrol.
3596 * Bug #11070 fixed - The "Visible"/"Enable"/"Position" properties of a frame
3597 uicontrol did not impact its children.
3599 * Bug #11203 fixed - Description for info output argument was wrong in lsqrsolve help page.
3601 * Bug #11244 fixed - Due to the variable browser, an error was displayed in the console when
3602 deleting a global variable.
3604 * Bug #11300 fixed - freson calculated wrong frequencies in Scilab 5.3.3.
3606 * Bug #11318 fixed - Order of uimenus in a figure changed when adding submenus.
3608 * Bug #11324 fixed - Restoring old files (< 5.4.0 format) could fail due to new
3609 mechanism in SOD file loading.
3611 * Bug #11326 fixed - set(h, "enable", "off") and set(h, "visible", "off") had no
3612 effect after menu creation.
3614 * Bug #11328 fixed - strsplit returned a wrong error message when the second input
3615 argument contained wrong values.
3617 * Bug #11330 fixed - oldplot function removed.
3619 * Bug #11331 fixed - graypolarplot returned an error about an unknown property.
3621 * Bug #11332 fixed - Default usage of contour2d was producing some errors.
3623 * Bug #11333 fixed - Missing argument number checking in comet added.
3625 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
3626 margins had been modified.
3628 * Bug #11346 fixed - Error messages added in cosm function in case of bad
3631 * Bug #11349 fixed - There was an error when the path to external editor contained
3634 * Bug #11360 fixed - In some help pages, f in calling sequence was named mtx in
3635 the parameter section.
3637 * Bug #11369 fixed - colordef("black") returned an error about an unknown property.
3639 * Bug #11372 fixed - Calling odeoptions returned an error.
3641 * Bug #11385 fixed - length returned a wrong error message when called without
3644 * Bug #11388 fixed - Calling xsetech(frect=[0,0,100,100]) failed.
3646 * Bug #11396 fixed - Overloading: toto([])=[] with toto being an mlist failed.
3648 * Bug #11398 fixed - newest produced an incomprehensible error message when
3649 called with a string vector as second input argument.
3651 * Bug #11403 fixed - toprint and Print menu did not work.
3653 * Bug #11409 fixed - xpoly crashed on polyline allocation.
3655 * Bug #11420 fixed - When using the event_handler of the default figure, events were not trapped.
3657 * Bug #11422 fixed - datatips did not work when the figure contained uicontrols.
3659 * Bug #11423 fixed - When the variable "a" was selected, all the a characters were
3660 highlighted rather than only the "a" variable.
3662 * Bug #11434 fixed - After having set the "auto_resize" default figure property
3663 to "off", plot was no longer possible.
3665 * Bug #11443 fixed - There was no way to set default language by the preferences under
3668 * Bug #11449 fixed - color function created a figure when no current figure
3671 * Bug #11450 fixed - Logarithmic ticks were not sorted.
3673 * Bug #11452 fixed - The use of diag optional argument in lsqrsolve produced an error.
3675 * Bug #11457 fixed - gsort crashed when getting string data from stack after big stacksize.
3677 * Bug #11459 fixed - varname, command, constant and option docbook tags were not
3680 * Bug #11460 fixed - In the console, scrollbar was not updated if nothing was
3681 entered at the prompt.
3683 * Bug #11466 fixed - fscanf was not set as obsolete as it should have been.
3685 * Bug #11469 fixed - The drawing, using xfpolys, was incremental instead of drawing
3688 * Bug #11472 fixed - Old menus were not removed before adding the new ones in default figure.
3690 * Bug #11481 fixed - The title of axes was in front of plots.
3692 * Bug #11482 fixed - The two plots drawn in "Graphics/Complex elementary function/Custom"
3693 demonstration were too small.
3695 * Bug #11485 fixed - delete function deleted axes identifier before using it.
3697 * Bug #11486 & #11487 fixed - When a list was inserted into itself,
3698 it produced Segfault or infinite loop.
3700 * Bug #11488 fixed - Java exception led to a segfault in -ns mode when something
3701 was typed in the console.
3703 * Bug #11490 fixed - comet produced wrong display with matrix inputs.
3705 * Bug #11502 fixed - Some Java debug information was displayed when playing with
3708 * Bug #11506 fixed - "Rendu d'équations mathématiques dans le graphique Scilab"
3709 were missing some closure tags in the examples.
3711 * Bug #11515 fixed - checkVarDimension help page added and getNbInputArgument and
3712 getNbOutputArgument help pages updated.
3714 * Bug #11517 fixed - Bad formatting fixed in the French version of getenv help page.
3716 * Bug #11519 fixed - The colored lines in the legend of nyquist plot were inverted.
3718 * Bug #11529 fixed - Only 512 chars could be entered in the console, now it is
3721 * Bug #11532 fixed - Update of mkdir English and French help pages.
3723 * Bug #11534 fixed - getshortpathname and getlongpathname documentation updated to be clearer
3724 about what happens on other OS than Windows.
3726 * Bug #11535 fixed - listfiles used on multiple folders could return unusable results.
3728 * Bug #11537 fixed - In SciNotes, it was not possible to modify font size with
3731 * Bug #11538 fixed - xxxWideString functions (API Scilab) did not check to_wide_string
3732 conversion (crashed under GNU/Linux & Mac OS X).
3734 * Bug #11544 fixed - ilib_gen_cleaner did not add command to remove "Debug" and
3735 "Release" folder under Windows.
3737 * Bug #11547 fixed - _() moved into gettext() help page.
3739 * Bug #11553 fixed - The uicontextmenu handles (and their children) were not
3740 deleted at the end of execution.
3742 * Bug #11563 fixed - Button was called "Open" (instead of "Save") in the GUI
3743 used to select a file name for graphic export.
3745 * Bug #11578 fixed - dir function under Windows took into account the
3746 case to sort the results.
3748 * Bug #11582 fixed - Typo fixed in strchr help page.
3751 Known Incompatibilities
3752 =======================
3754 * In previous versions, modulo(x,0) and pmodulo(x,0) returned x. But this solution is
3755 not correct. Indeed, the expression used to compute the modulo is x - y * int(x / y)
3756 for the modulo function and x - y * floor(x / y). Now, they return an error and
3757 %nan with ieee(2). See bug #7216.
3759 * In previous versions, newest function could be called with a string vector
3760 as second (up to last) input argument. In these cases, only the first string of
3761 the vector was taken into account. These calls now return an error. See bug #11398.
3763 * Setting the "foreground" property for a figure was possible even if it was not
3764 officially supported or documented. An error is now returned.
3765 Please use the axes "foreground" property instead. See bug #11369.
3768 Changes between version 5.4.0-alpha-1 and 5.4.0-beta-1 of Scilab
3769 ================================================================
3775 * Entire refactoring of Scilab graphic capabilities in order to solve the known issues
3776 of graphical cards compatibilities and many Scilab crashes.
3778 * Based on SciRenderer (rendering library based on JoGL), Scilab graphics have
3779 been rewritten to provide new graphic functionalities with:
3780 - better performances,
3782 - 2-D zoom using the mouse wheel,
3783 - new 3-D zoom capabilities,
3784 - rotation available through the mouse right-click.
3785 SciRenderer is a free and open-source library developed by Scilab Enterprises
3786 for 2-D and 3-D rendering of scientific data.
3788 * Improved graphic exports:
3789 - Off-screen export (Scilab will not open a window to export with driver).
3790 - New bitmap formats supported: PNG, JPEG and BMP in the driver function.
3791 - New vectorial formats supported: PDF and SVG in the driver function.
3792 - Many portability issues fixed.
3795 * Bug #4289 fixed - Graphic exports were not working when the drawlater or the
3796 pixmap modes were activated.
3798 * Bug #4339 fixed - listvarinfile did not manage graphic handles.
3800 * Bug #4818 fixed - Scilab could not export graphics which contained a lot of information.
3802 * Bug #6582 fixed - A copy of a handle did not keep foreground property.
3804 * Bug #6644 fixed - New graphic windows take care of default figure properties (uimenu).
3806 * Bug #7998 fixed - %h_get failed on heterogeneous handle matrix.
3808 * Bug #8241 fixed - Graphical properties were not always inherited.
3810 * Bug #8250, #10567, #10614 fixed - Artefacts dropped on the
3811 vectorial (EPS/PDF/SVG) exports.
3813 * Bug #8705 fixed - Some specific graphics could not be saved.
3815 * Bug #8916 fixed - Menu to export in PS format was missing in graphic figures.
3817 * Bug #9721 fixed - Documentation improved on tight_limits. Thanks to Samuel
3820 * Bug #10240 fixed - In a Scilab localized in French, SVG export could use "," instead
3821 of "." for numerical separator.
3823 * Bug #10290 fixed - Error message for bad assignement of interp_color_vector updated.
3825 * Bug #10360 fixed - Default format for export is now PNG instead of BMP.
3827 * Bug #10365 fixed - To copy a handle to a figure (instead of an axes) crashed Scilab.
3829 * Bug #10395 fixed - xset("clipping", [1,2,3,4]) returned an error.
3831 * Bug #10417 fixed - xget("background") returned a wrong value.
3833 * Bug #10637 fixed - xs2svg crashed when first input argument was not a figure handle.
3834 An error message is now displayed.
3840 * A 'Console' handle has been created and can be obtained by calling get(0):
3841 - uimenus now appear as 'Children' of this handle when they are added to the
3843 - the 'ShowHiddenHandles' property enables the user to make some hidden
3844 graphic objects visible.
3846 * Scilab Console and graphic figure menus are now uimenus. They are hidden by
3847 default. To see them in the children list, use set(get(0), "ShowHiddenHandles", "on")
3849 * New uicontrols added:
3850 - 'image' style uicontrol: display, transformation and various other
3851 operations on images.
3852 - 'table' style uicontrol: display data in a table form (read-only in Scilab
3853 5.4.0-BETA-1 version).
3855 * The 'Value' property can now contain non-integer values and allows to take full
3856 advantage of 'slider' style uicontrols (See bug #7380).
3858 * Figure resizing can now be managed by the user (uicontrol position setting, ...)
3859 through the 'resizefcn' property.
3865 * save/load functions can export/import Scilab data to SOD format:
3866 - Scilab data are saved and loaded using a standard, HDF5-based, documented,
3867 and fully tested: Scilab Open Data format (SOD).
3868 - Graphic handles can be saved under the SOD format.
3869 - 'save' writes data to HDF5 format when using new calling sequence
3870 save("filename.sod", "a", "b", "c"). This format is Scilab 6 compatible.
3871 - 'save' displays a message when using old calling sequence
3872 save("filename", a, b, c) and writes data in old Scilab binary format.
3873 This format will not be supported by Scilab 6.
3874 - The 'matfile2sci' function now converts MAT-files to SOD files.
3876 * Calling load with a file descriptor as first input argument is now obsolete.
3877 Please replace the file descriptor by the corresponding file name.
3878 This feature will be removed in Scilab 6.0.0
3880 * Update the default size of the Scilab stack to 100 million elements (instead of
3881 50M). See stacksize help page for more information.
3883 * Scilab Desktop provides a button in dockbar to get the help about the component.
3885 * External modules are managed out of the box by test_run function. See bug #9834.
3886 Example: test_run('SCI/contrib/toolbox_skeleton')
3892 * xmlClose renamed in xmlDelete and xmlGetOpenStreams in xmlGetOpenDocs.
3894 * Bug #10185 fixed - Add xmlDelete("all") in xml.quit.
3896 * Bug #10594 fixed - size could not be used with two arguments on XMLList.
3898 * Bug #10630 fixed - Typo fixed in an error message.
3900 * Bug #10670 fixed - Crash avoided when xmlRead had an argument with a bad size.
3902 * Bug #11250 fixed - Avoid a crash when an error is met during xmlValidation.
3908 * Management of Docbook tags <note>, <caution>, <warning>, <important> and
3909 <tip>. See bug #10505.
3911 * Function help_skeleton extended to suggest the <revhistory>, <latex>, <note>,
3912 <caution>, <warning>, <important> and <tip> tags in examples.
3914 * Scilab documentation is now available in Russian. Many thanks to Stanislav Kroter.
3916 * Many errors have been fixed in Scilab documentation:
3917 - Wrong calling sequences
3918 - Errors in examples
3926 * DEBUG_SCILAB_DYNAMIC_LINK was not available under GNU/Linux or Mac OS X.
3932 * Major performance improvements on the simulation start-up. On important diagrams,
3933 the gain is very important (from minutes to milliseconds). See bug #8188.
3935 * Performance improvements on diagram saving/loading.
3937 * A compressed file format is now available (ZCOS) and allows more flexibility on
3940 * Ports styles and labels are now available to external modules.
3942 * New examples are provided in the help pages of the following blocks:
3943 - ABS_VALUE - Absolute value
3944 - EVTDLY_c - Event delay
3945 - AFFICH_m - Display value
3946 - CLSS - Continuous state-space system
3947 - SELECT_m - Selector block
3948 - NEGTOPOS_f - Threshold negative to positive
3950 * External modules should be updated to use the new Scilab Open Data format
3951 instead of the previous HDF5 format.
3953 * Bug #6201 fixed - Block help menu had no shortcut.
3955 * Bug #6733 fixed - Each call to Xcos created an empty diagram.
3957 * Bug #7539 fixed - Interaction with some blocks was slowed down.
3959 * Bug #7863 fixed - Default path for code generation was SCI instead of pwd() or
3962 * Bug #8188 fixed - Xcos to Scilab export took too much time.
3964 * Bug #8295 fixed - Save compressed Xcos file set as default.
3966 * Bug #8600 fixed - Closing Xcos did not end the simulation.
3968 * Bug #8744 fixed - Solving the initialization problem more than once crashed
3971 * Bug #9131 fixed - PULSE_SC has been added to the Source palette.
3973 * Bug #10081 fixed - Palette configuration saving could produce an invalid
3976 * Bug #10107 fixed - Default value of the Integrator Absolute Tolerance was
3977 too large. It has been reduced to 1e-6.
3979 * Bug #10246 fixed - PROD_f block was broken.
3981 * Bug #10333 fixed - Labeling I/O blocks on a super block produced wrong port
3982 labeling when ports had not the same types.
3984 * Bug #10340 fixed - Exception occurred while moving the palette split pane to
3985 hide the block list and while using a palette diagram.
3987 * Bug #10393 fixed - Block style was not updated on palette loading.
3989 * Bug #10419 fixed - Exception occurred while refusing to create a new empty
3992 * Bug #10422 fixed - Exception occurred when exporting with an unspecified
3995 * Bug #10461 fixed - Canceling a Quit operation did not work.
3997 * Bug #10486 fixed - importXcosDiagram opened a tab.
3999 * Bug #10496 fixed - Wrong error message fixed in xcosValidateBlockSet.
4001 * Bug #10510 fixed - Unused variables were generated by Xcos at start-up.
4003 * Bug #10533 fixed - Some action shortcuts were not disabled when editing a text
4006 * Bug #10657 fixed - CONSTRAINT_c had no icons on a graph.
4008 * Bug #10679 fixed - blocks_link.tst failed.
4010 * Bug #10697 fixed - post_xcos_simulate function did not work with a TOWS_c block
4013 * Bug #10800 fixed - xcosPalAddBlock help example did not work.
4015 * Bug #10812 fixed - cos and cosf files loading did not use a direct handler.
4017 * Bug #10848 fixed - The first Drag'n Drop of a block produced an exception.
4019 * Bug #11094 fixed - Image creation of blocks did not use xinit / xend.
4025 * Scilab now uses the ARPACK-ng package maintained by Scilab Enterprises.
4027 * An option --without-arpack-ng has been added to disable the Arnoldi features.
4029 * HDF5 is now a mandatory dependency of Scilab (even in a minimal build)
4031 * Bug #11060 fixed - ccache use can be disabled with --disable-ccache .
4034 Elementary Functions
4035 ====================
4038 - dec2base function added (See SEP #75)
4039 - nthroot function added (See SEP #78)
4041 * linspace and logspace deprecate the use of non-integer values as third input argument.
4043 * The toeplitz macro is now vectorized.
4049 * qmr function updated and modified.
4050 Calling qmr(F, Fp, x) where F is a function returning A*x
4051 and Fp a function returning A'*x is deprecated.
4052 Use qmr(F, x) instead where F prototype is
4053 function y = F(x, t)
4056 where t is used to make F return A*x or A'*x.
4057 Same behavior has been implemented for qmr( ..., M1, M1p, M2, M2p).
4058 See qmr help page for examples and details.
4061 CLI Console (GNU/Linux and Mac OS X only)
4062 =========================================
4064 * Wide characters supported.
4066 * Multiline command supported.
4068 * Command line display improved.
4070 * List of shortcuts in NW/NWNI mode:
4071 - CTRL+W removes the previous word.
4072 - CTRL+U removes everything from the current position to the beginning of
4074 - UP or Ctrl+P recalls previous line.
4075 - DOWN or Ctrl+N recalls next line.
4076 - TAB for completion. Scilab displays a list of all names (functions, variables) that
4077 start with the characters already typed by the user.
4078 - Ctrl + A or HOME moves the cursor to beginning of current line.
4079 - Ctrl + B or LEFT moves the cursor one character to the left.
4080 - Ctrl + D or DELETE deletes the current character.
4081 - Ctrl + E or END moves the cursor to the end of command line.
4082 - Ctrl + F or RIGHT moves the cursor one character to the right.
4083 - Ctrl + H or BACKSPACE deletes the previous character.
4084 - Ctrl + K kills command line from cursor to the end.
4085 - Alt+B or Ctrl+LEFT moves left one word.
4086 - Alt+F or Ctrl+RIGHT moves right one word.
4088 * Bug #3108 fixed - Some specific chars in the terminal were not correctly
4089 removed by the backspace.
4091 * Bug #3400 fixed - Long lines in the history broke the display.
4093 * Bug #6804 fixed - Prompt was removed in cli mode when playing with arrow keys.
4099 * Shortcuts META+(UP|DOWN) added to navigate between paragraphs.
4101 * Bug #10442 fixed - Sometimes a crash occurred at start-up when Scinotes was
4104 * Bug #10647 fixed - An error message did not respect Scilab localization standard.
4106 * Bug #10889 fixed - Exception about block highlighters was thrown by Scinotes.
4112 * 'hank' function performances improved.
4114 * Using api_scilab, construction of any type of lists is now much faster (300x in some cases).
4120 * New datatypes are now supported:
4121 - sparse and boolean sparse
4122 - tlists, mlists and lists
4125 * If Scilab fails to start because of a memory issue (stacksize), an
4126 InitializationException Java exception is now displayed.
4128 * Bug #10794 fixed - With Scilab built on an Ubuntu 11.10, javasci failed to
4129 load with an undefined symbol
4132 CACSD & Signal Processing
4133 =========================
4136 - conv - discrete 1-D convolution.
4137 - conv2 - discrete 2-D convolution.
4138 - convol2d - discrete 2-D convolution, using fft.
4139 - phaseplot - frequency phase plot.
4140 - xcorr - auto and cross correlation of signals (superseeds corr).
4141 - xcov - auto and cross correlationvariance of signals (superseeds corr).
4142 - arma2ss - conversion of an arma data structure into a state space one.
4144 * 'mtlb_conv' compatibility function is now obsolete. Please use 'conv' instead.
4146 * Bug #10562 fixed - The "CACSD/Robust Control" demo failed.
4148 * Bug #11340 fixed - bode, gainplot, nyquist and plzr without arguments did not show an example.
4154 * 'atomsQuit' function added to allow to call .quit of modules loaded by ATOMS
4155 when user closes Scilab session. See SEP #77.
4157 * tbx_build_loader generates also an unloader.sce to allow to call .quit file of
4160 * ATOMS option 'offLine' has been renamed to 'offline'.
4162 * Bug #8302 fixed - wrong order when loading dependencies
4164 * Bug #9078 fixed - atomsGui took time to start gui.
4166 * Bug #9798 fixed - .quit script of Atoms modules were not evaluated at Scilab quit.
4168 * Bug #10494 fixed - atomsInstall and atomsLoad were not clearly distinguished
4169 in the documentation.
4171 * Bug #10500 fixed - ATOMS module without DESCRIPTION file returned a wrong
4174 * Bug #10707 fixed - atomsInstall failed to use the path shortcut.
4176 * Bug #10846 fixed - atomsSystemUpdate failed.
4177 documentation about 'downloadTimeout' added.
4179 * Bug #10864 fixed - atomsRemove required a network connection to remove a package.
4181 * Bug #10933 fixed - atomsGetConfig did not check the value of input arguments.
4183 * Bug #10957 fixed - atomsInstall required a network connection to install
4186 * Bug #11062 fixed - atomsGetInstalledPath function moved as a public function.
4192 * CallScilab.h removed (was deprecated since Scilab 5.2.0).
4193 Please use call_scilab.h instead.
4195 * 'int getLastErrorValue(void)' function added.
4196 It now returns the last error code generated by Scilab.
4198 * Function 'const char* getLastErrorMessageSingle();' added.
4199 It now returns the last error message generated by Scilab.
4201 * Deprecated functions in call_scilab.h removed : C2F(readmat), C2F(creadmat),
4202 C2F(creadbmat), C2F(creadcmat), C2F(readchain), C2F(creadchain), C2F(creadchains),
4203 GetLengthStringMatrixByName, C2F(matptr), C2F(cmatptr), C2F(cmatcptr), C2F(cmatsptr),
4204 C2F(cmatbptr), getlengthchain
4210 * Bug #2479 fixed - Graphic editor could not be used when format was not format("v",18).
4212 * Bug #2853 fixed - sd2sci.sci removed from sources.
4214 * Bug #3811 fixed - The overloading charcode was wrong for libraries.
4216 * Bug #4806 fixed - If A was a sparse matrix, A^0 returned A and not the identity
4219 * Bug #4813 fixed - Description of type 0 added in type help page.
4221 * Bug #4978 fixed - Icons did not follow the Tango norm.
4223 * Bug #6009 fixed - conv, conv2 and convol2d functions were missing.
4225 * Bug #7167 fixed - Typo fixed in pdiv help page.
4227 * Bug #7380 fixed - 'Value' property for uicontrol was rounded.
4229 * Bug #7490 fixed - %inf had not always the same display.
4231 * Bug #7289 fixed - The handle of the menu was still valid after calling delmenu(console_menu_handle).
4233 * Bug #7728 fixed - rubberbox(): Instantaneous pointer's coordinates are now displayed in the status bar.
4235 * Bug #7779 fixed - genlib did not check input arguments and did not use current
4238 * Bug #7859 fixed - Improvements of "exists" help page.
4240 * Bug #8050 fixed - A weird error message was displayed in some cases.
4242 * Bug #8339 fixed - Default path for the Mac OS X version is now HOME instead
4245 * Bug #8592 fixed - Explicit error message added when macros are not available.
4247 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
4248 simplified and optimized.
4250 * Bug #8651 fixed - The error message of write_csv was wrong.
4252 * Bug #8682 fixed - funcprot did not return the previous value when called with
4255 * Bug #8685 fixed - Lack of consistency in keyword help page.
4257 * Bug #8724 fixed - A critical error with uiget(file|dir) could have occurred.
4259 * Bug #8859 fixed - Some comparison operators between hyper-matrices and 2-D arrays
4262 * Bug #9002 fixed - bsplin3val, cshep2d, eval_cshep2d,interp, interp2d, interp3d,
4263 linear_interp, splin, splin2d, splin3d functions ignored imaginary
4264 part of input arguments without returning an error.
4266 * Bug #9197 fixed - Unitary test examples in toolbox_skeleton
4267 and xcos_toolbox_skeleton did not use assert functions.
4269 * Bug #9255 fixed - Correct bad calling sequence in list_double_writing api help page.
4271 * Bug #9295 fixed - 'base2dec' ignored the fractional part of 'base' input argument.
4273 * Bug #9328 fixed - Scilab randomly crached at start-up under Mac OS X when calling
4274 functions returning no value (lines, modes, banner, ...).
4276 * Bug #9424 fixed - gettext("") did not return "".
4278 * Bug #9502 fixed - 'toolbox' was badly used in assert help pages (replaced by 'module').
4280 * Bug #9520 fixed - Missing named functions added in "API Scilab" help pages.
4282 * Bug #9549 fixed - nthroot function added.
4284 * Bug #9572 fixed - assert_checkerror did not check multi-lines errors.
4286 * Bug #9643 fixed - genetic algorithms demo was not vectorized.
4288 * Bug #9654 fixed - An example in optim help page was poorly implemented.
4290 * Bug #9700 fixed - optim help page contained a mistake about bounds management.
4292 * Bug #9734 fixed - intsplin help page moved from interpolation to
4293 elementary functions chapter.
4295 * Bug #9735 fixed - Old stack api examples removed.
4297 * Bug #9811 fixed - Output message of fminsearch was wrongly set.
4299 * Bug #9954 fixed - Example added in gmres help page.
4301 * Bug #9953 fixed - Documentation added to the fre input argument of stdevf.
4303 * Bug #9992 fixed - gcbo was not initialized in callbacks for uimenus in console.
4305 * Bug #10017 fixed - The unitary test for bdiag used a "strange" comparison
4308 * Bug #10044 fixed - wfir_gui function rewritten based on uicontrol and documented.
4310 * Bug #10061 fixed - datatipCreate drew the tip in the current axes instead of curve
4313 * Bug #10139 fixed - 'atomsTest' function did not manage specific test names.
4315 * Bug #10236 fixed - exit(-1) prompted for exiting Scilab.
4317 * Bug #10241 fixed - A .scg file could not be opened when a non-ascii character was in the legend.
4319 * Bug #10244 fixed - The install of call_scilab could fail in some cases under
4322 * Bug #10250 fixed - Bug in the detection of the Java path under GNU/Linux fixed.
4324 * Bug #10267 fixed - The help browser did not use the default language at new session start-up.
4326 * Bug #10272 fixed - Examples added in squeeze help page.
4328 * Bug #10281 fixed - lyap function could crash.
4330 * Bug #10303 fixed - test_run ignored "enable_lt" option.
4332 * Bug #10304 fixed - test_run did not return an error if an invalid option was used.
4334 * Bug #10306 fixed - 'isempty' could fail with empty elements in a list.
4336 * Bug #10330 fixed - 'error' did not manage vector of strings as input argument, but
4337 'lasterror' returned vector of strings.
4339 * Bug #10341 fixed - font in help was bold when the font of a text uicontrol
4342 * Bug #10342 fixed - assert_checkerror help file had a wrong format.
4344 * Bug #10345 fixed - uicontrols were not always drawn at the right place.
4346 * Bug #10372 fixed - Dependencies of MALLOC.h removed on Windows.h and machine.h
4349 * Bug #10379 fixed - lines did not manage a 1x2 vector [nc, nl] as input argument.
4351 * Bug #10384 fixed - In exiting, "Close Console" was suggested rather than "Close
4354 * Bug #10396 fixed - Display of a structure with large matrix took too much time.
4356 * Bug #10402 fixed - FileBrowser threw an exception when a filter was set
4357 and the tree was expanded.
4359 * Bug #10408 fixed - In the history browser, the contents were scrolled even if the
4360 knob was not at the bottom.
4362 * Bug #10416 fixed - xmltoformat did not return at the root directory in case of error.
4364 * Bug #10418 fixed - Playsound was failing under Mac OS X. Thanks to
4365 Pierre-Henri Jondot for the patch.
4367 * Bug #10423 fixed - The function browsehistory() to open the history browser was missing.
4369 * Bug #10431 fixed - Navigation in history using CTRL+P or CTRL+N was not available.
4371 * Bug #10439 fixed - stacksize('max') crashed under Windows 64 bit.
4373 * Bug #10440 fixed - 'wfir_gui' generated errors if the view checkbox was selected
4374 and an erronous value was entered.
4376 * Bug #10444 fixed - fullfile did not manage string matrix as last input argument.
4378 * Bug #10449 fixed - At new session start-up, empty tabs could appear if the previous
4379 session has not been properly exited.
4381 * Bug #10450 fixed - Overloading for gamma, dlgamma and gammaln functions for list,
4382 tlist, mlist and hypermatrices types was not allowed.
4384 * Bug #10457 fixed - Reference in fftw help page pointed to a wrong version.
4386 * Bug #10458 fixed - demo_gui did not clear its variables when closing the figure.
4388 * Bug #10465 fixed - Typo fixed in isreal help page.
4390 * Bug #10466 fixed - mgetl detected an error but it did not return an error
4393 * Bug #10471 fixed - %helps_modules was not ignored by default by browsevar.
4395 * Bug #10473 fixed - Error fixed in factorial function help page bibliography.
4397 * Bug #10474 fixed - An exception could be thrown at the history browser
4400 * Bug #10475 fixed - Error fixed in perms function help page.
4402 * Bug #10477 fixed - In ilib_for_link, the display of the error message generated
4403 at configure time made mprintf fail.
4405 * Bug #10482 fixed - Wrong error message in format function fixed.
4407 * Bug #10499 fixed - lincos example in help file returned warning and error.
4409 * Bug #10503 fixed - error(999.666) did trunc error code without an error.
4411 * Bug #10506 fixed - ssprint did not check input arguments.
4413 * Bug #10518 fixed - odeoptions help page was inaccurate.
4415 * Bug #10519 fixed - spec returned a wrong error message when an input argument
4418 * Bug #10520 fixed - The fact that ceil, floor, round or fix could manage complex
4419 matrices was not clearly stated in the documentation.
4421 * Bug #10521 fixed - frexp returned a wrong error message.
4423 * Bug #10523 fixed - The fact that flipdim could manage complex matrices was
4424 not clearly stated in the documentation.
4426 * Bug #10526 fixed - A string was in French in the English help page of cumprod.
4428 * Bug #10532 fixed - In some cases, browsevar cloud crash with some unknown
4431 * Bug #10536 fixed - A string was in French in the English help page of cumsum.
4433 * Bug #10538 fixed - Typos fixed in the help pages of prod and cumprod.
4435 * Bug #10543 fixed - %eps, %pi, %i, %nan, %inf were not documented.
4437 * Bug #10544 fixed - debug did not return the previous value when called with
4440 * Bug #10551 fixed - Issues fixed in the Russian localization.
4442 * Bug #10558 fixed - Tcl/Tk demonstrations did not start.
4444 * Bug #10560 fixed - genetic algorithms demonstrations failed.
4446 * Bug #10564 fixed - atan graphic demonstration was failing due to a too restrictive test
4447 in the linspace function.
4449 * Bug #10565 fixed - The demonstration simulation --> bicycle simulation --> unstable
4452 * Bug #10574 fixed - Runge-Kutta-Method failed for vector [x, 1] with x > 9.
4454 * Bug #10576 fixed - getdate (under Windows) did not manage dates after January 19, 2038
4456 * Bug #10577 fixed - getdate did not check input arguments.
4458 * Bug #10579 fixed - Wrong reference to and function in the help page of prod
4461 * Bug #10588 fixed - Update of waitbar help page to precise that the function returns
4464 * Bug #10626 fixed - taucs_chdel(), umf_ludel() returned an error.
4466 * Bug #10628 fixed - Reference to sci_types enum changed and "see also" section added.
4468 * Bug #10631 fixed - The # sign was missing in some error cases.
4470 * Bug #10632 fixed - Navigation buttons in the file browser did not change the
4471 current Scilab working directory.
4473 * Bug #10634 fixed - dsearch help page referenced an invalid input argument
4476 * Bug #10641 fixed - string(:) gave wrong results.
4478 * Bug #10643 fixed - Bad result when using isreal function with a polynomial
4481 * Bug #10652 fixed - getdebuginfo() did not display TMPDIR value.
4483 * Bug #10654 fixed - dgettext with "scilab" domain did not return the same result
4486 * Bug #10656 fixed - Exception occurred when an empty help browser was closed.
4488 * Bug #10658 fixed - Typos fixed in the bloc2exp help page.
4490 * Bug #10662 fixed - xload did not support tlist for user_data property.
4492 * Bug #10673 fixed - Typos fixed in ssrand help page.
4494 * Bug #10685 fixed - inttrap help page moved to differential equations module.
4496 * Bug #10710 fixed - Wrong error message fixed in xml module.
4498 * Bug #10716 fixed - The help page of acos badly talked about vectors instead of matrices.
4500 * Bug #10717 fixed - Typos fixed in acosd help page.
4502 * Bug #10720 fixed - Typos fixed in acosh help page.
4504 * Bug #10724 fixed - Missing links added in acot help page.
4506 * Bug #10725 fixed - Typos fixed in acot help page.
4508 * Bug #10726 fixed - Missing links added in acsc help page.
4510 * Bug #10727 fixed - Missing links added in asech help page.
4512 * Bug #10728 fixed - Wrong link fixed in asind help page.
4514 * Bug #10729 fixed - Missing links added in asinh help page.
4516 * Bug #10730 fixed - Missing links added in asinhm help page.
4518 * Bug #10731 fixed - Typos fixed in atan help page.
4520 * Bug #10732 fixed - Wrong link fixed in atand help page.
4522 * Bug #10733 fixed - Missing link added in atanm help page.
4524 * Bug #10734 fixed - Missing link added in cos help page.
4526 * Bug #10735 fixed - Missing information added about input argument in cotd help page.
4528 * Bug #10736 fixed - Missing "Arguments" section added in coth help page.
4530 * Bug #10737 fixed - Missing "Arguments" section added in cothm help page.
4532 * Bug #10738 fixed - Typos fixed in cscd help page.
4534 * Bug #10739 fixed - Typos fixed in csgn help page.
4536 * Bug #10740 fixed - Typos fixed in sec help page.
4538 * Bug #10741 fixed - Typos fixed in secd help page.
4540 * Bug #10742 fixed - Missing link added in sin help page.
4542 * Bug #10743 fixed - Wrong link fixed in sind help page.
4544 * Bug #10744 fixed - Typos fixed in sinh help page.
4546 * Bug #10745 fixed - Typos fixed in tand help page.
4548 * Bug #10769 fixed - Dead code removed from bsplin3val.
4550 * Bug #10775 fixed - Scilab icons in filebrowser had a wrong size.
4552 * Bug #10782 fixed - 'iconvert' did not check input arguments.
4554 * Bug #10797 fixed - contour, contour2d, contourf did not check input arguments.
4556 * Bug #10807 fixed - It was not possible to overload fft and fftw for list,
4559 * Bug #10809, #10810 fixed - error_table help page was not up-to-date.
4561 * Bug #10820 fixed - datatipscurve generator was freezing Scilab.
4563 * Bug #10828 fixed - Developer arguments were not displayed in the help of
4566 * Bug #10831 fixed - set("auto_clear", "on") and set("auto_clear", "off") returned an error.
4568 * Bug #10835 fixed - Typo that made the 'atanm' function unusable fixed.
4570 * Bug #10836 fixed - resize_matrix with boolean failed.
4572 * Bug #10839 fixed - dec2hex function was limited to 32 bits.
4574 * Bug #10841 fixed - sliderStep property could not be set with "big" default value.
4576 * Bug #10845 fixed - $ was not documented.
4578 * Bug #10847 fixed - dec2base returned a wrong error message with a complex
4579 number as input argument.
4581 * Bug #10861 fixed - debug([]) returned a wrong error message.
4583 * Bug #10867 fixed - Loading a .scg file failed when the legend contained accentuated characters.
4585 * Bug #10879 fixed - Typo fixed in dec2base help page.
4587 * Bug #10880 fixed - Default start-up directory moved to "My Documents folder"
4588 under Windows for icon shortcut.
4590 * Bug #10881 fixed - Typo fixed in ftest and ftuneq help pages.
4592 * Bug #10904 fixed - Error messages of and() and or() builtin were not standard.
4594 * Bug #10913 fixed - The "View code" button was missing in GUI demos.
4596 * Bug #10928 fixed - Examples of save updated with information to fix trouble under Windows.
4598 * Bug #10966 fixed - linspace was producing some numerical errors on the last
4601 * Bug #10982 fixed - Completion failed when a space was used before the command.
4603 * Bug #11010 fixed - Examples of preconditioning added in gmres help page.
4605 * Bug #11029 fixed - Execution path to TMPDIR fixed in the example given in dae help page.
4607 * Bug #11055 fixed - 'string' function did not manage implicit size type as
4610 * Bug #11076 fixed - mlist('r'), tlist('r') returned a wrong error message.
4612 * Bug #11077 fixed - rlist() returned an error.
4614 * Bug #11081 fixed - movefile, copyfile did not support '~', 'TMPDIR',
4615 shortcuts in filenames.
4617 * Bug #11090 fixed - Typo fixed in event_handler_function help page.
4619 * Bug #11093 fixed - isNamedVarExist() did not search in builtin functions names.
4621 * Bug #11105 fixed - Crash with color_flag 3 fixed.
4623 * Bug #11114 fixed - Using load(file_descriptor, ...) is now obsolete.
4625 * Bug #11115 fixed - A graphic window was opened with two xend().
4627 * Bug #11126 fixed - Error messages improved.
4629 * Bug #11129 fixed - lapackscilab.sce could not be run outside its location.
4631 * Bug #11138 fixed - a = list() crashed under Windows 64 bits.
4633 * Bug #11154 fixed - Grid color hid the plots in Graphics/2D & 3D plots/plot2d demonstrations.
4635 * Bug #11166 fixed - datatipRemove example did not work.
4637 * Bug #11167 fixed - datatipRemoveAll example did not work.
4639 * Bug #11175 fixed - xstringl example did not work.
4641 * Bug #11186 fixed - 'typeof' of a type 130 returned an error.
4643 * Bug #11194 fixed - A browsevar exception could occur at start-up.
4645 * Bug #11205 fixed - A rare exception at Scilab start-up could occur.
4647 * Bug #11222 fixed - Links added between xdel, close and delete help pages.
4649 * Bug #11223 fixed - Deletion of datatips.
4651 * Bug #11265 fixed - msprintf crashed on a huge string.
4653 * Bug #11281 fixed - References to x_left & y_top were false in reversed axes
4654 cases in rubberbox help page.
4656 * Bug #11289 fixed - swap_handles function modified the properties.
4659 Changes between version 5.3.3 and 5.4.0-alpha-1 of Scilab
4660 =========================================================
4665 * Thanks to this new feature, Scilab confirms its usability and its strong
4666 user-oriented approach. Scilab desktop is the new concept behind Scilab
4667 windows management taking advantage of our docking system (advanced Flexdock features).
4668 Out of the box, Scilab is now able to save all windows layouts including the
4669 help browser, the variable browser, the command history, SciNotes and Xcos.
4670 Through this major improvement, position and size of all windows will
4671 be saved from a session to another.
4673 In this context, a file browser component has been developed and fully
4674 integrated into Scilab desktop and all other components have been improved
4675 to provide the best user experience for Scilab users.
4677 Editvar has had important refreshment. It allows plot and subplot, manages
4678 almost all Scilab variable types and is much more faster.
4680 Scilab desktop provides various predefined layouts:
4681 - Simple The standard Scilab console
4682 => Scilab 5.3.3 (and previous versions) defaults.
4683 - Integrated The variable browser, the history browser and the file browser
4684 are opened by default and combined around Scilab
4685 console to provide an ergonomic workspace
4686 => Scilab 5.4.0 defaults
4692 * Version 5.4.0 introduces XML management features. It allows easy access to
4693 XML files, validation and writing.
4695 - XMLObjects - Describe the properties of the different XML objects
4696 - xmlAddNs - Add a namespace to a XML Element
4697 - xmlClose - Close a XML document
4698 - xmlDTD - Create a XML DTD object
4699 - xmlDocument - Create a new XML document
4700 - xmlDump - Dump a XML object
4701 - xmlElement - Create a new XML element
4702 - xmlFormat - Format a Scilab variable into XML
4703 - xmlGetNsByHref - Get a namespace by its href
4704 - xmlGetNsByPrefix - Get a namespace by prefix
4705 - xmlGetOpenStreams - Get all open XML documents or all open XML Validation files.
4706 - xmlNs - Create a new XML Namespace
4707 - xmlRead - Read a XML stream from a local or distant file
4708 - xmlReadStr - Read a XML tree from a string
4709 - xmlRelaxNG - Create a XML Relax NG object
4710 - xmlSchema - Create a XML Schema object
4711 - xmlValidate - Validate a document in using a DTD, a Relax NG or a Schema.
4712 - xmlWrite - Write a XML document in a file
4713 - xmlXPath - Make an XPath query on a XML document
4714 - xmlIsValidObject - Test the existence of a XML object
4716 Those features have been developed in the context of the OASIS R&D project.
4722 * Marks added in the vertical scrollbar to see the positions of matching words
4723 when an incremental search is done (via F3 or in selecting text).
4725 * In the find/grep tools, possibility added to use ~ as an alias for user home
4726 dir. and SCI for Scilab data base dir.
4728 * 'Save and Execute all files' action added.
4730 * A tab can be closed in using the middle mouse button.
4732 * Bug #9334 fixed - Extra lines were added when code was exported into PDF under
4735 * Bug #9358 fixed - A simple quoted string was not always correctly converted
4736 into double quoted ones.
4738 * Bug #9476 fixed - In find/grep tools, the abbreviation 'sec' is now used instead of
4741 * Bug #9480 fixed - Words after selection were badly highlighted under Windows.
4743 * Bug #9484 fixed - An empty file was not removed when an existing file was
4746 * Bug #9488 fixed - There was no popup menu on the tab to copy the file path.
4748 * Bug #9505 fixed - A LaTeX string in a comment was not considered as a comment.
4750 * Bug #9597 fixed - It was not possible to navigate across the tabs with
4751 <CTRL>+(PAGE_UP | PAGE_DOWN).
4753 * Bug #9740 fixed - There was no way to have \n in replacement string.
4755 * Bug #9854 fixed - There was a wrong colorization with strings containing several
4758 * Bug #9878 fixed - Shortcut "Correct indentation" added in right click menu.
4760 * Bug #9897 fixed - With Mac OS X, eol was not replaced by \n when code was copied
4761 from Word to SciNotes.
4763 * Bug #10157 fixed - Scilab froze when docking SciNotes after a flexdock bug in a
4766 * Bug #10252 fixed - The font could not changed when SciNotes was docked with the
4769 * Bug #10354 fixed - Bad caret position after a selection action.
4772 Graphical User Interface
4773 =========================
4775 * The variable browser now automatically refreshes (See Bug #9446).
4781 * Bug #10006 fixed - Unrelevant C-comment in the example of ScilabHaveAGraph
4787 * xcos_toolbox_skeleton will not be loaded if Xcos is not installed.
4789 * scilab -f file.xcos opens Xcos diagram in Xcos.
4791 * Error reporting has been improved to print warnings on blocks into Xcos.
4793 * The style of a block can be changed in the interface function.
4795 * BARXY Block added to help 2-D Mechanics system visualization.
4797 * Bug #7985 fixed - dmmul.c did not use dgemm routine optimized by BLAS.
4799 * Bug #8421 fixed - CLKFROM and CLKGOTO were not part of the "Signal Routing"
4802 * Bug #8538 fixed - Counter block label was not reflecting parameters.
4804 * Bug #8742 fixed - On the Modelica initialization GUI, the error reporting did
4807 * Bug #8743 fixed - On the Modelica initialization GUI, it was impossible to
4808 re-fix the states after a derivative fix.
4810 * Bug #9037 fixed - When connecting blocks, the green port blinked on a small mouse move.
4812 * Bug #9301 fixed - Exception when one tried to paste a column to replace a
4815 * Bug #9336 fixed - SuperBlock with non-connected ports produced an invalid
4818 * Bug #9390 fixed - FROMWSB_c block did not reset to the default values on
4819 reinitialization execution.
4821 * Bug #9478 fixed - Block structure was not checked while adding them to a new
4824 * Bug #9501 fixed - With a localized TMPDIR, block edition could throw an HDF5
4827 * Bug #9506 fixed - Some libraries dependencies were not loaded at
4828 xcos_toolbox_skeleton start-up.
4830 * Bug #9532 fixed - User-defined blocks had no icons when saved.
4832 * Bug #9547 fixed - The about box was not localized due to a multi-line string.
4834 * Bug #9579 fixed - Duplicate content in scicos_math.h removed and replaced by
4835 a cleaner call to math.h instead.
4837 * Bug #9590 fixed - Xcos examples were not embedded into Windows binary version.
4839 * Bug #9732 fixed - Code generation failed at compilation under Windows with
4840 "unresolved external symbol dset_".
4842 * Bug #9750 fixed - Minor error in the help page of scicos_debug fixed.
4844 * Bug #9810 fixed - Errors dealing with MATINV wrong simulation values have been improved.
4846 * Bug #9927 fixed - Xcos crashed at 'XcosPalAdd' command execution.
4848 * Bug #9947 fixed - VARIABLE_DELAY block could not be dragged to a diagram.
4850 * Bug #9972 fixed - Error reporting with a wrong context produced an endless
4853 * Bug #9988 fixed - CLKSOMV_f had a wrong interface function after loading from
4856 * Bug #10003 fixed - The MAXMIN block did not update its display according to
4858 * Bug #10048 fixed - Blocks which use superblocks now loop over their children
4859 to find the parameters dialog to open.
4861 * Bug #10069 fixed - AFFICH_m block did not update its display at
4864 * Bug #10096 fixed - Set [1;-1;] on a product block thrown an exception.
4866 * Bug #10302 fixed - LaTeX labels were not rendered.
4873 * Czech localization by ZbynÄk Schwarz
4876 * Bug #10032 fixed - Force the unset of the environment variable LANGUAGE to
4877 tackle some issues. Mac OS X locale detection did not take into account
4884 * mgetl, exec, fscanfMat functions manage files encoded as UTF-8 with BOM.
4886 * tempname function added (SEP #68).
4888 * fullpath did not manage matrix of string as input argument. (SEP #72)
4890 * Bug #9253 fixed - fscanfMat failed to read a file with some lines
4891 of text at the end (backward compatibility).
4893 * Bug #9570 fixed - fprintfMat did not use the good format argument with nan and
4896 * Bug #9869 fixed - fscanf did not check the number of input arguments.
4898 * Bug #9917 fixed - mputl function crashed with a wrong second parameter.
4900 * Bug #10055 fixed - findfiles had a wrong default filter under GNU/Linux
4903 * Bug #10300 fixed - fscanfMat did not free some memory.
4905 * Bug #10355 fixed - Error messages in fullfile function were not localized.
4911 * The assert module provides a set of assertion functions.
4912 The goal of this module is to provide functions to check the
4913 behavior of some other functions, for example in unitary tests.
4914 We emphasize the use of consistent tools for testing numerical
4915 issues, with the goal of testing numerical algorithms more easily.
4916 In particular, we provide a comparison function for two floating
4917 point numbers, which allows to check that two numbers are
4918 "numerically almost equal", i.e. that the relative error is small.
4919 This automatically fixes Bug #4381.
4921 * The damp function in CACSD module computes the natural pulsation
4922 and damping factor of linear dynamical systems.
4928 * neldermead: Added a demonstration - search for largest / smallest polygon.
4930 * Improved clarity of examples in the help pages of
4931 optimization module.
4932 Avoid unnecessary calls to "deff".
4933 Avoid the "all statements in whole line" style.
4935 * readmps - Created unit test.
4936 Fixed bug in error messages management.
4937 Fixed bug in a test file reading.
4938 Defined a printing system by overloading for MPS structure.
4939 Updated the help page.
4941 * genetic_algorithms - performances improved (2 to 4 times faster).
4943 * Bug #7093 fixed - The data structure generated by neldermead_new could not
4944 be saved and reloaded.
4946 * Bug #7889 fixed - The tolerance on x for neldermead was too small.
4947 Updated -tolxrelative default value from %eps to sqrt(%eps).
4949 * Bug #7891 fixed - The neldermead component had too many options.
4950 Tagged -costfargument option of optimbase as obsolete: will be
4951 maintained for backward compatibility until 5.4.1.
4952 The -fun option can now be a list, where the element #1 is a
4953 function, and the elements #2 to the end are automatically appended to
4954 the calling sequence.
4955 Tagged -outputcommandarg option of optimbase as obsolete: will be
4956 maintained for backward compatibility until 5.4.1.
4957 The -outputcommand option can now be a list, where the element #1 is
4958 a function, and the elements #2 to the end are automatically appended
4959 to the calling sequence.
4960 Tagged "outputfun(x,optimValues,state)" calling sequence of fminsearch
4961 as obsolete: will be maintained for backward compatibility until
4963 The new calling sequence is "stop=outputfun(x,optimValues,state)"
4964 Tagged "myoutputfun(state,data)" calling sequence of neldermead
4965 as obsolete: will be maintained for backward compatibility until
4967 The new calling sequence is "stop=myoutputfun(state,data)"
4968 Tagged "-myterminateflag" and "-myterminate" options as obsolete:
4969 will be maintained for backward compatibility until 5.4.1.
4970 See the help page of neldermead for details to update your
4973 * Bug #7892 fixed - The neldermead component did not provide a default
4975 The new function neldermead_defaultoutput was created
4976 to print a simple one line output message by iteration.
4978 * Bug #8542 fixed - In neldermead, there were undocumented default options.
4979 Same changes applied to the help of optimbase.
4981 * Bug #8543 fixed - In neldermead, the help page presented a wrong order
4984 * Bug #8545 fixed - In neldermead, the printing system displayed too long
4987 * Bug #8546 fixed - The neldermead functions might have called f outside
4990 * Bug #8547 fixed - The neldermead function called f outside the constraints.
4992 * Bug #8549 fixed - The neldermead function did not help to debug
4995 * Bug #8552 fixed - Improved fminsearch to provide Extra Parameters.
4996 Help page updated with new section "The cost function" and new
4997 example "Passing extra parameters".
4999 * Bug #8676 fixed - The pack/unpack functions had no help pages.
5001 * Bug #8777 fixed - The neldermead function failed to restart with bounds.
5002 Added examples of restarts with/without bounds in the
5003 neldermead help page.
5005 * Bug #8805 fixed - The neldermead function, algorithm box, wrongly used
5006 the output function.
5008 * Bug #9323 fixed - The messages in optimbase_checkbounds were not localized.
5009 Same changes applied to optimbase_checkx0.
5011 * Bug #9472 fixed - The ind argument of optim was inconsistently documented.
5013 * Bug #9566 fixed - The tolvarianceflag, tolabsolutevariance,
5014 tolrelativevariance options of neldermead are now obsolete.
5015 See the help page of neldermead for details to update your
5018 * Bug #9567 fixed - The neldermead overview had a TODO section.
5020 * Bug #9576 fixed - The neldermead component did not check the bounds
5021 of some input parameters.
5023 * Bug #9578 fixed - The optimbase_configure function did not check the
5024 values of input arguments.
5026 * Bug #9607 fixed - The optimsimplex_new function poorly managed the
5027 variable number of arguments.
5029 * Bug #9612 fixed - The quapro help page has been removed.
5031 * Bug #9698 fixed - The optim/"gc" algorithm did not support imp=-1.
5033 * Bug #9822 fixed - The value ind=1 of optim was not supported by
5040 * Bug #9357 fixed - stdevf returned zero for row vector arguments.
5042 * Bug #9846 fixed - stdevf() gave zero result when a single row matrix was evaluated.
5044 * Bug #7387 fixed - The help pages for rand and grand functions gave wrong advice.
5050 * Bug #9749 fixed - expm reported non convergence problem.
5056 * ordmmd help page and unit test created.
5058 * Organized help pages into sub-sections.
5060 * Bug #10126 fixed - Wrong (or failing) insertion in a sparse matrix.
5066 * A new system to keep track of the translations of the main documentation
5067 has been developed. See http://help.scilab.org/status/fr_FR/,
5068 help.scilab.org/status/pt_BR/ and http://help.scilab.org/status/ja_JP/
5071 * <ALT>+<LEFT ARROW> / <ALT>+<RIGHT ARROW> allows browsing the history
5074 * The space key behave like the page down key (See Bug #9491).
5076 * Management of the revhistory / revision tag to provide information about
5077 the history of the function.
5079 * Bug #3431 fixed - Some help tools functions were obsolete and not removed.
5081 * Bug #9105 fixed - err output parameter of mopen function was not documented.
5083 * Bug #9299 fixed - Fix a typo in the cspect, pspect and window help pages
5084 (Hanning changed to Hann).
5086 * Bug #9320 fixed - analpf help page gave wrong frequency units of omega (Hz instead of rd/s).
5088 * Bug #9417 fixed - In English, api_scilab polynom help pages updated to the word
5091 * Bug #7133 fixed - help_from_sci function did not return the function template.
5093 * Bug #7134 fixed - help_from_sci produced an invalid .xml file.
5095 * Bug #9790 fixed - windows_tools help were not available for all platforms.
5097 * Bug #9983 fixed - The xclick help page did not clearly specify the axes used for
5104 * 'oemtochar' and 'chartooem' functions (windows_tools) are obsolete and will be
5105 removed in Scilab 5.4.1.
5107 * 'showalluimenushandles' function (graphics) was undocumented. This function is
5108 obsolete and will be removed on 5.4.1.
5109 Use set(get(0), "ShowHiddenHandles", "on"); instead.
5111 * 'code2str' and 'str2code' are obsolete and will be removed on 5.4.1, please use
5115 Removed Functions (previously declared as obsolete)
5116 ====================================================
5118 * ilib_for_link, ilib_build no more accept files with ".o" or ".obj" extensions
5121 * 'with_atlas' removed. Please use 'getdebuginfo' instead.
5123 * C API function Error(x) removed. Please use SciError instead.
5125 * 'MSDOS' removed. Please use 'getos' instead.
5131 * Under GNU/Linux and Mac OS X, Scilab start-up speed of scilab-cli and
5132 scilab-adv-cli has been improved by 15 to 20 % (see Compilation for more
5135 * SSE is now enabled by default under GNU/Linux with 32-bit CPU (it is already
5136 the case under 64-bit CPU).
5137 Pentium III class (or equivalent) with SSE instructions is required.
5139 * Improved performances of function pareto_filter (Genetic algorithms).
5141 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
5142 simplified and optimized.
5148 * Under Windows, Scilab uses VS 2010 Pro and Express solution.
5150 * Under GNU/Linux and Mac OS X, engine libraries have been merged into a single
5151 library named libscilab-cli.so. This greatly improves the start-up
5153 Note that the --enable-maintainer-mode enables the previous behavior (simply
5154 the development process).
5156 * Under GNU/Linux and Mac OS X, all modules build as standalone their algorithms
5157 as a static library (only available in the source tree).
5158 This will avoid an important dependency tree for unitary testing.
5160 * Under GNU/Linux and Mac OS X, for each module, the list of
5161 explicit dependencies on the other libraries is no more needed.
5162 Use libscilab-cli.so or libscilab.so to link against Scilab.
5164 * Enforce a minimal version of JRosetta (1.0.4).
5166 * Enforce a minimal version of flexdock (1.0).
5168 * Enforce a minimal version of GIWS (1.3.0).
5170 * Force the Java class version target to version 6 (or 1.6).
5172 * Add Java 7 in the Debian & Ubuntu search path under GNU/Linux.
5174 * Under GNU/Linux and Mac OS X, if ccache is installed, use it to build Scilab.
5176 * Bug #9409 fixed - Warning "remark #8291" removed with Intel Fortran 2011 compiler.
5178 * Bug #9500 fixed - Explicit the GUI module manifest class-path to facilitate Debian
5179 checking tool process.
5181 * Bug #9782 fixed - configure with --without-gui was failing.
5183 * Bug #9793 fixed - --without-gui now also disables Xcos.
5185 * Bug #9883 fixed - Build with --disable-build-help was failing.
5187 * Bug #9991 fixed - ./configure --without-xcos failed to build.
5189 * Bug #10158 fixed - Configure used g77 even if gfortran was available.
5195 * Bug #9432 fixed - Link a 64-bit dynamic library on a 32-bit platform returned
5196 a wrong error message under Windows.
5198 * Bug #9761 fixed - NDEBUG was not defined for dynamic link (by default) in
5199 release mode under Windows.
5201 * Bug #9930 fixed - ilib_build did not display all filenames used.
5203 * Bug #10320 fixed - libname argument of ilib_for_link did not work.
5205 * Bug #10344 fixed - Windows SDK 7.1 was not detected with VS Express 2010
5206 under 64-bit platform.
5212 * Shows the dimension of the variable by default.
5214 * Automatically resize the variable browser table when docked.
5216 * A tooltip has been added on the type column to display the name of the type.
5218 * A tooltip has been added on the size column to display the size in bytes
5219 (like in previous versions of Scilab).
5225 * Default text in history for a starting session has been changed for:
5226 "Begin Session: Tue Jun 21 14:35:45 2011" to "21/06/2011 14:35:45"
5232 * Obsolete value for line_style property:
5233 0 and 1 are equivalent values for SOLID rendering.
5234 A warning message will be displayed if the user tries to set this property to 0.
5235 Setting this property to 0 will no more be supported in Scilab 5.4.1.
5237 * getcallbackobject: Input argument must be an UID (String) and no more an index (Constant).
5239 * datatips tool improved on several aspects:
5240 - It is now possible to manage directional arrows as well as
5241 square mark markers.
5242 - The automatic label placement has been improved to avoid the
5243 overlapping with the curve.
5244 - It is now possible to have painted box or box free labels.
5245 - Markers can now be selected and moved using the arrow keys
5246 or deleted with the "Del" key.
5248 * Bug #2043 fixed - The graphic function copy() did not manage axes. Thanks to
5249 Samuel Gougeon for the fix.
5251 * Bug #7412 fixed - Better management of datatips activation/deactivation.
5253 * Bug #7419 fixed - datatips(): customization is now available through a GUI.
5255 * Bug #8239 fixed - Activation of datatips overwrote and destroyed any event_handler
5258 * Bug #8965 fixed - copy function did not work for handles.
5260 * Bug #9269 fixed - Specified graphic entities for legend were drawn in reverse order.
5262 * Bug #9330 fixed - delete() called overloading instead of deleting the current
5265 * Bug #9455 fixed - The contourf and contourf 2 demonstrations displayed unwanted dots.
5267 * Bug #10121 fixed - polyline.interp_color_vector where not saved or recoverable
5268 by xsave/xload. Thanks to Samuel Gougeon for the fix.
5270 * Bug #10298 fixed - Example of datatipSetDisplay generated an error.
5272 * Bug #10331 fixed - datatipCreate produced a warning and an error instead of
5273 a warning if the curve user_data was not a struct.
5278 * Bug #5380 fixed - atomsShow() output was broken (separators were not aligned).
5280 * Bug #8648 fixed - The tarball was not deleted when a module was removed (SEP #71).
5282 * Bug #8664 fixed - Message error updated for non-supported OS.
5284 * Bug #8763 fixed - ATOMS installation path was shared on Windows 64 with 32-bit.
5286 * Bug #8942, #9805 fixed - atomsSystemUpdate() failed under some Windows.
5288 * Bug #9127 fixed - "Home" item renamed to "Installed Modules".
5290 * Bug #9679 fixed - atomsSystemUpdate checks that Scilab is not in offLine mode, or writes a warning message if so.
5292 * Bug #9805, #8942 fixed - atomsSystemUpdate() failed under some Windows.
5294 * Bug #9967 fixed - Windows UAC was causing trouble with atomsRepositorySetOfl (internal function).
5296 * Bug #10025 fixed - Wrong url in some help files examples.
5298 * Bug #10031 fixed - atomsDisp did not work with "\n" in messages text.
5300 * Bug #10223 fixed - Errors messages in atomsDownload must be clearer.
5306 * Java mapping of Scilab data has now a new method called getType() which
5307 returns the value of the ScilabTypeEnum enum.
5309 * New methods added:
5310 - Scilab.execException(String)
5311 Same as Scilab.exec(String) but returns an exception when a Scilab error occurs
5312 - Scilab.execException(String[])
5313 Same as Scilab.exec(String[]) but returns an exception when a Scilab error occurs
5314 - Scilab.execException(File)
5315 Same as Scilab.exec(File) but returns an exception when a Scilab error occurs
5317 * Bug #9149 fixed - Calling a graphic function without activating the appropriate
5318 mode did not triggered an exception.
5320 * Bug #9467 fixed - Unnecessary declarations in MAKE.BAT of Javasci examples.
5322 * Bug #9544 fixed - Calling graphic with Javasci from a SWING application from
5323 EDT was crashing the execution of a Java program.
5329 * Add functions to identify list datatypes:
5330 isListType, isNamedListType, isTListType, isNamedTListType, isMListType,
5335 CACSD and Signal Processing
5336 ===========================
5338 * Bug #1635 fixed - iir filter frequency response might have been wrong.
5339 "pole zero gain" representation added as possible iir function
5342 * Bug #7895 fixed - fft2() was broken under Windows with MKL wrapper.
5344 * Bug #7901 fixed - besselh.tst failed under Windows.
5346 * Bug #8684 fixed - wfir function produced an error message when used interactively.
5348 * Bug #9098 fixed - CACSD demonstrations --> Robust control failed on 64-bit Windows.
5350 * Bug #9214 fixed - abaque replaced by nicholschart in the black.sci comments.
5352 * Bug #9266 fixed - fftw crashed under Windows when using MKL wrapper.
5354 * Bug #9321 fixed - Missing tests and help info for some CACSD functions.
5356 * Bug #9647 fixed - At Scilab start-up, the variable fft was declared by default
5357 while it should not have been.
5359 * Bug #9675 fixed - iir generated bad results.
5361 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
5363 * Bug #9719 fixed - delip.tst execution froze under Windows.
5365 * Bug #9725 fixed - syredi.tst execution froze under Windows.
5367 * Bug #10008 fixed - Wrong unit in the datatip for bode function.
5369 * Bug #10169 fixed - Bad clipping option in evans.
5371 * Bug #11092 fixed - Incorrect argument check in h_inf
5377 * The linspace function accepts column vectors as input argument for the two
5378 first input arguments. Thanks to Guillaume AZEMA for the implementation.
5380 * The logspace function accepts column vectors as input argument for the two
5381 first input arguments.
5383 * Change the buffering display mode.
5385 * SEP #67: lines(0) by default at start-up.
5387 * Options -disable-exception-catching added under GNU/Linux & Mac OS X.
5388 Disables the Scilab exception catching system.
5390 * texmacs module moved as an ATOMS module.
5391 atomsInstall('texmacs')
5393 * PVM module moved as an ATOMS module.
5396 * maple2scilab module moved as an ATOMS module.
5397 atomsInstall('maple2scilab')
5399 * SEP #69: predef('names') returns names of protected variables by predef.
5401 * printf moved as alias on mprintf function.
5403 * sprintf moved as alias on msprintf function.
5409 * Bug #1604 fixed - List extraction failed.
5411 * Bug #3291 fixed - SCI/modules/tclsci/tcl/BWidget-1.8.0/ moved as prerequirements.
5413 * Bug #4240 fixed - Some unexpected blank lines were displayed with the dir function.
5415 * Bug #4576 fixed - An example of ilib_build with "cflags" argument was missing.
5417 * Bug #4833 fixed - msprintf() interpreted "\n" as a carriage return even if "\n"
5418 was supplied by the 2nd input argument.
5420 * Bug #4847 fixed - In uigetfile, there was no way to select files with a given
5423 * Bug #5491 fixed - Clearly states that haveacompiler() only works under Windows.
5425 * Bug #5696 fixed - When SE Linux is enabled, error messages for
5426 Scilab in the Scilab binary distribution disabled.
5428 * Bug #6408 fixed - prompt() removed trailing whites.
5430 * Bug #6819 fixed - prompt() interpreted '<...>' as html.
5432 * Bug #6875 fixed - test_run() could not run at once on the +3000 tests of
5435 * Bug #7061 fixed - changelog.txt, readme.txt, version.xml removed from modules.
5437 * Bug #7249 fixed - 'string' function did not work as documented
5438 with a macro as input argument.
5440 * Bug #7333 fixed - In BrowseVar, variables could have a weird type number.
5442 * Bug #7358 fixed - Help pages of type and typeof have now links to the actual
5445 * Bug #7409 fixed - Some corrupted matrices could be created from api_scilab.
5447 * Bug #7700 fixed - Bad proposition in the console history when a char was added.
5449 * Bug #7745 fixed - add_demo moved in demo_tools module.
5451 * Bug #7815 fixed - tohome() function erased previous and future commands in Scilab console.
5453 * Bug #8086 fixed - Some functions displayed a wrong error message when called
5454 without input argument.
5456 * Bug #8243 fixed - xgeom demonstration renamed to geom3d.
5458 * Bug #8245 fixed - gsort() did not allow overloading with not managed types.
5460 * Bug #8296 fixed - Asking for extra array dimension value with size crashed Scilab.
5462 * Bug #8420 fixed - lines crashed Scilab in some cases.
5464 * Bug #8688 fixed - fillMatrixOfString did not check available memory on stack.
5466 * Bug #8753 fixed - Help file of c_link did not describe input argument num.
5468 * Bug #8768 fixed - GetRhsVar(..., STRING_DATATYPE, ...) did not check size of input argument.
5470 * Bug #8797 fixed - Update of the help pages of getdate('s') to detail that
5471 the returned value contains the leap seconds.
5473 * Bug #8874 fixed - Display of complex numbers with Inf or Nan for real or imaginary
5476 * Bug #8963 fixed - mtlb_mode test failed under Windows.
5478 * Bug #9045 fixed - plot2d did not support overloading.
5480 * Bug #9056 fixed - A uicontrol could not be closed with <META>+W.
5482 * Bug #9104 fixed - 'warning' used in a diary Scilab session added timestamp
5485 * Bug #9129 fixed - Completion on field did not propose graphics handle fields
5488 * Bug #9156 fixed - mgetl.c compilation failed under some Windows.
5490 * Bug #9164 fixed - The unit tests now use the new assert functions.
5492 * Bug #9268 fixed - Scilab was overriding a predefined variable JAVA_HOME.
5494 * Bug #9277 fixed - Escape character "\" did not work with msprintf.
5496 * Bug #9339 fixed - tbx_build_help function did not manage languages correctly.
5498 * Bug #9354 fixed - savematfile could not save imbricate structures.
5500 * Bug #9414 fixed - 'SCI' and 'SCIHOME' variables were not documented.
5502 * Bug #9452 fixed - It was impossible to download Intel MKL through a proxy.
5504 * Bug #9461 fixed - The assert_checkalmostequal function did not manage
5505 sparse matrices and hypermatrices.
5507 * Bug #9479 fixed - Typo fixed (intput => input).
5509 * Bug #9498 fixed - A long history caused Scilab start-up to be very long.
5511 * Bug #9510 fixed - export_to_hdf5 did not return %f when trying to export
5512 unmanaged types (function, macro, ...).
5514 * Bug #9531 fixed - assert_checkequal failed with mlist.
5516 * Bug #9540 fixed - MKL Pentium 4 target was not downloaded by installer under Windows.
5518 * Bug #9542 fixed - During export operation, the file could be locked by another
5519 process (Windows Bug).
5521 * Bug #9543 fixed - Scilab did not use the default DocumentBuilderFactory
5522 to parse XML configuration files.
5524 * Bug #9555 fixed - Typo error in the deff help page.
5526 * Bug #9571 fixed - "error(144)" returned a wrong variable name.
5528 * Bug #9573 fixed - getdebuginfo did not report multiple video cards under Windows.
5530 * Bug #9581 fixed - cleaner.sce in toolbox_skeleton did not remove all generated files.
5532 * Bug #9599 fixed - Error message "at line ... of function ... called by" was
5533 printed directly on the same line.
5535 * Bug #9635 fixed - Some temp. variables were not removed when test_run was used.
5537 * Bug #9647 fixed - At Scilab start-up, the variable fft was declared by default
5538 while it should not have been.
5540 * Bug #9659 fixed - "error(246)" returned a bad message for overloading.
5542 * Bug #9682 fixed \D0 3-D assignment into a 2-D array of integers issued an error.
5544 * Bug #9696 fixed - An error in an if expression inside a try make Scilab froze.
5546 * Bug #9699 fixed - A single $ as text in a text ui led to a segfault.
5548 * Bug #9707 fixed - createNamedXXX did not check variable name.
5550 * Bug #9708 fixed - createNamedXXX did not check length of variable name.
5552 * Bug #9712 fixed - Help of StartScilab had a error about Stacksize argument type.
5554 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
5556 * Bug #9717 fixed - dllinfo.tst failed under Windows binary versions.
5558 * Bug #9728 fixed - SCI/modules/special_functions/src/fortran/special_functions_f.def
5559 was not ignored (generated file).
5561 * Bug #9730 fixed - lines() returned an int32 and not a double value.
5563 * Bug #9755 fixed - Completion on paths was not case insensitive under Windows.
5565 * Bug #9756 fixed - polelm.tst unitary test failed under 64-bit Windows.
5567 * Bug #9763 fixed - comet3d did not check input argument presence.
5569 * Bug #9765 fixed - Remove ref to scicos_pal in sci_f_clear.f.
5571 * Bug #9766 fixed - Scilab under Mac OS X 10.7 did not start.
5573 * Bug #9791 fixed - toolbar visible state change crashed Scilab in NW mode.
5575 * Bug #9799 fixed - pol2str did not manage matrix of polynomials and input argument
5576 type was not checked.
5578 * Bug #9804 fixed - Starting Scilab with an external module emptied the
5579 demonstrations list menu.
5581 * Bug #9825 fixed - The assert_computedigits function gave too large correct digits.
5583 * Bug #9833 fixed - percent was badly formatted by Scierror function.
5585 * Bug #9836 fixed - repfreq failed due to singular problem.
5587 * Bug #9838 fixed - evstr froze on some specific strings.
5589 * Bug #9843 fixed - Colormaps with 2 colors could not be created.
5591 * Bug #9858 fixed - length() could not be overloaded with mlist.
5593 * Bug #9879 fixed - Fix some minor issues in the isdir help pages.
5595 * Bug #9880 fixed - Fix a page referencing itself in the help page.
5597 * Bug #9881 fixed - Fix a mistake in call help page.
5599 * Bug #9885 fixed - User initialization scripts (scilab.ini, .scilab) did not work.
5601 * Bug #9899 fixed - string(10*log10(1/10)) gave -0, instead of -10.
5603 * Bug #9900 fixed - There was a memory leak in getAllocatedMatrixOfString,
5604 getAllocatedMatrixOfWideString, getAllocatedNamedMatrixOfString,
5605 and getAllocatedNamedMatrixOfWideString.
5607 * Bug #9920 fixed - winqueryreg did not manage HKEY_CURRENT_CONFIG.
5609 * Bug #9929 fixed - Improve integration with Gnome shell and Unity.
5611 * Bug #9950 fixed - It was possible to select several texts in the console.
5613 * Bug #9957 fixed - msprintf("%d\r", 2) returned '2r'.
5615 * Bug #9963 fixed - The assert_computedigits function was not vectorized.
5617 * Bug #9966 fixed - The default value of comptype in assert_checkalmostequal
5620 * Bug #9971 fixed - GLoad macro not used and not documented has been removed.
5622 * Bug #9979 fixed - The who_user() function printed a wrong message.
5624 * Bug #9980 fixed - Frozen console when one tried to complete an empty string.
5626 * Bug #10001 fixed - %inf:%inf crashed Scilab.
5628 * Bug #10016 fixed - The damp function unit test failed under Windows.
5630 * Bug #10019 fixed - 'exec' crashed with error 113 for too long lines.
5632 * Bug #10037 fixed - checkalmostequal.tst unitary test failed under Linux x64.
5634 * Bug #10073 fixed - Use the new Scilab icon for GNU/Linux installations.
5635 Icons renamed from XPM to PNG.
5637 * Bug #10105 fixed - Focus was not given to the prompt when outputview had it.
5639 * Bug #10119 fixed - assert_checkequal did not support sparse complex doubles
5641 * Bug #10124 fixed - strsplit crashed with wrong input arguments.
5643 * Bug #10151 fixed - Wrong error message about polynomials was displayed.
5645 * Bug #10179 fixed - Weird behavior with evstr.
5647 * Bug #10282 fixed - repmat did not work for scalar input on dims greater than 2
5648 neither for N-D arrays.
5650 * Bug #10283 fixed - w and iw output arguments of ode function
5651 are now directly read from work table used in sub-functions.
5653 * Bug #10289 fixed - xload returns a more explicit error message when a file does
5656 * Bug #10292 fixed - Improved description of modulo help page.
5658 * Bug #10293 fixed - Improved description of bvode help page.
5660 * Bug #10324 fixed - format(m) where m is a vector did not work but the
5661 documentation stated it could be used.
5663 * Bug #10366 fixed - A warning about fun2string redefinition was displayed
5664 when we used "Edit label generator" and click "Ok".
5670 * Random crash under Mac OS X at start-up.
5671 Some random crash can occur at first Scilab start-up. Try to restart Scilab.
5673 * Some issues at start-up under Mac OS X 10.6.7 (and previous 10.6 versions)
5675 If you have "Audio Hijack" installed on your Mac OS X, it prevents some
5676 applications to work including Scilab. See Bug #7012.
5677 Uninstall / disable Audio Hijack should fix this problem.
5678 Airfoil, also developed by Rogue Amoeba, has been reported as also breaking