Mon Jan 16 16:04:24 CET 2006  axel@liljencrantz.se
  * Make string formating functions correctly handle %%. Thanks to Hiroshi Sakurai

Mon Jan 16 16:01:10 CET 2006  axel@liljencrantz.se
  * Add a  __fish_complete_command function for completing using a command name. Change name of the __fish_set_is_first to __fish_is_first_token and move it to the common completion util file

Mon Jan 16 14:42:44 CET 2006  axel@liljencrantz.se
  * Remove a few warnings

Mon Jan 16 14:41:50 CET 2006  axel@liljencrantz.se
  * Add debug target to make, which halts on warnings

Mon Jan 16 01:19:12 CET 2006  axel@liljencrantz.se
  * Make sure all foreground jobs are reaped after evaluating a job to avoid things like 'sleep 10m; fg' don't try to restart sleep

Mon Jan 16 01:15:56 CET 2006  axel@liljencrantz.se
  * Put jobs in functions and block into their own process group in interactive mode, but do not put the 'fake jobs' associated with functions in a group

Sun Jan 15 23:41:48 CET 2006  axel@liljencrantz.se
  * Correctly handle and recover from IO redirections failures in the exec builtin

Sun Jan 15 22:26:39 CET 2006  axel@liljencrantz.se
  * Corrections to the INSTALL file

Sun Jan 15 22:19:29 CET 2006  axel@liljencrantz.se
  * Cleanup configure.ac and make it automatically run autoheader

Sun Jan 15 21:20:34 CET 2006  axel@liljencrantz.se
  * Checkin of various swedish translation improvements

Sun Jan 15 21:05:20 CET 2006  axel@liljencrantz.se
  * Minor tweaks for the gpg command completions

Sun Jan 15 21:04:42 CET 2006  axel@liljencrantz.se
  * Give subshell command in error message for output conversion of data from subshell

Sun Jan 15 21:03:03 CET 2006  axel@liljencrantz.se
  * Add completions for the set builtin to handle completions of locale variables and locale names

Sun Jan 15 12:59:08 CET 2006  axel@liljencrantz.se
  * Minor completion tweaks

Sun Jan 15 12:58:05 CET 2006  axel@liljencrantz.se
  * Make the functions builtin display function listing on -n to a terminal in a human-friendly format

Sat Jan 14 14:16:07 CET 2006  axel@liljencrantz.se
  * Make the completions for the ls, sed and df commands have the correct switches on BSD systems

Sat Jan 14 03:00:51 CET 2006  axel@liljencrantz.se
  * Minor polish to the gpg completions

Sat Jan 14 02:59:37 CET 2006  axel@liljencrantz.se
  * Various corrections for advanced tab completions. Should make the --export= subcompletions to gpg work

Sat Jan 14 02:58:01 CET 2006  axel@liljencrantz.se
  * Make sure functions as printed by the fyunctions builtin don't have any stray empty lines

Fri Jan 13 15:41:33 CET 2006  axel@liljencrantz.se
  * Add completions for gpg command

Fri Jan 13 15:05:36 CET 2006  axel@liljencrantz.se
  * Add completions for chsh command (updated)

Fri Jan 13 02:02:45 CET 2006  axel@liljencrantz.se
  * Fix the __fish_append shellscript function, as well as some completion bugs in gpg and mount

Fri Jan 13 02:00:12 CET 2006  axel@liljencrantz.se
  * Correctly handle locale changes through scope expiry, as well as locale changes in completion code

Thu Jan 12 17:45:59 CET 2006  axel@liljencrantz.se
  * Minor completion description corrections - unescaped dollar-signs in quotes and such

Thu Jan 12 15:53:46 CET 2006  axel@liljencrantz.se
  * Alt-backspace is now a synonym for Control-w in emacs mode keybindings. Atl least on terminals with a simple Alt-backspace

Thu Jan 12 15:49:03 CET 2006  axel@liljencrantz.se
  * Improve description handling - handle symbolic link loops, handle description functions returning strings without a separator, and handle testing of un-stat:able files

Thu Jan 12 13:54:57 CET 2006  axel@liljencrantz.se
  * Make parser_current_line use dynamic memory to avoid overflow on long lines

Wed Jan 11 15:46:16 CET 2006  axel@liljencrantz.se
  * Add one missing translation string in exec.c

Wed Jan 11 15:40:20 CET 2006  axel@liljencrantz.se
  * Recover instead of quiting when a redirection error occurs for a shellscript function

Wed Jan 11 15:23:40 CET 2006  axel@liljencrantz.se
  * Use /etc/sysconfig/i18n file if it exists to set up correct locale

Wed Jan 11 15:17:35 CET 2006  axel@liljencrantz.se
  * Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch)

Wed Jan 11 15:10:15 CET 2006  axel@liljencrantz.se
  * Add missing include for sanity.c

Wed Jan 11 15:09:41 CET 2006  axel@liljencrantz.se
  * Remove the tokenize command from the rpm spec file

Wed Jan 11 14:29:44 CET 2006  axel@liljencrantz.se
  * Documentation corrections

Tue Jan 10 18:49:07 CET 2006  'Jan Fader <jan.fader@web.de>'
  * some little corrections

Wed Jan 11 13:26:40 CET 2006  axel@liljencrantz.se
  * Make the read builtin able to create universal variables

Tue Jan 10 17:36:03 CET 2006  axel@liljencrantz.se
  * Remove the external tokenize command. One can use tr instead

Mon Jan  9 20:28:15 CET 2006  axel@liljencrantz.se
  * More minor completion description corrections, and another translation checkin for Swedish

Mon Jan  9 18:40:32 CET 2006  axel@liljencrantz.se
  * Reload completions on locale language change. This will mean that most translatable messages will be retranslated.

Mon Jan  9 18:17:25 CET 2006  axel@liljencrantz.se
  * Make command descriptions work when entering full path to a command

Mon Jan  9 18:13:59 CET 2006  axel@liljencrantz.se
  * Makecompletion functions work with completion descriptions regardless of if they contain a separator character or not

Mon Jan  9 18:13:02 CET 2006  axel@liljencrantz.se
  * Do not free allocated data when clearing a string_buffer_t

Mon Jan  9 16:25:06 CET 2006  axel@liljencrantz.se
  * More robust parsing of keybindings, allow sequences like \C-\ew and \C-?

Mon Jan  9 16:17:40 CET 2006  axel@liljencrantz.se
  * Correct incorrect arguments to futimes

Mon Jan  9 16:10:47 CET 2006  axel@liljencrantz.se
  * Improve detection of futimes function, and make it fail without giving an error message, since it is not critical anyways

Mon Jan  9 15:48:13 CET 2006  axel@liljencrantz.se
  * Documentation tweaks

Mon Jan  9 15:47:30 CET 2006  axel@liljencrantz.se
  * Minor completion description tweaks, try to use the same description for the same situation in multiple commands, to decrease number of strings to translate

Mon Jan  9 15:44:18 CET 2006  axel@liljencrantz.se
  * Fix two issues on OS X, a non-compatible use of the expr command and a bad init of a socket for the universal variable daemon

Mon Jan  9 00:13:06 CET 2006  axel@liljencrantz.se
  * Make description messages more uniform

Mon Jan  9 00:00:49 CET 2006  axel@liljencrantz.se
  * Improve locale implementation (should now behave identically to bash) and document locale variables behaviour

Sun Jan  8 03:56:56 CET 2006  axel@liljencrantz.se
  * Huge upade containing several bugfixes related to i18n, and a huge number of new translatable strings, including almost all description messages for command specific completions

Thu Jan  5 18:09:15 CET 2006  axel@liljencrantz.se
  * Move definition of the _ gettext alias out of fish_interactive, since it is needed in non-interactive, and in earlier functions as well

Thu Jan  5 17:02:28 CET 2006  axel@liljencrantz.se
  * Add more helpful error messages when trying to use Posix short circut operators (|| and &&)

Thu Jan  5 16:37:53 CET 2006  axel@liljencrantz.se
  * Change syntax of 'and' and 'or' to infix order

Thu Jan  5 14:54:11 CET 2006  axel@liljencrantz.se
  * Do not use \r sequence in translatable messages

Thu Jan  5 14:41:59 CET 2006  axel@liljencrantz.se
  * Translate most shellscript output, translate internal completion descriptions, and several translation bugfixes

Wed Jan  4 15:15:41 CET 2006  axel@liljencrantz.se
  * Improved description for the commandline builtin

Wed Jan  4 15:07:35 CET 2006  axel@liljencrantz.se
  * Output a message when changing LANG in interactive mode

Wed Jan  4 14:52:30 CET 2006  axel@liljencrantz.se
  * Further i18n tweaks

Wed Jan  4 14:01:54 CET 2006  axel@liljencrantz.se
  * Added a few notes to INSTALL file

Wed Jan  4 14:01:24 CET 2006  axel@liljencrantz.se
  * Minor fixes to i18n

Wed Jan  4 13:51:02 CET 2006  axel@liljencrantz.se
  * Add i18n through gettext, as well as a Swedish translation

Fri Dec 30 17:29:19 CET 2005  axel@liljencrantz.se
  * Minor text formating tweaks

Fri Dec 30 17:28:35 CET 2005  axel@liljencrantz.se
  * Add completions for nice and renice commands

Fri Dec 30 13:57:05 CET 2005  axel@liljencrantz.se
  * Pressing the enter key on an empty line scrolls a line

Sun Dec 25 23:04:55 CET 2005  axel@liljencrantz.se
  tagged 1.19.0

Sun Dec 25 23:04:42 CET 2005  axel@liljencrantz.se
  * 1.19.0

Sun Dec 25 23:03:29 CET 2005  axel@liljencrantz.se
  * Only use internal wcsndup implementation of no external one exists

Sun Dec 25 23:00:44 CET 2005  axel@liljencrantz.se
  * Fisx crash buh when completing string ending in backslash

Sun Dec 25 12:59:40 CET 2005  axel@liljencrantz.se
  * Check for presense of doxygen using autoconf

Wed Dec 21 14:53:53 CET 2005  axel@liljencrantz.se
  * Check Xautority before trying to use X-based browser in help shellscript

Wed Dec 21 14:51:57 CET 2005  axel@liljencrantz.se
  * Add notice about bug when suspending builtins

Tue Dec 20 10:01:55 CET 2005  axel@liljencrantz.se
  * Add sbin directories to PATH when root

Tue Dec 20 09:58:20 CET 2005  axel@liljencrantz.se
  * Do not use GNU -r switch for sed

Tue Dec 20 09:57:46 CET 2005  axel@liljencrantz.se
  * Add missing include in builtin_help.hdr

Sun Dec 18 23:51:50 CET 2005  axel@liljencrantz.se
  * Yet another attempt to avoid gnuisms in sed/grep for ssh completions

Sat Dec 17 23:15:13 CET 2005  axel@liljencrantz.se
  * Use sed instead of grep, since grep -o isn't supported on OS X

Sat Dec 17 22:59:26 CET 2005  axel@liljencrantz.se
  * Add completions for trap and jobs

Sat Dec 17 22:32:05 CET 2005  axel@liljencrantz.se
  * Add autoconf checks for wide character string functions

Sat Dec 17 22:30:52 CET 2005  axel@liljencrantz.se
  * Add trap shellscript function

Sat Dec 17 13:27:10 CET 2005  axel@liljencrantz.se
  * Adjust fish init files to new set syntax

Sat Dec 17 13:25:46 CET 2005  axel@liljencrantz.se
  * make the functions builtin output descriptions and event handlers for functions

Sat Dec 17 02:21:30 CET 2005  axel@liljencrantz.se
  * Make the set builtin only parse switches given after non-switches

Fri Dec 16 16:51:16 CET 2005  axel@liljencrantz.se
  * Tweak a few error messages for builtin commands

Fri Dec 16 16:50:10 CET 2005  axel@liljencrantz.se
  * Make non-interactive reading more robust.

Fri Dec 16 13:54:37 CET 2005  axel@liljencrantz.se
  * Make the source builtin bail out at once if stat fails. Makes sure no illegal memory acces takes place

Thu Dec 15 18:21:22 CET 2005  James Vega <jamessan@jamessan.com>
  * builtin.c: builtin_source now checks that its argument is a file.
  
  Without this check, it would be possible to attempt to source a directory and get stuck in an infinite loop.

Thu Dec 15 14:59:02 CET 2005  axel@liljencrantz.se
  * Code cleanup

Thu Dec 15 11:19:01 CET 2005  axel@liljencrantz.se
  * Add missing -r/--replace switch to commandline builtin

Thu Dec 15 00:48:08 CET 2005  axel@liljencrantz.se
  * Add extra step in instructions on creating a builtin

Thu Dec 15 00:46:50 CET 2005  axel@liljencrantz.se
  * Add missing newline at end of yum completion file

Wed Dec 14 19:07:44 CET 2005  axel@liljencrantz.se
  * Add missing documentation file

Wed Dec 14 17:41:16 CET 2005  axel@liljencrantz.se
  * Minor documentation edits

Wed Dec 14 15:09:06 CET 2005  axel@liljencrantz.se
  * Fix Alt-p shortcut

Wed Dec 14 14:53:36 CET 2005  axel@liljencrantz.se
  * Add separator characters to make quoted variable expantion works properly

Wed Dec 14 14:46:44 CET 2005  axel@liljencrantz.se
  * Fix crash bug from calling eval builtin with no arguments

Wed Dec 14 04:39:39 CET 2005  axel@liljencrantz.se
  * Code tweaks

Wed Dec 14 02:07:12 CET 2005  axel@liljencrantz.se
  * Code tweaks

Wed Dec 14 01:34:27 CET 2005  axel@liljencrantz.se
  * Use different abbrevation for prompt_pwd

Wed Dec 14 01:33:13 CET 2005  axel@liljencrantz.se
  * Simplify pwd function

Wed Dec 14 01:06:13 CET 2005  axel@liljencrantz.se
  * Simplify greeting code

Tue Dec 13 21:11:21 CET 2005  axel@liljencrantz.se
  * More tweaks

Tue Dec 13 21:10:36 CET 2005  axel@liljencrantz.se
  * Use . as CDPATH if CDPATH is zero length

Tue Dec 13 19:32:57 CET 2005  axel@liljencrantz.se
  * Lots of fixed typos. Thanks, Harshad!

Tue Dec 13 19:28:03 CET 2005  axel@liljencrantz.se
  * Minor tweaks

Tue Dec 13 11:18:59 CET 2005  axel@liljencrantz.se
  * Autodetect common escape codes in fish_prompt output

Mon Dec 12 19:30:55 CET 2005  axel@liljencrantz.se
  * Fix infinite loop in token search

Mon Dec 12 16:51:04 CET 2005  axel@liljencrantz.se
  * Fix bug causing inconsistent state and shutdown when the begin command was used in a function definition

Mon Dec 12 16:50:01 CET 2005  axel@liljencrantz.se
  * Further tweaks to jobs builtin

Mon Dec 12 00:39:39 CET 2005  axel@liljencrantz.se
  * Minor edits

Mon Dec 12 00:30:01 CET 2005  axel@liljencrantz.se
  * Revamp the jobs builtin

Sun Dec 11 23:28:33 CET 2005  axel@liljencrantz.se
  * Use char instead of unsigned char in xdgmime files. Avoids a few warnings.

Sun Dec 11 23:27:30 CET 2005  axel@liljencrantz.se
  * Do not call fcntl before fully reading block.Escalates bug severity without any practical benefit.

Sun Dec 11 23:26:03 CET 2005  axel@liljencrantz.se
  * Make type fuction handle hidden functions

Sun Dec 11 23:21:01 CET 2005  axel@liljencrantz.se
  * Initial blocking implementation

Sun Dec 11 05:30:17 CET 2005  axel@liljencrantz.se
  * Fix crash bug in token search

Sat Dec 10 01:36:07 CET 2005  axel@liljencrantz.se
  * Remove compiler warning

Sat Dec 10 01:33:35 CET 2005  axel@liljencrantz.se
  * Make sure tokenizer never changes input string

Fri Dec  9 13:19:54 CET 2005  axel@liljencrantz.se
  * Escape the ~ character

Fri Dec  9 05:05:20 CET 2005  axel@liljencrantz.se
  tagged 1.18.1

Fri Dec  9 05:05:12 CET 2005  axel@liljencrantz.se
  * 1.18.1

Fri Dec  9 05:04:43 CET 2005  axel@liljencrantz.se
  * Add history search information to documentation

Fri Dec  9 04:50:42 CET 2005  axel@liljencrantz.se
  * Shorten ${foo} error message a bit

Fri Dec  9 04:32:25 CET 2005  axel@liljencrantz.se
  * Fix missing escapes for the [] characters

Fri Dec  9 03:56:51 CET 2005  axel@liljencrantz.se
  * Add minor missing completion for fish itself

Fri Dec  9 03:49:23 CET 2005  axel@liljencrantz.se
  * Do not fail make install on missing ChangeLog

Fri Dec  9 03:47:18 CET 2005  axel@liljencrantz.se
  * Completion prefix was missing one character

Fri Dec  9 03:41:16 CET 2005  axel@liljencrantz.se
  * Do not stop evaluation on wildcard error

Fri Dec  9 03:40:34 CET 2005  axel@liljencrantz.se
  * Fix buffer inconsistency un ^U

Wed Dec  7 17:43:57 CET 2005  axel@liljencrantz.se
  tagged 1.18.0

Wed Dec  7 17:31:22 CET 2005  axel@liljencrantz.se
  * Set version to 1.18.0

Wed Dec  7 17:29:24 CET 2005  axel@liljencrantz.se
  * Correct set help page. The handling of setting a variable to no value has changed.

Wed Dec  7 17:06:47 CET 2005  axel@liljencrantz.se
  * Improved error messages

Wed Dec  7 16:57:17 CET 2005  axel@liljencrantz.se
  * Spelling

Wed Dec  7 15:48:49 CET 2005  axel@liljencrantz.se
  * Handle setting zero length variable name

Wed Dec  7 15:43:07 CET 2005  axel@liljencrantz.se
  * Insert boundary token at quotes, makes things like $foo"bar" work right

Wed Dec  7 14:03:30 CET 2005  axel@liljencrantz.se
  * Give intelligent warning messages on zero-length variable names.

Wed Dec  7 14:02:09 CET 2005  axel@liljencrantz.se
  * Set status to 1 on parse errors

Thu Nov  3 18:03:48 CET 2005  netocrat@dodo.com.au
  * Add a distclean target to Makefile.in

Thu Nov  3 16:10:26 CET 2005  netocrat@dodo.com.au
  * Add missing files to remove for make clean

Thu Nov  3 15:35:35 CET 2005  netocrat@dodo.com.au
  * Modify fish init scripts to take account of @SYSCONFDIR@

Sun Dec  4 14:22:59 CET 2005  axel@liljencrantz.se
  * Even more documentation updates. Variable expantion and design document sections.

Sun Dec  4 14:22:18 CET 2005  axel@liljencrantz.se
  * Remove silly warnings in help script

Sun Dec  4 13:40:43 CET 2005  axel@liljencrantz.se
  * More documentation corrections and updates

Sun Dec  4 03:33:53 CET 2005  axel@liljencrantz.se
  * More documentation tweaks

Sun Dec  4 03:27:40 CET 2005  axel@liljencrantz.se
  * Updated some obsolete documentation sections, and added some general polish

Sun Dec  4 02:56:13 CET 2005  axel@liljencrantz.se
  * Fix display bug causing the wrong completion string prefix to be shown in some situations

Sun Dec  4 02:54:02 CET 2005  axel@liljencrantz.se
  * Fix bug breaking filename completions, introduced by csh wildcard syntax

Sat Dec  3 20:51:35 CET 2005  axel@liljencrantz.se
  * Remove more deprecated event hooks

Sat Dec  3 20:50:03 CET 2005  axel@liljencrantz.se
  * Update todo list to reflect recent changes

Sat Dec  3 20:48:01 CET 2005  axel@liljencrantz.se
  * No longer track changes to the ChangeLog file, since it is autogenerated

Sat Dec  3 20:46:18 CET 2005  axel@liljencrantz.se
  * Remove old event hooks, add more event handler documentation

Sat Dec  3 17:43:56 CET 2005  axel@liljencrantz.se
  * Use csh-style error rules with wildcards, i.e. if no matches are found, the command is not executed

Thu Dec  1 16:47:01 CET 2005  axel@liljencrantz.se
  tagged 1.17.0

Thu Dec  1 16:45:44 CET 2005  axel@liljencrantz.se
  * Set version to 1.17.0, disable fishd optimization patch.

Wed Nov 30 16:33:03 CET 2005  axel@liljencrantz.se
  * Fix broken recursive wildcard patch

Tue Nov 29 20:51:32 CET 2005  axel@liljencrantz.se
  * Only insert fishd barrier after non-builtin commands to increase performance

Tue Nov 29 20:50:30 CET 2005  axel@liljencrantz.se
  * Make the not builtin work with shellscript functions

Tue Nov 29 17:52:02 CET 2005  axel@liljencrantz.se
  * Change stupid call signature for tilde expand function

Tue Nov 29 15:33:52 CET 2005  axel@liljencrantz.se
  * Fix problem with recursive wildcards not working properly when postfixed with a regular string

Tue Nov 29 11:14:14 CET 2005  axel@liljencrantz.se
  * Remove accidentally included test code for recursive wildcard feature

Tue Nov 29 11:13:03 CET 2005  axel@liljencrantz.se
  * Minor cleanups

Tue Nov 29 11:12:06 CET 2005  axel@liljencrantz.se
  * Try to report IO redirection errors resulting from redirection stderr

Mon Nov 28 15:42:02 CET 2005  James Vega <jamessan@jamessan.com>
  * common.c: Include the header file for ioctl()

Mon Nov 28 00:24:09 CET 2005  axel@liljencrantz.se
  * Make sure fishd saves before exiting from signal

Mon Nov 28 00:22:08 CET 2005  axel@liljencrantz.se
  * Make sure fishd synchronization happens only when needed

Sun Nov 27 16:06:03 CET 2005  axel@liljencrantz.se
  * Use better test for presense of getopt_long function

Fri Nov 25 17:28:39 CET 2005  axel@liljencrantz.se
  * Remove config.h.in from repo, it is autogenerated by autoheader

Fri Nov 25 15:44:34 CET 2005  axel@liljencrantz.se
  * Use iswspace instead of the GNU extention iswblank

Fri Nov 25 15:44:06 CET 2005  axel@liljencrantz.se
  * Use short style switch on set_color, since long style getopt not always available

Fri Nov 25 15:18:26 CET 2005  axel@liljencrantz.se
  * Fire pending events when interrupted while reading from keyboard

Fri Nov 25 15:16:57 CET 2005  axel@liljencrantz.se
  * Remove ifdefs from function code

Thu Nov 24 12:13:21 CET 2005  Claes N[_\c3_][_\a4_]st[_\c3_][_\a9_]n <me@pekdon.net>
  * builtin ulimit checks
  Adds checks for RLIMIT_NPROC, RLIMIT_RSS and RLIMIT_MEMLOCK not available
  on all platforms.

Wed Nov 23 19:57:43 CET 2005  axel@liljencrantz.se
  * Minor code tweaks

Wed Nov 23 19:57:10 CET 2005  axel@liljencrantz.se
  * Change name of fishd log file

Wed Nov 23 16:35:03 CET 2005  horeah@gmail.com
  * Added support for recursive wildcards

Thu Nov  3 17:26:25 CET 2005  axel@liljencrantz.se
  * Make sure installation path is in PATH

Wed Nov  2 17:49:13 CET 2005  axel@liljencrantz.se
  * Change quoting rules to POSIX style

Wed Nov  2 16:51:58 CET 2005  axel@liljencrantz.se
  tagged 1.16.2

Wed Nov  2 16:41:59 CET 2005  axel@liljencrantz.se
  * Minor performance tweaks

Wed Nov  2 15:59:30 CET 2005  axel@liljencrantz.se
  * Bump to 1.16.2

Wed Nov  2 15:52:52 CET 2005  axel@liljencrantz.se
  * No special casing for installing to $HOME

Tue Nov  1 22:56:28 CET 2005  jan.fader@web.de
  * Bugfixing for the last patch

Tue Nov  1 21:52:15 CET 2005  jan.fader@web.de
  * Patch for the stupid defaults of autoconf

Thu Oct 27 17:23:32 CEST 2005  axel@liljencrantz.se
  * Fix minor bug in completions for make, which caused it to fail completing targets beginning with 't'

Thu Oct 27 17:21:48 CEST 2005  axel@liljencrantz.se
  * Fix crash bug when pasting long text

Thu Oct 27 14:20:03 CEST 2005  James Vega <jamessan@jamessan.com>
  * fish_tests.c: Include header files for missing function definitions.

Thu Oct 27 16:45:10 CEST 2005  axel@liljencrantz.se
  * Do not override users sysconfdir setting

Wed Oct 26 16:48:23 CEST 2005  axel@liljencrantz.se
  * Minor performance tweak: Do not allocate any heap memory for hash_table_t until an element is inserted. That way, hash tables that never contain any data will not cause a call to malloc()

Wed Oct 26 12:51:02 CEST 2005  axel@liljencrantz.se
  * Minor performance tweaks

Tue Oct 25 16:33:55 CEST 2005  axel@liljencrantz.se
  * Add documentation for the vared shellscript function

Tue Oct 25 15:48:51 CEST 2005  axel@liljencrantz.se
  * vared function used older uppercase names for fish colors

Tue Oct 25 15:40:43 CEST 2005  axel@liljencrantz.se
  * Predecalre variables in psub

Tue Oct 25 13:25:09 CEST 2005  axel@liljencrantz.se
  tagged 1.16.1

Tue Oct 25 13:22:47 CEST 2005  axel@liljencrantz.se
  * Use select instead of poll to avoid MacOS X bugs

Tue Oct 25 13:03:52 CEST 2005  axel@liljencrantz.se
  * Fix problem bug breaking completion in commands with multiple subshells

Tue Oct 25 11:39:45 CEST 2005  axel@liljencrantz.se
  * Make sure PATH contains vital directories during init

Mon Oct 24 19:51:08 CEST 2005  axel@liljencrantz.se
  * Make sure fish color settings are valid colors

Mon Oct 24 17:26:25 CEST 2005  axel@liljencrantz.se
  * Huge API documentation cleanup

Sun Oct 23 14:14:29 CEST 2005  axel@liljencrantz.se
  * Code cleanups and API documentation updates

Sun Oct 23 12:22:32 CEST 2005  axel@liljencrantz.se
  * Make sure USER variable is correct. Needed when using the su command.

Sat Oct 22 12:09:19 CEST 2005  axel@liljencrantz.se
  tagged 1.16.0

Sat Oct 22 12:06:05 CEST 2005  axel@liljencrantz.se
  * Fix broken umask, add completions, documentation cleanups, etc

Fri Oct 21 14:39:45 CEST 2005  axel@liljencrantz.se
  * Documentation and completion updates

Fri Oct 21 13:59:45 CEST 2005  axel@liljencrantz.se
  * Code cleanups and API documentation updates

Fri Oct 21 01:56:51 CEST 2005  axel@liljencrantz.se
  * Improve error message on bad IO redirection

Thu Oct 20 14:06:10 CEST 2005  axel@liljencrantz.se
  * Minor edits

Thu Oct 20 13:34:47 CEST 2005  axel@liljencrantz.se
  * Bump version number to 1.16.0

Thu Oct 20 13:30:01 CEST 2005  axel@liljencrantz.se
  * Fix broken debug in non-interactive mode

Thu Oct 20 13:27:54 CEST 2005  axel@liljencrantz.se
  * Use private use area for internal non-unicode characters

Wed Oct 19 14:07:44 CEST 2005  axel@liljencrantz.se
  * Do not break stdin when reading a script

Mon Oct 17 16:30:50 CEST 2005  axel@liljencrantz.se
  * Add documentation for umask

Mon Oct 17 16:15:58 CEST 2005  axel@liljencrantz.se
  * Use named pipe for process substitution

Mon Oct 17 15:36:57 CEST 2005  axel@liljencrantz.se
  * Do not use RLIMIT_AS on systems that don't have it, like NetBSD

Mon Oct 17 15:27:46 CEST 2005  axel@liljencrantz.se
  * Minor completion updates for umount

Mon Oct 17 15:24:12 CEST 2005  axel@liljencrantz.se
  * Initial imlementation of uname shellscript function

Sun Oct 16 13:37:49 CEST 2005  axel@liljencrantz.se
  * Update __fish_contains_opt to new scoping rules

Sat Oct 15 19:09:14 CEST 2005  axel@liljencrantz.se
  * Tweaks for ls ad Valgrind completions

Sat Oct 15 16:32:20 CEST 2005  axel@liljencrantz.se
  * Add completions for umount

Sat Oct 15 13:11:39 CEST 2005  axel@liljencrantz.se
  * Add missing documentation file for ulimit

Sat Oct 15 12:12:45 CEST 2005  axel@liljencrantz.se
  * Documentation updates

Sat Oct 15 12:12:19 CEST 2005  axel@liljencrantz.se
  * Use N>| instead of N| for generic pipe redirection

Sat Oct 15 02:51:26 CEST 2005  axel@liljencrantz.se
  * Add support for specifying event handler for calling job in command supstitution. Add psub shellscript function for process substitution

Sat Oct 15 00:33:01 CEST 2005  axel@liljencrantz.se
  * Implement the ulimit builtin

Fri Oct 14 13:40:33 CEST 2005  axel@liljencrantz.se
  * Increase fish robustness by improving signal handling when forking jobs and minor signal handling improvements

Thu Oct 13 16:11:29 CEST 2005  axel@liljencrantz.se
  * Fix event notification bug that caused read errors

Thu Oct 13 16:08:33 CEST 2005  axel@liljencrantz.se
  * Optimize interactive input reader by allowing multiple input characters between redraws

Wed Oct 12 13:23:42 CEST 2005  axel@liljencrantz.se
  * Escape % sign in escape function

Wed Oct 12 12:45:10 CEST 2005  axel@liljencrantz.se
  * Add more mappings for Alt-arrowkyes

Wed Oct 12 12:44:37 CEST 2005  axel@liljencrantz.se
  * Twek messages in fish_test

Wed Oct 12 12:39:52 CEST 2005  axel@liljencrantz.se
  * Fix issue if fallback implementation of *wprintf functions causing some wide characters to fail printing

Wed Oct 12 12:36:38 CEST 2005  axel@liljencrantz.se
  * Try to dup stderr if fopen(ttyname) fails on init (Needed when using su)

Wed Oct 12 12:34:21 CEST 2005  axel@liljencrantz.se
  * Do automatic line breaking in debug

Wed Oct 12 09:06:08 CEST 2005  axel@liljencrantz.se
  * Various fixes for *wprintf replacements used in NetBSD

Wed Oct 12 09:03:51 CEST 2005  axel@liljencrantz.se
  * Check that there are a sufficient number of arguments for fish_pager

Tue Oct 11 21:48:31 CEST 2005  axel@liljencrantz.se
  * Fix invalid free causing hangup and crash in completion code

Tue Oct 11 21:31:16 CEST 2005  axel@liljencrantz.se
  * Stop using anonymous unions

Tue Oct 11 21:23:43 CEST 2005  axel@liljencrantz.se
  * Event handling and job reaping updates

Mon Oct 10 18:12:55 CEST 2005  axel@liljencrantz.se
  * Multiple portability fixes

Sun Oct  9 14:44:31 CEST 2005  axel@liljencrantz.se
  * Spelling fix

Sun Oct  9 13:53:09 CEST 2005  axel@liljencrantz.se
  * Remove finsihed jobs after events

Sun Oct  9 13:48:16 CEST 2005  axel@liljencrantz.se
  * API documentation updates

Sat Oct  8 13:20:51 CEST 2005  axel@liljencrantz.se
  * Move io redirection functions to their own library

Sat Oct  8 11:33:10 CEST 2005  axel@liljencrantz.se
  * Spelling fixes

Sat Oct  8 04:27:06 CEST 2005  axel@liljencrantz.se
  * Minor fixes

Sat Oct  8 04:03:30 CEST 2005  axel@liljencrantz.se
  * Don't allocate new buffers for tokenizer. Performance increase

Sat Oct  8 04:02:30 CEST 2005  axel@liljencrantz.se
  * Call job removal more often in non-interactive mode, increases performance when parsing long files

Sat Oct  8 04:00:08 CEST 2005  axel@liljencrantz.se
  * Minor edits

Sat Oct  8 02:23:49 CEST 2005  axel@liljencrantz.se
  * Improve error message on missing 'end'

Sat Oct  8 02:23:08 CEST 2005  axel@liljencrantz.se
  * Fix bug that broke pipe redirection

Fri Oct  7 23:30:08 CEST 2005  axel@liljencrantz.se
  * Allow redirection to filedescriptors with higher number than 9

Fri Oct  7 23:28:44 CEST 2005  axel@liljencrantz.se
  * Allow explicitly local variable that die at EOF when sourcing files

Fri Oct  7 16:36:31 CEST 2005  axel@liljencrantz.se
  * Meta-p shortcut for piping output through pager

Fri Oct  7 16:08:57 CEST 2005  axel@liljencrantz.se
  * Add support for piping using other file descriptor than fd 1

Fri Oct  7 12:36:51 CEST 2005  axel@liljencrantz.se
  * API cleanup

Fri Oct  7 11:59:38 CEST 2005  axel@liljencrantz.se
  * Test for presens of rt and socket libraries

Fri Oct  7 11:17:59 CEST 2005  axel@liljencrantz.se
  * Minor edits

Fri Oct  7 11:17:16 CEST 2005  axel@liljencrantz.se
  * Use setsid to daemonize fishd

Thu Oct  6 22:53:36 CEST 2005  axel@liljencrantz.se
  * Minor bugfixes for Solaris

Thu Oct  6 13:54:16 CEST 2005  axel@liljencrantz.se
  * Various updates to signal event handling

Thu Oct  6 12:39:01 CEST 2005  axel@liljencrantz.se
  * Switch from setpgrp to setpgid for platform independence

Thu Oct  6 12:30:52 CEST 2005  axel@liljencrantz.se
  * Updates to string formating functions

Thu Oct  6 09:30:50 CEST 2005  axel@liljencrantz.se
  * Add additional event-handling files

Thu Oct  6 00:37:08 CEST 2005  axel@liljencrantz.se
  * Initial update for new event subsystem

Wed Oct  5 12:02:10 CEST 2005  axel@liljencrantz.se
  * Make sure WCHAR_MAX is #defined

Wed Oct  5 12:00:14 CEST 2005  axel@liljencrantz.se
  * Rename preprocessor symbols to avoid nameclash with ncurses

Wed Oct  5 11:58:00 CEST 2005  axel@liljencrantz.se
  * Proper order for #includes

Tue Oct  4 16:47:45 CEST 2005  James Vega <jamessan@jamessan.com>
  * Change WCHAR_END to use WCHAR_MAX instead of hard-coding a value.

Tue Oct  4 16:47:09 CEST 2005  James Vega <jamessan@jamessan.com>
  * Add a missing function prototype.

Tue Oct  4 17:11:39 CEST 2005  James Vega <jamessan@jamessan.com>
  * Add header guards to the header files.

Tue Oct  4 15:53:21 CEST 2005  axel@liljencrantz.se
  * Update to array_list heap patch

Tue Oct  4 15:43:26 CEST 2005  axel@liljencrantz.se
  * Add shortcut function for creating an array_list_t on the heap

Tue Oct  4 11:50:13 CEST 2005  axel@liljencrantz.se
  * Clarifications for Changelog

Tue Oct  4 00:37:04 CEST 2005  axel@liljencrantz.se
  * Set version to 1.15.0

Tue Oct  4 00:36:54 CEST 2005  axel@liljencrantz.se
  * Changelog update

Sat Oct  1 21:18:52 CEST 2005  netocrat@dodo.com.au
  * Correct NFS-safe locking for per-hostname uniqueness (and misc fixes)
  The temporary linked-to file now uses the hostname or a (reasonably) random string of digits so that the filename is truly unique when multiple NFS clients are accessing the same directory.  Other fixes: 3.1 corrected to 0.31 (was allocating x10 too many characters); units of LOCKPOLLINTERVAL recommented to specify milliseconds; added debug()s; reworded misc comments for clarity/accuracy.

Mon Oct  3 17:26:39 CEST 2005  axel@liljencrantz.se
  * Use internal implementation for wcsncasecmp

Mon Oct  3 15:58:48 CEST 2005  axel@liljencrantz.se
  * Drop various debug messages

Mon Oct  3 15:24:46 CEST 2005  axel@liljencrantz.se
  * Code cleanup and a few source code comments

Mon Oct  3 15:09:37 CEST 2005  axel@liljencrantz.se
  * Make sure all internal file descriptors are closed when spawning children

Sun Oct  2 16:08:30 CEST 2005  axel@liljencrantz.se
  * Minor documentation updates

Sun Oct  2 15:44:06 CEST 2005  axel@liljencrantz.se
  * Fix broken regression test (irony?)

Sun Oct  2 15:40:46 CEST 2005  axel@liljencrantz.se
  * Support symbolic keybindings

Sat Oct  1 11:57:09 CEST 2005  axel@liljencrantz.se
  * Use debug function instead of fwprintf

Fri Sep 30 21:50:21 CEST 2005  netocrat@dodo.com.au
  * Amended critical section locking to be NFS-safe

Fri Sep 30 20:28:26 CEST 2005  axel@liljencrantz.se
  * Cast null pointers to (void *) in vararg functions

Wed Sep 28 03:43:09 CEST 2005  netocrat@dodo.com.au
  * Critical section locking for fishd

Wed Sep 28 23:02:24 CEST 2005  axel@liljencrantz.se
  * Add missing include for intern.c

Tue Sep 27 19:40:25 CEST 2005  axel@liljencrantz.se
  * Minor fix in testsuite

Tue Sep 27 19:31:07 CEST 2005  axel@liljencrantz.se
  * Minor tweak in buildscript

Tue Sep 27 10:35:54 CEST 2005  axel@liljencrantz.se
  * Update testsuite to reflect new variable scoping rules

Tue Sep 27 10:35:07 CEST 2005  axel@liljencrantz.se
  * Silence universal variable server error reporting

Mon Sep 26 16:58:35 CEST 2005  axel@liljencrantz.se
  * For-loop variable must have explicitly local scope

Mon Sep 26 16:54:26 CEST 2005  axel@liljencrantz.se
  * Default scope for variables is innermost function block

Mon Sep 26 16:47:03 CEST 2005  axel@liljencrantz.se
  * Add support for zero element arrays

Mon Sep 26 16:11:36 CEST 2005  axel@liljencrantz.se
  * Fix regression bug in regression test suite

Mon Sep 26 14:33:06 CEST 2005  axel@liljencrantz.se
  * Change configuration file names if installing in $HOME

Mon Sep 26 04:01:57 CEST 2005  axel@liljencrantz.se
  * Update documentation on keybindings

Mon Sep 26 00:41:26 CEST 2005  axel@liljencrantz.se
  * Remove non-unicode quotes, replace with bold

Mon Sep 26 00:39:48 CEST 2005  axel@liljencrantz.se
  * Support for numeric backslash escapes

Sun Sep 25 13:32:13 CEST 2005  axel@liljencrantz.se
  * Set locale in key_reader correctly

Sun Sep 25 13:31:34 CEST 2005  axel@liljencrantz.se
  * Release 1.14.0

Sun Sep 25 13:25:42 CEST 2005  axel@liljencrantz.se
  * No semicolon required after else/begin

Sat Sep 24 21:55:58 CEST 2005  axel@liljencrantz.se
  * Fix compiler warnings

Sat Sep 24 21:52:42 CEST 2005  axel@liljencrantz.se
  * Fix crash bug when user presses ^C

Sat Sep 24 21:35:08 CEST 2005  axel@liljencrantz.se
  * Fix minor memory leak in process expantion

Sat Sep 24 21:32:27 CEST 2005  axel@liljencrantz.se
  * Updated completions for modprobe and set_color

Sat Sep 24 21:31:17 CEST 2005  axel@liljencrantz.se
  * Fix minor bugs in parser

Sat Sep 24 19:15:12 CEST 2005  axel@liljencrantz.se
  * Completion updates

Sat Sep 24 18:31:22 CEST 2005  axel@liljencrantz.se
  * Escape from token search and help updates

Sat Sep 24 04:12:56 CEST 2005  axel@liljencrantz.se
  * Minor edits

Sat Sep 24 04:11:57 CEST 2005  axel@liljencrantz.se
  * Silence error messages from cut

Sat Sep 24 03:31:57 CEST 2005  axel@liljencrantz.se
  * Minor documentation update

Sat Sep 24 03:30:16 CEST 2005  axel@liljencrantz.se
  * Update for type function

Sat Sep 24 03:28:34 CEST 2005  axel@liljencrantz.se
  * Add support for bold mode to set_color command

Sat Sep 24 01:32:02 CEST 2005  axel@liljencrantz.se
  * Darcs completion updates

Sat Sep 24 01:15:38 CEST 2005  axel@liljencrantz.se
  * Fix for broken variable export

Fri Sep 23 16:56:46 CEST 2005  axel@liljencrantz.se
  * Tex completions

Fri Sep 23 16:44:45 CEST 2005  axel@liljencrantz.se
  * Documentation updates

Fri Sep 23 16:33:16 CEST 2005  axel@liljencrantz.se
  * Minor documentation updates

Fri Sep 23 15:10:31 CEST 2005  axel@liljencrantz.se
  * Fix for various redirection problems

Thu Sep 22 22:16:52 CEST 2005  axel@liljencrantz.se
  * Exportable universal variables

Thu Sep 22 12:11:01 CEST 2005  axel@liljencrantz.se
  * keybinding cleanups

Wed Sep 21 02:00:39 CEST 2005  axel@liljencrantz.se
  * Add darcs completions

Wed Sep 21 01:57:18 CEST 2005  axel@liljencrantz.se
  * Minor tweaks

Wed Sep 21 01:42:00 CEST 2005  axel@liljencrantz.se
  * Key binding functions

Wed Sep 21 00:46:40 CEST 2005  axel@liljencrantz.se
  * Fix broken sort on printing of variable names in set builtin

Tue Sep 20 23:42:20 CEST 2005  axel@liljencrantz.se
  * Minor documentation updates

Tue Sep 20 16:51:00 CEST 2005  axel@liljencrantz.se
  * Don't leak file descriptors when showing completion pager

Tue Sep 20 16:11:05 CEST 2005  axel@liljencrantz.se
  * Minor documentation updates

Tue Sep 20 15:31:55 CEST 2005  axel@liljencrantz.se
  * Add subdirectories

Tue Sep 20 15:26:39 CEST 2005  axel@liljencrantz.se
  * Initial revision

2005-10-03 Netocrat <netocrat@dodo.com.au>

	* fishd.c, common.c: Make lock-file name include hostname for increased protection on shared NFS /tmp.
	
	
2005-10-02  Axel Liljencrantz  <axel@liljencrantz.se>

	* input.c: Add support for symbolic key sequence definitions, i.e. 'Control-a'

2005-10-01 Netocrat <netocrat@dodo.com.au>

	* fishd.c, common.c: Add locking support to make sure only one version of fishd is running
	
	
2005-09-26  Axel Liljencrantz  <axel@liljencrantz.se>

	* configure.ac, init/fish.in, main.c: Make ~/etc/fish the system configuration file on installations under ~

	* env.c, builtin_set.c (env_exist, env_get, env_set, builtin_set): Add support for zero element arrays

	* env.c (env_set): Default scope for variables is innermost function block

	* builtin.c (builtin_for): For-loop variable must have explicitly local scope

	
2005-09-25  Axel Liljencrantz  <axel@liljencrantz.se>

	* parser.c: (parse_job, parser_skip_arguemnts, paresr_Test): No semicolon required after else and begin

	* input_common.c (readb): Fix sign error

	* input.c (input_expand_sequence): Add support for numeric backslash escapes in keybinding definitions
	
	
2005-09-24  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.14.0
	
	* reader.c (reader_readline): Quit token search on escape

	* parser.c (pares_job_main_loop): Make command substitutions for the case command expand properly

	* parser.c (pares_job_main_loop): Fix memory leak on parse error in pipeline

	* common.h, common.c: Make DEBUG_LEVEL constant into debug_level runtime configurable variable

	* proc.h (handle_child_status): Fix crash bug when user presses ^C
	
2005-09-23  Axel Liljencrantz  <axel@liljencrantz.se>
	
	* reader.c (set_signal_handlers): Ignore SIG_PIPE, generated by fishd socket

	* exec.c (exec_read_io_buffer): Do not block, since SIG_PIPE seems to mess up EOF status on pipes

	* init/fish_function.fish (type): Minor improvements to the type function
	
2005-09-22  Axel Liljencrantz  <axel@liljencrantz.se>

	* env_universal.c, env_universal_common.c, env.c, fishd.c, builtin_set.c, exec.c, init/fish_interactive.fish: Exportable universal variables


2005-09-20  Axel Liljencrantz  <axel@liljencrantz.se>

	* exec.c, reader.c (exec_read_io_buffer, run_pager): Don't leak file descriptors when showing completion pager

	* builtin_set.c (print_variables): Fix broken sort of variable names on print

	* builtin.c, function.c, function.h: Add support for --key-binding flag on function definitions

	* init/fish_input, init/fish_function, input.c: Switch over to using keybinding-functions for keybindings
	
2005-09-19  Axel Liljencrantz  <axel@liljencrantz.se>

	* env_universal.c, env_universal_common.c (barrier, callback, create_message, parse_message): Add support for blocking a client until all current messages from the client and corresponding replies  have been transmitted.

	* env_universal.c (env_universal_read_all): Avoid recursive get_socket issues

	* fish_pager.c (main, init, destroy): Return unused keypresses on pager exit
	* reader.c (run_pager): Return unused keypresses on pager exit

	* fish_pager.c (completion_try_print, main): Use alternate screen for interactive pager when available. 

	* reader.c (reader_readline): Quit searching on escape


2005-09-17  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/fish.in: Revert DISPLAY to non-array

	* doc_src/doc.hdr: Documentation cleanup


2005-09-16  Axel Liljencrantz  <axel@liljencrantz.se>

	* builtin.c (builtin_status): Added the status builtin, for checking the fishprogram status

	* doc_src/doc.hdr, init/fish, init/fish_function.fish, init/fish_complete.fish, init/fish_interactive.fish: Switch nomencalature: from subshell to command substitution

	* doc_src/doc.hdr: Update documentation on variables
	* doc_src/doc.hdr: Update documentation on commands and builtins
	* doc_src/doc.hdr: Update documentation on completions

	* init/fish_function.fish: help command now shows help for non-builtin commands	
	* init/fish_function.fish: help command now searches man-pages

	* env_universal.c, env_universal_common.c, fishd.c, env.c, builtin_set.c: Add support for universal variables

	* env.c: Setting a local variable does not erase a global variable with the same name


2005-09-13  Axel Liljencrantz  <axel@liljencrantz.se>

	* exec.c (handle_new_child): Only call tcsetpgrp after creating new group

	* exec.c, proc.c (setup_child_process, internal_exec_helper, handle_new_child, job_continue): Do not put block commands into their own groups


2005-09-06  Axel Liljencrantz  <axel@liljencrantz.se>

	* expand.c (tilde_expand): ~ should expand to $HOME, not getpwuid(getuid())->pw_dir

2005-09-05  Axel Liljencrantz  <axel@liljencrantz.se>

	* parser.c, builtin.c, Makefile.in (parse_job, builtin_not, builtin_run, builtin_get_desc): Add new 'not' builtin to negate commands

	* parser.c, builtin.c, Makefile.in (parse_job, builtin_begin, builtin_run, builtin_get_desc): Add new 'begin' builtin to create unconditional block


2005-09-01  Axel Liljencrantz  <axel@liljencrantz.se>

	* complete.c (complete_load): Reload completions from file if completion file changes

	* init/fish_functions: Added a 'type' shellscript function, with the same functionality as the bash builtin with the same name, and additional support for gnu style long options


2005-08-31  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/completions/modprobe.fish: Add completions for modprobe command
	* init/completions/service.fish: Add completions for service command
	* init/completions/man.fish: Manual page completion now honors section specification
	
	* builtin.c, exec.c, proc.c (builtin_run, exec, job_continue): Builtins now follow the same rules w.r.t. setting the status variable as all other commands

	
2005-09-12  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.13.4
	
	* common.c (block, unblock, fgetws2): Smart blocking support to avoid excessive calls to signal blocking functions

	* complete.c (complete): Fix infinite loop when completing string 'command '
	

2005-09-07  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.13.3
	
	* init/fish.in, init/fish_function.fish: Actually apply Netocrats patch, and not a broken patch causing random error messages

2005-09-06  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.13.2

2005-09-05  Axel Liljencrantz  <axel@liljencrantz.se>

	* builtin.c (builtin_source): Fix crash when sourcing non-existant file

	* init/fish.in: Only call unicode_start if in unicode locale
	
2005-09-05  Netocrat <netocrat@dodo.com.au>

	* init/fish.in: Only set LANG in login shells
	* init/fish_function (prompt_pwd): Don't use ellipsis character when not in unicode mode
	
2005-08-28  James Vega <jamessan@jamessan.com>

	* function.c: Add missing #include "intern.h"

	* env.c (env_set): GCC 4.0 workaround
	
2005-08-31  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/completions/function.fish: Some completions for function accidentally targeted the functions builtin. (Note the extra 's')
	
2005-08-31  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.13.1

2005-08-31  Netocrat <netocrat@dodo.com.au>

	* reader.c (write_prompt): Fix prompt flickering issue

2005-08-31  Axel Liljencrantz  <axel@liljencrantz.se>

	* exec.c (internal_exec_helper): Function blocks should not be marked as subshells
	* exec.c (setup_child_process): Unblock childs signal handlers, fixes script bug

2005-08-28  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.13.0

2005-08-26  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/fish_inputrc: Remove the lame replace-commandline feature

	* init/fish_inputrc: Remove the lame explain feature
	
	
2005-08-25  Axel Liljencrantz  <axel@liljencrantz.se>

	* proc.c (job_do_notifications): Do not notify user about status changed in subshell jobs

	* init/completions/rpm.fish: Added package completion functionality

	* init/completions/yum.fish: Added completions for yum command


2005-08-24  Horea Haitonic <horeah@gmail.com>

	* init/completions/diff.fish: Updated completions for diff command
	
	
2005-08-24  Axel Liljencrantz  <axel@liljencrantz.se>

	* util.c (sb_printf): Added sb_printf function for formated output into string buffer
	* util.c (sb_append_in, sb_append_float): Dropped various stringbuffer functions in favour of sb_printf

	* common.c (debug): Added function for making debugging messages

	* builtin.c, exec.c, parser.c: Error reporting cleanups

	* reader.c (reader_write_title): Make console detection slightly less lame


2005-08-22  Axel Liljencrantz  <axel@liljencrantz.se>

	* parser.c (parse_job): Make implicit cd use wrapper function around cd if available

	* parser.c (parser_push_block): Fixed bug causing some global variables to be invisible inside functions

	* env.c (env_push_block, env_pop_block, env_set, local_Scope_exports): Keep track of exported variables in scope to decrease amount of times we have to reexport variable values

	* init/fish.in: Make sure the installation directory is added to the PATH variable, fixes issues where fish won't find it's various subcommands when installed in uncommon locations

2005-08-22  Horea Haitonic <horeah@gmail.com>

	* builtin.c (builtin_cd): Remove support for 'cd -' from cd builtin

	* init/fish_function.fish(cd): Add support for 'cd -' to cd shellfunction wrapper
	* init/fish_function.fish(cd): Add support for directory history
	* init/fish_function.fish(pushd,popd): Add support for directory stack

	
2005-08-20  Axel Liljencrantz  <axel@liljencrantz.se>

	* proc.c, reader.c (job_continue,set_signal_handlers): Make non-interactive mode use signals for handling children
	* proc.c (job_continue): Use waitpid when there are no IO_BUFFER redirections
	
2005-08-19  Axel Liljencrantz  <axel@liljencrantz.se>

	* exec.c (exec, launch_process, handle_child_process, setup_child_process): Clean up exec.c, add buffering for functions and blocks.
	* parser.c (parser_push_block): Fix bug causing while loops in functions to be evaluated when the function was defined

	* reader.c (handle_winch, check_winch): window size environment variables where erroneously set by signal handlers, causing potential crash.

	* init/fish (contains): Made 'contains' much, much faster

	* exec.c (exec): Fix bug causing exec builtin to crash the shell

	
2005-08-18  Axel Liljencrantz  <axel@liljencrantz.se>

	* wildcard.c (get_desc): Re-add stat-call to command completion, but make sure only files that match the completion are stated.

	* proc.c (io_add): io_add can now add together two chains of io redirections, which is needed when merging block-level and job-level redirections. Lack of this functionality caused a bug when doing complex io redirections.

		
2005-08-18  Jan Fader  <jan.fader@web.de>

       * INSTALL: Changed the Chapter over "Local Install Procedure"

       * configure.ac: Fixed not working installation to $HOME

       * Makefile.in: Make echo at the end of the install target not verbose


2005-08-16  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/completions/apropos.fish: Improve completions for aprops

	* parser.c: Added profiling support. Set the PROFILE macro in parser.c to non-zero to enable.
	
2005-08-15  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/completions/wget.fish: Add completions for wget command

	* exec.c (exec_subshell): Remove null entries caused by invalid unicode
	
2005-08-14  Axel Liljencrantz  <axel@liljencrantz.se>

	* builtin_set.c (builtin_set): Fixed bug causing bug when changing variable scope without changing value

	* exec.c, proc.c, parser.c: Added support for piping output of blocks
	
2005-08-12  Axel Liljencrantz  <axel@liljencrantz.se>

	* complete.c (complete_cmd_desc): New implementation of command description lookup, much faster!

	* wildcard.c (get_desc): Avoid calling stat during command completion for performance reasons. Command filesizes are no longer printed.
	
	* wutil.c (wgetcwd, wchdir): Add more wrapper functions
	* builtin.c (builtin_cd): Use new wrappers in wutil

	* wutil.c (wutil_wcs2str): Make convertions use internal buffer for better performance

	* complete.c (complete_load): Add support for dynamic completion loading
	* Makefile.in: Add build support for dynamic completion loading
	* init/fish_complete: Split into multiple dynamically loaded parts
	* builtin.c (builtin_complete): Add -y switch for requesting the loading of completions for a command
	
	* env.c: Decrease the amount of exported environment variable recalculations

	* reader.c, builtin.c (do_exit, builtin_exit): Fixed bug causing fish_on_exit function not to be evaluated in very rare cases
	
2005-08-11  Axel Liljencrantz  <axel@liljencrantz.se>

	* builtin_commandline.c (builtin_commandline): Split of to separate file
	* builtin_commandline.c (builtin_commandline): Make the switches more logical and orthogonal

	* builtin_commandline.c (builtin_commandline): Split of duplicate code to separate functions

	* reader.c (reader_current_token_extent): Fix bug when a short string token follows a pipe or semicolon causing incorrect token identification

	* reader.c (reader_current_job_extent, reader_current_process_extent): Add new extent computation commands
	
	
2005-08-09  Axel Liljencrantz  <axel@liljencrantz.se>

	* builtin.c (builtin_commandline): Add support for inserting readline functions from a command

	* init/fish_inputrc: Change default behaviour of \C-d to __fish_delete_or_exit

	* expand.c (expand_backslash): Add support for C-style  character escapes for unicode, as well as octal and hexadecimal ascii, i.e. \uxxxx, \Uxxxxxxxx, \xxx and \oooo.

	* init/fish_complete.fish: Added skin-specific completions for Valgrind

	* complete.c (complete_param): Fixed bug causing some completions to be omitted

	* init/fish_complete.fish: Added completions for the commandline builtin

2005-08-09  Horea Haitonic <horeah@gmail.com>

	* builtin_set.c (update_values): Improve behavior in assigning array-slices with improper number of arguments

	
2005-08-08  Axel Liljencrantz  <axel@liljencrantz.se>

	* exec.c (launch_process): Fix bug on redirection to self, i.e. >&1.

	* env.c (env_set): Fix scoping misfeature causing improper scoping for exported variables

	* env.c (env_set): Make it possible to explicitly unexport variables
	* builtin_set.c (builtin_set): Add unexport switch to set builtin

	* main.c (main): Fix broken login shell detection

	
2005-08-08  Horea Haitonic <horeah@gmail.com>
	
	* builtin_set.c: Completely new implementation of the 'set' builtin, supporting erasing sets of array elements.


2005-08-05  Axel Liljencrantz  <axel@liljencrantz.se>

	* intern.c (intern, intern_free_all): Add string pooling library, decreases memory usage by ~40kB

	* exec.c proc.c (exec_subshell, ss_create, ss_wait, ss_clear, read_subshell): Remove old (forking) subshell implementation

	* exec.c (exec): Make sure builtins don't fork when buffering output (slight performance increase, larger when using Valgrind)

	* init/fish_complete.fish (__fish_complete_cd): Make sure we don't actually change the directory

	* builtin.c (builtin_cd): Make sure OLDPWD is not changed when using cd in subshells

	* builtin.c (builtin_read): Fixed bug causing random breakage

	
2005-08-04  Axel Liljencrantz  <axel@liljencrantz.se>

	* complete.c (complete_add, complete_param): Add support for conditional command completions

	* builtin.c (builtin_complete): Add switches to the complete builtin to support conditional command completion

	* util.c (al_set): Make sure unused array_list_t elements are zeroed


2005-08-04  Horea Haitonic <horeah@gmail.com>
	
	* util.c (al_push): Set new list size on resize


2005-07-30  Axel Liljencrantz  <axel@liljencrantz.se>

	* exec.c, proc.c (exec_subshell): Execute subshells in main process
	
	
2005-07-28  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.12.1
	
	* expand.c (expand_file_completion): Removed unneeded function, the program should call expand_string directly
	* expand.c (expand_string): Remove unneeded wrapper, expand_string is now the main function

	* complete.c (complete_param_expand): Renamed complete_param_file to complete_param_expand, since it does completions for more than just filenames

	* complete.c (complete): Make sure process completion is always performed
	
	
2005-07-27  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/fish_complete.fish: A common group completion function, used by chgrp and a few others
	* init/fish_complete.fish: Tweak kill completion to work on non-Debian systems
	
2005-07-26 Horea Haitonic <horeah@gmail.com>

	* init/fish_complete.fish: Add completions for kill, zip and diff commands.
	* init/fish_complete.fish: A common process completion function, used by ps and top
	
2005-07-17  James Vega <jamessan@jamessan.com>

	* doc_src/set_color.c, doc_src/tokenize.c, doc_src/mimedb.c: Add missing #includes
	
2005-07-17  Axel Liljencrantz  <axel@liljencrantz.se>

	* parser.c (parser_is_block, parser_is_subcommand, parsert_is_reserved): Changed name of functions parser_block_add, parser_subcommand and parser_reserved

	* tokenizer.c, tokenizer.h (tok_init, tok_next): Changed return type to void

	* doc_src/complete.txt: Added documentation for dynamic completion descriptions

	* parser.c (parse_job, eval_job, eval, parse_job_main_loop): Remove unused tokenizer stacking support

	* reader.c: Code cleanup, API documentation additions.
	
2005-07-16  Axel Liljencrantz  <axel@liljencrantz.se>

	* fish_tests.c: Add Library test functions

	* configure.ac: Handle installation to subdirectories of $HOME properly

	* tokenizer.c (tok_init): Add checks for invalid input 
	
	* parser.c (parser_test): Add checks for invalid input 

2005-07-15  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.12.0
	
2005-07-15 Horea Haitonic <horeah@gmail.com>

	* init/fish_complete.fish: Updated make completions to make them more robust

2005-07-14  Axel Liljencrantz  <axel@liljencrantz.se>

	* complete.c (complete_init, complete_destroy): Remove table with descriptions for executables

	* complete.c (complete): Fixed bug where fish failed to find the command to complete

	* complete.c (complete_add): Fixed missing initialization	

	* env.c (env_init): Removed remnant of $random variable

	* init/fish_complete.fish: Fixed a few typos, misspelled words, etc
	* init/fish_complete.fish: Make sure -x flag is set properly 
	* init/fish_complete.fish(__fish_print_users): Added generic username completion
	
	* reader.c (completion_print): Fixed width miscalculation bug in completion listing code
	
2005-07-13  Axel Liljencrantz  <axel@liljencrantz.se>

	* common.c (str2wcs): Make the maximum error report count runtime configurable
	* complete.c (complete): Do not report string convertion errors in completion mode

	* builtin.c, builtin.h, exec.c (builtin_exec, builtin_run): Renamed builtin_exec to builtin_run to avoid nameclash when adding the builtin 'exec'
	* builtin.c, parser.c, exec.c (builtin_exec, builtin_run, exec, parse_job): Add builtin 'exec'

2005-07-08  James Vega <jamessan@jamessan.com>

	* reader.c (reader_sanity_check): Remove useless sanity checks
	
2005-07-08  Axel Liljencrantz  <axel@liljencrantz.se>

	* autoconf.ac: Fixed docdir bug

	* init/fish_funcion.fish (help): Fixed bug causing fish not to show right section for builtins
	
2005-07-07  Axel Liljencrantz  <axel@liljencrantz.se>

	* wildcard.c(wildcard_expand): File completion now includes file size
	
	* init/fish_complete.fish: Tweaked completions

2005-07-07  Yongjian Xu <i3dmaster@gmail.com>

	* init/fish_complete.fish: Added loads of new completions

2005-07-05  Axel Liljencrantz  <axel@liljencrantz.se>

	* parser.c (parser_reserved): Added reserved words 'end', 'else', 'case', 'builtin' and 'command'
	
2005-07-04  Axel Liljencrantz  <axel@liljencrantz.se>

	* builtin.c (builtin_commandline): Add token handling functionality to commandline builtin
	* parser.c, complete.c (parser_check_command, complete): Remove token handling functionality through environment variables - replaced by commandline builtin

	* init/fish_functions.fish (contains,_contains_help): Added a contains function, for checking if a key is in a set
	
2005-07-01  Axel Liljencrantz  <axel@liljencrantz.se>

	* reader.c (reader_current_token_extent, reader_current_subshell_extent): Factor out token handling code
	
	* reader.c (reader_readline, handle_token_history): Add token search functionality

2005-06-27  James Vega <jamessan@jamessan.com>

	* input.c (add_emacs_bindings): Fix spelling error causing broken keybindings
	
2005-06-27  Axel Liljencrantz  <axel@liljencrantz.se>

	* complete.c (complete_add,complete_parm): Add support for old and gnu style long option completion for the same command

	* gen_hdr2.c (main): Added missing return statement

	
2005-06-24  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/fish_complete.fish (__fish_complete_suffix): Add general purpose file completion function
	* init/fish_complete.fish (__fish_complete_directory): Add general purpose directory completion function
	* init/fish_complete.fish (__fish_rpm_complete): Add rpm completions
	* init/fish_complete.fish (__fish_cd_complete): Make cd completion it's own function 

	* function.c (function_get_names,get_names_internal): Add support for hidden functions
	* builtin.c (builtin_function,builtin_functions): Add support for hidden functions
	* complete.c (complete_cmd): Add support for hidden functions

	* init/fish_complete.fish: Update completions for set_color
	
2005-06-19  Axel Liljencrantz  <axel@liljencrantz.se>

	* input.c(input_init,add_emacs_bindings,add_common_bindings,add_vi_bindings): Add initial vi-mode implementation

2005-06-17  James Vega <jamessan@jamessan.com>

	* Makefile.in: Add -fno-strict-aliasing compiler flag

2005-06-16  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.11.1!

	* doc_src/doc.hdr: Small documentation tweak to work around a bug in Doxygen 1.4.3
	
	* env.c (env_init): Make HOME variable writeable by root
	
	* reader.c, configure.ac (writembs): Ugly kludge to make powerpc work
	
	* parser.c (parser_reserved): Add function for checking if a word is reserved
	* parser.c (parser_test): Made validator use parser_reserved function
	* builtin.c(builtin_function): Made function definitions respect reserved words

2005-06-14  Tom Arnett <tarnett@mailshell.com>

	* init/fish_function.fish (prompt_pwd): Corrected the escape for the ellipsis character
	
2005-06-14  James Vega <jamessan@jamessan.com>

	* builtin.c (builtin_cd): Add support for '-' argument, which performs a cd to the previous working directory.
	* builtin.c (set_pwd): Extract out common functionality for setting pwd.

2005-06-15  Axel Liljencrantz  <axel@liljencrantz.se>

	* proc.c (handle_child_status): Remove debug message
	
	* init/fish_interactive.fish, highlight.h: Changed the color environment variables to lower case, since they are not global variables

	* doc_src/doc.hdr: Updated sections on fish_prompt and fish_title to reflect that they are now functions, and not environment variables

2005-06-14  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.11.0!
	
	* common.c (str2wcs, error_reset): Add an upper limit to the number of minor errors to report for a single command. 

2005-06-13  Axel Liljencrantz  <axel@liljencrantz.se>

	* configure.ac: Make default configuration directory to always be /etc, never $PREFIX/etc

	* reader.c(write_prompt): Make fish_prompt a function
	* init/fish_interactive.fish(fish_prompt): Make fish_prompt a function
	* reader.c(write_title): Make fish_title a function

	* init/fish: Make sure the PATH is sane

	* builtin.c(builtin_builtin):Add support for -n option
	* builtin.c(builtin_set):Add support for -n option
	* builtin.c(builtin_functions):Add support for -n option

	* init/fish_complete.fish: Add completions for scp command

	
2005-06-11  Michael Wardle <michael@endbracket.net>

	* input.c (input_parse_inputrc_line): tilde expand parameter to 'include'

	
2005-06-11  Axel Liljencrantz  <axel@liljencrantz.se>

	* expand.c (expand_brackets): Improve tab completion in bracket expantion context
	* expand.c (expand_brackets): Fix handling of the comma character in bracket expantion

	
2005-06-10  Axel Liljencrantz  <axel@liljencrantz.se>

	* init/fish_complete.fish: Additional completions for mplayer
	* init/fish_complete.fish: Completion information for the date command

	* expand.h, wildcard.h: Moved various constants from wildcard.h to expand.h
	

2005-06-10   Michael Wardle <michael@endbracket.net>

	* doc_src/doc.hdr: Spelling correction
	* doc_src/doc.hdr: Fixed description of \b escape

	* init/fish_complete.fish: Drop error messages on missing files when completing ssh hosts

	
2005-06-08  Bram Senders <bram@luon.net>
	
	* init/fish_function.fish (help): Added www-browser and x-www-browser as one of the possible help browsers. 

	
2005-06-08  Axel Liljencrantz  <axel@liljencrantz.se>

	* main.c (main): Event hooks are now functions and not environment variables
	* reader.c (read_i): Event hooks are now functions and not environment variables
	* reader.c (read_i): Added fish_on_exec hook

	* builtin.c (builtin_functions): functions builtin can now be used to redefine the description of functions

	* doc_src/doc.hdr: Changelog now lives in it's own file
	* ChangeLog: Changelog now lives in it's own file

	
2005-06-08  James Vega <jamessan@jamessan.com>

	* main.c (main): Add support for the -i option (force interactive mode)

	* Various files: A large number of code cleanups, removing warnings

	* Various files: Insurmountable number of spelling fixes

	
2005-06-08  Jan Fader <jan.fader@web.de>

	* Makefile.in: Remove install_local option and replace it with correct handling of configuration files
	* configure.ac: Remove install_local option and replace it with correct handling of configuration files

	
2005-06-07  Axel Liljencrantz  <axel@liljencrantz.se>

	* parser.c (skipped_exec): Fixed crash bug when using a switch statement in a function

	* parser.c (parser_test): Fixed unhelpful error messages when evaluating a script

	* init/fish_function.fish (help): Fixed text-based browsers going to the background even if they are console based
	* init/fish_function.fish (vared): Added support for a help option


2005-06-01  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.10.1!

	* expand.c: %self now expands to the shells own pid

	* complete.c: Fixed bug with completion descriptions for completion of command names containing spaces

	* init/fish_function.fish: The help command was broken in the previous release

	* init/fish_complete.fish:  Fixed bug in tab completions for cd command. The 'new and improved' completion script in 1.10 was a bit buggy, it seems...

	* expand.c: Using double dollars for creating map variables was accidentally broken. This meant among other things that the vared command didn't work. This bug was reported by Jan Fader

	* init/fish_functions.fish: Improved error handling in the vared function
	* init/fish_functions.fish: The vared command did not work when given the name of an undefined variable

	* configure.ac: There where multiple issues with fish when compiled witout the xsel command. Jan Fader pointed these bugs out and provided patches for some of them.

	* Makefile.in: Fixed build script bug causing the integrated help message for the commandline builtin to dissapear

	* reader.c: Fixed rendering bug causing incorrect prompt after executing some keyboard shortcuts


2005-05-28  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.10!

	* builtin.c: Added a return builtin.

	* builtin.c, function.c, complete.c: Functions can now have meaningful completion descriptions.
	* builtin.c, complete.c: Builtin commands now have meaningful completion descriptions.
	* A more robust method for finding the help documentation is used.
	* If the current directory is very long, the prompt is ellipsised.
	* Long commands are ellipsised instead of overflowing to the next line.
	* Improved completions for cd, uniq, gcc and mplayer.
	* Much improved performance in the apparently common case of holding down the enter key for a longer stretch of time.
	* Fixed bug where the PWD variable was set incorrect on startup.
	* Fixed bug where appending output to a non-existing file would fail.

2005-05-24  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.9.2

	* Error message from the cd command was missing a newline, which caused it to be erased by the prompt.
	* Help browser is now put to the background if it is known to be graphical. Mikael Rasmussen suggested this.
	* Added hook fish_on_return, specifying command to be called when fish returns from evaluating a command.
	* Changed names of variables that are not exported to lower case.
	* make uninstall missed a few files. This is now fixed, thanks to Jan Fader.
	* Specifying a prefix to configure now works. Many people sent in patches for this, including Valient Gough, James Vega and Jan Fader.
	* Valient Gough sent in patches to fixes multiple issues regarding building rpms.
	* Fixed a few documentation issues. Several people, including Michael Rasmussen pointed these out.
	* Fixed bug where files that can't be stat:ed cause fish to perform a double free when doing wildcard expantion.
	* Fixed bug in manual page tab completion where completing a non-existing manual page results in bogus output.

2005-05-18  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.9.1

	* Fixed bug causing fish to hang on manual page tab completion if the whatis database can't be found. This bug has been reported by Gerben Versluis, Yongjian Xu and Ross Logan, but I couldn't pinpoint the source of the error before.
	* Fixed bug causing fish to hang on command tab completion if the whatis database can't be found. This bug has been reported by Gerben Versluis, Yongjian Xu and Ross Logan, but I couldn't pinpoint the source of the error before.
	* Fixed bug causing subshell output to be expanded
	* Various minor bugs in gen_hdr2.c fixed, making documentation generation more robust. This change was sent in by Pierre Houston.
	* The file gen_hdr.sh was simplified, and now works on OS X. This change was sent in by Pierre Houston.

2005-05-14  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.9

	* Changed quoting rules so that quoted and unquoted text can be mingled in one token
	* Command names must may no longer contain variables. This is needed to correctly determine block scope.
	* Functions definitions are now a block. The new syntax is much more suitable for complex functions.
	* A new builtin, functions, for erasing and listing functions.
	* Lots of minor cleanups, typedefed structs now end with '_t', a new string hashing function should decrease collisions in hash tables, etc.
	* Variables can now be used as array indices.
	* The set_color command can now be used to set the background color of the terminal.
	* Added highlighting of grep matches and some additional colors for the ls command. These changes where submitted by Philip Ganchev.
	* Minor performance increases.
	* Moving a word left or right moves to the last space after the word.
	* Completion pager is now much better at handling long completions and descriptions.
	* Fish now uses the unicode ellipsis character instead of tripple dots when it can't fit a completion
	* Line number for errors is now correctly calculated
	* Error reports are more specific
	* The commandline builtin can now be used to print the current commandline or append a string to the current commandline
	* Fixed infinite loop when tab-completing inside curly brackets
	* Fixed some of the IO redirection issues for functions
	* Fixed bug that caused the $history variable to randomly misbehave.
	* Fixed bug in file desctiption generation for strange filetypes.
	* Fixed bug in completion description for variables where variable array descriptions could contain illegal characters

2005-04-29  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.8

	* Fixed bug that made 'make uninstall' miss some files 
	* Fixed bug where subshells with quoted parentesis in them would result in errors
	* Fixed crash bug when manually erasing a completion with 'complete -e'
	* Fixed bug causing completion list to have larger column width than needed in some cases
	* Fixed broken header causing wide characters to not work correctly. Both Adam Rice and Yongjian Xu have been a great help in making this work.
	* Vastly improved startup time
	* A large number of smaller updates and additions to the documentation
	* Completion description for manual page completion is now the whatis information
	* Completion description for commands now search manual sections 8, n, o and l in addition to section 1
	* Matching parenthesis and quotes are now highlighted as they are typed, not just when moving the cursor over them
	* Remove debug message on tab-completing directory from CDPATH
	* Tab completion displays list of completions on single tap if completions have no common prefix
	* Fish does not redraw the completion list on multiple tab taps
	* It is now possible to specify an initial string for the read builtin
	* New vared function for editing the value of a variable
	* New commandline builtin for changing the command buffer
	* History search now searches anywhere in the command
	* History search highlights the matching string
	* Changed output of set command when called with no arguments to be more readable

2005-04-24  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.7.1

	* Remove annoying debug message. Pointed out by Claudio Fontana.

2005-04-23  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.7

	* Support for environment variable arrays. $PATH[3] is the third element of the PATH variable, etc. 
	* You can set individual variable elements using set, i.e. 'set PATH[2] foo' replaces the third element of PATH with 'foo'
	* You can create an array using set, i.e. 'set foo bar baz' creates an array variable 'foo' with the elements 'bar' and 'baz'
	* aliases have been replaced by functions. The Use 'help function' for an introduction to functions.
	* Arguments to scripts/functions are now contained in the environment variable array $args. 
	* functions can now be used in pipes
	* complete.c: tab completion of directories in CDPATH for implicit cd now works.
	* builtin.c: AThe read builtin now uses the internal line reading library, which means it supports all the advanced line reading capabilities that fish supports.
	* : Debian packages are now available. Thank you to Dave Tait for making this happen. (This was really added to 1.6.1, but I forgot to mention it in the changelog)
	* env.c: You can now access previous commands through the environment variable array named  history
	* init/fish_function.fish: Added keyboard shortcut Control-r for replacing text in the current commandline
	* input.c: Changed a few keyboard shortcuts
	* doc_src/doc.hdr: Documentation updates
	* : Fixed bug that broke several keyboard shortcuts
	* reader.c: Check for double with characters through wcwidth

2005-06-15  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.6.1

	* util.c: Fixed buffer overflow with string_buffer

	* complete.c: Fixed bug where tab-completion would not work on executable scripts

	* reader.c: Fixed crash on terminals that do not provide some capabilities

	* input.c: Alt-left and Alt-right keymappings where accidentaly reversed

	
2005-04-09  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.6

	* init/fish_complete.fish: Updated completions for set_color. Thanks to Phil Ganchev for the bug report.

	* reader.c: Added several new readline functions, suggested by Doug Dimick and Phil Ganchev.

	* : ^C breaks all loops, conditional blocks, etc when waiting for a job to finish.

	* builtin.c: Minor tweaks of completion syntax after suggestions from Tijmen Baarda.

	* parser.c: If you just write in the name of a directory to fish, fish will implicitly assume this is a cd command and change to that directory. Thanks to Phil Ganchev for the suggestion.

	* highlight.c: Highlighting of matching parentheses and quotes.

	* doc_src/doc.hdr: The usual batch of documentation updates.

	* parser.c: fish now has an upper limit on the number of recursive alias calls. This prevents trashing/crashing on bad aliases.

	* parser.c: fish makes sure that an alias does not unconditionally call itself. This prevents the most trivial types of accidental infinite recursion.

	
2005-04-02  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.5.2

	* : Fixed broken header that caused compilation issues


2005-04-02  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.5.1

	* reader.c: Fixed issue in completion display, where long completions might spill to the next line and cause uglyness

	* highlight.c, reader.c: Fixed a bug in error explanation (^X) where gibberish would be printed in some cases

	* reader.c: Fixed various minor issues with repainting the screen after status updates

	* configure.ac, Makefile.in: fish can now be compiled without xsel by using './configure --without-xsel'. This means  fish can now be compiled on systems without X headers.

	* input.c: Initial support for reading escape sequences for special keys from an inputrc file.
	* input.c: Initial support for binding a command to a key. Meta-w runs whatis on the current command. Read the  /etc/fish_inputrc file for more information.

	* reader.c: The LINES and COLUMNS variables are set to the correct terminal size


2005-03-20  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.5

	* complete.c: Tab completion of files now displays file descriptions now from the  mimetype database
	* mimedb.c: New mimedb command, can be used to look up mimetype, description and default action for a file, as well as launch the default handler of a file.

	* builtin.c: Jobs command prints CPU activity for jobs (Linux only)

	* highlight.c: Added syntax highligting for subshells

	* complete.c: Added tab completion inside of subshells

	* reader.c: ^X prints comments on possible problems

	* main.c: 'fish -h' starts the help browser

	* : Non-builtin commands shipped with  fish have much improved help

	* doc_src/doc.hdr: Various cleanups and rewrites of the documentation

	* : Fixed accidental mixing of stream and fd based output which caused some status messages to become garbled.

	* : Fixed bug hangup on commands such as 'ls --color|less', caused by process group weirdness. Thank you to Doug Dimick for reporting this issue.

	* init/fish: Fixed problems with the linux frambuffer and unicode. Drew Ferguson reported this problem and went out of his way to help me solve it. Thanks!

	* reader.c: Fixed Konsole Home and End keys not working. Thank you to Jason L. Buberel for reporting this issue.

2005-03-11  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.4

	* highlight.c: Unknown/misspelled options are now flaged red by syntax highlighting if tab completions have been specified for the 
command.

	* builtin.c: Added 'break' and 'continue' loop control builtins.
	* builtin.c: Added 'switch' and 'case' builtins for conditionally executing 
a block.

	* doc_src/doc.hdr: Lots of smaller updates to the documentation.

	* configure.ac: fish now uses autoconf to improve platform independance.

	* kill.c: Fixed a bug in X clipboard support which could hang the shell. 

	* expand.c: Fixed a bug where environment variables were escaped when they shouldn't be. This bug caused som tab-completions for the screen command to break in 1.3

	* complete.c: Fixed bug causing problems for tab-completion if PATH elements end with a slash

	* fish_tests.c: Took the first steps towards a test suite. So far only some simple syntax tests are performed.

	* init/fish: If LANG is unspecified, a default value of en_US.UTF-8 is set

	
2005-03-07  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.3

	* builtin.c: New syntax for if, while and for builtins. 
	* : Added support for X copy and paste inside of  fish. Thank you to Stéphane Chazelas for pointers on how to do this.
	* : Included the Xsel program, written by Conrad Parker, with  fish. This is the wonderful program that allows  fish to use X copy and paste.
	* complete.c: Fixed bug causing slowdown in tab completion of wildcarded strings.
	* reader.c: Avoid calling setupterm() more than once, since the NCurses version leaks memory and sometimes calls exit, possibly without an error message. 
	* set_color.c: Fixed bug in the set_color command that could cause accidental underlining of text. Oh no!
	* init/fish_complete.fish: Added tab completions for w, xsel, xprop, btdownloadcurses.py and btdownloadheadless.py commands.
	* doc_src/coplete.txt: Rewrote documentation for the  complete command to make it easier to understand how command specific completions work.
	* complete.c: Scripts with extensions are now described with language, i.e. Perl scripts are discribed as "Perl script", not "Executable"

2005-02-27  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.2.1

	* : Fixed obvious crash bug. I should REALLY try to put together a test suite for  fish.
	* env.c: Added support for changing locale while  fish is running.

2005-02-26  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.2

	* INSTALL: The INSTALL file contained a dangerAous mistake, where users were advised to use a command which could cause an invalid /etc/shells. Thanks to Klaus Alexander Seistrup for spotting this.

	* builtin.c: Fixed bug where sourcing a file when in interactive mode would reset signal handlers. 

	* builtin_help.c: Builtin help pages are now stored as narrow character strings. This avoids escape sequences being improperly displayed on some platforms. It also decreases memory usage by a few kB.

	* util.c: The comparison function used for sorting completions has been changed so it won't cause duplicate entries.

	* wildcard.c: Avoid returning excessive number of completions when tab-completing a parameter ending with a wildcard. Thanks to Klaus Alexander Seistrup for suggesting this.

	* doc_src/fish.1: Added a man-page pointing to the main  fish documentation. Thanks to Chris F.A. Johnson for suggesting this.

	* doc_src/doc.hdr: Minor changes to the documentation.

	* expand.c: Added tab completion for job id, with the job command as the description.

	* init/fish_complete.fish: Added tab completions for ps, top, test, cvs, pine, chown and chgrp commands.

	* builtin.c: Added CDPATH support for the cd builtin.

	
2005-02-16  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.1.1

	* init/fish: Fixed typo that caused spurious error messages on startup

	
2005-02-16  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.1

	* exec.c: Fixed possible segfault when using builtins in subshells (Subshells would sometimes read uninitialized data, no actual crashes encountered, but that might just be luck)

	* expand.c: Completion descriptions for environment variables and for home directories (~USER).

	* util.c: String sorting functions now sort strings that are a prefix to another string first (I.e. 'foo' comes before 'foobar') 

	* reader.c: Tab completion pager colors can be set by user

	* init/fish_complete.fish: Updated tab completion command description lookup to only use section 1 manuals

	* doc_src/doc.hdr: Added documentation chapter on environment variables
	* doc_src/doc.hdr: Added search targets for help sections 'color', 'prompt', 'title', 'variables' and 'expansion'
	* doc_src/doc.hdr: Added BSD license info to documentation (About 100 lines of  fish code comes from OpenBSD and is BSD licensed)
	* doc_src/doc.hdr: Minor additions and edits to documentation and initialization files

	* init/fish_complete.fish: Added tab completions for bc, mv, uniq, wc and who

	
2005-02-13  Axel Liljencrantz  <axel@liljencrantz.se>

	* Version 1.0

	* Initial release, everything is new

