* create url files instead links in startup menu
[fw/sdcc] / ChangeLog
index 896aa1f7fdc36b7438db19c1e3ba38f01e864f60..a858d844a2a6f1c9097b3e69a2e20b2bf4285d6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,35 @@
+2008-03-16 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: added section debugging macros, added SDCC
+         icon, changed startup menu for release distribution, code cleaning,
+         create url files instead links in startup menu
+
+2008-03-16 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCcse.c (algebraicOpts): fixed bug 1579949
+       * support/regression/tests/bug1579949.c: new, added
+
+2008-03-14 Paul Stoffregen <paul AT pjrc.com>
+
+       * device/lib/printf_fast.c: fixed bug 1255403
+
+2008-03-14 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * doc/sdccman.lyx: enhanced paragraph about bankswitching for mcs51
+       * src/cdbFile.c (cdbWriteBasicSymbol): fixed bug 1909409 for locals
+
+2008-03-14 Borut Razem <borut.razem AT siol.net>
+
+       * as/doc/asmlnk.doc, as/doc/asxhtm.html: updated link-xx and aslink
+         command line options
+       * as/link/hc08/lkmain.c: converted tabs to spaces so that the usage
+         is correctly displayed
+       * as/link/z80/lkmain.c: usage line commented out
+
 2008-03-13 Borut Razem <borut.razem AT siol.net>
 
-       * doc/sdccman.lyx: corrected to be able to convert to PDF
+       * doc/sdccman.lyx: corrected to be able to convert to PDF,
+         updated the list pf supported pic14 devices
 
 2008-03-12 Maarten Brock <sourceforge.brock AT dse.nl>