comparison etc/NEWS.7.md @ 31159:ef45a559f592 stable

NEWS.7.md: Update NEWS file with recent changes for Octave 7.2.0. * etc/NEWS.7.md: Update NEWS file with recent changes for Octave 7.2.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 27 Jul 2022 13:26:28 +0200
parents 7060de0b45e5
children 929c05cf2afa 6c1e310b2230
comparison
equal deleted inserted replaced
31155:44b9673c7b8d 31159:ef45a559f592
35 - Store token ID, not keyword ID when parsing keywords (bug #62587). 35 - Store token ID, not keyword ID when parsing keywords (bug #62587).
36 - `canonicalize_file_name`: Do not translate mapped network drive to UNC path (bug #62576). 36 - `canonicalize_file_name`: Do not translate mapped network drive to UNC path (bug #62576).
37 - `inputParser`: Correctly handle cell default values for optional parameters (bug #62639). 37 - `inputParser`: Correctly handle cell default values for optional parameters (bug #62639).
38 - `factor.m`: Performance tweak to avoid division in certain cases. 38 - `factor.m`: Performance tweak to avoid division in certain cases.
39 - Fix regression with `\color[rgb]` TeX pattern (bug #62668). 39 - Fix regression with `\color[rgb]` TeX pattern (bug #62668).
40 - `regexp`: Check pattern length before accessing it (bug #62704).
41 - `pkg.m`: Create `PREFIX` and `ARCHPREFIX` directories (bug #62681).
42 - `pkg`: Replace `OCTAVE_HOME` in `PREFIX` and `ARCHPREFIX` independently (bug #62681).
43 - `randmtzig.cc`: Add missing `#include <ctime>` (bug #62750).
44 - `pkg`: Fix formatting of `copyfile` message (bug #62769).
45 - `pkg`: Escape special characters in `OCTAVE_HOME` for `regexprep` (bug #62681).
40 46
41 ### GUI 47 ### GUI
42 48
43 - Fix removing trailing spaces on closing a modified file (bug #62271). 49 - Fix removing trailing spaces on closing a modified file (bug #62271).
44 - Replace use of deprecated `QDesktopWidget` in GUI. 50 - Replace use of deprecated `QDesktopWidget` in GUI.
63 - `humps.m`: Fix mismatch between TeX docstring and non-TeX docstring. 69 - `humps.m`: Fix mismatch between TeX docstring and non-TeX docstring.
64 - `warning_ids.m`: Add new warning ID `"Octave:deprecated-option"`. 70 - `warning_ids.m`: Add new warning ID `"Octave:deprecated-option"`.
65 - `primes.m`: Move code examples before math theory. 71 - `primes.m`: Move code examples before math theory.
66 - `primes.m`: Mark variables in docstring with `@var{}` macro. 72 - `primes.m`: Mark variables in docstring with `@var{}` macro.
67 - Rewrite section on automatic type conversions (bug #62283). 73 - Rewrite section on automatic type conversions (bug #62283).
74 - `subsasgn`: Correct example code (bug #33221).
68 75
69 76
70 Summary of important user-visible changes for version 7 (2022-04-06) 77 Summary of important user-visible changes for version 7 (2022-04-06)
71 -------------------------------------------------------------------- 78 --------------------------------------------------------------------
72 79