changeset 30625:3b2140303d33

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 09 Jan 2022 18:13:14 +0100
parents 18a9b3c7b63b (current diff) 12030ead051f (diff)
children 09b2f1847842
files etc/NEWS.7.md
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.7.md	Sun Jan 09 16:57:26 2022 +0100
+++ b/etc/NEWS.7.md	Sun Jan 09 18:13:14 2022 +0100
@@ -143,6 +143,10 @@
 key strokes in the Command Window.  Unlike versions prior to Octave 7,
 this preference now also affects the Ctrl-C/V shortcuts for copy/paste.
 
+- In command line mode, i.e. when Octave is started without the --gui option,
+the doc command now opens the GUI documentation browser as a standalone widget,
+provided that Octave was compiled with GUI support.
+
 ### Graphics backend
 
 - Support for Qt4 for both graphics and the GUI has been removed.
--- a/libgui/module.mk	Sun Jan 09 16:57:26 2022 +0100
+++ b/libgui/module.mk	Sun Jan 09 18:13:14 2022 +0100
@@ -64,9 +64,9 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_liboctgui_current = 7
+%canon_reldir%_liboctgui_current = 8
 %canon_reldir%_liboctgui_revision = 0
-%canon_reldir%_liboctgui_age = 1
+%canon_reldir%_liboctgui_age = 0
 
 %canon_reldir%_liboctgui_version_info = $(%canon_reldir%_liboctgui_current):$(%canon_reldir%_liboctgui_revision):$(%canon_reldir%_liboctgui_age)