--------------------------------------------------------------------------------

                      new changes applied by ali akcaagac.
                           starting with 29-Apr-2000.
                                  reach me at
                     ali.akcaagac@stud.fh-wilhelmshaven.de

--------------------------------------------------------------------------------
07-Feb-2001 : new features added.
v1.0.2	[Dis]	- changed back to old layout, means sourcecode gets
		  disassembled as it used to be in pilotdis v1.13 i replaced
		  the tabs with their spaces again. it's now fully compatible
		  again.
		- changed the behave of [-ng] and [-nl] by default the
		  crossreferences won't be added to an disabled sourcecode.
		  you must for now enter [-ng] and/or [-nl] to get them added.
		  that was someting that i wanted to change for longer now.
		- fixed some compile incompatibilities hope all is fixed now.
	[Pila]	- applied some patches that was send to me by someone, sorry
		  forgot your name, please contact me. it's said that it will
		  then compile under bsd/solaris. never tested by my side.
--------------------------------------------------------------------------------
06-May-2000 : new features added.
v1.0.1	[Dis]	- verbose output changed, now you get some nice rotating
		  dashes instead of screenfilling dots. also more information
		  output for the enduser. (rotating dash need ansi support).
	[Dis]	- changed to ./configure script. so compiling should become
		  even easier for linux users.
	[Dis]	- pilotdis manpage reformated/cleaned/upgraded and unixfied.
	[Pila]	- yes, pila got implemented to this archive. now the fullpower
		  development should begin.
--------------------------------------------------------------------------------
31-Apr-2000 : new features added.
v1.15		- fixed systrap counting bug. now the systraps should be
		  all found.
		- reorganized the complete code and threw out a lot of shit.
		  (still to go)
		- a lot of correct case statements and case defaults where
		  missing, they got added now.
		- [-x]. option renamed to [-pilamode]. this generates special
		  pilacompatible (not yet 100%) outputcode.
		- [-v]. option added. this gives you nice progressbar about
		  the status of sourcecode processing.
		- helpsystem output changed.
		- a couple of minor bugfixes.
--------------------------------------------------------------------------------
29-Apr-2000 : new features added.
v1.14		- [-codeonly], disassemble the code including labels only.
		- [-seperator], adds a nice seperator after 'RTS'. this makes
		  codereading much easier.
		- spaces between labels and code has been replaced with tabs.
		  this makes the outputcode even shorter.
		- now you can select which base you want to use for output

			- [-hex], hex will output lines that has been shown
			  before as:	move.l #3!$3,d0		becomes now
					move.l #$3,d0

			- [-dec], dec will output lines that has been shown
			  before as:	move.l #3!$3,d0		becomes now
					move.l #3,d0

		  leaving these commandlines will output as before. it will
		  give you:	move.l #3!$3,d0		got it now ?
		- all new systraps added (at least all i got and know!)
		  btw. hell, this was a hard work, nearly some hundreds
		  new trapcalls added by hand, and some old ones have to
		  be renamed/replaced/fixed. but now it should be os3.5
		  compatible. the new traps were ripped by "pose" includes.
		- changed the output again. in older versions you got:
			move.l	blah
			sysTrapSysAppStartup
			move.l	blah
		  i really dont know what mad thoughts went to the coder, who
		  implemented that shit like this. which assembler should ever
		  understand it. and of coz'
			$4e4fa08f sysTrapSysAppStartup
		  as shown dissasembled before is totally wrong.
			$4e4f is the opcode for trap #15 and
			$a08f is sysTrapSysAppStartup
		  therefore it has to become like this.
			move.l	blah
			trap	#15
			dc.w	sysTrapSysAppStartup
			move.l	blah
--------------------------------------------------------------------------------
