summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-08-28 11:00:48 +0200
committerpgen <p.gen.progs@gmail.com>2020-08-28 11:00:48 +0200
commite10a9db326907463163b26bb6dd2ab3d53dad832 (patch)
tree0f794f292413d9e8c02fce82f368aa5e14d5da4b /ChangeLog
parent05dcbd8a903fe9f9e562f14205942830ba7f228c (diff)
Update the changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13d916e..3c4471b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+- Waiting to be versioned
+* Bug fixes:
+ + The SIGINT handling has been fixed.
+ + The lvm_menu example is fixed.
+ + Some memory allocation issues have been corrected.
+ + The last example in the man page now works correctly.
+ + The manual has been cleaned and corrected.
+ * Missing headers has been added.
+ * The List management code has been corrected and improved.
+ * Invalid UTF-8 sequences entered using \u are now handled correctly.
+ + Unreachable code has been removed.
+ + As xwcscasecmp is missing in C99, a local version is now used.
+ * The search timeout now works correctly.
+* Improvements:
+ + Option management has been completely rewritten to use a new, more
+ flexible system called ctxopt (github.com/p-gen/ctxopt):
+ - Both short and long options can now be used.
+ - The validity of some option arguments can now be easily checked.
+ - A better and more precise help system can now be used.
+ - ...
+ + The horizontal and vertical scrolling symbols are now visually consistent.
+ + An updated version of autotools is now used.
+ + Wide mode is now allowed in column mode.
+ + Line delimiters can now be defined to break lines in tabulation mode.
+ + A set of UTF-8 characters can now be ignored as input.
+ * Substitution character for non-printable characters can now be changed.
+ * -N and -U options can now have multiple arguments.
+ * Fuzzy and substring searches now ignore leading and trailing blanks.
+ * Unicode codepoints can now be entered using the new \U notation.
+* Misc:
+ + A note in the README to thank the packagers has been added.
+ + The code has been adjusted to conform to C99.
+ + The code has been cleaned up in many places.
+
- Version 0.9.15
* Bug fixes:
+ An ending pattern search was not correctly highlighted