2005-02-08        <rivetwa@member.fsf.org>

	* updated bootstrap for my needs, commented INSTALL to reflect
	that this may not be exactly right for all platforms.

2005-02-04    <rivetwa@member.fsf.org>

	* Added documentation support. Try "make pdf" and "make info" now ;-).
	* Cleaned up macro quoting.

2005-01-02 Klaus Rudolph <lts-rudolph@gmx.de>
    Add additional debug output in case of termination 
    * src/avrdevice.cpp 

2005-01-02 Klaus Rudolph <lts-rudolph@gmx.de>
    Bugfix: PC now has only as many bits as needed for flash size
    * src/decoder.cpp 

2005-01-02 Klaus Rudolph <lts-rudolph@gmx.de>
    remove old unused source lines
    * src/flash.cpp 

2005-01-02 Klaus Rudolph <lts-rudolph@gmx.de>
    Bugfix: systemclocktypes was unknown to simulavr.so
    * src/simulavr.i

2005-01-02 Klaus Rudolph <lts-rudolph@gmx.de>
    adding usart to atmega128, not complete: synchronos mode missing
    double/tripple rx buffer missing
    * src/atmega128.cpp 
    * src/atmega128.h 
    * src/hwuart.cpp 
    * src/hwuart.h

2004-12-24    <rivetwa@member.fsf.org>

	* Added make_tarball and changed Makefile.am to work arround
	failure of make distcheck (complained about depcomp not being
	cleaned up???)

2004-12-24  Klaus Rudolph  <lts-rudolph@gmx.de>
    Cleanup for swig warnings
    * src/avrdevice.h 
    * src/main.cpp
    * src/mysocket.h
    * src/net.h
    * src/pin.h
    * src/serialtx.h
    * src/simulavr.i
    * src/systemclock.h

2004-12-23(2)  Klaus Rudolph  <lts-rudolph@gmx.de> 

    Remove private testcode
    * main.cpp
    * main3.cpp removed!
    * Makefile.am

2004-12-23  Klaus Rudolph  <lts-rudolph@gmx.de>

	First version of Change log, not of simulavrxx :-)
    * ChangeLog 
    * INSTALL
    * AUTHORS

    Bugfix: Simulation terminates or runs in trouble after internal
    time exceeds "long" variable. Fixed: use long long
    * src/avrdevice.cpp 
    * src/avrdevice.h 
    * src/hwwado.cpp 
    * src/hwwado.h 
    * src/irqsystem.h 
    * src/keyboard.cpp 
    * src/keyboard.h 
    * src/main3.cpp 
    * src/main.cpp 
    * src/systemclock.cpp 
    * src/systemclock.h 
    * src/trace.cpp 
    * src/trace.h 

