summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2024-03-25 20:47:47 +0100
committerpgen <p.gen.progs@gmail.com>2024-03-25 20:50:07 +0100
commitccd1c70186e4718ba74ab6f85e9f6a058434c757 (patch)
treea9bd7bfb8fa7878cf235fd910631fd8dbebd1823
parent7485839905a208971a7e3ec9f0123047f7eb7ce8 (diff)
Update the Changelog
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9521c16..17a6677 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+* Fixes:
+ * Make sure certain variables are initialized before using them.
+ * Fixed cursor attribute on search failure.
+ * Some option names contain - instead of _.
+ * Correction of potential dereferencing of a NULL pointer.
+ * Correction of compiler warnings.
+
+* Improvements:
+ * Reworked code to go to start/end of line in col/line mode.
+ * Added a scrollbar below the window in col/line mode that displays
+ when necessary.
+ * UTF-8 space support for empty strings.
+ * Support for UTF-8 extended grapheme clusters if supported by the
+ terminal.
+
+* Miscellaneous:
+ * Changed the appearance of scrollbars to make them more discreet.
+ * Correction of typos in comments and in the manual.
+ * Code simplification and redesign.
+ * Reformatting the code to make it more readable.
+ * Made more NULL comparisons explicit.
+
- Version 1.3.0
* Fixes:
* Correction of an error in the calculation of the size of the longest word.