summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-09-16 22:12:21 +0200
committerpgen <p.gen.progs@gmail.com>2020-09-16 22:12:39 +0200
commit684dbd65d52d5c810a6fca7b35539745582f630f (patch)
tree7ba6894feb7edfd23409edbdd0ef0815b3f18b9a
parent01bcf1c71afd4b4ba6e79794bc1f8a9abdd5a96d (diff)
Reformat the Changelog file
-rw-r--r--ChangeLog32
1 files changed, 16 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ab44e9..d75d235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,37 +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.
+ * 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.
+ * 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
+ * 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.
+ * 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.
* smenu has been optimized to support networks with high latency.
* 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.
+ * 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: