comparison NEWS @ 30221:53a8566aa3df stable

Prepare NEWS file ahead of 6.4 release. * NEWS: Add items from commit log.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 03 Oct 2021 12:18:15 +0200
parents 754013c36587
children 50ab0178b6fc 689c323540b0
comparison
equal deleted inserted replaced
30219:fe2c64849660 30221:53a8566aa3df
1 Summary of bugs fixed for version 6.4.0 (tbd)
2 ----------------------------------------------------
3
4 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
5
6 ### Improvements and fixes
7
8 - Reduce memory usage in BISTs for `copyobj`, `hgsave` (bug #57591).
9 - `hgsave.m`, `copyobj.m`: Use `'qt'` graphics toolkit in BISTs.
10 - `main.cc`: Use `getopt` to parse command line arguments (bug #60886).
11 - `main.cc`: Remove invalid case (bug #60886).
12 - Disable `getopt` error reporting in wrapper program (bug #60886).
13 - `interp1.m`: Don't interpret later numeric input as `xi` (bug #60967).
14 - `pkg`: Improve similar package name suggestion (bug #61067).
15 - Store parent name in function object when caching parents in scope (bug #61105).
16 - Avoid internal error and segfault with `eval` and scripts (bug #61191).
17 - `rmpath`: Prevent removing the current directory from the load path (bug #61216).
18
19 ### GUI
20
21 - Fix missing interpreter event in `octave-scintilla`.
22 - Fix opening a file in a custom editor (bug #60990).
23
24 ### Documentation
25
26 - Improve docstring for `disable_diagonal_matrix`, `disable_diagonal_matrix`,
27 and `disable_range` (patch #10089).
28 - `cbrt`: Clarify that function errors for non-real input.
29 - `dsearchn.m`: Added optional distance output description (bug #61156).
30 - Add Hungarian translation for project description files.
31
32
1 Summary of bugs fixed for version 6.3.0 (2021-07-11) 33 Summary of bugs fixed for version 6.3.0 (2021-07-11)
2 ---------------------------------------------------- 34 ----------------------------------------------------
3 35
4 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX 36 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
5 37