summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-01-30 11:32:21 +0100
committerpgen <p.gen.progs@gmail.com>2021-01-30 11:32:21 +0100
commit03be44634fc2a5df4abb1d75a141d976f6a08428 (patch)
tree2a4823a2608d44e336e0ab99d1e0fab4083d65f6 /ChangeLog
parent68af708318d25977306a86a56d6b1ea230402181 (diff)
Bump to release 0.9.17v0.9.17
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dac0dc5..83fb070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+- Version 0.9.17
+* Fixes:
+ * The method to get the cursor location has been fixed and improved.
+ * A display problem when the title takes too many lines has been fixed.
+ * A failure when reopening /dev/tty is now fatal.
+ * Interesting signals are now trapped only when needed.
+ * The refresh mechanism when resizing the terminal has been fixed
+ and improved.
+ * \U does not need too be escaped anymore.
+* Improvements:
+ * The -Q|-ignore_quotes option has been added to provide a way to
+ ignore quotes when splitting the input stream/file into words.
+ * The -!|-int|-int_string option has been added to define a string to
+ be displayed on stdout when ^C is entered during a smenu session.
+ * The usage text is now displayed in case of an error on the command
+ line.
+ * The code to create include/exclude RE patterns has been simplified.
+ * smenu now mimics the Unix shell signal processing.
+* Misc:
+ * The availability of str(n)dup is now checked at compile time.
+ * Tests for RE patterns/inv. character have bee added.
+ * The obsolete autogen.sh script has been removed.
+ * github's ctxopt commit f779fb8 is now used.
+ * The code is now a little more readable.
+
- Version 0.9.16
* Bug fixes:
* The SIGINT handling has been fixed.