aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Minor polish to the gpg completionsGravatar axel2006-01-14
* Various corrections for advanced tab completions. Should make the --exportGravatar axel2006-01-14
* Make sure functions as printed by the fyunctions builtin don't have any stray...Gravatar axel2006-01-14
* Add completions for gpg commandGravatar axel2006-01-14
* Add completions for chsh command (updated)Gravatar axel2006-01-14
* Fix the __fish_append shellscript function, as well as some completion bugs i...Gravatar axel2006-01-13
* Correctly handle locale changes through scope expiry, as well as locale chang...Gravatar axel2006-01-13
* Minor completion description corrections - unescaped dollar-signs in quotes a...Gravatar axel2006-01-13
* Alt-backspace is now a synonym for Control-w in emacs mode keybindings. Atl l...Gravatar axel2006-01-13
* Improve description handling - handle symbolic link loops, handle description...Gravatar axel2006-01-13
* Make parser_current_line use dynamic memory to avoid overflow on long linesGravatar axel2006-01-12
* Add one missing translation string in exec.cGravatar axel2006-01-12
* Recover instead of quiting when a redirection error occurs for a shellscript ...Gravatar axel2006-01-12
* Use /etc/sysconfig/i18n file if it exists to set up correct localeGravatar axel2006-01-12
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Add missing include for sanity.cGravatar axel2006-01-12
* Remove the tokenize command from the rpm spec fileGravatar axel2006-01-12
* Documentation correctionsGravatar axel2006-01-11
* some little correctionsGravatar Jan Fader jan.fader@web.de2006-01-11
* Make the read builtin able to create universal variablesGravatar axel2006-01-11
* Remove the external tokenize command. One can use tr insteadGravatar axel2006-01-11
* More minor completion description corrections, and another translation checki...Gravatar axel2006-01-10
* Reload completions on locale language change. This will mean that most transl...Gravatar axel2006-01-10
* Make command descriptions work when entering full path to a commandGravatar axel2006-01-10
* Makecompletion functions work with completion descriptions regardless of if t...Gravatar axel2006-01-10
* Do not free allocated data when clearing a string_buffer_tGravatar axel2006-01-10
* More robust parsing of keybindings, allow sequences like \C-\ew and \C-?Gravatar axel2006-01-10
* Correct incorrect arguments to futimesGravatar axel2006-01-10
* Improve detection of futimes function, and make it fail without giving an err...Gravatar axel2006-01-10
* Documentation tweaksGravatar axel2006-01-10
* Minor completion description tweaks, try to use the same description for the ...Gravatar 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
* Make description messages more uniformGravatar axel2006-01-09
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Move definition of the _ gettext alias out of fish_interactive, since it is n...Gravatar axel2006-01-06
* Add more helpful error messages when trying to use Posix short circut operato...Gravatar axel2006-01-06
* Change syntax of 'and' and 'or' to infix orderGravatar axel2006-01-06
* Do not use \r sequence in translatable messagesGravatar axel2006-01-05
* Translate most shellscript output, translate internal completion descriptions...Gravatar axel2006-01-05
* Improved description for the commandline builtinGravatar axel2006-01-05
* Output a message when changing LANG in interactive modeGravatar axel2006-01-05
* Further i18n tweaksGravatar axel2006-01-04
* Added a few notes to INSTALL fileGravatar axel2006-01-04
* Minor fixes to i18nGravatar axel2006-01-04
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Minor text formating tweaksGravatar axel2005-12-31
* Add completions for nice and renice commandsGravatar axel2005-12-31
* Pressing the enter key on an empty line scrolls a lineGravatar axel2005-12-30
* 1.19.0Gravatar axel2005-12-26