comparison etc/NEWS.7.md @ 31060:7201d9b7cea6 stable

NEWS.7.md: Fix typo and formatting.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 02 Jun 2022 19:52:08 +0200
parents b4a6ea55154f
children 20aa91d357be
comparison
equal deleted inserted replaced
31059:b4a6ea55154f 31060:7201d9b7cea6
6 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX 6 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
7 7
8 ### Improvements and fixes 8 ### Improvements and fixes
9 9
10 - Avoid out-of-bounds indexing when checking for broadcastable inplace operators (bug #38466). 10 - Avoid out-of-bounds indexing when checking for broadcastable inplace operators (bug #38466).
11 - `hdl2struct.m`: Fix saving of uibuttongroups (bug #62266). 11 - `hdl2struct.m`: Fix saving of `uibuttongroups` (bug #62266).
12 - Fix `ls` with glob patterns on Windows (bug #62282). 12 - Fix `ls` with glob patterns on Windows (bug #62282).
13 - `pkg.m`: Create directory before saving file (bug #62303). 13 - `pkg.m`: Create directory before saving file (bug #62303).
14 - `nchoosek.m`: Fix freeze-up for certain integer inputs (bug #62319). 14 - `nchoosek.m`: Fix freeze-up for certain integer inputs (bug #62319).
15 - `nchoosek.m`: Restore fast path code for floating point inputs (bug #62319). 15 - `nchoosek.m`: Restore fast path code for floating point inputs (bug #62319).
16 - `betainc.m`: Use sophisticated technique for calculating exponents to avoid inaccuracies (bug #62329). 16 - `betainc.m`: Use sophisticated technique for calculating exponents to avoid inaccuracies (bug #62329).
33 - `isprime.m` and `__isprimelarge__.cc`: Minor performance tweaks. 33 - `isprime.m` and `__isprimelarge__.cc`: Minor performance tweaks.
34 34
35 ### GUI 35 ### GUI
36 36
37 - Fix removing trailing spaces on closing a modified file (bug #62271). 37 - Fix removing trailing spaces on closing a modified file (bug #62271).
38 - Replace use of depreciated `QDesktopWidget` in GUI. 38 - Replace use of deprecated `QDesktopWidget` in GUI.
39 - Fix display in Variable Editor when `fixed_point_format` is on (bug #62544). 39 - Fix display in Variable Editor when `fixed_point_format` is on (bug #62544).
40 40
41 ### Build system / Tests 41 ### Build system / Tests
42 42
43 - `addpref.m`: Recode test to work with multiple running instances of Octave. 43 - `addpref.m`: Recode test to work with multiple running instances of Octave.