What's new in owl version 1.0
-----------------------------
* 'print' and 'set' with no arguments prints all variables

* The 'unsub' command renamed to 'unsuball'

* 'unsubscribe' (and 'unsub') command

* 'getsubs' command to print subscriptions

* Bug fixed in logging messages to more than one recipient

* Support for zwrite options -C, -O and -n

* Fixed owl_editwin_delete_char bug when there are no chars after the
  cursor

* Display 'more' and 'truncated' in the status bar

* Enable printing of the 'zsigproc' and 'loginsubs' variables

* Only allow message scrolling if the message is longer than the
  screen

* 'P' (capitolized) will advance the pointer to the next personal
  message.  'M-P' will move the pointer to the previous personal
  message.

* 'T' will mark certain "trash" messages for deletion.  This includes:
  mail notifications, pings and admin messages.

* Replying to a login/logout message sends as a personal message to
  the user

* Replying to an admin message that's an outgoing message copy sends
  as a personal message to the user

* 'status' command

* intro document added to the release

* The local realm is trimmed everywhere, including in logging

* Fixed off by one bug in scrolling popups

* Complete on line help added

* Pass the realm to the config file in $owl::realm

* Word wrap and scroll at the bottom right corner of the editing
  window

* Fixed a bug in editwing window key_right past the last character

* Print an error and don't start owl if the configfile can't be
  parsed

* Fix bug where the only message displayed might not be the current
  message

* Don't display the M-^Z key error on resize

What's new in owl version 0.11
------------------------------
* Bug fixed in viewing messages longer than a screen

* Indicate in the sepbar if there is a vertical offset present

* '.' on a line by itself will send a zephyr

* disable-ctrl-d variable will disable sending on C-d

* bug fixed that kept C-k from deleting a final newline

* make non-character meta keys work

* fixed phatom zephyr problem

* <, >, M-< and M-> work in popups now

* removed extra spaces at bottom of a popup

* Added "about" command

* Fixed bug using 'M' with no current message

* Log personal messages to 'all' as well as the personal file

* Messages take up less memory

What's new in owl version 0.10
------------------------------
* Scrollable / pageable popup windows.  They act like the 'less' or
  'more' programs.

* Scrolling within a message, to facilitate reading messages longer
  than the screen size.

* The command parser deals with quoting.  i.e. zwrite -c "foo class"
  now works.

* The slow cut and paste bug is fixed.

* C-v and M-v will page down and up in the main window, respectively.

* A bug in redrawing the popup windows is fixed.

* An error is displayed when non-functional keys are pressed.

* @i() formatting is displayed as underlined in curses.

* Curly braces work for zephyr formatting.

* The popup window size is relatively larger on small terminals

* A bug in having meta keys work on eight bit input xterms is fixed.

* The cursor location is more consistent.


What's new in owl version 0.9
-----------------------------
* Many emacs meta keys work

  M-q, M-f, M-b, M-d, M-< and M-> now work in the typing window
  M-< and M-> also work in the main window
  M-x in the main window now enters command mode, just like ':'

* The typing window will automatically word-wrap when hitting the
  end of the line

* SmaatBolding (TM)

  Users without a .zephyr.subs won't have personal messages
  displayed in all bold

* Realm displayed for interrealm zephyrs

* 'personalbell' variable printing fixed

* bug with ringing terminal bell on pings fixed


What's new in owl version 0.8
-----------------------------
* personal logging
  
  "set logging on" will turn on personal logging.  By default messages
  will go to ~/zlog/people.  This path can be changed by setting the
  "logpath" variable.

* class logging

  "set classlogging on" will turn on class logging.  By default
  messages will go to ~/zlog/class.  This path can be changed by
  setting the "classlogpath" variable.

* variable for resizeing the typing window

  "set typewinsize <n>" will change the number of lines in the typing
  window to n.

* fixed bugs with backspace

* -v command line option prints the version number
