aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
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: