changeset 33422:1edbab3fae48 stable

NEWS.9.md: Update NEWS file with recent changes for Octave 9.2.0. * etc/NEWS.9.md: Update NEWS file with recent changes for Octave 9.2.0. Fix grammar. Do not use texi syntax in markdown file.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 17 Apr 2024 17:18:08 +0200
parents 3d37f529ee65
children 07f80a531690 3e7059ae815c
files etc/NEWS.9.md
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Mon Mar 18 20:00:53 2024 +0100
+++ b/etc/NEWS.9.md	Wed Apr 17 17:18:08 2024 +0200
@@ -22,6 +22,10 @@
   (bug #65518).
 - Set `DontUseNativeDialog` flag as first property in `QFileDialog`.
 - Explicitly raise non-modal message boxes ensuring visibility.
+- Save and restore splitter state of documentation widget.
+- Allow executing new files from built-in editor with F5 (bug #65548).
+- Allow unbinding GUI shortcuts (bug #65580).
+- Fix restoring headers in file browser and workspace view (bug #65030).
 
 ### Build system / Tests
 
@@ -33,8 +37,8 @@
 - Update metainfo.xml with new fields for AppStream 1.0 (bug #65355).
 - Show result of check for `std::pmr::polymorphic_allocator` in configure
   summary.
-- Run test for polymorphic allocators if possible instead of a simple build
-  check.
+- Run test program for polymorphic allocators if possible instead of a simple
+  build check.
 
 ### Documentation
 
@@ -44,7 +48,7 @@
 - Add example to Minimizers section on using anonymous functions to pass
   examples to functions called by minimizer functions (`fminsearch`,
   `fminbnd`, `fminunc`).
-- Add application notes in `fminsearch`, `fminbnd`, `fminunc` indicated the
+- Add application notes in `fminsearch`, `fminbnd`, `fminunc` indicating the
   preferred way to pass parameters is through anonymous functions.
 - Update remaining copyright statements to 2024.
 
@@ -59,7 +63,7 @@
   removed in Octave 10.  The preferred, cross-platform compatible method of
   passing parameters to any of the minimization functions (including
   `fminsearch`, `fminbnd`, and `fminunc`) is through the use of Anonymous
-  Functions.  Specific examples of this can be found in the @ref{Minimizers}
+  Functions.  Specific examples of this can be found in the "Minimizers"
   section of the GNU Octave manual.