fizsh (1.0.7) UPSTREAM; urgency=low

  * Release: 1.0.7

  * Added some content to ./README

  * Added AM_MAINTAINER_MODE to ./configure.ac

  * Removed the ./src ./examples directories, which were not used anyway

  * Removed some of the files generated by autotools (e.g. ./Makefile etc.)

  * Removed dist_pkgdata_DATA from ./Makefile.am

  * Added the doc and scripts directories to EXTRA_DIST in ./Makefile.am

  * Extended dist-hook in ./Makefile.am, so that that "make dist" excludes 
    some automatically generated files

 -- Guido van Steen <vansteen@users.sourceforge.net>  Sat, 14 Jun 2014 22:23:47 +0200

fizsh (1.0.6) UPSTREAM; urgency=low

  * Release: 1.0.6

  * Directional codes are now more portable (see: http://www.zsh.org/mla/users/2014/msg00583.html)

  * Fizsh can now be installed by an unpriviliged account. This corrects https://github.com/zsh-users/fizsh/issues/3

  * The local update system has been removed

  * The versioning system has been simplified

  * Updated to a recent version of zsh-history-substring-search from https://github.com/zsh-users

  * Updated to a recent version of zsh-syntax-highlighting from https://github.com/zsh-users

 -- Guido van Steen <vansteen@users.sourceforge.net>  Fri, 06 Jun 2014 19:31:06 +0200

fizsh (1.0.5) UPSTREAM; urgency=low

  * Release: 1.0.5

  * Corrected a bug with respect to the versioning system.

 -- Guido van Steen <vansteen@users.sourceforge.net>  Sun, 23 Oct 2011 13:35:20 +0200

fizsh (1.0.4) UPSTREAM; urgency=low

  * Release: 1.0.4

  * Simplified the way fizsh finds its own central version number. "$_fizsh_F_CENTRAL_VERSION" is now hardcoded as an environment variable in the "fizsh" script under the "./scripts" directory

  * Updated autoconf's "./configure.ac", which had been not been done for version 1.0.3

 -- Guido van Steen <vansteen@users.sourceforge.net>  Thu, 20 Oct 2011 12:34:21 +0200

fizsh (1.0.3) UPSTREAM; urgency=low

  * Release: 1.0.3

  * Downloaded a recent version of zsh-history-substring-search from https://github.com/zsh-users (Wed, 12 Oct 2011 06:59:19 +0200)

  * Downloaded a recent version of zsh-syntax-highlighting from https://github.com/zsh-users (Wed, 12 Oct 2011 06:59:38 +0200)

  * Removed the startup options -r or --reinstall again. Reinstalling fizsh is now handled by calling a function "fizsh-reinstall"

  * Added a function "fizsh-upgrade", which enables the user to perform upgrades through the internet

  * Added a script "fizsh-miscellaneous.zsh", which corrects some small bugs in "zsh-history-substring-search". "fizsh-miscellaneous.zsh" also provides the functions "fizsh-upgrade" and "fizsh-reinstall"

  * Prefixed all shell variables and functions with either "_fizsh" or "fizsh". An underscore indicates that a variale is meant for internal purposes. This conforms to the naming conventions that "oh-my-zsh" uses

 -- Guido van Steen <vansteen@users.sourceforge.net>  Wed, 12 Oct 2011 06:56:56 +0200

fizsh (1.0.2) UPSTREAM; urgency=low

  * Release: 1.0.2

  * Downloaded a recent version of zsh-history-substring-search from https://github.com/zsh-users (Tue, 09 Aug 2011 10:52:28 +0700)

  * Downloaded a recent version of zsh-syntax-highlighting from https://github.com/zsh-users (Tue, 09 Aug 2011 10:53:02 +0700)

  * Added the startup options -r or --reinstall

  * This version of Fizsh does not use md5sum anymore in order to find out if certain files have to be reinstalled

  * Added the extension ".zsh" to the scripts to be installed in /etc/fizsh

  * Renamed some shell scripts according to the current naming used at https://github.com/zsh-users

 -- Guido van Steen <vansteen@users.sourceforge.net>  Tue, 09 Aug 2011 10:59:05 +0700

fizsh (1.0.1) UPSTREAM; urgency=low

  * Release: 1.0.1

  * Corrected a bug in /etc/fizsh/fizshrc (exit and logout caused fizsh to hang on Fedora (and perhaps on some other platforms too)

  * Corrected a bug in /etc/fizsh/zsh-syntax-highlighting (pressing arrow-down would not highlight anything if the CURSOR was within BUFFER, and no matches were found)

  * Corrected a bug in /etc/fizsh/zsh-syntax-highlighting (starting a command with "-", "\-" or "-\" caused zsh to complain: "_zsh_check-path:4: bad option: -t")

  * Corrected a bug in /usr/bin/modify_etc_shells (this script tried to remove "/usr/bin/fizsh" from "/etc/shells" without checking if fizsh had indeed been installed in "/usr/bin/". Now it safely removes "$(which fizsh)" from "/etc/shells")

  * Corrected a bug in /usr/bin/fizsh (echoing "reverting to zsh" in "/usr/bin/fizsh" prevented "ssh - and thus scp and sftp - from logging into fizsh)

  * Adapted the build-system to automake

  * Added the startup options -h or --help and -l or --login

  * Moved and renamed /usr/bin/modify_etc_shells to /etc/fizsh/modify-etc-shells. modify_etc_shells's manpage has been removed

  * Shortened directory names appearing in the prompt : "/usr/bin" -> /u/bin; "~/Documents/2011" -> ~/D/2011 (this is like in fish's prompt)

  * Gave root a red prompt

  * Performed some garbage collection in the fizsh scripts

  * Improved the structure of the program

 -- Guido van Steen <vansteen@users.sourceforge.net>  Mon, 31 Jan 2011 20:23:22 +0100

fizsh (1.0.0) UPSTREAM; urgency=low

  * Release: 1.0.0

  * Renamed /etc/fizsh/fizsh-history-search-backward to /etc/fizsh/zsh-history-substring-search-backward

  * Corrected bugs in /etc/fizsh/zsh-history-substring-search-backward

  * Turned /etc/fizsh/zsh-history-substring-search-backward into a sourcable plugin

  * Adapted the other scripts where necessary

  * Removed confusing messages from the file /etc/fizsh/modify_etc_shells

 -- Guido van Steen <vansteen@users.sourceforge.net>  Sat, 15 Jan 2011 23:04:34 +0100

fizsh (0.0.1-2) UPSTREAM; urgency=low

  * Release: 0.0.1-2

  * Included an updated version of https://github.com/nicoulaj/zsh-syntax-highlighting/raw/master/zsh-syntax-highlighting.zsh

  * Adjusted copy-right information with respect to zsh-syntax-highlighting.zsh

 -- Guido van Steen <vansteen@users.sourceforge.net>  Tue, 11 Jan 2011 20:40:31 +0100

fizsh (0.0.1-1) UPSTREAM; urgency=low

  * Initial release: release 0.0.1-1

 -- Guido van Steen <vansteen@users.sourceforge.net>  Sat, 08 Jan 2011 23:13:07 +0100
