Latest update: 941120
=====================

  "the fine aesthetic in a perfect program can liberate the mind and spirit"
				     - Bruce Sterling (ISBN 0-14-017734-5)

Developers:
==========
  Daniel Stenberg and Kjell Ericson

Mailing:
=======
  We both read our FidoNet mail on 2:201/328
  Daniel has email adress Daniel.Stenberg@sth.frontec.se

  FrexxEd has its own emailing list at address: frexxedm@aobh.xs4all.nl
  Join that mailing list by writing 'ADD [your address] frexxedm' in the body
  of a mail addressed to frexxedm-request@aobh.xs4all.nl.

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

HISTORY:
=======

	- 'FileChanged' is a new exception that occurs when trying to save a
	  buffer that has been changed on disk since last saved or loaded into
	  FrexxEd.

	- The undo buffer could mismatch if you played with the
	  'insert_mode' flag

	- CursorActive() can deactivate the cursor, returns the last state
	  of the cursor.

	- BlockMove() could cause serious hits if used on only a part of
	  a single line.

	- fpl.library was updated, v9.9 should be used!

	- * Added:
	  DoubleMode.FPL   - by Jesper Skov
	  LaTexCompile.FPL - by Jesper Skov
	  MegaIndent.FPL   - by Linus Nielsen
	  QuitAndKill.FPL  - by Linus Nielsen

	  * Removed (these will be collected in an external FPL file package):
	  FindFunction.FPL
	  Index.FPL
	  MouseMark.FPL
	  Solitaire.FPL
	  EliteWrite.FPL
	  RövarSpråk.FPL
	  WriteProtect.FPL
	  GetFile.FPL

	  * Updated:
	  Menu.FPL
	  FrexxEd.FPL
	  CIndent.FPL
	  SoftEdit.FPL
	  SimpleHelp.FPL
	  ExtraIO.FPL
	  Snake.FPL

	- FrexxEd now clones the text overscan instead of standard overscan.

	- The new 'fpl_path' setting controls which directories to scan to
	  find a FPL program. A vertical bar '|' seperates the different
	  directories.  Default "|FrexxEd:FPL/".

	- A dealloc error could occur on quit after you'd used replace.

	- The hook/key dependencies allow a OR (|) switch or an AND (&)
	  switch.

	- The slider was misplaced if you run FrexxEd on a lowres screen.

	- If the 'rwed_sensitive' flag is set, you can't change a write
	  protected file.

	- The installer script failed when Magic WB icons were selected! ;(

	- Enforcer hits/stack problems could occur when using the
	  SameName.FPL program...

	- The status line were not correctly updated when you saved a buffer.

        - If you assigned the linecontinuation mark, the 'End of file!'
	  string could overwrite the slider.

        - Real Iconify() and Deiconify() are implemented (opens FrexxEd as an
	  appicon only). Double-click performs Deiconify().

        - If env:sys/font.prefs didn't exist, and no init file was there to
	  specify a font to use, a strange version of Topaz 8 were
	  opened/used.

1.0	- First public release ever! 6th of November 1994.
