History | View | Annotate | Download (17.3 kB)
modified IO dialog of action.
fixed a memory leak.
do a strict check for code conversion when sending.
implemented PLAIN authentication method for SMTP AUTH.
improvement to filesel dialog.
stabilized signature replacement of composition window.
implemented 'Save this image as...' in the context menu of inline images.
fixed size of separate window.
partially fixed grab input of passphrase dialog.
fixed wrapping of quote when auto-wrapping is enabled.
fixed remembering of the state of the visibility of MessageView.
enabled multiple file selection when attaching files.
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.
modified conv_unmime_header() and procheader_scan_date_string().
improved header MIME decoding.
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.
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.
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 NEWS and po files.
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.
compose.c: use normal API for setting font.
convert help message to locale encoding.
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.
Makefile.am: fixed a typo. updated ChangeLog.
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.
compose.c: removed redundant code for Ctrl-Enter handling.
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.
removed a warning.
improved font management.
alertpanel.c: generate title font from normal font.
also migrate sylpheedrc.
use GTK stock button for button set.
removed unnecessary stock icons.
src/alertpanel.c: use GTK stock icon instead of pixmap.
replaced fnmatch() with g_pattern_match_*().
use GTK stock button for dialog button set.
use Pango in GtkSHRuler.
several code conversion fix.
colorlabel.c: removed include of gdk/gdkx.h.
also migrate templates.
action.c: convert locale strings to UTF-8 before displaying it.