From c2b62fa1515d0ec588a9f8060b1f1a4915041ba8 Mon Sep 17 00:00:00 2001 From: sjborley Date: Wed, 18 May 2005 21:10:37 +0000 Subject: [PATCH] Updated for conversion to ASCII of German comments by Dietmar Warning --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 853953dfd..4a72d2503 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ * Moved isnan() to src/misc/missing_math.c from src/spicelib/devices/dev.c following suggestion from Dietmar warning. Also took opportunity to fixed a compiler warning in dev.c + + * Conversion of files containing non-ASCII characters (German language + comments) to ASCII by Dietmar Warning. 2005-05-18 Steven Borley