From ccd1c70186e4718ba74ab6f85e9f6a058434c757 Mon Sep 17 00:00:00 2001 From: pgen Date: Mon, 25 Mar 2024 20:47:47 +0100 Subject: Update the Changelog --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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. -- cgit v1.2.3