
Yorick 1.1 is not *very* different from 1.0.  The main change is that
shell-style comments (#) are no longer supported.  If you have used
them, I'm sorry -- switch your source to C++-style comments.  I also
changed the prompt so that dbug> appears only after you have really
entered debug mode.

I added three new demo programs, and a graphics test routine which can
serve as a crude introduction to all of the graphics commands:
   grtest (in testg.i)   -- crude graphics tutorial/shakedown
   demo2  (in demo2.i)   -- movie of drumhead oscillations
   demo3  (in demo3.i)   -- movie of chaotic pendulum
   demo4  (in demo4.i)   -- movie of airfoil flow field

There are also several new files in Yorick/include (use the library
function to print the updated list):
  rkutta.i   - Runge-Kutta integrator
  romberg.i  - Romberg and Simpson integrators
  ellipse.i  - complete elliptic integrals
  movie.i    - aids to making animations

Finally, there is now a Yorick mailing list.  You can subscribe by
sending "subscribe yorick" in the *body* of an e-mail message to:
     majordomo@lists.llnl.gov
To post to the mailing list, send mail to yorick@llnl.gov.  Please
do *not* post things (such as installation questions or generic "I
can't figure out how to...") to the mailing list -- instead, contact
me at:
     munro@icf.llnl.gov
Limit the mailing list to discussions of how you use Yorick,
postings of generally useful Yorick functions, and the like.

Bug fixes
---------

1. Gist/clip.c      - clipping for closed polylines
2. Yorick/std1.c    - poly function for LValue arguments
3. Gist/engine.c    - Engine size multiple of alignment
4. Makefiles        - Fixed SED scripts, .c.i rule, removed if tests
5. Gist/draw.c, Yorick/defstr.h  - consistent SIZE_T_TYPE options
6. Yorick/yinput.c  - bogus initial dbug> prompt fixed, #include syntax errs
7. MathC/fft.i      - fixed roll for complex arguments
<several others I can't recall>

New features
------------

1. Makefile.in      - added debug, optimize targets
2. configure        - updated
3. include/copyb.i  - size= option
4. MathC            - split dgelss, dgesvd
