madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Add Ubuntu patches (20060301-0ubuntu1) #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Mika Fischer has applied patches to bash_completion within Ubuntu.  These
patches should also be applied to bash-completion-lib.

For the list of Ubuntu patches, see: http://git.zoopnet.de/bash-completion.git

Original issue reported on code.google.com by fvu...@gmail.com on 16 May 2008 at 9:31

GoogleCodeExporter commented 8 years ago

Original comment by fvu...@gmail.com on 17 May 2008 at 4:43

GoogleCodeExporter commented 8 years ago

Original comment by fvu...@gmail.com on 24 May 2008 at 9:01

GoogleCodeExporter commented 8 years ago
* Initial release, split out from the bash package.
  The software currently is unsupported upstream.
* Don't try to set a readonly variable. LP: #149527.
* Support purge in apt-get auto completion (Mathias Gug). LP: #151677.
* evince: Autocomplete on cbr/cbz/djvu files. LP: #156200, #175220.
  Closes: #400678.
* kdvi: complete .*\.dvi\.(gz|bz2). LP: #128234.
* kpdf: Complete postscript files. LP: #162319.
* Make completion working in the middle of a word (Adam Simpkins).
  LP: #139666.

Original comment by fvu...@gmail.com on 24 May 2008 at 9:04

GoogleCodeExporter commented 8 years ago
Most of the code now comes from bash_completion-Debian-20060301-4 which also 
includes
20060301-ubuntu1, so most of the patces should be included.  Tests should be 
written
to   make sure.

Original comment by fvu...@gmail.com on 29 Jun 2008 at 5:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
See https://bugs.launchpad.net/ubuntu for more information on Launchpad (LP) 
bugs.

Original comment by fvu...@gmail.com on 23 Sep 2008 at 8:22

GoogleCodeExporter commented 8 years ago
See Issue 31 for "Don't try to set a readonly variable. LP: #149527"

Original comment by fvu...@gmail.com on 28 Sep 2008 at 8:47

GoogleCodeExporter commented 8 years ago
LP: #149527
Bash_completion_lib doesn't make use of readonly variables, therefore this bug 
does
not apply.  It is however desirable to return early on if bash_completion_lib is
sourced for the second time.  This is now done by looking at environment 
variable
`COMP_VERSION'.  If `COMP_VERSION' is non-empty, bash_completion_lib will exit 
early.

Original comment by fvu...@gmail.com on 1 Oct 2008 at 8:03

GoogleCodeExporter commented 8 years ago
LP: #151677
"Support purge in apt-get auto completion (Mathias Gug)."
The `_apt_get' function with 'purge' support is copied from Debian
bashcompletion-20060301-4.

An automated test has been written to verify the `apt-get purge' support.  To 
run the
test:

   $ ./runCompletionLib apt-get.exp

Fixed in r60.

Original comment by fvu...@gmail.com on 2 Oct 2008 at 8:59

GoogleCodeExporter commented 8 years ago
LP: #156200, #175220
evince: Autocomplete on cbr/cbz/djvu files.  To run automated tests:

   ./runCompletionLib evince.exp --debug

Fixed in r62.

Original comment by fvu...@gmail.com on 3 Oct 2008 at 3:03

GoogleCodeExporter commented 8 years ago
LP: #128234
kdvi: complete .dvi{.gz/bz2} files.  To run automated test:

    ./runCompletionLib kdvi.exp

Fixed in r63.

Original comment by fvu...@gmail.com on 3 Oct 2008 at 3:49

GoogleCodeExporter commented 8 years ago
LP: #162319
kpdf: Complete postscript files.  To run automated tests:

    ./runCompletionLib kpdf.exp --debug

Fixed in r64.

This complete all patches of 20060301-0ubuntu1.

Original comment by fvu...@gmail.com on 4 Oct 2008 at 6:42