also resize inline images.
changed the implementation of switching Text/MIME view.
optimized making of clickable URI.
save selected attachments if mimeview has focus when 'File/Save as...' is selected.
made 1.9.5 release.
configure.in: modified help message.
modified conv_unmime_header() and procheader_scan_date_string().
improved header MIME decoding.
ChangeLog.ja: fixed a typo.
fixed a buffer overflow bug.
use Content-Type's charset as a fallback encoding of broken header strings.
made 1.9.4 release.
fixed compose_destroy().
modified the popup dialog of signature status.
fixed date on ChangeLog.
fixed LDAP compilation.
configure.in: check for GLib/GTK version (>= 2.4.0).
gtkutils.[ch]: removed non-used code.
improved MimeView and file selection dialog.
fixed a warning of the newer automake.
generate References: from In-Reply-To: even if the parent message doesn't have Message-Id:.
procheader.c: fixed the argument type of buffer length.
fixed a SSL bug.
fixed messageview's select all and selection reply.
output printing text with locale encoding, and removed broken locale specific HTML entity reference conversion.
replaced GtkFileSelection with GtkFileChooserDialog.
modified AlertPanel's design to fit other GTK2 apps.
modified ProgressDialog to use GtkDialog.
modified ChangeLog.ja.
force transfer encoding of attachments for PGP.
gtkutils.c: modified the find text API.
re-enabled the line number limit of logwindow.
try to convert unencoded header strings using locale encoding.
made 1.9.3 release.
compose.c: improved auto-wrapping.
changed the indent size of summary.
added 'Copy this link' to the context menu of textview.
compose.c: removed extra spaces between the next line when joining.
comply with 'Wrap quotation' setting.
fixed glitches of underlined URI in textview.
updated ChangeLog.ja.
don't use gtk-2.6 only API.
implemented new line-wrapping routine.
use filesystem encoding for MIME temporary filename.
removed intl.h.
fixed incompatibility of PGP sign with trailing spaces.
automatically show horizontal scroll bar in text view.
updated INSTALL.
updated NEWS and po files.
src/textview.c: fixed a memory leak.
implemented better hypertext processing.
fixed non-utf8 filename handlings.
prefs_filter.c: use stock buttons.
implemented inline image display.
use gtk_window_present() to popup window.
use AM_GLIB_GNU_GETTEXT, and removed intl/.
replaced intl.h with glib/gi18n.h.
action.c: don't include header part in message text.
reimplemented message text search.
made the font size of supplementary explanations of config dialogs smaller.
updated NEWS.
updated README.
compose.c: use normal API for setting font.
undef WRAP_DEBUG.
modified sylpheed.spec.in.
updated zh_CN.po.
ignore auto-generated files.
convert help message to locale encoding.
compose.[ch]: removed unrequired member.
compose.c::get_indent_length() use GtkTextIter for the loop.
compose.c: speed up wrap line a bit.
fixed text truncation bugs in compose window.
modified INSTALL.
updated ac/missing/gpgme.m4, fixed ac/Makefile.am.
Makefile.am: fixed a typo. updated ChangeLog.
updated version.
fixed ChangeLog.
replace every non-UTF8 8bit character in the source window etc.
defs.h: modified cache filename and version.
ported to gpgme-1.0.
template.c: fixed a memory leak.
updated TODO.
compose.c: removed redundant code for Ctrl-Enter handling.
changed the filenames of documents.
added NEWS.
moved NEWS to NEWS-1.0.
use GTK stock button for alertpanel.
prevent character corruption on UTF-8 to ISO-2022-JP conversion.
prefs_filter_edit.c: use GTK stock icon for add and remove button.
alertpanel.c: use smaller size for title font.
codeconv.[ch]: made encoding-specific functions static, and removed redundant code.
modified Japanese code conversion.
added constant C_INTERNAL and CS_INTERNAL.