Muffin NEWS - user-visible changes
 _   _  _____ _    _ _____ 
| \ | ||  ___| |  | /  ___|
|  \| || |__ | |  | \ `--. 
| . ` ||  __|| |/\| |`--. \
| |\  || |___\  /\  /\__/ /
\_| \_/\____/ \/  \/\____/ 

Changes since 0.5:

* New filters: HostnameExpander and ForwardedFor.

* Proxy Keep-Alive support.

* View menu.

* Connections view.

* Content filters use ObjectStreams.  HTML and other content
  filtering should be much faster.

* Multiple configurations.  Rename your old "preferences" file
  to "default.conf", the name of the default configuration.

* Automatic configuration switching based on URL patterns.
  Setup with the "autoconfig" file which contains regex and
  config name pairs.  When a match isn't found the default
  config will be used.

* -conf command-line option to select a different default config.

* Configuration window for configuring configurations.  Autoconfig
  file can also be modified here.  Press the "Example" button for
  a real life autoconfig example.

* NoThanks `tagattr' command.  See doc/filters/NoThanks.txt.

* Threads frame.

* Regular expression tester frame.

* NoThanks killfiles can include other killfiles using `#include filename'.

* Killfile is now editable in the NoThanks preferences window.

* API: added Request.getClient method.

* RFC: Fixed "unknown response from server" netscape error dialogs caused
  by non-compliant http servers.

* API: RedirectFilter interface for handling HTTP redirects in filters.

Changes since 0.4:

* New filters: Decaf, DocumentInfo, NoThanks, Secretary, Glossary,
  Preview, and Painter.

* Muffin classes and images can be contained in a single jar file.

* More source documentation.

* New source directory structure.

* GNU autoconf for Unix systems.

* Pass thru mechanism to disable all filtering.  Press the Muffin
  icon to toggle pass thru.

* Remote administration.  Connect directly to Muffin using
  `http://muffinHost:muffinPort'.  Access is restricted
  using muffin.adminAllow and muffin.adminDeny.

* Preferences stored in user.home `Muffin' directory.  Also
  includes -dir option to specify alternate directory.

* Improved HTML parsing.

* Filter documentation in doc/filter directory.

* Display more information in the progress bars.

Changes since 0.3:

* New Filter API.

* Content filtering via the ContentFilter interface.

* A real proxy server is not required.  In fact, Muffin can
  actually use another Muffin as a proxy.

* A window system is no longer required.

* Muffin and filter options can be saved across sessions.

* See muffin.html.HtmlTokenizer and the Test filter for
  work done so far on HTML filtering.

* New web site http://muffin.doit.org/
