home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / archives / 3840 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  4.1 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!usenet
  2. From: Tom Lord <lord+@andrew.cmu.edu>
  3. Newsgroups: comp.archives
  4. Subject: [gnu.utils.bug] Oleo 1.2
  5. Followup-To: gnu.utils.bug
  6. Date: 7 Jan 1993 23:44:40 GMT
  7. Organization: University of California, Berkeley
  8. Lines: 107
  9. Sender: adam@soda
  10. Approved: adam@soda
  11. Distribution: world
  12. Message-ID: <1iif98INNang@agate.berkeley.edu>
  13. References: <EfETqXy00VpKM1HkQR@andrew.cmu.edu>
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: gnu.utils.bug,gnu.announce
  16. X-Original-Date: Wed, 30 Dec 1992 14:50:59 -0500 (EST)
  17.  
  18. Archive-name: auto/gnu.utils.bug/Oleo-1-2
  19.  
  20. This message announces the availability of Oleo version 1.2 (a beta
  21. release).  This version is available for ftp from:
  22.  
  23.     prep.ai.mit.edu:pub/gnu/oleo-1.2.tar.Z
  24.  
  25. Oleo is a spreadsheet program (better for you than the more expensive
  26. spreadsheet).  It supports X windows and character-based terminals, and
  27. can generate embedded PostScript(*) renditions of spreadsheets.
  28. Keybindings should be familiar to Emacs users and are configurable by
  29. users.
  30.  
  31. This is primarily a bugfix release; this version should be
  32. considerably more robust than previous releases.  Many commands that
  33. used to reliably coredump have been fixed.
  34.  
  35. Please report bugs to the mailing list:
  36.     bug-gnu-utils@prep.ai.mit.edu
  37.  
  38. >From the NEWS file:
  39.  
  40. ===== Oleo 1.2 =====
  41.  
  42.  
  43. * New command line options
  44.  
  45.   --version or -v: print out a version number
  46.   --quiet or -q: don't print the disclaimer
  47.   --ignore-init-file or -f: don't read commands from .oleorc or ~/.oleorc
  48.  
  49. * New commands/Changes to commands
  50.  
  51.   write-variables:  writes to a file or pipe the values of all variables 
  52.     that are bound to cells.  Variables bound to regions are not 
  53.     written.
  54.  
  55.   read-variables: The inverse of write-variables.  Variables that are
  56.     bound to a range cause an error.  Variables not bound to a
  57.     cell are ignored.
  58.  
  59.   Format-cell and format-region can now be used to set cell fonts.
  60.  
  61.   set-region-forumla: This can be used to edit many cells at once.
  62.  
  63.   {upper,lower}-{left,right}: These commands go to extremes.  They are
  64.   bound to M-{^Y ^U ^B and ^N}.
  65.  
  66.   {insert,delete}-{row,column}: new commands bound to ^O, ^K, M-^O, M-^K.
  67.  
  68.   {move,copy}-region: these commands now work (at least for many test cases).
  69.  
  70.   exchange-point-and-mark: ^X ^X
  71.  
  72. * File Format Changes
  73.  
  74.   SYLK mode appears to have changed at some time in the past.  Older
  75.   (and correct, i presume)  versions write cell references in a0
  76.   format.  The last alpha and early beta releases use rc format.  
  77.   Now there are two file formats ``sylk'' and ``sylk-noa0''.
  78.   If older sylk files don't work with one, they may with the other.
  79.   Hopefully, between them, all oleo-generated sylk files can be read.
  80.   Users are encouraged to read and write files in ``oleo'' format (the
  81.   default).
  82.  
  83.   Oleo file format has changed in a (hopefully) upward compatable way.
  84.  
  85.   When reading sylk or oleo files, a format error now causes the read
  86.   to be aborted.
  87.  
  88.   Oleo no longer generates a panic file on any signal (it dumps core
  89.   like everyone else).
  90.  
  91. * X tweaks
  92.  
  93.   The window now has a title.
  94.  
  95.   Whatever key corresponds to Mod1Mask is treated as a meta key.
  96.  
  97.   The resources oleo.geometry, oleo.foreground and oleo.background
  98.   have the expected effects.
  99.  
  100. * New formula functions
  101.  
  102.   In the `cells' package there is a new function vlookup_str that can
  103.   be used to search a table, using a keyword string.  See USING.
  104.  
  105.  
  106.       [ Soon to be at these ftp sites as well.  Please try them
  107.     before prep.ai.mit.edu!  thanx -gnu@prep.ai.mit.edu
  108.  
  109.     Japan: ftp.cs.titech.ac.jp, utsun.s.u-tokyo.ac.jp:ftpsync/prep
  110.     Australia: archie.oz.au:gnu
  111.     Europe: src.doc.ic.ac.uk:gnu, ftp.informatik.tu-muenchen.de,
  112.       ftp.informatik.rwth-aachen.de:pub/gnu, nic.funet.fi:pub/gnu,
  113.       ugle.unit.no, isy.liu.se, ftp.stacken.kth.se, ftp.win.tue.nl,
  114.       ftp.denet.dk, ftp.eunet.ch, archive.eu.net
  115.     United States: wuarchive.wustl.edu, ftp.cs.widener.edu,
  116.       uxc.cso.uiuc.edu, col.hp.com, gatekeeper.dec.com:pub/GNU,
  117.       ftp.uu.net:systems/gnu
  118.  
  119.     For information on how to order GNU software on tape or
  120.     cd-rom, check the file etc/DISTRIB in the GNU Emacs
  121.     distribution, or e-mail a request to:    gnu@prep.ai.mit.edu
  122.       ]
  123.  
  124.  
  125.