changeset 32529:2fbfc4490921

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 04 Dec 2023 09:49:25 +0100
parents 42bb43092702 (current diff) c823e7c9772b (diff)
children 3695b87b8c6a
files
diffstat 1 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Sun Dec 03 12:22:56 2023 +0100
+++ b/etc/NEWS.9.md	Mon Dec 04 09:49:25 2023 +0100
@@ -51,21 +51,27 @@
 
 ### Graphical User Interface
 
+- The Graphical User Interface (GUI) of Octave is now compatible with Qt6.  Qt6
+  is selected by default if the necessary Qt modules are detected and the used
+  compiler is compatible.  Support for building with Qt5 is still available but
+  might be removed in a future version of Octave.  Qt5 is used if configuring
+  with `--with-qt=5` or as a fallback by default if Qt6 cannot be used.
+
 ### Graphics backend
 
-* The FLTK backend is not maintained and its use is discouraged.  The
+- The FLTK backend is not maintained and its use is discouraged.  The
   recommended backend is qt.  Enabling the fltk backend with `graphics_toolkit
   fltk` now emits a warning.
 
-* The `set` function now accepts any combination of name/value pairs, cell
+- The `set` function now accepts any combination of name/value pairs, cell
   array of names / cell array of values, or property structures.  This change
   is Matlab compatible.
 
-* When the `hold` function is used without arguments to toggle the current
+- When the `hold` function is used without arguments to toggle the current
   state, the resulting value is now displayed in the Command Window for
   informational purposes.
 
-* The axes graphics property "TickDir" now accepts the option "none", which
+- The axes graphics property "TickDir" now accepts the option "none", which
   will not draw tick marks but will still draw tick labels.
 
 ### Matlab compatibility