From 82cdf3ea5c588fd3a32cd80a6607e6712641aeb8 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 10 Mar 2002 02:56:36 +0000 Subject: unposted: update relevant issues in Etc/BUGS and Etc/TODO --- Etc/BUGS | 8 +------- Etc/TODO | 5 +++++ 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 Etc/TODO (limited to 'Etc') 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 -- cgit 1.4.1