* doc/sdccman.lyx: removed two index entries which prevented the
[fw/sdcc] / ChangeLog
index f10e1f59d9be366ce0d87772f92f05c7e093b2e5..0b01b2eea623b12153bd7214fbcde9a87cba99af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2007-08-06 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: removed two index entries which prevented the
+         generation of sdcc doc archive
+
+2007-08-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * doc/sdccman.lyx: Same changes made 2007-07-28 but using lyx 1.4.4
+         instead of lyx 1.5.0.
+
+2007-07-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * device/include/hc08/mc68hc908apxx.h: new header contributed by
+         Lucas Loizaga, with minor modifications. Thanks!
+
+2007-07-28 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * doc/sdccman.lyx: Documented --acall-ajmp and described new features
+         in sdcclib.
+
+2007-07-28 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * src/SDCCglobl.h, src/SDCCpeeph.c, src/SDCCglue.c, src/mcs51/main.c,
+         src/mcs51/peeph.def: Added option --acall-ajmp: replaces lcall/ljmp
+         with acall/ajmp.
+
 2007-07-22 Borut Razem <borut.razem AT siol.net>
 
        * configure.in, configure: re-introduced .version
          Multiple infiles for sdcclib.
 
 2007-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
        * src/SDCCast.c (inlineFindMaxBlockno, createFunction): fixed
          bug 1731741