about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-03-08 12:03:33 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-03-08 12:03:33 +0000
commitf46ad1753bc86fddddbef87ffa659f66bbadef5d (patch)
tree6d51eb221918019b509d88e4b081cfd8eb6ae409
parent205af0547171224bfaf5bce2f8f92ce10ee69ecf (diff)
downloadzsh-4.0.2-pre-2.tar.gz
zsh-4.0.2-pre-2.tar.xz
zsh-4.0.2-pre-2.zip
Dist more files zsh-4.0.2-pre-2
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Base/.distfiles1
-rw-r--r--Completion/Core/.distfiles2
-rw-r--r--Completion/User/.distfiles8
-rw-r--r--Functions/Zle/.distfiles1
5 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a9b079c74..063adca5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
 	* unposted: Config/version.mk: 4.0.1-pre-2.
 
+	* unposted: Functions/Zle/.distfiles, Completion/Core/.distfiles,
+	Completion/Base/.distfiles, Completion/User/.distfiles: dist more
+	files.
+
 2001-03-08  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 13591: Completion/User/_init_d: try to find out the sub commands
diff --git a/Completion/Base/.distfiles b/Completion/Base/.distfiles
index 0cbe1f97f..c96732a76 100644
--- a/Completion/Base/.distfiles
+++ b/Completion/Base/.distfiles
@@ -4,4 +4,5 @@ DISTFILES_SRC='
     _command_names _condition _default _describe _equal _first _in_vared
     _jobs _math _parameter _precommand _redirect _regex_arguments
     _retrieve_cache _store_cache _subscript _tilde _value _values
+    _sub_commands
 '
diff --git a/Completion/Core/.distfiles b/Completion/Core/.distfiles
index d56385133..046eb3730 100644
--- a/Completion/Core/.distfiles
+++ b/Completion/Core/.distfiles
@@ -1,7 +1,7 @@
 DISTFILES_SRC='
     .distfiles
     _all_labels _all_matches _alternative _approximate
-    _call _compalso _complete _correct _description _expand
+    _call _compalso _complete _correct _description _expand _expand_alias
     _file_descriptors _files _funcall _history _ignored _list _main_complete
     _match _menu _multi_parts _message _next_label _normal _oldlist _options
     _parameters _path_files _prefix _requested _sep_parts
diff --git a/Completion/User/.distfiles b/Completion/User/.distfiles
index 685ad7ff0..f9bf07035 100644
--- a/Completion/User/.distfiles
+++ b/Completion/User/.distfiles
@@ -1,11 +1,11 @@
 DISTFILES_SRC='
     .distfiles
-    _a2ps _archie _arp _bison _bzip2 _chown _compress
+    _a2ps _apachectl _archie _arp _bison _bzip2 _chown _compress
     _configure _cvs _dd _dict _diff _diff_options _dir_list _dirs
     _domains _dvi _enscript
-    _find _finger _fakeroot _flex _gcc _gdb  _getconf _gprof _groups
-    _gs _gv _gzip _hosts _imagemagick _ispell
-    _java _joe _killall _lp _look _lynx _lzop
+    _find _finger _fakeroot _flex _gcc _gdb  _getconf _gprof _grep _groups
+    _gs _gv _gzip _hosts _imagemagick _init_d _ispell
+    _java _joe _killall _lp _look _ls _lynx _lzop
     _mailboxes _make _man _mere _mh _mount _mutt _my_accounts _mysql_utils
     _nedit _netscape _newsgroups _nslookup _other_accounts
     _pack _patch _pbm _pdf _perl _perl_basepods _perl_builtin_funcs
diff --git a/Functions/Zle/.distfiles b/Functions/Zle/.distfiles
index 73e0db0a0..69914ce57 100644
--- a/Functions/Zle/.distfiles
+++ b/Functions/Zle/.distfiles
@@ -1,4 +1,5 @@
 DISTFILES_SRC='
     .distfiles history-search-end edit-command-line incremental-complete-word
     incarg insert-files predict-on smart-insert-last-word
+    cycle-completion-positions
 '