summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2000-09-18 17:36:27 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2000-09-18 17:36:27 +0000
commitb7e4f61e6f02db69049b8f309c1f75eb98b7b48f (patch)
tree7858f24072975f60a7a8a40670b6b4cfd9aa8052
parent7c7e1f97cba3b49698082206945bb06a8313364d (diff)
downloadzsh-b7e4f61e6f02db69049b8f309c1f75eb98b7b48f.tar.gz
zsh-b7e4f61e6f02db69049b8f309c1f75eb98b7b48f.zip
12835: Alphabetize special parameters list
Unposted: correct article number in Clint's patch
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87333013d..6728f6e17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+2000-09-18 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
+
+ * 12835: Doc/Zsh/compwid.yo: Alphabetize list of special parameters
+
2000-09-18 Clint Adams <schizo@debian.org>
- * 2836: Src/Modules/files.c: use ztrdup()/appstr() in lieu of
+ * 12836: Src/Modules/files.c: use ztrdup()/appstr() in lieu of
statically-allocated buffer in bin_ln.
2000-09-18 Bart Schaefer <schaefer@zsh.org>