The programme (two programmes really - but they're just links to each
other) converts 48x48x1 images to and from a compressed format. The
uncompressed images are expected to contain 48x48/4 (576) hex digits.
All other characters and any `0's followed by `X' or `x' are ignored.
Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,". The
compressed images contain some number of printable characters. Non
printable characters, including ` ' are ignored. The purpose of the
programme is to allow the inclusion of face images within mail headers
using the field name `X-face: '.
Submitted by Osamu OISHI <oishi@alef.ims.ac.jp> in PR 17541
Bumped PKGREVISION to 1, changed PLIST accordingly and added 2 patches
for configure and configure.ac. Patches were sent to gnupg-bugs@gnu.org.
Thomas Klausner approved.
Based on PR 13913 by Kevin Lo, with some cleanup by me.
Kcfonts is a suit of chinese Ming Fanti fonts for X-window.
Kcfonts' fonts are contributed by Kau Chauo Information CO. to all
TANet users running on PC. Thanks Chin-Hao Tsai <c-tsai@uiuc.edu>, who
converted it to the style of ETen's fonts. Now you can use kcfonts &
crxvt to view Chinese by BIG5 encoding.
* 0.8.0
* The "Paste as quotation" feature has been implemented.
* The "Action" feature (function to pass contents of messages to external
programs) has been added.
* Automatic line-wrapping on input has been enabled.
* The Japanese encoding conversion routine has been rewritten and libkcc
has been removed.
* The MIME encode/decode routines based on fetchmail have been rewritten.
* The IMAP response parser has been improved.
* The authentication method on SMTP AUTH can be forced.
* The receive error dialog can be disabled.
* The option to change the displayed message automatically with cursor
key on the summary view has been added.
* The copy and paste problem in MIME mode has been mostly fixed.
* Some other minor bugfixes and improvements have been made.
* 0.7.8
* The feature to leave messages on POP3 server for specified days has
been implemented.
* The SSL preferences which was broken at the previous version has been
fixed.
* 0.7.7
* The 'Redirect' (aka Bounce) feature has been implemented.
* IMAP4 / POP3 STARTTLS command has been enabled.
* NNTP over SSL has been enabled.
* The sorting order of the summary view became persistent.
* The 'Expand / Collapse all threads' feature have been added.
* The sorting order of the folder tree became case insensitive.
* The common / account preferences button has been removed from the
toolbar.
* Some fixes and improvements for MIME view have been made.
* The behavior of the toggle menu of 'Folder tree' and 'Message view'
have been fixed.
* The behavior of address completion has been fixed.
* A bug in the header MIME encoding routine on Japanese locale has been
fixed.
* Some other bugfixes have been made.
Submitted by dawszy@polnet.wroc.pl in PR 17632.
patch file.
Use the new CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE mechanisms.
Recognise netbsdelf on i386 platforms - more mods will be necessary for
different platforms.
New version works fully under NetBSD 1.6_BETA, and also works on
some systems which failed to communicate with the USB modem correctlyt
under earlier versions. Additional fix to pkg/17531