From 822c9773316ffff0ec8f1c791af3fd50433ee9b0 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Tue, 25 Dec 2018 17:52:44 +0100 Subject: Update CHANGELOG --- CHANGELOG | 5 +++++ TODO | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index aeea860..a9b6d65 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,10 @@ General: {input,ouput}_program was used. - Switch to extended regular expressions (EREs) for `--search-by-data'. - Use proper exit codes and document them. +- Prevent matching illegal sequences globally. + `- E.g., if $datadir/a+b exists, it will no longer be listed or matched. +- Make --search-by-data more efficient. + `- Call grep on all files at once. Manual: @@ -22,6 +26,7 @@ Manual: - Split off ctct_config(5). - Improve and correct ctct(1) and ctct_config(5). + `- Try to conform to man-pages(7). Configuration Files: diff --git a/TODO b/TODO index 3867057..aa09340 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,7 @@ TODO file for ctct [GENERAL] * Honor $VISUAL. * Honor XDG user dirs. +* Use arrays for the program configuration variables. * Use git tags for future versions. * [consider] Remove character restriction except '.', '/'. * [consider] Require at least one argument for --search-by-*. -- cgit v1.2.3