1 Changes between version 5.4.0-alpha-1 and 5.4.0-alpha-2 of Scilab
2 =================================================================
8 * Update the default size of the Scilab stack to 100 M elements (instead of 50M).
9 See stacksize for more information.
15 * Add a button in dockbar to get the help about the component.
17 * Bug #10775 fixed - Scilab icons in filebrowser had the wrong size.
23 * Rename xmlClose in xmlDelete and xmlGetOpenStreams in xmlGetOpenDocs.
25 * Bug #10185 fixed - Add xmlDelete("all") in xml.quit.
27 * Bug #10594 fixed - size could not be used with two arguments on XMLList.
29 * Bug #10630 fixed - Fix a typo in one of the error message.
31 * Bug #10670 fixed - Avoid a crash when xmlRead had an arg with a bad size.
37 * Management of Docbook tags <note>, <caution>, <warning>, <important> and
38 <tip>. See bug #10505.
40 * Function help_skeleton extended to propose the <revhistory>, <latex>, <note>,
41 <caution>, <warning>, <important> and <tip> tags in examples.
48 * Major performance improvements on the simulation startup. On big schemas,
49 the gain is very important (minutes to milliseconds).
51 * Performance improvements on the diagram saving/loading.
53 * New examples are provided in the documentation for the blocks:
54 - ABS_VALUE - Absolute value
55 - EVTDLY_c - Event delay
56 - AFFICH_m - Display value
57 - CLSS - Continuous state-space system
58 - SELECT_m - Selector block
59 - NEGTOPOS_f - Threshold negative to positive
61 * Bug #6201 fixed - Block help menu had no shortcut.
63 * Bug #6733 fixed - Each call to xcos created an empty diagram.
65 * Bug #7539 fixed - Some blocks were slow to interact with.
67 * Bug #7863 fixed - Default path for code generation was SCI.
69 * Bug #8188 fixed - Xcos to Scilab export took too much time.
71 * Bug #8744 fixed - Solving the initialization problem more than once crash
74 * Bug #10081 fixed - Palette configuration saving could produce an invalid
77 * Bug #10107 fixed - Default value of the Integrator Absolute Tolerance was
78 too large. It has been reduced to 1e-6.
80 * Bug #10246 fixed - PROD_f block was broken.
82 * Bug #10333 fixed - Labeling I/O blocks on a Super block produced wrong port
83 labeling when ports had not the same types.
85 * Bug #10340 fixed - Exception occured while moving the palette split pane to
86 hide the block list and while using a palette diagram.
88 * Bug #10393 fixed - Block style was not updated on palette loading.
90 * Bug #10419 fixed - Exception occured while refusing to create a new empty
93 * Bug #10422 fixed - Exception occured when exporting with an unspecified
96 * Bug #10461 fixed - Canceling a Quit operation did not work.
98 * Bug #10486 fixed - importXcosDiagram opened a tab.
100 * Bug #10496 fixed - Fix a wrong error message in xcosValidateBlockSet.
102 * Bug #10533 fixed - Some action shortcuts were not disabled when editing a text
105 * Bug #10658 fixed - Typos fixed in the bloc2exp help page.
107 * Bug #10679 fixed - blocks_link.tst failed.
109 * Bug #10697 fixed - post_xcos_simulate function did not work if a TOWS_c block
112 * Bug #10800 fixed - xcosPalAddBlock help example did not work.
114 * Bug #10812 fixed - cos and cosf files loading did not used a direct handler.
116 * Bug #10848 fixed - The first block Drag'n Drop produced an exception.
118 * Bug #10889 fixed - Exception about block highlighters was thrown by Scinotes.
124 * external modules are now managed by out of the box by test_run
125 Example: test_run('SCI/contrib/toolbox_skeleton')
132 * Add an option --without-arpack-ng which will disable the Arnoldi features.
135 Graphical User Interface
136 ========================
138 * Bug #4978 fixed - Icons did not follow the Tango norm.
144 * dec2base function added (See SEP #75).
146 * linspace deprecates the usage of non integer values as third input argument.
148 * logspace deprecates the usage of non integer values as third input argument.
150 * The toeplitz macro was not vectorized.
152 * Bug #10835 fixed - Typo that made the 'atanm' function unusable fixed.
158 * bug 3400 fixed - Long lines in the history breaks the display.
160 * bug 6804 fixed - Prompt is removed in cli mode when playing with the arrow keys.
162 * bug 3108 fixed - Some specific chars in the terminal are not correctly
163 removed by the backspace.
165 * Support wide characters.
167 * Support multiline command.
169 * Improve command line display.
171 * List of shortcuts in NW/NWNI mode:
172 - CTRL+W: Remove the previous word.
173 - CTRL+U: Remove everything from the current position to the beginning of
175 - UP or Ctrl+P: recall previous line.
176 - DOWN or Ctrl+N: recall next line.
177 - TAB: completion : Scilab displays a list of all names that start with some
179 - Ctrl + A or HOME: move to beginning of current line.
180 - Ctrl + B or LEFT: moves the cursor one character to the left.
181 - Ctrl + D or DELETE: deletes the current character.
182 - Ctrl + E or END: moves the cursor to the end of command line.
183 - Ctrl + F or RIGHT: moves the cursor one character to the right.
184 - Ctrl + H or BACKSPACE: deletes the previous character.
185 - Ctrl + K: kills command line from cursor to the end.
186 - Alt+B or Ctrl+LEFT: move left one word.
187 - Alt+F or Ctrl+RIGHT: move right one word.
189 * bug 3108 fixed - Some specific chars in the terminal were not correctly
190 removed by the backspace.
192 * bug 3400 fixed - Long lines in the history broke the display.
194 * bug 6804 fixed - Prompt was removed in cli mode when playing with arrow keys.
201 * Add shortcuts META+(UP|DOWN) to navigate between paragraphs
203 * Bug #10442 fixed - Sometimes a crash occured at startup when Scinotes was
206 * Bug #10647 fixed - An error message did not repect Scilab localization standard.
212 * Construction of any type of lists is now way faster (300x in some cases).
218 * hank function performances improved.
223 * Javasci supports sparse and boolean sparse datatypes.
225 * Javasci supports tlists, mlists and lists datatypes.
227 * Javasci supports polynomial datatypes.
229 * If Scilab fails to start because of a memory issues (stacksize), triggers an
230 InitializationException Java exception.
232 * Bug #10784 fixed - Scilab built on an Ubuntu 11.10, javasci was failing to
233 load with an undefined symbol
236 CACSD & Signal Processing
237 =========================
240 - conv - discrete 1-D convolution.
241 - conv2 - discrete 2-D convolution.
242 - convol2d - discrete 2-D convolution, using fft.
243 - phaseplot - frequency phase plot.
245 * Bug #6009 fixed - conv, conv2 and convol2d and conv functions were missing.
248 Compatibility Functions
249 =======================
251 * 'mtlb_conv' obsolete. Please use 'conv' instead.
256 * 'atomsQuit' function added to allow to call .quit of modules loaded by ATOMS
257 when user closes Scilab session. see SEP #77.
259 * tbx_build_loader generates also a unloader.sce to allow to call .quit file of
262 * Rename ATOMS option offLine to offline.
264 * Bug #9078 fixed - atomsGui took time to start gui.
266 * Bug #9798 fixed - .quit script of atoms modules were not evaluated when
269 * Bug #10494 fixed - atomsInstall and atomsLoad were not clearly distinguished
270 in the documentation.
272 * Bug #10500 fixed - ATOMS module without DESCRIPTION file returned a wrong
275 * Bug #10707 fixed - atomsInstall failed to use the path shortcut.
277 * Bug #10846 fixed - atomsSystemUpdate failed.
278 documentation about 'downloadTimeout' added.
280 * Bug #10933 fixed - atomsGetConfig did not check value of input argument.
285 * Bug #4813 fixed - Description of type 0 added in type help page.
287 * Bug #7859 fixed - Improvements of the "exists" help page.
289 * Bug #8685 fixed - Lack of consistency in the keyword documentation.
291 * Bug #9502 fixed - 'toolbox' was badly used in assert help pages (replaced by 'module').
293 * Bug #9654 fixed - an example of 'optim' help was poorly implemented.
295 * Bug #9700 fixed - optim help page had a mistake about bounds management.
297 * Bug #9734 fixed - intsplin help pages moved from interpolation to
298 elementary functions chapter.
300 * Bug #9954 fixed - Add an example in gmres documentation.
302 * Bug #9953 fixed - Add documentation to the fre input argument of stdevf.
304 * Bug #10520 fixed - The fact that ceil, floor, round or fix could manage complex
305 matrices was not clearly stated in the documentation.
307 * Bug #10523 fixed - The fact that flipdim could manage complex matrices was
308 not clearly stated in the documentation.
310 * Bug #10543 fixed - %eps, %pi, %i, %nan, %inf were not documented.
312 * Bug #10457 fixed - Reference in the fftw help page pointed to wrong version.
314 * Bug #10465 fixed - Fix typo in isreal help page ('has' rather than 'as').
316 * Bug #10473 fixed - Error in factorial function help page bibliograhy fixed.
318 * Bug #10475 fixed - Error in perms function help page fixed.
320 * Bug #10518 fixed - odeoptions help page was inaccurate.
322 * Bug #10526 fixed - A string was in French in the English help page of cumprod.
324 * Bug #10536 fixed - A string was in French in the English help page of cumsum.
326 * Bug #10538 fixed - Fix typos in the help page of prod and cumprod.
328 * Bug #10579 fixed - Wrong reference to and function in the help page of prod
331 * Bug #10634 fixed - dsearch help page referenced an invalid input argument
334 * Bug #10656 fixed - Exception when an empty help browser was closed.
336 * Bug #10673 fixed - Typos fixed in the help page of ssrand.
338 * Bug #10685 fixed - inttrap help page moved to differential calculus module.
340 * Bug #10716 fixed - The help page of acos badly talked about vectors instead of matrices.
341 * Bug #10717 fixed - Typos fixed in the help page of acosd.
343 * Bug #10720 fixed - Typos fixed in the help page of acosh.
345 * Bug #10724 fixed - Missing links in the help page of acot added.
347 * Bug #10725 fixed - Typos fixed in the help page of acot.
349 * Bug #10726 fixed - Missing links in the help page of acsc added.
351 * Bug #10727 fixed - Missing links in the help page of asech added.
353 * Bug #10728 fixed - Wrong link in the help page of asind fixed.
355 * Bug #10729 fixed - Missing links in the help page of asinh added.
357 * Bug #10730 fixed - Missing links in the help page of asinhm added.
359 * Bug #10731 fixed - Typos fixed in the help page of atan.
361 * Bug #10732 fixed - Wrong link in the help page of atand fixed.
363 * Bug #10733 fixed - Missing link in the help page of atanm added.
365 * Bug #10734 fixed - Missing link in the help page of cos added.
367 * Bug #10735 fixed - Missing information about input argument in the help page of cotd added.
369 * Bug #10736 fixed - Missing "Arguments" section in the help page of coth added.
371 * Bug #10737 fixed - Missing "Arguments" section in the help page of cothm added.
373 * Bug #10738 fixed - Typos fixed in the help page of cscd.
375 * Bug #10739 fixed - Typos fixed in the help page of csgn.
377 * Bug #10740 fixed - Typos fixed in the help page of sec.
379 * Bug #10741 fixed - Typos fixed in the help page of secd.
381 * Bug #10742 fixed - Missing link in the help page of sin added.
383 * Bug #10743 fixed - Wrong link in the help page of sind fixed.
385 * Bug #10744 fixed - Typos fixed in the help page of sinh.
387 * Bug #10745 fixed - Typos fixed in the help page of tand.
389 * Bug #10809, #10810 fixed - error_table help page was not up-to-date.
391 * Bug #10828 fixed - Developer arguments were not displayed in the help of
394 * Bug #10879 fixed - Typo in the dec2base help page.
396 * Bug #10881 fixed - Typo in ftest and ftuneq fixed.
402 * Bug #4806 fixed - If A is a sparse matrix, A^0 returned A and not the identity
405 * Bug #7490 fixed - %inf had not always same display.
407 * Bug #7779 fixed - genlib did not check input arguments and did not use current
410 * Bug #8050 fixed - A weird error message was displayed in some cases.
412 * Bug #8339 fixed - Default path for the Mac OS X version is now HOME instead
415 * Bug #8592 fixed - Add a explicit error message if macros are not available.
417 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
418 simplified and optimized.
420 * Bug #8682 fixed - funcprot did not return the previous value when called with
423 * Bug #8724 fixed - Sometimes, there was a critical error with uiget(file|dir).
425 * Bug #8859 fixed - Some comparison operators between hypermatrices and 2-D arrays
428 * Bug #9002 fixed - bsplin3val, cshep2d, eval_cshep2d,interp, interp2d, interp3d,
429 linear_interp, splin, splin2d, splin3d functions ignored imaginary
430 part of input arguments implicitly.
432 * Bug #9197 fixed - Unitary test examples in toolbox_skeleton
433 and xcos_toolbox_skeleton did not use assert functions.
435 * Bug #9295 fixed - 'base2dec' ignored the fractional part of 'base' input argument.
437 * Bug #9328 fixed - Scilab randomly crached at startup under Mac OS X when calling
438 functions returning no value (lines, modes, banner, ...).
440 * Bug #9424 fixed - gettext("") did not return "".
442 * Bug #9572 fixed - assert_checkerror did not check multi lines errors.
444 * Bug #9643 fixed - genetic algorithms demo was not vectorized.
446 * Bug #9735 fixed - Remove some old stack api examples.
448 * Bug #9811 fixed - Output message of fminsearch was wrongly set.
450 * Bug #10017 fixed - The unitary test for bdiag used a "strange" comparison
453 * Bug #10044 fixed - wfir_gui function rewritten based on uicontrol and documented.
455 * Bug #10061 fixed - datatipCreate drew the tip in the current axes instead of curve
458 * Bug #10139 fixed - 'atomsTest' function did not manage specific test name.
460 * Bug #10236 fixed - exit(-1) prompted for exiting Scilab.
462 * Bug #10250 fixed - Bug in the detection of the Java path under GNU/Linux fixed.
464 * Bug #10267 fixed - The help browser did not use the default language on restoration.
466 * Bug #10281 fixed - In some cases, the function lyap was crashing.
468 * Bug #10303 fixed - test_run ignored "enable_lt" option.
470 * Bug #10304 fixed - test_run did not return an error when using an invalid option.
472 * Bug #10306 fixed - 'isempty' could fail with empty elements in a list.
474 * Bug #10330 fixed - 'error' did not manage vector of strings as input argument, but
475 but 'lasterror' returned vector of strings.
477 * Bug #10341 fixed - font in help was bold when the font of a text uicontrol
480 * Bug #10342 fixed - assert_checkerror help file had a wrong format.
482 * Bug #10372 fixed - remove dependencies of MALLOC.h on Windows.h and machine.h
485 * Bug #10379 fixed - lines did not manage a 1x2 vector [nc, nl] as input argument.
487 * Bug #10384 fixed - On exit, "Close Console" was proposed rather than "Close
490 * Bug #10396 fixed - Display of a structure with large matrix took a long time.
492 * Bug #10402 fixed - FileBrowser threw an exception when a filter was set
493 and the tree was expanded.
495 * Bug #10408 fixed - In the history browser, the contents was scrolled even if the
496 knob was not at the bottom.
498 * Bug #10416 fixed - xmltoformat did not return at the root directory in case of error.
500 * Bug #10418 fixed - Playsound was failing under Mac OS X. Thanks to
501 Pierre-Henri Jondot for the patch.
503 * Bug #10423 fixed - The function browsehistory() to open history browser was missing.
505 * Bug #10431 fixed - The user could not navigate in history using CTRL+P or CTRL+N.
507 * Bug #10439 fixed - stacksize('max') crashed on Windows 64 bit.
509 * Bug #10440 fixed - 'wfir_gui' generated errors if the view checkbox was selected
510 and an erronous value was entered.
512 * Bug #10444 fixed - fullfile did not manage string matrix as last input argumen
515 * Bug #10449 fixed - On restoration, empty tabs could appear if the previous
516 session was not cleanly exited.
518 * Bug #10450 fixed - Overloading for gamma, dlgamma and gammaln functions for list,
519 tlist, mlist and hypermatrices types was not allowed.
521 * Bug #10466 fixed - mgetl detected an error but it did not return an error
524 * Bug #10471 fixed - %helps_modules was not ignored by default by browsevar.
526 * Bug #10474 fixed - Sometimes an exception was thrown at history browser
529 * Bug #10477 fixed - In ilib_for_link, the display of the error message generated
530 at configure time made mprintf fail.
532 * Bug #10482 fixed - Wrong error message in format function fixed.
534 * Bug #10499 fixed - lincos example in help file returned warning and error.
536 * Bug #10503 fixed - error(999.666) did trunc error code without an error.
538 * Bug #10506 fixed - ssprint did not check input arguments.
540 * Bug #10519 fixed - spec returned a wrong error message when a input argument
543 * Bug #10521 fixed - frexp returned an wrong error message.
545 * Bug #10532 fixed - In some rare cases, browsevar crashed with some rare
548 * Bug #10544 fixed - debug did not return the previous value when called with
551 * Bug #10551 fixed - Fix some issues in the Russian localization.
553 * Bug #10558 fixed - Tcl/Tk demonstrations did not start.
555 * Bug #10560 fixed - genetic algorithms demos failed.
557 * Bug #10564 fixed - atan graphic demo was failing due to a too strong test
558 in the linspace function.
560 * Bug #10565 fixed - demo simulation --> bicycle simulation --> unstable
563 * Bug #10574 fixed - Runge-Kutta-Method failed for vector [x, 1] with x > 9.
565 * Bug #10576 fixed - getdate (on Windows) did not manage dates after January 19, 2038
567 * Bug #10577 fixed - getdate did not check input argument.
569 * Bug #10654 fixed - dgettext with "scilab" domain did not return same result
572 * Bug #10626 fixed - taucs_chdel(), umf_ludel() returned an error.
574 * Bug #10631 fixed - The # sign was missing in some error cases.
576 * Bug #10632 fixed - Navigation buttons in the file browser did not change the
577 current Scilab working directory.
579 * Bug #10641 fixed - string(:) gave wrong results.
581 * Bug #10643 fixed - Bad result when using isreal function with a polynomial
584 * Bug #10652 fixed - getdebuginfo() did not display TMPDIR value.
586 * Bug #10769 fixed - Remove some dead code from bsplin3val.
588 * Bug #10710 fixed - Wrong error message fixed in xml module.
590 * Bug #10782 fixed - 'iconvert' did not check input arguments.
592 * Bug #10807 fixed - It was not possible to overload fft and fftw for list,
595 * Bug #10836 fixed - resize_matrix with boolean failed.
597 * Bug #10839 fixed - dec2hex function was limited to 32 bits.
599 * Bug #10847 fixed - dec2base returned a wrong error message with a complex
600 number as input argument.
602 * Bug #10861 fixed - debug([]) returned a wrong error message.
604 * Bug #10904 fixed - error messages of and() and or() builtin were not standard.
606 * Bug #10880 fixed - Default startup directory moved to "My Documents folder"
607 on Windows for icon shorcut.
610 Changes between version 5.3.3 and 5.4.0-alpha-1 of Scilab
611 =========================================================
616 * Thanks to this new feature, Scilab confirms its usability and its strong
617 user-oriented approach. Scilab desktop is the new concept behind Scilab
618 windows management taking advantage of our docking system (advanced Flexdock features).
619 Out of the box, Scilab is now able to save all windows layouts including the
620 help browser, the variable browser, the command history, SciNotes and Xcos.
621 Through this major improvement, position and size of all windows will
622 be saved from a session to another.
624 In this context, a file browser component has been developed and fully
625 integrated into Scilab desktop and all other components have been improved
626 to provide the best user experience for Scilab users.
628 Editvar has had important refreshment. It allows plot and subplot, manages
629 almost all Scilab variable types and is much more faster.
631 Scilab desktop provides various predefined layouts:
632 - Simple The standard Scilab console
633 => Scilab 5.3.3 (and previous versions) defaults.
634 - Integrated The variable browser, the history browser and the file browser
635 are opened by default and combined around Scilab
636 console to provide an ergonomic workspace
637 => Scilab 5.4.0 defaults
643 * Version 5.4.0 introduces XML management features. It allows easy access to
644 XML files, validation and writing.
646 - XMLObjects - Describe the properties of the different XML objects
647 - xmlAddNs - Add a namespace to a XML Element
648 - xmlClose - Close a XML document
649 - xmlDTD - Create a XML DTD object
650 - xmlDocument - Create a new XML document
651 - xmlDump - Dump a XML object
652 - xmlElement - Create a new XML element
653 - xmlFormat - Format a Scilab variable into XML
654 - xmlGetNsByHref - Get a namespace by its href
655 - xmlGetNsByPrefix - Get a namespace by prefix
656 - xmlGetOpenStreams - Get all open XML documents or all open XML Validation files.
657 - xmlNs - Create a new XML Namespace
658 - xmlRead - Read a XML stream from a local or distant file
659 - xmlReadStr - Read a XML tree from a string
660 - xmlRelaxNG - Create a XML Relax NG object
661 - xmlSchema - Create a XML Schema object
662 - xmlValidate - Validate a document in using a DTD, a Relax NG or a Schema.
663 - xmlWrite - Write a XML document in a file
664 - xmlXPath - Make an XPath query on a XML document
665 - xmlIsValidObject - Test the existence of a XML object
667 Those features have been developed in the context of the OASIS R&D project.
673 * Marks added in the vertical scrollbar to see the positions of matching words
674 when an incremental search is done (via F3 or in selecting text).
676 * In the find/grep tools, possibility added to use ~ as an alias for user home
677 dir. and SCI for Scilab data base dir.
679 * 'Save and Execute all files' action added.
681 * A tab can be closed in using the middle mouse button.
683 * Bug #9334 fixed - Extra lines were added when code was exported into PDF under
686 * Bug #9358 fixed - A simple quoted string was not always correctly converted
687 into double quoted ones.
689 * Bug #9476 fixed - In find/grep tools, the abbreviation 'sec' is now used instead of
692 * Bug #9480 fixed - Words after selection were badly highlighted under Windows.
694 * Bug #9484 fixed - An empty file was not removed when an existing file was
697 * Bug #9488 fixed - There was no popup menu on the tab to copy the file path.
699 * Bug #9505 fixed - A LaTeX string in a comment was not considered as a comment.
701 * Bug #9597 fixed - It was not possible to navigate across the tabs with
702 <CTRL>+(PAGE_UP | PAGE_DOWN).
704 * Bug #9740 fixed - There was no way to have \n in replacement string.
706 * Bug #9854 fixed - There was a wrong colorization with strings containing several
709 * Bug #9878 fixed - Shortcut "Correct indentation" added in right click menu.
711 * Bug #9897 fixed - With Mac OS X, eol was not replaced by \n when code was copied
712 from Word to SciNotes.
714 * Bug #10157 fixed - Scilab froze when docking SciNotes after a flexdock bug in a
717 * Bug #10252 fixed - The font could not changed when SciNotes was docked with the
720 * Bug #10354 fixed - Bad caret position after a selection action.
723 Graphical User Interface
724 =========================
726 * The variable browser now automatically refreshes (See Bug #9446).
732 * Bug #10006 fixed - Unrelevant C-comment in the example of ScilabHaveAGraph
738 * xcos_toolbox_skeleton will not be loaded if Xcos is not installed.
740 * scilab -f file.xcos opens Xcos diagram in Xcos.
742 * Error reporting has been improved to print warnings on blocks into Xcos.
744 * The style of a block can be changed in the interface function.
746 * BARXY Block added to help 2-D Mechanics system visualization.
748 * Bug #7985 fixed - dmmul.c did not use dgemm routine optimized by BLAS.
750 * Bug #8421 fixed - CLKFROM and CLKGOTO were not part of the "Signal Routing"
753 * Bug #8538 fixed - Counter block label was not reflecting parameters.
755 * Bug #8742 fixed - On the Modelica initialization GUI, the error reporting did
758 * Bug #8743 fixed - On the Modelica initialization GUI, it was impossible to
759 re-fix the states after a derivative fix.
761 * Bug #9037 fixed - When connecting blocks, the green port blinked on a small mouse move.
763 * Bug #9301 fixed - Exception when one tried to paste a column to replace a
766 * Bug #9336 fixed - SuperBlock with non-connected ports produced an invalid
769 * Bug #9390 fixed - FROMWSB_c block did not reset to the default values on
770 reinitialization execution.
772 * Bug #9478 fixed - Block structure was not checked while adding them to a new
775 * Bug #9501 fixed - With a localized TMPDIR, block edition could throw an HDF5
778 * Bug #9506 fixed - Some libraries dependencies were not loaded at
779 xcos_toolbox_skeleton startup.
781 * Bug #9532 fixed - User-defined blocks had no icons when saved.
783 * Bug #9547 fixed - The about box was not localized due to a multi-line string.
785 * Bug #9579 fixed - Duplicate content in scicos_math.h removed and replaced by
786 a cleaner call to math.h instead.
788 * Bug #9590 fixed - Xcos examples were not embedded into Windows binary version.
790 * Bug #9732 fixed - Code generation failed at compilation under Windows with
791 "unresolved external symbol dset_".
793 * Bug #9750 fixed - Minor error in the help page of scicos_debug fixed.
795 * Bug #9810 fixed - Errors dealing with MATINV wrong simulation values have been improved.
797 * Bug #9927 fixed - Xcos crashed at 'XcosPalAdd' command execution.
799 * Bug #9947 fixed - VARIABLE_DELAY block could not be dragged to a diagram.
801 * Bug #9972 fixed - Error reporting with a wrong context produced an endless
804 * Bug #9988 fixed - CLKSOMV_f had a wrong interface function after loading from
807 * Bug #10003 fixed - The MAXMIN block did not update its display according to
809 * Bug #10048 fixed - Blocks which use superblocks now loop over their children
810 to find the parameters dialog to open.
812 * Bug #10069 fixed - AFFICH_m block did not update its display at
815 * Bug #10096 fixed - Set [1;-1;] on a product block thrown an exception.
817 * Bug #10302 fixed - LaTeX labels were not rendered.
824 * Czech localization by ZbynÄ
\9bk Schwarz
827 * Bug #10032 fixed - Force the unset of the environment variable LANGUAGE to
828 tackle some issues. Mac OS X locale detection did not take into account
835 * mgetl, exec, fscanfMat functions manage files encoded as UTF-8 with BOM.
837 * tempname function added (SEP #68).
839 * fullpath did not manage matrix of string as input argument. (SEP #72)
841 * Bug #9253 fixed - fscanfMat failed to read a file with some lines
842 of text at the end (backward compatibility).
844 * Bug #9570 fixed - fprintfMat did not use the good format argument with nan and
847 * Bug #9869 fixed - fscanf did not check the number of input arguments.
849 * Bug #9917 fixed - mputl function crashed with a wrong second parameter.
851 * Bug #10055 fixed - findfiles had a wrong default filter under GNU/Linux
854 * Bug #10300 fixed - fscanfMat did not free some memory.
856 * Bug #10355 fixed - Error messages in fullfile function were not localized.
862 * The assert module provides a set of assertion functions.
863 The goal of this module is to provide functions to check the
864 behavior of some other functions, for example in unitary tests.
865 We emphasize the use of consistent tools for testing numerical
866 issues, with the goal of testing numerical algorithms more easily.
867 In particular, we provide a comparison function for two floating
868 point numbers, which allows to check that two numbers are
869 "numerically almost equal", i.e. that the relative error is small.
870 This automatically fixes Bug #4381.
872 * The damp function in CACSD module computes the natural pulsation
873 and damping factor of linear dynamical systems.
879 * neldermead: Added a demonstration - search for largest / smallest polygon.
881 * Improved clarity of examples in the help pages of
883 Avoid unnecessary calls to "deff".
884 Avoid the "all statements in whole line" style.
886 * readmps - Created unit test.
887 Fixed bug in error messages management.
888 Fixed bug in a test file reading.
889 Defined a printing system by overloading for MPS structure.
890 Updated the help page.
892 * genetic_algorithms - performances improved (2 to 4 times faster).
894 * Bug #7093 fixed - The data structure generated by neldermead_new could not
895 be saved and reloaded.
897 * Bug #7889 fixed - The tolerance on x for neldermead was too small.
898 Updated -tolxrelative default value from %eps to sqrt(%eps).
900 * Bug #7891 fixed - The neldermead component had too many options.
901 Tagged -costfargument option of optimbase as obsolete: will be
902 maintained for backward compatibility until 5.4.1.
903 The -fun option can now be a list, where the element #1 is a
904 function, and the elements #2 to the end are automatically appended to
905 the calling sequence.
906 Tagged -outputcommandarg option of optimbase as obsolete: will be
907 maintained for backward compatibility until 5.4.1.
908 The -outputcommand option can now be a list, where the element #1 is
909 a function, and the elements #2 to the end are automatically appended
910 to the calling sequence.
911 Tagged "outputfun(x,optimValues,state)" calling sequence of fminsearch
912 as obsolete: will be maintained for backward compatibility until
914 The new calling sequence is "stop=outputfun(x,optimValues,state)"
915 Tagged "myoutputfun(state,data)" calling sequence of neldermead
916 as obsolete: will be maintained for backward compatibility until
918 The new calling sequence is "stop=myoutputfun(state,data)"
919 Tagged "-myterminateflag" and "-myterminate" options as obsolete:
920 will be maintained for backward compatibility until 5.4.1.
921 See the help page of neldermead for details to update your
924 * Bug #7892 fixed - The neldermead component did not provide a default
926 The new function neldermead_defaultoutput was created
927 to print a simple one line output message by iteration.
929 * Bug #8542 fixed - In neldermead, there were undocumented default options.
930 Same changes applied to the help of optimbase.
932 * Bug #8543 fixed - In neldermead, the help page presented a wrong order
935 * Bug #8545 fixed - In neldermead, the printing system displayed too long
938 * Bug #8546 fixed - The neldermead functions might have called f outside
941 * Bug #8547 fixed - The neldermead function called f outside the constraints.
943 * Bug #8549 fixed - The neldermead function did not help to debug
946 * Bug #8552 fixed - Improved fminsearch to provide Extra Parameters.
947 Help page updated with new section "The cost function" and new
948 example "Passing extra parameters".
950 * Bug #8676 fixed - The pack/unpack functions had no help pages.
952 * Bug #8777 fixed - The neldermead function failed to restart with bounds.
953 Added examples of restarts with/without bounds in the
954 neldermead help page.
956 * Bug #8805 fixed - The neldermead function, algorithm box, wrongly used
959 * Bug #9323 fixed - The messages in optimbase_checkbounds were not localized.
960 Same changes applied to optimbase_checkx0.
962 * Bug #9472 fixed - The ind argument of optim was inconsistently documented.
964 * Bug #9566 fixed - The tolvarianceflag, tolabsolutevariance,
965 tolrelativevariance options of neldermead are now obsolete.
966 See the help page of neldermead for details to update your
969 * Bug #9567 fixed - The neldermead overview had a TODO section.
971 * Bug #9576 fixed - The neldermead component did not check the bounds
972 of some input parameters.
974 * Bug #9578 fixed - The optimbase_configure function did not check the
975 values of input arguments.
977 * Bug #9607 fixed - The optimsimplex_new function poorly managed the
978 variable number of arguments.
980 * Bug #9612 fixed - The quapro help page has been removed.
982 * Bug #9698 fixed - The optim/"gc" algorithm did not support imp=-1.
984 * Bug #9822 fixed - The value ind=1 of optim was not supported by
991 * Bug #9357 fixed - stdevf returned zero for row vector arguments.
993 * Bug #9846 fixed - stdevf() gave zero result when a single row matrix was evaluated.
995 * Bug #7387 fixed - The help pages for rand and grand functions gave wrong advice.
1001 * Bug #9749 fixed - expm reported non convergence problem.
1007 * ordmmd help page and unit test created.
1009 * Organized help pages into sub-sections.
1011 * Bug #10126 fixed - Wrong (or failing) insertion in a sparse matrix.
1017 * A new system to keep track of the translations of the main documentation
1018 has been developed. See http://help.scilab.org/status/fr_FR/,
1019 help.scilab.org/status/pt_BR/ and http://help.scilab.org/status/ja_JP/
1022 * <ALT>+<LEFT ARROW> / <ALT>+<RIGHT ARROW> allows browsing the history
1025 * The space key behave like the page down key (See Bug #9491).
1027 * Management of the revhistory / revision tag to provide information about
1028 the history of the function.
1030 * Bug #3431 fixed - Some help tools functions were obsolete and not removed.
1032 * Bug #9105 fixed - err output parameter of mopen function was not documented.
1034 * Bug #9299 fixed - Fix a typo in the cspect, pspect and window help pages
1035 (Hanning changed to Hann).
1037 * Bug #9320 fixed - analpf help page gave wrong frequency units of omega (Hz instead of rd/s).
1039 * Bug #9417 fixed - In English, api_scilab polynom help pages updated to the word
1042 * Bug #7133 fixed - help_from_sci function did not return the function template.
1044 * Bug #7134 fixed - help_from_sci produced an invalid .xml file.
1046 * Bug #9790 fixed - windows_tools help were not available for all platforms.
1048 * Bug #9983 fixed - The xclick help page did not clearly specify the axes used for
1055 * 'oemtochar' and 'chartooem' functions (windows_tools) are obsolete and will be
1056 removed in Scilab 5.4.1.
1059 Removed Functions (previously declared as obsolete)
1060 ====================================================
1062 * ilib_for_link, ilib_build no more accept files with ".o" or ".obj" extensions
1065 * 'with_atlas' removed. Please use 'getdebuginfo' instead.
1067 * C API function Error(x) removed. Please use SciError instead.
1069 * 'MSDOS' removed. Please use 'getos' instead.
1075 * Under GNU/Linux and Mac OS X, Scilab startup speed of scilab-cli and
1076 scilab-adv-cli has been improved by 15 to 20 % (see Compilation for more
1079 * SSE is now enabled by default under GNU/Linux with 32-bit CPU (it is already
1080 the case under 64-bit CPU).
1081 Pentium III class (or equivalent) with SSE instructions is required.
1083 * Improved performances of function pareto_filter (Genetic algorithms).
1085 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
1086 simplified and optimized.
1092 * Under Windows, Scilab uses VS 2010 Pro and Express solution.
1094 * Under GNU/Linux and Mac OS X, engine libraries have been merged into a single
1095 library named libscilab-cli.so. This greatly improves the startup
1097 Note that the --enable-maintainer-mode enables the previous behavior (simply
1098 the development process).
1100 * Under GNU/Linux and Mac OS X, all modules build as standalone their algorithms
1101 as a static library (only available in the source tree).
1102 This will avoid an important dependency tree for unitary testing.
1104 * Under GNU/Linux and Mac OS X, for each module, the list of
1105 explicit dependencies on the other libraries is no more needed.
1106 Use libscilab-cli.so or libscilab.so to link against Scilab.
1108 * Enforce a minimal version of JRosetta (1.0.4).
1110 * Enforce a minimal version of flexdock (1.0).
1112 * Enforce a minimal version of GIWS (1.3.0).
1114 * Force the Java class version target to version 6 (or 1.6).
1116 * Add Java 7 in the Debian & Ubuntu search path under GNU/Linux.
1118 * Under GNU/Linux and Mac OS X, if ccache is installed, use it to build Scilab.
1120 * Bug #9409 fixed - Warning "remark #8291" removed with Intel Fortran 2011 compiler.
1122 * Bug #9500 fixed - Explicit the GUI module manifest class-path to facilitate Debian
1123 checking tool process.
1125 * Bug #9782 fixed - configure with --without-gui was failing.
1127 * Bug #9793 fixed - --without-gui now also disables Xcos.
1129 * Bug #9883 fixed - Build with --disable-build-help was failing.
1131 * Bug #9991 fixed - ./configure --without-xcos failed to build.
1133 * Bug #10158 fixed - Configure used g77 even if gfortran was available.
1139 * Bug #9432 fixed - Link a 64-bit dynamic library on a 32-bit platform returned
1140 a wrong error message under Windows.
1142 * Bug #9761 fixed - NDEBUG was not defined for dynamic link (by default) in
1143 release mode under Windows.
1145 * Bug #9930 fixed - ilib_build did not display all filenames used.
1147 * Bug #10320 fixed - libname argument of ilib_for_link did not work.
1149 * Bug #10344 fixed - Windows SDK 7.1 was not detected with VS Express 2010
1150 under 64-bit platform.
1156 * Shows the dimension of the variable by default.
1158 * Automatically resize the variable browser table when docked.
1160 * A tooltip has been added on the type column to display the name of the type.
1162 * A tooltip has been added on the size column to display the size in bytes
1163 (like in previous versions of Scilab).
1169 * Default text in history for a starting session has been changed for:
1170 "Begin Session: Tue Jun 21 14:35:45 2011" to "21/06/2011 14:35:45"
1176 * datatips tool improved on several aspects:
1177 - It is now possible to manage directional arrows as well as
1178 square mark markers.
1179 - The automatic label placement has been improved to avoid the
1180 overlapping with the curve.
1181 - It is now possible to have painted box or box free labels.
1182 - Markers can now be selected and moved using the arrow keys
1183 or deleted with the "Del" key.
1185 * Bug #2043 fixed - The graphic function copy() did not manage axes. Thanks to
1186 Samuel Gougeon for the fix.
1188 * Bug #7412 fixed - Better management of datatips activation/deactivation.
1190 * Bug #7419 fixed - datatips(): customization is now available through a GUI.
1192 * Bug #8239 fixed - Activation of datatips overwrote and destroyed any event_handler
1195 * Bug #8965 fixed - copy function did not work for handles.
1197 * Bug #9269 fixed - Specified graphic entities for legend were drawn in reverse order.
1199 * Bug #9330 fixed - delete() called overloading instead of deleting the current
1202 * Bug #9455 fixed - The contourf and contourf 2 demonstrations displayed unwanted dots.
1204 * Bug #10121 fixed - polyline.interp_color_vector where not saved or recoverable
1205 by xsave/xload. Thanks to Samuel Gougeon for the fix.
1207 * Bug #10298 fixed - Example of datatipSetDisplay generated an error.
1209 * Bug #10331 fixed - datatipCreate produced a warning and an error instead of
1210 a warning if the curve user_data was not a struct.
1215 * Bug #5380 fixed - atomsShow() output was broken (separators were not aligned).
1217 * Bug #8648 fixed - The tarball was not deleted when a module was removed (SEP #71).
1219 * Bug #8664 fixed - Message error updated for non-supported OS.
1221 * Bug #8763 fixed - ATOMS installation path was shared on Windows 64 with 32-bit.
1223 * Bug #8942, #9805 fixed - atomsSystemUpdate() failed under some Windows.
1225 * Bug #9127 fixed - "Home" item renamed to "Installed Modules".
1227 * Bug #9679 fixed - atomsSystemUpdate checks that Scilab is not in offLine mode, or writes a warning message if so.
1229 * Bug #9805, #8942 fixed - atomsSystemUpdate() failed under some Windows.
1231 * Bug #9967 fixed - Windows UAC was causing trouble with atomsRepositorySetOfl (internal function).
1233 * Bug #10025 fixed - Wrong url in some help files examples.
1235 * Bug #10031 fixed - atomsDisp did not work with "\n" in messages text.
1241 * Java mapping of Scilab data has now a new method called getType() which
1242 returns the value of the ScilabTypeEnum enum.
1244 * New methods added:
1245 - Scilab.execException(String)
1246 Same as Scilab.exec(String) but returns an exception when a Scilab error occurs
1247 - Scilab.execException(String[])
1248 Same as Scilab.exec(String[]) but returns an exception when a Scilab error occurs
1249 - Scilab.execException(File)
1250 Same as Scilab.exec(File) but returns an exception when a Scilab error occurs
1252 * Bug #9149 fixed - Calling a graphic function without activating the appropriate
1253 mode did not triggered an exception.
1255 * Bug #9467 fixed - Unnecessary declarations in MAKE.BAT of Javasci examples.
1257 * Bug #9544 fixed - Calling graphic with Javasci from a SWING application from
1258 EDT was crashing the execution of a Java program.
1261 CACSD and Signal Processing
1262 ===========================
1264 * Bug #1635 fixed - iir filter frequency response might have been wrong.
1265 "pole zero gain" representation added as possible iir function
1268 * Bug #7895 fixed - fft2() was broken under Windows with MKL wrapper.
1270 * Bug #7901 fixed - besselh.tst failed under Windows.
1272 * Bug #8684 fixed - wfir function produced an error message when used interactively.
1274 * Bug #9098 fixed - CACSD demonstrations --> Robust control failed on 64-bit Windows.
1276 * Bug #9214 fixed - abaque replaced by nicholschart in the black.sci comments.
1278 * Bug #9266 fixed - fftw crashed under Windows when using MKL wrapper.
1280 * Bug #9321 fixed - Missing tests and help info for some CACSD functions.
1282 * Bug #9647 fixed - At Scilab startup, the variable fft was declared by default
1283 while it should not have been.
1285 * Bug #9675 fixed - iir generated bad results.
1287 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
1289 * Bug #9719 fixed - delip.tst execution froze under Windows.
1291 * Bug #9725 fixed - syredi.tst execution froze under Windows.
1293 * Bug #10008 fixed - Wrong unit in the datatip for bode function.
1295 * Bug #10169 fixed - Bad clipping option in evans.
1301 * The linspace function accepts column vectors as input argument for the two
1302 first input arguments. Thanks to Guillaume AZEMA for the implementation.
1304 * The logspace function accepts column vectors as input argument for the two
1305 first input arguments.
1307 * Change the buffering display mode.
1309 * SEP #67: lines(0) by default at startup.
1311 * Options -disable-exception-catching added under GNU/Linux & Mac OS X.
1312 Disables the Scilab exception catching system.
1314 * texmacs module moved as an ATOMS module.
1315 atomsInstall('texmacs')
1317 * PVM module moved as an ATOMS module.
1320 * maple2scilab module moved as an ATOMS module.
1321 atomsInstall('maple2scilab')
1323 * SEP #69: predef('names') returns names of protected variables by predef.
1325 * printf moved as alias on mprintf function.
1327 * sprintf moved as alias on msprintf function.
1333 * Bug #1604 fixed - List extraction failed.
1335 * Bug #3291 fixed - SCI/modules/tclsci/tcl/BWidget-1.8.0/ moved as prerequirements.
1337 * Bug #4240 fixed - Some unexpected blank lines were displayed with the dir function.
1339 * Bug #4576 fixed - An example of ilib_build with "cflags" argument was missing.
1341 * Bug #4833 fixed - msprintf() interpreted "\n" as a carriage return even if "\n"
1342 was supplied by the 2nd input argument.
1344 * Bug #4847 fixed - In uigetfile, there was no way to select files with a given
1347 * Bug #5491 fixed - Clearly states that haveacompiler() only works under Windows.
1349 * Bug #5696 fixed - When SE Linux is enabled, error messages for
1350 Scilab in the Scilab binary distribution disabled.
1352 * Bug #6408 fixed - prompt() removed trailing whites.
1354 * Bug #6819 fixed - prompt() interpreted '<...>' as html.
1356 * Bug #6875 fixed - test_run() could not run at once on the +3000 tests of
1359 * Bug #7061 fixed - changelog.txt, readme.txt, version.xml removed from modules.
1361 * Bug #7249 fixed - 'string' function did not work as documented
1362 with a macro as input argument.
1364 * Bug #7333 fixed - In BrowseVar, variables could have a weird type number.
1366 * Bug #7358 fixed - Help pages of type and typeof have now links to the actual
1369 * Bug #7409 fixed - Some corrupted matrices could be created from api_scilab.
1371 * Bug #7700 fixed - Bad proposition in the console history when a char was added.
1373 * Bug #7745 fixed - add_demo moved in demo_tools module.
1375 * Bug #7815 fixed - tohome() function erased previous and future commands in Scilab console.
1377 * Bug #8086 fixed - Some functions displayed a wrong error message when called
1378 without input argument.
1380 * Bug #8243 fixed - xgeom demonstration renamed to geom3d.
1382 * Bug #8245 fixed - gsort() did not allow overloading with not managed types.
1384 * Bug #8296 fixed - Asking for extra array dimension value with size crashed Scilab.
1386 * Bug #8420 fixed - lines crashed Scilab in some cases.
1388 * Bug #8688 fixed - fillMatrixOfString did not check available memory on stack.
1390 * Bug #8753 fixed - Help file of c_link did not describe input argument num.
1392 * Bug #8768 fixed - GetRhsVar(..., STRING_DATATYPE, ...) did not check size of input argument.
1394 * Bug #8797 fixed - Update of the help pages of getdate('s') to detail that
1395 the returned value contains the leap seconds.
1397 * Bug #8874 fixed - Display of complex numbers with Inf or Nan for real or imaginary
1400 * Bug #8963 fixed - mtlb_mode test failed under Windows.
1402 * Bug #9045 fixed - plot2d did not support overloading.
1404 * Bug #9056 fixed - A uicontrol could not be closed with <META>+W.
1406 * Bug #9104 fixed - 'warning' used in a diary Scilab session added timestamp
1409 * Bug #9129 fixed - Completion on field did not propose graphics handle fields
1412 * Bug #9156 fixed - mgetl.c compilation failed under some Windows.
1414 * Bug #9164 fixed - The unit tests now use the new assert functions.
1416 * Bug #9268 fixed - Scilab was overriding a predefined variable JAVA_HOME.
1418 * Bug #9277 fixed - Escape character "\" did not work with msprintf.
1420 * Bug #9339 fixed - tbx_build_help function did not manage languages correctly.
1422 * Bug #9354 fixed - 'avematfile could not save imbricate structures.
1424 * Bug #9414 fixed - 'SCI' and 'SCIHOME' variables were not documented.
1426 * Bug #9452 fixed - It was impossible to download Intel MKL through a proxy.
1428 * Bug #9461 fixed - The assert_checkalmostequal function did not manage
1429 sparse matrices and hypermatrices.
1431 * Bug #9479 fixed - Typo fixed (intput => input).
1433 * Bug #9498 fixed - A long history caused Scilab startup to be very long.
1435 * Bug #9510 fixed - export_to_hdf5 did not return %f when trying to export
1436 unmanaged types (function, macro, ...).
1438 * Bug #9531 fixed - assert_checkequal failed with mlist.
1440 * Bug #9540 fixed - MKL Pentium 4 target was not downloaded by installer under Windows.
1442 * Bug #9542 fixed - During export operation, the file could be locked by another
1443 process (Windows Bug).
1445 * Bug #9543 fixed - Scilab did not use the default DocumentBuilderFactory
1446 to parse XML configuration files.
1448 * Bug #9555 fixed - Typo error in the deff help page.
1450 * Bug #9571 fixed - "error(144)" returned a wrong variable name.
1452 * Bug #9573 fixed - getdebuginfo did not report multiple video cards under Windows.
1454 * Bug #9581 fixed - cleaner.sce in toolbox_skeleton did not remove all generated files.
1456 * Bug #9599 fixed - Error message "at line ... of function ... called by" was
1457 printed directly on the same line.
1459 * Bug #9635 fixed - Some temp. variables were not removed when test_run was used.
1461 * Bug #9647 fixed - At Scilab startup, the variable fft was declared by default
1462 while it should not have been.
1464 * Bug #9659 fixed - "error(246)" returned a bad message for overloading.
1466 * Bug #9682 fixed \D0 3-D assignment into a 2-D array of integers issued an error.
1468 * Bug #9696 fixed - An error in an if expression inside a try make Scilab froze.
1470 * Bug #9699 fixed - A single $ as text in a text ui led to a segfault.
1472 * Bug #9707 fixed - createNamedXXX did not check variable name.
1474 * Bug #9708 fixed - createNamedXXX did not check length of variable name.
1476 * Bug #9712 fixed - Help of StartScilab had a error about Stacksize argument type.
1478 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
1480 * Bug #9717 fixed - dllinfo.tst failed under Windows binary versions.
1482 * Bug #9728 fixed - SCI/modules/special_functions/src/fortran/special_functions_f.def
1483 was not ignored (generated file).
1485 * Bug #9730 fixed - lines() returned an int32 and not a double value.
1487 * Bug #9755 fixed - Completion on paths was not case insensitive under Windows.
1489 * Bug #9756 fixed - polelm.tst unitary test failed under 64-bit Windows.
1491 * Bug #9763 fixed - comet3d did not check input argument presence.
1493 * Bug #9765 fixed - Remove ref to scicos_pal in sci_f_clear.f.
1495 * Bug #9766 fixed - Scilab under Mac OS X 10.7 did not start.
1497 * Bug #9791 fixed - toolbar visible state change crashed Scilab in NW mode.
1499 * Bug #9799 fixed - pol2str did not manage matrix of polynomials and input argument
1500 type was not checked.
1502 * Bug #9804 fixed - Starting Scilab with an external module emptied the
1503 demonstrations list menu.
1505 * Bug #9825 fixed - The assert_computedigits function gave too large correct digits.
1507 * Bug #9833 fixed - percent was badly formatted by Scierror function.
1509 * Bug #9836 fixed - repfreq failed due to singular problem.
1511 * Bug #9838 fixed - evstr froze on some specific strings.
1513 * Bug #9843 fixed - Colormaps with 2 colors could not be created.
1515 * Bug #9858 fixed - length() could not be overloaded with mlist.
1517 * Bug #9879 fixed - Fix some minor issues in the isdir help pages.
1519 * Bug #9880 fixed - Fix a page referencing itself in the help page.
1521 * Bug #9881 fixed - Fix a mistake in call help page.
1523 * Bug #9885 fixed - User initialization scripts (scilab.ini, .scilab) did not work.
1525 * Bug #9899 fixed - string(10*log10(1/10)) gave -0, instead of -10.
1527 * Bug #9900 fixed - There was a memory leak in getAllocatedMatrixOfString,
1528 getAllocatedMatrixOfWideString, getAllocatedNamedMatrixOfString,
1529 and getAllocatedNamedMatrixOfWideString.
1531 * Bug #9920 fixed - winqueryreg did not manage HKEY_CURRENT_CONFIG.
1533 * Bug #9929 fixed - Improve integration with Gnome shell and Unity.
1535 * Bug #9950 fixed - It was possible to select several texts in the console.
1537 * Bug #9957 fixed - msprintf("%d\r", 2) returned '2r'.
1539 * Bug #9963 fixed - The assert_computedigits function was not vectorized.
1541 * Bug #9966 fixed - The default value of comptype in assert_checkalmostequal
1544 * Bug #9971 fixed - GLoad macro not used and not documented has been removed.
1546 * Bug #9979 fixed - The who_user() function printed a wrong message.
1548 * Bug #9980 fixed - Frozen console when one tried to complete an empty string.
1550 * Bug #10001 fixed - %inf:%inf crashed Scilab.
1552 * Bug #10016 fixed - The damp function unit test failed under Windows.
1554 * Bug #10019 fixed - 'exec' crashed with error 113 for too long lines.
1556 * Bug #10037 fixed - checkalmostequal.tst unitary test failed under Linux x64.
1558 * Bug #10073 fixed - Use the new Scilab icon for GNU/Linux installations.
1559 Icons renamed from XPM to PNG.
1561 * Bug #10105 fixed - Focus was not given to the prompt when outputview had it.
1563 * Bug #10119 fixed - assert_checkequal did not support sparse complex doubles
1565 * Bug #10124 fixed - strsplit crashed with wrong input arguments.
1567 * Bug #10151 fixed - Wrong error message about polynomials was displayed.
1569 * Bug #10179 fixed - Weird behavior with evstr.
1571 * Bug #10282 fixed - repmat did not work for scalar input on dims greater than 2
1572 neither for N-D arrays.
1574 * Bug #10283 fixed - w and iw output arguments of ode function
1575 are now directly read from work table used in sub-functions.
1577 * Bug #10289 fixed - xload returns a more explicit error message when a file does
1580 * Bug #10292 fixed - Improved description of modulo help page.
1582 * Bug #10293 fixed - Improved description of bvode help page.
1584 * Bug #10324 fixed - format(m) where m is a vector did not work but the
1585 documentation stated it could be used.
1587 * Bug #10366 fixed - A warning about fun2string redefinition was displayed
1588 when we used "Edit label generator" and click "Ok".
1593 * Random crash under Mac OS X at startup.
1594 Some random crash can occur at first Scilab startup. Try to restart Scilab.
1596 * Some issues at startup under Mac OS X 10.6.7 (and previous 10.6 versions)
1598 If you have "Audio Hijack" installed on your Mac OS X, it prevents some
1599 applications to work including Scilab. See Bug #7012.
1600 Uninstall / disable Audio Hijack should fix this problem.
1601 Airfoil, also developed by Rogue Amoeba, has been reported as also breaking