mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-04-02 01:45:13 +08:00
Set version to 1.20.0
darcs-hash:20060116165451-ac50b-63e3cc280cb7deedadcfd69b542d9e54a7bc99c7.gz
This commit is contained in:
parent
064581c7f8
commit
28c29f569b
@ -1,5 +1,5 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(fish,1.19.0,fish-users@lists.sf.net)
|
AC_INIT(fish,1.20.0,fish-users@lists.sf.net)
|
||||||
|
|
||||||
# Run autoheader automatically, it's quick, and saves people the hassle of remembering to run it manually
|
# Run autoheader automatically, it's quick, and saves people the hassle of remembering to run it manually
|
||||||
autoheader
|
autoheader
|
||||||
|
@ -1084,6 +1084,7 @@ g++, javac, java, gcj, lpr, doxygen, whois, find)
|
|||||||
- The jobs builtin should be able to give information on a specific job, such as the pids of the processes in the job
|
- The jobs builtin should be able to give information on a specific job, such as the pids of the processes in the job
|
||||||
- Syntax highlighting should mark cd to non-existing directories as an error
|
- Syntax highlighting should mark cd to non-existing directories as an error
|
||||||
- wait shellscript
|
- wait shellscript
|
||||||
|
- Signal handler to save the history file before exiting from a signal
|
||||||
|
|
||||||
\subsection todo-possible Possible features
|
\subsection todo-possible Possible features
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user