about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27e7ad082..6f9f0a0f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-10-31  Wayne Davison  <wayned@users.sourceforge.net>
 
+	* unposted: Src/Zle/deltochar.c, Src/Zle/zle_move.c,
+	Src/Zle/zle_utils.c: Fixed some compiler warnings about
+	signed/unsigned comparisons.
+
 	* unposted: Src/Modules/files.c, Src/Modules/mathfunc.c,
 	Src/Modules/zutil.c, Src/Zle/computil.c: use idigit() instead
 	of range-checking '0' - '9'.