about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6badab433..99bc1ea0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-08-16  Wayne Davison  <wayned@users.sourceforge.net>
 
+	* 21629: configure.ac, Src/system.h: moved the optional definition
+	of ZLE_UNICODE_SUPPORT into configure, and added support for the
+	new --enable-multibyte and --disable-multibyte configure options.
+
 	* 1/2 of 21644: Src/Zle/complete.c: fixed bug in do_comp_vars()
 	when the first char in compprefix is metified.