Changes since version 1.12:
--------------------------

o If $HOME/.pslashdot/ cannot be created or isn't writable, the
  program exits with a warning.

Changes since version 1.11:
--------------------------

o Added some parsing of "i", since it's commonly used in quotes in
  articles and comments.
o Added a settings page where you can configure fonts and browser
  commands at the moment.
o Made a website, which now contains all documentation. The URL is
  http://pike-community.org/sites/slashdot/.

Changes since version 1.10:
--------------------------

Lots and lots of things has changed since the last version.

o You can now read and reply to comments directly from the
  viewer. Previously unread comments are marked, which means that you
  easily can avoid reading the same ones more than once.
o Made the details window part of the main window.
o Article fetching optimized to only fetch necessary data.
o Article display changed from label to text field to make it possible
  to view long articles.
o When sorting on new and unread, the date is used as the second
  sorting option (if two messages are unread, the newest will be first). 
o Some very basic HTML parsing are done on comments and
  articles. Headers are marked up and urls are stored and can be
  accessed by pressing the "URL List" button (only visible when there
  are any URLs).
o Browser spawning now quotes dangerous characters in URLs to avoid
  problems opening them.


Changes since version 1.9:
--------------------------

o Fixed stupid bug that stopped it from starting (why do I never try
  the program before doing this?).

Changes since version 1.8:
--------------------------

o Memory caching of the topic images, as GDK.Pixmaps. Should save some
  CPU and possibly fix a problem with shared memory on FreeBSD.
o Added a mouse button binding to Compact mode. Double click on the
  middle mouse button in the headline overview window. To toggle this
  mode.
o Fixed a bug which stopped the details window from being resized
  correctly when reading different headlines.
o Completely redesigned the details window and added Next and Previous
  article buttons.
o Removed the popup alert boxes (Downloading headlines etc). Now the
  same info is available from the status bar instead (only visible in
  non-compact mode).
o Wrote better usage instructions (see README).
o Added a little TODO list.


Changes since version 1.7:
--------------------------

o Bug fix which stopped the program from starting.
o Added button "Compact" which removes column titles and button row. 


Changes since version 1.6:
--------------------------

o Now keeps old headlines in memory.
o Marks current headlines.
o Headline details now contains the actual message, which is
  downloaded and saved.
o Number of comments not shown for old messages (since it's not accurate).

Changes since version 1.5:
--------------------------

o Changed main window layout. Replaced date with added author and
  topic.
o Added buttons in main window: Refresh, Read Article, View Details
  and Quit.
o Details window is reused.


Changes since version 1.4:
--------------------------

o Now works with Slashdot again (they changed the format on the datafile some).
o Displays topic images when viewing entries. Images are cached in
  $HOME/.pslashdot/topic_images/.
o Check mark new headlines. A new headline is a headline you haven't
  shown or visited before (from the Slashdot headline viewer).
o Uses threads (if available) while downloading to avoid blocking.
o Show an alert box when downloading images or new headlines.

