History | View | Annotate | Download (57.5 kB)
URI encode mailto: to protect '+'.
put error message in textview when decryption failed.
added the option 'Filter new messages in INBOX on receiving'.
textview_clear(): made a workaround for the assertion failure in gtk_text_view_validate_onscreen().
give the priority to the separated message view's encoding setting on display and on reply.
fixed crash with GTK+ 2.10.
show error when writing body failed.
added signature information to MsgInfo.
supported verification of encrypted and signed messages with combined method.
fixed URI check on textview.
ignore trailing path separator when comparing URI on phishing check.
disabled the trimming of statusbar strings.
also recognize GDK_KP_* keycodes.
Include some trailing punctuations as URI.
add http:// scheme before implicit URIs begin with 'www.'.
modified font for signature part.
added separator between the summary status and the header pane.
moved the location of fallback_encoding.
added fallback encoding setting.
fixed scroll jumping on focus of textview in mimeview.
match the output header for printing to the message view.
textview.c: optimized a bit.
textview.c: don't move cursor if selection exists.
textview.c: fixed a problem that the view was scrolled to top when it got focus.
modified fonts for mime parts.
added wrappers for C library function that take pathname arguments.
fixed gcc-4.0 warnings.
made the file size of attachments more accurate, and human-readable.
modified several alerts, and added accelerators for the buttons.
don't include some chars in URI.
made 2.0.0beta3 release.
added 'Compose new message' and 'Open with Web browser' to the context menu of the text view.
fixed bugs of quote colors setting.
added 'Add to address book' to the context menu of textview.
fixed slightly wrong scroll position of the text view when the displayed message changed.
fixed Turkish locale problem.
improved sequential message searches.
fixed phishing check.
reimplemented MimeView with GtkTreeView.
added an option to toggle cursor in message view.
reimplemented summary view with GtkTreeView.
fixed redraw problem of textview.
made error check strict on Japanese code conversion.
force output of newline when output HTML.
made every code conversion API allocate new memory.
added an option whether to render HTML as text or not.
improvement to filesel dialog.
implemented 'Save this image as...' in the context menu of inline images.
also resize inline images.
changed the implementation of switching Text/MIME view.
optimized making of clickable URI.
use Content-Type's charset as a fallback encoding of broken header strings.
improved MimeView and file selection dialog.
output printing text with locale encoding, and removed broken locale specific HTML entity reference conversion.
gtkutils.c: modified the find text API.
try to convert unencoded header strings using locale encoding.
added 'Copy this link' to the context menu of textview.
fixed glitches of underlined URI in textview.
src/textview.c: fixed a memory leak.
implemented better hypertext processing.
implemented inline image display.
replaced intl.h with glib/gi18n.h.
reimplemented message text search.
ported to gpgme-1.0.
improved font management.
use GTK stock button for button set.
several code conversion fix.
fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for JIS to UTF-8 conversion if available.
set shadow type of GtkTextView, and don't set border_width of toolbars.
removed head_space option, and changed the margin of TextView.
Initial import of Sylpheed (GTK2 version).