1 Changes between version 5.4.0-beta-2 and 5.4.0-beta-3 of Scilab
2 ===============================================================
8 * config function is now obsolete and will be removed in Scilab 5.4.1.
9 Please use 'preferences' instead.
15 * Categories have been created for the following modules help pages:
16 - Functions: libraries sub-category (See bug #11642)
22 * Bug #7674 fixed - In all demos Optimization and Simulation, the source
23 code was displayed by default.
24 A messagebox now lets the choice to the user to display the
27 * Bug #8151 fixed - Under Mac OS X, item "Scilab/Quit Scilab" and "File/Quit" were
30 * Bug #11509 fixed - A progression bar was missing during Atoms operations.
32 * Bug #11592 fixed - In the documentation, example of bessel failed.
34 * Bug #11597 fixed - On Mac OS X, the Preferences windows was not accessible
35 through the standard shortcut "CMD + ,".
37 * Bug #11604 fixed - Some items were not localized in "Scilab Preferences" window.
39 * Bug #11606 fixed - exit() was too slow in nw mode when driver("png") was set.
41 * Bug #11618 fixed - A(:) returned wrong values when A was a complex sparse matrix.
43 * Bug #11628 fixed - Clearing a shortcut did not work is Preferences.
45 * Bug #11641 fixed - In xmltoformat, parsing of the CHAPTER files was too strict.
47 * Bug #11647 fixed - The phrase "The system cannot find the file specified." in
48 rmdir was not localized.
50 * Bug #11654 fixed - Rendering of the title of genetic algorithms help pages improved.
53 Changes between version 5.4.0-beta-1 and 5.4.0-beta-2 of Scilab
54 ===============================================================
60 * Help pages updated with examples and translated into French:
61 - WFILE_f - Block to write to output file
62 - WRITEC_f - Block to write C binary file
64 * Bug #8510 fixed - The message "Diagram contains implicit blocks..." stopped
67 * Bug #9290 fixed - HALT blocks displayed STOP.
69 * Bug #9496 fixed - Xcos flag 5 (ending) was not called when simulation was
70 stopped from the user interface.
72 * Bug #11132 fixed - Some help pages were missing: standard_origin, ...
74 * Bug #11494 fixed - Xcos PDE block could not open UIcontrol to set parameter.
76 * Bug #11518 fixed - When zooming on CLR block-text, the block was outside the box.
78 * Bug #11550 fixed - Closing the scope graph while running simulation led to a
85 * preferences() function added to open the Preferences window.
91 * Javasci version 1 removed (deprecated in Scilab 5.3.0).
97 * Tag <scilab:image> added. This tag will perform the graphic rendering of
98 a Scilab code and include the result into the help page as a sample image.
100 * With the <scilab:image> tag, all graphic and trigonometric help pages
101 now contain a sample image.
103 * Management of <varname>, <command>, <function> and <constant> Docbook tags.
106 * help_from_sci updated to manage recent changes in docbook Scilab files.
108 * Categories have been created for the following modules help pages:
109 - Scilab. See bug #11546.
110 - Statistics. See bug #9108.
111 - Genetic algorithms. See bug #11514.
112 - Simulated annealing. See bug #11560.
118 * fft function based on fftw updated and improved (See SEP#84):
119 - Take data symmetry into account,
120 - Include hard coded multivariate fft.
126 * Switch to flexdock 1.2.0.
128 * Switch to Scirenderer 0.5.5.
130 * BLAS_LIBS variable can now be set by the user (See bug #9824).
136 * Uicontrols tooltip can now be managed using the new "TooltipString" property.
138 * Figure closure can now be managed by the user (confirmation, ...) through the
139 'CloseRequestFcn' property.
141 * F5 and F6 change the focus of the docked element.
143 * Improvement in the refresh of the docked elements.
149 * createpopup function is now obsolete. Please use 'uicontextmenu' instead.
151 * uipopup function is now obsolete. Please use 'uicontextmenu' instead.
158 - eigs function added (See SEP #82)
164 * A fourth argument added to test_run to export test results to XUnit format.
166 * A new function called example_run has been introduced, this function tests the
167 examples given in Scilab help pages. See SEP #83.
173 * General improvements of the show_pca function (See bug #11500):
174 - Data bounds fixed in the left graph,
175 - Correlation circle graph improved,
176 - Eigenvalues graph improved.
182 * Bug #3235 fixed - In bezout function, wrong typo in the name of a variable
183 made the calpol unitary test failed.
185 * Bug #3244 fixed - Error messages in qpsolve and qp_solve functions updated.
187 * Bug #3787 fixed - Invalid calling sequences removed from schur help page.
189 * Bug #5675 fixed - Levitron demonstration was failing in some cases.
191 * Bug #6154, #10850 fixed - arnoldi package help pages updated.
193 * Bug #6538 fixed - unobs ignored its 'tol' argument when it was given,
194 and always calculated its own, arbitrary, internal value.
196 * Bug #6702 fixed - max and min functions returned a scalar in k when the input
197 argument was the last column of an hypermatrix.
199 * Bug #7216 fixed - modulo(x,0) and pmodulo(x,0) did not return an error message.
200 With ieee(2) these functions now return %nan.
202 * Bug #7251 fixed - Error fixed in qp_solve help page.
204 * Bug #7763 fixed - mtlb_max and mtlb_min functions did not manage complex
205 numbers with null imaginary part.
207 * Bug #7855 fixed - It was not possible to change event function while
208 the event handler was enabled.
210 * Bug #7873 fixed - The lagr parameter in qld help page was wrong.
212 * Bug #7881 fixed - Error in the condition which checks if the second input
213 argument in lattn function was scalar or not.
215 * Bug #8101 fixed - median function with a sparse as a first argument did not
216 return the good result. Moreover, median(sparse, 'r'| 'c') was not
219 * Bug #8351 fixed - integrate function did not manage properly the optional
222 * Bug #8640 fixed - histplot function failed when the data vector contained
225 * Bug #8785 fixed - modulo and pmodulo functions did not check input arguments.
227 * Bug #9464 fixed - contourf did not work if the "Matlab Compatibility functions
228 module" was not installed.
230 * Bug #9824 fixed - BLAS_LIBS variable was overloaded by the configure.
232 * Bug #9830 fixed - leastsq did not match the information given in optim help page.
234 * Bug #9884 fixed - Possibility to add a default header on new files in SciNotes
235 added in Preferences.
237 * Bug #10150 fixed - Completion help page moved to console chapter.
239 * Bug #10184 fixed - In messagebox, focus was not set by default on yes or ok
242 * Bug #10385 fixed - It was not possible to configure default web browser.
244 * Bug #10479 fixed - max and min functions were incorrect for N-D arrays.
246 * Bug #10497 fixed - Some special characters were causing issues in phaseplot
249 * Bug #10595 fixed - In SciNotes, <TAB> did not go to the next tab position.
251 * Bug #10711 fixed - The textbox of datatip was not displayed in graphics using
254 * Bugs #10827, #10868 fixed - In SciNotes, strings containing LaTeX disappeared
257 * Bug #10837 fixed - Font modification in SciNotes preferences did not work.
259 * Bug #10915 fixed - It was not possible to select several files when using
260 button "Open file" in console toolbar.
262 * Bug #10921 fixed - For ill-conditioned matrix, inv function displayed a
263 wrong value of rcond.
265 * Bug #11046 fixed - Sometimes, OverLoad(0) did not called %_xxx but %x_xxx.
267 * Bug #11048 fixed - In SciNotes, comment/uncomment actions did not work
270 * Bug #11049 fixed - Link to intg help page added in ode help page.
272 * Bug #11050 fixed - The output argument rd in ode and ode_root help pages was not
275 * Bug #11069 fixed - An axe could be wrongly set as parent for an uicontrol.
277 * Bug #11070 fixed - The "Visible"/"Enable"/"Position" properties of a frame
278 uicontrol did not impact its children.
280 * Bug #11203 fixed - Description for info output argument was wrong in lsqrsolve help page.
282 * Bug #11244 fixed - Due to the variable browser, an error was displayed in the console when
283 deleting a global variable.
285 * Bug #11300 fixed - freson calculated wrong frequencies in Scilab 5.3.3.
287 * Bug #11318 fixed - Order of uimenus in a figure changed when adding submenus.
289 * Bug #11324 fixed - Restoring old files (< 5.4.0 format) could fail due to new
290 mechanism in SOD file loading.
292 * Bug #11326 fixed - set(h, "enable", "off") and set(h, "visible", "off") had no
293 effect after menu creation.
295 * Bug #11328 fixed - strsplit returned a wrong error message when the second input
296 argument contained wrong values.
298 * Bug #11330 fixed - oldplot function removed.
300 * Bug #11331 fixed - graypolarplot returned an error about an unknown property.
302 * Bug #11332 fixed - Default usage of contour2d was producing some errors.
304 * Bug #11333 fixed - Missing argument number checking in comet added.
306 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
307 margins had been modified.
309 * Bug #11346 fixed - Error messages added in cosm function in case of bad
312 * Bug #11349 fixed - There was an error when the path to external editor contained
315 * Bug #11360 fixed - In some help pages, f in calling sequence was named mtx in
316 the parameter section.
318 * Bug #11369 fixed - colordef("black") returned an error about an unknown property.
320 * Bug #11372 fixed - Calling odeoptions returned an error.
322 * Bug #11385 fixed - length returned a wrong error message when called without
325 * Bug #11388 fixed - Calling xsetech(frect=[0,0,100,100]) failed.
327 * Bug #11396 fixed - Overloading: toto([])=[] with toto being an mlist failed.
329 * Bug #11398 fixed - newest produced an incomprehensible error message when
330 called with a string vector as second input argument.
332 * Bug #11403 fixed - toprint and Print menu did not work.
334 * Bug #11409 fixed - xpoly crashed on polyline allocation.
336 * Bug #11420 fixed - When using the event_handler of the default figure, events were not trapped.
338 * Bug #11422 fixed - datatips did not work when the figure contained uicontrols.
340 * Bug #11423 fixed - When the variable "a" was selected, all the a characters were
341 highlighted rather than only the "a" variable.
343 * Bug #11434 fixed - After having set the "auto_resize" default figure property
344 to "off", plot was no longer possible.
346 * Bug #11443 fixed - There was no way to set default language by the preferences under
349 * Bug #11449 fixed - color function created a figure when no current figure
352 * Bug #11450 fixed - Logarithmic ticks were not sorted.
354 * Bug #11452 fixed - The use of diag optional argument in lsqrsolve produced an error.
356 * Bug #11457 fixed - gsort crashed when getting string data from stack after big stacksize.
358 * Bug #11459 fixed - varname, command, constant and option docbook tags were not
361 * Bug #11460 fixed - In the console, scrollbar was not updated if nothing was
362 entered at the prompt.
364 * Bug #11466 fixed - fscanf was not set as obsolete as it should have been.
366 * Bug #11469 fixed - The drawing, using xfpolys, was incremental instead of drawing
369 * Bug #11472 fixed - Old menus were not removed before adding the new ones in default figure.
371 * Bug #11481 fixed - The title of axes was in front of plots.
373 * Bug #11482 fixed - The two plots drawn in "Graphics/Complex elementary function/Custom"
374 demonstration were too small.
376 * Bug #11485 fixed - delete function deleted axes identifier before using it.
378 * Bug #11486 & #11487 fixed - When a list was inserted into itself,
379 it produced Segfault or infinite loop.
381 * Bug #11488 fixed - Java exception led to a segfault in -ns mode when something
382 was typed in the console.
384 * Bug #11490 fixed - comet produced wrong display with matrix inputs.
386 * Bug #11502 fixed - Some Java debug information was displayed when playing with
389 * Bug #11506 fixed - "Rendu d'équations mathématiques dans le graphique Scilab"
390 were missing some closure tags in the examples.
392 * Bug #11515 fixed - checkVarDimension help page added and getNbInputArgument and
393 getNbOutputArgument help pages updated.
395 * Bug #11517 fixed - Bad formatting fixed in the French version of getenv help page.
397 * Bug #11519 fixed - The colored lines in the legend of nyquist plot were inverted.
399 * Bug #11529 fixed - Only 512 chars could be entered in the console, now it is
402 * Bug #11532 fixed - Update of mkdir English and French help pages.
404 * Bug #11534 fixed - getshortpathname and getlongpathname documentation updated to be clearer
405 about what happens on other OS than Windows.
407 * Bug #11535 fixed - listfiles used on multiple folders could return unusable results.
409 * Bug #11537 fixed - In SciNotes, it was not possible to modify font size with
412 * Bug #11538 fixed - xxxWideString functions (API Scilab) did not check to_wide_string
413 conversion (crashed under GNU/Linux & Mac OS X).
415 * Bug #11544 fixed - ilib_gen_cleaner did not add command to remove "Debug" and
416 "Release" folder under Windows.
418 * Bug #11547 fixed - _() moved into gettext() help page.
420 * Bug #11553 fixed - The uicontextmenu handles (and their children) were not
421 deleted at the end of execution.
423 * Bug #11563 fixed - Button was called "Open" (instead of "Save") in the GUI
424 used to select a file name for graphic export.
426 * Bug #11578 fixed - dir function under Windows took into account the
427 case to sort the results.
429 * Bug #11582 fixed - Typo fixed in strchr help page.
432 Known Incompatibilities
433 =======================
435 * In previous versions, modulo(x,0) and pmodulo(x,0) returned x. But this solution is
436 not correct. Indeed, the expression used to compute the modulo is x - y * int(x / y)
437 for the modulo function and x - y * floor(x / y). Now, they return an error and
438 %nan with ieee(2). See bug #7216.
440 * In previous versions, newest function could be called with a string vector
441 as second (up to last) input argument. In these cases, only the first string of
442 the vector was taken into account. These calls now return an error. See bug #11398.
444 * Setting the "foreground" property for a figure was possible even if it was not
445 officially supported or documented. An error is now returned.
446 Please use the axes "foreground" property instead. See bug #11369.
449 Changes between version 5.4.0-alpha-1 and 5.4.0-beta-1 of Scilab
450 ================================================================
456 * Entire refactoring of Scilab graphic capabilities in order to solve the known issues
457 of graphical cards compatibilities and many Scilab crashes.
459 * Based on SciRenderer (rendering library based on JoGL), Scilab graphics have
460 been rewritten to provide new graphic functionalities with:
461 - better performances,
463 - 2-D zoom using the mouse wheel,
464 - new 3-D zoom capabilities,
465 - rotation available through the mouse right-click.
466 SciRenderer is a free and open-source library developed by Scilab Enterprises
467 for 2-D and 3-D rendering of scientific data.
469 * Improved graphic exports:
470 - Off-screen export (Scilab will not open a window to export with driver).
471 - New bitmap formats supported: PNG, JPEG and BMP in the driver function.
472 - New vectorial formats supported: PDF and SVG in the driver function.
473 - Many portability issues fixed.
476 * Bug #4289 fixed - Graphic exports were not working when the drawlater or the
477 pixmap modes were activated.
479 * Bug #4339 fixed - listvarinfile did not manage graphic handles.
481 * Bug #4818 fixed - Scilab could not export graphics which contained a lot of information.
483 * Bug #6582 fixed - A copy of a handle did not keep foreground property.
485 * Bug #6644 fixed - New graphic windows take care of default figure properties (uimenu).
487 * Bug #7998 fixed - %h_get failed on heterogeneous handle matrix.
489 * Bug #8241 fixed - Graphical properties were not always inherited.
491 * Bug #8250, #10567, #10614 fixed - Artefacts dropped on the
492 vectorial (EPS/PDF/SVG) exports.
494 * Bug #8705 fixed - Some specific graphics could not be saved.
496 * Bug #8916 fixed - Menu to export in PS format was missing in graphic figures.
498 * Bug #9721 fixed - Documentation improved on tight_limits. Thanks to Samuel
501 * Bug #10240 fixed - In a Scilab localized in French, SVG export could use "," instead
502 of "." for numerical separator.
504 * Bug #10290 fixed - Error message for bad assignement of interp_color_vector updated.
506 * Bug #10360 fixed - Default format for export is now PNG instead of BMP.
508 * Bug #10365 fixed - To copy a handle to a figure (instead of an axes) crashed Scilab.
510 * Bug #10395 fixed - xset("clipping", [1,2,3,4]) returned an error.
512 * Bug #10417 fixed - xget("background") returned a wrong value.
514 * Bug #10637 fixed - xs2svg crashed when first input argument was not a figure handle.
515 An error message is now displayed.
521 * A 'Console' handle has been created and can be obtained by calling get(0):
522 - uimenus now appear as 'Children' of this handle when they are added to the
524 - the 'ShowHiddenHandles' property enables the user to make some hidden
525 graphic objects visible.
527 * Scilab Console and graphic figure menus are now uimenus. They are hidden by
528 default. To see them in the children list, use set(get(0), "ShowHiddenHandles", "on")
530 * New uicontrols added:
531 - 'image' style uicontrol: display, transformation and various other
532 operations on images.
533 - 'table' style uicontrol: display data in a table form (read-only in Scilab
534 5.4.0-BETA-1 version).
536 * The 'Value' property can now contain non-integer values and allows to take full
537 advantage of 'slider' style uicontrols (See bug #7380).
539 * Figure resizing can now be managed by the user (uicontrol position setting, ...)
540 through the 'resizefcn' property.
546 * save/load functions can export/import Scilab data to SOD format:
547 - Scilab data are saved and loaded using a standard, HDF5-based, documented,
548 and fully tested: Scilab Open Data format (SOD).
549 - Graphic handles can be saved under the SOD format.
550 - 'save' writes data to HDF5 format when using new calling sequence
551 save("filename.sod", "a", "b", "c"). This format is Scilab 6 compatible.
552 - 'save' displays a message when using old calling sequence
553 save("filename", a, b, c) and writes data in old Scilab binary format.
554 This format will not be supported by Scilab 6.
555 - The 'matfile2sci' function now converts MAT-files to SOD files.
557 * Calling load with a file descriptor as first input argument is now obsolete.
558 Please replace the file descriptor by the corresponding file name.
559 This feature will be removed in Scilab 6.0.0
561 * Update the default size of the Scilab stack to 100 million elements (instead of
562 50M). See stacksize help page for more information.
564 * Scilab Desktop provides a button in dockbar to get the help about the component.
566 * External modules are managed out of the box by test_run function. See bug #9834.
567 Example: test_run('SCI/contrib/toolbox_skeleton')
573 * xmlClose renamed in xmlDelete and xmlGetOpenStreams in xmlGetOpenDocs.
575 * Bug #10185 fixed - Add xmlDelete("all") in xml.quit.
577 * Bug #10594 fixed - size could not be used with two arguments on XMLList.
579 * Bug #10630 fixed - Typo fixed in an error message.
581 * Bug #10670 fixed - Crash avoided when xmlRead had an argument with a bad size.
583 * Bug #11250 fixed - Avoid a crash when an error is met during xmlValidation.
589 * Management of Docbook tags <note>, <caution>, <warning>, <important> and
590 <tip>. See bug #10505.
592 * Function help_skeleton extended to suggest the <revhistory>, <latex>, <note>,
593 <caution>, <warning>, <important> and <tip> tags in examples.
595 * Scilab documentation is now available in Russian. Many thanks to Stanislav Kroter.
597 * Many errors have been fixed in Scilab documentation:
598 - Wrong calling sequences
607 * DEBUG_SCILAB_DYNAMIC_LINK was not available under GNU/Linux or Mac OS X.
613 * Major performance improvements on the simulation start-up. On important diagrams,
614 the gain is very important (from minutes to milliseconds). See bug #8188.
616 * Performance improvements on diagram saving/loading.
618 * A compressed file format is now available (ZCOS) and allows more flexibility on
621 * Ports styles and labels are now available to external modules.
623 * New examples are provided in the help pages of the following blocks:
624 - ABS_VALUE - Absolute value
625 - EVTDLY_c - Event delay
626 - AFFICH_m - Display value
627 - CLSS - Continuous state-space system
628 - SELECT_m - Selector block
629 - NEGTOPOS_f - Threshold negative to positive
631 * External modules should be updated to use the new Scilab Open Data format
632 instead of the previous HDF5 format.
634 * Bug #6201 fixed - Block help menu had no shortcut.
636 * Bug #6733 fixed - Each call to Xcos created an empty diagram.
638 * Bug #7539 fixed - Interaction with some blocks was slowed down.
640 * Bug #7863 fixed - Default path for code generation was SCI instead of pwd() or
643 * Bug #8188 fixed - Xcos to Scilab export took too much time.
645 * Bug #8295 fixed - Save compressed Xcos file set as default.
647 * Bug #8600 fixed - Closing Xcos did not end the simulation.
649 * Bug #8744 fixed - Solving the initialization problem more than once crashed
652 * Bug #9131 fixed - PULSE_SC has been added to the Source palette.
654 * Bug #10081 fixed - Palette configuration saving could produce an invalid
657 * Bug #10107 fixed - Default value of the Integrator Absolute Tolerance was
658 too large. It has been reduced to 1e-6.
660 * Bug #10246 fixed - PROD_f block was broken.
662 * Bug #10333 fixed - Labeling I/O blocks on a super block produced wrong port
663 labeling when ports had not the same types.
665 * Bug #10340 fixed - Exception occurred while moving the palette split pane to
666 hide the block list and while using a palette diagram.
668 * Bug #10393 fixed - Block style was not updated on palette loading.
670 * Bug #10419 fixed - Exception occurred while refusing to create a new empty
673 * Bug #10422 fixed - Exception occurred when exporting with an unspecified
676 * Bug #10461 fixed - Canceling a Quit operation did not work.
678 * Bug #10486 fixed - importXcosDiagram opened a tab.
680 * Bug #10496 fixed - Wrong error message fixed in xcosValidateBlockSet.
682 * Bug #10510 fixed - Unused variables were generated by Xcos at start-up.
684 * Bug #10533 fixed - Some action shortcuts were not disabled when editing a text
687 * Bug #10657 fixed - CONSTRAINT_c had no icons on a graph.
689 * Bug #10679 fixed - blocks_link.tst failed.
691 * Bug #10697 fixed - post_xcos_simulate function did not work with a TOWS_c block
694 * Bug #10800 fixed - xcosPalAddBlock help example did not work.
696 * Bug #10812 fixed - cos and cosf files loading did not use a direct handler.
698 * Bug #10848 fixed - The first Drag'n Drop of a block produced an exception.
700 * Bug #11094 fixed - Image creation of blocks did not use xinit / xend.
706 * Scilab now uses the ARPACK-ng package maintained by Scilab Enterprises.
708 * An option --without-arpack-ng has been added to disable the Arnoldi features.
710 * HDF5 is now a mandatory dependency of Scilab (even in a minimal build)
712 * Bug #11060 fixed - ccache use can be disabled with --disable-ccache .
719 - dec2base function added (See SEP #75)
720 - nthroot function added (See SEP #78)
722 * linspace and logspace deprecate the use of non-integer values as third input argument.
724 * The toeplitz macro is now vectorized.
730 * qmr function updated and modified.
731 Calling qmr(F, Fp, x) where F is a function returning A*x
732 and Fp a function returning A'*x is deprecated.
733 Use qmr(F, x) instead where F prototype is
737 where t is used to make F return A*x or A'*x.
738 Same behavior has been implemented for qmr( ..., M1, M1p, M2, M2p).
739 See qmr help page for examples and details.
742 CLI Console (GNU/Linux and Mac OS X only)
743 =========================================
745 * Wide characters supported.
747 * Multiline command supported.
749 * Command line display improved.
751 * List of shortcuts in NW/NWNI mode:
752 - CTRL+W removes the previous word.
753 - CTRL+U removes everything from the current position to the beginning of
755 - UP or Ctrl+P recalls previous line.
756 - DOWN or Ctrl+N recalls next line.
757 - TAB for completion. Scilab displays a list of all names (functions, variables) that
758 start with the characters already typed by the user.
759 - Ctrl + A or HOME moves the cursor to beginning of current line.
760 - Ctrl + B or LEFT moves the cursor one character to the left.
761 - Ctrl + D or DELETE deletes the current character.
762 - Ctrl + E or END moves the cursor to the end of command line.
763 - Ctrl + F or RIGHT moves the cursor one character to the right.
764 - Ctrl + H or BACKSPACE deletes the previous character.
765 - Ctrl + K kills command line from cursor to the end.
766 - Alt+B or Ctrl+LEFT moves left one word.
767 - Alt+F or Ctrl+RIGHT moves right one word.
769 * Bug #3108 fixed - Some specific chars in the terminal were not correctly
770 removed by the backspace.
772 * Bug #3400 fixed - Long lines in the history broke the display.
774 * Bug #6804 fixed - Prompt was removed in cli mode when playing with arrow keys.
780 * Shortcuts META+(UP|DOWN) added to navigate between paragraphs.
782 * Bug #10442 fixed - Sometimes a crash occurred at start-up when Scinotes was
785 * Bug #10647 fixed - An error message did not respect Scilab localization standard.
787 * Bug #10889 fixed - Exception about block highlighters was thrown by Scinotes.
793 * 'hank' function performances improved.
795 * Using api_scilab, construction of any type of lists is now much faster (300x in some cases).
801 * New datatypes are now supported:
802 - sparse and boolean sparse
803 - tlists, mlists and lists
806 * If Scilab fails to start because of a memory issue (stacksize), an
807 InitializationException Java exception is now displayed.
809 * Bug #10794 fixed - With Scilab built on an Ubuntu 11.10, javasci failed to
810 load with an undefined symbol
813 CACSD & Signal Processing
814 =========================
817 - conv - discrete 1-D convolution.
818 - conv2 - discrete 2-D convolution.
819 - convol2d - discrete 2-D convolution, using fft.
820 - phaseplot - frequency phase plot.
821 - xcorr - auto and cross correlation of signals (superseeds corr).
822 - xcov - auto and cross correlationvariance of signals (superseeds corr).
823 - arma2ss - conversion of an arma data structure into a state space one.
825 * 'mtlb_conv' compatibility function is now obsolete. Please use 'conv' instead.
827 * Bug #10562 fixed - The "CACSD/Robust Control" demo failed.
829 * Bug #11340 fixed - bode, gainplot, nyquist and plzr without arguments did not show an example.
835 * 'atomsQuit' function added to allow to call .quit of modules loaded by ATOMS
836 when user closes Scilab session. See SEP #77.
838 * tbx_build_loader generates also an unloader.sce to allow to call .quit file of
841 * ATOMS option 'offLine' has been renamed to 'offline'.
843 * Bug #9078 fixed - atomsGui took time to start gui.
845 * Bug #9798 fixed - .quit script of Atoms modules were not evaluated at Scilab quit.
847 * Bug #10494 fixed - atomsInstall and atomsLoad were not clearly distinguished
848 in the documentation.
850 * Bug #10500 fixed - ATOMS module without DESCRIPTION file returned a wrong
853 * Bug #10707 fixed - atomsInstall failed to use the path shortcut.
855 * Bug #10846 fixed - atomsSystemUpdate failed.
856 documentation about 'downloadTimeout' added.
858 * Bug #10864 fixed - atomsRemove required a network connection to remove a package.
860 * Bug #10933 fixed - atomsGetConfig did not check the value of input arguments.
862 * Bug #10957 fixed - atomsInstall required a network connection to install
865 * Bug #11062 fixed - atomsGetInstalledPath function moved as a public function.
871 * CallScilab.h removed (was deprecated since Scilab 5.2.0).
872 Please use call_scilab.h instead.
874 * 'int getLastErrorValue(void)' function added.
875 It now returns the last error code generated by Scilab.
877 * Function 'const char* getLastErrorMessageSingle();' added.
878 It now returns the last error message generated by Scilab.
880 * Deprecated functions in call_scilab.h removed : C2F(readmat), C2F(creadmat),
881 C2F(creadbmat), C2F(creadcmat), C2F(readchain), C2F(creadchain), C2F(creadchains),
882 GetLengthStringMatrixByName, C2F(matptr), C2F(cmatptr), C2F(cmatcptr), C2F(cmatsptr),
883 C2F(cmatbptr), getlengthchain
889 * Bug #2479 fixed - Graphic editor could not be used when format was not format("v",18).
891 * Bug #2853 fixed - sd2sci.sci removed from sources.
893 * Bug #3811 fixed - The overloading charcode was wrong for libraries.
895 * Bug #4806 fixed - If A was a sparse matrix, A^0 returned A and not the identity
898 * Bug #4813 fixed - Description of type 0 added in type help page.
900 * Bug #4978 fixed - Icons did not follow the Tango norm.
902 * Bug #6009 fixed - conv, conv2 and convol2d functions were missing.
904 * Bug #7167 fixed - Typo fixed in pdiv help page.
906 * Bug #7380 fixed - 'Value' property for uicontrol was rounded.
908 * Bug #7490 fixed - %inf had not always the same display.
910 * Bug #7289 fixed - The handle of the menu was still valid after calling delmenu(console_menu_handle).
912 * Bug #7728 fixed - rubberbox(): Instantaneous pointer's coordinates are now displayed in the status bar.
914 * Bug #7779 fixed - genlib did not check input arguments and did not use current
917 * Bug #7859 fixed - Improvements of "exists" help page.
919 * Bug #8050 fixed - A weird error message was displayed in some cases.
921 * Bug #8339 fixed - Default path for the Mac OS X version is now HOME instead
924 * Bug #8592 fixed - Explicit error message added when macros are not available.
926 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
927 simplified and optimized.
929 * Bug #8651 fixed - The error message of write_csv was wrong.
931 * Bug #8682 fixed - funcprot did not return the previous value when called with
934 * Bug #8685 fixed - Lack of consistency in keyword help page.
936 * Bug #8724 fixed - A critical error with uiget(file|dir) could have occurred.
938 * Bug #8859 fixed - Some comparison operators between hyper-matrices and 2-D arrays
941 * Bug #9002 fixed - bsplin3val, cshep2d, eval_cshep2d,interp, interp2d, interp3d,
942 linear_interp, splin, splin2d, splin3d functions ignored imaginary
943 part of input arguments without returning an error.
945 * Bug #9197 fixed - Unitary test examples in toolbox_skeleton
946 and xcos_toolbox_skeleton did not use assert functions.
948 * Bug #9255 fixed - Correct bad calling sequence in list_double_writing api help page.
950 * Bug #9295 fixed - 'base2dec' ignored the fractional part of 'base' input argument.
952 * Bug #9328 fixed - Scilab randomly crached at start-up under Mac OS X when calling
953 functions returning no value (lines, modes, banner, ...).
955 * Bug #9424 fixed - gettext("") did not return "".
957 * Bug #9502 fixed - 'toolbox' was badly used in assert help pages (replaced by 'module').
959 * Bug #9520 fixed - Missing named functions added in "API Scilab" help pages.
961 * Bug #9549 fixed - nthroot function added.
963 * Bug #9572 fixed - assert_checkerror did not check multi-lines errors.
965 * Bug #9643 fixed - genetic algorithms demo was not vectorized.
967 * Bug #9654 fixed - An example in optim help page was poorly implemented.
969 * Bug #9700 fixed - optim help page contained a mistake about bounds management.
971 * Bug #9734 fixed - intsplin help page moved from interpolation to
972 elementary functions chapter.
974 * Bug #9735 fixed - Old stack api examples removed.
976 * Bug #9811 fixed - Output message of fminsearch was wrongly set.
978 * Bug #9954 fixed - Example added in gmres help page.
980 * Bug #9953 fixed - Documentation added to the fre input argument of stdevf.
982 * Bug #9992 fixed - gcbo was not initialized in callbacks for uimenus in console.
984 * Bug #10017 fixed - The unitary test for bdiag used a "strange" comparison
987 * Bug #10044 fixed - wfir_gui function rewritten based on uicontrol and documented.
989 * Bug #10061 fixed - datatipCreate drew the tip in the current axes instead of curve
992 * Bug #10139 fixed - 'atomsTest' function did not manage specific test names.
994 * Bug #10236 fixed - exit(-1) prompted for exiting Scilab.
996 * Bug #10241 fixed - A .scg file could not be opened when a non-ascii character was in the legend.
998 * Bug #10244 fixed - The install of call_scilab could fail in some cases under
1001 * Bug #10250 fixed - Bug in the detection of the Java path under GNU/Linux fixed.
1003 * Bug #10267 fixed - The help browser did not use the default language at new session start-up.
1005 * Bug #10272 fixed - Examples added in squeeze help page.
1007 * Bug #10281 fixed - lyap function could crash.
1009 * Bug #10303 fixed - test_run ignored "enable_lt" option.
1011 * Bug #10304 fixed - test_run did not return an error if an invalid option was used.
1013 * Bug #10306 fixed - 'isempty' could fail with empty elements in a list.
1015 * Bug #10330 fixed - 'error' did not manage vector of strings as input argument, but
1016 'lasterror' returned vector of strings.
1018 * Bug #10341 fixed - font in help was bold when the font of a text uicontrol
1021 * Bug #10342 fixed - assert_checkerror help file had a wrong format.
1023 * Bug #10345 fixed - uicontrols were not always drawn at the right place.
1025 * Bug #10372 fixed - Dependencies of MALLOC.h removed on Windows.h and machine.h
1028 * Bug #10379 fixed - lines did not manage a 1x2 vector [nc, nl] as input argument.
1030 * Bug #10384 fixed - In exiting, "Close Console" was suggested rather than "Close
1033 * Bug #10396 fixed - Display of a structure with large matrix took too much time.
1035 * Bug #10402 fixed - FileBrowser threw an exception when a filter was set
1036 and the tree was expanded.
1038 * Bug #10408 fixed - In the history browser, the contents were scrolled even if the
1039 knob was not at the bottom.
1041 * Bug #10416 fixed - xmltoformat did not return at the root directory in case of error.
1043 * Bug #10418 fixed - Playsound was failing under Mac OS X. Thanks to
1044 Pierre-Henri Jondot for the patch.
1046 * Bug #10423 fixed - The function browsehistory() to open the history browser was missing.
1048 * Bug #10431 fixed - Navigation in history using CTRL+P or CTRL+N was not available.
1050 * Bug #10439 fixed - stacksize('max') crashed under Windows 64 bit.
1052 * Bug #10440 fixed - 'wfir_gui' generated errors if the view checkbox was selected
1053 and an erronous value was entered.
1055 * Bug #10444 fixed - fullfile did not manage string matrix as last input argument.
1057 * Bug #10449 fixed - At new session start-up, empty tabs could appear if the previous
1058 session has not been properly exited.
1060 * Bug #10450 fixed - Overloading for gamma, dlgamma and gammaln functions for list,
1061 tlist, mlist and hypermatrices types was not allowed.
1063 * Bug #10457 fixed - Reference in fftw help page pointed to a wrong version.
1065 * Bug #10458 fixed - demo_gui did not clear its variables when closing the figure.
1067 * Bug #10465 fixed - Typo fixed in isreal help page.
1069 * Bug #10466 fixed - mgetl detected an error but it did not return an error
1072 * Bug #10471 fixed - %helps_modules was not ignored by default by browsevar.
1074 * Bug #10473 fixed - Error fixed in factorial function help page bibliography.
1076 * Bug #10474 fixed - An exception could be thrown at the history browser
1079 * Bug #10475 fixed - Error fixed in perms function help page.
1081 * Bug #10477 fixed - In ilib_for_link, the display of the error message generated
1082 at configure time made mprintf fail.
1084 * Bug #10482 fixed - Wrong error message in format function fixed.
1086 * Bug #10499 fixed - lincos example in help file returned warning and error.
1088 * Bug #10503 fixed - error(999.666) did trunc error code without an error.
1090 * Bug #10506 fixed - ssprint did not check input arguments.
1092 * Bug #10518 fixed - odeoptions help page was inaccurate.
1094 * Bug #10519 fixed - spec returned a wrong error message when an input argument
1097 * Bug #10520 fixed - The fact that ceil, floor, round or fix could manage complex
1098 matrices was not clearly stated in the documentation.
1100 * Bug #10521 fixed - frexp returned a wrong error message.
1102 * Bug #10523 fixed - The fact that flipdim could manage complex matrices was
1103 not clearly stated in the documentation.
1105 * Bug #10526 fixed - A string was in French in the English help page of cumprod.
1107 * Bug #10532 fixed - In some cases, browsevar cloud crash with some unknown
1110 * Bug #10536 fixed - A string was in French in the English help page of cumsum.
1112 * Bug #10538 fixed - Typos fixed in the help pages of prod and cumprod.
1114 * Bug #10543 fixed - %eps, %pi, %i, %nan, %inf were not documented.
1116 * Bug #10544 fixed - debug did not return the previous value when called with
1119 * Bug #10551 fixed - Issues fixed in the Russian localization.
1121 * Bug #10558 fixed - Tcl/Tk demonstrations did not start.
1123 * Bug #10560 fixed - genetic algorithms demonstrations failed.
1125 * Bug #10564 fixed - atan graphic demonstration was failing due to a too restrictive test
1126 in the linspace function.
1128 * Bug #10565 fixed - The demonstration simulation --> bicycle simulation --> unstable
1131 * Bug #10574 fixed - Runge-Kutta-Method failed for vector [x, 1] with x > 9.
1133 * Bug #10576 fixed - getdate (under Windows) did not manage dates after January 19, 2038
1135 * Bug #10577 fixed - getdate did not check input arguments.
1137 * Bug #10579 fixed - Wrong reference to and function in the help page of prod
1140 * Bug #10588 fixed - Update of waitbar help page to precise that the function returns
1143 * Bug #10626 fixed - taucs_chdel(), umf_ludel() returned an error.
1145 * Bug #10628 fixed - Reference to sci_types enum changed and "see also" section added.
1147 * Bug #10631 fixed - The # sign was missing in some error cases.
1149 * Bug #10632 fixed - Navigation buttons in the file browser did not change the
1150 current Scilab working directory.
1152 * Bug #10634 fixed - dsearch help page referenced an invalid input argument
1155 * Bug #10641 fixed - string(:) gave wrong results.
1157 * Bug #10643 fixed - Bad result when using isreal function with a polynomial
1160 * Bug #10652 fixed - getdebuginfo() did not display TMPDIR value.
1162 * Bug #10654 fixed - dgettext with "scilab" domain did not return the same result
1165 * Bug #10656 fixed - Exception occurred when an empty help browser was closed.
1167 * Bug #10658 fixed - Typos fixed in the bloc2exp help page.
1169 * Bug #10662 fixed - xload did not support tlist for user_data property.
1171 * Bug #10673 fixed - Typos fixed in ssrand help page.
1173 * Bug #10685 fixed - inttrap help page moved to differential equations module.
1175 * Bug #10710 fixed - Wrong error message fixed in xml module.
1177 * Bug #10716 fixed - The help page of acos badly talked about vectors instead of matrices.
1179 * Bug #10717 fixed - Typos fixed in acosd help page.
1181 * Bug #10720 fixed - Typos fixed in acosh help page.
1183 * Bug #10724 fixed - Missing links added in acot help page.
1185 * Bug #10725 fixed - Typos fixed in acot help page.
1187 * Bug #10726 fixed - Missing links added in acsc help page.
1189 * Bug #10727 fixed - Missing links added in asech help page.
1191 * Bug #10728 fixed - Wrong link fixed in asind help page.
1193 * Bug #10729 fixed - Missing links added in asinh help page.
1195 * Bug #10730 fixed - Missing links added in asinhm help page.
1197 * Bug #10731 fixed - Typos fixed in atan help page.
1199 * Bug #10732 fixed - Wrong link fixed in atand help page.
1201 * Bug #10733 fixed - Missing link added in atanm help page.
1203 * Bug #10734 fixed - Missing link added in cos help page.
1205 * Bug #10735 fixed - Missing information added about input argument in cotd help page.
1207 * Bug #10736 fixed - Missing "Arguments" section added in coth help page.
1209 * Bug #10737 fixed - Missing "Arguments" section added in cothm help page.
1211 * Bug #10738 fixed - Typos fixed in cscd help page.
1213 * Bug #10739 fixed - Typos fixed in csgn help page.
1215 * Bug #10740 fixed - Typos fixed in sec help page.
1217 * Bug #10741 fixed - Typos fixed in secd help page.
1219 * Bug #10742 fixed - Missing link added in sin help page.
1221 * Bug #10743 fixed - Wrong link fixed in sind help page.
1223 * Bug #10744 fixed - Typos fixed in sinh help page.
1225 * Bug #10745 fixed - Typos fixed in tand help page.
1227 * Bug #10769 fixed - Dead code removed from bsplin3val.
1229 * Bug #10775 fixed - Scilab icons in filebrowser had a wrong size.
1231 * Bug #10782 fixed - 'iconvert' did not check input arguments.
1233 * Bug #10797 fixed - contour, contour2d, contourf did not check input arguments.
1235 * Bug #10807 fixed - It was not possible to overload fft and fftw for list,
1238 * Bug #10809, #10810 fixed - error_table help page was not up-to-date.
1240 * Bug #10820 fixed - datatipscurve generator was freezing Scilab.
1242 * Bug #10828 fixed - Developer arguments were not displayed in the help of
1245 * Bug #10831 fixed - set("auto_clear", "on") and set("auto_clear", "off") returned an error.
1247 * Bug #10835 fixed - Typo that made the 'atanm' function unusable fixed.
1249 * Bug #10836 fixed - resize_matrix with boolean failed.
1251 * Bug #10839 fixed - dec2hex function was limited to 32 bits.
1253 * Bug #10841 fixed - sliderStep property could not be set with "big" default value.
1255 * Bug #10845 fixed - $ was not documented.
1257 * Bug #10847 fixed - dec2base returned a wrong error message with a complex
1258 number as input argument.
1260 * Bug #10861 fixed - debug([]) returned a wrong error message.
1262 * Bug #10867 fixed - Loading a .scg file failed when the legend contained accentuated characters.
1264 * Bug #10879 fixed - Typo fixed in dec2base help page.
1266 * Bug #10880 fixed - Default start-up directory moved to "My Documents folder"
1267 under Windows for icon shortcut.
1269 * Bug #10881 fixed - Typo fixed in ftest and ftuneq help pages.
1271 * Bug #10904 fixed - Error messages of and() and or() builtin were not standard.
1273 * Bug #10913 fixed - The "View code" button was missing in GUI demos.
1275 * Bug #10928 fixed - Examples of save updated with information to fix trouble under Windows.
1277 * Bug #10966 fixed - linspace was producing some numerical errors on the last
1280 * Bug #10982 fixed - Completion failed when a space was used before the command.
1282 * Bug #11010 fixed - Examples of preconditioning added in gmres help page.
1284 * Bug #11029 fixed - Execution path to TMPDIR fixed in the example given in dae help page.
1286 * Bug #11055 fixed - 'string' function did not manage implicit size type as
1289 * Bug #11076 fixed - mlist('r'), tlist('r') returned a wrong error message.
1291 * Bug #11077 fixed - rlist() returned an error.
1293 * Bug #11081 fixed - movefile, copyfile did not support '~', 'TMPDIR',
1294 shortcuts in filenames.
1296 * Bug #11090 fixed - Typo fixed in event_handler_function help page.
1298 * Bug #11093 fixed - isNamedVarExist() did not search in builtin functions names.
1300 * Bug #11105 fixed - Crash with color_flag 3 fixed.
1302 * Bug #11114 fixed - Using load(file_descriptor, ...) is now obsolete.
1304 * Bug #11115 fixed - A graphic window was opened with two xend().
1306 * Bug #11126 fixed - Error messages improved.
1308 * Bug #11129 fixed - lapackscilab.sce could not be run outside its location.
1310 * Bug #11138 fixed - a = list() crashed under Windows 64 bits.
1312 * Bug #11154 fixed - Grid color hid the plots in Graphics/2D & 3D plots/plot2d demonstrations.
1314 * Bug #11166 fixed - datatipRemove example did not work.
1316 * Bug #11167 fixed - datatipRemoveAll example did not work.
1318 * Bug #11175 fixed - xstringl example did not work.
1320 * Bug #11186 fixed - 'typeof' of a type 130 returned an error.
1322 * Bug #11194 fixed - A browsevar exception could occur at start-up.
1324 * Bug #11205 fixed - A rare exception at Scilab start-up could occur.
1326 * Bug #11222 fixed - Links added between xdel, close and delete help pages.
1328 * Bug #11223 fixed - Deletion of datatips.
1330 * Bug #11265 fixed - msprintf crashed on a huge string.
1332 * Bug #11281 fixed - References to x_left & y_top were false in reversed axes
1333 cases in rubberbox help page.
1335 * Bug #11289 fixed - swap_handles function modified the properties.
1338 Changes between version 5.3.3 and 5.4.0-alpha-1 of Scilab
1339 =========================================================
1344 * Thanks to this new feature, Scilab confirms its usability and its strong
1345 user-oriented approach. Scilab desktop is the new concept behind Scilab
1346 windows management taking advantage of our docking system (advanced Flexdock features).
1347 Out of the box, Scilab is now able to save all windows layouts including the
1348 help browser, the variable browser, the command history, SciNotes and Xcos.
1349 Through this major improvement, position and size of all windows will
1350 be saved from a session to another.
1352 In this context, a file browser component has been developed and fully
1353 integrated into Scilab desktop and all other components have been improved
1354 to provide the best user experience for Scilab users.
1356 Editvar has had important refreshment. It allows plot and subplot, manages
1357 almost all Scilab variable types and is much more faster.
1359 Scilab desktop provides various predefined layouts:
1360 - Simple The standard Scilab console
1361 => Scilab 5.3.3 (and previous versions) defaults.
1362 - Integrated The variable browser, the history browser and the file browser
1363 are opened by default and combined around Scilab
1364 console to provide an ergonomic workspace
1365 => Scilab 5.4.0 defaults
1371 * Version 5.4.0 introduces XML management features. It allows easy access to
1372 XML files, validation and writing.
1374 - XMLObjects - Describe the properties of the different XML objects
1375 - xmlAddNs - Add a namespace to a XML Element
1376 - xmlClose - Close a XML document
1377 - xmlDTD - Create a XML DTD object
1378 - xmlDocument - Create a new XML document
1379 - xmlDump - Dump a XML object
1380 - xmlElement - Create a new XML element
1381 - xmlFormat - Format a Scilab variable into XML
1382 - xmlGetNsByHref - Get a namespace by its href
1383 - xmlGetNsByPrefix - Get a namespace by prefix
1384 - xmlGetOpenStreams - Get all open XML documents or all open XML Validation files.
1385 - xmlNs - Create a new XML Namespace
1386 - xmlRead - Read a XML stream from a local or distant file
1387 - xmlReadStr - Read a XML tree from a string
1388 - xmlRelaxNG - Create a XML Relax NG object
1389 - xmlSchema - Create a XML Schema object
1390 - xmlValidate - Validate a document in using a DTD, a Relax NG or a Schema.
1391 - xmlWrite - Write a XML document in a file
1392 - xmlXPath - Make an XPath query on a XML document
1393 - xmlIsValidObject - Test the existence of a XML object
1395 Those features have been developed in the context of the OASIS R&D project.
1401 * Marks added in the vertical scrollbar to see the positions of matching words
1402 when an incremental search is done (via F3 or in selecting text).
1404 * In the find/grep tools, possibility added to use ~ as an alias for user home
1405 dir. and SCI for Scilab data base dir.
1407 * 'Save and Execute all files' action added.
1409 * A tab can be closed in using the middle mouse button.
1411 * Bug #9334 fixed - Extra lines were added when code was exported into PDF under
1414 * Bug #9358 fixed - A simple quoted string was not always correctly converted
1415 into double quoted ones.
1417 * Bug #9476 fixed - In find/grep tools, the abbreviation 'sec' is now used instead of
1420 * Bug #9480 fixed - Words after selection were badly highlighted under Windows.
1422 * Bug #9484 fixed - An empty file was not removed when an existing file was
1425 * Bug #9488 fixed - There was no popup menu on the tab to copy the file path.
1427 * Bug #9505 fixed - A LaTeX string in a comment was not considered as a comment.
1429 * Bug #9597 fixed - It was not possible to navigate across the tabs with
1430 <CTRL>+(PAGE_UP | PAGE_DOWN).
1432 * Bug #9740 fixed - There was no way to have \n in replacement string.
1434 * Bug #9854 fixed - There was a wrong colorization with strings containing several
1437 * Bug #9878 fixed - Shortcut "Correct indentation" added in right click menu.
1439 * Bug #9897 fixed - With Mac OS X, eol was not replaced by \n when code was copied
1440 from Word to SciNotes.
1442 * Bug #10157 fixed - Scilab froze when docking SciNotes after a flexdock bug in a
1445 * Bug #10252 fixed - The font could not changed when SciNotes was docked with the
1448 * Bug #10354 fixed - Bad caret position after a selection action.
1451 Graphical User Interface
1452 =========================
1454 * The variable browser now automatically refreshes (See Bug #9446).
1460 * Bug #10006 fixed - Unrelevant C-comment in the example of ScilabHaveAGraph
1466 * xcos_toolbox_skeleton will not be loaded if Xcos is not installed.
1468 * scilab -f file.xcos opens Xcos diagram in Xcos.
1470 * Error reporting has been improved to print warnings on blocks into Xcos.
1472 * The style of a block can be changed in the interface function.
1474 * BARXY Block added to help 2-D Mechanics system visualization.
1476 * Bug #7985 fixed - dmmul.c did not use dgemm routine optimized by BLAS.
1478 * Bug #8421 fixed - CLKFROM and CLKGOTO were not part of the "Signal Routing"
1481 * Bug #8538 fixed - Counter block label was not reflecting parameters.
1483 * Bug #8742 fixed - On the Modelica initialization GUI, the error reporting did
1486 * Bug #8743 fixed - On the Modelica initialization GUI, it was impossible to
1487 re-fix the states after a derivative fix.
1489 * Bug #9037 fixed - When connecting blocks, the green port blinked on a small mouse move.
1491 * Bug #9301 fixed - Exception when one tried to paste a column to replace a
1494 * Bug #9336 fixed - SuperBlock with non-connected ports produced an invalid
1497 * Bug #9390 fixed - FROMWSB_c block did not reset to the default values on
1498 reinitialization execution.
1500 * Bug #9478 fixed - Block structure was not checked while adding them to a new
1503 * Bug #9501 fixed - With a localized TMPDIR, block edition could throw an HDF5
1506 * Bug #9506 fixed - Some libraries dependencies were not loaded at
1507 xcos_toolbox_skeleton start-up.
1509 * Bug #9532 fixed - User-defined blocks had no icons when saved.
1511 * Bug #9547 fixed - The about box was not localized due to a multi-line string.
1513 * Bug #9579 fixed - Duplicate content in scicos_math.h removed and replaced by
1514 a cleaner call to math.h instead.
1516 * Bug #9590 fixed - Xcos examples were not embedded into Windows binary version.
1518 * Bug #9732 fixed - Code generation failed at compilation under Windows with
1519 "unresolved external symbol dset_".
1521 * Bug #9750 fixed - Minor error in the help page of scicos_debug fixed.
1523 * Bug #9810 fixed - Errors dealing with MATINV wrong simulation values have been improved.
1525 * Bug #9927 fixed - Xcos crashed at 'XcosPalAdd' command execution.
1527 * Bug #9947 fixed - VARIABLE_DELAY block could not be dragged to a diagram.
1529 * Bug #9972 fixed - Error reporting with a wrong context produced an endless
1532 * Bug #9988 fixed - CLKSOMV_f had a wrong interface function after loading from
1535 * Bug #10003 fixed - The MAXMIN block did not update its display according to
1537 * Bug #10048 fixed - Blocks which use superblocks now loop over their children
1538 to find the parameters dialog to open.
1540 * Bug #10069 fixed - AFFICH_m block did not update its display at
1543 * Bug #10096 fixed - Set [1;-1;] on a product block thrown an exception.
1545 * Bug #10302 fixed - LaTeX labels were not rendered.
1552 * Czech localization by ZbynÄk Schwarz
1555 * Bug #10032 fixed - Force the unset of the environment variable LANGUAGE to
1556 tackle some issues. Mac OS X locale detection did not take into account
1563 * mgetl, exec, fscanfMat functions manage files encoded as UTF-8 with BOM.
1565 * tempname function added (SEP #68).
1567 * fullpath did not manage matrix of string as input argument. (SEP #72)
1569 * Bug #9253 fixed - fscanfMat failed to read a file with some lines
1570 of text at the end (backward compatibility).
1572 * Bug #9570 fixed - fprintfMat did not use the good format argument with nan and
1575 * Bug #9869 fixed - fscanf did not check the number of input arguments.
1577 * Bug #9917 fixed - mputl function crashed with a wrong second parameter.
1579 * Bug #10055 fixed - findfiles had a wrong default filter under GNU/Linux
1582 * Bug #10300 fixed - fscanfMat did not free some memory.
1584 * Bug #10355 fixed - Error messages in fullfile function were not localized.
1590 * The assert module provides a set of assertion functions.
1591 The goal of this module is to provide functions to check the
1592 behavior of some other functions, for example in unitary tests.
1593 We emphasize the use of consistent tools for testing numerical
1594 issues, with the goal of testing numerical algorithms more easily.
1595 In particular, we provide a comparison function for two floating
1596 point numbers, which allows to check that two numbers are
1597 "numerically almost equal", i.e. that the relative error is small.
1598 This automatically fixes Bug #4381.
1600 * The damp function in CACSD module computes the natural pulsation
1601 and damping factor of linear dynamical systems.
1607 * neldermead: Added a demonstration - search for largest / smallest polygon.
1609 * Improved clarity of examples in the help pages of
1610 optimization module.
1611 Avoid unnecessary calls to "deff".
1612 Avoid the "all statements in whole line" style.
1614 * readmps - Created unit test.
1615 Fixed bug in error messages management.
1616 Fixed bug in a test file reading.
1617 Defined a printing system by overloading for MPS structure.
1618 Updated the help page.
1620 * genetic_algorithms - performances improved (2 to 4 times faster).
1622 * Bug #7093 fixed - The data structure generated by neldermead_new could not
1623 be saved and reloaded.
1625 * Bug #7889 fixed - The tolerance on x for neldermead was too small.
1626 Updated -tolxrelative default value from %eps to sqrt(%eps).
1628 * Bug #7891 fixed - The neldermead component had too many options.
1629 Tagged -costfargument option of optimbase as obsolete: will be
1630 maintained for backward compatibility until 5.4.1.
1631 The -fun option can now be a list, where the element #1 is a
1632 function, and the elements #2 to the end are automatically appended to
1633 the calling sequence.
1634 Tagged -outputcommandarg option of optimbase as obsolete: will be
1635 maintained for backward compatibility until 5.4.1.
1636 The -outputcommand option can now be a list, where the element #1 is
1637 a function, and the elements #2 to the end are automatically appended
1638 to the calling sequence.
1639 Tagged "outputfun(x,optimValues,state)" calling sequence of fminsearch
1640 as obsolete: will be maintained for backward compatibility until
1642 The new calling sequence is "stop=outputfun(x,optimValues,state)"
1643 Tagged "myoutputfun(state,data)" calling sequence of neldermead
1644 as obsolete: will be maintained for backward compatibility until
1646 The new calling sequence is "stop=myoutputfun(state,data)"
1647 Tagged "-myterminateflag" and "-myterminate" options as obsolete:
1648 will be maintained for backward compatibility until 5.4.1.
1649 See the help page of neldermead for details to update your
1652 * Bug #7892 fixed - The neldermead component did not provide a default
1654 The new function neldermead_defaultoutput was created
1655 to print a simple one line output message by iteration.
1657 * Bug #8542 fixed - In neldermead, there were undocumented default options.
1658 Same changes applied to the help of optimbase.
1660 * Bug #8543 fixed - In neldermead, the help page presented a wrong order
1663 * Bug #8545 fixed - In neldermead, the printing system displayed too long
1666 * Bug #8546 fixed - The neldermead functions might have called f outside
1669 * Bug #8547 fixed - The neldermead function called f outside the constraints.
1671 * Bug #8549 fixed - The neldermead function did not help to debug
1674 * Bug #8552 fixed - Improved fminsearch to provide Extra Parameters.
1675 Help page updated with new section "The cost function" and new
1676 example "Passing extra parameters".
1678 * Bug #8676 fixed - The pack/unpack functions had no help pages.
1680 * Bug #8777 fixed - The neldermead function failed to restart with bounds.
1681 Added examples of restarts with/without bounds in the
1682 neldermead help page.
1684 * Bug #8805 fixed - The neldermead function, algorithm box, wrongly used
1685 the output function.
1687 * Bug #9323 fixed - The messages in optimbase_checkbounds were not localized.
1688 Same changes applied to optimbase_checkx0.
1690 * Bug #9472 fixed - The ind argument of optim was inconsistently documented.
1692 * Bug #9566 fixed - The tolvarianceflag, tolabsolutevariance,
1693 tolrelativevariance options of neldermead are now obsolete.
1694 See the help page of neldermead for details to update your
1697 * Bug #9567 fixed - The neldermead overview had a TODO section.
1699 * Bug #9576 fixed - The neldermead component did not check the bounds
1700 of some input parameters.
1702 * Bug #9578 fixed - The optimbase_configure function did not check the
1703 values of input arguments.
1705 * Bug #9607 fixed - The optimsimplex_new function poorly managed the
1706 variable number of arguments.
1708 * Bug #9612 fixed - The quapro help page has been removed.
1710 * Bug #9698 fixed - The optim/"gc" algorithm did not support imp=-1.
1712 * Bug #9822 fixed - The value ind=1 of optim was not supported by
1719 * Bug #9357 fixed - stdevf returned zero for row vector arguments.
1721 * Bug #9846 fixed - stdevf() gave zero result when a single row matrix was evaluated.
1723 * Bug #7387 fixed - The help pages for rand and grand functions gave wrong advice.
1729 * Bug #9749 fixed - expm reported non convergence problem.
1735 * ordmmd help page and unit test created.
1737 * Organized help pages into sub-sections.
1739 * Bug #10126 fixed - Wrong (or failing) insertion in a sparse matrix.
1745 * A new system to keep track of the translations of the main documentation
1746 has been developed. See http://help.scilab.org/status/fr_FR/,
1747 help.scilab.org/status/pt_BR/ and http://help.scilab.org/status/ja_JP/
1750 * <ALT>+<LEFT ARROW> / <ALT>+<RIGHT ARROW> allows browsing the history
1753 * The space key behave like the page down key (See Bug #9491).
1755 * Management of the revhistory / revision tag to provide information about
1756 the history of the function.
1758 * Bug #3431 fixed - Some help tools functions were obsolete and not removed.
1760 * Bug #9105 fixed - err output parameter of mopen function was not documented.
1762 * Bug #9299 fixed - Fix a typo in the cspect, pspect and window help pages
1763 (Hanning changed to Hann).
1765 * Bug #9320 fixed - analpf help page gave wrong frequency units of omega (Hz instead of rd/s).
1767 * Bug #9417 fixed - In English, api_scilab polynom help pages updated to the word
1770 * Bug #7133 fixed - help_from_sci function did not return the function template.
1772 * Bug #7134 fixed - help_from_sci produced an invalid .xml file.
1774 * Bug #9790 fixed - windows_tools help were not available for all platforms.
1776 * Bug #9983 fixed - The xclick help page did not clearly specify the axes used for
1783 * 'oemtochar' and 'chartooem' functions (windows_tools) are obsolete and will be
1784 removed in Scilab 5.4.1.
1786 * 'showalluimenushandles' function (graphics) was undocumented. This function is
1787 obsolete and will be removed on 5.4.1.
1788 Use set(get(0), "ShowHiddenHandles", "on"); instead.
1790 * 'code2str' and 'str2code' are obsolete and will be removed on 5.4.1, please use
1794 Removed Functions (previously declared as obsolete)
1795 ====================================================
1797 * ilib_for_link, ilib_build no more accept files with ".o" or ".obj" extensions
1800 * 'with_atlas' removed. Please use 'getdebuginfo' instead.
1802 * C API function Error(x) removed. Please use SciError instead.
1804 * 'MSDOS' removed. Please use 'getos' instead.
1810 * Under GNU/Linux and Mac OS X, Scilab start-up speed of scilab-cli and
1811 scilab-adv-cli has been improved by 15 to 20 % (see Compilation for more
1814 * SSE is now enabled by default under GNU/Linux with 32-bit CPU (it is already
1815 the case under 64-bit CPU).
1816 Pentium III class (or equivalent) with SSE instructions is required.
1818 * Improved performances of function pareto_filter (Genetic algorithms).
1820 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
1821 simplified and optimized.
1827 * Under Windows, Scilab uses VS 2010 Pro and Express solution.
1829 * Under GNU/Linux and Mac OS X, engine libraries have been merged into a single
1830 library named libscilab-cli.so. This greatly improves the start-up
1832 Note that the --enable-maintainer-mode enables the previous behavior (simply
1833 the development process).
1835 * Under GNU/Linux and Mac OS X, all modules build as standalone their algorithms
1836 as a static library (only available in the source tree).
1837 This will avoid an important dependency tree for unitary testing.
1839 * Under GNU/Linux and Mac OS X, for each module, the list of
1840 explicit dependencies on the other libraries is no more needed.
1841 Use libscilab-cli.so or libscilab.so to link against Scilab.
1843 * Enforce a minimal version of JRosetta (1.0.4).
1845 * Enforce a minimal version of flexdock (1.0).
1847 * Enforce a minimal version of GIWS (1.3.0).
1849 * Force the Java class version target to version 6 (or 1.6).
1851 * Add Java 7 in the Debian & Ubuntu search path under GNU/Linux.
1853 * Under GNU/Linux and Mac OS X, if ccache is installed, use it to build Scilab.
1855 * Bug #9409 fixed - Warning "remark #8291" removed with Intel Fortran 2011 compiler.
1857 * Bug #9500 fixed - Explicit the GUI module manifest class-path to facilitate Debian
1858 checking tool process.
1860 * Bug #9782 fixed - configure with --without-gui was failing.
1862 * Bug #9793 fixed - --without-gui now also disables Xcos.
1864 * Bug #9883 fixed - Build with --disable-build-help was failing.
1866 * Bug #9991 fixed - ./configure --without-xcos failed to build.
1868 * Bug #10158 fixed - Configure used g77 even if gfortran was available.
1874 * Bug #9432 fixed - Link a 64-bit dynamic library on a 32-bit platform returned
1875 a wrong error message under Windows.
1877 * Bug #9761 fixed - NDEBUG was not defined for dynamic link (by default) in
1878 release mode under Windows.
1880 * Bug #9930 fixed - ilib_build did not display all filenames used.
1882 * Bug #10320 fixed - libname argument of ilib_for_link did not work.
1884 * Bug #10344 fixed - Windows SDK 7.1 was not detected with VS Express 2010
1885 under 64-bit platform.
1891 * Shows the dimension of the variable by default.
1893 * Automatically resize the variable browser table when docked.
1895 * A tooltip has been added on the type column to display the name of the type.
1897 * A tooltip has been added on the size column to display the size in bytes
1898 (like in previous versions of Scilab).
1904 * Default text in history for a starting session has been changed for:
1905 "Begin Session: Tue Jun 21 14:35:45 2011" to "21/06/2011 14:35:45"
1911 * Obsolete value for line_style property:
1912 0 and 1 are equivalent values for SOLID rendering.
1913 A warning message will be displayed if the user tries to set this property to 0.
1914 Setting this property to 0 will no more be supported in Scilab 5.4.1.
1916 * getcallbackobject: Input argument must be an UID (String) and no more an index (Constant).
1918 * datatips tool improved on several aspects:
1919 - It is now possible to manage directional arrows as well as
1920 square mark markers.
1921 - The automatic label placement has been improved to avoid the
1922 overlapping with the curve.
1923 - It is now possible to have painted box or box free labels.
1924 - Markers can now be selected and moved using the arrow keys
1925 or deleted with the "Del" key.
1927 * Bug #2043 fixed - The graphic function copy() did not manage axes. Thanks to
1928 Samuel Gougeon for the fix.
1930 * Bug #7412 fixed - Better management of datatips activation/deactivation.
1932 * Bug #7419 fixed - datatips(): customization is now available through a GUI.
1934 * Bug #8239 fixed - Activation of datatips overwrote and destroyed any event_handler
1937 * Bug #8965 fixed - copy function did not work for handles.
1939 * Bug #9269 fixed - Specified graphic entities for legend were drawn in reverse order.
1941 * Bug #9330 fixed - delete() called overloading instead of deleting the current
1944 * Bug #9455 fixed - The contourf and contourf 2 demonstrations displayed unwanted dots.
1946 * Bug #10121 fixed - polyline.interp_color_vector where not saved or recoverable
1947 by xsave/xload. Thanks to Samuel Gougeon for the fix.
1949 * Bug #10298 fixed - Example of datatipSetDisplay generated an error.
1951 * Bug #10331 fixed - datatipCreate produced a warning and an error instead of
1952 a warning if the curve user_data was not a struct.
1957 * Bug #5380 fixed - atomsShow() output was broken (separators were not aligned).
1959 * Bug #8648 fixed - The tarball was not deleted when a module was removed (SEP #71).
1961 * Bug #8664 fixed - Message error updated for non-supported OS.
1963 * Bug #8763 fixed - ATOMS installation path was shared on Windows 64 with 32-bit.
1965 * Bug #8942, #9805 fixed - atomsSystemUpdate() failed under some Windows.
1967 * Bug #9127 fixed - "Home" item renamed to "Installed Modules".
1969 * Bug #9679 fixed - atomsSystemUpdate checks that Scilab is not in offLine mode, or writes a warning message if so.
1971 * Bug #9805, #8942 fixed - atomsSystemUpdate() failed under some Windows.
1973 * Bug #9967 fixed - Windows UAC was causing trouble with atomsRepositorySetOfl (internal function).
1975 * Bug #10025 fixed - Wrong url in some help files examples.
1977 * Bug #10031 fixed - atomsDisp did not work with "\n" in messages text.
1983 * Java mapping of Scilab data has now a new method called getType() which
1984 returns the value of the ScilabTypeEnum enum.
1986 * New methods added:
1987 - Scilab.execException(String)
1988 Same as Scilab.exec(String) but returns an exception when a Scilab error occurs
1989 - Scilab.execException(String[])
1990 Same as Scilab.exec(String[]) but returns an exception when a Scilab error occurs
1991 - Scilab.execException(File)
1992 Same as Scilab.exec(File) but returns an exception when a Scilab error occurs
1994 * Bug #9149 fixed - Calling a graphic function without activating the appropriate
1995 mode did not triggered an exception.
1997 * Bug #9467 fixed - Unnecessary declarations in MAKE.BAT of Javasci examples.
1999 * Bug #9544 fixed - Calling graphic with Javasci from a SWING application from
2000 EDT was crashing the execution of a Java program.
2006 * Add functions to identify list datatypes:
2007 isListType, isNamedListType, isTListType, isNamedTListType, isMListType,
2012 CACSD and Signal Processing
2013 ===========================
2015 * Bug #1635 fixed - iir filter frequency response might have been wrong.
2016 "pole zero gain" representation added as possible iir function
2019 * Bug #7895 fixed - fft2() was broken under Windows with MKL wrapper.
2021 * Bug #7901 fixed - besselh.tst failed under Windows.
2023 * Bug #8684 fixed - wfir function produced an error message when used interactively.
2025 * Bug #9098 fixed - CACSD demonstrations --> Robust control failed on 64-bit Windows.
2027 * Bug #9214 fixed - abaque replaced by nicholschart in the black.sci comments.
2029 * Bug #9266 fixed - fftw crashed under Windows when using MKL wrapper.
2031 * Bug #9321 fixed - Missing tests and help info for some CACSD functions.
2033 * Bug #9647 fixed - At Scilab start-up, the variable fft was declared by default
2034 while it should not have been.
2036 * Bug #9675 fixed - iir generated bad results.
2038 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
2040 * Bug #9719 fixed - delip.tst execution froze under Windows.
2042 * Bug #9725 fixed - syredi.tst execution froze under Windows.
2044 * Bug #10008 fixed - Wrong unit in the datatip for bode function.
2046 * Bug #10169 fixed - Bad clipping option in evans.
2048 * Bug #11092 fixed - Incorrect argument check in h_inf
2054 * The linspace function accepts column vectors as input argument for the two
2055 first input arguments. Thanks to Guillaume AZEMA for the implementation.
2057 * The logspace function accepts column vectors as input argument for the two
2058 first input arguments.
2060 * Change the buffering display mode.
2062 * SEP #67: lines(0) by default at start-up.
2064 * Options -disable-exception-catching added under GNU/Linux & Mac OS X.
2065 Disables the Scilab exception catching system.
2067 * texmacs module moved as an ATOMS module.
2068 atomsInstall('texmacs')
2070 * PVM module moved as an ATOMS module.
2073 * maple2scilab module moved as an ATOMS module.
2074 atomsInstall('maple2scilab')
2076 * SEP #69: predef('names') returns names of protected variables by predef.
2078 * printf moved as alias on mprintf function.
2080 * sprintf moved as alias on msprintf function.
2086 * Bug #1604 fixed - List extraction failed.
2088 * Bug #3291 fixed - SCI/modules/tclsci/tcl/BWidget-1.8.0/ moved as prerequirements.
2090 * Bug #4240 fixed - Some unexpected blank lines were displayed with the dir function.
2092 * Bug #4576 fixed - An example of ilib_build with "cflags" argument was missing.
2094 * Bug #4833 fixed - msprintf() interpreted "\n" as a carriage return even if "\n"
2095 was supplied by the 2nd input argument.
2097 * Bug #4847 fixed - In uigetfile, there was no way to select files with a given
2100 * Bug #5491 fixed - Clearly states that haveacompiler() only works under Windows.
2102 * Bug #5696 fixed - When SE Linux is enabled, error messages for
2103 Scilab in the Scilab binary distribution disabled.
2105 * Bug #6408 fixed - prompt() removed trailing whites.
2107 * Bug #6819 fixed - prompt() interpreted '<...>' as html.
2109 * Bug #6875 fixed - test_run() could not run at once on the +3000 tests of
2112 * Bug #7061 fixed - changelog.txt, readme.txt, version.xml removed from modules.
2114 * Bug #7249 fixed - 'string' function did not work as documented
2115 with a macro as input argument.
2117 * Bug #7333 fixed - In BrowseVar, variables could have a weird type number.
2119 * Bug #7358 fixed - Help pages of type and typeof have now links to the actual
2122 * Bug #7409 fixed - Some corrupted matrices could be created from api_scilab.
2124 * Bug #7700 fixed - Bad proposition in the console history when a char was added.
2126 * Bug #7745 fixed - add_demo moved in demo_tools module.
2128 * Bug #7815 fixed - tohome() function erased previous and future commands in Scilab console.
2130 * Bug #8086 fixed - Some functions displayed a wrong error message when called
2131 without input argument.
2133 * Bug #8243 fixed - xgeom demonstration renamed to geom3d.
2135 * Bug #8245 fixed - gsort() did not allow overloading with not managed types.
2137 * Bug #8296 fixed - Asking for extra array dimension value with size crashed Scilab.
2139 * Bug #8420 fixed - lines crashed Scilab in some cases.
2141 * Bug #8688 fixed - fillMatrixOfString did not check available memory on stack.
2143 * Bug #8753 fixed - Help file of c_link did not describe input argument num.
2145 * Bug #8768 fixed - GetRhsVar(..., STRING_DATATYPE, ...) did not check size of input argument.
2147 * Bug #8797 fixed - Update of the help pages of getdate('s') to detail that
2148 the returned value contains the leap seconds.
2150 * Bug #8874 fixed - Display of complex numbers with Inf or Nan for real or imaginary
2153 * Bug #8963 fixed - mtlb_mode test failed under Windows.
2155 * Bug #9045 fixed - plot2d did not support overloading.
2157 * Bug #9056 fixed - A uicontrol could not be closed with <META>+W.
2159 * Bug #9104 fixed - 'warning' used in a diary Scilab session added timestamp
2162 * Bug #9129 fixed - Completion on field did not propose graphics handle fields
2165 * Bug #9156 fixed - mgetl.c compilation failed under some Windows.
2167 * Bug #9164 fixed - The unit tests now use the new assert functions.
2169 * Bug #9268 fixed - Scilab was overriding a predefined variable JAVA_HOME.
2171 * Bug #9277 fixed - Escape character "\" did not work with msprintf.
2173 * Bug #9339 fixed - tbx_build_help function did not manage languages correctly.
2175 * Bug #9354 fixed - 'avematfile could not save imbricate structures.
2177 * Bug #9414 fixed - 'SCI' and 'SCIHOME' variables were not documented.
2179 * Bug #9452 fixed - It was impossible to download Intel MKL through a proxy.
2181 * Bug #9461 fixed - The assert_checkalmostequal function did not manage
2182 sparse matrices and hypermatrices.
2184 * Bug #9479 fixed - Typo fixed (intput => input).
2186 * Bug #9498 fixed - A long history caused Scilab start-up to be very long.
2188 * Bug #9510 fixed - export_to_hdf5 did not return %f when trying to export
2189 unmanaged types (function, macro, ...).
2191 * Bug #9531 fixed - assert_checkequal failed with mlist.
2193 * Bug #9540 fixed - MKL Pentium 4 target was not downloaded by installer under Windows.
2195 * Bug #9542 fixed - During export operation, the file could be locked by another
2196 process (Windows Bug).
2198 * Bug #9543 fixed - Scilab did not use the default DocumentBuilderFactory
2199 to parse XML configuration files.
2201 * Bug #9555 fixed - Typo error in the deff help page.
2203 * Bug #9571 fixed - "error(144)" returned a wrong variable name.
2205 * Bug #9573 fixed - getdebuginfo did not report multiple video cards under Windows.
2207 * Bug #9581 fixed - cleaner.sce in toolbox_skeleton did not remove all generated files.
2209 * Bug #9599 fixed - Error message "at line ... of function ... called by" was
2210 printed directly on the same line.
2212 * Bug #9635 fixed - Some temp. variables were not removed when test_run was used.
2214 * Bug #9647 fixed - At Scilab start-up, the variable fft was declared by default
2215 while it should not have been.
2217 * Bug #9659 fixed - "error(246)" returned a bad message for overloading.
2219 * Bug #9682 fixed \D0 3-D assignment into a 2-D array of integers issued an error.
2221 * Bug #9696 fixed - An error in an if expression inside a try make Scilab froze.
2223 * Bug #9699 fixed - A single $ as text in a text ui led to a segfault.
2225 * Bug #9707 fixed - createNamedXXX did not check variable name.
2227 * Bug #9708 fixed - createNamedXXX did not check length of variable name.
2229 * Bug #9712 fixed - Help of StartScilab had a error about Stacksize argument type.
2231 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
2233 * Bug #9717 fixed - dllinfo.tst failed under Windows binary versions.
2235 * Bug #9728 fixed - SCI/modules/special_functions/src/fortran/special_functions_f.def
2236 was not ignored (generated file).
2238 * Bug #9730 fixed - lines() returned an int32 and not a double value.
2240 * Bug #9755 fixed - Completion on paths was not case insensitive under Windows.
2242 * Bug #9756 fixed - polelm.tst unitary test failed under 64-bit Windows.
2244 * Bug #9763 fixed - comet3d did not check input argument presence.
2246 * Bug #9765 fixed - Remove ref to scicos_pal in sci_f_clear.f.
2248 * Bug #9766 fixed - Scilab under Mac OS X 10.7 did not start.
2250 * Bug #9791 fixed - toolbar visible state change crashed Scilab in NW mode.
2252 * Bug #9799 fixed - pol2str did not manage matrix of polynomials and input argument
2253 type was not checked.
2255 * Bug #9804 fixed - Starting Scilab with an external module emptied the
2256 demonstrations list menu.
2258 * Bug #9825 fixed - The assert_computedigits function gave too large correct digits.
2260 * Bug #9833 fixed - percent was badly formatted by Scierror function.
2262 * Bug #9836 fixed - repfreq failed due to singular problem.
2264 * Bug #9838 fixed - evstr froze on some specific strings.
2266 * Bug #9843 fixed - Colormaps with 2 colors could not be created.
2268 * Bug #9858 fixed - length() could not be overloaded with mlist.
2270 * Bug #9879 fixed - Fix some minor issues in the isdir help pages.
2272 * Bug #9880 fixed - Fix a page referencing itself in the help page.
2274 * Bug #9881 fixed - Fix a mistake in call help page.
2276 * Bug #9885 fixed - User initialization scripts (scilab.ini, .scilab) did not work.
2278 * Bug #9899 fixed - string(10*log10(1/10)) gave -0, instead of -10.
2280 * Bug #9900 fixed - There was a memory leak in getAllocatedMatrixOfString,
2281 getAllocatedMatrixOfWideString, getAllocatedNamedMatrixOfString,
2282 and getAllocatedNamedMatrixOfWideString.
2284 * Bug #9920 fixed - winqueryreg did not manage HKEY_CURRENT_CONFIG.
2286 * Bug #9929 fixed - Improve integration with Gnome shell and Unity.
2288 * Bug #9950 fixed - It was possible to select several texts in the console.
2290 * Bug #9957 fixed - msprintf("%d\r", 2) returned '2r'.
2292 * Bug #9963 fixed - The assert_computedigits function was not vectorized.
2294 * Bug #9966 fixed - The default value of comptype in assert_checkalmostequal
2297 * Bug #9971 fixed - GLoad macro not used and not documented has been removed.
2299 * Bug #9979 fixed - The who_user() function printed a wrong message.
2301 * Bug #9980 fixed - Frozen console when one tried to complete an empty string.
2303 * Bug #10001 fixed - %inf:%inf crashed Scilab.
2305 * Bug #10016 fixed - The damp function unit test failed under Windows.
2307 * Bug #10019 fixed - 'exec' crashed with error 113 for too long lines.
2309 * Bug #10037 fixed - checkalmostequal.tst unitary test failed under Linux x64.
2311 * Bug #10073 fixed - Use the new Scilab icon for GNU/Linux installations.
2312 Icons renamed from XPM to PNG.
2314 * Bug #10105 fixed - Focus was not given to the prompt when outputview had it.
2316 * Bug #10119 fixed - assert_checkequal did not support sparse complex doubles
2318 * Bug #10124 fixed - strsplit crashed with wrong input arguments.
2320 * Bug #10151 fixed - Wrong error message about polynomials was displayed.
2322 * Bug #10179 fixed - Weird behavior with evstr.
2324 * Bug #10282 fixed - repmat did not work for scalar input on dims greater than 2
2325 neither for N-D arrays.
2327 * Bug #10283 fixed - w and iw output arguments of ode function
2328 are now directly read from work table used in sub-functions.
2330 * Bug #10289 fixed - xload returns a more explicit error message when a file does
2333 * Bug #10292 fixed - Improved description of modulo help page.
2335 * Bug #10293 fixed - Improved description of bvode help page.
2337 * Bug #10324 fixed - format(m) where m is a vector did not work but the
2338 documentation stated it could be used.
2340 * Bug #10366 fixed - A warning about fun2string redefinition was displayed
2341 when we used "Edit label generator" and click "Ok".
2347 * Random crash under Mac OS X at start-up.
2348 Some random crash can occur at first Scilab start-up. Try to restart Scilab.
2350 * Some issues at start-up under Mac OS X 10.6.7 (and previous 10.6 versions)
2352 If you have "Audio Hijack" installed on your Mac OS X, it prevents some
2353 applications to work including Scilab. See Bug #7012.
2354 Uninstall / disable Audio Hijack should fix this problem.
2355 Airfoil, also developed by Rogue Amoeba, has been reported as also breaking