aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Expand)AuthorAge
* doc_src/fishd.txt, fishd.c: Move the API description of fishd to the source f...Gravatar James Vega2006-01-25
* Fixed various spelling mistakes.Gravatar James Vega2006-01-24
* Add notice to set_text documentation about the use of --bold to brighten colo...Gravatar axel2006-01-24
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Minor edits to the todo part of the fish documentationGravatar axel2006-01-21
* Make manual and completions reflect the facty that any combination od set_col...Gravatar axel2006-01-18
* Set version to 1.20.0Gravatar axel2006-01-17
* Make the completions for the ls, sed and df commands have the correct switche...Gravatar axel2006-01-14
* Documentation correctionsGravatar axel2006-01-11
* some little correctionsGravatar Jan Fader jan.fader@web.de2006-01-11
* Remove the external tokenize command. One can use tr insteadGravatar axel2006-01-11
* Documentation tweaksGravatar axel2006-01-10
* Fix two issues on OS X, a non-compatible use of the expr command and a bad in...Gravatar axel2006-01-10
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Change syntax of 'and' and 'or' to infix orderGravatar axel2006-01-06
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* 1.19.0Gravatar axel2005-12-26
* Add notice about bug when suspending builtinsGravatar axel2005-12-21
* Add autoconf checks for wide character string functionsGravatar axel2005-12-18
* Add trap shellscript functionGravatar axel2005-12-18
* Add missing documentation fileGravatar axel2005-12-15
* Minor documentation editsGravatar axel2005-12-15
* Lots of fixed typos. Thanks, Harshad!Gravatar axel2005-12-14
* Minor tweaksGravatar axel2005-12-14
* Autodetect common escape codes in fish_prompt outputGravatar axel2005-12-13
* Further tweaks to jobs builtinGravatar axel2005-12-13
* Revamp the jobs builtinGravatar axel2005-12-12
* Initial blocking implementationGravatar axel2005-12-12
* Add history search information to documentationGravatar axel2005-12-09
* Correct set help page. The handling of setting a variable to no value has cha...Gravatar axel2005-12-08
* SpellingGravatar axel2005-12-08
* Give intelligent warning messages on zero-length variable names.Gravatar axel2005-12-07
* Even more documentation updates. Variable expantion and design document secti...Gravatar axel2005-12-04
* More documentation corrections and updatesGravatar axel2005-12-04
* More documentation tweaksGravatar axel2005-12-04
* Updated some obsolete documentation sections, and added some general polishGravatar axel2005-12-04
* Update todo list to reflect recent changesGravatar axel2005-12-04
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* Use csh-style error rules with wildcards, i.e. if no matches are found, the c...Gravatar axel2005-12-04
* Add documentation for the vared shellscript functionGravatar axel2005-10-26
* Make sure fish color settings are valid colorsGravatar axel2005-10-25
* Code cleanups and API documentation updatesGravatar axel2005-10-23
* Make sure USER variable is correct. Needed when using the su command.Gravatar axel2005-10-23
* Fix broken umask, add completions, documentation cleanups, etcGravatar axel2005-10-22
* Documentation and completion updatesGravatar axel2005-10-21
* Add documentation for umaskGravatar axel2005-10-18
* Do not use RLIMIT_AS on systems that don't have it, like NetBSDGravatar axel2005-10-17
* Initial imlementation of uname shellscript functionGravatar axel2005-10-17
* Add missing documentation file for ulimitGravatar axel2005-10-15
* Documentation updatesGravatar axel2005-10-15