Martin adds condition,ignore cmds
[fw/sdcc] / ChangeLog
index e006fdda80733dbd539550ad26d554c2b36b6b8c..ac35e0e0939db347363832d43ccead33793e7fdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
+2003-05-28  Karl Bongers(patches from Martin Helmling)
+       * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
+         condition and ignore commands.
+
+2003-05-28  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
+         is in parts still quite out of date, I did changes as far as I felt makes sense
+         for a non-native english speaker. 
+         Please feel free to add to the manual or to correct my changes.
+       * doc/Makefile: undid touching the date of intermediate tex files.
+
+2003-05-26  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/sdccman.lyx: Manual has an index now
+
 2003-05-24  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
 
        * as/mcs51/lkaomf51.c: Address space 'z' was missing.
+       * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
+         src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
+         src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
+         instead of /Zm500.
 
 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann@web.de>