diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-19 09:16:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-19 09:16:17 +0000 |
commit | 207758992aed766b96e511bf067b6505c9e783cd (patch) | |
tree | 609bfe646611e77cb9b01ce3802a7aebb3c8e6e5 | |
parent | 1b15c688dc9cd826e8df91fe9d2d8e09605e8a66 (diff) | |
download | zsh-207758992aed766b96e511bf067b6505c9e783cd.tar.gz zsh-207758992aed766b96e511bf067b6505c9e783cd.tar.xz zsh-207758992aed766b96e511bf067b6505c9e783cd.zip |
.distfiles additions zsh-3.1.9-dev-1
-rw-r--r-- | .distfiles | 2 | ||||
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Commands/.distfiles | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/.distfiles b/.distfiles index b9ab9ae0c..f290cd033 100644 --- a/.distfiles +++ b/.distfiles @@ -1,6 +1,6 @@ DISTFILES_SRC=' .cvsignore .distfiles .preconfig Makefile.in - ChangeLog ChangeLog.3.0 INSTALL LICENCE META-FAQ README + ChangeLog ChangeLog-Release ChangeLog.3.0 INSTALL LICENCE META-FAQ README acconfig.h aclocal.m4 aczsh.m4 configure.in configure config.h.in stamp-h.in config.guess config.sub install-sh mkinstalldirs diff --git a/ChangeLog b/ChangeLog index 90c0f2021..7d5eb22b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-19 Peter Stephenson <pws@cambridgesiliconradio.com> + * unpost: additions to Completion/Commands/.distfiles and + .distfiles. + * users/3189: Functions/Misc/zmv: use depth-first ordering with **/; ignore files whose names are unchanged by the substitution. diff --git a/Completion/Commands/.distfiles b/Completion/Commands/.distfiles index dc4355785..bb391269c 100644 --- a/Completion/Commands/.distfiles +++ b/Completion/Commands/.distfiles @@ -2,5 +2,5 @@ DISTFILES_SRC=' .distfiles _bash_completions _complete_debug _correct_filename _correct_word _expand_word _history_complete_word _read_comp _most_recent_file - _complete_help _next_tags _complete_tag + _complete_help _next_tags _complete_tag _generic ' |