about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-05-15 09:23:08 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-05-15 09:23:08 +0000
commit4e309d2cddb7b8e1ee7c57320ba4a87162e943bf (patch)
treec36f194a9bcbde770a00d39bb9618552e3f94cbd /ChangeLog
parent62719196b27496c3cc4ff97a92fc03627b1bab38 (diff)
downloadzsh-4e309d2cddb7b8e1ee7c57320ba4a87162e943bf.tar.gz
zsh-4e309d2cddb7b8e1ee7c57320ba4a87162e943bf.tar.xz
zsh-4e309d2cddb7b8e1ee7c57320ba4a87162e943bf.zip
18539 and remaining bits of 18536???: vi and emacs options, autoload zle
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2b183c24..5550e3a02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+2003-05-15  Peter Stephenson  <pws@csr.com>
+
+	* 18539: Src/init.c: upgrade 18536 to autoload zle on
+	`set -o vi' or `set -o emacs'.
+
 2003-05-14  Peter Stephenson  <pws@csr.com>
 
+	* 18536: Doc/Zsh/options.yo, Src/init.c, Src/options.c,
+	Src/zsh.h, Src/Zle/zle_keymap.c, Src/Zle/zle_main.c:
+	Add EMACS and VI options for POSIX-style
+	keymap changes; only implemented for compatibility.
+
 	* Jonathan Paisley <jp-www@dcs.gla.ac.uk>: 18513:
 	Src/Zle/complist.c: Work around a bad pointer access after
 	resizing the terminal in menu selection.