changeset 33404:b0e9c1bd1822

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 14 Apr 2024 11:36:53 +0200
parents a4e8e99fde0e (current diff) cc632fa52f9d (diff)
children 507b5fec6bb2
files
diffstat 1 files changed, 15 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Sat Apr 13 15:44:55 2024 -0400
+++ b/etc/NEWS.9.md	Sun Apr 14 11:36:53 2024 +0200
@@ -7,15 +7,22 @@
 
 - `hist.m`: Add input validation for `Y` restricting it to 2-D array
   (bug #65478).
-
 - `cross.m`: Add input validation for 'dim' restricting it to a numeric
-  integer valued scalar.
+  integer valued scalar (bug #65544, bug #65527).
+- `getframe.m`: Respect pixel ratio (high DPI) of screen with figure
+  (bug #65540).
+- `legend.m`: Fix error if root property `"showhiddenhandles"` is `"on"`
+  (bug #65442)
+- `savepath.m`: Correctly handle packages without binaries (bug #65559).
+- Correctly scale figure position on screen with DPI scaling (high DPI).
 
 ### GUI
 
 - Use first word for options in right-click menu of command window widget
   (bug #65518).
 - Set `DontUseNativeDialog` flag as first property in `QFileDialog`.
+- Explicitly raise non-modal message boxes ensuring visibility.
+- Set `DontUseNativeDialog` before other properties of file dialogs.
 
 ### Build system / Tests
 
@@ -23,6 +30,12 @@
   This fixes an error that might have lead to overlinking of shared libraries
   (e.g., `.oct` files). Consider rebuilding shared libraries that have been
   built with Octave 9.1.0.
+- Add BIST for `is_valid_file_id.m` (bug #65543).
+- 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.
 
 ### Documentation