From de215777ed22e6c2ae5d7d3a4de589939adf149a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 16 Aug 2005 23:20:55 +0000 Subject: [PATCH] 21629 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6badab433..99bc1ea0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-08-16 Wayne Davison + * 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.