# HG changeset patch # User Rik # Date 1668723177 28800 # Node ID da260fea69537cb557af997e2582d5360866ff05 # Parent fb77a0b4a00a4d9838e5325be95b538c99dc3f3c# Parent 2b83190294b550bff50d370e0c90f33929825b2d maint: merge stable to default. diff -r fb77a0b4a00a -r da260fea6953 etc/NEWS.8.md --- a/etc/NEWS.8.md Thu Nov 17 13:53:47 2022 -0500 +++ b/etc/NEWS.8.md Thu Nov 17 14:12:57 2022 -0800 @@ -97,9 +97,9 @@ - The default state for certain graphics properties has been made consistent with Matlab. - Object | Property | Default State - ------------|------------------|------------ - `figure` | `"dockcontrols"` | `"on"` + Object | Property | Default State + ------------|------------------|------------ + figure | "dockcontrols" | "on" - `ode45`, `ode23`, and `ode23s` have improved results for options `Events`, `OutputFcn`, and `Refine`, along with corrected orientation of struct @@ -123,10 +123,10 @@ - Functions - Function | Replacement - -----------------------|------------------ - `shift` | `circshift` - `sparse_auto_mutate` | none (see below) + Function | Replacement + -----------------------|------------------ + shift | circshift + sparse_auto_mutate | none (see below) - The `sparse_auto_mutate` function no longer has any effect on Octave's behavior. Previously, after calling `sparse_auto_mutate (true)`, @@ -140,19 +140,19 @@ The following property names are discouraged, but there is no fixed date for their removal. - Object | Property | Replacement - -----------------|-------------|------------ - `uimenu` | `label` | `text` - `uimenu` | `callback` | `menuselectedfcn` + Object | Property | Replacement + -----------------|-------------|------------ + uimenu | label | text + uimenu | callback | menuselectedfcn The following functions were deprecated in Octave 6 and have been removed from Octave 8. - Functions - Function | Replacement - -----------------------|------------------ - `runtests` | `oruntests` + Function | Replacement + -------------|------------ + runtests | oruntests - The environment variable used by `mkoctfile` for linker flags is now `LDFLAGS` rather than `LFLAGS`. `LFLAGS` was deprecated in Octave 6,