2005-07-25 <lts-rudolph@gmx.de>
    *src/hwuart.cpp
    *src/serialrx.cpp
    *src/serialrx.h
    *src/serialtx.cpp
    *src/serialtx.h

    bugfix for my changes in #4147-4152
    thanks to Artur Abels for very fast review

2005-07-18 <lts-rudolph@gmx.de>
    *src/decoder.h
    *src/externaltype.h
    *src/funktor.h
    *src/hwmegatimer.h
    *src/hwuart.cpp
    *src/net.cpp
    *src/net.h
    *src/pin.cpp
    *src/pin.h
    *src/pinnotify.h
    *src/rwmem.h
    *src/serialrx.cpp
    *src/serialrx.h
    *src/serialtx.cpp
    *src/serialtx.h
    *src/simulationmember.h

    adding all patches from #4147-4152 with minor changes
    thanks to Artur Abels!

2005-05-22 <lts-rudolph@mx.de>
    * src/avrdevice.cpp 
    * src/avrdevice.h 
    * src/main.cpp 
    * src/rwmem.cpp 
    * src/rwmem.h
    * src/simulavr.i 
    * src/at8515special.cpp (deleted)
    * src/at8515special.h (deleted)

    the old at8515special devices which have a hard coded file name to write 
    into a file are replaced by a more generic solution. Any core could
    be expanded by an RWReadFromPipe or RWWriteToPipe special register.
    For details look inside rwmem.h or main.h for an example.
    
2005-05-16 <lts-rudolph@gmx.de>
    *src/avrdevice.cpp: Bugfix: rawsize -> size

    *src/<nearly all files>: Bugfix: RWMemoryMembers constructor
    inits now 'core', needed for all traces

    *src/<some files>: Remove trace outputs if tracing
                       is not enabled

    *src/hwuart.cpp: Bugfix: clear UDRE irq by writing UDR
                     Bugfix: only init HWUsart once (parent
                             allready inits the usart

                     Bugfix: irq handling in usart

     Thanks to Jakob Schwendner for the bugreports in u(s)art!                

2005-03-13 <lts-rudolph@gmx.de>
    * src/avrdevice.cpp: Bugfix: _cooked_size -> rawsize
    Bug #12295 fixed

2005-03-03    <no.mail@please.com>

	* examples/anacomp/Makefile.am (do_python): Added do_python target

2005-03-03    <rivetwa@member.fsf.org>

	* configure.ac: Added src/python/Makefile 
	* src/python/Makefile.am: created. (hack to make $(distdir)/src/python)

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

	* src/Makefile.am: (elonen's patch) Accepted the addition of SWIG
	generated Python bindings.

	* examples/anacomp/checkdebug.py: ported from Klaus's TCL version.


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

	* doc/Makefile.am: Added default pdf and info  generation rule

	* Added $(srcdir)checkdebug.gdb.in->$(distdiri)checkdebug.gdb change

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

	* doc/simulavrxx.texinfo: Minor updated to spelling and word
	choice. Minor problems remain. (version/update fields not setup)

	* INSTALL (bootstrap): Updated bootstrap notes

	* configure.ac: (Russell Shaw patch) Incorporated use of
	tclConfig.sh to gather information about TCL, as well as several
	modifications to check for more tools and features. Cleaned up
	quoting and replaced my silly "echo" with AC_MSG_NOTICE, for
	example. Thanks Russell!

	* bootstrap: some nice mods also courtesy of Russell Shaw (check
	that automake, libtool and autoconf are available)

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

	* src/Makefile.am: (Oled Batrashev patch) Added flow in of
	TCL_INCLUDE_SPEC variable, added to CPPFLAGS. Thanks again Oleg!

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

	* configure.ac: (Oleg Batrashev patch) Added flow of
	TCL_INCLUDE_SPEC to Makefile, added warning message if swig is not
	found. Thanks Oleg!

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 

