Changes since version 1.14:
--------------------------

o Made messages displayed threaded. This is currently done by identing
  the subject. In the future a tree will be used instead of the clist,
  most likely.

Changes since version 1.13:
--------------------------
o Added a couple of paned widgets to the main and comments
  windows. This allows you to choose how big part of the window the
  list on top should be compared to the text windows. Rather useful.
o Now requires GTK 1.1.13 or newer and PiGTK 1.1.2. 
o When reading articles or comments, the article/comment you are
  currently reading is always visible in the lists.
o Detail URL list now hidden corretly when details are hidden.
o Fixed some problems with the "html parser". It's even more kludgy
  now, but it seems to work ok.
o Headline list now color-coded (every other line has a light blue
  background).
o Store headlines using the URL instead of the title. Titles change,
  URLs don't. Old db converted automatically.
o Only show headlines newer than a certain number of days. Default is
  one week. You can change it in settings.
o Delete button added to detail list. Deletes the headline and
  stored comments, if any.
o Wheel mouse can be used for next / previous comment if the pointer
  is in the text area or comments list.
o Removed "Compact" button (just use the middle mouse button instead).
o Added "Optimize Database" option. It reorganizes the database and
  will space disk space. 
o Added some tooltips.
o Fixed automagic resizing bug.
o Updated parser for slightly modified HTML.
o Other stuff most likely forgotten.
o Removed auto-resizing when clicking on an article since it could
  create weird problems. This means that a manual resize will be needed.

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.

