claws-mail/ChangeLog-gtk2.claws
2005-06-27 12:57:52 +00:00

5839 lines
121 KiB
Text
Raw Blame History

2005-06-27 [paul] 1.9.12
1.9.12 release
* po/ca.po
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/ko.po
* po/pt_BR.po
* po/sk.po
* po/zh_CN.po
updated by Miquel Oliete, Thomas Gilgin, Ricardo
Mones Lastra, Fabien Vantard, Andrea Spadaccini,
SungHyun Nam, Frederico Goncalves Guimaraes,
Andrej Kacian, and Yang Guilong
2005-06-26 [colin] 1.9.11cvs106
* src/imap_gtk.c
Forgot one file for previous fix
2005-06-26 [colin] 1.9.11cvs105
* src/folder.c
* src/imap.c
Fix problems with folder operations in no_select
imap folders. it applies only to mails, and
creation/deletion/move/renaming of folders
should be possible
2005-06-26 [paul] 1.9.11cvs104
* src/prefs_filtering.c
replace one more GTK_STOCK_REMOVE
with GTK_STOCK_DELETE
2005-06-25 [colin] 1.9.11cvs103
* src/imap.c
Optimize get_seq_set_from_seq_list
(Patch by Ricardo)
2005-06-25 [colin] 1.9.11cvs102
* src/mh.c
If the directory exists, but not in the
correct encoding, rename it. This should
handle old-versions-induced bugs.
2005-06-25 [colin] 1.9.11cvs101
* src/mh.c
Fix path access with extended dir names
Fixes bug #589 (SC segfaults with wrong locale
settings)
2005-06-25 [colin] 1.9.11cvs100
* src/prefs_account.c
* src/prefs_account.h
* src/compose.c
Add an option to encrypt replies to
encrypted messages
2005-06-25 [colin] 1.9.11cvs99
* src/compose.c
* src/quote_fmt_parse.y
... And make it work with pgpinline.
2005-06-25 [colin] 1.9.11cvs98
* src/compose.c
* src/procmime.c
* src/procmime.h
* src/quote_fmt_parse.y
o Make reedition of encrypted messages possible
(as long as it is encrypted to self too, no
magic there)
o Make replying with quote (and without selecting
text) possible for encrypted messages.
Closes bug #550 (Not possible to "reply with quote"
to gnupg encrypted messages)
2005-06-24 [paul] 1.9.11cvs97
* src/imap.c
add missing include
2005-06-24 [paul] 1.9.11cvs96
* src/editldap.c
made bind password entry invisible
(sync with main)
* src/send_message.c
send_message_local(): check exit status
to detect errors (sync with main)
* src/textview.c
use main's less ambiguous popup menu
wording
2005-06-24 [paul] 1.9.11cvs95
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering_action.c
* src/prefs_matcher.c
* src/prefs_template.c
* src/prefs_toolbar.c
replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
* src/gtk/description_window.c
replace GTK_STOCK_OK with GTK_STOCK_CLOSE
2005-06-23 [colin] 1.9.11cvs94
* src/summaryview.c
Fix rough edges (be sure to call status_show whenever
necessary).
2005-06-23 [colin] 1.9.11cvs93
* src/summaryview.c
Optimize Select All
Before, in a 5K mails folder: 11s
After, in the same folder: 58000<30>s
The joys of locking... gtk_clist_select_all() fires a
tree-select-row event for each selected row, which in
summaryview, callbacks summary_selected which in turn,
calls summary_status_show, which walks the selected
rows. Hence, calling gtk_clist_select_all was
exponential. Locking the summaryview makes
summary_selected return early.
2005-06-23 [colin] 1.9.11cvs92
* src/imap.c
Move mutex at the important place to avoid
deadlocks
* src/summaryview.c
Fix Del key deleting directly instead of
moving to trash
2005-06-22 [colin] 1.9.11cvs91
* src/plugins/spamassassin/libspamc.c
As we do spagetti code with assignations in multiple
places (see _message_read_raw where out = msg = raw),
let's be sure we don't free the same pointer twice.
Should fix bug #683 (Crash in libpam at
message_cleanup).
2005-06-22 [colin] 1.9.11cvs90
* src/compose.c
* src/messageview.c
* src/toolbar.c
Make toolbar's delete use the move to trash stuff;
Add gtk_widget_realize to be sure pixmaps can get
created (that may fix an old worksforme bug which
I can't find back...)
2005-06-22 [colin] 1.9.11cvs89
* src/summaryview.c
* src/summaryview.h
* src/mainwindow.c
Rename "Message/Delete" to "Message/Move to trash"
Add "Message/Delete..." that directly destroys the
selected messages after asking for a confirmation.
2005-06-22 [colin] 1.9.11cvs88
* src/imap.c
o Fix compilation with non-gnu compiler (thanks Alex S Moore)
o Fix a deadlock (thanks Darko)
2005-06-22 [colin] 1.9.11cvs87
* src/gtk/foldersort.c
Add missing include for the i18n;
patch by Fabien Vantard
2005-06-21 [colin] 1.9.11cvs86
* src/folder.c
* src/folderview.c
Respect the no_select flag
* src/imap.c
Fix recursive deletion
* src/imap_gtk.c
* src/mh_gtk.c
Make the folder deletion's warning
more explicit
2005-06-21 [colin] 1.9.11cvs85
* src/textview.c
Prevent email addresses from spanning accross
lines - fixes bug # 646 (newline-chars in
email addresses)
2005-06-20 [colin] 1.9.11cvs84
* src/folder.c
Be sure not to remove source if copy failed
2005-06-20 [colin] 1.9.11cvs83
* src/folderview.c
* src/imap_gtk.c
remove summaryview's lock
* src/imap.c
introduce threads to avoid problems when foreground tasks
interfere with background tasks
* src/mh.c
prevent moving to drafts/queue
* src/mimeview.c
fix leak
2005-06-19 [colin] 1.9.11cvs82
* src/imap_gtk.c
Remember that the user doesn't want to override
offline mode, for 3 seconds. It avoid presenting
him with N popups in a really short time.
2005-06-17 [colin] 1.9.11cvs81
* src/imap.c
Fix IMAP breaking on folders containing '('
(Probably won't be enough)
2005-06-17 [colin] 1.9.11cvs80
Forgotten files on 1.9.11cvs79
* src/summaryview.c
Fix stepping when not immediately executing
* src/imap.c
Really prevent UID FETCH 0
* src/codeconv.c
Fix outgoing charset never set to utf-8
* src/mh.c
Fix leak
2005-06-16 [colin] 1.9.11cvs79
* src/compose.c
Fix bug #707 (Dash splits rows)
Only wrap if we're on a line break position and
the previous one was a "white" (space) char.
Pango stuff is weird.
2005-06-16 [colin] 1.9.11cvs78
* src/imap_gtk.c
Lock summaryview while downloading messages
on user demand
* src/procheader.c
* src/unmime.c
* src/common/utils.c
* src/common/utils.h
Replace \r and \n with spaces in From and
Subject headers
2005-06-16 [paul] 1.9.11cvs77
* src/procmime.c
liberalise the mime parser
* src/gtk/about.c
add text wrapping
2005-06-16 [paul] 1.9.11cvs76
* src/gtk/about.c
reworked
2005-06-15 [colin] 1.9.11cvs75
* src/compose.c
Finish header encoding fix
* src/summaryview.c
Fix segfault
* src/headerview.c
Fix compilation (Thanks Stephan
Sachse)
2005-06-15 [colin] 1.9.11cvs74
* Makefile.am
Install gnome2 stuff rather than gnome1,
if both are present
* src/codeconv.c
* src/codeconv.h
* src/compose.c
Fix headers encoding
* src/folder.c
Visual progress when fetching all messages
* src/folderview.c
* src/summaryview.c
* src/summaryview.h
Prevent changing current message while
incorporating
2005-06-15 [paul] 1.9.11cvs73
* src/gtk/gtkaspell.c
* src/gtk/gtkaspell.h
fix build warnings
2005-06-15 [paul] 1.9.11cvs72
* src/prefs_filtering.c
allow reordering of filter rules by
drag n drop
2005-06-15 [paul] 1.9.11cvs71
* COPYING
updated
* src/codeconv.c
replace deprecated function
* src/inc.c
* src/send_message.c
* src/gtk/progressdialog.c
* src/gtk/progressdialog.h
salvage and reuse parts of reverted sync
2005-06-15 [paul] 1.9.11cvs70
* src/inc.c
* src/send_message.c
* src/gtk/progressdialog.c
* src/gtk/progressdialog.h
revert yesterday's sync with main
it contains deprecated functions
2005-06-15 [colin] 1.9.11cvs69
* src/headerview.c
Fix bug #670 (multi user to: will corrupt message
headers display)
2005-06-15 [colin] 1.9.11cvs68
* src/compose.c
Fix bug #421 (Fix undo on wrapping)
2005-06-15 [colin] 1.9.11cvs67
* src/folder.c
Provide visual feedback while processing
folder's rules.
* src/imap.c
Provide visual feedback while getting
short headers (for uncached messages)
2005-06-14 [paul] 1.9.11cvs66
* src/account.c
change a couple stock icons
* src/inc.c
* src/send_message.c
* src/gtk/progressdialog.c
* src/gtk/progressdialog.h
sync main's GtkTreeView implementation
2005-06-14 [colin] 1.9.11cvs65
* src/imap.c
Various little fixes, mainly on error paths
2005-06-13 [colin] 1.9.11cvs64
* matcher.c
* procmsg.c
* procmsg.h
Add a way to fetch only headers. This speeds
up filtering on headers for IMAP. Fixes:
bug #481 extraneous imap commands slow down
imap filtering
bug #522 Sylpheed downloads all messages
when opening mailbox (IMAP)
bug #677 IMAP fetch is soooooooooooooo slow
* src/folder.c
* src/folder.h
Add a folder set_batch method so that
implementations can speed up flags changes
* src/folderutils.c
* src/summaryview.c
Use that in mark as (un)read and mark all read
Refix bug #679
* src/imap.c
Implement set_batch - brings back deferred
flags in a less buggy manner. Fixes:
bug #729 IMAP immediate expunge of deleted messages
bug #191 remove list of messages with one command
Fix login with strange chars
Implement fetch_msg_full
Fix copy (wrong counts)
2005-06-12 [colin] 1.9.11cvs63
* src/folder.c
lock incorporation during long operations.
Avoids fucking up the IMAP socket.
2005-06-12 [colin] 1.9.11cvs62
* src/imap.c
Fix harmful typo
Factorize remove_all_msg
Thread-ize expunge
* src/summaryview.c
Don't update partial-download status if unnecessary
* src/folder.c
Use remove_msgs everywhere possible
2005-06-12 [colin] 1.9.11cvs61
* src/folder.c
* src/folder.h
Add a remove_msgs function to remove a
list of messages
* src/imap.c
Implement that.
2005-06-12 [colin] 1.9.11cvs60
* src/imap.c
Remove flags-processing deferring... Too hard
to get it to work in all cases.
2005-06-11 [colin] 1.9.11cvs59
* src/imap.c
printf -> debug_print
2005-06-11 [colin] 1.9.11cvs58
* src/imap.c
o Fix build without USE_PTHREAD
o Factorize imap_open
o Alertpanel in case of impossible connection
o Alertpanel in case of impossible login
o Fix deferred flags processing to force a
flush before adding some more flags to process,
but in another folder.
2005-06-10 [colin] 1.9.11cvs57
* src/imap.c
o Fix a format string error
o init ssl socket outside of the thread
(it possibly invokes gtk calls)
* src/procmime.c
o Put back the buffer to its necessary size
o Fix changing a file pointer without keeping
track of it (thanks Valgrind)
* src/common/smtp.c
o Fix automatic STARTTLS if login should be done
and the server only allows it after starting TLS
* src/gtk/gtkinputdialog.c
o Eat GDK_Return so that the combo popup doesn't
appear when we press Enter to validate the combo
input dialog (as seen in the Open with... dialog)
2005-06-10 [colin] 1.9.11cvs56
* src/imap.c
o A bit less debug
o Fix a crash on deletion
o Threadize imap_select (it's called outside of
threads)
o Defer treatment of DELETED flags
2005-06-09 [colin] 1.9.11cvs55
* src/imap.c
Make sure we check imap_gtk_should_override(), which
potentially calls gtk stuff, before creating thread.
That way it should't be called via imap_get_session()
inside a thread.
2005-06-09 [colin] 1.9.11cvs54
* src/imap.c
o add a bit of status output
o remove some dead code
o threadize get_list_of_uids
o threadize imap_get_flags
o defer flag changing by 500ms so that they
can be batched
2005-06-08 [colin] 1.9.11cvs53
* src/imap.c
Thread-ize imap_cmd_fetch
2005-06-08 [colin] 1.9.11cvs52
* src/main.c
Mmh, that broke POP3...
2005-06-08 [colin] 1.9.11cvs51
* src/main.c
Stabilize IMAP patch (thanks to Hoa)
2005-06-08 [colin] 1.9.11cvs50
* src/imap.c
Test patch to speed up imap.
2005-06-08 [colin] 1.9.11cvs49
* src/imap_gtk.c
Warning fix
* src/procmime.c
Apply patch from gentoo to use /usr/share/mime/globs if
available, after un-breaking it
* src/common/log.c
* src/common/log.h
Use g_timeout for invoking hooks that possibly use gtk
calls. This should leave gtk calls in the main thread.
2005-06-08 [paul] 1.9.11cvs48
* src/codeconv.c
conv_get_outgoing_charset_str(): don't
use prefs_common setting
* src/compose.c
* src/compose.h
add /Options/Character encoding/... to
temporarily change the outgoing encoding
(belated sync with main)
2005-06-08 [paul] 1.9.11cvs47
* src/compose.c
correction to/completion of last
sync with main
2005-06-08 [paul] 1.9.11cvs46
sync with main:
* src/codeconv.c
* src/codeconv.h
always enabled Japanese auto-detection
if the first letters of locale string
is "ja"
* src/compose.c
don't use "destroy" signal to destroy
Compose object (fix rare crashes on discard?)
* src/mainwindow.c
* src/messageview.c
* src/prefs_send.c
added Hebrew encodings
* src/sourcewindow.c
don't use "destroy" signal to destroy
objects
2005-06-07 [colin] 1.9.11cvs45
* src/summaryview.c
Add missing unlocks/locks
2005-06-07 [paul] 1.9.11cvs44
* src/summaryview.c
restore bug #749 fix
2005-06-06 [colin] 1.9.11cvs43
* src/summaryview.c
Fix selection bug when prefs_common.open_unread
is FALSE
2005-06-06 [colin] 1.9.11cvs42
* src/common/md5.c
Fix a warning
* src/summaryview.c
* src/folderview.c
Factorize long operations beginning and end
(locking, freezing/thawing, cursor, ...)
Check selection->data member in selection-
related loops; this avoids dying an awful
death if the selection changes on us while
we're marking a whole IMAP folder unread,
for example.
2005-06-06 [paul] 1.9.11cvs41
* src/textview.c
don't g_free() a static gchar buffer
2005-06-05 [colin] 1.9.11cvs40
* src/mainwindow.c
* src/messageview.c
* src/summaryview.c
Fix bug #749 (Show all headers should be
sticky as the GUI suggests)
2005-06-03 [paul] 1.9.11cvs39
* src/compose.c
don't allow editing of mail while sending.
patch by Colin
2005-06-03 [paul] 1.9.11cvs38
* src/folderview.c
add a freeze/thaw to speed up 'mark all read'
2005-06-03 [paul] 1.9.11cvs37
* src/prefs_message.c
reflect changes immediately
2005-06-02 [colin] 1.9.11cvs36
* po/POTFILES.in
Patch by Fabien Vantard.
2005-06-02 [colin] 1.9.11cvs35
* src/imap.c
Use a non-blocking imap_getline() if possible.
This should completely prevent the interface
from freezin on imap operations, although it
may do strange stuff in case of folder switching
while a big imap operation is taking place...
In addition, fix a leak in the case thread
creation fails on connection.
2005-06-02 [colin] 1.9.11cvs34
* src/crash.c
* src/prefs_common.h
Fix build (prefs_common_init() doesn't exist
anymore)
2005-06-02 [colin] 1.9.11cvs33
* src/prefs_account.c
Fix bug #245 (filtering rules broken when
renaming a remote account (imap4 or nntp)
2005-06-02 [colin] 1.9.11cvs32
* src/imap.c
Try to fix IMAP shortcomings:
o Multithread imap_open()
o allow offline-mode overriding instead of
just returning NULL
* src/imap_gtk.c
* src/imap_gtk.h
Add a function to ask whether we want to
override offline-mode for 10 minutes (one-shot
asking was painful)
* src/procheader.c
Fix segfault when imap parser isn't happy about
a missing {
2005-06-01 [colin] 1.9.11cvs31
* src/addrharvest.c
* src/compose.c
* src/mbox.c
* src/mbox.h
* src/mh.c
* src/msgcache.c
* src/send_message.c
* src/setup.c
* src/undo.c
* src/common/hooks.c
* src/common/prefs.c
* src/common/template.c
* src/common/utils.c
* src/gtk/gtkutils.c
* src/gtk/inputdialog.c
* src/gtk/menu.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/prefs_gpg.c
More -Wall fixes
* src/common/Makefile.am
* src/common/timing.h
Add basic timing code
* src/summaryview.c
Fix a bug with unread messages when
re-sorting folders, and by the way
fix a big performance hit when
re-sorting (10k mails: before 5s,
after .5s)
* src/prefs_compose_writing.c
* src/prefs_compose_writing.h
* src/prefs_message.c
* src/prefs_message.h
* src/prefs_other.c
* src/prefs_other.h
* src/prefs_quote.c
* src/prefs_quote.h
* src/prefs_receive.c
* src/prefs_receive.h
* src/prefs_send.c
* src/prefs_send.h
* src/prefs_summaries.c
* src/prefs_summaries.h
Fix copyright banner
2005-06-01 [paul] 1.9.11cvs30
* po/fi.po
updated by Flammie Pirinen
* src/procmime.c
fix 'Bad BASE64 content' output
2005-05-31 [colin] 1.9.11cvs29
* src/procmime.c
Oops, where did my hunk go.
2005-05-31 [colin] 1.9.11cvs28
* src/Makefile.am
* src/account.c
* src/action.c
* src/addr_compl.c
* src/addressbook.c
* src/codeconv.c
* src/compose.c
* src/export.c
* src/folder.c
* src/folderview.c
* src/image_viewer.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/mimeview.c
* src/msgcache.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_compose_writing.c
* src/prefs_customheader.c
* src/prefs_ext_prog.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_fonts.c
* src/prefs_image_viewer.c
* src/prefs_message.c
* src/prefs_message.h
* src/prefs_msg_colors.c
* src/prefs_other.c
* src/prefs_other.h
* src/prefs_quote.c
* src/prefs_receive.c
* src/prefs_receive.h
* src/prefs_send.c
* src/prefs_send.h
* src/prefs_spelling.c
* src/prefs_summaries.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/prefs_themes.c
* src/prefs_toolbar.c
* src/prefs_wrapping.c
* src/procmime.c
* src/procmsg.c
* src/send_message.h
* src/ssl_manager.c
* src/summary_search.c
* src/summaryview.c
* src/textview.c
* src/wizard.c
* src/common/smtp.c
* src/common/smtp.h
* src/gtk/gtkutils.h
o Move the rest of Common prefs to new style
o Lots of -Wall warning fixes
o fix FIXME in cache memusage calculation
o Let return receipts be sent from any account
o Little cache optimisation (read)
o Fix bug #746 (don't treat commas as separators
when inside a quoted string)
2005-05-31 [paul] 1.9.11cvs27
* src/prefs_common.c
fix 'off-by-one' typo
2005-05-31 [paul] 1.9.11cvs26
* src/account.c
* src/addr_compl.c
* src/compose.c
* src/foldersel.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_matcher.c
* src/prefs_summaries.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/prefs_toolbar.c
* src/ssl_manager.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
* src/gtk/progressdialog.c
add hidden prefs 'enable_rules_hint'
for gtk_tree_view_set_rules_hint()
(sync with main)
2005-05-31 [colin] 1.9.11cvs25
* src/Makefile.am
* src/main.c
* src/prefs_common.c
* src/prefs_summaries.c ** ADDED **
* src/prefs_summaries.h ** ADDED **
Common/Display -> Display/Summaries
2005-05-31 [colin] 1.9.11cvs24
* src/Makefile.am
* src/main.c
* src/prefs_quote.c ** ADDED **
* src/prefs_quote.h ** ADDED **
Move Common/Quote to Compose/Quoting
* src/prefs_common.c
* src/prefs_common.h
Remove old quote stuff, add
convenience functions for GtkTextView prefs
* src/gtk/prefswindow.c
Set default height higher
2005-05-30 [colin] 1.9.11cvs23
* src/Makefile.am
* src/main.c
* src/prefs_common.c
* src/prefs_compose_writing.c ** ADDED **
* src/prefs_compose_writing.h ** ADDED **
Move Common/Compose prefs to Compose/Writing
2005-05-30 [colin] 1.9.11cvs22
* src/common/utils.c
Fix bug #651 (Confused Attract by Subject)
Patch by M. Benkmann <haferfrost@web.de>
* AUTHORS
2005-05-30 [colin] 1.9.11cvs21
* src/compose.c
Fix concatenation of different headers of
the same type (bug #645)
* src/prefs_folder_item.c
Fix bug #699 (setting color to black doesn't
work immediately)
* src/procmime.c
Print out decoding error only once per
block
2005-05-30 [paul] 1.9.11cvs20
* src/common/template.c
fix Bcc
2005-05-30 [paul] 1.9.11cvs19
* doc/src/rfc2368.txt **NEW FILE**
* src/compose.c
compose_entries_set(): don't interpret Bcc
header field (conform to RFC 2368)
(sync with main)
2005-05-29 [colin] 1.9.11cvs18
* src/prefs_common.c
Let the default reply format respect
netiquette by cutting the signature.
2005-05-29 [colin] 1.9.11cvs17
* src/summaryview.c
Don't let always_show_msg override
open_unread_on_enter when opening a new
directory.
2005-05-27 [paul] 1.9.11cvs16
sync with main:
* src/main.c
app_will_exit(): cleanup tmp directory when exit
* src/message_search.c
improved the interface and made code cleanup.
removed Clear button
* src/send_message.c
send_message_local(): use GSpawn, and detect errors
* src/summary_search.c
improved the interface and made code cleanup
* src/textview.c
textview_write_link(): also skip non-ascii space
at the head of link strings (phishing check
didn't work at the case)
* src/common/utils.c
get_command_output(): use g_spawn_command_line_sync()
instead of popen()
2005-05-26 [colin] 1.9.11cvs15
* src/folder.c
remove printf
2005-05-26 [colin] 1.9.11cvs14
* src/common/nntp.c
Fix nntp mode reader (bug #611)
Patch by Florian Mickler <florian@mickler.org>
2005-05-26 [colin] 1.9.11cvs13
* src/plugins/pgpmime/passphrase.c
Fix mouse grabbing (bug #557)
2005-05-26 [colin] 1.9.11cvs12
* src/prefs_themes.c
Fix g_warning (bug #541)
2005-05-26 [colin] 1.9.11cvs11
* src/prefs_actions.c
* src/prefs_template.c
Fix bug #506 (no warning if action/template
is not saved)
* src/common/template.c
Fix a possible crash
2005-05-26 [colin] 1.9.11cvs10
* src/folder.c
* src/folderview.c
* src/procmsg.c
* src/summaryview.c
Forbid locked messages to be moved or
deleted. Locked messages in trashes
still get deleted, for performance
reason (mh.c::mh_remove_all_msgs)
2005-05-25 [colin] 1.9.11cvs9
* src/procmime.c
Use correct encoding when sending mails
with attachments that have accentued
chars in their name
2005-05-24 [colin] 1.9.11cvs8
* src/summaryview.c
Fix bug #688 f) read/unread marker not
changed on first click
Also, optimize summary_status_show()
calls
* src/folder.c
* src/inc.c
* src/procmime.c
Fix bug #688 b) and c) wrt message
attachments and signature
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/Makefile.am
* src/pixmaps/clip_gpg_signed.xpm
Add clip/signed icon
2005-05-24 [colin] 1.9.11cvs7
* src/folder_item_prefs.c
whitespace fix
2005-05-24 [colin] 1.9.11cvs6
* src/folderview.c
* src/prefs_common.c
* src/prefs_common.h
Add a confirmation to folder drag and drop
fixes bug #156
* src/alertpanel.c
* src/alertpanel.h
fix _with_disable parameters so that
the buttons labels are specifiable too
* src/plugins/pgpmime/sgpgme.c
reflect said change
2005-05-24 [colin] 1.9.11cvs5
* src/folderview.c
Uncollapse/collapse folders on double-click
patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
closes bug #108
2005-05-23 [colin] 1.9.11cvs4
* src/common/socket.c
Check another special SSL_peek() error.
Should help wrt bug #728
2005-05-23 [colin] 1.9.11cvs3
* src/plugins/pgpmime/pgpmime.c
Change name to "PGP MIME" instead of "PGP/MIME" to avoid
breaking menu accelerators and stuff. Users will have to
reselect "PGP MIME" instead of "PGP/MIME" in their
account's privacy preferences if needed.
2005-05-22 [paul]
* tools/kdeservicemenu/install.sh
use kdesu to prompt for root password if doing
global install/uninstall
2005-05-20 [colin] 1.9.11cvs2
* src/procmsg.c
Fix another compilation error with gcc-2.9x
Thanks to Pawel Pekala <c0rn@gazeta.pl>
* src/send_message.c
Don't send QUIT if we aren't connected
2005-05-19 [colin] 1.9.11cvs1
* src/procmsg.c
Fix compilation with gcc 2.9x
2005-05-19 [paul] 1.9.11
1.9.11 released
2005-05-19 [paul] 1.9.9cvs14
* src/gtk/inputdialog.c
prevent gettext warning
2005-05-19 [paul] 1.9.9cvs13
* src/mainwindow.c
* src/prefs_common.c
* src/prefs_common.h
* src/textview.c
* src/textview.h
add an option to toggle cursor in message
view (sync with main)
2005-05-18 [colin] 1.9.9cvs12
* src/compose.c
Dereference freed pointer
* src/gtk/gtkaspell.c
Fix duplication of dictionaries (is it an aspell issue?)
2005-05-18 [colin] 1.9.9cvs11
* src/gtk/inputdialog.c
* src/gtk/gtkaspell.c
HIGuify dialogs
* src/alertpanel.c
Remove a double call
2005-05-17 [colin] 1.9.9cvs10
* src/gtk/gtkaspell.c
Fix dialogs, Ctrl-Enter accel
2005-05-17 [colin] 1.9.9cvs9
* src/gtk/gtkaspell.c
Fix some accelerators, escape in replace-window
2005-05-16 [colin] 1.9.9cvs8
* src/gtk/gtkaspell.c
Revert last commit, it was a mistake.
2005-05-16 [colin] 1.9.9cvs7
* src/gtk/gtkaspell.c
Remove buggy code while we're at it. It's a
dead code path anyway.
2005-05-16 [colin] 1.9.9cvs6
* src/gtk/gtkaspell.c
Missed some gtk_menu_popup where deactivate
signal should be handled. Should fix bug
#629 a bit more.
2005-05-16 [colin] 1.9.9cvs5
* src/gtk/gtkaspell.c
Remove debug printf()s
2005-05-16 [colin] 1.9.9cvs4
* src/gtk/gtkaspell.c
Fix a bit aspell problems
(see bug #629)
2005-05-13 [colin] 1.9.9cvs3
* src/folderview.c
Fix the + appearing even when no subfolders
have unread messages. Thanks to wwp for the
bug report.
2005-05-11 [paul] 1.9.9cvs2
* src/folderview.c
correction to 1.9.9cvs1, only colour folders that
have new msgs (not unread msgs)
2005-05-10 [colin] 1.9.9cvs1
* src/folderview.c
* src/summaryview.c
Try to fix bolding bugs again.
2005-05-09 [paul]
* tools/claws.i18n.status.pl
add Ricardo Mones Lastra's script that has been providing
the i18n status page for many months
2005-05-09 [paul] 1.9.9
1.9.9 release
2005-05-09 [paul] 1.9.6cvs58
* AUTHORS
* INSTALL
* README.claws
updated
* Makefile.am
* RELEASE_NOTES.claws
add release notes to cvs to simplify release
procedure
* configure.ac
add ca and fi to ALL_LINGUAS
* po/Makefile.in.in
workaround for missing Makevars
* po/ca.po
* po/fi.po
add new Catalan and Finnish translations
submitted by Miquel Oliete and Flammie Pirinen
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/pl.po
* po/ru.po
* po/sk.po
* po/sr.po
* po/zh_CN.po
updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
Urke MMI, and Hansom Young
* src/main.c
Fix drafting when quitting. compose_draft() closes the
compose windows, which modifies the compose_list GSList.
We have to refresh this list after echo drafting to avoid a
segfault
* src/partial_download.c
fix segfault on exit
2005-05-06 [paul] 1.9.6cvs57
* src/grouplistdialog.c
quick fix/workaround for unresizeable newsgroup
name column
2005-05-06 [paul] 1.9.6cvs56
* src/inc.c
* src/mainwindow.c
use gettext plural forms
* src/imap_gtk.c
* src/mh_gtk.c
* src/toolbar.c
small improvement to english usage
2005-05-05 [thorsten] 1.9.6cvs55
* src/folder.c
fix possible crash
2005-05-05 [paul] 1.9.6cvs54
sync with HEAD
* AUTHORS
* src/compose.c
fix bug 713 'Resent-To and Resent-Cc headers are garbled'
patch by Tim Mann
2005-05-05 [paul] 1.9.6cvs53
* src/mainwindow.c
fix resizing of separate message and
folder views
2005-05-05 [paul] 1.9.6cvs52
* src/account.c
* src/addrgather.c
* src/browseldap.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/importmutt.c
* src/importpine.c
* src/main.c
* src/mainwindow.c
* src/noticeview.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_matcher.c
* src/prefs_spelling.c
* src/prefs_toolbar.c
* src/toolbar.c
* src/wizard.c
* src/gtk/description_window.c
* src/gtk/gtkvscrollbutton.c
* src/gtk/progressdialog.c
* src/gtk/quicksearch.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/spamassassin/spamassassin_gtk.c
replace deprecated gtk_widget_set_usize
2005-05-04 [colin] 1.9.6cvs51
* src/common/utils.c
Fix crash when subst_for_filename is called
with a NULL parameter
2005-05-04 [colin] 1.9.6cvs50
* src/partial_download.c
* src/pop.c
Escape login when writing uidl file
fixes bug #736
2005-05-03 [colin] 1.9.6cvs49
* src/procmime.c
Fix possible DOS in mime parser
(see bug #634)
2005-05-02 [colin] 1.9.6cvs48
* src/compose.c
Try to fix the copy/paste mess once again.
2005-04-30 [colin] 1.9.6cvs47
* src/prefs_account.h
* src/procmsg.c
* src/send_message.c
* src/common/smtp.c
* src/common/smtp.h
Try to batch sending mails (per account) instead of
reconnecting to server every time.
2005-04-29 [colin] 1.9.6cvs46
* src/messageview.c
Fix window resizing that refused to size down
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_filtering.c
Save Filtering's window size
2005-04-21 [paul] 1.9.6cvs45
* ChangeLog-gtk2.claws
* src/setup.c
correction to sync
2005-04-21 [paul] 1.9.6cvs44
sync with main:
* src/setup.c
* src/statusbar.c
* src/statusbar.h
use gtkut_widget_draw_now(). Improved performance
of the update of statusbar
* src/textview.c
textview_smooth_scroll_do(): redraw it after scroll
is done (fixed incorrect display when a part of the
view is hidden).
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
gtkut_widget_draw_now(): use gdk_window_process_updates()
to force update of widgets.
Removed gtkut_widget_wait_for_draw() which had a big
overhead because of waiting for all events processed
2005-04-20 [paul] 1.9.6cvs43
* src/codeconv.c
complete 1.9.6cvs42's sync:
Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2005-04-19 [paul] 1.9.6cvs42
sync with main:
* src/action.c
catch_output(): correctly select the insert text
(fix invalid iterator warnings).
* src/codeconv.c
* src/codeconv.h
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
support GBK encoding.
* src/common/session.c
* src/common/session.h
use separate buffer for large data to be sent,
and don't duplicate it (reduces memory usage) (thanks to Dirk).
2005-04-18 [paul] 1.9.6cvs41
* src/jpilot.c
convert unsigned long into guint32
patch by Paul LeoNerd Evans
2005-04-17 [colin] 1.9.6cvs40
* src/compose.c
Fix 'Request return receipt' from folder
properties (bug #708)
2005-04-17 [colin] 1.9.6cvs39
* src/mainwindow.c
Fix duplicate hotkeys in Mainwindow's menu
2005-04-17 [colin] 1.9.6cvs38
* src/folderview.c
Fix duplicate hotkeys in Folderview's contextual
menu
2005-04-15 [colin] 1.9.6cvs37
* src/summaryview.c
Fix 'Save as...' with non-ascii filenames
2005-04-15 [colin] 1.9.6cvs36
* src/plugins/pgpmime/pgpmime.c
Fix bus error on 64bit. Spotted by
macallan1888@gmail.com
2005-04-15 [colin] 1.9.6cvs35
* src/prefs_account.c
Fix cvs34.
2005-04-12 [colin] 1.9.6cvs34
* src/prefs_account.c
Fix smtp auth type off-by-one. We forgot to
add PLAIN in the prefs-to-gui setter func and
as a result, the selected auth when opening
account prefs was not the correct one.
2005-04-12 [paul] 1.9.6cvs33
* src/inc.c
if the recv dialog is visible, Cancel only
cancels the current account
2005-04-10 [colin] 1.9.6cvs32
* src/filtering.c
Copy score when copying FilteringActions
Fix bug #674
2005-04-10 [colin] 1.9.6cvs31
* src/inc.c
Make Message -> Receive -> Cancel cancel
incorporation on all accounts. Fixes
bug #693
2005-04-10 [colin] 1.9.6cvs30
* src/prefs_account.c
Update Privacy checkbuttons status based
on the selected privacy system
* src/compose.c
Always connect the "None" privacy system; the
static boolean was probably there to avoid
reconnecting twice in the same compose window,
but as the parent function is only called once
per compose, it's only a bug - as a static is
initialized once per application instance.
Also, don't uncheck Sign and Encrypt when
selecting None as privacy system; just ignore
them when sending/queuing.
Should fix bug #695
2005-04-08 [colin] 1.9.6cvs29
* src/account.c
* src/prefs_account.c
* src/prefs_account.h
Add account preference to queue message in a certain
folder.
2005-04-06 [colin] 1.9.6cvs28
* src/prefs_account.c
Update old inbox path syntax
2005-04-06 [paul] 1.9.6cvs27
sync with main:
* configure.ac
changed -traditional-cpp to -no-cpp-precomp for newer
Mac OS X support
* src/foldersel.c
made column resize automatically
* src/send_message.c
send_message_smtp(): consider EOF right after QUIT
successful (workaround for Gmail SMTP server)
* src/common/socket.c
ssl_read(), ssl_peek(): check EOF which violates the
SSL protocol
* src/gtk/colorlabel.c
removed warnings when displaying colorlabel menu
(don't use GtkAlignment)
2005-04-05 [paul] 1.9.6cvs26
* src/plugins/trayicon/trayicon.c
fix clipping of icon under KDE3
2005-04-05 [paul] 1.9.6cvs25
* src/summaryview.c
hide display of threading
patch by Alfons
2005-04-04 [thorsten] 1.9.6cvs24
* src/mh.c
marks lost on filesystems with different stat() results on
summer-/wintertime
2005-04-03 [colin] 1.9.6cvs23
* src/summaryview.c
Don't handle up/down. Patch by Alfons
2005-04-02 [colin] 1.9.6cvs22
* src/summaryview.c
Make scrolling faster. Patch by Alfons.
2005-04-01 [colin] 1.9.6cvs21
* src/Makefile.am
* src/stock_pixmap.c
* src/pixmaps/dir-noselect.xpm ** REMOVED **
* src/pixmaps/dir_noselect.xpm ** ADDED **
Fix pixmap name mismatch (Thanks Stephan Sachse)
2005-04-01 [colin] 1.9.6cvs20
* src/image_viewer.c
* src/image_viewer.h
* src/procmime.c
* src/procmime.h
* src/textview.c
* src/textview.h
Implement inline image resizing and right-clicking
2005-04-01 [paul] 1.9.6cvs19
* AUTHORS
* Makefile.am
* configure.ac
check for gnome2
patch by Luca Cavalli <loopback<AT>slackit.org>
* po/ru.po
updated by Pavlo Bohmat
2005-03-31 [colin] 1.9.6cvs18
* src/news.c
Fix parsing references
* src/msgcache.c
don't put nulls in the references list
* src/procheader.c
commit that forgotten file in 1.9.6cvs14
2005-03-31 [colin] 1.9.6cvs17
* src/compose.c
Fix joining of signature separator again.
Maybe Hiro could put it in main too...
2005-03-31 [colin] 1.9.6cvs16
* src/Makefile.am
* src/foldersel.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/pixmaps/dir-noselect.xpm
Update foldersel.c (sync from main, patch by Alfons)
2005-03-30 [colin] 1.9.6cvs15
* src/imap.c
Fix handling of imap folders containing [] in
their name. Thanks to Nahuel Angelinetti for
the detailed bugreport.
2005-03-30 [colin] 1.9.6cvs14
* src/common/utils.h
* src/common/utils.c
* src/common/defs.h
* src/matcher.c
* src/msgcache.c
* src/news.c
* src/procmsg.c
* src/procmsg.h
* src/quote_fmt_parse.y
* src/summaryview.c
Update references system. Patch by Alfons
2005-03-30 [colin] 1.9.6cvs13
* src/common/socket.c
Force the glibc to read resolv.conf again when
it has changed. Should fix issues when changing
networks on a laptop and not restarting sylpheed.
2005-03-30 [paul] 1.9.6cvs12
partial sync with main:
* src/action.c
create_io_dialog(): use user-defined text font
(thanks to Alfons), and modified its appearance.
* src/addrgather.c
* src/addrharvest.c
* src/browseldap.c
replace old code
* src/compose.c
don't join (presumably) itemized lines on line-wrapping
fixed wrapping of quote when auto-wrapping is enabled
compose_destroy(): destroy paned only if it's not
attached to window. Fixed memory leak of popup menu.
* src/exphtmldlg.c
* src/expldifdlg.c
replace old code
* src/html.c
* src/html.h
* src/importmutt.c
* src/importpine.c
replace old code
* src/main.c
removed redundant code
* src/mainwindow.c
changed 'Code set' (which is rather incorrect)
in the menu to 'Character encoding'
main_window_set_widgets(): request size first
to prevent window size becoming wrong
fixed remembering of the state of the visibility
of MessageView
* src/messageview.c
changed 'Code set' (which is rather incorrect)
in the menu to 'Character encoding'
* src/prefs_common.c
* src/prefs_common.h
added an option whether to render HTML as text or not
added separators to outgoing encoding menu
* src/procheader.c
procheader_scan_date_string(): support header
like: "[Tue,] 01 Feb 2005 09:57[:00]"
* src/summaryview.c
* src/summaryview.h
minor code cleanup
* src/textview.c
textview_show_html(): force output of newline
added an option whether to render HTML as text or not
* src/common/utils.c
strncpy2(): optimized based on Alfons' code
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
removed non-used code
* src/plugins/pgpmime/passphrase.c
partially fixed grab input of passphrase dialog
Confine pointer to window
2005-03-30 [colin] 1.9.6cvs11
* src/msgcache.c
* src/msgcache.h
Read/write 32bit ints from cache & marks
From main.
2005-03-29 [paul] 1.9.6cvs10
* AUTHORS
* ChangeLog.claws
* src/compose.c
* src/gtk/gtkaspell.c
sync with HEAD (don't pass NULL pointers)
2005-03-24 [paul]
* tools/Makefile.am
* tools/README
* tools/acroread2sylpheed.pl
sync with HEAD (add script to send pdfs as
attachments from Adobe Reader 7)
2005-03-21 [paul] 1.9.6cvs9
* configure.ac
* po/POTFILES.in
* src/Makefile.am
* src/crash.c
* src/image_viewer.c ** ADDED **
* src/image_viewer.h ** ADDED **
* src/main.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_image_viewer.c ** ADDED **
* src/prefs_image_viewer.h ** ADDED **
* src/textview.c
* src/gtk/about.c
* src/pixmaps/sylpheed_logo.xpm
* src/plugins/Makefile.am
* src/plugins/image_viewer/.cvsignore ** REMOVED **
* src/plugins/image_viewer/Makefile.am ** REMOVED **
* src/plugins/image_viewer/plugin.c ** REMOVED **
* src/plugins/image_viewer/viewer.c ** REMOVED **
* src/plugins/image_viewer/viewer.glade ** REMOVED **
* src/plugins/image_viewer/viewer.h ** REMOVED **
* src/plugins/image_viewer/viewerprefs.c ** REMOVED **
* src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
* src/plugins/image_viewer/viewerprefs.h ** REMOVED **
as gdk-pixbuf is now built-in
remove image_viewer plugin and put code back into
main codebase
implement inline image display (sync with main)
replace logo with newer, nicer, larger version
2005-03-21 [paul] 1.9.6cvs8
* src/gtk/about.c
cosmetic improvement
2005-03-21 [holger] 1.9.6cvs7
* src/plugins/spamassassin/spamassassin.c
Sync with HEAD
(unregister hook on failed plugin init)
2005-03-20 [colin] 1.9.6cvs6
* src/common/plugin.c
Check that plugin isn't already loaded
Patch by Alfons
2005-03-20 [thorsten] 1.9.6cvs5
* src/compose.c
use a more compatible syntax
2005-03-20 [thorsten] 1.9.6cvs4
* src/prefs_toolbar.c
fix crash when selecting toolbar item (uninitialized pointer)
2005-03-20 [thorsten] 1.9.6cvs3
* src/procmime.c
fix mimetype detection (referenced free()d string)
2005-03-20 [paul] 1.9.6cvs2
* src/compose.c
sync with HEAD (1.0.3cvs5)
neglect Reply-To header if empty
Patch by Alfons
2005-03-19 [holger] 1.9.6cvs1
* src/summaryview.c
* src/summaryview.h
Sync with HEAD
2005-03-18 [paul] 1.9.6
initial GTK2 release
2005-03-18 [paul] 1.0.3cvs3.1
* AUTHORS
* ChangeLog.claws
* configure.ac
* src/gtk/about.c
* src/pixmaps/sylpheed_logo.xpm
sync with HEAD
2005-03-18 [colin] 1.0.3cvs2.6
* src/summaryview.c
Remove call to summary_step in summary_copy_selected_to
Can't see its purpose, and this causes bug when copying
a message if the next one is unread: it reads it.
2005-03-18 [paul] 1.0.3cvs2.5
* src/foldersel.c
fix bug 694 'Enter doesn't trigger OK in "Move" window'
2005-03-18 [paul] 1.0.3cvs2.4
* src/addrharvest.c
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/news.c
* src/procheader.c
* src/procmime.c
* src/unmime.c
* src/unmime.h
fix buffer overflow, CAN-2005-0667, see
http://secunia.com/advisories/14491/
Patch by Alfons
2005-03-17 [colin] 1.0.3cvs2.3
* src/prefs_fonts.c
* src/summaryview.c
Fix font bugs (both lists now officialy share
the same font)
2005-03-17 [paul] 1.0.3cvs2.2
* src/gtk/pluginwindow.c
make plugin descriptions uneditable
2005-03-11 [paul] 1.0.3cvs2.1
* ChangeLog.claws
* configure.ac
* po/POTFILES.in
* src/plugins/trayicon/trayicon.c
sync with HEAD
add src/wizard.c to POTFILES.in
2005-03-11 [paul] 1.0.3cvs1.1
* ChangeLog
* ChangeLog.claws
* configure.ac
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/pt_BR.po
* po/ru.po
* po/sk.po
* po/sr.po
* po/zh_CN.po
sync with HEAD
2005-03-04 [colin] 1.0.1cvs22.2
* src/compose.c
Fix signatures with accentued chars in it
2005-03-04 [colin] 1.0.1cvs22.1
* src/common/smtp.c
* src/common/smtp.h
Don't use SIZE param in MAIL FROM: if server
doesn't support it. Patch by Eugen Freiter
<eugen_f@users.sf.net>
2005-02-27 [paul] 1.0.1cvs20.1
* ChangeLog.claws
* configure.ac
* src/messageview.c
sync with HEAD
2005-02-27 [colin] 1.0.1cvs19.4
* src/procheader.c
* src/procheader.h
Fix prototypes. Patch by Alfons
2005-02-27 [colin] 1.0.1cvs19.3
* src/compose.c
Don't auto-join the signature separator.
2005-02-26 [colin] 1.0.1cvs19.2
* src/summaryview.c
Fix 'mark all read' with collapsed threads.
Patch by Alfons.
2005-02-25 [paul] 1.0.1cvs19.1
* ChangeLog.claws
* configure.ac
* src/prefs_account.c
* src/prefs_folder_item.c
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
sync with HEAD
2005-02-25 [paul] 1.0.1cvs15.12
* src/alertpanel.c
* src/codeconv.c
* src/compose.c
* src/textview.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/logwindow.c
* src/gtk/progressdialog.c
sync with main (revision 127)
and fix logwindow clipping
2005-02-24 [colin] 1.0.1cvs15.11
* src/plugins/pgpmime/passphrase.c
Disable input grabbing; it doesn't work yet.
2005-02-24 [colin] 1.0.1cvs15.10
* src/messageview.c
Don't send out receipts if offline. Ask.
2005-02-23 [colin] 1.0.1cvs15.9
* src/summaryview.c
Fix expanding
2005-02-23 [colin] 1.0.1cvs15.8
* src/summaryview.c
Really fix Bug 568 by removing useless
calls. summary_thread_init() now called
in summary_sort(). This should please
Alfons as it should be faster than
previously.
2005-02-23 [colin] 1.0.1cvs15.7
* src/compose.c
Encode parts as QP or B64 if signing
2005-02-23 [colin] 1.0.1cvs15.6
* src/compose.c
Fix Mimeinfo leakage (including tmp files)
* src/procmsg.c
Fix tmp file leakage (spotted by Ivan Rayner)
2005-02-22 [colin] 1.0.1cvs15.5
* src/expldifdlg.c
Fix keyboard input. Patch by Alfons.
2005-02-21 [colin] 1.0.1cvs15.4
* src/compose.c
Fix Sign/Encrypt when unselecting privacy
system
* src/prefs_common.c
Change default message font to Monospace
* src/summaryview.c
More freezing during potentially large operations
2005-02-21 [paul] 1.0.1cvs15.3
* src/main.c
fix --help output
2005-02-21 [paul] 1.0.1cvs15.2
* po/Makefile.in.in
* src/compose.c
* src/summaryview.c
* src/textview.c
* src/common/utils.c
* src/common/utils.h
sync with main (revision 117)
2005-02-20 [colin] 1.0.1cvs15.1
* src/common/defs.h
Change cache file to .sylpheed_claws_cache, as
suggested by Alfons. Allows people to switch
between Sylpheed and Sylpheed-Claws. it is
a good idea to "Check for new messages" at next
startup.
2005-02-18 [colin] 1.0.1cvs14.1
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
Fix parser initialisation. Patch by Ivan.
2005-02-18 [colin] 1.0.1cvs11.6
* src/folderview.c
Fix scrolldown (bug 662)
2005-02-17 [colin] 1.0.1cvs11.5
* src/codeconv.c
conv_filename_to_utf8: return clean 7bit instead
of broken utf8 if needed
* src/mimeview.c
Fix display of parts with unclean 8bit names
2005-02-17 [paul] 1.0.1cvs11.4
* src/compose.c
* src/exportldif.c
* src/matcher_parser_parse.y
* src/procmime.c
* src/sourcewindow.c
* src/common/Makefile.am
* src/common/intl.h ** REMOVED **
* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
sync with main (revision 109)
and clean up
2005-02-16 [colin] 1.0.1cvs11.3
* src/summaryview.c
Fix collapsed thread not highlighting when new
messages in it (Bug 568) Patch by Stephan Sachse.
Fix messed up selection when reaching bounds (Bug 632)
* src/prefs_themes.c
Fix theme installing (Bug 684)
2005-02-16 [colin] 1.0.1cvs11.2
* src/messageview.c
Fix messageview_select_all
2005-02-16 [colin] 1.0.1cvs11.1
* src/mh.c
Sync with HEAD (MH scan required function)
2005-02-15 [colin] 1.0.1cvs8.1
* src/mimeview.c
* src/common/utils.c
Sync with HEAD (filename chars substitution)
2005-02-15 [colin] 1.0.1cvs7.3
* src/gtk/pluginwindow.c
Fix button spacing
2005-02-15 [colin] 1.0.1cvs7.2
* src/mimeview.c
Fix mime icons not reset across message when
scrolled down
2005-02-15 [colin] 1.0.1cvs7.1
* src/compose.c
* src/procmime.c
Sync with HEAD (optimisation of cvs6)
2005-02-14 [colin] 1.0.1cvs6.1
* src/compose.c
* src/procmime.c
Sync with HEAD (encode "From " at line beginning)
2005-02-14 [colin] 1.0.1cvs5.3
* src/compose.c
Fix wrapping with accentued chars.
2005-02-13 [colin] 1.0.1cvs5.2
* src/textview.c
Fix email informative part parsing with
accentued chars in it. ispunct() returns
true for them in utf8...
2005-02-12 [colin] 1.0.1cvs5.1
* src/filtering.c
Sync with HEAD (remove wrong use of compose after send)
2005-02-12 [paul] 1.0.1cvs4.5
* src/textview.c
remove unnecessary code (thanks to Alfons)
2005-02-12 [paul] 1.0.1cvs4.4
* src/textview.c
add 'Copy' to contextual menu on emails
2005-02-11 [colin] 1.0.1cvs4.3
* src/compose.c
revert 1.0.0cvs28.2, it doesn't work that well.
2005-02-11 [paul] 1.0.1cvs4.2
* po/Makefile.in.in
fix 'make release'
2005-02-10 [paul] 1.0.1cvs4.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* src/compose.c
sync with HEAD (sync with main)
2005-02-10 [paul] 1.0.1cvs3.2
* AUTHORS
* Makefile.am
* autogen.sh
* configure.ac
* config/mkinstalldirs
* intl/.cvsignore
* intl/ChangeLog
* intl/VERSION
* intl/bindtextdom.c
* intl/config.charset
* intl/dcgettext.c
* intl/dcigettext.c
* intl/dcngettext.c
* intl/dgettext.c
* intl/dngettext.c
* intl/eval-plural.h
* intl/explodename.c
* intl/finddomain.c
* intl/gettext.c
* intl/gettextP.h
* intl/gmo.h
* intl/hash-string.h
* intl/intl-compat.c
* intl/l10nflist.c
* intl/libgnuintl.h.in
* intl/loadinfo.h
* intl/loadmsgcat.c
* intl/localcharset.c
* intl/localcharset.h
* intl/locale.alias
* intl/localealias.c
* intl/localename.c
* intl/log.c
* intl/ngettext.c
* intl/os2compat.c
* intl/os2compat.h
* intl/osdep.c
* intl/plural-exp.c
* intl/plural-exp.h
* intl/plural.c
* intl/plural.y
* intl/ref-add.sin
* intl/ref-del.sin
* intl/relocatable.c
* intl/relocatable.h
* intl/textdomain.c
* m4/Makefile.am
* po/Makefile.in.in
* src/Makefile.am
* src/account.c
* src/action.c
* src/addr_compl.c
* src/addressadd.c
* src/addressbook.c
* src/addrgather.c
* src/addrindex.c
* src/alertpanel.c
* src/browseldap.c
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/compose.h
* src/crash.c
* src/editaddress.c
* src/editbook.c
* src/editgroup.c
* src/editjpilot.c
* src/editldap.c
* src/editldap_basedn.c
* src/editvcard.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/export.c
* src/exporthtml.c
* src/filtering.c
* src/folder.c
* src/folder_item_prefs.c
* src/foldersel.c
* src/folderview.c
* src/grouplistdialog.c
* src/headerview.c
* src/imap.c
* src/imap_gtk.c
* src/import.c
* src/importldif.c
* src/importmutt.c
* src/importpine.c
* src/inc.c
* src/ldif.c
* src/main.c
* src/mainwindow.c
* src/matcher.c
* src/mbox.c
* src/message_search.c
* src/messageview.c
* src/mh.c
* src/mh_gtk.c
* src/mimeview.c
* src/msgcache.c
* src/news.c
* src/news_gtk.c
* src/noticeview.c
* src/partial_download.c
* src/pop.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_ext_prog.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_folder_item.c
* src/prefs_fonts.c
* src/prefs_gtk.c
* src/prefs_matcher.c
* src/prefs_msg_colors.c
* src/prefs_spelling.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/prefs_themes.c
* src/prefs_toolbar.c
* src/prefs_wrapping.c
* src/privacy.c
* src/procheader.c
* src/procmime.c
* src/procmsg.c
* src/quote_fmt.c
* src/recv.c
* src/send_message.c
* src/setup.c
* src/sourcewindow.c
* src/ssl_manager.c
* src/statusbar.c
* src/summary_search.c
* src/summaryview.c
* src/textview.c
* src/toolbar.c
* src/wizard.c
* src/common/nntp.c
* src/common/plugin.c
* src/common/smtp.c
* src/common/ssl.c
* src/common/ssl_certificate.c
* src/common/string_match.c
* src/common/sylpheed.c
* src/common/template.c
* src/common/utils.c
* src/gtk/about.c
* src/gtk/colorlabel.c
* src/gtk/description_window.c
* src/gtk/filesel.c
* src/gtk/foldersort.c
* src/gtk/gtkaspell.c
* src/gtk/gtkutils.c
* src/gtk/inputdialog.c
* src/gtk/logwindow.c
* src/gtk/menu.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
* src/gtk/progressdialog.c
* src/gtk/quicksearch.c
* src/gtk/sslcertwindow.c
* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/image_viewer/viewer.c
* src/plugins/image_viewer/viewerprefs.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/pgpmime/select-keys.c
* src/plugins/pgpmime/sgpgme.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
sync with main (revision 104)
2005-02-10 [colin] 1.0.1cvs3.1
* src/mainwindow.c
Sync with HEAD (fix occasional crasher)
2005-02-10 [colin] 1.0.1cvs2.1
* src/messageview.c
Synw with HEAD (don't automatically display html)
2005-02-09 [colin] 1.0.1cvs1.3
* src/textview.c
* src/textview.h
Add contextual menu on emails
2005-02-09 [colin] 1.0.1cvs1.2
* src/codeconv.c
Fix converting from broken headers and
put back the _ in missing places
(feature broke with cvs24.2 sync, main
possibly affected?)
2005-02-09 [colin] 1.0.1cvs1.1
* src/messageview.c
* src/mimeview.c
* src/mimeview.h
Sync with HEAD (display non text/plain mails with plugin)
2005-02-08 [colin] 1.0.1.1
* ChangeLog.claws
* po/pt_BR.po
Sync with HEAD
* configure.ac
Make default configuration directory
be .sylpheed-gtk2
2005-02-08 [colin] 1.0.0cvs29.1
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/sk.po
* po/sr.po
Sync translations with HEAD
2005-02-06 [colin] 1.0.0cvs28.3
* src/compose.c
Make compose a bit faster - patch by Alfons.
2005-02-06 [colin] 1.0.0cvs28.2
* src/compose.c
Make pasting via middle-click more reliable
2005-02-05 [paul] 1.0.0cvs28.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* src/compose.c
sync with HEAD
(fix bug 682 'redirect is broken'
2005-02-05 [torte] 1.0.0cvs27.1
* ChangeLog.claws
* configure.ac
* src/partial_download.c
Sync with HEAD (fix buf overflow)
2005-02-03 [colin] 1.0.0cvs26.1
* src/common/plugin.c
Sync with HEAD (avoid plugin mismatches)
2005-02-03 [paul] 1.0.0cvs25.3
* src/folderview.c
* src/headerview.c
* src/summaryview.c
* src/textview.c
* src/gtk/colorlabel.c
third and final part of initial sync with main-gtk2
2005-02-03 [paul] 1.0.0cvs25.2
* src/jpilot.c
fix building with jpilot support
2005-02-02 [colin] 1.0.0cvs25.1
* src/messageview.c
Sync with HEAD (fix dangerous typo)
2005-02-01 [colin] 1.0.0cvs24.3
* src/common/xml.c
Write file as advertised (UTF-8)
2005-02-01 [paul] 1.0.0cvs24.2
* src/addrbook.c
* src/addrindex.c
* src/alertpanel.h
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/export.c
* src/folder_item_prefs.c
* src/html.c
* src/imap.c
* src/import.c
* src/jpilot.c
* src/mainwindow.c
* src/matcher_parser_lex.l
* src/messageview.c
* src/mh.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_gtk.c
* src/prefs_gtk.h
* src/prefs_themes.c
* src/procheader.c
* src/procmime.c
* src/sourcewindow.c
* src/statusbar.c
* src/summaryview.c
* src/textview.c
* src/toolbar.c
* src/unmime.c
* src/common/template.c
* src/common/utils.c
* src/common/xml.c
* src/common/xml.h
* src/gtk/gtkaspell.c
* src/plugins/clamav/clamav_plugin.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/image_viewer/viewerprefs.c
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/pgpmime/select-keys.c
* src/plugins/spamassassin/spamassassin.c
second part of initial sync with main-gtk2
(more to follow)
2005-01-31 [colin] 1.0.0cvs24.1
* src/compose.c
Sync with HEAD
2005-01-29 [paul] 1.0.0cvs23.2
* src/account.c
* src/action.c
* src/addressadd.c
* src/addressbook.c
* src/alertpanel.c
* src/compose.c
* src/editaddress.c
* src/editbook.c
* src/editgroup.c
* src/editjpilot.c
* src/editldap.c
* src/editldap_basedn.c
* src/editvcard.c
* src/export.c
* src/foldersel.c
* src/grouplistdialog.c
* src/import.c
* src/importldif.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/message_search.c
* src/messageview.c
* src/mimeview.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_gtk.c
* src/prefs_matcher.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/sourcewindow.c
* src/summary_search.c
* src/summaryview.c
* src/textview.c
* src/gtk/about.c
* src/gtk/description_window.c
* src/gtk/gtkshruler.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/inputdialog.c
* src/gtk/logwindow.c
* src/gtk/prefswindow.c
* src/gtk/progressdialog.c
* src/gtk/progressdialog.h
first part of initial sync with main-gtk2
(more to follow)
2005-01-28 [colin] 1.0.0cvs23.1
* src/folderview.c
Sync with HEAD
2005-01-27 [colin] 1.0.0cvs21.1
* src/folder.c
* src/folderview.c
Sync with HEAD
2005-01-27 [colin] 1.0.0cvs19.1
* src/procmime.c
Sync with HEAD
2005-01-27 [colin] 1.0.0cvs18.1
* src/messageview.c
* src/summaryview.c
* src/mainwindow.c
* src/compose.c
* src/compose.h
* src/procmsg.c
* src/procmsg.h
* src/toolbar.c
Sync with HEAD
2005-01-26 [paul] 1.0.0cvs15.2
* src/compose.c
compose_entries_set(): convert subject and body to
utf8 if necessary. patch by Felix Eckhofer
2005-01-26 [paul] 1.0.0cvs15.1
* configure.ac
* src/common/template.c
sync with HEAD (fix memory leak)
2005-01-25 [paul] 1.0.0cvs14.1
* configure.ac
* src/compose.c
sync with HEAD
2005-01-24 [colin] 1.0.0cvs13.1
* src/summaryview.c
Sync with HEAD
2005-01-24 [paul] 1.0.0cvs12.1
* configure.ac
* src/messageview.c
* src/mh.c
* src/common/utils.c
sync with HEAD
2005-01-24 [colin] 1.0.0cvs11.1
* src/procheader.c
Sync with HEAD
2005-01-24 [colin] 1.0.0cvs10.1
* src/folderview.c
Sync with HEAD
2005-01-23 [colin] 1.0.0cvs9.1
* src/crash.c
Sync with HEAD
2005-01-22 [colin] 1.0.0cvs8.1
* src/summaryview.c
* src/gtk/quicksearch.c
Sync with HEAD
2005-01-21 [colin] 1.0.0cvs7.1
* src/summaryview.c
Sync with HEAD
2005-01-21 [colin] 1.0.0cvs6.1
* src/summaryview.c
Sync with HEAD
2005-01-21 [colin] 1.0.0cvs5.1
* src/gtk/quicksearch.c
* src/prefs_common.c
* src/prefs_common.h
Sync with HEAD (recurse option)
2005-01-21 [colin] 1.0.0cvs4.1
* src/folder.h
* src/folderview.c
* src/folderview.h
* src/summaryview.c
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
Sync with HEAD (recursive quicksearch)
2005-01-20 [colin] 1.0.0cvs3.4
* src/ssl_manager.c
Remove useless code
2005-01-20 [colin] 1.0.0cvs3.3
* src/ssl_manager.c
Fix leak, thanks to Alfons.
2005-01-20 [colin] 1.0.0cvs3.2
* src/ssl_manager.c
Port SSL certificate window to GTK2.
2005-01-20 [paul] 1.0.0cvs3.1
* ChangeLog.claws
* configure.ac
* src/addrindex.c
* src/addrindex.h
sync with HEAD
2005-01-19 [colin] 1.0.0cvs2.2
* src/plugins/trayicon/trayicon.c
Fix freeze with gtk-2.6, the easy way
(signal blocking helpless there...)
Closes bug #668.
2005-01-19 [colin] 1.0.0cvs2.1
* src/mbox.c
* src/mbox.h
* src/mainwindow.c
* src/summaryview.c
* src/summaryview.h
Sync with HEAD
2005-01-19 [paul] 1.0.0cvs1.1
* configure.ac
* po/de.po
* po/es.po
* po/fr.po
* po/hr.po
* po/it.po
* po/ja.po
* po/ko.po
* po/pt_BR.po
* po/ru.po
* po/sk.po
* po/sr.po
sync with HEAD (update translations)
2005-01-18 [colin] 1.0.0cvs0.1
* src/foldersel.c
Specify search column - patch by Alfons
2005-01-18 [colin] 0.9.13cvs36.3
* src/prefs_toolbar.c
Change Delete to Remove
* src/prefs_fonts.c
GTK2 version and leak fixes
* src/prefs_actions.c
Add stock buttons.
All patches by Alfons
2005-01-17 [colin] 0.9.13cvs36.2
* src/compose.c
Fix DnD inserting twice. While at it,
add DnD support for text/plain in the
body, and add support in the headers.
2005-01-16 [colin] 0.9.13cvs36.1
* ChangeLog
* ChangeLog.jp
* ChangeLog.claws
Sync with HEAD (nothing applicable)
2005-01-16 [colin] 0.9.13cvs33.2
* src/prefs_toolbar.c
GTK2ize prefs_toolbar, by Alfons.
2005-01-14 [colin] 0.9.13cvs33.1
* src/html.c
* src/msgcache.c
Sync with HEAD
2005-01-14 [colin] 0.9.13cvs32.1
* src/html.c
* src/html.h
* src/msgcache.c
* AUTHORS
* tools/calypso_convert.pl
Sync with HEAD
2005-01-08 [colin] 0.9.13cvs29.2
* src/prefs_filtering_action.c
* src/prefs_filtering.c
2 more gtk2 patches by Alfons
2005-01-07 [paul] 0.9.13cvs29.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* src/pop.c
* src/pop.h
sync with HEAD
2005-01-07 [colin] 0.9.13cvs28.3
* src/gtk/progressdialog.c
* src/gtk/progressdialog.h
* src/inc.c
* src/send_message.c
GTK2 for the incorporation dialog. The CList isn't dead
yet, for a more smooth migration. Patch by Alfons.
2005-01-06 [colin] 0.9.13cvs28.2
* src/prefs_display_header.c
GTK2 conversion by Alfons
* src/prefs_actions.c
* src/prefs_matcher.c
Fix 2 leaks - patch by Alfons
2005-01-06 [colin] 0.9.13cvs28.1
* src/prefs_matcher.c
Sync with HEAD
2005-01-06 [colin] 0.9.13cvs27.4
* src/prefs_matcher.c
Fix double-free. Patch by Alfons
2005-01-06 [colin] 0.9.13cvs27.3
* src/prefs_matcher.c
GTK2 widgets + memleak
Patch by Alfons
2005-01-05 [colin] 0.9.13cvs27.2
* src/account.c
* src/addr_compl.c
* src/foldersel.c
* src/stock_pixmap.c
* src/stock_pixmap.h
3 more GTK2 patches by Alfons.
2005-01-04 [colin] 0.9.13cvs27.1
* src/folderview.c
* src/imap_gtk.c
* src/news_gtk.c
Sync with HEAD
2005-01-04 [colin] 0.9.13cvs25.9
* src/compose.c
Fix Show Ruler menuitem
* src/prefs_template.c
Convert to GTK2
* src/common/utils.c
Make auto pointer stuff handles NULLs
Patches by Alfons.
2005-01-04 [colin] 0.9.13cvs25.8
* src/compose.c
Move the attachment list to gtk2
Patch by Alfons.
2005-01-04 [colin] 0.9.13cvs25.7
* src/textview.c
Make some keys work again
Patch by SungHyun Nam <namsh@kldp.org>
2005-01-04 [colin] 0.9.13cvs25.6
* src/gtk/gtkshruler.c
Move the ruler to GTK2
Patch by Alfons
2005-01-03 [colin] 0.9.13cvs25.5
* src/compose.c
Fix my broken patch apply
2005-01-03 [colin] 0.9.13cvs25.4
* src/common/utils.c
* src/common/utils.h
* src/gtk/prefswindow.c
Move auto pointer stuff to utils.c
Patch by Alfons again :)
2005-01-03 [colin] 0.9.13cvs25.3
* src/compose.c
* src/prefs_gtk.c
* src/prefs_template.c
* src/textview.c
Empty text widgets with empty strings, not NULL char
Patch by SungHyun Nam <namsh@kldp_org>
2005-01-03 [colin] 0.9.13cvs25.2
* src/main.c
* AUTHORS
Sync with HEAD
2005-01-03 [colin] 0.9.13cvs25.1
* src/pop.c
* src/pop.h
Sync with HEAD
2005-01-03 [colin] 0.9.13cvs24.3
* src/account.c
Two patches from Alfons and Alex S Moore:
fix images, fix return value.
2005-01-01 [colin] 0.9.13cvs24.2
* src/prefs_actions.c
Fix over-zealous assertion. Patch by Alfons
2005-01-01 [colin] 0.9.13cvs24.1
* src/procmime.c
Sync with HEAD (leak fix)
2004-12-31 [colin] 0.9.13cvs23.2
* src/prefs_common.c
GTK2 widgets + stock buttons - patch by Alfons
2004-12-31 [paul] 0.9.13cvs23.1
* configure.ac
bump up EXTRA_VERSION to match (sync'ed) HEAD
* src/gtk/pluginwindow.c
use GTK2 widgets and plug memory leaks,
patches by Alfons
2004-12-30 [colin] 0.9.13cvs22.4
* src/account.c
* src/action.c
* src/export.c
* src/foldersel.c
* src/import.c
* src/message_search.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_filtering.c
* src/prefs_summary_column.c
* src/summary_search.c
* src/gtk/about.c
* src/gtk/description_window.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/inputdialog.c
* src/gtk/prefswindow.c
Use GTK2 stock buttons. Patches by Alfons.
2004-12-30 [colin] 0.9.13cvs22.3
* src/account.c
Sync with HEAD
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_filtering.c
* src/prefs_msg_colors.c
* src/prefs_summary_column.c
* src/gtk/prefswindow.c
Use GtkTreeView instead of deprecated
widgets. Patches by Alfons.
2004-12-30 [paul] 0.9.13cvs22.2
* src/foldersel.c
use GTK 2 Tree View
patch by Alfons, with root folder sorting fix
by Stephan Sachse
2004-12-30 [paul] 0.9.13cvs22.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* NEWS
* configure.ac
* src/account.c
sync with HEAD
2004-12-22 [martin] 0.9.13cvs21.2
* src/action.c
free the command line after its use
2004-12-18 [paul] 0.9.13cvs21.1
* AUTHORS
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* NEWS
* configure.ac
* src/action.c
* src/compose.c
* src/syldap.c
sync with HEAD
2004-12-17 [martin] 0.9.13cvs17.2
* src/action.c
convert actions input to locale
* src/inc.c
convert notification command to locale
* src/plugins/pgpmime/select-keys.c
convert attributes to utf8
2004-12-14 [colin] 0.9.13cvs17.1
* ChangeLog
* ChangeLog.jp
* ChangeLog.claws
* src/action.c
* src/common/utils.c
* src/gtk/prefswindow.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/plugins/spamassassin/libspamc.c
Sync with HEAD
2004-12-13 [colin] 0.9.13cvs14.1
* src/quote_fmt_parse.y
Sync with HEAD
2004-12-10 [colin] 0.9.13cvs12.1
* src/prefs_themes.c
* src/mainwindow.c
* src/messageview.c
Sync with HEAD
2004-12-09 [colin] 0.9.13cvs10.1
* src/procmime.c
Sync with HEAD (fix B64 encoding from memory)
2004-12-08 [colin] 0.9.13cvs9.1
* src/gtk/colorlabel.c
Sync with HEAD
2004-12-08 [paul] 0.9.13cvs8.2
* src/gtk/pluginwindow.c
fix window resizing oddities
2004-12-08 [colin] 0.9.13cvs8.1
* src/quote_fmt_parse.y
Sync with HEAD
2004-12-08 [colin] 0.9.13cvs7.1
* src/matcher_parser_parse.y
* src/msgcache.c
* src/prefs_matcher.c
* src/procheader.c
* src/matcher.c
* src/common/defs.h
* po/sr.po
Sync with HEAD
2004-12-08 [colin] 0.9.13cvs6.1
* src/quote_fmt_parse.y
* src/textview.c
Sync with HEAD
* src/gtk/prefswindow.c
* src/gtk/pluginwindow.c
Fix G_CALLBACKS protos (thanks to Alfons)
2004-12-07 [torte] 0.9.13cvs2.2
* src/procmime.c
[Bug 650] reply button causes crash
Thanks to David Relson and Christoph
2004-12-07 [colin] 0.9.13cvs2.1
* ChangeLog.claws
* AUTHORS
* po/sk.po
* src/procmime.c
* src/prefs_account.c
* src/common/smtp.c
* src/common/smtp.h
Sync with HEAD
2004-12-06 [colin] 0.9.12cvs187.1
* ChangeLog.claws
* INSTALL
* Makefile.am
* README.claws
* TODO.claws
* configure.ac
* po/bg.po
* po/cs.po
* po/el.po
* po/en_GB.po
* po/es.po
* po/fr.po
* po/hr.po
* po/hu.po
* po/it.po
* po/ja.po
* po/ko.po
* po/nl.po
* po/pl.po
* po/pt_BR.po
* po/ru.po
* po/sk.po
* po/sr.po
* po/sv.po
* po/zh_CN.po
* po/zh_TW.Big5.po
* src/compose.c
* tools/Makefile.am
* tools/README
* tools/filter_conv.pl
* tools/kdeservicemenu/README
* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
Sync with HEAD
2004-12-04 [colin] 0.9.12cvs183.1
* src/compose.c
Sync with HEAD (compose window position saving)
2004-12-04 [paul] 0.9.12cvs182.3
* src/messageview.c
* src/mimeview.c
* src/prefs_customheader.c
* src/gtk/quicksearch.c
replace some forgotten GTK_SIGNAL_FUNCs
2004-12-04 [paul] 0.9.12cvs182.2
* src/Makefile.am
remove 'pixmaps/dir_noselect.xpm'. from local patch,
committed in error
2004-12-04 [paul] 0.9.12cvs182.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* INSTALL
* NEWS
* README
* README.jp
* configure.ac
* doc/manual/ja/Makefile.am
* doc/manual/ja/sylpheed-1.html
* doc/manual/ja/sylpheed-10.html
* doc/manual/ja/sylpheed-11.html
* doc/manual/ja/sylpheed-12.html
* doc/manual/ja/sylpheed-13.html
* doc/manual/ja/sylpheed-14.html
* doc/manual/ja/sylpheed-15.html
* doc/manual/ja/sylpheed-16.html
* doc/manual/ja/sylpheed-17.html
* doc/manual/ja/sylpheed-18.html
* doc/manual/ja/sylpheed-19.html
* doc/manual/ja/sylpheed-2.html
* doc/manual/ja/sylpheed-20.html
* doc/manual/ja/sylpheed-3.html
* doc/manual/ja/sylpheed-4.html
* doc/manual/ja/sylpheed-5.html
* doc/manual/ja/sylpheed-6.html
* doc/manual/ja/sylpheed-7.html
* doc/manual/ja/sylpheed-8.html
* doc/manual/ja/sylpheed-9.html
* doc/manual/ja/sylpheed.html
* doc/manual/ja/sylpheed.sgml
* po/de.po
* src/Makefile.am
* src/compose.c
* src/procmime.c
* src/pixmaps/regular.xpm **REMOVED**
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/prefs_gpg.c
sync with HEAD
2004-12-03 [paul] 0.9.12cvs180.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* src/Makefile.am
* src/pop.c
* src/common/utils.c
* src/common/utils.h
* src/pixmaps/continue.xpm
* src/pixmaps/dir_close.xpm
* src/pixmaps/dir_open.xpm
* src/pixmaps/drafts_close.xpm
* src/pixmaps/drafts_open.xpm
* src/pixmaps/folder.xpm **REMOVED**
* src/pixmaps/group.xpm
* src/pixmaps/unread.xpm
sync with HEAD
2004-12-02 [colin] 0.9.12cvs179.1
* src/compose.c
Sync with HEAD (non-duplicated reedition)
2004-12-02 [colin] 0.9.12cvs178.1
* src/compose.c
Sync with HEAD (linewrap_quote fix)
2004-12-01 [colin] 0.9.12cvs177.3
* src/addrharvest.c
Replace sizeof with strlen
2004-12-01 [paul] 0.9.12cvs177.2
* src/addrharvest.c
fix 'harvest addresses'
2004-11-30 [colin] 0.9.12cvs177.1
* src/gtk/prefswindow.c
* src/gtk/pluginwindow.c
Sync with HEAD
2004-11-29 [colin] 0.9.12cvs176.1
* src/folderview.c
sync with HEAD (Fix disappearing separators in folderview's popup)
2004-11-29 [colin] 0.9.12cvs175.1
* src/procmime.c
Sync with head (another format fix)
2004-11-29 [colin] 0.9.12cvs174.1
* src/pop.c
Sync with HEAD (format string fix)
2004-11-26 [colin] 0.9.12cvs173.1
* src/common/smtp.c
* src/common/smtp.h
Sync with HEAD
2004-11-24 [colin] 0.9.12cvs172.1
* src/plugins/pgpmime/pgpmime.c
Sync with HEAD
2004-11-24 [colin] 0.9.12cvs171.1
* src/plugins/pgpmime/pgpmime.c
Sync with head (gpgmectx leaks)
2004-11-24 [colin] 0.9.12cvs169.1
* src/plugins/pgpmime/plugin.c
* src/plugins/trayicon/Makefile.am
* src/plugins/trayicon/newmarkedmail.xpm
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/unreadmarkedmail.xpm
Sync with HEAD
2004-11-23 [colin] 0.9.12cvs168.1
* src/partial_download.c
* src/partial_download.h
* src/plugins/pgpmime/plugin.c
Sync with HEAD
2004-11-23 [colin] 0.9.12cvs166.1
* src/Makefile.am
* src/codeconv.c
* src/compose.c
* src/folderview.c
* src/main.c
* src/partial_download.c
* src/partial_download.h
* src/prefs_account.c
* src/prefs_account.h
* src/privacy.c
* src/privacy.h
* src/procmime.c
* src/common/Makefile.am
* src/common/base64.h
* src/common/partial_download.c
* src/common/partial_download.h
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/pgpmime/prefs_gpg.h
* src/plugins/pgpmime/sgpgme.c
* src/plugins/pgpmime/sgpgme.h
Sync with HEAD
2004-11-23 [colin] 0.9.12cvs163.1
* src/main.c
Sync with HEAD (cursor optimization)
2004-11-23 [colin] 0.9.12cvs162.1
* src/prefs_common.c
* src/prefs_themes.c
* src/procmsg.c
Sync with HEAD
2004-11-23 [colin] 0.9.12cvs158.9
* src/compose.c
Fix double-free when forwarding
* src/msgcache.c
Fix leak on error path
2004-11-23 [colin] 0.9.12cvs158.8
* src/compose.c
Fix possible double-free
Spotted by Alfons
2004-11-23 [colin] 0.9.12cvs158.7
* src/compose.c
Fix some signal handlers' prototypes
Spotted by Alfons
2004-11-22 [colin] 0.9.12cvs158.6
* src/compose.c
Remove unneeded code and duplicated
wrapping - patch by Alfons
2004-11-22 [colin] 0.9.12cvs158.5
* src/prefs_themes.c
Fix oversized selector
2004-11-22 [colin] 0.9.12cvs158.4
* src/compose.c
fix dump_text()
patch by Alfons
2004-11-19 [colin] 0.9.12cvs158.3
* src/textview.c
Add a context menu on links (open, copy)
2004-11-18 [paul] 0.9.12cvs158.2
* src/addrgather.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/mimeview.c
* src/prefs_common.c
* src/plugins/image_viewer/viewer.c
* src/plugins/spamassassin/spamassassin_gtk.c
replace deprecated gtk_notebook_set_page
and gtk_notebook_current_page
2004-11-18 [paul] 0.9.12cvs158.1
* configure.ac
* src/compose.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/common/utils.c
* src/common/utils.h
sync with HEAD
2004-11-17 [colin] 0.9.12cvs156.1
* src/prefs_account.c
* src/prefs_account.h
* src/procmsg.c
Sync with HEAD (add pref to store encrypted mails encrypted)
2004-11-17 [paul] 0.9.12cvs155.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* NEWS
* configure.ac
* src/compose.c
* src/jpilot.c
* src/privacy.c
* src/procmime.c
* src/procmime.h
* src/procmsg.c
* src/toolbar.c
* src/pixmaps/error.xpm
sync with HEAD
2004-11-17 [colin] 0.9.12cvs151.1
* src/plugins/pgpmime/pgpmime.c
Sync with HEAD (remove debug printf)
2004-11-17 [colin] 0.9.12cvs150.1
* src/plugins/pgpmime/pgpmime.c
Sync with HEAD (off-by-one fix)
2004-11-17 [colin] 0.9.12cvs149.1
* src/procmsg.c
Sync with HEAD (coding style fixes)
2004-11-16 [colin] 0.9.12cvs148.1
* src/procmsg.c
Sync with head (Fix the fix)
2004-11-16 [colin] 0.9.12cvs147.1
* src/procmsg.c
Sync with Main (leak fix)
2004-11-16 [colin] 0.9.12cvs146.14
* src/compose.c
Remove useless chunk of code
Patch by Alfons
2004-11-15 [colin] 0.9.12cvs146.13
* src/compose.c
Fix drafting after insertion
Patch by Alfons
2004-11-15 [colin] 0.9.12cvs146.12
* src/compose.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_toolbar.c
Fix some const-correctness
2004-11-15 [colin] 0.9.12cvs146.11
* src/summaryview.c
* src/prefs_themes.c
* src/messageview.c
Fix some leaks
2004-11-15 [colin] 0.9.12cvs146.10
* src/codeconv.c
More unreadable locale fixes
2004-11-14 [colin] 0.9.12cvs146.9
* src/textview.c
Fix uri_security_check
Patch by Alfons
2004-11-13 [paul] 0.9.12cvs146.8
* src/folder.c
* src/procmime.c
fix 2 bugs introduced in last commit
2004-11-13 [paul] 0.9.12cvs146.7
* src/compose.c
* src/exporthtml.c
* src/exportldif.c
* src/folder.c
* src/imap.c
* src/imap_gtk.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/mh_gtk.c
* src/prefs_themes.c
* src/procmime.c
* src/setup.c
* src/summaryview.c
replace deprecated g_basename
2004-11-13 [paul] 0.9.12cvs146.6
* src/compose.c
* src/imap.c
* src/matcher_parser.h
* src/matcher_parser_parse.y
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_themes.c
* src/prefs_toolbar.c
* src/common/utils.c
various small fixes/cleanups
2004-11-12 [colin] 0.9.12cvs146.5
* src/textview.c
Validate event's origin on visibility notify
Patch by Alfons.
2004-11-12 [paul] 0.9.12cvs146.4
* src/exporthtml.c
* src/exportldif.c
* src/imap.c
* src/mh.c
* src/mimeview.c
* src/prefs_spelling.c
* src/prefs_themes.c
replace deprecated g_dirname
2004-11-12 [colin] 0.9.12cvs146.3
* src/textview.c
Some coding style fixes
2004-11-12 [colin] 0.9.12cvs146.2
* src/codeconv.c
We want to replace _all_ extended chars in
conv_unreadable_*, because any string containing
extended chars not parsing as UTF8 is
undisplayed on gtk2.
2004-11-12 [paul] 0.9.12cvs146.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* NEWS
* configure.ac
* src/account.c
* src/folderview.c
* src/folderview.h
* src/imap.c
* src/imap_gtk.c
* src/inc.c
* src/mainwindow.c
* src/mh_gtk.c
* src/news_gtk.c
* src/pop.c
* src/prefs_account.c
* src/prefs_account.h
* src/prefs_ext_prog.c
* src/procmime.c
* src/procmime.h
* src/procmsg.c
* src/procmsg.h
* src/summary_search.c
* src/summaryview.c
* src/textview.c
* src/common/defs.h
* src/common/utils.c
* src/common/utils.h
* src/gtk/menu.c
* src/gtk/menu.h
sync with HEAD
2004-11-11 [colin] 0.9.12cvs144.2
* src/textview.c
Fix URI range selection (patch by Alfons)
2004-11-09 [colin] 0.9.12cvs144.1
* ChangeLog.claws
* src/compose.c
* src/folder.c
* src/folder_item_prefs.c
* src/prefs_account.c
* src/prefs_account.h
* src/plugins/pgpmime/pgpmime.c
Sync with HEAD
2004-11-08 [colin] 0.9.12cvs143.1
* src/summaryview.c
Sync with HEAD (optimize quicksearch)
2004-11-08 [colin] 0.9.12cvs142.2
* src/compose.c
Don't wrap when Edit/Auto wrapping is disabled
2004-11-08 [colin] 0.9.12cvs142.1
* src/textview.c
Sync with HEAD
2004-11-08 [colin] 0.9.12cvs141.1
* src/textview.c
Sync with HEAD (fix some mail URIs)
2004-11-08 [colin] 0.9.12cvs140.3
* src/textview.c
o Use text cursor instead of arrow when
not on a link
o Fix handling of contiguous links (as in
"colin@colino.net" <colin@colino.net>)
This one unveils a bug in get_email_part()
2004-11-07 [colin] 0.9.12cvs140.2
* src/textview.c
Fix memleak. Patch by Alfons.
2004-11-06 [colin] 0.9.12cvs140.1
* src/compose.c
Sync with HEAD (don't ask passphrase
when drafting)
2004-11-06 [paul] 0.9.12cvs139.2
* AUTHORS
* src/textview.c
* src/textview.h
textview URI handling. hovering over a
link displays it in the status bar,
and changes the mouse pointer to a hand
cursor. a link is activated with a single
click. (Modified from the) patch by Jean-Yves
Lefort <jylefort@users.sourceforge.net>
2004-11-05 [colin] 0.9.12cvs139.1
* src/compose.c
* src/procmime.c
Sync with HEAD again ^^
2004-11-05 [colin] 0.9.12cvs139.1
* src/compose.c
* src/procmime.c
Sync with HEAD
2004-11-03 [paul] 0.9.12cvs138.1
* ChangeLog.claws
* configure.ac
* po/POTFILES.in
* src/prefs_ext_prog.c
* src/procmime.c
* tools/kdeservicemenu/README
* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
sync with HEAD
2004-11-01 [christoph] 0.9.12cvs136.2
* src/procmime.c
convert MIME parameters to UTF-8
2004-10-29 [colin] 0.9.12cvs136.1
* src/common/utils.c
Sync with HEAD (don't use '=' in mime boundary)
2004-10-29 [paul] 0.9.12cvs135.1
* configure.ac
* doc/src/rfc2231.txt
* src/procmime.c
* src/common/quoted-printable.c
* src/common/utils.c
* src/common/utils.h
sync with HEAD
2004-10-27 [paul] 0.9.12cvs134.1
* configure.ac
* src/main.c
* src/procmime.c
* src/plugins/pgpmime/pgpmime.c
sync with HEAD
2004-10-26 [paul] 0.9.12cvs132.3
* src/account.c
* src/addressbook.c
* src/addrgather.c
* src/addrharvest.c
* src/codeconv.c
* src/compose.c
* src/customheader.c
* src/editaddress.c
* src/editgroup.c
* src/enriched.c
* src/expldifdlg.c
* src/exporthtml.c
* src/exportldif.c
* src/folder.c
* src/foldersel.c
* src/folderview.c
* src/grouplistdialog.c
* src/html.c
* src/imap.c
* src/jpilot.c
* src/ldapserver.c
* src/ldif.c
* src/mimeview.c
* src/news.c
* src/news_gtk.c
* src/pop.c
* src/prefs_display_header.c
* src/prefs_gtk.c
* src/prefs_msg_colors.c
* src/prefs_toolbar.c
* src/procheader.c
* src/procmime.c
* src/summaryview.c
* src/textview.c
* src/toolbar.c
* src/vcard.c
* src/common/mgutils.c
* src/common/nntp.c
* src/common/smtp.c
* src/common/template.c
* src/common/utils.c
* src/common/xmlprops.c
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/select-keys.c
* src/plugins/pgpmime/sgpgme.c
replace deprecated g_strcasecmp(), g_strncasecmp(),
g_string_sprintfa(), gtk_notebook_current_page()
2004-10-26 [colin] 0.9.12cvs132.2
* src/prefs_folder_item.c
Fix default-account selection
2004-10-21 [colin] 0.9.12cvs133
* src/compose.c
Sync with HEAD (Remove extra separator in compose's Options)
* src/textview.c
Set wrapping to char
2004-10-21 [paul] 0.9.12cvs131.2
* src/compose.c
* src/sourcewindow.c
fix wrapping
fix window shrinking
2004-10-21 [colin] 0.9.12cvs131.1
* ChangeLog.claws
* src/compose.c
Sync with HEAD
2004-10-21 [paul] 0.9.12cvs130.2
* src/prefs_folder_item.c
sync with HEAD (Apply to subfolders)
2004-10-19 [colin] 0.9.12cvs130.1
* ChangeLog.claws
* src/compose.c
* src/common/utils.c
* src/gtk/menu.c
Sync with HEAD
2004-10-19 [colin] 0.9.12cvs128.1
* src/addrbook.c
* src/addrcache.c
* src/addressbook.c
* src/codeconv.c
* src/compose.c
* src/customheader.c
* src/editaddress.c
* src/editgroup.c
* src/exporthtml.c
* src/folder.c
* src/folderview.c
* src/imap.c
* src/jpilot.c
* src/main.c
* src/matcher_parser_parse.y
* src/mbox.c
* src/pop.c
* src/prefs_account.c
* src/prefs_gtk.c
* src/prefs_msg_colors.c
* src/procheader.c
* src/procmime.c
* src/procmime.h
* src/procmsg.c
* src/summaryview.c
* src/textview.c
* src/common/base64.c
* src/common/partial_download.c
* src/common/socket.c
* src/common/sylpheed.c
* src/common/utils.c
* src/common/utils.h
* src/gtk/pluginwindow.c
* src/gtk/quicksearch.c
* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin.h
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/pgpmime/prefs_gpg.h
* src/plugins/pgpmime/select-keys.c
* src/plugins/pgpmime/sgpgme.c
* src/plugins/spamassassin/libspamc.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
Sync with HEAD
2004-10-14 [colin] 0.9.12cvs126.2
* src/codeconv.c
* src/textview.c
Fix conv_unreadable_locale
2004-10-13 [colin] 0.9.12cvs126.1
* src/compose.c
Sync with HEAD (don't convert charset for
drafted messages, minor cleanup)
2004-10-13 [colin] 0.9.12cvs125.1
* po/POTFILES.in
Sync with HEAD (POTFILES fix)
2004-10-12 [colin] 0.9.12cvs124.3
* src/compose.c
Fix encoding bug from latest sync
2004-10-12 [paul] 0.9.12cvs124.2
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/pgpmime/prefs_gpg.h
forgotten in last commit
2004-10-12 [paul] 0.9.12cvs124.1
* ChangeLog.claws
* configure.ac
* m4/spamassassin.m4
* src/Makefile.am
* src/account.c
* src/compose.c
* src/compose.h
* src/crash.c
* src/main.c
* src/mimeview.c
* src/passphrase.c
* src/passphrase.h
* src/prefs_account.c
* src/prefs_account.h
* src/prefs_common.c
* src/privacy.c
* src/privacy.h
* src/procmime.c
* src/procmime.h
* src/procmsg.c
* src/rfc2015.c
* src/rfc2015.h
* src/select-keys.c
* src/select-keys.h
* src/textview.c
* src/common/utils.c
* src/common/utils.h
* src/gtk/about.c
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/passphrase.h
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/select-keys.c
* src/plugins/pgpmime/select-keys.h
* src/plugins/pgpmime/sgpgme.c
* src/plugins/pgpmime/sgpgme.h
sync with HEAD
2004-10-04 [colin] 0.9.12cvs122.1
* src/mainwindow.c
* src/messageview.c
* src/messageview.h
* src/textview.c
Sync with HEAD
2004-10-04 [colin] 0.9.12cvs121.1
* src/summaryview.c
Sync with HEAD
2004-10-04 [paul] 0.9.12cvs120.1
* configure.ac
sync with HEAD [don't try to build
pgpmime plugin when gpgme is disabled]
2004-10-03 [colin] 0.9.12cvs119.3
* src/gtk/gtksctree.c
Lots of side effects. Put back as before 117.2.
* src/summaryview.c
Fix bug #602
2004-10-03 [colin] 0.9.12cvs119.2
* src/gtk/gtksctree.c
Revert 608 fix that doesn't work that good
2004-10-02 [colin] 0.9.12cvs119.1
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.h
* src/procmime.c
* src/procmime.h
* src/textview.c
Sync with HEAD
* src/gtk/gtksctree.c
Close bug #608
2004-10-01 [colin] 0.9.12cvs118.1
* src/mimeview.c
Sync with HEAD (better Save All fix)
2004-10-01 [colin] 0.9.12cvs117.2
* src/gtk/gtksctree.c
Faster on selection
2004-10-01 [colin] 0.9.12cvs117.1
* src/mimeview.c
Sync with HEAD (Save All: only attachments)
2004-10-01 [paul] 0.9.12cvs116.1
* ChangeLog.claws
* configure.ac
* src/account.c
* src/prefs_common.c
* src/gtk/colorlabel.c
sync with HEAD
2004-09-30 [colin] 0.9.12cvs115.1
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/folderview.c
* src/Makefile.am
* src/pixmaps/read.xpm
Sync with HEAD (new pixmap)
2004-09-29 [colin] 0.9.12cvs114.1
* src/compose.c
Sync with HEAD
Fix focus handling in headers
2004-09-29 [paul] 0.9.12cvs113.1
* src/quote_fmt_parse.y
sync with HEAD
2004-09-28 [colin] 0.9.12cvs112.1
* src/folderview.c
* src/mainwindow.c
Sync with HEAD
2004-09-28 [colin] 0.9.12cvs110.1
* src/folderview.c
Sync with HEAD (Contextual Empty trash menu)
2004-09-28 [colin] 0.9.12cvs108.1
* src/addressbook.c
Sync with HEAD (addressbook edit on double-click)
2004-09-28 [colin] 0.9.12cvs106.1
* src/inc.c
Sync with HEAD (folder_item freeze on inc)
2004-09-27 [colin] 0.9.12cvs105.1
* src/folderview.c
Sync with HEAD (right-align new and unread column)
2004-09-27 [colin] 0.9.12cvs104.1
* src/main.c
Sync with HEAD (revert 0.9.12cvs101)
2004-09-24 [colin] 0.9.12cvs103.2
* src/wizard.c
Fix gtk warnings and use domain part of the email address
when domain detection fails (no dot in domain name)
2004-09-23 [colin] 0.9.12cvs103.1
* src/plugins/spamassassin/libspamc.c
* src/plugins/spamassassin/libspamc.h
* src/plugins/spamassassin/utils.c
* src/plugins/spamassassin/utils.h
Sync with HEAD (Update spamassassin to 3.0)
2004-09-21 [colin] 0.9.12cvs102.3
* src/action.c
Add horizontal scrollbar in action io dialog as needed
Patch by Alfons.
2004-09-20 [colin] 0.9.12cvs102.2
* src/plugins/image_viewer/viewer.c
Remove imlib stuff
use gtk_pixmap_set when clearing
(would be better to use gtkImages, but causes size-allocate
signals storm)
2004-09-17 [paul] 0.9.12cvs102.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* src/inc.c
sync with HEAD
2004-09-17 [colin] 0.9.12cvs101.1
* ChangeLog.claws
* src/main.c
Sync with HEAD (fix segs at exit)
2004-09-14 [colin] 0.9.12cvs99.5
* src/common/socket.c
* AUTHORS
Fix send error on 64bit platforms
Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
2004-09-14 [colin] 0.9.12cvs99.4
* src/action.c
Fix action output with utf8
Patch by Alfons.
2004-09-14 [colin] 0.9.12cvs99.3
* ChangeLog.claws
* src/folder.c
Sync with HEAD
2004-09-09 [colin] 0.9.12cvs99.2
* src/action.c
Fix progress bar (displaying "Completed %v/%u")
Patch by Alfons.
2004-09-08 [colin] 0.9.12cvs99.1
* src/account.c
* src/folder.c
* src/procmsg.c
* src/procmsg.h
* src/plugins/pgpmime/pgpmime.c
Sync with HEAD
2004-09-08 [colin] 0.9.12cvs97.2
* src/summaryview.c
Don't select mails in collapsed threads
when navigating with up/down
2004-09-07 [colin] 0.9.12cvs97.1
* src/inc.c
Sync with HEAD (meaningful error messages)
2004-09-06 [colin] 0.9.12cvs96.1
* src/toolbar.c
Sync with HEAD (fix Redirect graying out)
2004-09-06 [colin] 0.9.12cvs95.1
* src/summaryview.c
* src/mimeview.c
Sync with HEAD (fix dropped URIs)
2004-09-06 [colin] 0.9.12cvs94.1
* src/addressbook.c
* src/addressitem.h
* src/addritem.c
* src/addritem.h
Sync with HEAD (addressbook DnD)
2004-09-03 [colin] 0.9.12cvs93.1
* src/summaryview.c
Sync with HEAD (next/prev unread)
2004-09-03 [colin] 0.9.12cvs92.1
* src/prefs_common.c
* src/prefs_common.h
* src/summaryview.c
Sync with HEAD ('mark_as_read_delay' pref)
2004-09-02 [colin] 0.9.12cvs91.2
* src/common/xml.c
Fix leak
2004-09-02 [colin] 0.9.12cvs91.1
* src/gtk/menu.c
Sync with HEAD (menu accel don't work, but whatever)
2004-09-02 [colin] 0.9.12cvs90.1
* src/account.c
Sync with HEAD (fix bug 582)
2004-09-02 [colin] 0.9.12cvs89.1
* src/addrindex.c
Sync with HEAD (free deleted queries)
2004-09-02 [colin] 0.9.12cvs88.1
* src/ldapquery.c
Sync with HEAD (fix LDAP freezes)
2004-09-02 [colin] 0.9.12cvs87.1
* src/prefs_spelling.c
Sync with HEAD (add default dictionary)
2004-09-01 [colin] 0.9.12cvs86.1
* src/filtering.c
* src/folderview.c
* src/imap.c
* src/prefs_matcher.c
* src/stock_pixmap.c
* src/summary_search.c
* src/summaryview.c
* src/wizard.c
* src/wizard.h
Sync with HEAD (uninitialized vars fixes)
+ gtk2 specific warning fixes
2004-08-31 [colin] 0.9.12cvs85.1
* src/folder.c
Sync with HEAD (Fix memory corruption due to
uninitialized var)
2004-08-31 [colin] 0.9.12cvs84.4
* src/summary_search.c
Fix segfaults when searching in folders with broken headers
2004-08-31 [colin] 0.9.12cvs84.3
* src/compose.c
* src/textview.c
Fix some more encoding/decoding issues
2004-08-30 [colin] 0.9.12cvs84.2
* src/mimeview.c
* src/prefs_themes.c
* src/gtk/filesel.c
* src/gtk/filesel.h
Add a folder-mode selection (fixes mimeview's "Save all")
2004-08-29 [colin] 0.9.12cvs84.1
* src/mimeview.c
Sync with HEAD (don't escape saved filenames)
2004-08-27 [colin] 0.9.12cvs83.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* src/mh.c
* src/procheader.c
* src/procmsg.c
* src/procmsg.h
* src/common/utils.c
* src/gtk/menu.h
* po/
Sync with HEAD 0.9.12cvs83 (sync with main)
2004-08-26 [colin] 0.9.12cvs82.4
* src/codeconv.c
Fix strange stack corruption
Convert to utf8 after unmime, not before
2004-08-26 [colin] 0.9.12cvs82.3
* src/main.c
* src/wizard.c
Fix account folders duplication
2004-08-25 [colin] 0.9.12cvs82.2
* src/wizard.c
Remove ports
Add SSL selection
Use login@server as account name
2004-08-25 [colin] 0.9.12cvs82.1
* src/plugins/pgpmime/pgpmime.c
Sync with HEAD (leak fix).
2004-08-25 [colin] 0.9.12cvs81.1
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/sgpgme.c
* src/plugins/pgpmime/sgpgme.h
Sync with HEAD (Handle combined messages).
2004-08-24 [colin] 0.9.12cvs80.3
* src/wizard.c
Fix full name, ports, and imap
2004-08-24 [colin] 0.9.12cvs80.2
* src/Makefile.am
* src/main.c
* src/setup.c
* src/setup.h
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/wizard.c ** ADDED **
* src/wizard.h ** ADDED **
* src/pixmaps/sylpheed_icon.xpm ** ADDED **
Add a setup wizard
2004-08-24 [colin] 0.9.12cvs80.1
* src/folder.c
Sync with HEAD (set mimeflags on all messages)
2004-08-24 [colin] 0.9.12cvs79.3
* src/matcher_parser_lex.l
Fix 8bits strings not in utf8
2004-08-24 [colin] 0.9.12cvs79.2
* src/compose.c
Check conversion result before replacing buffer
2004-08-23 [colin] 0.9.12cvs79.1
* src/compose.c
Sync with HEAD (create message header in memory)
2004-08-23 [colin] 0.9.12cvs78.1
* src/rfc2015.c
* src/rfc2015.h
Sync with HEAD (fix bug 197 again)
2004-08-23 [colin] 0.9.12cvs77.3
* src/compose.c
Fix again inline gpg signing (which outputs utf8
in gtk2). Not syncing this fix to HEAD as this
code is meant to die.
2004-08-23 [colin] 0.9.12cvs77.2
* src/prefs_account.h
Remove useless include
2004-08-23 [colin] 0.9.12cvs77.1
* src/imap.c
* po/es.po
* po/fr.po
* po/it.po
* po/pl.po
* po/pt_BR.po
* po/sk.po
* po/sr.po
Sync with HEAD (fix bug 577)
2004-08-22 [colin] 0.9.12cvs76.1
* src/plugins/trayicon/trayicon.c
Sync with HEAD (fix formatting bug)
2004-08-21 [colin] 0.9.12cvs74.2
* src/gtk/colorsel.c
Fix bug 564 (Folder color selection window exits on any
keypress)
2004-08-21 [colin] 0.9.12cvs74.1
* ChangeLog.claws
* src/compose.c
* src/summaryview.c
* src/toolbar.c
Sync with HEAD (fix bug 576)
2004-08-21 [colin] 0.9.12cvs70.1
* src/compose.c
* src/mainwindow.c
Sync with HEAD
2004-08-21 [paul] 0.9.12cvs66.4
* src/mainwindow.c
* src/messageview.c
* src/gtk/menu.c
* src/plugins/spamassassin/spamassassin_gtk.c
remove some deprecated gtk1 functions
2004-08-21 [colin] 0.9.12cvs66.3
* src/compose.c
* src/codeconv.c
Fix warnings
Remove encoding hacks
Fix bug 575 (Strange character messes up message)
Don't display conversion error when drafting
2004-08-21 [paul] 0.9.12cvs66.2
* src/prefs_account.c
fix GnuPG mode bugs
2004-08-20 [colin] 0.9.12cvs66.1
* src/codeconv.c
Sync with HEAD 0.9.12cvs66
2004-08-20 [paul]
* src/plugins/pgpmime/plugin.c
modify PGP/MIME plugin's description
2004-08-17 [colin] 0.9.12cvs65.1
* src/common/ssl.c
* src/plugins/pgpmime/plugin.c
Sync with HEAD
2004-08-14 [colin] 0.9.12cvs60.3
* src/plugins/trayicon/trayicon.c
Put back resize callback, on size-request signal
rather than size-allocate to avoid infinite
callback loop
2004-08-13 [colin] 0.9.12cvs60.2
* src/common/defs.h
Cache versions have been fixed
2004-08-13 [colin] 0.9.12cvs60.1
* src/folderutils.c
Sync with HEAD
2004-08-12 [colin] 0.9.12cvs59.1
* src/plugins/trayicon/trayicon.c
Sync with HEAD
2004-08-12 [colin] 0.9.12cvs57.5
* sylpheed.desktop
* configure.ac
* src/Makefile.am
* src/main.c
Add support for Freedesktop.org's startup notification
2004-08-11 [colin] 0.9.12cvs57.4
* src/textview.c
Fix off-by-one
2004-08-11 [colin] 0.9.12cvs57.3
* src/message_search.c
* src/summary_search.c
Make searches case insensitive by default
* src/textview.c
Fix case-insensitive search in message
2004-08-11 [colin] 0.9.12cvs57.2
* src/summary_search.c
Let case-sensitive be specified
2004-08-10 [colin] 0.9.12cvs55.4
* src/common/socket.c
Fix the possible race condition
2004-08-09 [paul] 0.9.12cvs55.3
* configure.ac
* src/Makefile.am
* src/common/Makefile.am
sync with HEAD
2004-08-09 [paul] 0.9.12cvs55.2
* autogen.sh
* po/poconv.sh
remove unneeded script
* configure.ac
add forgotten USE_LDAP_TLS (sync with HEAD)
2004-08-09 [colin] 0.9.12cvs55.1
* src/main.c
* src/common/ssl.c
* src/common/sylpheed.c
* src/common/sylpheed.h
Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
2004-08-09 [paul] 0.9.12cvs54.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* po/POTFILES.in
* src/Makefile.am
* src/folderutils.c
* src/main.c
* src/pgpmime.c
* src/pgpmime.h
* src/sgpgme.c
* src/sgpgme.h
* src/plugins/Makefile.am
* src/plugins/pgpmime/.cvsignore
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/pgpmime.h
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/sgpgme.c
* src/plugins/pgpmime/sgpgme.h
sync with HEAD
2004-08-08 [paul] 0.9.12cvs51.1
* configure.ac
* src/folder.c
sync with HEAD
2004-08-07 [colin] 0.9.12cvs50.1
* src/pop.c
* src/common/partial_download.c
fix warnings (sync from HEAD)
2004-08-07 [colin] 0.9.12cvs48.1
* src/prefs_folder_item.c
sync with HEAD 0.9.12cvs48
2004-08-06 [colin] 0.9.12cvs47.1
* src/compose.c
Sync with HEAD
2004-08-06 [christoph] 0.9.12cvs46.2
* src/main.c
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
don't mix GTK1.2 plugin with GTK2 plugins
2004-08-06 [colin] 0.9.12cvs46.1
* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* sylpheed-claws.pc.in
* src/folder.c
* src/imap.c
* src/localfolder.c
* src/messageview.c
* src/mimeview.c
* src/mimeview.h
* src/msgcache.c
* src/news.c
* src/prefs_ext_prog.c
* src/prefs_folder_item.c
* src/prefs_fonts.c
* src/prefs_msg_colors.c
* src/prefs_spelling.c
* src/prefs_themes.c
* src/prefs_toolbar.c
* src/prefs_wrapping.c
* src/procmime.h
* src/common/defs.h
* src/common/nntp.c
* src/common/session.c
* src/common/session.h
* src/common/socket.c
* src/common/utils.h
* src/common/xml.c
* src/common/xml.h
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/image_viewer/viewerprefs.c
* src/plugins/spamassassin/spamassassin_gtk.c
* m4/openssl.m4 *** REMOVED ***
Sync with HEAD 0.9.12cvs46
2004-08-03 [paul] 0.9.12cvs40.2
* src/action.c
* src/addressadd.c
* src/addressbook.c
* src/addrgather.c
* src/browseldap.c
* src/compose.c
* src/crash.c
* src/editaddress.c
* src/editgroup.c
* src/editldap_basedn.c
* src/foldersel.c
* src/importldif.c
* src/mimeview.c
* src/prefs_common.c
* src/prefs_template.c
* src/sourcewindow.c
* src/summaryview.c
* src/gtk/about.c
* src/gtk/foldersort.c
* src/gtk/logwindow.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
change all gtk_scrolled_window_set_policy from
GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
2004-08-02 [paul] 0.9.12cvs40.1
* AUTHORS
update translation team section
* po/pt_BR.po
updated by Frederico Goncalves Guimaraes
<fggdebian@yahoo.com.br>
2004-07-31 [colin] 0.9.12cvs39.9
* src/exphtmldlg.c
Fix compilation
2004-07-31 [colin] 0.9.12cvs39.8
* src/exphtmldlg.c
Fix an alertpanel type
2004-07-30 [colin] 0.9.12cvs39.7
* src/alertpanel.c
Fix alertpanel_error_log's icon
2004-07-30 [colin] 0.9.12cvs39.6
* src/pop.c
Two of them should still be warnings
2004-07-30 [colin] 0.9.12cvs39.5
* src/pop.c
More warning -> error
2004-07-29 [colin] 0.9.12cvs39.4
* src/pop.c
Warning -> error
2004-07-29 [colin] 0.9.12cvs39.3
* src/prefs_matcher.c
Fix segfault
2004-07-29 [colin] 0.9.12cvs39.2
* src/alertpanel.c
More nice-looking alertpanels
2004-07-29 [colin] 0.9.12cvs39.1
* src/messageview.c
sync with head
(inform user when partial mail is deleted on server)
2004-07-29 [colin] 0.9.12cvs38.1
* src/messageview.c
sync with head
2004-07-28 [paul] 0.9.12cvs37.7
* src/mainwindow.c
complete the replacement of deprecated gtk_progress_*
2004-07-28 [paul] 0.9.12cvs37.6
* src/action.c
* src/inc.c
* src/mainwindow.c
* src/send_message.c
* src/gtk/progressdialog.c
* src/gtk/progressdialog.h
replace deprecated gtk_progress_*
2004-07-28 [paul] 0.9.12cvs37.5
* src/gtk/filesel.c
remove gtk_window_set_wmclass()
2004-07-28 [paul] 0.9.12cvs37.4
* src/addressbook.c
* src/compose.c
* src/foldersel.c
* src/mainwindow.c
* src/messageview.c
* src/sourcewindow.c
* src/gtk/logwindow.c
remove gtk_window_set_wmclass()
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_fonts.c
* src/prefs_gtk.c
* src/prefs_matcher.c
* src/ssl_manager.c
* src/gtk/prefswindow.c
replace gtk_window_position()
2004-07-28 [colin] 0.9.12cvs37.3
* src/alertpanel.c
* src/alertpanel.h
Add a way to specify panel type for specific
panels (alertpanel())
* src/account.c
* src/addressbook.c
* src/compose.c
* src/expldifdlg.c
* src/main.c
* src/messageview.c
* src/summaryview.c
* src/textview.c
* src/gtk/sslcertwindow.c
Fix alertpanel()s so that their icon match
their real type
2004-07-28 [paul] 0.9.12cvs37.2
* src/addr_compl.c
* src/addressbook.c
* src/alertpanel.c
* src/compose.c
* src/export.c
* src/foldersel.c
* src/folderview.c
* src/grouplistdialog.c
* src/import.c
* src/mainwindow.c
* src/message_search.c
* src/messageview.c
* src/passphrase.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_gtk.c
* src/prefs_matcher.c
* src/prefs_msg_colors.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/sourcewindow.c
* src/ssl_manager.c
* src/summary_search.c
* src/gtk/colorsel.c
* src/gtk/description_window.c
* src/gtk/gtkaspell.c
* src/gtk/inputdialog.c
* src/gtk/logwindow.c
* src/gtk/prefswindow.c
* src/gtk/progressdialog.c
replace deprecated gtk_window_set_policy
2004-07-27 [colin] 0.9.12cvs37.1
* src/msgcache.c
More fixes (synced for head again)
2004-07-27 [colin] 0.9.12cvs35.3
* src/msgcache.c
Fix wrong test
2004-07-27 [colin] 0.9.12cvs35.2
* src/mimeview.c
Fix width a bit (by Paul)
* src/alertpanel.c
* src/alertpanel.h
Specialize icons, make alertpanel_message()
private
* src/message_search.c
* src/sgpgme.c
* src/summary_search.c
Suit alertpanel changes
2004-07-27 [colin] 0.9.12cvs35.1
* src/alertpanel.c
Add an icon
* src/passphrase.c
Add debug output - maybe someone will
want to look at the problem with Grab
Input :)
Bump version as we're synced with HEAD
2004-07-26 [colin] 0.9.12cvs33.26
* src/pop.c
Fix uidl-file parsing when not in new
format
2004-07-26 [colin] 0.9.12cvs33.25
* src/gtk/menu.c
Move popup menu up if necessary (fixes
account selector)
* src/mainwindow.c
Set account selector's button height to
minimum
2004-07-26 [colin] 0.9.12cvs33.24
* src/alertpanel.c
Maybe fix 551 (Truncated font in alert window)
2004-07-26 [colin] 0.9.12cvs33.23
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/ja.po
* po/pl.po
* po/ru.po
* po/sk.po
* po/sr.po
* po/zh_CN.po
Sync po files with HEAD
2004-07-26 [paul] 0.9.12cvs33.22
* src/compose.c
fix Bug 556 'Organisation-header is sent even if empty'
2004-07-24 [colin] 0.9.12cvs33.21
* src/compose.c
* src/gtk/gtkaspell.c
* src/gtk/gtkaspell.h
Fix speller accelerators (require hack)
2004-07-24 [colin] 0.9.12cvs33.20
* src/gtk/gtkaspell.c
Fix over-eager code deletion breaking
Check while typing
2004-07-24 [colin] 0.9.12cvs33.19
* src/browseldap.c
* src/ldapctrl.c
* src/ldapctrl.h
* src/ldapserver.h
Sync ldap with HEAD
(Fixes 546 LDAP completely broken)
2004-07-24 [colin] 0.9.12cvs33.18
* src/prefs_msg_colors.c
Fix prototype mismatch
(Fixes 547 void function cannot return value)
2004-07-24 [colin] 0.9.12cvs33.17
* src/mainwindow.c
Fix sort going back to previous sort key
when changing sort direction
2004-07-24 [colin] 0.9.12cvs33.16
* src/compose.c
Fix space insertion when re-wrapping at
cursor point
2004-07-24 [colin] 0.9.12cvs33.15
* src/gtk/gtkaspell.c
Don't change cursor position in insert-text
callback
(Fixes 539 Word wrapping on input transposes letters)
2004-07-24 [colin] 0.9.12cvs33.14
* src/gtk/gtkaspell.c
Reencode non-ascii chars to dictionary's
encoding
(Fixes 544 Spell check broken non english locale)
2004-07-24 [colin] 0.9.12cvs33.13
* src/summaryview.c
Fix Shift+Down, add Home/End/PgUp/PgDown
2004-07-21 [colin] 0.9.12cvs33.12
* src/prefs_common.c
Fix a gtk warning (Patch by Andrej Kacian)
2004-07-21 [colin] 0.9.12cvs33.11
* src/gtk/filesel.c
More check
2004-07-21 [colin] 0.9.12cvs33.10
* src/compose.c
* src/crash.c
* src/export.c
* src/import.c
* src/messageview.c
* src/mimeview.c
* src/prefs_spelling.c
* src/prefs_themes.c
* src/summaryview.c
* src/gtk/filesel.c
* src/gtk/filesel.h
* src/gtk/pluginwindow.c
Untwist open/save mode guessing logic, make
it explicit
2004-07-20 [colin] 0.9.12cvs33.9
* src/codeconv.c
conv_encode_header: src_charset is UTF-8 on
gtk2
* src/compose.c
Remove double encoding of the headers
2004-07-20 [colin] 0.9.12cvs33.8
* src/codeconv.c
Fix typo
2004-07-20 [colin] 0.9.12cvs33.7
* src/mainwindow.c
Set the separated messageview to the saved
size of Claws' messageview (Patch by Alfons)
Fix a callback prototype (me)
2004-07-20 [colin] 0.9.12cvs33.6
* src/codeconv.h
Forgot one hunk in 0.9.12cvs33.4
2004-07-19 [colin] 0.9.12cvs33.5
* src/action.c
Action output fix
Patch by Alfons
2004-07-19 [colin] 0.9.12cvs33.4
* src/compose.c
Fix outgoing charset bug in headers
* src/codeconv.c
Clean for glib2 - Patch by Alfons
2004-07-19 [colin] 0.9.12cvs33.3
* src/statusbar.c
Remove grip from the statusbar
Patch by Alfons
2004-07-19 [colin] 0.9.12cvs33.2
* src/messageview.c
* src/textview.c
Fix messageview remembering the previous
scroll position when loading a new message
Patch by Alfons
2004-07-19 [colin] 0.9.12cvs33.1
* src/folder.h
* src/folderview.c
* src/summaryview.c
Sync with HEAD
2004-07-18 [colin] 0.9.12cvs32.7
* configure.ac
Remove useless check for XIM - noticed
by Alfons
2004-07-18 [colin] 0.9.12cvs32.6
* src/summaryview.c
Remove non-modified and shift-modified
accelerators in summaryview's popup
menu, as that doesn't get catched by
the accel-activate signal catcher...
2004-07-18 [colin] 0.9.12cvs32.5
* src/prefs_common.c
Define sensible default prefs for
wrapping
2004-07-18 [colin] 0.9.12cvs32.4
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_wrapping.c
Remove Smart Wrapping pref, which does
nothing on gtk2 branch
2004-07-18 [colin] 0.9.12cvs32.3
* src/sourcewindow.c
Proper utf8
2004-07-18 [colin] 0.9.12cvs32.2
* src/compose.c
Save attachment status when drafting
2004-07-18 [colin] 0.9.12cvs32.1
* src/gtk/filesel.c
Fix erratic folder selection in open mode
2004-07-18 [colin] 0.9.12cvs31.11
* src/pop.c
Don't let partial messages get deleted
even with "dowload all"
(0.9.12cvs31.8 fix extension)
2004-07-18 [colin] 0.9.12cvs31.10
* src/gtk/logwindow.c
Fix log scrolling
2004-07-18 [colin] 0.9.12cvs31.9
* src/common/utils.c
Fix non-utf8 strings coming from commands
and files
2004-07-18 [colin] 0.9.12cvs31.8
* src/pop.c
Fix partial download bug with Download all
messages option
2004-07-18 [colin] 0.9.12cvs31.7
* src/textview.c
Fix bug introduced in 0.9.12cvs31.2
(blocked in select mode after double click)
2004-07-18 [colin] 0.9.12cvs31.6
* src/compose.c
* src/gtk/menu.c
More glib-warning fixes
2004-07-18 [colin] 0.9.12cvs31.5
* src/compose.c
Fix trashing the primary clipboard when moving
around with tab
(Fix Bug 536 Unintuitive: "To:" copied to clipboard)
2004-07-18 [colin] 0.9.12cvs31.4
* src/codeconv.c
convert unencoded iso headers to utf8
(Fix Bug 538 Unencoded local characters in subject make it
disappear)
2004-07-18 [colin] 0.9.12cvs31.3
* src/compose.c
Fix tab char handling in wrapping
(Fix Bug 537 Line wrap problem - TAB character treated as
one character instead of 8)
2004-07-18 [colin] 0.9.12cvs31.2
* src/textview.c
return FALSE on GDK_MOTION_NOTIFY
(Fix Bug 535 Hyperlinks/addresses are not selectable
(unable to highlight))
2004-07-18 [colin] 0.9.12cvs31.1
* src/folderview.c
Sync with 0.9.12cvs31
2004-07-18 [colin] 0.9.12cvs30.4
* src/compose.c
Also block text_inserted when inserting a file
2004-07-18 [colin] 0.9.12cvs30.3
* src/compose.c
Fix smart wrapping (block text_inserted handler
while putting quotation to avoid wrap on input,
don't join lines if next is sig separator)
2004-07-17 [colin] 0.9.12cvs30.2
* src/folderview.c
* src/mainwindow.c
* src/mimeview.c
* src/summaryview.c
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
Block key events handlers *and* accels while
quicksearch is focused
(Fixes Bug 534 quick-search bar not accepting certain letters)
2004-07-17 [colin] 0.9.12cvs30.1
* src/folder.h
* src/folderview.c
* src/summaryview.c
Sync with 0.9.12cvs30
2004-07-17 [colin] 0.9.12cvs28.2
* src/mimeview.c
* src/procmime.c
* src/summaryview.c
* src/gtk/menu.c
Squash some compile and glib warnings
2004-07-17 [paul] 0.9.12cvs28.1
* src/mimeview.c
sync with 0.9.12cvs28 HEAD
2004-07-16 [paul] 0.9.12cvs26.1
* src/gtk/quicksearch.c
* src/account.c
* src/account.h
* src/compose.c
* src/customheader.c
* src/folder_item_prefs.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/mimeview.c
* src/news.c
* src/pgpmime.c
* src/pop.c
* src/pop.h
* src/prefs_account.c
* src/prefs_account.h
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_display_header.c
* src/prefs_gtk.c
* src/prefs_gtk.h
* src/procheader.c
* src/procmime.c
sync with 0.9.12cvs26 HEAD
2004-07-15 [colin] 0.9.12cvs18.14
* src/folder.c
Disable GPG signature check during
folder move and scan
(Closes Bug 521 Signature checking slows down Folder-Move)
2004-07-14 [colin] 0.9.12cvs18.13
* src/common/partial_download.c
update includes
2004-07-14 [colin] 0.9.12cvs18.12
* src/common/partial_download.c
* src/common/partial_download.h
Move doc at top, add correct copyright
2004-07-14 [colin] 0.9.12cvs18.11
* src/folder.c
* src/messageview.c
* src/pop.c
* src/pop.h
* src/procmsg.c
* src/summaryview.c
* src/common/Makefile.am
* src/common/partial_download.c ** NEW FILES **
* src/common/partial_download.h ** NEW FILES **
Move partial-download related stuff to its
own file
2004-07-14 [colin] 0.9.12cvs18.10
* src/send_message.c
Fix smtp auth when user is null or empty
2004-07-13 [colin] 0.9.12cvs18.9
* src/gtk/quicksearch.c
Use alphabetic order
2004-07-13 [colin] 0.9.12cvs18.8
* src/pop.c
Be paranoid on the checks
2004-07-13 [colin] 0.9.12cvs18.7
* src/gtk/quicksearch.c
Fix Engrish once again
2004-07-13 [colin] 0.9.12cvs18.6
* src/procmsg.c
* src/summaryview.c
Mark messages for deletion when they are about to
be removed from trash
2004-07-13 [colin] 0.9.12cvs18.5
* src/matcher.c
* src/matcher.h
* src/matcher_parser_parse.y
* src/prefs_matcher.c
* src/gtk/quicksearch.c
Add 'partial' ('p') match string to find partially
downloaded messages
2004-07-13 [colin] 0.9.12cvs18.4
* src/pop.c
Fix misplaced block
2004-07-13 [colin] 0.9.12cvs18.3
* src/pop.c
* src/pop.h
* src/messageview.c
Refactor API (to avoid passing 5+ params and code
duplication)
* src/folder.c
* src/msgcache.c
* src/procheader.c
* src/common/defs.h
Add planned_download to cache
Don't mess uidl file when moving partially downloaded
mails (they change folder, we should change it in the
uidl list too or we'll remove an incorrect message)
(this also helps removing hacks when changing
planned_download in messageview.c)
2004-07-12 [colin] 0.9.12cvs18.2
* src/gtk/quicksearch.c
Fix missing status update in quicksearch
2004-07-12 [paul] 0.9.12cvs18.1
* po/POTFILES.in
* src/Makefile.am
* src/account.c
* src/codeconv.c
* src/compose.c
* src/inc.c
* src/main.c
* src/prefs_common.c
* src/procmsg.h
* src/toolbar.c
* src/prefs_msg_colors.[ch] ** NEW FILES **
* src/prefs_wrapping.[ch] ** NEW FILES **
* src/common/intl.h
* src/common/utils.[ch]
* src/gtk/quicksearch.[ch]
sync with 0.9.12cvs18 HEAD
2004-07-12 [colin] 0.9.11cvs17.25
* src/folder.c
* src/folder.h
Remove unused function added by me in 0.9.11cvs17.10
2004-07-11 [colin] 0.9.11cvs17.24
* src/inc.c
* src/messageview.c
* src/pop.c
* src/pop.h
Use folderitem and msgnum instead of filename to
know which mail to delete
Move old partial mail deletion to pop.c
2004-07-10 [colin] 0.9.11cvs17.23
* src/inc.c
Add debug
* src/pop.c
* src/pop.h
Don't re-use same enums for unrelated stuff: it's
completely misleading !
Document a bit
2004-07-09 [colin] 0.9.11cvs17.22
* src/inc.c
Remove folder-type check and do
more tests to be sure everything's
ok
* src/messageview.c
Punctuation update, remove useless
code, fix two warnings
* src/noticeview.c
Layout cleaning, reset 2nd button
when specifying one
2004-07-09 [colin] 0.9.11cvs17.21
* src/messageview.c
* src/pop.c
* src/pop.h
Allow user to change his mind
and postpone decision (by
unmarking the mail)
2004-07-09 [colin] 0.9.11cvs17.20
* src/messageview.c
Fix bug with delete state
* src/pop.c
* src/pop.h
Fix buffer leak (fread doesn't
terminate buffers with \0)
Refactoring (remove magic
numbers)
2004-07-09 [colin] 0.9.11cvs17.19
* src/pop.c
Don't log "Skipping message" if
we're going to TOP it two lines
later
2004-07-09 [colin] 0.9.11cvs17.18
* src/messageview.c
Fix Engrish
2004-07-09 [colin] 0.9.11cvs17.17
* src/pop.c
strlen checking...
* src/messageview.c
refactoring a bit
2004-07-08 [colin] 0.9.11cvs17.16
* src/noticeview.c
* src/noticeview.h
Add an optional second button
* src/messageview.c
* src/pop.c
* src/pop.h
Don't delete partially received mails after a certain
time; rather, let the user decide.
2004-07-08 [colin] 0.9.11cvs17.15
* src/common/smtp.h
Sync with HEAD
2004-07-08 [colin] 0.9.11cvs17.14
* src/messageview.c
* src/common/smtp.c
Use to_human_readable() for sizes
2004-07-08 [colin] 0.9.11cvs17.13
* src/inc.c
* src/messageview.c
* src/pop.c
* src/pop.h
* src/procmsg.c
Fix partial-downloading issues:
catch unsupported TOP
don't delete partially downloaded mails before 5 days
don't update existing with non-MH folders; that'll
make dups, but it's better than trashing the folder
free new msginfo parts
Fix indentation ;-)
2004-07-08 [colin] 0.9.11cvs17.12
* src/common/smtp.c
* src/common/smtp.h
Sync smtp size verification with HEAD
2004-07-08 [colin] 0.9.11cvs17.11
* src/summaryview.c
* src/prefs_common.c
* src/prefs_common.h
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
Sync sticky pref with HEAD
2004-07-08 [colin] 0.9.11cvs17.10
* src/folder.c [1.213.2.6]
* src/folder.h [1.87.2.6]
* src/inc.c [1.149.2.7]
* src/messageview.c [1.94.2.8]
* src/procheader.c [1.47.2.6]
* src/procmsg.c [1.150.2.4]
* src/procmsg.h [1.60.2.5]
* src/pop.c [1.56.2.4]
* src/pop.h [1.17.2.3]
Let too big messages get downloaded, but truncated
Add a button to download them completely
2004-07-06 [colin] 0.9.11cvs17.9
* src/gtk/quicksearch.c [1.1.2.3]
Add a Clear button
* commitHelper
* PATCHSETS
Add a script to help with cvs
2004-07-03 [colin] 0.9.11cvs17.8
* src/plugins/imageviewer/viewer.c
fix imageviewer (which was staying on the first
displayed image)
2004-07-03 [colin] 0.9.11cvs17.7
Removed FIXME_GTK2 warnings
* src/gtk/gtkutils.c
useless #warnings
* src/gtk/menu.c
useless #warnings (no need to mess with menu rc)
* src/gtk/menu.h
unused functions
2004-07-03 [colin] 0.9.11cvs17.6
Removed FIXME_GTK2 warnings
* src/codeconv.c
useless #warnings (rewrite needed)
* src/compose.c
useless #warnings (rewrite needed)
useless #warnings (gtk2 is like that)
useless #warnings (previously fixed)
* src/main.c
useless #warnings (previously fixed)
* src/message_search.c
useless #warnings (gtk2 is like that)
Made apparent that search is case-sensitive
* src/mimeview.c
useless #warnings (rewrite needed)
useless #warnings (gtk2 is like that)
reimplemented real warnings
* src/prefs_common.c
Removed block cursor option (not it gtk2)
* src/prefs_gtk.c
useless #warnings (rewrite needed)
* src/procheader.c
useless #warnings (rewrite needed)
* src/sourcewindow.c
useless #warnings (incorrect placing)
* src/summary_search.c
useless #warnings (gtk2 is like that)
Made apparent that search is case-sensitive
* src/action.c
useless #warnings (gtk2 is like that)
* src/textview.c
useless #warnings (rewrite needed)
* src/toolbar.c
useless #warnings (rewrite needed)
2004-07-03 [colin] 0.9.11cvs17.5
* src/textview.c
Fix mismerge which broke URI opening
2004-07-01 [colin] 0.9.11cvs17.4
* src/gtk/filesel.c
Fill filename when saving
2004-06-27 [colin] 0.9.11cvs17.3
* src/gtk/filesel.[ch]
Use the new GTK file selector
Update prototype to match the reality: multiple file
selection is open-only
* src/compose.c
Match the new prototypes
* configure.ac
Match the new requirements (gtk 2.4.0)
2004-06-26 [colin] 0.9.11cvs17.2
* src/plugins/trayicon/trayicon.c
Remove useless signal handler on resize, which causes
an infinite "loop"
2004-06-26 [colin] 0.9.11cvs17.1
* tools/Makefile.am
remove launch_firebird and add nautilus2sylpheed.sh
* src/quicksearch.c
src/summaryview.c
Fix show/hide "Extended symbols" button problem
Fix apparition at startup
Fix const warnings
* src/plugins/image_viewer/Makefile.am
Fix configure
* common/ssl.c
Re-enable certificate check, as it doesn't seem to
cause Xlib errors anymore
2004-06-25 [paul] 0.9.11cvs17
* sync with 0.9.11cvs17 HEAD
NOTE: QuickSearch is broken
2004-06-07 [colin] 0.9.10claws67.10
* src/plugins/trayicon/trayicon.c
src/plugins/trayicon/libeggtrayicon/Makefile.am
src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
Fix gettextization in trayicon plugin
2004-06-07 [colin] 0.9.10claws67.9
* src/summaryview.c
src/gtk/gtksctree.[ch]
Let Shift+{Up,Down} work in summaryview
(well, Down "works" and Up works)
Let the list scroll when using these keys
2004-06-06 [colin] 0.9.10claws67.8
* src/plugins/trayicon/trayicon.c
Fix pixmap update
2004-06-06 [colin] 0.9.10claws67.7
* src/addressbook.c
Fix signal handling causing system-wide focus grab
2004-05-25 [paul] 0.9.10claws67.6
* Makefile.am
src/Makefile.am
clean up
2004-05-25 [paul] 0.9.10claws67.5
* replace deprecated gtk_signal... functions
2004-05-23 [colin] 0.9.10claws67.4
* src/compose.c
Fix wrapping
2004-05-22 [colin] 0.9.10claws67.3
* src/compose.c
Re-fix [Edited] in compose.c::compose_reedit()
2004-05-22 [colin] 0.9.10claws67.2
* src/procmime.c
Fix parsing of multiparts mails
2004-05-22 [colin] 0.9.10claws67.1
* src/summaryview.c
Fix quicksearch
2004-05-22 [paul] 0.9.10claws67
* sync with 0.9.10claws67 HEAD
2004-05-14 [alfons]
* src/procmime.h
add forgotton prototype
2004-05-10 [paul] 0.9.10claws57
* sync with 0.9.10claws57 HEAD
2004-05-05 [paul] 0.9.9.claws1
* ChangeLog-gtk2 ** REMOVED **
ChangeLog-gtk2.claws ** ADDED **
rename and adopt the normal claws format
* configure.ac
require gtkmathview >= 0.5
* ac/* ** REMOVED **
ac/ ** REMOVED **
intl/Makefile.in ** REMOVED **
m4/ ** ADDED **
m4/missing ** ADDED **
m4/missing/gdk-pixbuf.m4 ** ADDED **
m4/missing/gettext.m4 ** ADDED **
m4/missing/gpgme.m4 ** ADDED **
m4/missing/imlib.m4 ** ADDED **
m4/.cvsignore ** ADDED **
m4/Makefile.am ** ADDED **
m4/README ** ADDED **
m4/aclocal-include.m4 ** ADDED **
m4/aspell.m4 ** ADDED **
m4/check-type.m4 ** ADDED **
m4/gnupg-check-typedef.m4 ** ADDED **
m4/openssl.m4 ** ADDED **
m4/spamassassin.m4 ** ADDED **
po/ChangeLog ** REMOVED **
po/Makefile.in.in ** REMOVED **
po/Rules-quot ** REMOVED **
po/boldquot.sed ** REMOVED **
po/en@boldquot.header ** REMOVED **
po/en@quot.header ** REMOVED **
po/insert-header.sin ** REMOVED **
po/quot.sed ** REMOVED **
po/remove-potcdate.sed ** REMOVED **
po/remove-potcdate.sin ** REMOVED **
po/stamp-po ** REMOVED **
Makefile.am
autogen.sh
configure.ac
enable building with automake 1.8.x
add 'autopoint --force' to autogen.sh and remove all
auto-generated files, remove ac/ directory and use
m4/ directory instead
* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
fix gettextization
2004-02-28 Colin Leroy <colin@colino.net>
* src/prefs_matcher.c
src/prefs_filtering.c
src/prefs_filtering_action.c
Fix non-editable GtkEntries
2004-02-22 Thorsten Maerz <torte@netztorte.de>
* src/prefs_themes.c
utf8 conversion for theme info
2004-02-21 Thorsten Maerz <torte@netztorte.de>
* sync 0.9.9claws
2004-02-14 Thorsten Maerz <torte@netztorte.de>
* src/grouplistdialog.c
allow multiple selections without ctrl key
2004-02-09 Thorsten Maerz <torte@netztorte.de>
* src/main.c
enable customizable accelerators
2004-02-08 Thorsten Maerz <torte@netztorte.de>
* src/prefs_common.c
re-enable different font settings for gtk1/2
* src/prefs_folder_item.c
fix folder prefs displayed wrong
* src/textview.c
set 'sunken' shadow type
2004-02-07 Colin Leroy <colin@colino.net>
* src/compose.c
Fix message being always [Edited]
Encode headers correctly (utf8 buf)
2004-01-27 Thorsten Maerz <torte@netztorte.de>
* src/socket.c
remove double g_source_attach()
(Thanks to Colin Leroy)
2004-01-27 Thorsten Maerz <torte@netztorte.de>
* src/gtk/gtksctree.c
Fix SSL certificate list not shown
* src/mimeview.c
Fix clicks in mime tree
2004-01-27 Thorsten Maerz <torte@netztorte.de>
* src/common/socket.c
Fix SSL receive
* src/compose.c
Fix clipboard menu hotkeys
2004-01-25 Thorsten Maerz <torte@netztorte.de>
* src/gtk/gtkaspell.[ch]
src/compose.c
reimplement spellchecker
2004-01-25 Thorsten Maerz <torte@netztorte.de>
* src/gtk/filesel.c
crash when inserting file in compose window
(TODO: keep old selection on clicks)
* src/main.c
use gtkrc-2.0 instead of gtkrc
2004-01-25 Thorsten Maerz <torte@netztorte.de>
* src/messageview.c
remove orphaned mimeview unref()
2004-01-20 Thorsten Maerz <torte@netztorte.de>
* src/grouplistdialog.c
expand nodes containing subscribed groups
2004-01-19 Thorsten Maerz <torte@netztorte.de>
* src/textview.c
textview: hide cursor, restore old click behaviour
2004-01-18 Thorsten Maerz <torte@netztorte.de>
* src/textview.c
variable names messed up
2004-01-17 Colin Leroy <colin@colino.net>
* src/addr_compl.c
Fix completion address too thin
* src/compose.c
Fix tab-to-subject behaviour
* src/summaryview.c
Implement key up & down in summaryview
2004-01-12 Thorsten Maerz <torte@netztorte.de>
* sync 098claws
2004-01-08 Thorsten Maerz <torte@netztorte.de>
* configure.ac
Makefile.am
doc/.cvsignore
doc/Makefile.am
faq, man, manual moved to doc/
* ac/aspell.m4
ac/check-type.m4
ac/gnupg-check-typedef.m4
ac/openssl.m4
ac/spamassassin.m4
ac/missing/gdk-pixbuf.m4
ac/missing/gpgme.m4
ac/missing/imlib.m4
fix automake warnings
2003-12-06 Colin Leroy <colin@colino.net>
* src/summaryview.c
Fix quicksearch
2003-12-05 Colin Leroy <colin@colino.net>
* src/summaryview.c
Fix going to next unread folder
2003-12-05 Colin Leroy <colin@colino.net>
* src/crash.c
Fix gtk2 compilation
* src/session.c
Remove iotag source handler at disconnection
* src/socket.[ch]
Remove source handler when closing socket
(fixes another seg)
2003-12-04 Colin Leroy <colin@colino.net>
* src/compose.c
src/prefs_account.c
src/prefs_common.c
Fix some dropdown menus
2003-12-04 Colin Leroy <colin@colino.net>
* src/compose.c
Fix event handlers on header fields
* src/common/socket.c
src/common/session.c
Fix segfault with callback (SSL)
Fix end of session
2003-10-06 Thorsten Maerz <torte@netztorte.de>
* Fix compile bug in src/compose.c
* removed src/gtk/gtkstext.[ch]
2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
* Convert character set and escape "text" attributes in toolbar setting
files.
* Fixed bug in button-press-event handling.
2003-09-16 Thorsten Maerz <torte@netztorte.de>
* Fixed bug in key-press-event handling.
2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
* Enabled to compile tray-icon plugin (Ad-hoc).
* Avoid hang up bug of icon list in mime view (Ad-hoc).
2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
* Enabled to compile on sylpheed-claws.
(tray-icon plugin still cannot compile yet.)
2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
* Updated to 0.9.5.
2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
* Updated to 0.9.4.
* Ported monitoring SSL mechanism to GSource of GLib2
(I don't confirm it)
* Added _gtk2 suffix to key name of font preference to avoid
ovverwriting preference of Gtk+-1.2 version.
2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
* Updated to 0.9.2.
2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
* Updated to 0.9.1.
* Translate po files into UTF-8 when execute autogen.sh.
2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
* Updated to 0.9.0.
2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
* Plugged GError related memory leaks.
2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
* Changed default size of fonts.
* Enabled to set titile font size of warning dialog.
2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
* Embed a sylpheed icon into executable binary on Windows.
2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
* I forgot to traslate character set of element string in src/xml.c.
2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
* Fixed detecting bind_textdomain_codeset in configure.in.
* The bug in which "Example" of "Date fromat" preference isn't displayed
correctly has been fixed.
2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
* Added bind_textdomain_codeset into AC_CHECK_FUNCS.
Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
glib-gettextize
Removed intl directory.
Translated po files into UTF-8.
(Thanks! Ryuji Abe)
2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
* The bug which doesn't unscape string in xml.c has been fixed.
2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
* The bug which is failed to translate encoding of file name thorough
file dialog has been fixed.
2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
* Modified to translate file names which is used in inporting/expoting
mbox feature and "Save as" feature into locale encoding.
* Translate file names into locale encoding when "Attache file" and
"Insert file".
* Force set G_BROKEN_FILENAMES environment variable.
* Other minor fixes.
2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
* Modified to treat MH folder's name as locale encoding.
2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
* The bug which clash on switching candidates of auto completion of
addresses, cannot use auto completion in Japanesse is fixed
(Thanks! Tokunaga-san)<29><>
2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
* The bug which cannot switch key accelerator preference has been fixed
(Thanks! smbd-san)<29><>
2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
* version 0.8.11-gtk2-20030314
2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
* The bug in which character set conversion of filtering messages has
been fixed.(Thanks! COCOA-san).
2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
* Revived "Leave space on head" preference in "Message" category.
* A bug which clash when put the cursor to end of buffer and execute
"Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
* version 0.8.11-gtk2-20030312
2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
* Fixed position of switching account popup (Thanks! Ikezoe-san)<29><>
* Modified to use Pango's API directly for font preference.
* Integrated GtkTextView of textview to one widget.
* Set fonts of header title in textview by "header_title" tag.
* Removed some deprecated codes.
2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
* Updated to 0.8.11.
* Merged cygwin patch(Thanks! Sakai-san).
2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
* version 0.8.10-gtk2-20030309