aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b6120e1116..fd6e32747cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,10 @@
3 * regex.c (WIDE_CHAR_SUPPORT): Do not use defined() in macro. 3 * regex.c (WIDE_CHAR_SUPPORT): Do not use defined() in macro.
4 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>. 4 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
5 5
6 * editfns.c (Fcurrent_time_zone): Cast isalnum() argument to
7 unsigned char.
8 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
9
62001-10-08 Andrew Innes <andrewi@gnu.org> 102001-10-08 Andrew Innes <andrewi@gnu.org>
7 11
8 * lisp.h [max]: Undef min and max before redefining them. 12 * lisp.h [max]: Undef min and max before redefining them.