home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / OLEO130S.ZIP / oleo130s.tar / oleo-1.3 / NEWS < prev    next >
Text File  |  1993-03-28  |  5KB  |  136 lines

  1. ===== Oleo 1.3 =====
  2.  
  3. - Many keybindings have changed.  The new bindings more closely resemble Emacs.
  4.   Most commands are now bound to control or meta characters.
  5.   Alphanumeric characters begin cell entry.  There are a variety of
  6.   new motion commands.
  7.  
  8.   The file KEYS contains a wallchart of Oleo bindings.  This file was
  9.   derived from the output of the command `M-x write-wallchart'.
  10.  
  11. - There is now on-line help for interactive functions and formula
  12.   expressions.  ^H is the help prefix.
  13.  
  14. - Argument prompting has changed.   Oleo's interactive behavior is now
  15.   much less like vi, and much more like Emacs.  For example, the
  16.   arguments to interactive functions are now prompted for indivdually
  17.   rather than with a single readline.
  18.  
  19. - Oleo speaks gnuplot.  A series of graph commands (accessed via
  20.   `M-g') can be used to create gnuplot graphs of data in Oleo
  21.   spreadsheets.  X11 users can draw graphs on the screen.  Anyone can
  22.   generate postscript.
  23.  
  24. - Tax forms!  A volunteer has created the spreadsheet irs-1992.oleo.
  25.   It contains spreadsheets for a number of federal and State of
  26.   Connecticut tax forms.  Thanks to Ronald Florence <ron@mlfarm.com>.
  27.  
  28. - Larger address space.  By default, Oleo now provides 16 bit cell
  29.   addresses (there are 65535 rows and columns).
  30.  
  31.  
  32.  
  33. ===== Oleo 1.2.2 =====
  34.  
  35. This is a bugfix release.  Nearly all bugs reported for 1.2.1 have
  36. been fixed (a few could not be reproduced).  Many portability problems
  37. have been fixed.
  38.  
  39. Release 1.2.2 has been built and (minimally) tested on these systems:
  40.  
  41.     RS/6000 running AIX
  42.     Sun4 running SunOS 4.1.1
  43.     Sun3 running SunOS 4.1.1_U1
  44.  
  45. A more significant amount of testing has been done on DECstation
  46. 5000's running Ultrix 4.2.
  47.  
  48. ===== Oleo 1.2.1 =====
  49.  
  50. This is a bugfix release.  Various configuration problems and a few
  51. trivial bugs in the 1.2 release have been repaired.
  52.  
  53. ===== Oleo 1.2 =====
  54.  
  55. This is primarily a bigfix release.  In addition, there are some new features.
  56.  
  57. * New command line options
  58.  
  59.   --version or -v: print out a version number
  60.   --quiet or -q: don't print the disclaimer
  61.   --ignore-init-file or -f: don't read commands from .oleorc or ~/.oleorc
  62.  
  63. * New commands/Changes to commands
  64.  
  65.   write-variables:  writes to a file or pipe the values of all variables 
  66.     that are bound to cells.  Variables bound to regions are not 
  67.     written.
  68.  
  69.   read-variables: The inverse of write-variables.  Variables that are
  70.     bound to a range cause an error.  Variables not bound to a
  71.     cell are ignored.
  72.  
  73.   Format-cell and format-region can now be used to set cell fonts.
  74.  
  75.   set-region-forumla: This can be used to edit many cells at once.
  76.  
  77.   {upper,lower}-{left,right}: These commands go to extremes.  They are
  78.   bound to M-{^Y ^U ^B and ^N}.
  79.  
  80.   {insert,delete}-{row,column}: new commands bound to ^O, ^K, M-^O, M-^K.
  81.  
  82.   {move,copy}-region: these commands now work (at least for many test cases).
  83.  
  84.   exchange-point-and-mark: ^X ^X
  85.  
  86. * File Format Changes
  87.  
  88.   SYLK mode appears to have changed at some time in the past.  Older
  89.   (and correct, i presume)  versions write cell references in a0
  90.   format.  The last alpha and early beta releases use rc format.  
  91.   Now there are two file formats ``sylk'' and ``sylk-noa0''.
  92.   If older sylk files don't work with one, they may with the other.
  93.   Hopefully, between them, all oleo-generated sylk files can be read.
  94.   Users are encouraged to read and write files in ``oleo'' format (the
  95.   default).
  96.  
  97.   Oleo file format has changed in a (hopefully) upward compatable way.
  98.  
  99.   When reading sylk or oleo files, a format error now causes the read
  100.   to be aborted.
  101.  
  102.   Oleo no longer generates a panic file on any signal (it dumps core
  103.   like everyone else).
  104.  
  105. * X tweaks
  106.  
  107.   The window now has a title.
  108.  
  109.   Whatever key corresponds to Mod1Mask is treated as a meta key.
  110.  
  111.   The resources oleo.geometry, oleo.foreground and oleo.background
  112.   have the expected effects.
  113.  
  114. * New formula functions
  115.  
  116.   In the `cells' package there is a new function vlookup_str that can
  117.   be used to search a table, using a keyword string.  See USING.
  118.  
  119. ===== Oleo 1.1 =====
  120.  
  121. Sat Nov 21 21:03:31 1992
  122.  
  123. This is a bugfix release.  Release 1.0 had a few trivial, but fatal
  124. bugs, and didn't work at all unless you editted global.h first.  If
  125. you had trouble with that release, please try this one.  
  126.  
  127. If formulas don't seem to work at all, or if you experience core dumps
  128. when defining formulas, check to see that that the definition of
  129. CELLREF in globals.h is correct for your system.  The current
  130. definitions assume that characters are 8 bits, and the short integers
  131. are 16 bits.
  132.  
  133. All reported bugs have been fixed.
  134.  
  135. The opening disclaimer is no longer printed if you have a .oleorc file.
  136.