aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-25 16:35:25 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-25 16:35:25 +0300
commitdae93e6ab7ab75734bd1abd8abbd107579abbf5d (patch)
tree19dd2a9b532b34feb9a0d0a61b84e9a1fb253ace /NEWS
parent364f4246159b8d338c2fafc70b868ffc83816c2f (diff)
downloadgdbm-dae93e6ab7ab75734bd1abd8abbd107579abbf5d.tar.gz
gdbm-dae93e6ab7ab75734bd1abd8abbd107579abbf5d.tar.bz2
Improve the "next" shortcut.
* src/gdbmtool.c (open_handler): Close the previously opened database. (close_handler): Free the file name. (print_dir_handler): Print the number of buckets. (command_repeat_type): New enum. (command) <repeat>: Change type to enum command_repeat_type. (command_tab): Update accordingly. Mark "next" with REPEAT_NOARG. (run_last_command): Handle REPEAT_NOARG separately. * NEWS: Document the shortcut. * doc/gdbm.texi: Likewise. * src/debug.c (datbuf_format): Don't represent bytes after the end of datum as zeros. (gdbm_debug_datum): Print datum size.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 04f4668..db0bc1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU dbm NEWS -- history of user-visible changes. 2016-07-19
+GNU dbm NEWS -- history of user-visible changes. 2016-07-25
Copyright (C) 1990-2016 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -105,11 +105,18 @@ that is not desirable.
Copy meta-information (ownership and file permissions) from src to dst.
-* Line editing in gdbmtool
+** gdbmtool
+
+** Line editing in gdbmtool
The gdbmtool utility now offers the usual line-editing facilities (if
the package has been compiled with GNU Readline.
+** Keyboard shortcuts
+
+If the last entered command was "next", hitting the "Enter" key
+repeats it without arguments.
+
* Magic file included
The magic file suitable for use with the file(1) command is

Return to:

Send suggestions and report system problems to the System administrator.