view NEWS @ 18639:7cb98e81ecd1 gui-release

GUI: Prompt to exit Octave option (Bug #41080) * libgui/src/settings-dialog.ui: Add prompt to exit checkbox. * libgui/src/main-window.cc, libgui/src/main-window.h: (main_window::confirm_exit_octave): New function. (main_window::closeEvent): call prompt/check function before exit. * libgui/src/settings-dialog.cc: (settings_dialog::settings_dialog): Load prompt_on_exit setting. (settings_dialog::write_changed_settings): Save prompt on exit settings.
author John Donoghue <john.donoghue@ieee.org>
date Mon, 07 Apr 2014 13:31:33 -0400
parents f57148641869
children cd83730e5e38 99d63a2e221b
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.

 ** polyeig now returns a row vector of eigenvalues rather than a matrix
    with the eigenvalues on the diagonal.  This change was made for Matlab
    compatibility.

 ** 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.