New Features include:
Added support for GNet2, which adds IPv6 support to Pan.
Added Baltic Windows-1257 charset support.
Display the total score for a thread when the thread is collapsed.
Added menu buttons and shortcuts for `go to next new article' and
`go to next new thread'
Also lots of bug fixes and usability improvements.
For the complete list see http://pan.rebelbase.org/ or read the ChangeLog.
Supports slrn and XNews-style scorefiles.
Added sixth layout mode in the Preferences|Layout dialog.
Added a default character set to the Posting Profiles.
Faster article filters.
Lots of bugfixes.
of bugfixes, plus
NEW FEATURES
* Added the ability to specify which characters are recognized
as quote prefix characters, so nonconformists not using '>' to
quote text will still have their articles colored right in Pan.
* Added "Go to previous article" navigation button.
* Added support for decoding yenc-encoded attachments!
UPDATES
* Add a new preference option, dictating whether failed tasks
should be removed from the Task Manager. Unconditionally clearing
the queue didn't go down too well with some of the leechers.
* Added support for mime articles which explicitly specify a
Content-Transfer-Encoding of x-uuencode.
* Make sure that the default window size is large enough that a
full line, up to the default number of wrap characters and with
the default font, will fit without scrolling.
* The 'Download Articles' dialog now switches the articlelist to
the group when the headers have been downloaded.
Since this dialog is mostly used to sample a (potentially large)
group, this seems the more intuitive approach.
* Added Message-ID to Find Article's search criteria.
* If an article no longer exists on the news server, tasks to read
that article are now automatically removed from the Task Manager.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.