about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-04 09:20:25 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-04 09:20:25 +0000
commit7a9958e78eab56b576c97942ad21ac27833921b7 (patch)
tree50187f700fc7dc8c8c01fef1c2264ba5f9d3ad3a /ChangeLog
parent504ea49e4c8692cb25dc20b6aea85b32bbc08a37 (diff)
downloadzsh-7a9958e78eab56b576c97942ad21ac27833921b7.tar.gz
zsh-7a9958e78eab56b576c97942ad21ac27833921b7.tar.xz
zsh-7a9958e78eab56b576c97942ad21ac27833921b7.zip
22582: configure.ac: test properly for functions for MULTIBYTE_SUPPORT
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 942c2be46..8f6dfd1fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-08-04  Peter Stephenson  <pws@csr.com>
 
+	* 22582: configure.ac: Test for functions needed for multibyte
+	mode instead of basing MULTIBYTE_SUPPORT on marginally relevant
+	preprocessor definition.  Installation docs still need changing.
+
 	* 22583: Peter A. Castro: Src/Modules/mathfunc.c: Cygwin erand48()
 	apparently needs initialisation.