home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / new / util / edit / jade / news < prev    next >
Text File  |  1994-04-16  |  2KB  |  53 lines

  1.  
  2. NEWS
  3. ****
  4.  
  5. Details of most user-visible changes.
  6.  
  7. Version 3.0 (first release since 2.07 back in January '93!)
  8.  
  9.     * Scrapped old script language. Replaced by an (almost) standard
  10.     Lisp system.
  11.  
  12.     * Ported to UNIX/X11, but Amigas are still supported.
  13.  
  14.     * Much improved redrawing of buffers (it tries harder to only redraw
  15.     the minimum needed).
  16.  
  17.     * Editing modes (included are modes for C, Jade-Lisp and Texinfo) to
  18.     aid in the editing of certain types of files. For example in c-mode
  19.     (the mode for editing C source files) the editor will attempt to
  20.     automatically indent lines the correct amount (although it will
  21.     occasionally make mistakes).
  22.  
  23.     * Lisp module to read Info files with (Info is the GNU way of
  24.     formatting hypertext manuals). This can be used to read jade's
  25.     manual from inside the editor.
  26.  
  27.     * Online help for functions/variables, etc..
  28.  
  29.     * No longer saves preferences to a file, this must be done in Lisp
  30.     now (or in your .Xdefaults file for X)
  31.  
  32.     * Windows are much more flexible in what they show, text files are
  33.     just a different kind of `buffer'. Any window can display any buffer
  34.  
  35.     * Streams. These are a meta-class of Lisp objects which can have
  36.     stream operations performed on them (ie, read/write). Some objects
  37.     which can be classed as streams are: buffers, files on disk, strings,
  38.     user-supplied functions, [book]marks, processes (only in UNIX and
  39.     only as output streams), etc...
  40.  
  41.     * Files can be automatically saved while they are being edited (so
  42.     that they can be recovered later if necessary)
  43.  
  44.     * Scripts (files of Lisp) can be compiled for extra efficiency/speed.
  45.  
  46.     * Default keybindings are more Emacs like (in fact, they are totally
  47.     different from in the last release)
  48.  
  49.     * Options such as word-wrap or auto-indent are no longer hardcoded
  50.     into the editor. Now these have to be done in Lisp.
  51.  
  52.     * ...
  53.