aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2009-03-09 00:20:07 +1000
committerGravatar axel <axel@liljencrantz.se>2009-03-09 00:20:07 +1000
commite50d0c18b0079d08fff377055551e96e945618c8 (patch)
treedecef9d85add3042bcd70a6d0f3cdfa59dea0a09 /doc_src
parent810d5f9548301b0f7297abf68d7a272724250fc8 (diff)
Update todo list
darcs-hash:20090308142007-ac50b-22e9cc31212ff9647f75426327cdf5aff2d30f79.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 7890c890..fc8226f5 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -1405,7 +1405,6 @@ g++, javac, java, gcj, lpr, doxygen, whois)
- Per process output redirection
- Reduce the space of the pager by one line to allow the commandline to remain visible.
- down-arrow could be used to save the current command to the history. Or give the next command in-sequence. Or both.
-- Drop support for inputrc-files. Use shellscripts and the bind builtin. Also, redo the syntax for the bind builtin to something more sane.
- History could reload itself when the file is updated. This would need to be done in a clever way to avoid chain reactions
- The error function should probably be moved into it's own library, and be made mere general purpose.
- The code validation functions should be moved from the parser to parse_util.
@@ -1429,15 +1428,13 @@ g++, javac, java, gcj, lpr, doxygen, whois)
- Sometimes autoheader needs to be run on a fresh tarball. Fix dates before creating tarballs.
- The completion autoloader does not remember which completions where actually autoloaded, and may unload manually specified completions.
- There have been stray reports of issues with strange values of the PATH variable during startup.
+- bindings in config.fish are overwritten by default key bindings.
+- Adding 'bind -k ...' doesn't overwrite non-keybinding binds of the same sequence.
+- History file does not remove duplicates.
+- History file should apply some kind of maximum history length.
+- Older versions of Doxygen has bugs in the man-page generation which cause the builtin help to render incorrectly. Version 1.2.14 is known to have this problem.
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>.
-
-\subsection issues Known issues
-
-Older versions of Doxygen has bugs in the man-page generation which
-cause the builtin help to render incorrectly. Version 1.2.14 is known
-to have this problem.
-
*/