diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-14 17:47:11 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-11-14 17:47:11 +0000 |
commit | ea807260e4027adfa100dd2b3dde31baa99fad4d (patch) | |
tree | 3088934546f34b628549c2599180f9b73ca01cab /ChangeLog | |
parent | 2d77bd0d58490cb5df833b9ccc3d479267f879f6 (diff) | |
download | zsh-ea807260e4027adfa100dd2b3dde31baa99fad4d.tar.gz zsh-ea807260e4027adfa100dd2b3dde31baa99fad4d.tar.xz zsh-ea807260e4027adfa100dd2b3dde31baa99fad4d.zip |
Changes inspired by Paul J. in case multiple versions of perl are installed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 70b9906ef..872a88083 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-11-14 Bart Schaefer <schaefer@zsh.org> + + * 13165 plus unposted: Completion/User/_perl_modules: `builtin cd' + is better than chdir; make sure the variable name used for the cache + has a leading underscore, but strip that off to get the name under + which the cache is stored and retrieved; cache separately for each + command basename (e.g., perl5.00405 v. perl5.00503), not just each + full path name. + + * Paul Johnson: 13164: Completion/User/_perl_modules: If a full + path was given for the command after which perl modules are being + completed, look up and cache the modules under the full name; use + chdir instead of cd in case of a function wrapper for cd. + 2000-11-14 Sven Wischnowsky <wischnow@zsh.org> * 13163: Src/Modules/zpty.c: don't be sure that read-ahead doesn't |