# HG changeset patch # User Markus Mützel # Date 1654192328 -7200 # Node ID 7201d9b7cea6fbccfa5a42bfcf9f847b29b7ff75 # Parent b4a6ea55154f7da71da0010eda994b39185820b9 NEWS.7.md: Fix typo and formatting. diff -r b4a6ea55154f -r 7201d9b7cea6 etc/NEWS.7.md --- a/etc/NEWS.7.md Thu Jun 02 19:34:02 2022 +0200 +++ b/etc/NEWS.7.md Thu Jun 02 19:52:08 2022 +0200 @@ -8,7 +8,7 @@ ### Improvements and fixes - Avoid out-of-bounds indexing when checking for broadcastable inplace operators (bug #38466). -- `hdl2struct.m`: Fix saving of uibuttongroups (bug #62266). +- `hdl2struct.m`: Fix saving of `uibuttongroups` (bug #62266). - Fix `ls` with glob patterns on Windows (bug #62282). - `pkg.m`: Create directory before saving file (bug #62303). - `nchoosek.m`: Fix freeze-up for certain integer inputs (bug #62319). @@ -35,7 +35,7 @@ ### GUI - Fix removing trailing spaces on closing a modified file (bug #62271). -- Replace use of depreciated `QDesktopWidget` in GUI. +- Replace use of deprecated `QDesktopWidget` in GUI. - Fix display in Variable Editor when `fixed_point_format` is on (bug #62544). ### Build system / Tests