From b3c5a9f577e5d68a5343cf35e59069d5f0bea3c2 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Fri, 29 Apr 2005 07:33:58 +0000 Subject: [PATCH] Updated with latest changes. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9fe7873a4..c3fc20d45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-04-29 Paolo Nenzi + + * src/frontend/inpcom.c: end-of-line comments starting with + the "$" (dollar) sign can be confused with a variable. To + avoid this, the new syntax for such and-of-line comment is: + $ (the space is mandatory). + Patch sent from Steven Borley . + + 2005-04-26 Paolo Nenzi * src/main.c, src/frontend{inp.c, nutinp.c}, src/include/defines.h: