Rewrap Compose Text Plugin
=============
Author: justus@ryoohki.net

Installing this plugin adds a new button to your Compose window
toolbar title "Rewrap".  Clicking this button will cause all of the
text in the compose window to be rewrapped.  This is useful if you
frequently find yourself with text like:

> One line broken
> into two short lines

And wish there were an easy way to transform it into:

> One line broken into two short lines


Possible future ideas
=====================
- Rewrap only text that has been selected by the user.
- Right now the wrap column is determined by the width of the compose text
  area.  Maybe make this a separate configuration variable?

Changelog
=========
Version 1.2
-----------
- Internationalization support (only en_US translated right now)
- Only include javascript on compose page
- Change name in this file to "Rewrap Compose Text" Plugin
- Actually test it with IE...and then and workarounds so it works

Version 1.1
-----------
- Move the <script/> stuff into a different hook so it appears in the header.
- Move most of the PHP into functions.php
- Check to see which version of SM we are running under to call the proper
  javascript checker.

Version 1.0
-----------
Initial release.  Seems to work okay for me.
