aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--TODO1
2 files changed, 6 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:
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-*.