									Aachen, 02/03/1998

Notepad is simple text editor based on "fileview", a text viewer coming with the 
xclass library, written by  Hector Peraza.

again, another release between alpha and beta version


Still to be done:
-------------------------

- auto line-wrapping

- all help stuff


Changes to the last release:
----------------------------

- OText was rewritten (as messy source, but should work better)
- <TAB> now behaves as it should, is saved correctly
  (btw, TABs are displayed as one 0x09 and seven 0x10 chars...I really hope
   they are invisible, haven't tested other fonts to find out)
- Added some shortcuts:

	<CTRL> + x  :  cut
	<CTRL> + c  :  copy
	<CTRL> + v  :  paste
	<F3>	    : search again Popup 

Known bugs:
--------------------------

- You can't mark a single character (sorry, Hector)
- The horizontal scrollbar "lies" about the size of the document
- due to the special <TAB> handling,the "Column" number shows is incoorect in that 
  it doesn't count a <TAB> as one but as 8 characters

Install:
--------------------------

Just type "make" and copy the binary to a dir which is in your binary path

there are also two pixmaps.........the small can also be used for 
the xclass95 filebrowsers, just modify your .mime.types file...

you have to copy the xpms to the locations you have all the other icons...


add this to your .fvwm95rc...

   Style "Notepad"      TitleIcon mini.text.xpm

...and this to your .mime.types file

	[text/plain]
	pattern = *.te?xt 
	icon = mini.text.xpm
	action = notepad %s

There are two more pixmaps, notepad.s.xpm and notepad.t.xpm.
Copy those to your xclass icons directory (where OX_POOL points to)
After that, every file box (including explorer) will show those icons for the
"notepad" executable.



Have fun,
				Harald Radke

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

Windows is not the answer, but the question and the answer is NO !

==================================================================
E-Mail : harryrat@.kawo1.rwth-aachen.de
WWW : http://postnuklear.kawo1.rwth-aachen.de
==================================================================

