aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be7e5bcd..62af049e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2015-11-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * command.y (cmdtab): Add "exit" as synonym for "quit".
+ Suggested by Joep van Delft <joepvandelft@xs4all.nl>.
+ * NEWS: Document this.
+
2015-11-24 Arnold D. Robbins <arnold@skeeve.com>
* debug.c (debug_pre_execute): Fix to check watchpoints before
checking breakpoints. Gives more natural behavior for the user.
* NEWS: Document this.
+ Issue reported by Joep van Delft <joepvandelft@xs4all.nl>.
2015-10-28 Arnold D. Robbins <arnold@skeeve.com>