about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-04-28 17:12:56 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-04-28 17:12:56 +0000
commitfe522a050320d9fcf70f6d6edc99fe9c005cce0a (patch)
tree68ced0d39401cdb9e877dab7714ab666e43bf2b1
parent36023fdada9fd4c0b072527c49e69d2888d56096 (diff)
downloadzsh-fe522a050320d9fcf70f6d6edc99fe9c005cce0a.tar.gz
zsh-fe522a050320d9fcf70f6d6edc99fe9c005cce0a.tar.xz
zsh-fe522a050320d9fcf70f6d6edc99fe9c005cce0a.zip
11012: Rearrange menus in Doc to match 11008. Also add some missing article
numbers from earlier ChangeLog entries.
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index dcfa938f6..236178dc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-28  Bart Schaefer  <schaefer@zsh.org>
+
+	* 11012: Doc/Zsh/intro.yo, Doc/Zsh/manual.yo: Reorder menus
+	to match sections in 11008.
+
 2000-04-28  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>
 
 	* 11008: Doc/zsh.yo, Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo,
@@ -25,7 +30,7 @@
 	* 10992: Src/Zle/complist.c: avoid wrapping around both
  	horizontally and vertically at the same time
 	
-2000-04-27  Bart Schaefer  <schaefer@brasslantern.com>
+2000-04-27  Bart Schaefer  <schaefer@zsh.org>
 
 	* Tanaka Akira: 10980: Completion for enscript.
 
@@ -4246,9 +4251,9 @@
 
 1999-10-02  Bart Schaefer  <schaefer@zsh.org>
 
-	* Src/exec.c: Start the path search over from the beginning, not
-	from where it was last left off, after removing a bad element at
-	attempted-execute-time.
+	* Src/exec.c: 8121: Start the path search over from the beginning,
+	not from where it was last left off, after removing a bad element
+	at attempted-execute-time.
 
 1999-09-30  Bart Schaefer  <schaefer@zsh.org>
 
@@ -4289,7 +4294,7 @@
 	if unable to stat(pwd).  This leaves the dirstack in an
 	inconsistent state and needs more looking-at.
 
-	* Src/exec.c: Be a little smarter about fixing up the command
+	* Src/exec.c: 8091: Be a little smarter about fixing up the command
 	table when we find a bad element at attempted-execute-time.
 
 1999-09-28  Bart Schaefer  <schaefer@zsh.org>