From a17d904e163cf3ae8d1a5d3b40d8ca563a65eb3e Mon Sep 17 00:00:00 2001 From: William Ting Date: Mon, 19 Mar 2012 12:49:17 -1000 Subject: [PATCH] update changelog --- ChangeLog | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c59907..569d992 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,36 @@ -# See commit history for detailed changes: +# Summary of significant changes, see commit history for more details: # https://github.com/joelthelion/autojump/commits/master/ +2011-03-15 Joël Schaerer + + * autojump.bash: + vim and emacs tab completion using autojump's database now supported in bash. + +2011-03-15 William Ting + + * install.sh: + Default installation behavior now changes dependent on $UID and + $SHELL. Root install will copy files into /usr/. Non-root installations + will install into current user's home directory. This behavior can be + overridden arguments with --global or --local. + + Installation also now checks $SHELL to install the correct version. This + behavior can be overridden with --bash or --zsh. + 2011-12-11 Joël Schaerer - * Release v19 - * prototype `cp` and `mv` directory tab completion - * Debian post-installation instructions - * minor Mac OS X fixes + * Release v19: + - prototype `cp` and `mv` directory tab completion + - Debian post-installation instructions + - minor Mac OS X fixes 2011-11-18 Joël Schaerer - * Release v18 - * add automated version numbering - * performance tweaks to reduce filesystem checks - * add local installation option - * unicode fixes - * (ugly) fixes for Python 3 - * migrate to new database format + * Release v18: + - add automated version numbering + - performance tweaks to reduce filesystem checks + - add local installation option + - unicode fixes + - ugly fixes for Python 3 + - migrate to new database format