aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index c6aae80d..2ff4225f 100644
--- a/TODO
+++ b/TODO
@@ -33,6 +33,12 @@ Minor Cleanups and Code Improvements
See if something like b = a "" can be optimized to not do
a concatenation, but instead just set STRCUR on a.
+ Message cleanup:
+ * Messages in debug.c start with capital letters, but not in
+ other files.
+
+ * Messages are inconsistent about final punctuation (periods etc.)
+
Minor New Features
------------------