view NEWS @ 18215:e54cfaae830b gui-release

Make editor tabs draggable if feature is available * acinclude.m4: Added new macro to test for QTabWidget::setMovable () availability * configure.ac: Add call to new macro OCTAVE_CHECK_FUNC_QTABWIDGET_SETMOVABLE * file-editor.cc (file_editor::construct): use _tab_widget->setMovable if available
author Richard Crozier richard dot crozier(at)yahoo.co.uk
date Tue, 17 Dec 2013 16:24:29 +0000
parents e473c4853afc
children c7b68a11074b f57148641869
line wrap: on
line source

Summary of important user-visible changes for version 4.0:
---------------------------------------------------------

 ** For compatibility with Matlab, the "backtrace" warning option is now
    enabled by default.

 ** The preference

      do_braindead_shortcircuit_evaluation

    is now enabled by default.

 ** The preference

      allow_noninteger_range_as_index

    is now enabled by default and the warning ID

      Octave:noninteger-range-as-index

    is now set to "on" by default instead of "error" by default and "on"
    for --traditional.

 ** Other new functions added in 4.0.0:

    validateattributes

 ** Deprecated functions.

    The following functions were deprecated in Octave 3.6 and have been
    removed from Octave 4.0.
                                           
      cut                polyderiv        
      cor                shell_cmd        
      corrcoef           studentize       
      __error_text__     sylvester_matrix 
      error_text         

    The following functions have been deprecated in Octave 4.0 and will
    be removed from Octave 4.4 (or whatever version is the second major
    release after 4.0):

      allow_noninteger_range_as_index
      do_braindead_shortcircuit_evaluation

---------------------------------------------------------

See NEWS.3 for old news.