summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-27 20:14:18 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-30 11:38:40 +0100
commit410b1aa7250168942019385db95088fca1aba46b (patch)
tree6d529ac5466555b447dfef1f2659f378f05cfb9c
parent1dc7c9276d6d1f5cbad8d557093029e6f3ed5365 (diff)
Update the ChangeLog file for the 0.9.15 release
-rw-r--r--ChangeLog32
1 files changed, 31 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bed4d5a..a6e9935 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,34 @@
-May 22 22:01 UTC 2018 - p.gen.progs@gmail.com
+- Version 0.9.15
+* Bug fixes:
+ + An ending pattern search was not correctly highlighted
+ + An highlighting issue when hitting the HOME key during a search
+ in numbered mode has been fixed
+ + The PgUp/PgDn moves have been fixed and improved in the presence of
+ excluded words
+ + The SIGINT signal handling is working properly now
+ + A vt100 terminal is assumed when the environment variable TERM
+ is unset
+* Improvements:
+ + The 'o' sub-option of the -D option has been enhanced
+ + The documentation has been improved and enhanced
+ + An example of a hierarchical menu interpreter has been added
+ + The message (title) appearance can now be changed with the -a option
+ + An empty line has been added after the message (title) for clarity
+ + The .spec file has been updated to support older SUSE/RH versions
+ + An issue opening /dev/tty is now clearly signaled
+ + The argument of the -n option is now optional and defaults to 0
+ (full height)
+ + It is now possible to directly move the cursor to the start/end of
+ the current line
+* Misc:
+ + The code has been split into several files
+ + The pull request #15 from sumbach/patch-1 has been merged
+ + The pull request #12 from jonnydubowsky/patch-1 has been merged
+ + More tests for the automatic regressions checking have been added
+ + UTF-8 string length processing has been optimized
+ + Help and usage messages are now printed on stdout
+ + A FAQ has been added
+ + Compiler warnings have been silenced
- Version 0.9.14
* Rework the search system (major change)