about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-01-08 23:13:53 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-01-08 23:13:53 +0000
commitc7c713939d305b6dc898acce61d0ce30b1a051cc (patch)
treee40c793c5ff05717c4fe7ead734b6c5366e3c3bd
parent8e1306c5b1a5b19a50e3a44a4e498e30939a20cf (diff)
downloadzsh-c7c713939d305b6dc898acce61d0ce30b1a051cc.tar.gz
zsh-c7c713939d305b6dc898acce61d0ce30b1a051cc.tar.xz
zsh-c7c713939d305b6dc898acce61d0ce30b1a051cc.zip
Mention configure.ac changes.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 165068f6b..6a8236015 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
 	does not truncate a name that has an invalid character sequence in
 	the current character set (affected chars display as \M-... chars).
 
+	* unposted: configure.ac: got rid of probe for wcswidth() and added
+	probes for fchown() and fchmod() (the latter changes were accidentally
+	left out of my 22091 patch).
+
 	* unposted: Src/utils.c, Src/system.h: Changed the single spot
 	that used wcswidth() over to use wcwidth() and got rid of the
 	work-around for OpenBSD (which lacks wcswidth()).