about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-03-10 02:56:36 +0000
committerClint Adams <clint@users.sourceforge.net>2002-03-10 02:56:36 +0000
commit82cdf3ea5c588fd3a32cd80a6607e6712641aeb8 (patch)
treefcff18b44df812b03eafc7bb859383136625a467 /Etc
parentaceed310c5007890795782f616286d77fdcf0ce0 (diff)
downloadzsh-82cdf3ea5c588fd3a32cd80a6607e6712641aeb8.tar.gz
zsh-82cdf3ea5c588fd3a32cd80a6607e6712641aeb8.tar.xz
zsh-82cdf3ea5c588fd3a32cd80a6607e6712641aeb8.zip
unposted: update relevant issues in Etc/BUGS and Etc/TODO
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS8
-rw-r--r--Etc/TODO5
2 files changed, 6 insertions, 7 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index b4bb194bd..054727167 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -2,10 +2,6 @@
 KNOWN BUGS IN ZSH
 -----------------
 
-When a shell is exited from within a function, the only EXIT trap which is
-run is the one for the function itself, if any.  In particular, an EXIT
-trap set for the shell itself will not be executed in this case.
-------------------------------------------------------------------------
 On some terminals, display of lines with exactly 80 characters is
 problematic.  zsh assumes that the terminal does not print an extra
 newline in this case, but some terminals (e.g. aixterm) do.
@@ -48,7 +44,5 @@ and ksh and may be removed in the future. A good fix would be to keep
 such patterns unchanged if they do not match regardless of the state of
 the nonomatch and nullglob options.
 ------------------------------------------------------------------------
-Numeric ranges are still too greedy with using characters; for example,
-<1-1000>33 will not match 633 because the 633 matches the range.  Some
-backtracking will be necessary.  (This is believed fixed as of 3.1.6.)
+It is currently impossible to time builtins.
 ------------------------------------------------------------------------
diff --git a/Etc/TODO b/Etc/TODO
new file mode 100644
index 000000000..24ff3baf1
--- /dev/null
+++ b/Etc/TODO
@@ -0,0 +1,5 @@
+This file describes features to be implemented in the future.
+
+* support for multibyte characters, including UTF-8
+
+* programmable spell-correction