summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ueding <dev@martin-ueding.de>2012-07-21 20:05:24 +0200
committerVille Skyttä <ville.skytta@iki.fi>2012-07-22 19:30:36 +0300
commita9b253ca8b475dc2ffda6edc7451af28d23d4eed (patch)
tree5eb11b585bc5f4b53a63367269dc15f0d5e8291e
parent3f9fe7a853c74d68f64e05ecaca474e7a6819d81 (diff)
downloadbash-completion-a9b253ca8b475dc2ffda6edc7451af28d23d4eed.tar.gz
Remove more whitespace
-rw-r--r--CHANGES12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 3c01e9f8..17d582c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -324,7 +324,7 @@ bash-completion (1.90)
bash-completion (1.3)
[ Guillaume Rousse ]
- * added pure-perl perldoc completion helper, using work from Aristotle
+ * added pure-perl perldoc completion helper, using work from Aristotle
Pagaltzis (pagaltzis@gmx.de)
* added completions for xfreerdp and iscsiadm
* updated xm subcommands list
@@ -880,7 +880,7 @@ bash-completion (1.0)
completion-by-extension for `display' (Alioth#311429)
* Removed duplicate completion option `-borderwidth' for `display'
* Prevent completion dir from being sourced twice if
- BASH_COMPLETION_DIR and BASH_COMPLETION_COMPAT_DIR are equal (Alioth#311433)
+ BASH_COMPLETION_DIR and BASH_COMPLETION_COMPAT_DIR are equal (Alioth#311433)
* Make `_mii-tool()' and `_mii-diag()' POSIX-compliant
* Fix _isql completion waiting for grep input if $ODBCINI not set; handle
whitespace in $ODBCINI.
@@ -898,7 +898,7 @@ bash-completion (1.0)
bash-completion (20080705) unstable; urgency=low
[ David Paleino ]
- * Added more completions to imagemagick (thanks to Nelson A. de
+ * Added more completions to imagemagick (thanks to Nelson A. de
Oliveira) (Debian: #487786)
* Added xrandr completion (thanks to Anton Khirnov) (Debian: #487825)
* Improving _gdb completion:
@@ -931,7 +931,7 @@ bash-completion (20080617.4) experimental; urgency=low
- refactored _filedir_xspec using quote_readline()
- fixed COMPREPLY's in _iwconfig
- fixed _cvs()
- - _known_hosts(): use files from UserKnownHostsFile options in
+ - _known_hosts(): use files from UserKnownHostsFile options in
addition to standard ones.
- fixed _command() to correctly prune the command line
- disabled completion of PostgreSQL users and databases (Ubuntu: #164772)
@@ -999,7 +999,7 @@ bash-completion (20080617) unstable; urgency=low
- added rrdtool completion, thanks to Justin Pryzby (Debian: #428641)
- added OpenDocument completion for unzip/zipinfo (.od{f,g,p,s,t})
(Debian: #472940)
- - fixed escaping problems with job control (i.e. disown, jobs, bg,
+ - fixed escaping problems with job control (i.e. disown, jobs, bg,
fg): the argument is now surrounded by "" (Debian: #347316)
- make mkdir complete also on filenames (Debian: #376433)
- {bz,z}{cat,cmp,diff,egrep,fgrep,grep,less,more} now should complete
@@ -1007,7 +1007,7 @@ bash-completion (20080617) unstable; urgency=low
(Debian: #455510)
- fixes Perl completion (Debian: #470742)
- fixes get_cword -> _get_cword typo (Debian: #478596)
- - fixes _get_cword() function to properly handle filenames with
+ - fixes _get_cword() function to properly handle filenames with
whitespaces (Debian: #394636, #468254, #474094)
- added .pdf.bz2 completion to evince (Debian: #424736)
- added .svg completion to display (Debian: #441017)