aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-25 17:52:44 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-25 17:52:44 +0100
commit822c9773316ffff0ec8f1c791af3fd50433ee9b0 (patch)
treeefc4382f42c5aba12918891c9820f2da0099e80d /CHANGELOG
parentfc85d5685caeef1b9eef719f935dabc1625984d9 (diff)
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
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: