Skip to content

Commit

Permalink
Remove jumpapplet.
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed Jan 5, 2013
1 parent 01fe4d6 commit 4ce2cb5
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 306 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Summary of release changes, see commit history for more details:
# https://github.com/joelthelion/autojump/commits/master/

* Release v21.3.0:

- `jumpapplet` removed.
- performance improvements when using network mounts (e.g. sshfs)

* Release v21.2.0:

- Add `jc` command (jump child). Jumps to a subdirectory of the current
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ KNOWN ISSUES
`-`. If you want to jump a directory called `--music`, try using
`j music` instead of `j --music`.

- jumpapplet (bug \#59)

Does not work in Gnome 3 shell or LDXE.

FILES
-----

Expand Down
2 changes: 1 addition & 1 deletion bin/autojump
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile

VERSION = 'release-v21.2.3'
VERSION = 'release-v21.3.0'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'
Expand Down
289 changes: 0 additions & 289 deletions bin/jumpapplet

This file was deleted.

6 changes: 0 additions & 6 deletions docs/autojump.1
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,6 @@ The jump function \f[C]j\f[] does not support directories that begin
with \f[C]-\f[].
If you want to jump a directory called \f[C]--music\f[], try using
\f[C]j\ music\f[] instead of \f[C]j\ \ \ --music\f[].
.IP \[bu] 2
jumpapplet (bug #59)
.RS 2
.PP
Does not work in Gnome 3 shell or LDXE.
.RE
.SS FILES
.PP
If installed locally, autojump is self-contained in
Expand Down
4 changes: 0 additions & 4 deletions docs/body.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
want to jump a directory called `--music`, try using `j music` instead of `j
--music`.

- jumpapplet (bug #59)

Does not work in Gnome 3 shell or LDXE.

## FILES

If installed locally, autojump is self-contained in _~/.autojump/_.
Expand Down
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ mkdir -p ${destdir}${prefix}share/autojump/ || exit 1
mkdir -p ${destdir}${prefix}bin/ || exit 1
mkdir -p ${destdir}${prefix}share/man/man1/ || exit 1
cp -v ./bin/icon.png ${destdir}${prefix}share/autojump/ || exit 1
cp -v ./bin/jumpapplet ${destdir}${prefix}bin/ || exit 1
cp -v ./bin/autojump ${destdir}${prefix}bin/ || exit 1
cp -v ./bin/autojump_argparse.py ${destdir}${prefix}bin/ || exit 1
cp -v ./docs/autojump.1 ${destdir}${prefix}share/man/man1/ || exit 1
Expand Down
1 change: 0 additions & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ if [ -d "${prefix}/share/autojump/" ]; then
echo "Uninstalling from ${prefix} ..."
echo
sudo rm -rv ${prefix}/share/autojump/
sudo rm -v ${prefix}/bin/jumpapplet
sudo rm -v ${prefix}/bin/autojump
sudo rm -v ${prefix}/share/man/man1/autojump.1
sudo rm -v /etc/profile.d/autojump.sh
Expand Down

0 comments on commit 4ce2cb5

Please sign in to comment.