diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2003-03-15 07:37:01 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2003-03-15 07:37:01 +0000 |
commit | 454c01accf4c7c9ff426848671be2e6b4296db36 (patch) | |
tree | 2a2cc0b11172758a74ee289bfb9b010e28c7a155 | |
parent | d8fac9fb2315c3edf5f51d0df81c8d99b7018662 (diff) | |
download | zsh-454c01accf4c7c9ff426848671be2e6b4296db36.tar.gz zsh-454c01accf4c7c9ff426848671be2e6b4296db36.tar.xz zsh-454c01accf4c7c9ff426848671be2e6b4296db36.zip |
unposted: remove _xrdb, better completion for xrdb is provided by _x_utils
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/X/Command/.distfiles | 4 | ||||
-rw-r--r-- | Completion/X/Command/_xrdb | 9 |
3 files changed, 8 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog index e4e024b18..639c43269 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2003-03-15 Doug Kearns <djkea2@mugca.its.monash.edu.au> + + * unposted: Completion/X/Command/_xrdb: remove _xrdb as superior + completion for xrdb is provided by _x_utils + 2003-03-14 Oliver Kiddle <opk@zsh.org> * 18343, 18348: zshconfig.ac, Doc/Zsh/builtins.yo, Src/utils.c: handle \u and \U escapes for specifying unicode characters -2003-03-15 Doug Kearns <djkea2@mugca.its.monash.edu.au> +2003-03-14 Doug Kearns <djkea2@mugca.its.monash.edu.au> * 18351: Completion/Unix/Command/_antiword: new completion for antiword diff --git a/Completion/X/Command/.distfiles b/Completion/X/Command/.distfiles index 26bf2aff1..51bef861a 100644 --- a/Completion/X/Command/.distfiles +++ b/Completion/X/Command/.distfiles @@ -1,6 +1,6 @@ DISTFILES_SRC=' .distfiles -_gv _netscape _xauth _xfig _xrdb _xterm _xwit +_gv _netscape _xauth _xfig _mozilla _xterm _xwit _nedit _vnc _x_utils _xdvi _xmodmap _xset _xv -_mozilla _xloadimage +_xloadimage ' diff --git a/Completion/X/Command/_xrdb b/Completion/X/Command/_xrdb deleted file mode 100644 index 83ccb9955..000000000 --- a/Completion/X/Command/_xrdb +++ /dev/null @@ -1,9 +0,0 @@ -#compdef xrdb - -_arguments \ - -{help,all,global,screen,screens,n,quiet,nocpp,symbols,query,load,merge,remove,retain} \ - '-display:display:_x_display' \ - '-cpp:preprocessor program:_files -g \*\(-\*\)' \ - '-edit:file to insert:_files' \ - '-backup:suffix for backup: ' \ - '*:defaults file:_files' |