about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-11-24 10:25:33 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-11-24 10:25:33 +0000
commite66af50a984b9b693fd6bbbf5f806612cdd03b66 (patch)
treef00e013b62fceea6f1eded9f78f846781b983613 /ChangeLog
parent325a7c041715f7602ad55161cf15e14b24f97b97 (diff)
downloadzsh-e66af50a984b9b693fd6bbbf5f806612cdd03b66.tar.gz
zsh-e66af50a984b9b693fd6bbbf5f806612cdd03b66.tar.xz
zsh-e66af50a984b9b693fd6bbbf5f806612cdd03b66.zip
22014: argument-base, insert-unicode-char
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a8d74d3b..4ab7ceea9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-24  Peter Stephenson  <pws@csr.com>
+
+	* 22014: Doc/Zsh/Contrib.yo, Doc/Zsh/zle.yo,
+	Functions/Zle/.distfiles, Functions/Zle/insert-unicode-char,
+	Src/Zle/iwidgets.list, Src/Zle/zle.h, Src/Zle/zle_main.c,
+	Src/Zle/zle_misc.c: internal widget argument-base sets
+	numeric base for next prefix argument, widget insert-unicode-char
+	uses this to insert Unicode character by \U........
+
 2005-11-23  Peter Stephenson  <pws@csr.com>
 
 	* 22013: INSTALL, NEWS, Completion/compinstall,