1236 Commits

Author SHA1 Message Date
Ville Skyttä
8801e336b2 Improved performance of rpm -qa based rpm installed package completion. 2009-01-11 16:13:32 +02:00
Ville Skyttä
4afcb984a5 Improved /var/log/rpmpkgs based rpm installed package completion. 2009-01-11 15:42:12 +02:00
Ville Skyttä
c85a23e687 Improved rpm backup file avoidance. 2009-01-11 15:37:05 +02:00
Ville Skyttä
b8fb910305 Add -E to rpm completion. 2009-01-11 15:22:31 +02:00
Ville Skyttä
68a14386ad Credit myself :P 2009-01-11 15:17:41 +02:00
Ville Skyttä
639ad34a1d Improved rpm macro completion. 2009-01-11 15:09:54 +02:00
Ville Skyttä
9b92ded2e5 Add *Emacs indentation settings. 2009-01-11 14:39:47 +02:00
Ville Skyttä
3027a5a611 s/RedHat/Red Hat/ 2009-01-11 00:27:23 +02:00
Ville Skyttä
0647a91951 Added JPEG 2000 files to display completion, thanks to Bastien Nocera (RHBZ: #304771) 2009-01-10 21:30:12 +02:00
Ville Skyttä
1445d43b49 Spelling fixes. 2009-01-10 21:08:39 +02:00
David Paleino
e783e088a1 Fixed completion of environment variables, thanks to Morita Sho
(Closes: #272660)
2009-01-09 12:19:15 +01:00
David Paleino
4f73ec53a8 Complete merging from Ubuntu 2009-01-08 17:52:54 +01:00
David Paleino
9ff89867d7 Add credits 2009-01-08 16:36:15 +01:00
David Paleino
5e609f531e * Merge from Ubuntu:
- redirect stderr to stdout in _configure_func()
  - missing quotes in _filedir_xspec()
2009-01-08 16:35:03 +01:00
Mika Fischer
d3bc90029f Quote $xspec in _filedir_xspec in case it is empty, which would
cause errors if there was no match under failglob. (LP: #194419)
(Mika Fischer)
2009-01-07 20:39:27 +00:00
Mika Fischer
9f536f022c Consume error messages in configure completion (LP: #223882) 2009-01-07 19:38:58 +00:00
David Paleino
4b048477fd Renamed contrib/subversion to contrib/_subversion (prefixed with _ to
avoid file conflicts with upstream's one)
2008-12-19 22:20:22 +01:00
David Paleino
9d09e0eac6 Renamed contrib/svn > contrib/subversion. 2008-12-19 21:59:57 +01:00
David Paleino
ddf592ac5a Split subversion-related completions to contrib/svn. 2008-12-19 21:58:21 +01:00
David Paleino
fb383d4d92 * Merge from Gentoo:
- fix CVS completion
2008-12-14 14:05:40 +01:00
David Paleino
cd67a78bb6 Fixing typo --finally, after 18hrs lock... 2008-12-12 19:45:28 +01:00
David Paleino
a7f27a9b89 complete on gkrellm2 as well. Patch by Aaron Walker. 2008-12-11 20:15:30 +01:00
David Paleino
1ca84fa680 * Merge from Gentoo:
- use make -qp to parse the Makefile for us, so we get proper completion
    on things like pattern rules. Patch by Mike Kelly <pioto@exherbo.org>.
2008-12-11 20:13:16 +01:00
David Paleino
e4f86dc5a6 * Merge from Gentoo:
- fix 'find' completion so that it properly completes on -?(i)whilename.
    Patch by Ciaran McCreesh.
2008-12-11 20:04:37 +01:00
David Paleino
73225ea43c Added monodevelop and mdtool completions. 2008-11-25 15:14:27 +01:00
David Paleino
4721b192eb Credits given when credits are due. 2008-11-25 12:12:10 +01:00
David Paleino
d203d34fc1 Added qdbus completion (LP: #257903) 2008-11-25 12:10:55 +01:00
David Paleino
64d2fd7df9 * debian/install:
- correctly install contrib/* under /etc/bash_completion.d/
2008-11-22 18:26:52 +01:00
David Paleino
4f14190dba TODO updated: the Alioth team is now upstream. 2008-11-22 18:17:59 +01:00
David Paleino
6e61e669e7 README updated: explain how to use bash-completion correctly.
(Closes: #482383)
2008-11-22 18:14:40 +01:00
David Paleino
f0ed7c20e2 Added build-dep to aptitude's completion (Closes: #495883) 2008-11-22 18:10:38 +01:00
David Paleino
ce73f0facf * debian/control:
- fixed typo in the long description
2008-11-22 17:22:54 +01:00
David Paleino
fec084a69b Fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
(Closes: #504650)
2008-11-08 09:48:11 +01:00
David Paleino
ed7e461ed1 Allow configfile to contain spaces 2008-11-08 09:45:31 +01:00
David Paleino
8bb62e6af4 Fixed perl -I/-x completion, thanks to Freddy Vulto
(Closes: #504547)
2008-11-08 09:40:53 +01:00
David Paleino
a893db03d1 Allow `Host(Name)' in ssh config file to have trailing comment. 2008-11-01 12:32:22 +01:00
David Paleino
49437a0f51 Allow `Host(Name)' in ssh config file to be indented 2008-11-01 12:29:33 +01:00
David Paleino
39f96af59a Added support for `-F configfile' to _known_hosts(), ssh, scp and
sftp, thanks to Freddy Vulto (Closes: #504141)
2008-11-01 12:25:38 +01:00
David Paleino
dd0cb44fb9 Improved patch: adding an hyphen -' to ${toks[@]-}'
will circumvent an error "Unbound variable" when `set -u' is in
effect.
2008-11-01 09:49:57 +01:00
David Paleino
7d41e12eb7 Fixed ugly bug:
"cd /b<TAB>" returned "cd /" with Freddy Vulto's code (see #502804)
2008-10-25 14:33:12 +02:00
David Paleino
df71a7fa48 Added --schedule-only to aptitude's completion (Closes: #502664) 2008-10-24 22:12:09 +02:00
David Paleino
5295310450 Fixed dpkg-source wrong exit() with return() (Closes: #) 2008-10-24 19:39:16 +02:00
David Paleino
3b6f50d053 Forgot a ${toks[@]} ;) 2008-10-24 19:34:28 +02:00
David Paleino
886a6fdb50 Fixed ssh-copy-id completion 2008-10-24 19:19:37 +02:00
David Paleino
b3f3017a46 Fixed errors with POSIX enabled (Closes: #502804) 2008-10-24 19:17:23 +02:00
David Paleino
606860000c Fixed .cb[rz] completion for evince (Closes: #502885) 2008-10-24 19:10:46 +02:00
David Paleino
84f15a349c Fixed mplayer -skin completion (Closes: #501473) 2008-10-10 21:01:59 +02:00
David Paleino
2df67cecb4 Moved ssh completion to separate file. 2008-09-27 12:58:42 +02:00
David Paleino
ebe750ffcf Moved apache2ctl to a separate file.
Fixed broken bash_completion (sorry, forgot to switch comments!)
2008-09-27 12:28:09 +02:00
David Paleino
e1f39bd088 Added gpg2 completion (Closes: #489927) 2008-09-27 12:25:19 +02:00