mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
minor documentation update in preparation for release-v20
This commit is contained in:
parent
2c2875f841
commit
cd126da416
34
ChangeLog
34
ChangeLog
@ -1,26 +1,31 @@
|
|||||||
|
|
||||||
# Summary of significant changes, see commit history for more details:
|
# Summary of release changes, see commit history for more details:
|
||||||
# https://github.com/joelthelion/autojump/commits/master/
|
# https://github.com/joelthelion/autojump/commits/master/
|
||||||
|
|
||||||
2011-03-15 Joël Schaerer <joel.schaerer@gmail.com>
|
2011-04-10 William Ting <william.h.ting@gmail.com>
|
||||||
|
|
||||||
* autojump.bash:
|
* Release v20:
|
||||||
vim and emacs tab completion using autojump's database now supported in bash.
|
|
||||||
|
|
||||||
2011-03-15 William Ting <william.h.ting@gmail.com>
|
- Man page and --help has been overhauled to provide better documentation
|
||||||
|
and usage scenarios.
|
||||||
* install.sh:
|
- Installation scripts now act dependent on current
|
||||||
Default installation behavior now changes dependent on $UID and
|
environmental settings.
|
||||||
$SHELL. Root install will copy files into /usr/. Non-root installations
|
If run as root, will do a global install. Installation script also
|
||||||
will install into current user's home directory. This behavior can be
|
detects which version to install (bash or zsh) dependent on $SHELL.
|
||||||
overridden arguments with --global or --local.
|
Both of these behaviors can be overrode using --local/--global or
|
||||||
|
--bash/--zsh arguments.
|
||||||
Installation also now checks $SHELL to install the correct version. This
|
- Uninstallation script added, will remove both global and local
|
||||||
behavior can be overridden with --bash or --zsh.
|
installations but ignores database.
|
||||||
|
- Symlinks can be preserved as database entries, refer to man page for
|
||||||
|
more details.
|
||||||
|
- This change log added to better help package maintainers keep track of
|
||||||
|
changes between releases.
|
||||||
|
- Miscellaneous bug fixes.
|
||||||
|
|
||||||
2011-12-11 Joël Schaerer <joel.schaerer@gmail.com>
|
2011-12-11 Joël Schaerer <joel.schaerer@gmail.com>
|
||||||
|
|
||||||
* Release v19:
|
* Release v19:
|
||||||
|
|
||||||
- prototype `cp` and `mv` directory tab completion
|
- prototype `cp` and `mv` directory tab completion
|
||||||
- Debian post-installation instructions
|
- Debian post-installation instructions
|
||||||
- minor Mac OS X fixes
|
- minor Mac OS X fixes
|
||||||
@ -28,6 +33,7 @@
|
|||||||
2011-11-18 Joël Schaerer <joel.schaerer@gmail.com>
|
2011-11-18 Joël Schaerer <joel.schaerer@gmail.com>
|
||||||
|
|
||||||
* Release v18:
|
* Release v18:
|
||||||
|
|
||||||
- add automated version numbering
|
- add automated version numbering
|
||||||
- performance tweaks to reduce filesystem checks
|
- performance tweaks to reduce filesystem checks
|
||||||
- add local installation option
|
- add local installation option
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
% autojump(1) release-v19
|
% autojump(1) release-v20
|
||||||
%
|
%
|
||||||
% 07 April 2012
|
% 10 April 2012
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH autojump 1 "07 April 2012" "release-v19"
|
.TH autojump 1 "10 April 2012" "release-v20"
|
||||||
.SS NAME
|
.SS NAME
|
||||||
.PP
|
.PP
|
||||||
autojump - a faster way to navigate your filesystem
|
autojump - a faster way to navigate your filesystem
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
% autojump(1) release-v19
|
% autojump(1) release-v20
|
||||||
%
|
%
|
||||||
% 07 April 2012
|
% 10 April 2012
|
||||||
|
|
||||||
## NAME
|
## NAME
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#Copyright Joel Schaerer 2008, 2009
|
#Copyright Joel Schaerer 2008-2012
|
||||||
#This file is part of autojump
|
#This file is part of autojump
|
||||||
|
|
||||||
#autojump is free software: you can redistribute it and/or modify
|
#autojump is free software: you can redistribute it and/or modify
|
||||||
|
Loading…
Reference in New Issue
Block a user