summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-09-15 15:31:37 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-09-15 15:31:37 +0000
commit6dee55ed9c88c4d819b0e24bf9bd56678a6d8b89 (patch)
tree0e17b6e169fc31376c6185b608bb43f5f96972ae
parent8aaf13e804be7b0a3a049b10cd367a178f5c8c57 (diff)
downloadzsh-6dee55ed9c88c4d819b0e24bf9bd56678a6d8b89.tar.gz
zsh-6dee55ed9c88c4d819b0e24bf9bd56678a6d8b89.zip
Fix email addresses, mention change to contrib.yo.
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c43bfdf24..435540f2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2000-09-14 Bart Schaefer <schaefer@brasslantern.com>
+2000-09-15 Bart Schaefer <schaefer@zsh.org>
+
+ * unposted: Doc/Zsh/contrib.yo: Missing hunk from 12765 (replace
+ another use of "wordcode").
+
+2000-09-14 Bart Schaefer <schaefer@zsh.org>
* 12804: Src/builtin.c: "typeset -m" implies "-g".
@@ -11,7 +16,7 @@
Quote the file name pushed onto the history, in case the command
word has strange characters in it. (Slighty edited.)
-2000-09-11 Bart Schaefer <schaefer@brasslantern.com>
+2000-09-11 Bart Schaefer <schaefer@zsh.org>
* 12793: Completion/Builtins/_zle, Doc/Zsh/compwid.yo,
Doc/Zsh/mod_zle.yo: Convert _zle to use _arguments; fix typos.