From d937674b68901278a7b3fabb137283c25cf3af26 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 1 Oct 2017 11:38:01 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 50d1d4a..2fd6158 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ -=== tio v1.23 === +=== tio v1.24 === + + +Changes since tio v1.23: + + * Optimize clear screen command + + Replaced system call with inline ANSI/VT100 clear screen code sequence + + * Fix bash completion installation + + Fixed the configure script to avoid that the bash completion script gets + installed outside of the prefix location. The default install location + is now $prefix/share/bash-completion/completions. + + Use the configure option '--with-bash-completion-dir=PATH' if you need + to install the bash completion script elsewhere. + +Jakub Wilk: + + * Add missing commas in conditional sentences + Changes since tio v1.22: