From 95dc71c8a45512490caad8abfe2acc63609679e7 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 24 Oct 2002 13:44:11 +0000 Subject: [PATCH] updated --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 810f7fdbcd5..862cec7057d 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,9 @@ +2002-10-24 Alain Magloire + + * src/.../core/output/MIConst.java (isoC): Change to return + a string instead '\n' is platform dependent and has to be + translate to "\r\n" for SWT widgets to work correctly on windows. + 2002-10-23 Alain Magloire gdb/mi for program control command will fire a change state event: