comparison etc/NEWS.8.md @ 30992:4ef25c610433

format: Add 'default' format option (bug #62430) * pr-output.cc (set_format_style): Add format option 'default' to set the same state as if format was called without arguments and overrides other format options if multiple options are provided. * pr-output.cc (format): Update docstring with changes about new 'default' option, function calling form, and errors when both inputs and outputs are specified. * NEWS.8.md: Note change under Matlab Compatability.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 09 May 2022 13:58:46 -0400
parents e8ced722b19e
children 4298af839d20
comparison
equal deleted inserted replaced
30991:2e39b8ff1860 30992:4ef25c610433
30 - `clock` now has an optional second output `ISDST` which indicates if 30 - `clock` now has an optional second output `ISDST` which indicates if
31 Daylight Savings Time is in effect for the system's time zone. 31 Daylight Savings Time is in effect for the system's time zone.
32 32
33 - `print` now accepts option `-image` to specify the "opengl" renderer 33 - `print` now accepts option `-image` to specify the "opengl" renderer
34 and `-vector` to specify the "painters" renderer. 34 and `-vector` to specify the "painters" renderer.
35
36 - `format` now accepts the option "default", which is equivalent to
37 calling `format` without any options to reset the default state.
35 38
36 ### Alphabetical list of new functions added in Octave 8 39 ### Alphabetical list of new functions added in Octave 8
37 40
38 41
39 ### Deprecated functions, properties, and operators 42 ### Deprecated functions, properties, and operators