** BETA UPDATE **

Here is a list of some of the changes and fixes.

* Bugfix in Quicktime engine: Some movie formats used to play upside
down, now
they are recognized and handled appropriately.

* Error handling in font glue improved: Doesn't abort on invalid fonts
anymore,
but skips them, providing some more helpful warning message.

* Basic video recording support for OS/X and Windows by extension of
Sequence
grabbers. Tested and shown to work on IntelMac. VideoRecordingDemo.m
demonstrates
this, but is early alpha.

* Fixed bug in SensorToPolar.m

* Screen('CloseAll') now calls ShowCursor() to unhide the cursor.

* Support for simple video hard disk recording added:
Screen('OpenVideocapture')
allows to spec an optional filename for a Quicktime target file to write.

* The new folder PsychSound will contain the new sound output function.
It's based on a thin Matlab/Octave wrapper interface to the free
(LGPL), open, platform-independent OpenAL audio library, following
exactly the same approach as with the MOGL Matlab OpenGL interface.
MOGL's parser and code generator were adapted to handle parsing and
code generation for OpenAL as well.

* Anaglyph stereo shader slightly extended to allow to add a bias value
to all output
color values.

* FORPCheck extended with additional vendorID to recognize other models
of the FORP.

* Bugfix for bug in Screen('FillRect', win); for fullscreen
fills when using Anaglyph stereo without imaging pipeline.

* New work-around for problems with setup for OpenGL quad-buffered
stereo on Windows. Improved error-handling in wglChoosePixelformat
and an override flag Screen('Preference', 'ConserveVRAM', 4);
which disables use of wglChoosePixelformatARB(), falling back to
the old and proven ChoosePixelformat().

* Imaging Pipeline: New optional flag for 'MakeTexture' that allows to
immediately
enforce conversion of textures to optimized upright format, to accept Matlab
matrices which are already swapped (skipping that step) or which don't
need swap,
because they are totally isotropic, e.g., noise drawn from some statistical,
uncorrelated distribution.