Ville Skyttä
|
5c5d804696
|
Update patch submission guidelines.
|
2010-01-24 19:36:10 +02:00 |
|
Ville Skyttä
|
9c2843a956
|
Remove/rephrase some obsolete bash 2 related comments.
|
2010-01-03 14:03:38 +02:00 |
|
Ville Skyttä
|
40a83563fd
|
Add echo/printf and command/builtin considerations.
|
2009-12-15 23:51:48 +02:00 |
|
Ville Skyttä
|
a58062400d
|
Note POSIX spec.
|
2009-11-03 22:14:44 +02:00 |
|
Guillaume Rousse
|
129c48b0a4
|
obsoletes items
|
2009-10-26 11:07:29 +01:00 |
|
Ville Skyttä
|
e16e072659
|
bash < 3 support removal step 3: update documentation.
|
2009-10-22 11:37:35 +03:00 |
|
Ville Skyttä
|
098dcd80b6
|
Add portability note to long option preference.
|
2009-10-18 20:40:29 +03:00 |
|
Ville Skyttä
|
e5ee07711d
|
Note preference towards long options only.
|
2009-10-18 17:58:40 +03:00 |
|
Ville Skyttä
|
cabaca41d0
|
Various updates.
|
2009-10-13 22:35:42 +03:00 |
|
Ville Skyttä
|
e31f8d8b81
|
Update freshmeat.net URLs.
|
2009-10-13 22:24:59 +03:00 |
|
Ville Skyttä
|
80db1412cd
|
Add note about compgen -- $cur vs embedding $cur in external command arguments.
|
2009-04-14 21:38:03 +03:00 |
|
Ville Skyttä
|
1445d43b49
|
Spelling fixes.
|
2009-01-10 21:08:39 +02:00 |
|
David Paleino
|
6e61e669e7
|
README updated: explain how to use bash-completion correctly.
(Closes: #482383)
|
2008-11-22 18:14:40 +01:00 |
|
Luk Claes
|
f6459eb68a
|
prepare for release
|
2008-06-21 22:19:37 +02:00 |
|
ianmacd
|
bada11acc6
|
Add a section about POSIX quoting issue in bash 3.1.
Correct URL to a previous patch for bash 2.05b.
|
2006-03-02 00:13:46 +00:00 |
|
ianmacd
|
a3c74120ab
|
Mention the use of ~/.inputrc as an alternative to /etc/inputrc.
|
2006-02-25 13:41:11 +00:00 |
|
ianmacd
|
64ebb33510
|
Mention useful readline settings, like show-all-if-ambiguous. Suggested by
Richard Neill <rn214@hermes.cam.ac.uk>.
|
2006-02-25 13:39:51 +00:00 |
|
ianmacd
|
760c04a0a9
|
Update example code and the text for 3.x.
|
2006-02-25 00:38:32 +00:00 |
|
ianmacd
|
e83f9b77d3
|
Fix typo.
|
2005-07-11 21:19:42 +00:00 |
|
ianmacd
|
7f00e7f870
|
- add urpmi URLs
|
2003-09-13 15:23:47 +00:00 |
|
ianmacd
|
b9e07877c1
|
- add note about where urpmi completion now lives
- add note about why rpm -q completion can be slow
|
2003-09-13 15:04:14 +00:00 |
|
ianmacd
|
943f46c373
|
- add an FAQ about zsh
|
2003-08-18 07:38:20 +00:00 |
|
ianmacd
|
7a43833338
|
- add details of using /etc/profile.d and how to deal with MacOS X
|
2003-08-03 16:45:59 +00:00 |
|
ianmacd
|
11a8ef47f8
|
- add FAQ on circumventing restricted file name completion of bash completion
by using M-/
|
2003-04-21 08:00:03 +00:00 |
|
ianmacd
|
4dc02f42c7
|
- add FAQ entry on colons starting a new completion token
|
2002-12-17 08:53:18 +00:00 |
|
ianmacd
|
eb5c0f1aef
|
- add paragraph to section on contributing about not writing to file-system
|
2002-12-05 04:26:28 +00:00 |
|
ianmacd
|
4daa4529be
|
- add a CONTRIBUTING section
|
2002-10-26 04:59:51 +00:00 |
|
ianmacd
|
d09b63e2e7
|
- corrections to tar comments
|
2002-06-25 14:29:41 +00:00 |
|
ianmacd
|
12bded6a0f
|
- add section on symlinks to directories having nothing to do with
bash_completion
|
2002-06-25 14:15:52 +00:00 |
|
ianmacd
|
900456a75a
|
- update FAQ to mention tar completion and $COMP_TAR_INTERNAL_PATHS
|
2002-06-25 13:48:51 +00:00 |
|
ianmacd
|
969b695d5e
|
- add part on setting $BASH_COMPLETION prior to sourcing main file
- add details on how to subscribe to new release announcements
|
2002-04-22 06:07:20 +00:00 |
|
ianmacd
|
6f3f15ca19
|
- add FAQs for $COMP_CVS_REMOTE and $COMP_CONFIGURE_HINTS
|
2002-04-03 17:33:20 +00:00 |
|
ianmacd
|
e8bf5a02bc
|
- add text to explain that we now handle the lack of comp{gen,plete} -o
in bash 2.04 in the completion code
|
2002-04-03 17:23:42 +00:00 |
|
ianmacd
|
fd1ce927d2
|
- add FAQs on $BASH_COMPLETION_DIR and rating
|
2002-03-11 17:53:32 +00:00 |
|
ianmacd
|
ac9ed76df4
|
- added information to TROUBLESHOOTING section on use of set -[vx] to produce
debugging output
- added information to KNOWN PROBLEMS on how the code often assumes GNU
versions of various text utilities
|
2002-03-02 00:09:41 +00:00 |
|
ianmacd
|
7431c79c22
|
- remove KNOWN PROBLEMS section on compgen errors, as I think I've got them
licked now
- start work on FAQ section
|
2002-02-27 08:13:37 +00:00 |
|
ianmacd
|
6fecbb751c
|
- added section to KNOWN PROBLEMS about have() only checking for commands
in $PATH, so that sudo completion ccan't perform subcompletion for commands
in /sbin and other such directories
|
2002-02-25 22:02:41 +00:00 |
|
ianmacd
|
33582d81ee
|
- added KNOWN PROBLEMS section with information on cd issue within Makefiles
and compgen errors when passed a parameter that begins with a hyphen
|
2002-02-25 05:54:16 +00:00 |
|
ianmacd
|
b19e3d0992
|
add troubleshooting information about bash 2.05 not appending a / when
complete -o filenames is used
|
2002-02-20 05:53:33 +00:00 |
|
ianmacd
|
2709d4d42c
|
add text on sourcing bash_completion from /etc/bashrc
|
2002-02-12 15:54:57 +00:00 |
|
ianmacd
|
0a5f613673
|
a very simple README file
|
2002-02-09 08:41:35 +00:00 |
|