changeset 33569:aa773ddbe25b stable

NEWS.9.md: Update NEWS file with recent changes for Octave 9.2.0. * etc/NEWS.9.md: Update NEWS file with recent change for Octave 9.2.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 11 May 2024 14:48:34 +0200
parents 54d87fbbb421
children c978eff7a857 afbff609c241
files etc/NEWS.9.md
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Fri May 10 14:44:16 2024 +0200
+++ b/etc/NEWS.9.md	Sat May 11 14:48:34 2024 +0200
@@ -19,6 +19,13 @@
   states (bug #65595).
 - Fix segmentation fault when trying to set breakpoint in non-existent method
   of `classdef` class (bug #65610).
+- Improve default display of `classdef` properties (bug #62432).
+- Avoid crash with Qt6 6.7.0 (bug #65605).
+- `bar.m`: Catch input number validation error.
+- Prevent OOM crash or segmentation fault in `sort ()` when `dim` equals `Inf`
+  (bug #65712).
+- `legend.m`: Avoid setting more colors than coordinates for `patch` objects
+  (bug #65632).
 
 ### GUI
 
@@ -44,6 +51,10 @@
   summary.
 - Run test program for polymorphic allocators if possible instead of a simple
   build check.
+- Speed up BIST for the central part of `convn` with `'full'` shape.
+- Require Qt Widgets module when building the GUI (bug #65625).
+- `bug-53027.tst`: Delete temporary file after test is done (bug #53027).
+- Avoid build error with GCC 14 when targeting Windows.
 
 ### Documentation
 
@@ -56,6 +67,12 @@
 - Add application notes in `fminsearch`, `fminbnd`, `fminunc` indicating the
   preferred way to pass parameters is through anonymous functions.
 - Update remaining copyright statements to 2024.
+- Minor fix for `setappdata.m`.
+- Section "Assignment Expressions": Use `@emph` rather than `@i` macro for
+  better rendering in plaintext formats.
+- Section "Running Octave": Tell new users how to start Octave on their
+  computers.
+- `tsearch`: Add programming note about expected performance.
 
 ### Deprecated functions, properties, and operators