aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-09 07:09:18 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-09 07:09:18 +1000
commitbdec900aca29bf22a8643e933a1acc74c32e2580 (patch)
tree0038c4b4e0faee24c8fa531bab4de9b2f0d7ab06 /doc_src
parent564d19e3bd4e30d284f4a1424834118afc8ff77f (diff)
Minor doc updates
darcs-hash:20080108210918-75c98-7510c066f74a2c3f4bf60bda84237adcef2ca276.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index ba1a1935..32cb4610 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -1410,12 +1410,15 @@ g++, javac, java, gcj, lpr, doxygen, whois)
- exec_subshell should be either merged with eval or moved to parser.c
- Don't use expand_string to perform completions. wildcard_complete can be called directly, the brace expansion handling should be universal, and the process expansion can be moved to complete.c.
- Make the history search support incremental searching
+- An automatic logout feature
\subsection bugs Known bugs and issues
- Suspending and then resuming pipelines containing a builtin or a shellscript function is broken. Ideally, the exec function in exec.c should be able to resume execution of a partially executed job.
- delete-word is broken on the commandline 'sudo update-alternatives --config x-'
- Sometimes autoheader needs to be run on a fresh tarball. Fix dates before creating tarballs.
+- Case insensitive completions don't escape spaces.
+- Sometimes case insensitive completions are displayed in the pager even when sensitive completions exist.
If you think you have found a bug not described here, please send a
report to <a href="mailto:fish-users@lists.sf.net">fish-users@lists.sf.net</a>.