2896 Commits

Author SHA1 Message Date
Ville Skyttä
4c1e0d5cf2 Drop rpm query support for rpm < 4.1. 2011-02-10 23:37:04 +02:00
Ville Skyttä
dcb90a38ab Make rpm --queryformat use more consistent. 2011-02-10 23:25:51 +02:00
Ville Skyttä
2951b16289 Bump version to 1.99. 2011-02-10 22:47:44 +02:00
Ville Skyttä
83c1f1a960 Comment spelling fixes. 2011-02-10 22:01:57 +02:00
Ville Skyttä
0d0d0da48b Drop no longer needed shebang and executable bit from perl helper. 2011-02-10 22:00:30 +02:00
Ville Skyttä
5792ac8760 Try harder to find the correct perl executable to run the perl helper with.
It is now run explicitly with *some* perl executable.
2011-02-10 21:57:38 +02:00
Ville Skyttä
f96e15428c (testsuite) Add basic gendiff test case. 2011-02-07 21:01:01 +02:00
Ville Skyttä
d066ace4cb Do file completion after gendiff output redirection.
Common use case is "gendiff DIR EXTENSION > FILE".
2011-02-07 20:59:01 +02:00
David Paleino
c3a4f83bfd Prepare for new release 2011-02-06 21:47:03 +01:00
David Paleino
7c81ef8954 Fix release number 2011-02-06 20:16:09 +01:00
David Paleino
f68e17553c Update date 2011-02-06 19:04:00 +01:00
David Paleino
a0bb238dc8 Merge branch 'master' into 1.x 2011-02-06 17:50:38 +01:00
Ville Skyttä
cb01d8ea54 Add javaws completion. 2011-02-06 15:15:20 +02:00
Ville Skyttä
558920aecb Truncate _parse_help() output options on <. 2011-02-06 15:13:45 +02:00
Ville Skyttä
1b0e17c2a3 Define needed utility functions for javac and javadoc even if java is not installed. 2011-02-06 14:53:55 +02:00
Ville Skyttä
ca9405710e Add kid3 filename completion. 2011-02-06 14:46:52 +02:00
Ville Skyttä
3123e2ac4c Add gendiff completion. 2011-02-05 16:54:48 +02:00
Ville Skyttä
81794a9dcf (testsuite) Avoid duplicates in get_hosts() return value. 2011-02-05 12:27:35 +02:00
Ville Skyttä
80312be9af (testsuite) Use get_hosts() in xhost tests. 2011-02-05 12:24:49 +02:00
Ville Skyttä
56c12d5570 Clean up some redundant code. 2011-02-05 12:14:42 +02:00
Ville Skyttä
6aecdb5f4c Avoid some unnecessary stat calls. 2011-02-05 12:06:53 +02:00
David Paleino
99522d8ce4 Merge branch 'master' into 1.x 2011-01-29 22:32:55 +01:00
Ville Skyttä
b8ad998923 Complete runuser like su. 2011-01-29 23:30:15 +02:00
Ville Skyttä
7cf4ad9dc4 Add *.fdf to various PDF viewer completions. 2011-01-29 23:30:15 +02:00
Igor Murzov
503640588d Make slackpkg comlete several package names for all actions 2011-01-28 06:25:50 +03:00
Igor Murzov
370ef61eba Take package names from pkglist for slackpkg completion 2011-01-28 06:08:43 +03:00
Guillaume Rousse
6c9b652c57 update subcommand list 2011-01-27 23:46:17 +01:00
Igor Murzov
e9393a96f7 Add completion for mplayer's -noconfig option 2011-01-27 21:39:14 +02:00
Igor Murzov
c0505367ce Oops, forgot to add file names to Makefile.am 2011-01-26 03:49:51 +03:00
Igor Murzov
b346174697 Overall clean up of different slackware-specific completions
Redundant braces removed; less grep + cut more sed; minor bugs fixed;
2011-01-25 03:55:08 +03:00
Igor Murzov
8c31c460c2 Improve slackpkg completion
Make install, reinstall, upgrade, ... actions also complete
filenames and disk sets.
2011-01-24 20:46:52 +03:00
Ville Skyttä
74128a73ce Add mktemp(1) completion. 2011-01-24 00:20:32 +02:00
David Paleino
c300c652ad Merge branch 'master' into 1.x 2011-01-20 22:59:49 +01:00
Ville Skyttä
25df309263 Add bunch of extensions to xmlwf and xmllint filename completions. 2011-01-18 19:08:27 +02:00
Guillaume Rousse
55c38e271c minimal tests for xfreerdp completion 2011-01-17 22:26:50 +01:00
Ville Skyttä
d6043b9609 Don't leak $options from iscsiadm completion, add basic test case. 2011-01-17 22:14:18 +02:00
Ville Skyttä
e99645d2b9 Add pack200 --repack completion. 2011-01-17 22:07:33 +02:00
Guillaume Rousse
406e8347dd add iscsiadm completion 2011-01-16 23:30:48 +01:00
David Paleino
8d152a2f75 Merge branch 'master' into 1.x 2011-01-16 11:36:01 +01:00
Ville Skyttä
6833d7c6a6 Add filename completion for portecle. 2011-01-16 00:30:14 +02:00
Ville Skyttä
16d5c5b333 Update copyright year. 2011-01-16 00:21:03 +02:00
David Paleino
cf4fe7f7a9 Merge branch 'master' into 1.x 2011-01-11 09:06:58 +01:00
David Paleino
2349fc114d Merge branch 'master' into 1.x
Conflicts:
	CHANGES
2011-01-10 21:14:09 +01:00
Ville Skyttä
8843071002 Loosen python executable matching glob. 2011-01-10 20:31:57 +02:00
Ville Skyttä
a2348ba792 Complete "/path/to/python" the same way as plain "python". 2011-01-10 20:29:34 +02:00
Ville Skyttä
8fd9e1d1b9 Avoid "bad array subscript" with /usr/bin/python <TAB> (Debian: #559953). 2011-01-10 20:26:22 +02:00
David Paleino
25be9912b1 Fixed typo in openssl completion (Debian: #609552)
Conflicts:

	CHANGES
2011-01-10 17:27:50 +01:00
David Paleino
5f04a30f7a Fixed typo in openssl completion (Debian: #609552) 2011-01-10 17:27:27 +01:00
David Paleino
a5e203cfe5 Merge branch 'master' into 1.x
Conflicts:
	CHANGES
	configure.ac
2011-01-09 18:19:18 +01:00
Igor Murzov
1f453c9746 Improve completion for slackpkg 2011-01-09 05:00:27 +03:00