# HG changeset patch # User Markus Mützel # Date 1633259662 -7200 # Node ID 50ab0178b6fcfc83f662748c7241736cec453c60 # Parent 1e336156fcb68d4d67a3e4ed383458a4b70a93e9# Parent 53a8566aa3dfb9d256edb31276bbc37aed274bbf maint: merge stable to default. diff -r 1e336156fcb6 -r 50ab0178b6fc NEWS diff -r 1e336156fcb6 -r 50ab0178b6fc etc/NEWS.6 --- a/etc/NEWS.6 Fri Oct 01 10:07:37 2021 +0200 +++ b/etc/NEWS.6 Sun Oct 03 13:14:22 2021 +0200 @@ -1,3 +1,35 @@ +Summary of bugs fixed for version 6.4.0 (tbd) +---------------------------------------------------- + +For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX + +### Improvements and fixes + +- Reduce memory usage in BISTs for `copyobj`, `hgsave` (bug #57591). +- `hgsave.m`, `copyobj.m`: Use `'qt'` graphics toolkit in BISTs. +- `main.cc`: Use `getopt` to parse command line arguments (bug #60886). +- `main.cc`: Remove invalid case (bug #60886). +- Disable `getopt` error reporting in wrapper program (bug #60886). +- `interp1.m`: Don't interpret later numeric input as `xi` (bug #60967). +- `pkg`: Improve similar package name suggestion (bug #61067). +- Store parent name in function object when caching parents in scope (bug #61105). +- Avoid internal error and segfault with `eval` and scripts (bug #61191). +- `rmpath`: Prevent removing the current directory from the load path (bug #61216). + +### GUI + +- Fix missing interpreter event in `octave-scintilla`. +- Fix opening a file in a custom editor (bug #60990). + +### Documentation + +- Improve docstring for `disable_diagonal_matrix`, `disable_diagonal_matrix`, + and `disable_range` (patch #10089). +- `cbrt`: Clarify that function errors for non-real input. +- `dsearchn.m`: Added optional distance output description (bug #61156). +- Add Hungarian translation for project description files. + + Summary of bugs fixed for version 6.3.0 (2021-07-11) ----------------------------------------------------