1 Changes between version 5.4.0-beta-2 and 5.4.0-beta-3 of Scilab
2 ===============================================================
7 * Bug #8157 fixed - Under Mac OS X, item "Scilab/Quit Scilab" and "File/Quit" were
10 * Bug #11597 fixed - On Mac OS X, the Preferences windows was not accessible
11 through the standard shortcut "CMD + ,".
13 * Bug #11604 fixed - Some items were not localized in "Scilab Preferences" window.
18 Changes between version 5.4.0-beta-1 and 5.4.0-beta-2 of Scilab
19 ===============================================================
25 * Help pages updated with examples and translated into French:
26 - WFILE_f - Block to write to output file
27 - WRITEC_f - Block to write C binary file
29 * Bug #8510 fixed - The message "Diagram contains implicit blocks..." stopped
32 * Bug #9290 fixed - HALT blocks displayed STOP.
34 * Bug #9496 fixed - Xcos flag 5 (ending) was not called when simulation was
35 stopped from the user interface.
37 * Bug #11132 fixed - Some help pages were missing: standard_origin, ...
39 * Bug #11494 fixed - Xcos PDE block could not open UIcontrol to set parameter.
41 * Bug #11518 fixed - When zooming on CLR block-text, the block was outside the box.
43 * Bug #11550 fixed - Closing the scope graph while running simulation led to a
50 * preferences() function added to open the Preferences window.
56 * Javasci version 1 removed (deprecated in Scilab 5.3.0).
62 * Tag <scilab:image> added. This tag will perform the graphic rendering of
63 a Scilab code and include the result into the help page as a sample image.
65 * With the <scilab:image> tag, all graphic and trigonometric help pages
66 now contain a sample image.
68 * Management of <varname>, <command>, <function> and <constant> Docbook tags.
71 * help_from_sci updated to manage recent changes in docbook Scilab files.
73 * Categories have been created for the following modules help pages:
74 - Scilab. See bug #11546.
75 - Statistics. See bug #9108.
76 - Genetic algorithms. See bug #11514.
77 - Simulated annealing. See bug #11560.
83 * fft function based on fftw updated and improved (See SEP#84):
84 - Take data symmetry into account,
85 - Include hard coded multivariate fft.
91 * Switch to flexdock 1.2.0.
93 * Switch to Scirenderer 0.5.5.
95 * BLAS_LIBS variable can now be set by the user (See bug #9824).
101 * Uicontrols tooltip can now be managed using the new "TooltipString" property.
103 * Figure closure can now be managed by the user (confirmation, ...) through the
104 'CloseRequestFcn' property.
106 * F5 and F6 change the focus of the docked element.
108 * Improvement in the refresh of the docked elements.
114 * createpopup function is now obsolete. Please use 'uicontextmenu' instead.
116 * uipopup function is now obsolete. Please use 'uicontextmenu' instead.
123 - eigs function added (See SEP #82)
129 * A fourth argument added to test_run to export test results to XUnit format.
131 * A new function called example_run has been introduced, this function tests the
132 examples given in Scilab help pages. See SEP #83.
138 * General improvements of the show_pca function (See bug #11500):
139 - Data bounds fixed in the left graph,
140 - Correlation circle graph improved,
141 - Eigenvalues graph improved.
147 * Bug #3235 fixed - In bezout function, wrong typo in the name of a variable
148 made the calpol unitary test failed.
150 * Bug #3244 fixed - Error messages in qpsolve and qp_solve functions updated.
152 * Bug #3787 fixed - Invalid calling sequences removed from schur help page.
154 * Bug #5675 fixed - Levitron demonstration was failing in some cases.
156 * Bug #6154, #10850 fixed - arnoldi package help pages updated.
158 * Bug #6538 fixed - unobs ignored its 'tol' argument when it was given,
159 and always calculated its own, arbitrary, internal value.
161 * Bug #6702 fixed - max and min functions returned a scalar in k when the input
162 argument was the last column of an hypermatrix.
164 * Bug #7216 fixed - modulo(x,0) and pmodulo(x,0) did not return an error message.
165 With ieee(2) these functions now return %nan.
167 * Bug #7251 fixed - Error fixed in qp_solve help page.
169 * Bug #7763 fixed - mtlb_max and mtlb_min functions did not manage complex
170 numbers with null imaginary part.
172 * Bug #7855 fixed - It was not possible to change event function while
173 the event handler was enabled.
175 * Bug #7873 fixed - The lagr parameter in qld help page was wrong.
177 * Bug #7881 fixed - Error in the condition which checks if the second input
178 argument in lattn function was scalar or not.
180 * Bug #8101 fixed - median function with a sparse as a first argument did not
181 return the good result. Moreover, median(sparse, 'r'| 'c') was not
184 * Bug #8351 fixed - integrate function did not manage properly the optional
187 * Bug #8640 fixed - histplot function failed when the data vector contained
190 * Bug #8785 fixed - modulo and pmodulo functions did not check input arguments.
192 * Bug #9464 fixed - contourf did not work if the "Matlab Compatibility functions
193 module" was not installed.
195 * Bug #9824 fixed - BLAS_LIBS variable was overloaded by the configure.
197 * Bug #9830 fixed - leastsq did not match the information given in optim help page.
199 * Bug #9884 fixed - Possibility to add a default header on new files in SciNotes
200 added in Preferences.
202 * Bug #10150 fixed - Completion help page moved to console chapter.
204 * Bug #10184 fixed - In messagebox, focus was not set by default on yes or ok
207 * Bug #10385 fixed - It was not possible to configure default web browser.
209 * Bug #10479 fixed - max and min functions were incorrect for N-D arrays.
211 * Bug #10497 fixed - Some special characters were causing issues in phaseplot
214 * Bug #10595 fixed - In SciNotes, <TAB> did not go to the next tab position.
216 * Bug #10711 fixed - The textbox of datatip was not displayed in graphics using
219 * Bugs #10827, #10868 fixed - In SciNotes, strings containing LaTeX disappeared
222 * Bug #10837 fixed - Font modification in SciNotes preferences did not work.
224 * Bug #10915 fixed - It was not possible to select several files when using
225 button "Open file" in console toolbar.
227 * Bug #10921 fixed - For ill-conditioned matrix, inv function displayed a
228 wrong value of rcond.
230 * Bug #11046 fixed - Sometimes, OverLoad(0) did not called %_xxx but %x_xxx.
232 * Bug #11048 fixed - In SciNotes, comment/uncomment actions did not work
235 * Bug #11049 fixed - Link to intg help page added in ode help page.
237 * Bug #11050 fixed - The output argument rd in ode and ode_root help pages was not
240 * Bug #11069 fixed - An axe could be wrongly set as parent for an uicontrol.
242 * Bug #11070 fixed - The "Visible"/"Enable"/"Position" properties of a frame
243 uicontrol did not impact its children.
245 * Bug #11203 fixed - Description for info output argument was wrong in lsqrsolve help page.
247 * Bug #11244 fixed - Due to the variable browser, an error was displayed in the console when
248 deleting a global variable.
250 * Bug #11300 fixed - freson calculated wrong frequencies in Scilab 5.3.3.
252 * Bug #11318 fixed - Order of uimenus in a figure changed when adding submenus.
254 * Bug #11324 fixed - Restoring old files (< 5.4.0 format) could fail due to new
255 mechanism in SOD file loading.
257 * Bug #11326 fixed - set(h, "enable", "off") and set(h, "visible", "off") had no
258 effect after menu creation.
260 * Bug #11328 fixed - strsplit returned a wrong error message when the second input
261 argument contained wrong values.
263 * Bug #11330 fixed - oldplot function removed.
265 * Bug #11331 fixed - graypolarplot returned an error about an unknown property.
267 * Bug #11332 fixed - Default usage of contour2d was producing some errors.
269 * Bug #11333 fixed - Missing argument number checking in comet added.
271 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
272 margins had been modified.
274 * Bug #11346 fixed - Error messages added in cosm function in case of bad
277 * Bug #11349 fixed - There was an error when the path to external editor contained
280 * Bug #11360 fixed - In some help pages, f in calling sequence was named mtx in
281 the parameter section.
283 * Bug #11369 fixed - colordef("black") returned an error about an unknown property.
285 * Bug #11372 fixed - Calling odeoptions returned an error.
287 * Bug #11385 fixed - length returned a wrong error message when called without
290 * Bug #11388 fixed - Calling xsetech(frect=[0,0,100,100]) failed.
292 * Bug #11396 fixed - Overloading: toto([])=[] with toto being an mlist failed.
294 * Bug #11398 fixed - newest produced an incomprehensible error message when
295 called with a string vector as second input argument.
297 * Bug #11403 fixed - toprint and Print menu did not work.
299 * Bug #11409 fixed - xpoly crashed on polyline allocation.
301 * Bug #11420 fixed - When using the event_handler of the default figure, events were not trapped.
303 * Bug #11422 fixed - datatips did not work when the figure contained uicontrols.
305 * Bug #11423 fixed - When the variable "a" was selected, all the a characters were
306 highlighted rather than only the "a" variable.
308 * Bug #11434 fixed - After having set the "auto_resize" default figure property
309 to "off", plot was no longer possible.
311 * Bug #11443 fixed - There was no way to set default language by the preferences under
314 * Bug #11449 fixed - color function created a figure when no current figure
317 * Bug #11450 fixed - Logarithmic ticks were not sorted.
319 * Bug #11452 fixed - The use of diag optional argument in lsqrsolve produced an error.
321 * Bug #11457 fixed - gsort crashed when getting string data from stack after big stacksize.
323 * Bug #11459 fixed - varname, command, constant and option docbook tags were not
326 * Bug #11460 fixed - In the console, scrollbar was not updated if nothing was
327 entered at the prompt.
329 * Bug #11466 fixed - fscanf was not set as obsolete as it should have been.
331 * Bug #11469 fixed - The drawing, using xfpolys, was incremental instead of drawing
334 * Bug #11472 fixed - Old menus were not removed before adding the new ones in default figure.
336 * Bug #11481 fixed - The title of axes was in front of plots.
338 * Bug #11482 fixed - The two plots drawn in "Graphics/Complex elementary function/Custom"
339 demonstration were too small.
341 * Bug #11485 fixed - delete function deleted axes identifier before using it.
343 * Bug #11486 & #11487 fixed - When a list was inserted into itself,
344 it produced Segfault or infinite loop.
346 * Bug #11488 fixed - Java exception led to a segfault in -ns mode when something
347 was typed in the console.
349 * Bug #11490 fixed - comet produced wrong display with matrix inputs.
351 * Bug #11502 fixed - Some Java debug information was displayed when playing with
354 * Bug #11506 fixed - "Rendu d'équations mathématiques dans le graphique Scilab"
355 were missing some closure tags in the examples.
357 * Bug #11515 fixed - checkVarDimension help page added and getNbInputArgument and
358 getNbOutputArgument help pages updated.
360 * Bug #11517 fixed - Bad formatting fixed in the French version of getenv help page.
362 * Bug #11519 fixed - The colored lines in the legend of nyquist plot were inverted.
364 * Bug #11529 fixed - Only 512 chars could be entered in the console, now it is
367 * Bug #11532 fixed - Update of mkdir English and French help pages.
369 * Bug #11534 fixed - getshortpathname and getlongpathname documentation updated to be clearer
370 about what happens on other OS than Windows.
372 * Bug #11535 fixed - listfiles used on multiple folders could return unusable results.
374 * Bug #11537 fixed - In SciNotes, it was not possible to modify font size with
377 * Bug #11538 fixed - xxxWideString functions (API Scilab) did not check to_wide_string
378 conversion (crashed under GNU/Linux & Mac OS X).
380 * Bug #11544 fixed - ilib_gen_cleaner did not add command to remove "Debug" and
381 "Release" folder under Windows.
383 * Bug #11547 fixed - _() moved into gettext() help page.
385 * Bug #11553 fixed - The uicontextmenu handles (and their children) were not
386 deleted at the end of execution.
388 * Bug #11563 fixed - Button was called "Open" (instead of "Save") in the GUI
389 used to select a file name for graphic export.
391 * Bug #11578 fixed - dir function under Windows took into account the
392 case to sort the results.
394 * Bug #11582 fixed - Typo fixed in strchr help page.
397 Known Incompatibilities
398 =======================
400 * In previous versions, modulo(x,0) and pmodulo(x,0) returned x. But this solution is
401 not correct. Indeed, the expression used to compute the modulo is x - y * int(x / y)
402 for the modulo function and x - y * floor(x / y). Now, they return an error and
403 %nan with ieee(2). See bug #7216.
405 * In previous versions, newest function could be called with a string vector
406 as second (up to last) input argument. In these cases, only the first string of
407 the vector was taken into account. These calls now return an error. See bug #11398.
409 * Setting the "foreground" property for a figure was possible even if it was not
410 officially supported or documented. An error is now returned.
411 Please use the axes "foreground" property instead. See bug #11369.
414 Changes between version 5.4.0-alpha-1 and 5.4.0-beta-1 of Scilab
415 ================================================================
421 * Entire refactoring of Scilab graphic capabilities in order to solve the known issues
422 of graphical cards compatibilities and many Scilab crashes.
424 * Based on SciRenderer (rendering library based on JoGL), Scilab graphics have
425 been rewritten to provide new graphic functionalities with:
426 - better performances,
428 - 2-D zoom using the mouse wheel,
429 - new 3-D zoom capabilities,
430 - rotation available through the mouse right-click.
431 SciRenderer is a free and open-source library developed by Scilab Enterprises
432 for 2-D and 3-D rendering of scientific data.
434 * Improved graphic exports:
435 - Off-screen export (Scilab will not open a window to export with driver).
436 - New bitmap formats supported: PNG, JPEG and BMP in the driver function.
437 - New vectorial formats supported: PDF and SVG in the driver function.
438 - Many portability issues fixed.
441 * Bug #4289 fixed - Graphic exports were not working when the drawlater or the
442 pixmap modes were activated.
444 * Bug #4339 fixed - listvarinfile did not manage graphic handles.
446 * Bug #4818 fixed - Scilab could not export graphics which contained a lot of information.
448 * Bug #6582 fixed - A copy of a handle did not keep foreground property.
450 * Bug #6644 fixed - New graphic windows take care of default figure properties (uimenu).
452 * Bug #7998 fixed - %h_get failed on heterogeneous handle matrix.
454 * Bug #8241 fixed - Graphical properties were not always inherited.
456 * Bug #8250, #10567, #10614 fixed - Artefacts dropped on the
457 vectorial (EPS/PDF/SVG) exports.
459 * Bug #8705 fixed - Some specific graphics could not be saved.
461 * Bug #8916 fixed - Menu to export in PS format was missing in graphic figures.
463 * Bug #9721 fixed - Documentation improved on tight_limits. Thanks to Samuel
466 * Bug #10240 fixed - In a Scilab localized in French, SVG export could use "," instead
467 of "." for numerical separator.
469 * Bug #10290 fixed - Error message for bad assignement of interp_color_vector updated.
471 * Bug #10360 fixed - Default format for export is now PNG instead of BMP.
473 * Bug #10365 fixed - To copy a handle to a figure (instead of an axes) crashed Scilab.
475 * Bug #10395 fixed - xset("clipping", [1,2,3,4]) returned an error.
477 * Bug #10417 fixed - xget("background") returned a wrong value.
479 * Bug #10637 fixed - xs2svg crashed when first input argument was not a figure handle.
480 An error message is now displayed.
486 * A 'Console' handle has been created and can be obtained by calling get(0):
487 - uimenus now appear as 'Children' of this handle when they are added to the
489 - the 'ShowHiddenHandles' property enables the user to make some hidden
490 graphic objects visible.
492 * Scilab Console and graphic figure menus are now uimenus. They are hidden by
493 default. To see them in the children list, use set(get(0), "ShowHiddenHandles", "on")
495 * New uicontrols added:
496 - 'image' style uicontrol: display, transformation and various other
497 operations on images.
498 - 'table' style uicontrol: display data in a table form (read-only in Scilab
499 5.4.0-BETA-1 version).
501 * The 'Value' property can now contain non-integer values and allows to take full
502 advantage of 'slider' style uicontrols (See bug #7380).
504 * Figure resizing can now be managed by the user (uicontrol position setting, ...)
505 through the 'resizefcn' property.
511 * save/load functions can export/import Scilab data to SOD format:
512 - Scilab data are saved and loaded using a standard, HDF5-based, documented,
513 and fully tested: Scilab Open Data format (SOD).
514 - Graphic handles can be saved under the SOD format.
515 - 'save' writes data to HDF5 format when using new calling sequence
516 save("filename.sod", "a", "b", "c"). This format is Scilab 6 compatible.
517 - 'save' displays a message when using old calling sequence
518 save("filename", a, b, c) and writes data in old Scilab binary format.
519 This format will not be supported by Scilab 6.
520 - The 'matfile2sci' function now converts MAT-files to SOD files.
522 * Calling load with a file descriptor as first input argument is now obsolete.
523 Please replace the file descriptor by the corresponding file name.
524 This feature will be removed in Scilab 6.0.0
526 * Update the default size of the Scilab stack to 100 million elements (instead of
527 50M). See stacksize help page for more information.
529 * Scilab Desktop provides a button in dockbar to get the help about the component.
531 * External modules are managed out of the box by test_run function. See bug #9834.
532 Example: test_run('SCI/contrib/toolbox_skeleton')
538 * xmlClose renamed in xmlDelete and xmlGetOpenStreams in xmlGetOpenDocs.
540 * Bug #10185 fixed - Add xmlDelete("all") in xml.quit.
542 * Bug #10594 fixed - size could not be used with two arguments on XMLList.
544 * Bug #10630 fixed - Typo fixed in an error message.
546 * Bug #10670 fixed - Crash avoided when xmlRead had an argument with a bad size.
548 * Bug #11250 fixed - Avoid a crash when an error is met during xmlValidation.
554 * Management of Docbook tags <note>, <caution>, <warning>, <important> and
555 <tip>. See bug #10505.
557 * Function help_skeleton extended to suggest the <revhistory>, <latex>, <note>,
558 <caution>, <warning>, <important> and <tip> tags in examples.
560 * Scilab documentation is now available in Russian. Many thanks to Stanislav Kroter.
562 * Many errors have been fixed in Scilab documentation:
563 - Wrong calling sequences
572 * DEBUG_SCILAB_DYNAMIC_LINK was not available under GNU/Linux or Mac OS X.
578 * Major performance improvements on the simulation start-up. On important diagrams,
579 the gain is very important (from minutes to milliseconds). See bug #8188.
581 * Performance improvements on diagram saving/loading.
583 * A compressed file format is now available (ZCOS) and allows more flexibility on
586 * Ports styles and labels are now available to external modules.
588 * New examples are provided in the help pages of the following blocks:
589 - ABS_VALUE - Absolute value
590 - EVTDLY_c - Event delay
591 - AFFICH_m - Display value
592 - CLSS - Continuous state-space system
593 - SELECT_m - Selector block
594 - NEGTOPOS_f - Threshold negative to positive
596 * External modules should be updated to use the new Scilab Open Data format
597 instead of the previous HDF5 format.
599 * Bug #6201 fixed - Block help menu had no shortcut.
601 * Bug #6733 fixed - Each call to Xcos created an empty diagram.
603 * Bug #7539 fixed - Interaction with some blocks was slowed down.
605 * Bug #7863 fixed - Default path for code generation was SCI instead of pwd() or
608 * Bug #8188 fixed - Xcos to Scilab export took too much time.
610 * Bug #8295 fixed - Save compressed Xcos file set as default.
612 * Bug #8600 fixed - Closing Xcos did not end the simulation.
614 * Bug #8744 fixed - Solving the initialization problem more than once crashed
617 * Bug #9131 fixed - PULSE_SC has been added to the Source palette.
619 * Bug #10081 fixed - Palette configuration saving could produce an invalid
622 * Bug #10107 fixed - Default value of the Integrator Absolute Tolerance was
623 too large. It has been reduced to 1e-6.
625 * Bug #10246 fixed - PROD_f block was broken.
627 * Bug #10333 fixed - Labeling I/O blocks on a super block produced wrong port
628 labeling when ports had not the same types.
630 * Bug #10340 fixed - Exception occurred while moving the palette split pane to
631 hide the block list and while using a palette diagram.
633 * Bug #10393 fixed - Block style was not updated on palette loading.
635 * Bug #10419 fixed - Exception occurred while refusing to create a new empty
638 * Bug #10422 fixed - Exception occurred when exporting with an unspecified
641 * Bug #10461 fixed - Canceling a Quit operation did not work.
643 * Bug #10486 fixed - importXcosDiagram opened a tab.
645 * Bug #10496 fixed - Wrong error message fixed in xcosValidateBlockSet.
647 * Bug #10510 fixed - Unused variables were generated by Xcos at start-up.
649 * Bug #10533 fixed - Some action shortcuts were not disabled when editing a text
652 * Bug #10657 fixed - CONSTRAINT_c had no icons on a graph.
654 * Bug #10679 fixed - blocks_link.tst failed.
656 * Bug #10697 fixed - post_xcos_simulate function did not work with a TOWS_c block
659 * Bug #10800 fixed - xcosPalAddBlock help example did not work.
661 * Bug #10812 fixed - cos and cosf files loading did not use a direct handler.
663 * Bug #10848 fixed - The first Drag'n Drop of a block produced an exception.
665 * Bug #11094 fixed - Image creation of blocks did not use xinit / xend.
671 * Scilab now uses the ARPACK-ng package maintained by Scilab Enterprises.
673 * An option --without-arpack-ng has been added to disable the Arnoldi features.
675 * HDF5 is now a mandatory dependency of Scilab (even in a minimal build)
677 * Bug #11060 fixed - ccache use can be disabled with --disable-ccache .
684 - dec2base function added (See SEP #75)
685 - nthroot function added (See SEP #78)
687 * linspace and logspace deprecate the use of non-integer values as third input argument.
689 * The toeplitz macro is now vectorized.
695 * qmr function updated and modified.
696 Calling qmr(F, Fp, x) where F is a function returning A*x
697 and Fp a function returning A'*x is deprecated.
698 Use qmr(F, x) instead where F prototype is
702 where t is used to make F return A*x or A'*x.
703 Same behavior has been implemented for qmr( ..., M1, M1p, M2, M2p).
704 See qmr help page for examples and details.
707 CLI Console (GNU/Linux and Mac OS X only)
708 =========================================
710 * Wide characters supported.
712 * Multiline command supported.
714 * Command line display improved.
716 * List of shortcuts in NW/NWNI mode:
717 - CTRL+W removes the previous word.
718 - CTRL+U removes everything from the current position to the beginning of
720 - UP or Ctrl+P recalls previous line.
721 - DOWN or Ctrl+N recalls next line.
722 - TAB for completion. Scilab displays a list of all names (functions, variables) that
723 start with the characters already typed by the user.
724 - Ctrl + A or HOME moves the cursor to beginning of current line.
725 - Ctrl + B or LEFT moves the cursor one character to the left.
726 - Ctrl + D or DELETE deletes the current character.
727 - Ctrl + E or END moves the cursor to the end of command line.
728 - Ctrl + F or RIGHT moves the cursor one character to the right.
729 - Ctrl + H or BACKSPACE deletes the previous character.
730 - Ctrl + K kills command line from cursor to the end.
731 - Alt+B or Ctrl+LEFT moves left one word.
732 - Alt+F or Ctrl+RIGHT moves right one word.
734 * Bug #3108 fixed - Some specific chars in the terminal were not correctly
735 removed by the backspace.
737 * Bug #3400 fixed - Long lines in the history broke the display.
739 * Bug #6804 fixed - Prompt was removed in cli mode when playing with arrow keys.
745 * Shortcuts META+(UP|DOWN) added to navigate between paragraphs.
747 * Bug #10442 fixed - Sometimes a crash occurred at start-up when Scinotes was
750 * Bug #10647 fixed - An error message did not respect Scilab localization standard.
752 * Bug #10889 fixed - Exception about block highlighters was thrown by Scinotes.
758 * 'hank' function performances improved.
760 * Using api_scilab, construction of any type of lists is now much faster (300x in some cases).
766 * New datatypes are now supported:
767 - sparse and boolean sparse
768 - tlists, mlists and lists
771 * If Scilab fails to start because of a memory issue (stacksize), an
772 InitializationException Java exception is now displayed.
774 * Bug #10794 fixed - With Scilab built on an Ubuntu 11.10, javasci failed to
775 load with an undefined symbol
778 CACSD & Signal Processing
779 =========================
782 - conv - discrete 1-D convolution.
783 - conv2 - discrete 2-D convolution.
784 - convol2d - discrete 2-D convolution, using fft.
785 - phaseplot - frequency phase plot.
786 - xcorr - auto and cross correlation of signals (superseeds corr).
787 - xcov - auto and cross correlationvariance of signals (superseeds corr).
788 - arma2ss - conversion of an arma data structure into a state space one.
790 * 'mtlb_conv' compatibility function is now obsolete. Please use 'conv' instead.
792 * Bug #10562 fixed - The "CACSD/Robust Control" demo failed.
794 * Bug #11340 fixed - bode, gainplot, nyquist and plzr without arguments did not show an example.
800 * 'atomsQuit' function added to allow to call .quit of modules loaded by ATOMS
801 when user closes Scilab session. See SEP #77.
803 * tbx_build_loader generates also an unloader.sce to allow to call .quit file of
806 * ATOMS option 'offLine' has been renamed to 'offline'.
808 * Bug #9078 fixed - atomsGui took time to start gui.
810 * Bug #9798 fixed - .quit script of Atoms modules were not evaluated at Scilab quit.
812 * Bug #10494 fixed - atomsInstall and atomsLoad were not clearly distinguished
813 in the documentation.
815 * Bug #10500 fixed - ATOMS module without DESCRIPTION file returned a wrong
818 * Bug #10707 fixed - atomsInstall failed to use the path shortcut.
820 * Bug #10846 fixed - atomsSystemUpdate failed.
821 documentation about 'downloadTimeout' added.
823 * Bug #10864 fixed - atomsRemove required a network connection to remove a package.
825 * Bug #10933 fixed - atomsGetConfig did not check the value of input arguments.
827 * Bug #10957 fixed - atomsInstall required a network connection to install
830 * Bug #11062 fixed - atomsGetInstalledPath function moved as a public function.
836 * CallScilab.h removed (was deprecated since Scilab 5.2.0).
837 Please use call_scilab.h instead.
839 * 'int getLastErrorValue(void)' function added.
840 It now returns the last error code generated by Scilab.
842 * Function 'const char* getLastErrorMessageSingle();' added.
843 It now returns the last error message generated by Scilab.
845 * Deprecated functions in call_scilab.h removed : C2F(readmat), C2F(creadmat),
846 C2F(creadbmat), C2F(creadcmat), C2F(readchain), C2F(creadchain), C2F(creadchains),
847 GetLengthStringMatrixByName, C2F(matptr), C2F(cmatptr), C2F(cmatcptr), C2F(cmatsptr),
848 C2F(cmatbptr), getlengthchain
854 * Bug #2479 fixed - Graphic editor could not be used when format was not format("v",18).
856 * Bug #2853 fixed - sd2sci.sci removed from sources.
858 * Bug #3811 fixed - The overloading charcode was wrong for libraries.
860 * Bug #4806 fixed - If A was a sparse matrix, A^0 returned A and not the identity
863 * Bug #4813 fixed - Description of type 0 added in type help page.
865 * Bug #4978 fixed - Icons did not follow the Tango norm.
867 * Bug #6009 fixed - conv, conv2 and convol2d functions were missing.
869 * Bug #7167 fixed - Typo fixed in pdiv help page.
871 * Bug #7380 fixed - 'Value' property for uicontrol was rounded.
873 * Bug #7490 fixed - %inf had not always the same display.
875 * Bug #7289 fixed - The handle of the menu was still valid after calling delmenu(console_menu_handle).
877 * Bug #7728 fixed - rubberbox(): Instantaneous pointer's coordinates are now displayed in the status bar.
879 * Bug #7779 fixed - genlib did not check input arguments and did not use current
882 * Bug #7859 fixed - Improvements of "exists" help page.
884 * Bug #8050 fixed - A weird error message was displayed in some cases.
886 * Bug #8339 fixed - Default path for the Mac OS X version is now HOME instead
889 * Bug #8592 fixed - Explicit error message added when macros are not available.
891 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
892 simplified and optimized.
894 * Bug #8651 fixed - The error message of write_csv was wrong.
896 * Bug #8682 fixed - funcprot did not return the previous value when called with
899 * Bug #8685 fixed - Lack of consistency in keyword help page.
901 * Bug #8724 fixed - A critical error with uiget(file|dir) could have occurred.
903 * Bug #8859 fixed - Some comparison operators between hyper-matrices and 2-D arrays
906 * Bug #9002 fixed - bsplin3val, cshep2d, eval_cshep2d,interp, interp2d, interp3d,
907 linear_interp, splin, splin2d, splin3d functions ignored imaginary
908 part of input arguments without returning an error.
910 * Bug #9197 fixed - Unitary test examples in toolbox_skeleton
911 and xcos_toolbox_skeleton did not use assert functions.
913 * Bug #9255 fixed - Correct bad calling sequence in list_double_writing api help page.
915 * Bug #9295 fixed - 'base2dec' ignored the fractional part of 'base' input argument.
917 * Bug #9328 fixed - Scilab randomly crached at start-up under Mac OS X when calling
918 functions returning no value (lines, modes, banner, ...).
920 * Bug #9424 fixed - gettext("") did not return "".
922 * Bug #9502 fixed - 'toolbox' was badly used in assert help pages (replaced by 'module').
924 * Bug #9520 fixed - Missing named functions added in "API Scilab" help pages.
926 * Bug #9549 fixed - nthroot function added.
928 * Bug #9572 fixed - assert_checkerror did not check multi-lines errors.
930 * Bug #9643 fixed - genetic algorithms demo was not vectorized.
932 * Bug #9654 fixed - An example in optim help page was poorly implemented.
934 * Bug #9700 fixed - optim help page contained a mistake about bounds management.
936 * Bug #9734 fixed - intsplin help page moved from interpolation to
937 elementary functions chapter.
939 * Bug #9735 fixed - Old stack api examples removed.
941 * Bug #9811 fixed - Output message of fminsearch was wrongly set.
943 * Bug #9954 fixed - Example added in gmres help page.
945 * Bug #9953 fixed - Documentation added to the fre input argument of stdevf.
947 * Bug #9992 fixed - gcbo was not initialized in callbacks for uimenus in console.
949 * Bug #10017 fixed - The unitary test for bdiag used a "strange" comparison
952 * Bug #10044 fixed - wfir_gui function rewritten based on uicontrol and documented.
954 * Bug #10061 fixed - datatipCreate drew the tip in the current axes instead of curve
957 * Bug #10139 fixed - 'atomsTest' function did not manage specific test names.
959 * Bug #10236 fixed - exit(-1) prompted for exiting Scilab.
961 * Bug #10241 fixed - A .scg file could not be opened when a non-ascii character was in the legend.
963 * Bug #10244 fixed - The install of call_scilab could fail in some cases under
966 * Bug #10250 fixed - Bug in the detection of the Java path under GNU/Linux fixed.
968 * Bug #10267 fixed - The help browser did not use the default language at new session start-up.
970 * Bug #10272 fixed - Examples added in squeeze help page.
972 * Bug #10281 fixed - lyap function could crash.
974 * Bug #10303 fixed - test_run ignored "enable_lt" option.
976 * Bug #10304 fixed - test_run did not return an error if an invalid option was used.
978 * Bug #10306 fixed - 'isempty' could fail with empty elements in a list.
980 * Bug #10330 fixed - 'error' did not manage vector of strings as input argument, but
981 'lasterror' returned vector of strings.
983 * Bug #10341 fixed - font in help was bold when the font of a text uicontrol
986 * Bug #10342 fixed - assert_checkerror help file had a wrong format.
988 * Bug #10345 fixed - uicontrols were not always drawn at the right place.
990 * Bug #10372 fixed - Dependencies of MALLOC.h removed on Windows.h and machine.h
993 * Bug #10379 fixed - lines did not manage a 1x2 vector [nc, nl] as input argument.
995 * Bug #10384 fixed - In exiting, "Close Console" was suggested rather than "Close
998 * Bug #10396 fixed - Display of a structure with large matrix took too much time.
1000 * Bug #10402 fixed - FileBrowser threw an exception when a filter was set
1001 and the tree was expanded.
1003 * Bug #10408 fixed - In the history browser, the contents were scrolled even if the
1004 knob was not at the bottom.
1006 * Bug #10416 fixed - xmltoformat did not return at the root directory in case of error.
1008 * Bug #10418 fixed - Playsound was failing under Mac OS X. Thanks to
1009 Pierre-Henri Jondot for the patch.
1011 * Bug #10423 fixed - The function browsehistory() to open the history browser was missing.
1013 * Bug #10431 fixed - Navigation in history using CTRL+P or CTRL+N was not available.
1015 * Bug #10439 fixed - stacksize('max') crashed under Windows 64 bit.
1017 * Bug #10440 fixed - 'wfir_gui' generated errors if the view checkbox was selected
1018 and an erronous value was entered.
1020 * Bug #10444 fixed - fullfile did not manage string matrix as last input argument.
1022 * Bug #10449 fixed - At new session start-up, empty tabs could appear if the previous
1023 session has not been properly exited.
1025 * Bug #10450 fixed - Overloading for gamma, dlgamma and gammaln functions for list,
1026 tlist, mlist and hypermatrices types was not allowed.
1028 * Bug #10457 fixed - Reference in fftw help page pointed to a wrong version.
1030 * Bug #10458 fixed - demo_gui did not clear its variables when closing the figure.
1032 * Bug #10465 fixed - Typo fixed in isreal help page.
1034 * Bug #10466 fixed - mgetl detected an error but it did not return an error
1037 * Bug #10471 fixed - %helps_modules was not ignored by default by browsevar.
1039 * Bug #10473 fixed - Error fixed in factorial function help page bibliography.
1041 * Bug #10474 fixed - An exception could be thrown at the history browser
1044 * Bug #10475 fixed - Error fixed in perms function help page.
1046 * Bug #10477 fixed - In ilib_for_link, the display of the error message generated
1047 at configure time made mprintf fail.
1049 * Bug #10482 fixed - Wrong error message in format function fixed.
1051 * Bug #10499 fixed - lincos example in help file returned warning and error.
1053 * Bug #10503 fixed - error(999.666) did trunc error code without an error.
1055 * Bug #10506 fixed - ssprint did not check input arguments.
1057 * Bug #10518 fixed - odeoptions help page was inaccurate.
1059 * Bug #10519 fixed - spec returned a wrong error message when an input argument
1062 * Bug #10520 fixed - The fact that ceil, floor, round or fix could manage complex
1063 matrices was not clearly stated in the documentation.
1065 * Bug #10521 fixed - frexp returned a wrong error message.
1067 * Bug #10523 fixed - The fact that flipdim could manage complex matrices was
1068 not clearly stated in the documentation.
1070 * Bug #10526 fixed - A string was in French in the English help page of cumprod.
1072 * Bug #10532 fixed - In some cases, browsevar cloud crash with some unknown
1075 * Bug #10536 fixed - A string was in French in the English help page of cumsum.
1077 * Bug #10538 fixed - Typos fixed in the help pages of prod and cumprod.
1079 * Bug #10543 fixed - %eps, %pi, %i, %nan, %inf were not documented.
1081 * Bug #10544 fixed - debug did not return the previous value when called with
1084 * Bug #10551 fixed - Issues fixed in the Russian localization.
1086 * Bug #10558 fixed - Tcl/Tk demonstrations did not start.
1088 * Bug #10560 fixed - genetic algorithms demonstrations failed.
1090 * Bug #10564 fixed - atan graphic demonstration was failing due to a too restrictive test
1091 in the linspace function.
1093 * Bug #10565 fixed - The demonstration simulation --> bicycle simulation --> unstable
1096 * Bug #10574 fixed - Runge-Kutta-Method failed for vector [x, 1] with x > 9.
1098 * Bug #10576 fixed - getdate (under Windows) did not manage dates after January 19, 2038
1100 * Bug #10577 fixed - getdate did not check input arguments.
1102 * Bug #10579 fixed - Wrong reference to and function in the help page of prod
1105 * Bug #10588 fixed - Update of waitbar help page to precise that the function returns
1108 * Bug #10626 fixed - taucs_chdel(), umf_ludel() returned an error.
1110 * Bug #10628 fixed - Reference to sci_types enum changed and "see also" section added.
1112 * Bug #10631 fixed - The # sign was missing in some error cases.
1114 * Bug #10632 fixed - Navigation buttons in the file browser did not change the
1115 current Scilab working directory.
1117 * Bug #10634 fixed - dsearch help page referenced an invalid input argument
1120 * Bug #10641 fixed - string(:) gave wrong results.
1122 * Bug #10643 fixed - Bad result when using isreal function with a polynomial
1125 * Bug #10652 fixed - getdebuginfo() did not display TMPDIR value.
1127 * Bug #10654 fixed - dgettext with "scilab" domain did not return the same result
1130 * Bug #10656 fixed - Exception occurred when an empty help browser was closed.
1132 * Bug #10658 fixed - Typos fixed in the bloc2exp help page.
1134 * Bug #10662 fixed - xload did not support tlist for user_data property.
1136 * Bug #10673 fixed - Typos fixed in ssrand help page.
1138 * Bug #10685 fixed - inttrap help page moved to differential equations module.
1140 * Bug #10710 fixed - Wrong error message fixed in xml module.
1142 * Bug #10716 fixed - The help page of acos badly talked about vectors instead of matrices.
1144 * Bug #10717 fixed - Typos fixed in acosd help page.
1146 * Bug #10720 fixed - Typos fixed in acosh help page.
1148 * Bug #10724 fixed - Missing links added in acot help page.
1150 * Bug #10725 fixed - Typos fixed in acot help page.
1152 * Bug #10726 fixed - Missing links added in acsc help page.
1154 * Bug #10727 fixed - Missing links added in asech help page.
1156 * Bug #10728 fixed - Wrong link fixed in asind help page.
1158 * Bug #10729 fixed - Missing links added in asinh help page.
1160 * Bug #10730 fixed - Missing links added in asinhm help page.
1162 * Bug #10731 fixed - Typos fixed in atan help page.
1164 * Bug #10732 fixed - Wrong link fixed in atand help page.
1166 * Bug #10733 fixed - Missing link added in atanm help page.
1168 * Bug #10734 fixed - Missing link added in cos help page.
1170 * Bug #10735 fixed - Missing information added about input argument in cotd help page.
1172 * Bug #10736 fixed - Missing "Arguments" section added in coth help page.
1174 * Bug #10737 fixed - Missing "Arguments" section added in cothm help page.
1176 * Bug #10738 fixed - Typos fixed in cscd help page.
1178 * Bug #10739 fixed - Typos fixed in csgn help page.
1180 * Bug #10740 fixed - Typos fixed in sec help page.
1182 * Bug #10741 fixed - Typos fixed in secd help page.
1184 * Bug #10742 fixed - Missing link added in sin help page.
1186 * Bug #10743 fixed - Wrong link fixed in sind help page.
1188 * Bug #10744 fixed - Typos fixed in sinh help page.
1190 * Bug #10745 fixed - Typos fixed in tand help page.
1192 * Bug #10769 fixed - Dead code removed from bsplin3val.
1194 * Bug #10775 fixed - Scilab icons in filebrowser had a wrong size.
1196 * Bug #10782 fixed - 'iconvert' did not check input arguments.
1198 * Bug #10797 fixed - contour, contour2d, contourf did not check input arguments.
1200 * Bug #10807 fixed - It was not possible to overload fft and fftw for list,
1203 * Bug #10809, #10810 fixed - error_table help page was not up-to-date.
1205 * Bug #10820 fixed - datatipscurve generator was freezing Scilab.
1207 * Bug #10828 fixed - Developer arguments were not displayed in the help of
1210 * Bug #10831 fixed - set("auto_clear", "on") and set("auto_clear", "off") returned an error.
1212 * Bug #10835 fixed - Typo that made the 'atanm' function unusable fixed.
1214 * Bug #10836 fixed - resize_matrix with boolean failed.
1216 * Bug #10839 fixed - dec2hex function was limited to 32 bits.
1218 * Bug #10841 fixed - sliderStep property could not be set with "big" default value.
1220 * Bug #10845 fixed - $ was not documented.
1222 * Bug #10847 fixed - dec2base returned a wrong error message with a complex
1223 number as input argument.
1225 * Bug #10861 fixed - debug([]) returned a wrong error message.
1227 * Bug #10867 fixed - Loading a .scg file failed when the legend contained accentuated characters.
1229 * Bug #10879 fixed - Typo fixed in dec2base help page.
1231 * Bug #10880 fixed - Default start-up directory moved to "My Documents folder"
1232 under Windows for icon shortcut.
1234 * Bug #10881 fixed - Typo fixed in ftest and ftuneq help pages.
1236 * Bug #10904 fixed - Error messages of and() and or() builtin were not standard.
1238 * Bug #10913 fixed - The "View code" button was missing in GUI demos.
1240 * Bug #10928 fixed - Examples of save updated with information to fix trouble under Windows.
1242 * Bug #10966 fixed - linspace was producing some numerical errors on the last
1245 * Bug #10982 fixed - Completion failed when a space was used before the command.
1247 * Bug #11010 fixed - Examples of preconditioning added in gmres help page.
1249 * Bug #11029 fixed - Execution path to TMPDIR fixed in the example given in dae help page.
1251 * Bug #11055 fixed - 'string' function did not manage implicit size type as
1254 * Bug #11076 fixed - mlist('r'), tlist('r') returned a wrong error message.
1256 * Bug #11077 fixed - rlist() returned an error.
1258 * Bug #11081 fixed - movefile, copyfile did not support '~', 'TMPDIR',
1259 shortcuts in filenames.
1261 * Bug #11090 fixed - Typo fixed in event_handler_function help page.
1263 * Bug #11093 fixed - isNamedVarExist() did not search in builtin functions names.
1265 * Bug #11105 fixed - Crash with color_flag 3 fixed.
1267 * Bug #11114 fixed - Using load(file_descriptor, ...) is now obsolete.
1269 * Bug #11115 fixed - A graphic window was opened with two xend().
1271 * Bug #11126 fixed - Error messages improved.
1273 * Bug #11129 fixed - lapackscilab.sce could not be run outside its location.
1275 * Bug #11138 fixed - a = list() crashed under Windows 64 bits.
1277 * Bug #11154 fixed - Grid color hid the plots in Graphics/2D & 3D plots/plot2d demonstrations.
1279 * Bug #11166 fixed - datatipRemove example did not work.
1281 * Bug #11167 fixed - datatipRemoveAll example did not work.
1283 * Bug #11175 fixed - xstringl example did not work.
1285 * Bug #11186 fixed - 'typeof' of a type 130 returned an error.
1287 * Bug #11194 fixed - A browsevar exception could occur at start-up.
1289 * Bug #11205 fixed - A rare exception at Scilab start-up could occur.
1291 * Bug #11222 fixed - Links added between xdel, close and delete help pages.
1293 * Bug #11223 fixed - Deletion of datatips.
1295 * Bug #11265 fixed - msprintf crashed on a huge string.
1297 * Bug #11281 fixed - References to x_left & y_top were false in reversed axes
1298 cases in rubberbox help page.
1300 * Bug #11289 fixed - swap_handles function modified the properties.
1303 Changes between version 5.3.3 and 5.4.0-alpha-1 of Scilab
1304 =========================================================
1309 * Thanks to this new feature, Scilab confirms its usability and its strong
1310 user-oriented approach. Scilab desktop is the new concept behind Scilab
1311 windows management taking advantage of our docking system (advanced Flexdock features).
1312 Out of the box, Scilab is now able to save all windows layouts including the
1313 help browser, the variable browser, the command history, SciNotes and Xcos.
1314 Through this major improvement, position and size of all windows will
1315 be saved from a session to another.
1317 In this context, a file browser component has been developed and fully
1318 integrated into Scilab desktop and all other components have been improved
1319 to provide the best user experience for Scilab users.
1321 Editvar has had important refreshment. It allows plot and subplot, manages
1322 almost all Scilab variable types and is much more faster.
1324 Scilab desktop provides various predefined layouts:
1325 - Simple The standard Scilab console
1326 => Scilab 5.3.3 (and previous versions) defaults.
1327 - Integrated The variable browser, the history browser and the file browser
1328 are opened by default and combined around Scilab
1329 console to provide an ergonomic workspace
1330 => Scilab 5.4.0 defaults
1336 * Version 5.4.0 introduces XML management features. It allows easy access to
1337 XML files, validation and writing.
1339 - XMLObjects - Describe the properties of the different XML objects
1340 - xmlAddNs - Add a namespace to a XML Element
1341 - xmlClose - Close a XML document
1342 - xmlDTD - Create a XML DTD object
1343 - xmlDocument - Create a new XML document
1344 - xmlDump - Dump a XML object
1345 - xmlElement - Create a new XML element
1346 - xmlFormat - Format a Scilab variable into XML
1347 - xmlGetNsByHref - Get a namespace by its href
1348 - xmlGetNsByPrefix - Get a namespace by prefix
1349 - xmlGetOpenStreams - Get all open XML documents or all open XML Validation files.
1350 - xmlNs - Create a new XML Namespace
1351 - xmlRead - Read a XML stream from a local or distant file
1352 - xmlReadStr - Read a XML tree from a string
1353 - xmlRelaxNG - Create a XML Relax NG object
1354 - xmlSchema - Create a XML Schema object
1355 - xmlValidate - Validate a document in using a DTD, a Relax NG or a Schema.
1356 - xmlWrite - Write a XML document in a file
1357 - xmlXPath - Make an XPath query on a XML document
1358 - xmlIsValidObject - Test the existence of a XML object
1360 Those features have been developed in the context of the OASIS R&D project.
1366 * Marks added in the vertical scrollbar to see the positions of matching words
1367 when an incremental search is done (via F3 or in selecting text).
1369 * In the find/grep tools, possibility added to use ~ as an alias for user home
1370 dir. and SCI for Scilab data base dir.
1372 * 'Save and Execute all files' action added.
1374 * A tab can be closed in using the middle mouse button.
1376 * Bug #9334 fixed - Extra lines were added when code was exported into PDF under
1379 * Bug #9358 fixed - A simple quoted string was not always correctly converted
1380 into double quoted ones.
1382 * Bug #9476 fixed - In find/grep tools, the abbreviation 'sec' is now used instead of
1385 * Bug #9480 fixed - Words after selection were badly highlighted under Windows.
1387 * Bug #9484 fixed - An empty file was not removed when an existing file was
1390 * Bug #9488 fixed - There was no popup menu on the tab to copy the file path.
1392 * Bug #9505 fixed - A LaTeX string in a comment was not considered as a comment.
1394 * Bug #9597 fixed - It was not possible to navigate across the tabs with
1395 <CTRL>+(PAGE_UP | PAGE_DOWN).
1397 * Bug #9740 fixed - There was no way to have \n in replacement string.
1399 * Bug #9854 fixed - There was a wrong colorization with strings containing several
1402 * Bug #9878 fixed - Shortcut "Correct indentation" added in right click menu.
1404 * Bug #9897 fixed - With Mac OS X, eol was not replaced by \n when code was copied
1405 from Word to SciNotes.
1407 * Bug #10157 fixed - Scilab froze when docking SciNotes after a flexdock bug in a
1410 * Bug #10252 fixed - The font could not changed when SciNotes was docked with the
1413 * Bug #10354 fixed - Bad caret position after a selection action.
1416 Graphical User Interface
1417 =========================
1419 * The variable browser now automatically refreshes (See Bug #9446).
1425 * Bug #10006 fixed - Unrelevant C-comment in the example of ScilabHaveAGraph
1431 * xcos_toolbox_skeleton will not be loaded if Xcos is not installed.
1433 * scilab -f file.xcos opens Xcos diagram in Xcos.
1435 * Error reporting has been improved to print warnings on blocks into Xcos.
1437 * The style of a block can be changed in the interface function.
1439 * BARXY Block added to help 2-D Mechanics system visualization.
1441 * Bug #7985 fixed - dmmul.c did not use dgemm routine optimized by BLAS.
1443 * Bug #8421 fixed - CLKFROM and CLKGOTO were not part of the "Signal Routing"
1446 * Bug #8538 fixed - Counter block label was not reflecting parameters.
1448 * Bug #8742 fixed - On the Modelica initialization GUI, the error reporting did
1451 * Bug #8743 fixed - On the Modelica initialization GUI, it was impossible to
1452 re-fix the states after a derivative fix.
1454 * Bug #9037 fixed - When connecting blocks, the green port blinked on a small mouse move.
1456 * Bug #9301 fixed - Exception when one tried to paste a column to replace a
1459 * Bug #9336 fixed - SuperBlock with non-connected ports produced an invalid
1462 * Bug #9390 fixed - FROMWSB_c block did not reset to the default values on
1463 reinitialization execution.
1465 * Bug #9478 fixed - Block structure was not checked while adding them to a new
1468 * Bug #9501 fixed - With a localized TMPDIR, block edition could throw an HDF5
1471 * Bug #9506 fixed - Some libraries dependencies were not loaded at
1472 xcos_toolbox_skeleton start-up.
1474 * Bug #9532 fixed - User-defined blocks had no icons when saved.
1476 * Bug #9547 fixed - The about box was not localized due to a multi-line string.
1478 * Bug #9579 fixed - Duplicate content in scicos_math.h removed and replaced by
1479 a cleaner call to math.h instead.
1481 * Bug #9590 fixed - Xcos examples were not embedded into Windows binary version.
1483 * Bug #9732 fixed - Code generation failed at compilation under Windows with
1484 "unresolved external symbol dset_".
1486 * Bug #9750 fixed - Minor error in the help page of scicos_debug fixed.
1488 * Bug #9810 fixed - Errors dealing with MATINV wrong simulation values have been improved.
1490 * Bug #9927 fixed - Xcos crashed at 'XcosPalAdd' command execution.
1492 * Bug #9947 fixed - VARIABLE_DELAY block could not be dragged to a diagram.
1494 * Bug #9972 fixed - Error reporting with a wrong context produced an endless
1497 * Bug #9988 fixed - CLKSOMV_f had a wrong interface function after loading from
1500 * Bug #10003 fixed - The MAXMIN block did not update its display according to
1502 * Bug #10048 fixed - Blocks which use superblocks now loop over their children
1503 to find the parameters dialog to open.
1505 * Bug #10069 fixed - AFFICH_m block did not update its display at
1508 * Bug #10096 fixed - Set [1;-1;] on a product block thrown an exception.
1510 * Bug #10302 fixed - LaTeX labels were not rendered.
1517 * Czech localization by ZbynÄk Schwarz
1520 * Bug #10032 fixed - Force the unset of the environment variable LANGUAGE to
1521 tackle some issues. Mac OS X locale detection did not take into account
1528 * mgetl, exec, fscanfMat functions manage files encoded as UTF-8 with BOM.
1530 * tempname function added (SEP #68).
1532 * fullpath did not manage matrix of string as input argument. (SEP #72)
1534 * Bug #9253 fixed - fscanfMat failed to read a file with some lines
1535 of text at the end (backward compatibility).
1537 * Bug #9570 fixed - fprintfMat did not use the good format argument with nan and
1540 * Bug #9869 fixed - fscanf did not check the number of input arguments.
1542 * Bug #9917 fixed - mputl function crashed with a wrong second parameter.
1544 * Bug #10055 fixed - findfiles had a wrong default filter under GNU/Linux
1547 * Bug #10300 fixed - fscanfMat did not free some memory.
1549 * Bug #10355 fixed - Error messages in fullfile function were not localized.
1555 * The assert module provides a set of assertion functions.
1556 The goal of this module is to provide functions to check the
1557 behavior of some other functions, for example in unitary tests.
1558 We emphasize the use of consistent tools for testing numerical
1559 issues, with the goal of testing numerical algorithms more easily.
1560 In particular, we provide a comparison function for two floating
1561 point numbers, which allows to check that two numbers are
1562 "numerically almost equal", i.e. that the relative error is small.
1563 This automatically fixes Bug #4381.
1565 * The damp function in CACSD module computes the natural pulsation
1566 and damping factor of linear dynamical systems.
1572 * neldermead: Added a demonstration - search for largest / smallest polygon.
1574 * Improved clarity of examples in the help pages of
1575 optimization module.
1576 Avoid unnecessary calls to "deff".
1577 Avoid the "all statements in whole line" style.
1579 * readmps - Created unit test.
1580 Fixed bug in error messages management.
1581 Fixed bug in a test file reading.
1582 Defined a printing system by overloading for MPS structure.
1583 Updated the help page.
1585 * genetic_algorithms - performances improved (2 to 4 times faster).
1587 * Bug #7093 fixed - The data structure generated by neldermead_new could not
1588 be saved and reloaded.
1590 * Bug #7889 fixed - The tolerance on x for neldermead was too small.
1591 Updated -tolxrelative default value from %eps to sqrt(%eps).
1593 * Bug #7891 fixed - The neldermead component had too many options.
1594 Tagged -costfargument option of optimbase as obsolete: will be
1595 maintained for backward compatibility until 5.4.1.
1596 The -fun option can now be a list, where the element #1 is a
1597 function, and the elements #2 to the end are automatically appended to
1598 the calling sequence.
1599 Tagged -outputcommandarg option of optimbase as obsolete: will be
1600 maintained for backward compatibility until 5.4.1.
1601 The -outputcommand option can now be a list, where the element #1 is
1602 a function, and the elements #2 to the end are automatically appended
1603 to the calling sequence.
1604 Tagged "outputfun(x,optimValues,state)" calling sequence of fminsearch
1605 as obsolete: will be maintained for backward compatibility until
1607 The new calling sequence is "stop=outputfun(x,optimValues,state)"
1608 Tagged "myoutputfun(state,data)" calling sequence of neldermead
1609 as obsolete: will be maintained for backward compatibility until
1611 The new calling sequence is "stop=myoutputfun(state,data)"
1612 Tagged "-myterminateflag" and "-myterminate" options as obsolete:
1613 will be maintained for backward compatibility until 5.4.1.
1614 See the help page of neldermead for details to update your
1617 * Bug #7892 fixed - The neldermead component did not provide a default
1619 The new function neldermead_defaultoutput was created
1620 to print a simple one line output message by iteration.
1622 * Bug #8542 fixed - In neldermead, there were undocumented default options.
1623 Same changes applied to the help of optimbase.
1625 * Bug #8543 fixed - In neldermead, the help page presented a wrong order
1628 * Bug #8545 fixed - In neldermead, the printing system displayed too long
1631 * Bug #8546 fixed - The neldermead functions might have called f outside
1634 * Bug #8547 fixed - The neldermead function called f outside the constraints.
1636 * Bug #8549 fixed - The neldermead function did not help to debug
1639 * Bug #8552 fixed - Improved fminsearch to provide Extra Parameters.
1640 Help page updated with new section "The cost function" and new
1641 example "Passing extra parameters".
1643 * Bug #8676 fixed - The pack/unpack functions had no help pages.
1645 * Bug #8777 fixed - The neldermead function failed to restart with bounds.
1646 Added examples of restarts with/without bounds in the
1647 neldermead help page.
1649 * Bug #8805 fixed - The neldermead function, algorithm box, wrongly used
1650 the output function.
1652 * Bug #9323 fixed - The messages in optimbase_checkbounds were not localized.
1653 Same changes applied to optimbase_checkx0.
1655 * Bug #9472 fixed - The ind argument of optim was inconsistently documented.
1657 * Bug #9566 fixed - The tolvarianceflag, tolabsolutevariance,
1658 tolrelativevariance options of neldermead are now obsolete.
1659 See the help page of neldermead for details to update your
1662 * Bug #9567 fixed - The neldermead overview had a TODO section.
1664 * Bug #9576 fixed - The neldermead component did not check the bounds
1665 of some input parameters.
1667 * Bug #9578 fixed - The optimbase_configure function did not check the
1668 values of input arguments.
1670 * Bug #9607 fixed - The optimsimplex_new function poorly managed the
1671 variable number of arguments.
1673 * Bug #9612 fixed - The quapro help page has been removed.
1675 * Bug #9698 fixed - The optim/"gc" algorithm did not support imp=-1.
1677 * Bug #9822 fixed - The value ind=1 of optim was not supported by
1684 * Bug #9357 fixed - stdevf returned zero for row vector arguments.
1686 * Bug #9846 fixed - stdevf() gave zero result when a single row matrix was evaluated.
1688 * Bug #7387 fixed - The help pages for rand and grand functions gave wrong advice.
1694 * Bug #9749 fixed - expm reported non convergence problem.
1700 * ordmmd help page and unit test created.
1702 * Organized help pages into sub-sections.
1704 * Bug #10126 fixed - Wrong (or failing) insertion in a sparse matrix.
1710 * A new system to keep track of the translations of the main documentation
1711 has been developed. See http://help.scilab.org/status/fr_FR/,
1712 help.scilab.org/status/pt_BR/ and http://help.scilab.org/status/ja_JP/
1715 * <ALT>+<LEFT ARROW> / <ALT>+<RIGHT ARROW> allows browsing the history
1718 * The space key behave like the page down key (See Bug #9491).
1720 * Management of the revhistory / revision tag to provide information about
1721 the history of the function.
1723 * Bug #3431 fixed - Some help tools functions were obsolete and not removed.
1725 * Bug #9105 fixed - err output parameter of mopen function was not documented.
1727 * Bug #9299 fixed - Fix a typo in the cspect, pspect and window help pages
1728 (Hanning changed to Hann).
1730 * Bug #9320 fixed - analpf help page gave wrong frequency units of omega (Hz instead of rd/s).
1732 * Bug #9417 fixed - In English, api_scilab polynom help pages updated to the word
1735 * Bug #7133 fixed - help_from_sci function did not return the function template.
1737 * Bug #7134 fixed - help_from_sci produced an invalid .xml file.
1739 * Bug #9790 fixed - windows_tools help were not available for all platforms.
1741 * Bug #9983 fixed - The xclick help page did not clearly specify the axes used for
1748 * 'oemtochar' and 'chartooem' functions (windows_tools) are obsolete and will be
1749 removed in Scilab 5.4.1.
1751 * 'showalluimenushandles' function (graphics) was undocumented. This function is
1752 obsolete and will be removed on 5.4.1.
1753 Use set(get(0), "ShowHiddenHandles", "on"); instead.
1755 * 'code2str' and 'str2code' are obsolete and will be removed on 5.4.1, please use
1759 Removed Functions (previously declared as obsolete)
1760 ====================================================
1762 * ilib_for_link, ilib_build no more accept files with ".o" or ".obj" extensions
1765 * 'with_atlas' removed. Please use 'getdebuginfo' instead.
1767 * C API function Error(x) removed. Please use SciError instead.
1769 * 'MSDOS' removed. Please use 'getos' instead.
1775 * Under GNU/Linux and Mac OS X, Scilab start-up speed of scilab-cli and
1776 scilab-adv-cli has been improved by 15 to 20 % (see Compilation for more
1779 * SSE is now enabled by default under GNU/Linux with 32-bit CPU (it is already
1780 the case under 64-bit CPU).
1781 Pentium III class (or equivalent) with SSE instructions is required.
1783 * Improved performances of function pareto_filter (Genetic algorithms).
1785 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
1786 simplified and optimized.
1792 * Under Windows, Scilab uses VS 2010 Pro and Express solution.
1794 * Under GNU/Linux and Mac OS X, engine libraries have been merged into a single
1795 library named libscilab-cli.so. This greatly improves the start-up
1797 Note that the --enable-maintainer-mode enables the previous behavior (simply
1798 the development process).
1800 * Under GNU/Linux and Mac OS X, all modules build as standalone their algorithms
1801 as a static library (only available in the source tree).
1802 This will avoid an important dependency tree for unitary testing.
1804 * Under GNU/Linux and Mac OS X, for each module, the list of
1805 explicit dependencies on the other libraries is no more needed.
1806 Use libscilab-cli.so or libscilab.so to link against Scilab.
1808 * Enforce a minimal version of JRosetta (1.0.4).
1810 * Enforce a minimal version of flexdock (1.0).
1812 * Enforce a minimal version of GIWS (1.3.0).
1814 * Force the Java class version target to version 6 (or 1.6).
1816 * Add Java 7 in the Debian & Ubuntu search path under GNU/Linux.
1818 * Under GNU/Linux and Mac OS X, if ccache is installed, use it to build Scilab.
1820 * Bug #9409 fixed - Warning "remark #8291" removed with Intel Fortran 2011 compiler.
1822 * Bug #9500 fixed - Explicit the GUI module manifest class-path to facilitate Debian
1823 checking tool process.
1825 * Bug #9782 fixed - configure with --without-gui was failing.
1827 * Bug #9793 fixed - --without-gui now also disables Xcos.
1829 * Bug #9883 fixed - Build with --disable-build-help was failing.
1831 * Bug #9991 fixed - ./configure --without-xcos failed to build.
1833 * Bug #10158 fixed - Configure used g77 even if gfortran was available.
1839 * Bug #9432 fixed - Link a 64-bit dynamic library on a 32-bit platform returned
1840 a wrong error message under Windows.
1842 * Bug #9761 fixed - NDEBUG was not defined for dynamic link (by default) in
1843 release mode under Windows.
1845 * Bug #9930 fixed - ilib_build did not display all filenames used.
1847 * Bug #10320 fixed - libname argument of ilib_for_link did not work.
1849 * Bug #10344 fixed - Windows SDK 7.1 was not detected with VS Express 2010
1850 under 64-bit platform.
1856 * Shows the dimension of the variable by default.
1858 * Automatically resize the variable browser table when docked.
1860 * A tooltip has been added on the type column to display the name of the type.
1862 * A tooltip has been added on the size column to display the size in bytes
1863 (like in previous versions of Scilab).
1869 * Default text in history for a starting session has been changed for:
1870 "Begin Session: Tue Jun 21 14:35:45 2011" to "21/06/2011 14:35:45"
1876 * Obsolete value for line_style property:
1877 0 and 1 are equivalent values for SOLID rendering.
1878 A warning message will be displayed if the user tries to set this property to 0.
1879 Setting this property to 0 will no more be supported in Scilab 5.4.1.
1881 * getcallbackobject: Input argument must be an UID (String) and no more an index (Constant).
1883 * datatips tool improved on several aspects:
1884 - It is now possible to manage directional arrows as well as
1885 square mark markers.
1886 - The automatic label placement has been improved to avoid the
1887 overlapping with the curve.
1888 - It is now possible to have painted box or box free labels.
1889 - Markers can now be selected and moved using the arrow keys
1890 or deleted with the "Del" key.
1892 * Bug #2043 fixed - The graphic function copy() did not manage axes. Thanks to
1893 Samuel Gougeon for the fix.
1895 * Bug #7412 fixed - Better management of datatips activation/deactivation.
1897 * Bug #7419 fixed - datatips(): customization is now available through a GUI.
1899 * Bug #8239 fixed - Activation of datatips overwrote and destroyed any event_handler
1902 * Bug #8965 fixed - copy function did not work for handles.
1904 * Bug #9269 fixed - Specified graphic entities for legend were drawn in reverse order.
1906 * Bug #9330 fixed - delete() called overloading instead of deleting the current
1909 * Bug #9455 fixed - The contourf and contourf 2 demonstrations displayed unwanted dots.
1911 * Bug #10121 fixed - polyline.interp_color_vector where not saved or recoverable
1912 by xsave/xload. Thanks to Samuel Gougeon for the fix.
1914 * Bug #10298 fixed - Example of datatipSetDisplay generated an error.
1916 * Bug #10331 fixed - datatipCreate produced a warning and an error instead of
1917 a warning if the curve user_data was not a struct.
1922 * Bug #5380 fixed - atomsShow() output was broken (separators were not aligned).
1924 * Bug #8648 fixed - The tarball was not deleted when a module was removed (SEP #71).
1926 * Bug #8664 fixed - Message error updated for non-supported OS.
1928 * Bug #8763 fixed - ATOMS installation path was shared on Windows 64 with 32-bit.
1930 * Bug #8942, #9805 fixed - atomsSystemUpdate() failed under some Windows.
1932 * Bug #9127 fixed - "Home" item renamed to "Installed Modules".
1934 * Bug #9679 fixed - atomsSystemUpdate checks that Scilab is not in offLine mode, or writes a warning message if so.
1936 * Bug #9805, #8942 fixed - atomsSystemUpdate() failed under some Windows.
1938 * Bug #9967 fixed - Windows UAC was causing trouble with atomsRepositorySetOfl (internal function).
1940 * Bug #10025 fixed - Wrong url in some help files examples.
1942 * Bug #10031 fixed - atomsDisp did not work with "\n" in messages text.
1948 * Java mapping of Scilab data has now a new method called getType() which
1949 returns the value of the ScilabTypeEnum enum.
1951 * New methods added:
1952 - Scilab.execException(String)
1953 Same as Scilab.exec(String) but returns an exception when a Scilab error occurs
1954 - Scilab.execException(String[])
1955 Same as Scilab.exec(String[]) but returns an exception when a Scilab error occurs
1956 - Scilab.execException(File)
1957 Same as Scilab.exec(File) but returns an exception when a Scilab error occurs
1959 * Bug #9149 fixed - Calling a graphic function without activating the appropriate
1960 mode did not triggered an exception.
1962 * Bug #9467 fixed - Unnecessary declarations in MAKE.BAT of Javasci examples.
1964 * Bug #9544 fixed - Calling graphic with Javasci from a SWING application from
1965 EDT was crashing the execution of a Java program.
1971 * Add functions to identify list datatypes:
1972 isListType, isNamedListType, isTListType, isNamedTListType, isMListType,
1977 CACSD and Signal Processing
1978 ===========================
1980 * Bug #1635 fixed - iir filter frequency response might have been wrong.
1981 "pole zero gain" representation added as possible iir function
1984 * Bug #7895 fixed - fft2() was broken under Windows with MKL wrapper.
1986 * Bug #7901 fixed - besselh.tst failed under Windows.
1988 * Bug #8684 fixed - wfir function produced an error message when used interactively.
1990 * Bug #9098 fixed - CACSD demonstrations --> Robust control failed on 64-bit Windows.
1992 * Bug #9214 fixed - abaque replaced by nicholschart in the black.sci comments.
1994 * Bug #9266 fixed - fftw crashed under Windows when using MKL wrapper.
1996 * Bug #9321 fixed - Missing tests and help info for some CACSD functions.
1998 * Bug #9647 fixed - At Scilab start-up, the variable fft was declared by default
1999 while it should not have been.
2001 * Bug #9675 fixed - iir generated bad results.
2003 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
2005 * Bug #9719 fixed - delip.tst execution froze under Windows.
2007 * Bug #9725 fixed - syredi.tst execution froze under Windows.
2009 * Bug #10008 fixed - Wrong unit in the datatip for bode function.
2011 * Bug #10169 fixed - Bad clipping option in evans.
2013 * Bug #11092 fixed - Incorrect argument check in h_inf
2019 * The linspace function accepts column vectors as input argument for the two
2020 first input arguments. Thanks to Guillaume AZEMA for the implementation.
2022 * The logspace function accepts column vectors as input argument for the two
2023 first input arguments.
2025 * Change the buffering display mode.
2027 * SEP #67: lines(0) by default at start-up.
2029 * Options -disable-exception-catching added under GNU/Linux & Mac OS X.
2030 Disables the Scilab exception catching system.
2032 * texmacs module moved as an ATOMS module.
2033 atomsInstall('texmacs')
2035 * PVM module moved as an ATOMS module.
2038 * maple2scilab module moved as an ATOMS module.
2039 atomsInstall('maple2scilab')
2041 * SEP #69: predef('names') returns names of protected variables by predef.
2043 * printf moved as alias on mprintf function.
2045 * sprintf moved as alias on msprintf function.
2051 * Bug #1604 fixed - List extraction failed.
2053 * Bug #3291 fixed - SCI/modules/tclsci/tcl/BWidget-1.8.0/ moved as prerequirements.
2055 * Bug #4240 fixed - Some unexpected blank lines were displayed with the dir function.
2057 * Bug #4576 fixed - An example of ilib_build with "cflags" argument was missing.
2059 * Bug #4833 fixed - msprintf() interpreted "\n" as a carriage return even if "\n"
2060 was supplied by the 2nd input argument.
2062 * Bug #4847 fixed - In uigetfile, there was no way to select files with a given
2065 * Bug #5491 fixed - Clearly states that haveacompiler() only works under Windows.
2067 * Bug #5696 fixed - When SE Linux is enabled, error messages for
2068 Scilab in the Scilab binary distribution disabled.
2070 * Bug #6408 fixed - prompt() removed trailing whites.
2072 * Bug #6819 fixed - prompt() interpreted '<...>' as html.
2074 * Bug #6875 fixed - test_run() could not run at once on the +3000 tests of
2077 * Bug #7061 fixed - changelog.txt, readme.txt, version.xml removed from modules.
2079 * Bug #7249 fixed - 'string' function did not work as documented
2080 with a macro as input argument.
2082 * Bug #7333 fixed - In BrowseVar, variables could have a weird type number.
2084 * Bug #7358 fixed - Help pages of type and typeof have now links to the actual
2087 * Bug #7409 fixed - Some corrupted matrices could be created from api_scilab.
2089 * Bug #7700 fixed - Bad proposition in the console history when a char was added.
2091 * Bug #7745 fixed - add_demo moved in demo_tools module.
2093 * Bug #7815 fixed - tohome() function erased previous and future commands in Scilab console.
2095 * Bug #8086 fixed - Some functions displayed a wrong error message when called
2096 without input argument.
2098 * Bug #8243 fixed - xgeom demonstration renamed to geom3d.
2100 * Bug #8245 fixed - gsort() did not allow overloading with not managed types.
2102 * Bug #8296 fixed - Asking for extra array dimension value with size crashed Scilab.
2104 * Bug #8420 fixed - lines crashed Scilab in some cases.
2106 * Bug #8688 fixed - fillMatrixOfString did not check available memory on stack.
2108 * Bug #8753 fixed - Help file of c_link did not describe input argument num.
2110 * Bug #8768 fixed - GetRhsVar(..., STRING_DATATYPE, ...) did not check size of input argument.
2112 * Bug #8797 fixed - Update of the help pages of getdate('s') to detail that
2113 the returned value contains the leap seconds.
2115 * Bug #8874 fixed - Display of complex numbers with Inf or Nan for real or imaginary
2118 * Bug #8963 fixed - mtlb_mode test failed under Windows.
2120 * Bug #9045 fixed - plot2d did not support overloading.
2122 * Bug #9056 fixed - A uicontrol could not be closed with <META>+W.
2124 * Bug #9104 fixed - 'warning' used in a diary Scilab session added timestamp
2127 * Bug #9129 fixed - Completion on field did not propose graphics handle fields
2130 * Bug #9156 fixed - mgetl.c compilation failed under some Windows.
2132 * Bug #9164 fixed - The unit tests now use the new assert functions.
2134 * Bug #9268 fixed - Scilab was overriding a predefined variable JAVA_HOME.
2136 * Bug #9277 fixed - Escape character "\" did not work with msprintf.
2138 * Bug #9339 fixed - tbx_build_help function did not manage languages correctly.
2140 * Bug #9354 fixed - 'avematfile could not save imbricate structures.
2142 * Bug #9414 fixed - 'SCI' and 'SCIHOME' variables were not documented.
2144 * Bug #9452 fixed - It was impossible to download Intel MKL through a proxy.
2146 * Bug #9461 fixed - The assert_checkalmostequal function did not manage
2147 sparse matrices and hypermatrices.
2149 * Bug #9479 fixed - Typo fixed (intput => input).
2151 * Bug #9498 fixed - A long history caused Scilab start-up to be very long.
2153 * Bug #9510 fixed - export_to_hdf5 did not return %f when trying to export
2154 unmanaged types (function, macro, ...).
2156 * Bug #9531 fixed - assert_checkequal failed with mlist.
2158 * Bug #9540 fixed - MKL Pentium 4 target was not downloaded by installer under Windows.
2160 * Bug #9542 fixed - During export operation, the file could be locked by another
2161 process (Windows Bug).
2163 * Bug #9543 fixed - Scilab did not use the default DocumentBuilderFactory
2164 to parse XML configuration files.
2166 * Bug #9555 fixed - Typo error in the deff help page.
2168 * Bug #9571 fixed - "error(144)" returned a wrong variable name.
2170 * Bug #9573 fixed - getdebuginfo did not report multiple video cards under Windows.
2172 * Bug #9581 fixed - cleaner.sce in toolbox_skeleton did not remove all generated files.
2174 * Bug #9599 fixed - Error message "at line ... of function ... called by" was
2175 printed directly on the same line.
2177 * Bug #9635 fixed - Some temp. variables were not removed when test_run was used.
2179 * Bug #9647 fixed - At Scilab start-up, the variable fft was declared by default
2180 while it should not have been.
2182 * Bug #9659 fixed - "error(246)" returned a bad message for overloading.
2184 * Bug #9682 fixed \D0 3-D assignment into a 2-D array of integers issued an error.
2186 * Bug #9696 fixed - An error in an if expression inside a try make Scilab froze.
2188 * Bug #9699 fixed - A single $ as text in a text ui led to a segfault.
2190 * Bug #9707 fixed - createNamedXXX did not check variable name.
2192 * Bug #9708 fixed - createNamedXXX did not check length of variable name.
2194 * Bug #9712 fixed - Help of StartScilab had a error about Stacksize argument type.
2196 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
2198 * Bug #9717 fixed - dllinfo.tst failed under Windows binary versions.
2200 * Bug #9728 fixed - SCI/modules/special_functions/src/fortran/special_functions_f.def
2201 was not ignored (generated file).
2203 * Bug #9730 fixed - lines() returned an int32 and not a double value.
2205 * Bug #9755 fixed - Completion on paths was not case insensitive under Windows.
2207 * Bug #9756 fixed - polelm.tst unitary test failed under 64-bit Windows.
2209 * Bug #9763 fixed - comet3d did not check input argument presence.
2211 * Bug #9765 fixed - Remove ref to scicos_pal in sci_f_clear.f.
2213 * Bug #9766 fixed - Scilab under Mac OS X 10.7 did not start.
2215 * Bug #9791 fixed - toolbar visible state change crashed Scilab in NW mode.
2217 * Bug #9799 fixed - pol2str did not manage matrix of polynomials and input argument
2218 type was not checked.
2220 * Bug #9804 fixed - Starting Scilab with an external module emptied the
2221 demonstrations list menu.
2223 * Bug #9825 fixed - The assert_computedigits function gave too large correct digits.
2225 * Bug #9833 fixed - percent was badly formatted by Scierror function.
2227 * Bug #9836 fixed - repfreq failed due to singular problem.
2229 * Bug #9838 fixed - evstr froze on some specific strings.
2231 * Bug #9843 fixed - Colormaps with 2 colors could not be created.
2233 * Bug #9858 fixed - length() could not be overloaded with mlist.
2235 * Bug #9879 fixed - Fix some minor issues in the isdir help pages.
2237 * Bug #9880 fixed - Fix a page referencing itself in the help page.
2239 * Bug #9881 fixed - Fix a mistake in call help page.
2241 * Bug #9885 fixed - User initialization scripts (scilab.ini, .scilab) did not work.
2243 * Bug #9899 fixed - string(10*log10(1/10)) gave -0, instead of -10.
2245 * Bug #9900 fixed - There was a memory leak in getAllocatedMatrixOfString,
2246 getAllocatedMatrixOfWideString, getAllocatedNamedMatrixOfString,
2247 and getAllocatedNamedMatrixOfWideString.
2249 * Bug #9920 fixed - winqueryreg did not manage HKEY_CURRENT_CONFIG.
2251 * Bug #9929 fixed - Improve integration with Gnome shell and Unity.
2253 * Bug #9950 fixed - It was possible to select several texts in the console.
2255 * Bug #9957 fixed - msprintf("%d\r", 2) returned '2r'.
2257 * Bug #9963 fixed - The assert_computedigits function was not vectorized.
2259 * Bug #9966 fixed - The default value of comptype in assert_checkalmostequal
2262 * Bug #9971 fixed - GLoad macro not used and not documented has been removed.
2264 * Bug #9979 fixed - The who_user() function printed a wrong message.
2266 * Bug #9980 fixed - Frozen console when one tried to complete an empty string.
2268 * Bug #10001 fixed - %inf:%inf crashed Scilab.
2270 * Bug #10016 fixed - The damp function unit test failed under Windows.
2272 * Bug #10019 fixed - 'exec' crashed with error 113 for too long lines.
2274 * Bug #10037 fixed - checkalmostequal.tst unitary test failed under Linux x64.
2276 * Bug #10073 fixed - Use the new Scilab icon for GNU/Linux installations.
2277 Icons renamed from XPM to PNG.
2279 * Bug #10105 fixed - Focus was not given to the prompt when outputview had it.
2281 * Bug #10119 fixed - assert_checkequal did not support sparse complex doubles
2283 * Bug #10124 fixed - strsplit crashed with wrong input arguments.
2285 * Bug #10151 fixed - Wrong error message about polynomials was displayed.
2287 * Bug #10179 fixed - Weird behavior with evstr.
2289 * Bug #10282 fixed - repmat did not work for scalar input on dims greater than 2
2290 neither for N-D arrays.
2292 * Bug #10283 fixed - w and iw output arguments of ode function
2293 are now directly read from work table used in sub-functions.
2295 * Bug #10289 fixed - xload returns a more explicit error message when a file does
2298 * Bug #10292 fixed - Improved description of modulo help page.
2300 * Bug #10293 fixed - Improved description of bvode help page.
2302 * Bug #10324 fixed - format(m) where m is a vector did not work but the
2303 documentation stated it could be used.
2305 * Bug #10366 fixed - A warning about fun2string redefinition was displayed
2306 when we used "Edit label generator" and click "Ok".
2312 * Random crash under Mac OS X at start-up.
2313 Some random crash can occur at first Scilab start-up. Try to restart Scilab.
2315 * Some issues at start-up under Mac OS X 10.6.7 (and previous 10.6 versions)
2317 If you have "Audio Hijack" installed on your Mac OS X, it prevents some
2318 applications to work including Scilab. See Bug #7012.
2319 Uninstall / disable Audio Hijack should fix this problem.
2320 Airfoil, also developed by Rogue Amoeba, has been reported as also breaking