1 2005-06-23 [colin] 1.9.11cvs94
4 Fix rough edges (be sure to call status_show whenever
7 2005-06-23 [colin] 1.9.11cvs93
11 Before, in a 5K mails folder: 11s
12 After, in the same folder: 58000µs
13 The joys of locking... gtk_clist_select_all() fires a
14 tree-select-row event for each selected row, which in
15 summaryview, callbacks summary_selected which in turn,
16 calls summary_status_show, which walks the selected
17 rows. Hence, calling gtk_clist_select_all was
18 exponential. Locking the summaryview makes
19 summary_selected return early.
21 2005-06-23 [colin] 1.9.11cvs92
24 Move mutex at the important place to avoid
27 Fix Del key deleting directly instead of
30 2005-06-22 [colin] 1.9.11cvs91
32 * src/plugins/spamassassin/libspamc.c
33 As we do spagetti code with assignations in multiple
34 places (see _message_read_raw where out = msg = raw),
35 let's be sure we don't free the same pointer twice.
36 Should fix bug #683 (Crash in libpam at
39 2005-06-22 [colin] 1.9.11cvs90
44 Make toolbar's delete use the move to trash stuff;
45 Add gtk_widget_realize to be sure pixmaps can get
46 created (that may fix an old worksforme bug which
49 2005-06-22 [colin] 1.9.11cvs89
54 Rename "Message/Delete" to "Message/Move to trash"
55 Add "Message/Delete..." that directly destroys the
56 selected messages after asking for a confirmation.
58 2005-06-22 [colin] 1.9.11cvs88
61 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
62 o Fix a deadlock (thanks Darko)
64 2005-06-22 [colin] 1.9.11cvs87
66 * src/gtk/foldersort.c
67 Add missing include for the i18n;
68 patch by Fabien Vantard
70 2005-06-21 [colin] 1.9.11cvs86
74 Respect the no_select flag
76 Fix recursive deletion
79 Make the folder deletion's warning
82 2005-06-21 [colin] 1.9.11cvs85
85 Prevent email addresses from spanning accross
86 lines - fixes bug # 646 (newline-chars in
89 2005-06-20 [colin] 1.9.11cvs84
92 Be sure not to remove source if copy failed
94 2005-06-20 [colin] 1.9.11cvs83
98 remove summaryview's lock
100 introduce threads to avoid problems when foreground tasks
101 interfere with background tasks
103 prevent moving to drafts/queue
107 2005-06-19 [colin] 1.9.11cvs82
110 Remember that the user doesn't want to override
111 offline mode, for 3 seconds. It avoid presenting
112 him with N popups in a really short time.
114 2005-06-17 [colin] 1.9.11cvs81
117 Fix IMAP breaking on folders containing '('
118 (Probably won't be enough)
120 2005-06-17 [colin] 1.9.11cvs80
122 Forgotten files on 1.9.11cvs79
124 Fix stepping when not immediately executing
126 Really prevent UID FETCH 0
128 Fix outgoing charset never set to utf-8
132 2005-06-16 [colin] 1.9.11cvs79
135 Fix bug #707 (Dash splits rows)
136 Only wrap if we're on a line break position and
137 the previous one was a "white" (space) char.
138 Pango stuff is weird.
140 2005-06-16 [colin] 1.9.11cvs78
143 Lock summaryview while downloading messages
149 Replace \r and \n with spaces in From and
152 2005-06-16 [paul] 1.9.11cvs77
155 liberalise the mime parser
159 2005-06-16 [paul] 1.9.11cvs76
164 2005-06-15 [colin] 1.9.11cvs75
167 Finish header encoding fix
171 Fix compilation (Thanks Stephan
174 2005-06-15 [colin] 1.9.11cvs74
177 Install gnome2 stuff rather than gnome1,
184 Visual progress when fetching all messages
188 Prevent changing current message while
191 2005-06-15 [paul] 1.9.11cvs73
193 * src/gtk/gtkaspell.c
194 * src/gtk/gtkaspell.h
197 2005-06-15 [paul] 1.9.11cvs72
199 * src/prefs_filtering.c
200 allow reordering of filter rules by
203 2005-06-15 [paul] 1.9.11cvs71
208 replace deprecated function
211 * src/gtk/progressdialog.c
212 * src/gtk/progressdialog.h
213 salvage and reuse parts of reverted sync
215 2005-06-15 [paul] 1.9.11cvs70
219 * src/gtk/progressdialog.c
220 * src/gtk/progressdialog.h
221 revert yesterday's sync with main
222 it contains deprecated functions
224 2005-06-15 [colin] 1.9.11cvs69
227 Fix bug #670 (multi user to: will corrupt message
230 2005-06-15 [colin] 1.9.11cvs68
233 Fix bug #421 (Fix undo on wrapping)
235 2005-06-15 [colin] 1.9.11cvs67
238 Provide visual feedback while processing
241 Provide visual feedback while getting
242 short headers (for uncached messages)
245 2005-06-14 [paul] 1.9.11cvs66
248 change a couple stock icons
251 * src/gtk/progressdialog.c
252 * src/gtk/progressdialog.h
253 sync main's GtkTreeView implementation
255 2005-06-14 [colin] 1.9.11cvs65
258 Various little fixes, mainly on error paths
260 2005-06-13 [colin] 1.9.11cvs64
265 Add a way to fetch only headers. This speeds
266 up filtering on headers for IMAP. Fixes:
267 bug #481 extraneous imap commands slow down
269 bug #522 Sylpheed downloads all messages
270 when opening mailbox (IMAP)
271 bug #677 IMAP fetch is soooooooooooooo slow
274 Add a folder set_batch method so that
275 implementations can speed up flags changes
278 Use that in mark as (un)read and mark all read
281 Implement set_batch - brings back deferred
282 flags in a less buggy manner. Fixes:
283 bug #729 IMAP immediate expunge of deleted messages
284 bug #191 remove list of messages with one command
285 Fix login with strange chars
286 Implement fetch_msg_full
287 Fix copy (wrong counts)
289 2005-06-12 [colin] 1.9.11cvs63
292 lock incorporation during long operations.
293 Avoids fucking up the IMAP socket.
295 2005-06-12 [colin] 1.9.11cvs62
299 Factorize remove_all_msg
302 Don't update partial-download status if unnecessary
304 Use remove_msgs everywhere possible
306 2005-06-12 [colin] 1.9.11cvs61
310 Add a remove_msgs function to remove a
315 2005-06-12 [colin] 1.9.11cvs60
318 Remove flags-processing deferring... Too hard
319 to get it to work in all cases.
321 2005-06-11 [colin] 1.9.11cvs59
324 printf -> debug_print
326 2005-06-11 [colin] 1.9.11cvs58
329 o Fix build without USE_PTHREAD
330 o Factorize imap_open
331 o Alertpanel in case of impossible connection
332 o Alertpanel in case of impossible login
333 o Fix deferred flags processing to force a
334 flush before adding some more flags to process,
335 but in another folder.
337 2005-06-10 [colin] 1.9.11cvs57
340 o Fix a format string error
341 o init ssl socket outside of the thread
342 (it possibly invokes gtk calls)
344 o Put back the buffer to its necessary size
345 o Fix changing a file pointer without keeping
346 track of it (thanks Valgrind)
348 o Fix automatic STARTTLS if login should be done
349 and the server only allows it after starting TLS
350 * src/gtk/gtkinputdialog.c
351 o Eat GDK_Return so that the combo popup doesn't
352 appear when we press Enter to validate the combo
353 input dialog (as seen in the Open with... dialog)
355 2005-06-10 [colin] 1.9.11cvs56
359 o Fix a crash on deletion
360 o Threadize imap_select (it's called outside of
362 o Defer treatment of DELETED flags
365 2005-06-09 [colin] 1.9.11cvs55
368 Make sure we check imap_gtk_should_override(), which
369 potentially calls gtk stuff, before creating thread.
370 That way it should't be called via imap_get_session()
373 2005-06-09 [colin] 1.9.11cvs54
376 o add a bit of status output
377 o remove some dead code
378 o threadize get_list_of_uids
379 o threadize imap_get_flags
380 o defer flag changing by 500ms so that they
384 2005-06-08 [colin] 1.9.11cvs53
387 Thread-ize imap_cmd_fetch
389 2005-06-08 [colin] 1.9.11cvs52
392 Mmh, that broke POP3...
394 2005-06-08 [colin] 1.9.11cvs51
397 Stabilize IMAP patch (thanks to Hoa)
399 2005-06-08 [colin] 1.9.11cvs50
402 Test patch to speed up imap.
404 2005-06-08 [colin] 1.9.11cvs49
409 Apply patch from gentoo to use /usr/share/mime/globs if
410 available, after un-breaking it
413 Use g_timeout for invoking hooks that possibly use gtk
414 calls. This should leave gtk calls in the main thread.
416 2005-06-08 [paul] 1.9.11cvs48
419 conv_get_outgoing_charset_str(): don't
420 use prefs_common setting
423 add /Options/Character encoding/... to
424 temporarily change the outgoing encoding
426 (belated sync with main)
428 2005-06-08 [paul] 1.9.11cvs47
431 correction to/completion of last
434 2005-06-08 [paul] 1.9.11cvs46
440 always enabled Japanese auto-detection
441 if the first letters of locale string
444 don't use "destroy" signal to destroy
445 Compose object (fix rare crashes on discard?)
449 added Hebrew encodings
451 don't use "destroy" signal to destroy
454 2005-06-07 [colin] 1.9.11cvs45
457 Add missing unlocks/locks
459 2005-06-07 [paul] 1.9.11cvs44
464 2005-06-06 [colin] 1.9.11cvs43
467 Fix selection bug when prefs_common.open_unread
470 2005-06-06 [colin] 1.9.11cvs42
476 Factorize long operations beginning and end
477 (locking, freezing/thawing, cursor, ...)
478 Check selection->data member in selection-
479 related loops; this avoids dying an awful
480 death if the selection changes on us while
481 we're marking a whole IMAP folder unread,
484 2005-06-06 [paul] 1.9.11cvs41
487 don't g_free() a static gchar buffer
489 2005-06-05 [colin] 1.9.11cvs40
494 Fix bug #749 (Show all headers should be
495 sticky as the GUI suggests)
497 2005-06-03 [paul] 1.9.11cvs39
500 don't allow editing of mail while sending.
503 2005-06-03 [paul] 1.9.11cvs38
506 add a freeze/thaw to speed up 'mark all read'
508 2005-06-03 [paul] 1.9.11cvs37
510 * src/prefs_message.c
511 reflect changes immediately
513 2005-06-02 [colin] 1.9.11cvs36
516 Patch by Fabien Vantard.
518 2005-06-02 [colin] 1.9.11cvs35
521 Use a non-blocking imap_getline() if possible.
522 This should completely prevent the interface
523 from freezin on imap operations, although it
524 may do strange stuff in case of folder switching
525 while a big imap operation is taking place...
527 In addition, fix a leak in the case thread
528 creation fails on connection.
530 2005-06-02 [colin] 1.9.11cvs34
534 Fix build (prefs_common_init() doesn't exist
537 2005-06-02 [colin] 1.9.11cvs33
539 * src/prefs_account.c
540 Fix bug #245 (filtering rules broken when
541 renaming a remote account (imap4 or nntp)
543 2005-06-02 [colin] 1.9.11cvs32
546 Try to fix IMAP shortcomings:
547 o Multithread imap_open()
548 o allow offline-mode overriding instead of
552 Add a function to ask whether we want to
553 override offline-mode for 10 minutes (one-shot
556 Fix segfault when imap parser isn't happy about
559 2005-06-01 [colin] 1.9.11cvs31
572 * src/common/template.c
575 * src/gtk/inputdialog.c
577 * src/gtk/pluginwindow.c
578 * src/gtk/prefswindow.c
579 * src/plugins/pgpmime/passphrase.c
580 * src/plugins/pgpmime/prefs_gpg.c
583 * src/common/Makefile.am
584 * src/common/timing.h
585 Add basic timing code
588 Fix a bug with unread messages when
589 re-sorting folders, and by the way
590 fix a big performance hit when
591 re-sorting (10k mails: before 5s,
594 * src/prefs_compose_writing.c
595 * src/prefs_compose_writing.h
596 * src/prefs_message.c
597 * src/prefs_message.h
602 * src/prefs_receive.c
603 * src/prefs_receive.h
606 * src/prefs_summaries.c
607 * src/prefs_summaries.h
610 2005-06-01 [paul] 1.9.11cvs30
613 updated by Flammie Pirinen
615 fix 'Bad BASE64 content' output
617 2005-05-31 [colin] 1.9.11cvs29
620 Oops, where did my hunk go.
622 2005-05-31 [colin] 1.9.11cvs28
640 * src/prefs_account.c
641 * src/prefs_actions.c
643 * src/prefs_compose_writing.c
644 * src/prefs_customheader.c
645 * src/prefs_ext_prog.c
646 * src/prefs_filtering.c
647 * src/prefs_filtering_action.c
649 * src/prefs_image_viewer.c
650 * src/prefs_message.c
651 * src/prefs_message.h
652 * src/prefs_msg_colors.c
656 * src/prefs_receive.c
657 * src/prefs_receive.h
660 * src/prefs_spelling.c
661 * src/prefs_summaries.c
662 * src/prefs_summary_column.c
663 * src/prefs_template.c
665 * src/prefs_toolbar.c
666 * src/prefs_wrapping.c
671 * src/summary_search.c
678 o Move the rest of Common prefs to new style
679 o Lots of -Wall warning fixes
680 o fix FIXME in cache memusage calculation
681 o Let return receipts be sent from any account
682 o Little cache optimisation (read)
683 o Fix bug #746 (don't treat commas as separators
684 when inside a quoted string)
686 2005-05-31 [paul] 1.9.11cvs27
689 fix 'off-by-one' typo
691 2005-05-31 [paul] 1.9.11cvs26
697 * src/prefs_actions.c
700 * src/prefs_customheader.c
701 * src/prefs_display_header.c
702 * src/prefs_filtering.c
703 * src/prefs_filtering_action.c
704 * src/prefs_matcher.c
705 * src/prefs_summaries.c
706 * src/prefs_summary_column.c
707 * src/prefs_template.c
708 * src/prefs_toolbar.c
710 * src/gtk/pluginwindow.c
711 * src/gtk/prefswindow.c
712 * src/gtk/progressdialog.c
713 add hidden prefs 'enable_rules_hint'
714 for gtk_tree_view_set_rules_hint()
718 2005-05-31 [colin] 1.9.11cvs25
723 * src/prefs_summaries.c ** ADDED **
724 * src/prefs_summaries.h ** ADDED **
725 Common/Display -> Display/Summaries
727 2005-05-31 [colin] 1.9.11cvs24
731 * src/prefs_quote.c ** ADDED **
732 * src/prefs_quote.h ** ADDED **
733 Move Common/Quote to Compose/Quoting
736 Remove old quote stuff, add
737 convenience functions for GtkTextView prefs
738 * src/gtk/prefswindow.c
739 Set default height higher
741 2005-05-30 [colin] 1.9.11cvs23
746 * src/prefs_compose_writing.c ** ADDED **
747 * src/prefs_compose_writing.h ** ADDED **
748 Move Common/Compose prefs to Compose/Writing
750 2005-05-30 [colin] 1.9.11cvs22
753 Fix bug #651 (Confused Attract by Subject)
754 Patch by M. Benkmann <haferfrost@web.de>
757 2005-05-30 [colin] 1.9.11cvs21
760 Fix concatenation of different headers of
761 the same type (bug #645)
762 * src/prefs_folder_item.c
763 Fix bug #699 (setting color to black doesn't
766 Print out decoding error only once per
769 2005-05-30 [paul] 1.9.11cvs20
771 * src/common/template.c
774 2005-05-30 [paul] 1.9.11cvs19
776 * doc/src/rfc2368.txt **NEW FILE**
778 compose_entries_set(): don't interpret Bcc
779 header field (conform to RFC 2368)
782 2005-05-29 [colin] 1.9.11cvs18
785 Let the default reply format respect
786 netiquette by cutting the signature.
788 2005-05-29 [colin] 1.9.11cvs17
791 Don't let always_show_msg override
792 open_unread_on_enter when opening a new
795 2005-05-27 [paul] 1.9.11cvs16
800 app_will_exit(): cleanup tmp directory when exit
801 * src/message_search.c
802 improved the interface and made code cleanup.
805 send_message_local(): use GSpawn, and detect errors
806 * src/summary_search.c
807 improved the interface and made code cleanup
809 textview_write_link(): also skip non-ascii space
810 at the head of link strings (phishing check
811 didn't work at the case)
813 get_command_output(): use g_spawn_command_line_sync()
816 2005-05-26 [colin] 1.9.11cvs15
821 2005-05-26 [colin] 1.9.11cvs14
824 Fix nntp mode reader (bug #611)
825 Patch by Florian Mickler <florian@mickler.org>
827 2005-05-26 [colin] 1.9.11cvs13
829 * src/plugins/pgpmime/passphrase.c
830 Fix mouse grabbing (bug #557)
832 2005-05-26 [colin] 1.9.11cvs12
835 Fix g_warning (bug #541)
837 2005-05-26 [colin] 1.9.11cvs11
839 * src/prefs_actions.c
840 * src/prefs_template.c
841 Fix bug #506 (no warning if action/template
843 * src/common/template.c
846 2005-05-26 [colin] 1.9.11cvs10
852 Forbid locked messages to be moved or
853 deleted. Locked messages in trashes
854 still get deleted, for performance
855 reason (mh.c::mh_remove_all_msgs)
857 2005-05-25 [colin] 1.9.11cvs9
860 Use correct encoding when sending mails
861 with attachments that have accentued
864 2005-05-24 [colin] 1.9.11cvs8
867 Fix bug #688 f) read/unread marker not
868 changed on first click
869 Also, optimize summary_status_show()
874 Fix bug #688 b) and c) wrt message
875 attachments and signature
881 * src/pixmaps/clip_gpg_signed.xpm
884 2005-05-24 [colin] 1.9.11cvs7
886 * src/folder_item_prefs.c
889 2005-05-24 [colin] 1.9.11cvs6
894 Add a confirmation to folder drag and drop
898 fix _with_disable parameters so that
899 the buttons labels are specifiable too
900 * src/plugins/pgpmime/sgpgme.c
904 2005-05-24 [colin] 1.9.11cvs5
907 Uncollapse/collapse folders on double-click
908 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
911 2005-05-23 [colin] 1.9.11cvs4
913 * src/common/socket.c
914 Check another special SSL_peek() error.
915 Should help wrt bug #728
917 2005-05-23 [colin] 1.9.11cvs3
919 * src/plugins/pgpmime/pgpmime.c
920 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
921 breaking menu accelerators and stuff. Users will have to
922 reselect "PGP MIME" instead of "PGP/MIME" in their
923 account's privacy preferences if needed.
927 * tools/kdeservicemenu/install.sh
928 use kdesu to prompt for root password if doing
929 global install/uninstall
931 2005-05-20 [colin] 1.9.11cvs2
934 Fix another compilation error with gcc-2.9x
935 Thanks to Pawel Pekala <c0rn@gazeta.pl>
937 Don't send QUIT if we aren't connected
939 2005-05-19 [colin] 1.9.11cvs1
942 Fix compilation with gcc 2.9x
944 2005-05-19 [paul] 1.9.11
948 2005-05-19 [paul] 1.9.9cvs14
950 * src/gtk/inputdialog.c
951 prevent gettext warning
953 2005-05-19 [paul] 1.9.9cvs13
960 add an option to toggle cursor in message
961 view (sync with main)
963 2005-05-18 [colin] 1.9.9cvs12
966 Dereference freed pointer
967 * src/gtk/gtkaspell.c
968 Fix duplication of dictionaries (is it an aspell issue?)
970 2005-05-18 [colin] 1.9.9cvs11
972 * src/gtk/inputdialog.c
973 * src/gtk/gtkaspell.c
978 2005-05-17 [colin] 1.9.9cvs10
980 * src/gtk/gtkaspell.c
981 Fix dialogs, Ctrl-Enter accel
983 2005-05-17 [colin] 1.9.9cvs9
985 * src/gtk/gtkaspell.c
986 Fix some accelerators, escape in replace-window
988 2005-05-16 [colin] 1.9.9cvs8
990 * src/gtk/gtkaspell.c
991 Revert last commit, it was a mistake.
993 2005-05-16 [colin] 1.9.9cvs7
995 * src/gtk/gtkaspell.c
996 Remove buggy code while we're at it. It's a
997 dead code path anyway.
999 2005-05-16 [colin] 1.9.9cvs6
1001 * src/gtk/gtkaspell.c
1002 Missed some gtk_menu_popup where deactivate
1003 signal should be handled. Should fix bug
1006 2005-05-16 [colin] 1.9.9cvs5
1008 * src/gtk/gtkaspell.c
1009 Remove debug printf()s
1011 2005-05-16 [colin] 1.9.9cvs4
1013 * src/gtk/gtkaspell.c
1014 Fix a bit aspell problems
1017 2005-05-13 [colin] 1.9.9cvs3
1020 Fix the + appearing even when no subfolders
1021 have unread messages. Thanks to wwp for the
1024 2005-05-11 [paul] 1.9.9cvs2
1027 correction to 1.9.9cvs1, only colour folders that
1028 have new msgs (not unread msgs)
1030 2005-05-10 [colin] 1.9.9cvs1
1034 Try to fix bolding bugs again.
1038 * tools/claws.i18n.status.pl
1039 add Ricardo Mones Lastra's script that has been providing
1040 the i18n status page for many months
1042 2005-05-09 [paul] 1.9.9
1046 2005-05-09 [paul] 1.9.6cvs58
1053 * RELEASE_NOTES.claws
1054 add release notes to cvs to simplify release
1057 add ca and fi to ALL_LINGUAS
1059 workaround for missing Makevars
1062 add new Catalan and Finnish translations
1063 submitted by Miquel Oliete and Flammie Pirinen
1073 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1074 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1075 Urke MMI, and Hansom Young
1077 Fix drafting when quitting. compose_draft() closes the
1078 compose windows, which modifies the compose_list GSList.
1079 We have to refresh this list after echo drafting to avoid a
1081 * src/partial_download.c
1082 fix segfault on exit
1084 2005-05-06 [paul] 1.9.6cvs57
1086 * src/grouplistdialog.c
1087 quick fix/workaround for unresizeable newsgroup
1090 2005-05-06 [paul] 1.9.6cvs56
1094 use gettext plural forms
1098 small improvement to english usage
1100 2005-05-05 [thorsten] 1.9.6cvs55
1105 2005-05-05 [paul] 1.9.6cvs54
1111 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1114 2005-05-05 [paul] 1.9.6cvs53
1117 fix resizing of separate message and
1120 2005-05-05 [paul] 1.9.6cvs52
1132 * src/prefs_filtering.c
1133 * src/prefs_filtering_action.c
1134 * src/prefs_matcher.c
1135 * src/prefs_spelling.c
1136 * src/prefs_toolbar.c
1139 * src/gtk/description_window.c
1140 * src/gtk/gtkvscrollbutton.c
1141 * src/gtk/progressdialog.c
1142 * src/gtk/quicksearch.c
1143 * src/plugins/pgpmime/prefs_gpg.c
1144 * src/plugins/spamassassin/spamassassin_gtk.c
1145 replace deprecated gtk_widget_set_usize
1147 2005-05-04 [colin] 1.9.6cvs51
1149 * src/common/utils.c
1150 Fix crash when subst_for_filename is called
1151 with a NULL parameter
1153 2005-05-04 [colin] 1.9.6cvs50
1155 * src/partial_download.c
1157 Escape login when writing uidl file
1160 2005-05-03 [colin] 1.9.6cvs49
1163 Fix possible DOS in mime parser
1166 2005-05-02 [colin] 1.9.6cvs48
1169 Try to fix the copy/paste mess once again.
1172 2005-04-30 [colin] 1.9.6cvs47
1174 * src/prefs_account.h
1176 * src/send_message.c
1179 Try to batch sending mails (per account) instead of
1180 reconnecting to server every time.
1182 2005-04-29 [colin] 1.9.6cvs46
1185 Fix window resizing that refused to size down
1186 * src/prefs_common.c
1187 * src/prefs_common.h
1188 * src/prefs_filtering.c
1189 Save Filtering's window size
1191 2005-04-21 [paul] 1.9.6cvs45
1193 * ChangeLog-gtk2.claws
1197 2005-04-21 [paul] 1.9.6cvs44
1204 use gtkut_widget_draw_now(). Improved performance
1205 of the update of statusbar
1207 textview_smooth_scroll_do(): redraw it after scroll
1208 is done (fixed incorrect display when a part of the
1210 * src/gtk/gtkutils.c
1211 * src/gtk/gtkutils.h
1212 gtkut_widget_draw_now(): use gdk_window_process_updates()
1213 to force update of widgets.
1214 Removed gtkut_widget_wait_for_draw() which had a big
1215 overhead because of waiting for all events processed
1217 2005-04-20 [paul] 1.9.6cvs43
1220 complete 1.9.6cvs42's sync:
1221 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1223 2005-04-19 [paul] 1.9.6cvs42
1228 catch_output(): correctly select the insert text
1229 (fix invalid iterator warnings).
1234 * src/prefs_common.c
1235 support GBK encoding.
1236 * src/common/session.c
1237 * src/common/session.h
1238 use separate buffer for large data to be sent,
1239 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1241 2005-04-18 [paul] 1.9.6cvs41
1244 convert unsigned long into guint32
1245 patch by Paul LeoNerd Evans
1247 2005-04-17 [colin] 1.9.6cvs40
1250 Fix 'Request return receipt' from folder
1251 properties (bug #708)
1253 2005-04-17 [colin] 1.9.6cvs39
1256 Fix duplicate hotkeys in Mainwindow's menu
1258 2005-04-17 [colin] 1.9.6cvs38
1261 Fix duplicate hotkeys in Folderview's contextual
1264 2005-04-15 [colin] 1.9.6cvs37
1267 Fix 'Save as...' with non-ascii filenames
1269 2005-04-15 [colin] 1.9.6cvs36
1271 * src/plugins/pgpmime/pgpmime.c
1272 Fix bus error on 64bit. Spotted by
1273 macallan1888@gmail.com
1275 2005-04-15 [colin] 1.9.6cvs35
1277 * src/prefs_account.c
1280 2005-04-12 [colin] 1.9.6cvs34
1282 * src/prefs_account.c
1283 Fix smtp auth type off-by-one. We forgot to
1284 add PLAIN in the prefs-to-gui setter func and
1285 as a result, the selected auth when opening
1286 account prefs was not the correct one.
1288 2005-04-12 [paul] 1.9.6cvs33
1291 if the recv dialog is visible, Cancel only
1292 cancels the current account
1295 2005-04-10 [colin] 1.9.6cvs32
1298 Copy score when copying FilteringActions
1301 2005-04-10 [colin] 1.9.6cvs31
1304 Make Message -> Receive -> Cancel cancel
1305 incorporation on all accounts. Fixes
1308 2005-04-10 [colin] 1.9.6cvs30
1310 * src/prefs_account.c
1311 Update Privacy checkbuttons status based
1312 on the selected privacy system
1314 Always connect the "None" privacy system; the
1315 static boolean was probably there to avoid
1316 reconnecting twice in the same compose window,
1317 but as the parent function is only called once
1318 per compose, it's only a bug - as a static is
1319 initialized once per application instance.
1320 Also, don't uncheck Sign and Encrypt when
1321 selecting None as privacy system; just ignore
1322 them when sending/queuing.
1325 2005-04-08 [colin] 1.9.6cvs29
1328 * src/prefs_account.c
1329 * src/prefs_account.h
1330 Add account preference to queue message in a certain
1333 2005-04-06 [colin] 1.9.6cvs28
1335 * src/prefs_account.c
1336 Update old inbox path syntax
1338 2005-04-06 [paul] 1.9.6cvs27
1343 changed -traditional-cpp to -no-cpp-precomp for newer
1346 made column resize automatically
1347 * src/send_message.c
1348 send_message_smtp(): consider EOF right after QUIT
1349 successful (workaround for Gmail SMTP server)
1350 * src/common/socket.c
1351 ssl_read(), ssl_peek(): check EOF which violates the
1353 * src/gtk/colorlabel.c
1354 removed warnings when displaying colorlabel menu
1355 (don't use GtkAlignment)
1357 2005-04-05 [paul] 1.9.6cvs26
1359 * src/plugins/trayicon/trayicon.c
1360 fix clipping of icon under KDE3
1362 2005-04-05 [paul] 1.9.6cvs25
1365 hide display of threading
1368 2005-04-04 [thorsten] 1.9.6cvs24
1371 marks lost on filesystems with different stat() results on
1374 2005-04-03 [colin] 1.9.6cvs23
1377 Don't handle up/down. Patch by Alfons
1379 2005-04-02 [colin] 1.9.6cvs22
1382 Make scrolling faster. Patch by Alfons.
1384 2005-04-01 [colin] 1.9.6cvs21
1387 * src/stock_pixmap.c
1388 * src/pixmaps/dir-noselect.xpm ** REMOVED **
1389 * src/pixmaps/dir_noselect.xpm ** ADDED **
1390 Fix pixmap name mismatch (Thanks Stephan Sachse)
1392 2005-04-01 [colin] 1.9.6cvs20
1394 * src/image_viewer.c
1395 * src/image_viewer.h
1400 Implement inline image resizing and right-clicking
1402 2005-04-01 [paul] 1.9.6cvs19
1408 patch by Luca Cavalli <loopback<AT>slackit.org>
1410 updated by Pavlo Bohmat
1412 2005-03-31 [colin] 1.9.6cvs18
1415 Fix parsing references
1417 don't put nulls in the references list
1419 commit that forgotten file in 1.9.6cvs14
1421 2005-03-31 [colin] 1.9.6cvs17
1424 Fix joining of signature separator again.
1425 Maybe Hiro could put it in main too...
1427 2005-03-31 [colin] 1.9.6cvs16
1431 * src/stock_pixmap.c
1432 * src/stock_pixmap.h
1433 * src/pixmaps/dir-noselect.xpm
1434 Update foldersel.c (sync from main, patch by Alfons)
1436 2005-03-30 [colin] 1.9.6cvs15
1439 Fix handling of imap folders containing [] in
1440 their name. Thanks to Nahuel Angelinetti for
1441 the detailed bugreport.
1443 2005-03-30 [colin] 1.9.6cvs14
1445 * src/common/utils.h
1446 * src/common/utils.c
1453 * src/quote_fmt_parse.y
1455 Update references system. Patch by Alfons
1457 2005-03-30 [colin] 1.9.6cvs13
1459 * src/common/socket.c
1460 Force the glibc to read resolv.conf again when
1461 it has changed. Should fix issues when changing
1462 networks on a laptop and not restarting sylpheed.
1464 2005-03-30 [paul] 1.9.6cvs12
1466 partial sync with main:
1469 create_io_dialog(): use user-defined text font
1470 (thanks to Alfons), and modified its appearance.
1476 don't join (presumably) itemized lines on line-wrapping
1477 fixed wrapping of quote when auto-wrapping is enabled
1478 compose_destroy(): destroy paned only if it's not
1479 attached to window. Fixed memory leak of popup menu.
1489 removed redundant code
1491 changed 'Code set' (which is rather incorrect)
1492 in the menu to 'Character encoding'
1493 main_window_set_widgets(): request size first
1494 to prevent window size becoming wrong
1495 fixed remembering of the state of the visibility
1498 changed 'Code set' (which is rather incorrect)
1499 in the menu to 'Character encoding'
1500 * src/prefs_common.c
1501 * src/prefs_common.h
1502 added an option whether to render HTML as text or not
1503 added separators to outgoing encoding menu
1505 procheader_scan_date_string(): support header
1506 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1511 textview_show_html(): force output of newline
1512 added an option whether to render HTML as text or not
1513 * src/common/utils.c
1514 strncpy2(): optimized based on Alfons' code
1515 * src/gtk/gtkutils.c
1516 * src/gtk/gtkutils.h
1517 removed non-used code
1518 * src/plugins/pgpmime/passphrase.c
1519 partially fixed grab input of passphrase dialog
1520 Confine pointer to window
1522 2005-03-30 [colin] 1.9.6cvs11
1526 Read/write 32bit ints from cache & marks
1529 2005-03-29 [paul] 1.9.6cvs10
1534 * src/gtk/gtkaspell.c
1535 sync with HEAD (don't pass NULL pointers)
1541 * tools/acroread2sylpheed.pl
1542 sync with HEAD (add script to send pdfs as
1543 attachments from Adobe Reader 7)
1545 2005-03-21 [paul] 1.9.6cvs9
1551 * src/image_viewer.c ** ADDED **
1552 * src/image_viewer.h ** ADDED **
1554 * src/prefs_common.c
1555 * src/prefs_common.h
1556 * src/prefs_image_viewer.c ** ADDED **
1557 * src/prefs_image_viewer.h ** ADDED **
1560 * src/pixmaps/sylpheed_logo.xpm
1561 * src/plugins/Makefile.am
1562 * src/plugins/image_viewer/.cvsignore ** REMOVED **
1563 * src/plugins/image_viewer/Makefile.am ** REMOVED **
1564 * src/plugins/image_viewer/plugin.c ** REMOVED **
1565 * src/plugins/image_viewer/viewer.c ** REMOVED **
1566 * src/plugins/image_viewer/viewer.glade ** REMOVED **
1567 * src/plugins/image_viewer/viewer.h ** REMOVED **
1568 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
1569 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
1570 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
1571 as gdk-pixbuf is now built-in
1572 remove image_viewer plugin and put code back into
1574 implement inline image display (sync with main)
1576 replace logo with newer, nicer, larger version
1578 2005-03-21 [paul] 1.9.6cvs8
1581 cosmetic improvement
1583 2005-03-21 [holger] 1.9.6cvs7
1585 * src/plugins/spamassassin/spamassassin.c
1587 (unregister hook on failed plugin init)
1589 2005-03-20 [colin] 1.9.6cvs6
1591 * src/common/plugin.c
1592 Check that plugin isn't already loaded
1595 2005-03-20 [thorsten] 1.9.6cvs5
1598 use a more compatible syntax
1600 2005-03-20 [thorsten] 1.9.6cvs4
1602 * src/prefs_toolbar.c
1603 fix crash when selecting toolbar item (uninitialized pointer)
1605 2005-03-20 [thorsten] 1.9.6cvs3
1608 fix mimetype detection (referenced free()d string)
1610 2005-03-20 [paul] 1.9.6cvs2
1613 sync with HEAD (1.0.3cvs5)
1614 neglect Reply-To header if empty
1617 2005-03-19 [holger] 1.9.6cvs1
1623 2005-03-18 [paul] 1.9.6
1625 initial GTK2 release
1627 2005-03-18 [paul] 1.0.3cvs3.1
1633 * src/pixmaps/sylpheed_logo.xpm
1636 2005-03-18 [colin] 1.0.3cvs2.6
1639 Remove call to summary_step in summary_copy_selected_to
1640 Can't see its purpose, and this causes bug when copying
1641 a message if the next one is unread: it reads it.
1643 2005-03-18 [paul] 1.0.3cvs2.5
1646 fix bug 694 'Enter doesn't trigger OK in "Move" window'
1648 2005-03-18 [paul] 1.0.3cvs2.4
1659 fix buffer overflow, CAN-2005-0667, see
1660 http://secunia.com/advisories/14491/
1663 2005-03-17 [colin] 1.0.3cvs2.3
1667 Fix font bugs (both lists now officialy share
1671 2005-03-17 [paul] 1.0.3cvs2.2
1673 * src/gtk/pluginwindow.c
1674 make plugin descriptions uneditable
1676 2005-03-11 [paul] 1.0.3cvs2.1
1681 * src/plugins/trayicon/trayicon.c
1683 add src/wizard.c to POTFILES.in
1685 2005-03-11 [paul] 1.0.3cvs1.1
1701 2005-03-04 [colin] 1.0.1cvs22.2
1704 Fix signatures with accentued chars in it
1706 2005-03-04 [colin] 1.0.1cvs22.1
1710 Don't use SIZE param in MAIL FROM: if server
1711 doesn't support it. Patch by Eugen Freiter
1712 <eugen_f@users.sf.net>
1714 2005-02-27 [paul] 1.0.1cvs20.1
1721 2005-02-27 [colin] 1.0.1cvs19.4
1725 Fix prototypes. Patch by Alfons
1727 2005-02-27 [colin] 1.0.1cvs19.3
1730 Don't auto-join the signature separator.
1732 2005-02-26 [colin] 1.0.1cvs19.2
1735 Fix 'mark all read' with collapsed threads.
1738 2005-02-25 [paul] 1.0.1cvs19.1
1742 * src/prefs_account.c
1743 * src/prefs_folder_item.c
1744 * src/gtk/prefswindow.c
1745 * src/gtk/prefswindow.h
1748 2005-02-25 [paul] 1.0.1cvs15.12
1754 * src/gtk/gtkutils.c
1755 * src/gtk/gtkutils.h
1756 * src/gtk/logwindow.c
1757 * src/gtk/progressdialog.c
1758 sync with main (revision 127)
1759 and fix logwindow clipping
1761 2005-02-24 [colin] 1.0.1cvs15.11
1763 * src/plugins/pgpmime/passphrase.c
1764 Disable input grabbing; it doesn't work yet.
1766 2005-02-24 [colin] 1.0.1cvs15.10
1769 Don't send out receipts if offline. Ask.
1771 2005-02-23 [colin] 1.0.1cvs15.9
1776 2005-02-23 [colin] 1.0.1cvs15.8
1779 Really fix Bug 568 by removing useless
1780 calls. summary_thread_init() now called
1781 in summary_sort(). This should please
1782 Alfons as it should be faster than
1785 2005-02-23 [colin] 1.0.1cvs15.7
1788 Encode parts as QP or B64 if signing
1790 2005-02-23 [colin] 1.0.1cvs15.6
1793 Fix Mimeinfo leakage (including tmp files)
1795 Fix tmp file leakage (spotted by Ivan Rayner)
1797 2005-02-22 [colin] 1.0.1cvs15.5
1800 Fix keyboard input. Patch by Alfons.
1802 2005-02-21 [colin] 1.0.1cvs15.4
1805 Fix Sign/Encrypt when unselecting privacy
1807 * src/prefs_common.c
1808 Change default message font to Monospace
1810 More freezing during potentially large operations
1812 2005-02-21 [paul] 1.0.1cvs15.3
1817 2005-02-21 [paul] 1.0.1cvs15.2
1823 * src/common/utils.c
1824 * src/common/utils.h
1825 sync with main (revision 117)
1827 2005-02-20 [colin] 1.0.1cvs15.1
1830 Change cache file to .sylpheed_claws_cache, as
1831 suggested by Alfons. Allows people to switch
1832 between Sylpheed and Sylpheed-Claws. it is
1833 a good idea to "Check for new messages" at next
1837 2005-02-18 [colin] 1.0.1cvs14.1
1839 * src/quote_fmt_lex.l
1840 * src/quote_fmt_parse.y
1841 Fix parser initialisation. Patch by Ivan.
1843 2005-02-18 [colin] 1.0.1cvs11.6
1846 Fix scrolldown (bug 662)
1848 2005-02-17 [colin] 1.0.1cvs11.5
1851 conv_filename_to_utf8: return clean 7bit instead
1852 of broken utf8 if needed
1854 Fix display of parts with unclean 8bit names
1856 2005-02-17 [paul] 1.0.1cvs11.4
1860 * src/matcher_parser_parse.y
1862 * src/sourcewindow.c
1863 * src/common/Makefile.am
1864 * src/common/intl.h ** REMOVED **
1865 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1866 sync with main (revision 109)
1869 2005-02-16 [colin] 1.0.1cvs11.3
1872 Fix collapsed thread not highlighting when new
1873 messages in it (Bug 568) Patch by Stephan Sachse.
1874 Fix messed up selection when reaching bounds (Bug 632)
1875 * src/prefs_themes.c
1876 Fix theme installing (Bug 684)
1878 2005-02-16 [colin] 1.0.1cvs11.2
1881 Fix messageview_select_all
1883 2005-02-16 [colin] 1.0.1cvs11.1
1886 Sync with HEAD (MH scan required function)
1888 2005-02-15 [colin] 1.0.1cvs8.1
1891 * src/common/utils.c
1892 Sync with HEAD (filename chars substitution)
1894 2005-02-15 [colin] 1.0.1cvs7.3
1896 * src/gtk/pluginwindow.c
1899 2005-02-15 [colin] 1.0.1cvs7.2
1902 Fix mime icons not reset across message when
1905 2005-02-15 [colin] 1.0.1cvs7.1
1909 Sync with HEAD (optimisation of cvs6)
1911 2005-02-14 [colin] 1.0.1cvs6.1
1915 Sync with HEAD (encode "From " at line beginning)
1917 2005-02-14 [colin] 1.0.1cvs5.3
1920 Fix wrapping with accentued chars.
1922 2005-02-13 [colin] 1.0.1cvs5.2
1925 Fix email informative part parsing with
1926 accentued chars in it. ispunct() returns
1927 true for them in utf8...
1929 2005-02-12 [colin] 1.0.1cvs5.1
1932 Sync with HEAD (remove wrong use of compose after send)
1934 2005-02-12 [paul] 1.0.1cvs4.5
1937 remove unnecessary code (thanks to Alfons)
1939 2005-02-12 [paul] 1.0.1cvs4.4
1942 add 'Copy' to contextual menu on emails
1944 2005-02-11 [colin] 1.0.1cvs4.3
1947 revert 1.0.0cvs28.2, it doesn't work that well.
1949 2005-02-11 [paul] 1.0.1cvs4.2
1954 2005-02-10 [paul] 1.0.1cvs4.1
1961 sync with HEAD (sync with main)
1963 2005-02-10 [paul] 1.0.1cvs3.2
1969 * config/mkinstalldirs
1973 * intl/bindtextdom.c
1974 * intl/config.charset
1980 * intl/eval-plural.h
1981 * intl/explodename.c
1986 * intl/hash-string.h
1987 * intl/intl-compat.c
1989 * intl/libgnuintl.h.in
1992 * intl/localcharset.c
1993 * intl/localcharset.h
1995 * intl/localealias.c
2008 * intl/relocatable.c
2009 * intl/relocatable.h
2033 * src/editldap_basedn.c
2041 * src/folder_item_prefs.c
2044 * src/grouplistdialog.c
2058 * src/message_search.c
2067 * src/partial_download.c
2069 * src/prefs_account.c
2070 * src/prefs_actions.c
2071 * src/prefs_common.c
2072 * src/prefs_customheader.c
2073 * src/prefs_display_header.c
2074 * src/prefs_ext_prog.c
2075 * src/prefs_filtering.c
2076 * src/prefs_filtering_action.c
2077 * src/prefs_folder_item.c
2080 * src/prefs_matcher.c
2081 * src/prefs_msg_colors.c
2082 * src/prefs_spelling.c
2083 * src/prefs_summary_column.c
2084 * src/prefs_template.c
2085 * src/prefs_themes.c
2086 * src/prefs_toolbar.c
2087 * src/prefs_wrapping.c
2094 * src/send_message.c
2096 * src/sourcewindow.c
2099 * src/summary_search.c
2105 * src/common/plugin.c
2108 * src/common/ssl_certificate.c
2109 * src/common/string_match.c
2110 * src/common/sylpheed.c
2111 * src/common/template.c
2112 * src/common/utils.c
2114 * src/gtk/colorlabel.c
2115 * src/gtk/description_window.c
2117 * src/gtk/foldersort.c
2118 * src/gtk/gtkaspell.c
2119 * src/gtk/gtkutils.c
2120 * src/gtk/inputdialog.c
2121 * src/gtk/logwindow.c
2123 * src/gtk/pluginwindow.c
2124 * src/gtk/prefswindow.c
2125 * src/gtk/progressdialog.c
2126 * src/gtk/quicksearch.c
2127 * src/gtk/sslcertwindow.c
2128 * src/plugins/clamav/clamav_plugin.c
2129 * src/plugins/clamav/clamav_plugin_gtk.c
2130 * src/plugins/demo/demo.c
2131 * src/plugins/dillo_viewer/dillo_prefs.c
2132 * src/plugins/dillo_viewer/dillo_viewer.c
2133 * src/plugins/image_viewer/plugin.c
2134 * src/plugins/image_viewer/viewer.c
2135 * src/plugins/image_viewer/viewerprefs.c
2136 * src/plugins/mathml_viewer/mathml_viewer.c
2137 * src/plugins/pgpmime/passphrase.c
2138 * src/plugins/pgpmime/plugin.c
2139 * src/plugins/pgpmime/prefs_gpg.c
2140 * src/plugins/pgpmime/select-keys.c
2141 * src/plugins/pgpmime/sgpgme.c
2142 * src/plugins/spamassassin/spamassassin.c
2143 * src/plugins/spamassassin/spamassassin_gtk.c
2144 * src/plugins/trayicon/trayicon.c
2145 sync with main (revision 104)
2147 2005-02-10 [colin] 1.0.1cvs3.1
2150 Sync with HEAD (fix occasional crasher)
2152 2005-02-10 [colin] 1.0.1cvs2.1
2155 Synw with HEAD (don't automatically display html)
2157 2005-02-09 [colin] 1.0.1cvs1.3
2161 Add contextual menu on emails
2163 2005-02-09 [colin] 1.0.1cvs1.2
2166 Fix converting from broken headers and
2167 put back the _ in missing places
2168 (feature broke with cvs24.2 sync, main
2171 2005-02-09 [colin] 1.0.1cvs1.1
2176 Sync with HEAD (display non text/plain mails with plugin)
2178 2005-02-08 [colin] 1.0.1.1
2184 Make default configuration directory
2187 2005-02-08 [colin] 1.0.0cvs29.1
2195 Sync translations with HEAD
2197 2005-02-06 [colin] 1.0.0cvs28.3
2200 Make compose a bit faster - patch by Alfons.
2202 2005-02-06 [colin] 1.0.0cvs28.2
2205 Make pasting via middle-click more reliable
2207 2005-02-05 [paul] 1.0.0cvs28.1
2215 (fix bug 682 'redirect is broken'
2217 2005-02-05 [torte] 1.0.0cvs27.1
2221 * src/partial_download.c
2222 Sync with HEAD (fix buf overflow)
2224 2005-02-03 [colin] 1.0.0cvs26.1
2226 * src/common/plugin.c
2227 Sync with HEAD (avoid plugin mismatches)
2229 2005-02-03 [paul] 1.0.0cvs25.3
2235 * src/gtk/colorlabel.c
2236 third and final part of initial sync with main-gtk2
2238 2005-02-03 [paul] 1.0.0cvs25.2
2241 fix building with jpilot support
2243 2005-02-02 [colin] 1.0.0cvs25.1
2246 Sync with HEAD (fix dangerous typo)
2248 2005-02-01 [colin] 1.0.0cvs24.3
2251 Write file as advertised (UTF-8)
2253 2005-02-01 [paul] 1.0.0cvs24.2
2262 * src/folder_item_prefs.c
2268 * src/matcher_parser_lex.l
2271 * src/prefs_account.c
2272 * src/prefs_actions.c
2273 * src/prefs_common.c
2276 * src/prefs_themes.c
2279 * src/sourcewindow.c
2285 * src/common/template.c
2286 * src/common/utils.c
2289 * src/gtk/gtkaspell.c
2290 * src/plugins/clamav/clamav_plugin.c
2291 * src/plugins/dillo_viewer/dillo_prefs.c
2292 * src/plugins/image_viewer/viewerprefs.c
2293 * src/plugins/pgpmime/passphrase.c
2294 * src/plugins/pgpmime/prefs_gpg.c
2295 * src/plugins/pgpmime/select-keys.c
2296 * src/plugins/spamassassin/spamassassin.c
2297 second part of initial sync with main-gtk2
2300 2005-01-31 [colin] 1.0.0cvs24.1
2305 2005-01-29 [paul] 1.0.0cvs23.2
2318 * src/editldap_basedn.c
2322 * src/grouplistdialog.c
2328 * src/message_search.c
2331 * src/prefs_actions.c
2332 * src/prefs_common.c
2333 * src/prefs_common.h
2334 * src/prefs_customheader.c
2335 * src/prefs_display_header.c
2336 * src/prefs_filtering.c
2337 * src/prefs_filtering_action.c
2339 * src/prefs_matcher.c
2340 * src/prefs_summary_column.c
2341 * src/prefs_template.c
2342 * src/sourcewindow.c
2343 * src/summary_search.c
2347 * src/gtk/description_window.c
2348 * src/gtk/gtkshruler.c
2349 * src/gtk/gtkutils.c
2350 * src/gtk/gtkutils.h
2351 * src/gtk/inputdialog.c
2352 * src/gtk/logwindow.c
2353 * src/gtk/prefswindow.c
2354 * src/gtk/progressdialog.c
2355 * src/gtk/progressdialog.h
2356 first part of initial sync with main-gtk2
2359 2005-01-28 [colin] 1.0.0cvs23.1
2364 2005-01-27 [colin] 1.0.0cvs21.1
2370 2005-01-27 [colin] 1.0.0cvs19.1
2375 2005-01-27 [colin] 1.0.0cvs18.1
2387 2005-01-26 [paul] 1.0.0cvs15.2
2390 compose_entries_set(): convert subject and body to
2391 utf8 if necessary. patch by Felix Eckhofer
2393 2005-01-26 [paul] 1.0.0cvs15.1
2396 * src/common/template.c
2397 sync with HEAD (fix memory leak)
2399 2005-01-25 [paul] 1.0.0cvs14.1
2405 2005-01-24 [colin] 1.0.0cvs13.1
2410 2005-01-24 [paul] 1.0.0cvs12.1
2415 * src/common/utils.c
2418 2005-01-24 [colin] 1.0.0cvs11.1
2423 2005-01-24 [colin] 1.0.0cvs10.1
2428 2005-01-23 [colin] 1.0.0cvs9.1
2433 2005-01-22 [colin] 1.0.0cvs8.1
2436 * src/gtk/quicksearch.c
2439 2005-01-21 [colin] 1.0.0cvs7.1
2444 2005-01-21 [colin] 1.0.0cvs6.1
2449 2005-01-21 [colin] 1.0.0cvs5.1
2451 * src/gtk/quicksearch.c
2452 * src/prefs_common.c
2453 * src/prefs_common.h
2454 Sync with HEAD (recurse option)
2456 2005-01-21 [colin] 1.0.0cvs4.1
2462 * src/gtk/quicksearch.c
2463 * src/gtk/quicksearch.h
2464 Sync with HEAD (recursive quicksearch)
2466 2005-01-20 [colin] 1.0.0cvs3.4
2471 2005-01-20 [colin] 1.0.0cvs3.3
2474 Fix leak, thanks to Alfons.
2476 2005-01-20 [colin] 1.0.0cvs3.2
2479 Port SSL certificate window to GTK2.
2481 2005-01-20 [paul] 1.0.0cvs3.1
2489 2005-01-19 [colin] 1.0.0cvs2.2
2491 * src/plugins/trayicon/trayicon.c
2492 Fix freeze with gtk-2.6, the easy way
2493 (signal blocking helpless there...)
2496 2005-01-19 [colin] 1.0.0cvs2.1
2505 2005-01-19 [paul] 1.0.0cvs1.1
2519 sync with HEAD (update translations)
2521 2005-01-18 [colin] 1.0.0cvs0.1
2524 Specify search column - patch by Alfons
2526 2005-01-18 [colin] 0.9.13cvs36.3
2528 * src/prefs_toolbar.c
2529 Change Delete to Remove
2531 GTK2 version and leak fixes
2532 * src/prefs_actions.c
2534 All patches by Alfons
2536 2005-01-17 [colin] 0.9.13cvs36.2
2539 Fix DnD inserting twice. While at it,
2540 add DnD support for text/plain in the
2541 body, and add support in the headers.
2543 2005-01-16 [colin] 0.9.13cvs36.1
2548 Sync with HEAD (nothing applicable)
2550 2005-01-16 [colin] 0.9.13cvs33.2
2552 * src/prefs_toolbar.c
2553 GTK2ize prefs_toolbar, by Alfons.
2555 2005-01-14 [colin] 0.9.13cvs33.1
2561 2005-01-14 [colin] 0.9.13cvs32.1
2567 * tools/calypso_convert.pl
2570 2005-01-08 [colin] 0.9.13cvs29.2
2572 * src/prefs_filtering_action.c
2573 * src/prefs_filtering.c
2574 2 more gtk2 patches by Alfons
2576 2005-01-07 [paul] 0.9.13cvs29.1
2586 2005-01-07 [colin] 0.9.13cvs28.3
2588 * src/gtk/progressdialog.c
2589 * src/gtk/progressdialog.h
2591 * src/send_message.c
2592 GTK2 for the incorporation dialog. The CList isn't dead
2593 yet, for a more smooth migration. Patch by Alfons.
2595 2005-01-06 [colin] 0.9.13cvs28.2
2597 * src/prefs_display_header.c
2598 GTK2 conversion by Alfons
2599 * src/prefs_actions.c
2600 * src/prefs_matcher.c
2601 Fix 2 leaks - patch by Alfons
2603 2005-01-06 [colin] 0.9.13cvs28.1
2605 * src/prefs_matcher.c
2608 2005-01-06 [colin] 0.9.13cvs27.4
2610 * src/prefs_matcher.c
2611 Fix double-free. Patch by Alfons
2613 2005-01-06 [colin] 0.9.13cvs27.3
2615 * src/prefs_matcher.c
2616 GTK2 widgets + memleak
2619 2005-01-05 [colin] 0.9.13cvs27.2
2624 * src/stock_pixmap.c
2625 * src/stock_pixmap.h
2626 3 more GTK2 patches by Alfons.
2628 2005-01-04 [colin] 0.9.13cvs27.1
2635 2005-01-04 [colin] 0.9.13cvs25.9
2638 Fix Show Ruler menuitem
2639 * src/prefs_template.c
2641 * src/common/utils.c
2642 Make auto pointer stuff handles NULLs
2645 2005-01-04 [colin] 0.9.13cvs25.8
2648 Move the attachment list to gtk2
2651 2005-01-04 [colin] 0.9.13cvs25.7
2654 Make some keys work again
2655 Patch by SungHyun Nam <namsh@kldp.org>
2657 2005-01-04 [colin] 0.9.13cvs25.6
2659 * src/gtk/gtkshruler.c
2660 Move the ruler to GTK2
2663 2005-01-03 [colin] 0.9.13cvs25.5
2666 Fix my broken patch apply
2668 2005-01-03 [colin] 0.9.13cvs25.4
2670 * src/common/utils.c
2671 * src/common/utils.h
2672 * src/gtk/prefswindow.c
2673 Move auto pointer stuff to utils.c
2674 Patch by Alfons again :)
2676 2005-01-03 [colin] 0.9.13cvs25.3
2680 * src/prefs_template.c
2682 Empty text widgets with empty strings, not NULL char
2683 Patch by SungHyun Nam <namsh@kldp_org>
2685 2005-01-03 [colin] 0.9.13cvs25.2
2691 2005-01-03 [colin] 0.9.13cvs25.1
2697 2005-01-03 [colin] 0.9.13cvs24.3
2700 Two patches from Alfons and Alex S Moore:
2701 fix images, fix return value.
2703 2005-01-01 [colin] 0.9.13cvs24.2
2705 * src/prefs_actions.c
2706 Fix over-zealous assertion. Patch by Alfons
2708 2005-01-01 [colin] 0.9.13cvs24.1
2711 Sync with HEAD (leak fix)
2713 2004-12-31 [colin] 0.9.13cvs23.2
2715 * src/prefs_common.c
2716 GTK2 widgets + stock buttons - patch by Alfons
2718 2004-12-31 [paul] 0.9.13cvs23.1
2721 bump up EXTRA_VERSION to match (sync'ed) HEAD
2722 * src/gtk/pluginwindow.c
2723 use GTK2 widgets and plug memory leaks,
2726 2004-12-30 [colin] 0.9.13cvs22.4
2733 * src/message_search.c
2734 * src/prefs_actions.c
2735 * src/prefs_common.c
2736 * src/prefs_customheader.c
2737 * src/prefs_filtering.c
2738 * src/prefs_summary_column.c
2739 * src/summary_search.c
2741 * src/gtk/description_window.c
2742 * src/gtk/gtkutils.c
2743 * src/gtk/gtkutils.h
2744 * src/gtk/inputdialog.c
2745 * src/gtk/prefswindow.c
2746 Use GTK2 stock buttons. Patches by Alfons.
2748 2004-12-30 [colin] 0.9.13cvs22.3
2752 * src/prefs_actions.c
2753 * src/prefs_customheader.c
2754 * src/prefs_filtering.c
2755 * src/prefs_msg_colors.c
2756 * src/prefs_summary_column.c
2757 * src/gtk/prefswindow.c
2758 Use GtkTreeView instead of deprecated
2759 widgets. Patches by Alfons.
2761 2004-12-30 [paul] 0.9.13cvs22.2
2765 patch by Alfons, with root folder sorting fix
2768 2004-12-30 [paul] 0.9.13cvs22.1
2778 2004-12-22 [martin] 0.9.13cvs21.2
2781 free the command line after its use
2783 2004-12-18 [paul] 0.9.13cvs21.1
2796 2004-12-17 [martin] 0.9.13cvs17.2
2799 convert actions input to locale
2801 convert notification command to locale
2802 * src/plugins/pgpmime/select-keys.c
2803 convert attributes to utf8
2805 2004-12-14 [colin] 0.9.13cvs17.1
2811 * src/common/utils.c
2812 * src/gtk/prefswindow.c
2813 * src/gtk/gtkutils.c
2814 * src/gtk/gtkutils.h
2815 * src/plugins/spamassassin/libspamc.c
2818 2004-12-13 [colin] 0.9.13cvs14.1
2820 * src/quote_fmt_parse.y
2823 2004-12-10 [colin] 0.9.13cvs12.1
2825 * src/prefs_themes.c
2830 2004-12-09 [colin] 0.9.13cvs10.1
2833 Sync with HEAD (fix B64 encoding from memory)
2835 2004-12-08 [colin] 0.9.13cvs9.1
2837 * src/gtk/colorlabel.c
2840 2004-12-08 [paul] 0.9.13cvs8.2
2842 * src/gtk/pluginwindow.c
2843 fix window resizing oddities
2845 2004-12-08 [colin] 0.9.13cvs8.1
2847 * src/quote_fmt_parse.y
2850 2004-12-08 [colin] 0.9.13cvs7.1
2852 * src/matcher_parser_parse.y
2854 * src/prefs_matcher.c
2861 2004-12-08 [colin] 0.9.13cvs6.1
2863 * src/quote_fmt_parse.y
2866 * src/gtk/prefswindow.c
2867 * src/gtk/pluginwindow.c
2868 Fix G_CALLBACKS protos (thanks to Alfons)
2870 2004-12-07 [torte] 0.9.13cvs2.2
2873 [Bug 650] reply button causes crash
2874 Thanks to David Relson and Christoph
2876 2004-12-07 [colin] 0.9.13cvs2.1
2882 * src/prefs_account.c
2887 2004-12-06 [colin] 0.9.12cvs187.1
2918 * tools/filter_conv.pl
2919 * tools/kdeservicemenu/README
2920 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2921 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2924 2004-12-04 [colin] 0.9.12cvs183.1
2927 Sync with HEAD (compose window position saving)
2929 2004-12-04 [paul] 0.9.12cvs182.3
2933 * src/prefs_customheader.c
2934 * src/gtk/quicksearch.c
2935 replace some forgotten GTK_SIGNAL_FUNCs
2937 2004-12-04 [paul] 0.9.12cvs182.2
2940 remove 'pixmaps/dir_noselect.xpm'. from local patch,
2943 2004-12-04 [paul] 0.9.12cvs182.1
2953 * doc/manual/ja/Makefile.am
2954 * doc/manual/ja/sylpheed-1.html
2955 * doc/manual/ja/sylpheed-10.html
2956 * doc/manual/ja/sylpheed-11.html
2957 * doc/manual/ja/sylpheed-12.html
2958 * doc/manual/ja/sylpheed-13.html
2959 * doc/manual/ja/sylpheed-14.html
2960 * doc/manual/ja/sylpheed-15.html
2961 * doc/manual/ja/sylpheed-16.html
2962 * doc/manual/ja/sylpheed-17.html
2963 * doc/manual/ja/sylpheed-18.html
2964 * doc/manual/ja/sylpheed-19.html
2965 * doc/manual/ja/sylpheed-2.html
2966 * doc/manual/ja/sylpheed-20.html
2967 * doc/manual/ja/sylpheed-3.html
2968 * doc/manual/ja/sylpheed-4.html
2969 * doc/manual/ja/sylpheed-5.html
2970 * doc/manual/ja/sylpheed-6.html
2971 * doc/manual/ja/sylpheed-7.html
2972 * doc/manual/ja/sylpheed-8.html
2973 * doc/manual/ja/sylpheed-9.html
2974 * doc/manual/ja/sylpheed.html
2975 * doc/manual/ja/sylpheed.sgml
2980 * src/pixmaps/regular.xpm **REMOVED**
2981 * src/plugins/pgpmime/pgpmime.c
2982 * src/plugins/pgpmime/plugin.c
2983 * src/plugins/pgpmime/prefs_gpg.c
2986 2004-12-03 [paul] 0.9.12cvs180.1
2994 * src/common/utils.c
2995 * src/common/utils.h
2996 * src/pixmaps/continue.xpm
2997 * src/pixmaps/dir_close.xpm
2998 * src/pixmaps/dir_open.xpm
2999 * src/pixmaps/drafts_close.xpm
3000 * src/pixmaps/drafts_open.xpm
3001 * src/pixmaps/folder.xpm **REMOVED**
3002 * src/pixmaps/group.xpm
3003 * src/pixmaps/unread.xpm
3006 2004-12-02 [colin] 0.9.12cvs179.1
3009 Sync with HEAD (non-duplicated reedition)
3011 2004-12-02 [colin] 0.9.12cvs178.1
3014 Sync with HEAD (linewrap_quote fix)
3016 2004-12-01 [colin] 0.9.12cvs177.3
3019 Replace sizeof with strlen
3021 2004-12-01 [paul] 0.9.12cvs177.2
3024 fix 'harvest addresses'
3026 2004-11-30 [colin] 0.9.12cvs177.1
3028 * src/gtk/prefswindow.c
3029 * src/gtk/pluginwindow.c
3032 2004-11-29 [colin] 0.9.12cvs176.1
3035 sync with HEAD (Fix disappearing separators in folderview's popup)
3037 2004-11-29 [colin] 0.9.12cvs175.1
3040 Sync with head (another format fix)
3042 2004-11-29 [colin] 0.9.12cvs174.1
3045 Sync with HEAD (format string fix)
3047 2004-11-26 [colin] 0.9.12cvs173.1
3053 2004-11-24 [colin] 0.9.12cvs172.1
3055 * src/plugins/pgpmime/pgpmime.c
3058 2004-11-24 [colin] 0.9.12cvs171.1
3060 * src/plugins/pgpmime/pgpmime.c
3061 Sync with head (gpgmectx leaks)
3063 2004-11-24 [colin] 0.9.12cvs169.1
3065 * src/plugins/pgpmime/plugin.c
3066 * src/plugins/trayicon/Makefile.am
3067 * src/plugins/trayicon/newmarkedmail.xpm
3068 * src/plugins/trayicon/trayicon.c
3069 * src/plugins/trayicon/unreadmarkedmail.xpm
3072 2004-11-23 [colin] 0.9.12cvs168.1
3074 * src/partial_download.c
3075 * src/partial_download.h
3076 * src/plugins/pgpmime/plugin.c
3079 2004-11-23 [colin] 0.9.12cvs166.1
3086 * src/partial_download.c
3087 * src/partial_download.h
3088 * src/prefs_account.c
3089 * src/prefs_account.h
3093 * src/common/Makefile.am
3094 * src/common/base64.h
3095 * src/common/partial_download.c
3096 * src/common/partial_download.h
3097 * src/gtk/prefswindow.c
3098 * src/gtk/prefswindow.h
3099 * src/plugins/pgpmime/pgpmime.c
3100 * src/plugins/pgpmime/prefs_gpg.c
3101 * src/plugins/pgpmime/prefs_gpg.h
3102 * src/plugins/pgpmime/sgpgme.c
3103 * src/plugins/pgpmime/sgpgme.h
3106 2004-11-23 [colin] 0.9.12cvs163.1
3109 Sync with HEAD (cursor optimization)
3111 2004-11-23 [colin] 0.9.12cvs162.1
3113 * src/prefs_common.c
3114 * src/prefs_themes.c
3118 2004-11-23 [colin] 0.9.12cvs158.9
3121 Fix double-free when forwarding
3123 Fix leak on error path
3126 2004-11-23 [colin] 0.9.12cvs158.8
3129 Fix possible double-free
3132 2004-11-23 [colin] 0.9.12cvs158.7
3135 Fix some signal handlers' prototypes
3138 2004-11-22 [colin] 0.9.12cvs158.6
3141 Remove unneeded code and duplicated
3142 wrapping - patch by Alfons
3144 2004-11-22 [colin] 0.9.12cvs158.5
3146 * src/prefs_themes.c
3147 Fix oversized selector
3149 2004-11-22 [colin] 0.9.12cvs158.4
3155 2004-11-19 [colin] 0.9.12cvs158.3
3158 Add a context menu on links (open, copy)
3160 2004-11-18 [paul] 0.9.12cvs158.2
3166 * src/prefs_common.c
3167 * src/plugins/image_viewer/viewer.c
3168 * src/plugins/spamassassin/spamassassin_gtk.c
3169 replace deprecated gtk_notebook_set_page
3170 and gtk_notebook_current_page
3172 2004-11-18 [paul] 0.9.12cvs158.1
3178 * src/prefs_common.c
3179 * src/common/utils.c
3180 * src/common/utils.h
3183 2004-11-17 [colin] 0.9.12cvs156.1
3185 * src/prefs_account.c
3186 * src/prefs_account.h
3188 Sync with HEAD (add pref to store encrypted mails encrypted)
3190 2004-11-17 [paul] 0.9.12cvs155.1
3204 * src/pixmaps/error.xpm
3207 2004-11-17 [colin] 0.9.12cvs151.1
3209 * src/plugins/pgpmime/pgpmime.c
3210 Sync with HEAD (remove debug printf)
3212 2004-11-17 [colin] 0.9.12cvs150.1
3214 * src/plugins/pgpmime/pgpmime.c
3215 Sync with HEAD (off-by-one fix)
3217 2004-11-17 [colin] 0.9.12cvs149.1
3220 Sync with HEAD (coding style fixes)
3222 2004-11-16 [colin] 0.9.12cvs148.1
3225 Sync with head (Fix the fix)
3227 2004-11-16 [colin] 0.9.12cvs147.1
3230 Sync with Main (leak fix)
3232 2004-11-16 [colin] 0.9.12cvs146.14
3235 Remove useless chunk of code
3238 2004-11-15 [colin] 0.9.12cvs146.13
3241 Fix drafting after insertion
3244 2004-11-15 [colin] 0.9.12cvs146.12
3247 * src/prefs_filtering.c
3248 * src/prefs_filtering_action.c
3249 * src/prefs_toolbar.c
3250 Fix some const-correctness
3252 2004-11-15 [colin] 0.9.12cvs146.11
3255 * src/prefs_themes.c
3259 2004-11-15 [colin] 0.9.12cvs146.10
3262 More unreadable locale fixes
3264 2004-11-14 [colin] 0.9.12cvs146.9
3267 Fix uri_security_check
3270 2004-11-13 [paul] 0.9.12cvs146.8
3274 fix 2 bugs introduced in last commit
3276 2004-11-13 [paul] 0.9.12cvs146.7
3288 * src/prefs_themes.c
3292 replace deprecated g_basename
3294 2004-11-13 [paul] 0.9.12cvs146.6
3298 * src/matcher_parser.h
3299 * src/matcher_parser_parse.y
3300 * src/prefs_filtering.c
3301 * src/prefs_filtering_action.c
3302 * src/prefs_themes.c
3303 * src/prefs_toolbar.c
3304 * src/common/utils.c
3305 various small fixes/cleanups
3307 2004-11-12 [colin] 0.9.12cvs146.5
3310 Validate event's origin on visibility notify
3313 2004-11-12 [paul] 0.9.12cvs146.4
3320 * src/prefs_spelling.c
3321 * src/prefs_themes.c
3322 replace deprecated g_dirname
3324 2004-11-12 [colin] 0.9.12cvs146.3
3327 Some coding style fixes
3329 2004-11-12 [colin] 0.9.12cvs146.2
3332 We want to replace _all_ extended chars in
3333 conv_unreadable_*, because any string containing
3334 extended chars not parsing as UTF8 is
3335 undisplayed on gtk2.
3337 2004-11-12 [paul] 0.9.12cvs146.1
3354 * src/prefs_account.c
3355 * src/prefs_account.h
3356 * src/prefs_ext_prog.c
3361 * src/summary_search.c
3365 * src/common/utils.c
3366 * src/common/utils.h
3371 2004-11-11 [colin] 0.9.12cvs144.2
3374 Fix URI range selection (patch by Alfons)
3376 2004-11-09 [colin] 0.9.12cvs144.1
3381 * src/folder_item_prefs.c
3382 * src/prefs_account.c
3383 * src/prefs_account.h
3384 * src/plugins/pgpmime/pgpmime.c
3387 2004-11-08 [colin] 0.9.12cvs143.1
3390 Sync with HEAD (optimize quicksearch)
3392 2004-11-08 [colin] 0.9.12cvs142.2
3395 Don't wrap when Edit/Auto wrapping is disabled
3397 2004-11-08 [colin] 0.9.12cvs142.1
3402 2004-11-08 [colin] 0.9.12cvs141.1
3405 Sync with HEAD (fix some mail URIs)
3407 2004-11-08 [colin] 0.9.12cvs140.3
3410 o Use text cursor instead of arrow when
3412 o Fix handling of contiguous links (as in
3413 "colin@colino.net" <colin@colino.net>)
3414 This one unveils a bug in get_email_part()
3416 2004-11-07 [colin] 0.9.12cvs140.2
3419 Fix memleak. Patch by Alfons.
3421 2004-11-06 [colin] 0.9.12cvs140.1
3424 Sync with HEAD (don't ask passphrase
3427 2004-11-06 [paul] 0.9.12cvs139.2
3432 textview URI handling. hovering over a
3433 link displays it in the status bar,
3434 and changes the mouse pointer to a hand
3435 cursor. a link is activated with a single
3436 click. (Modified from the) patch by Jean-Yves
3437 Lefort <jylefort@users.sourceforge.net>
3440 2004-11-05 [colin] 0.9.12cvs139.1
3444 Sync with HEAD again ^^
3446 2004-11-05 [colin] 0.9.12cvs139.1
3452 2004-11-03 [paul] 0.9.12cvs138.1
3457 * src/prefs_ext_prog.c
3459 * tools/kdeservicemenu/README
3460 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3461 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3464 2004-11-01 [christoph] 0.9.12cvs136.2
3467 convert MIME parameters to UTF-8
3469 2004-10-29 [colin] 0.9.12cvs136.1
3471 * src/common/utils.c
3472 Sync with HEAD (don't use '=' in mime boundary)
3474 2004-10-29 [paul] 0.9.12cvs135.1
3477 * doc/src/rfc2231.txt
3479 * src/common/quoted-printable.c
3480 * src/common/utils.c
3481 * src/common/utils.h
3484 2004-10-27 [paul] 0.9.12cvs134.1
3489 * src/plugins/pgpmime/pgpmime.c
3492 2004-10-26 [paul] 0.9.12cvs132.3
3500 * src/customheader.c
3510 * src/grouplistdialog.c
3520 * src/prefs_display_header.c
3522 * src/prefs_msg_colors.c
3523 * src/prefs_toolbar.c
3530 * src/common/mgutils.c
3533 * src/common/template.c
3534 * src/common/utils.c
3535 * src/common/xmlprops.c
3536 * src/plugins/pgpmime/pgpmime.c
3537 * src/plugins/pgpmime/select-keys.c
3538 * src/plugins/pgpmime/sgpgme.c
3539 replace deprecated g_strcasecmp(), g_strncasecmp(),
3540 g_string_sprintfa(), gtk_notebook_current_page()
3542 2004-10-26 [colin] 0.9.12cvs132.2
3544 * src/prefs_folder_item.c
3545 Fix default-account selection
3547 2004-10-21 [colin] 0.9.12cvs133
3550 Sync with HEAD (Remove extra separator in compose's Options)
3552 Set wrapping to char
3554 2004-10-21 [paul] 0.9.12cvs131.2
3557 * src/sourcewindow.c
3559 fix window shrinking
3561 2004-10-21 [colin] 0.9.12cvs131.1
3567 2004-10-21 [paul] 0.9.12cvs130.2
3569 * src/prefs_folder_item.c
3570 sync with HEAD (Apply to subfolders)
3572 2004-10-19 [colin] 0.9.12cvs130.1
3576 * src/common/utils.c
3580 2004-10-19 [colin] 0.9.12cvs128.1
3587 * src/customheader.c
3596 * src/matcher_parser_parse.y
3599 * src/prefs_account.c
3601 * src/prefs_msg_colors.c
3608 * src/common/base64.c
3609 * src/common/partial_download.c
3610 * src/common/socket.c
3611 * src/common/sylpheed.c
3612 * src/common/utils.c
3613 * src/common/utils.h
3614 * src/gtk/pluginwindow.c
3615 * src/gtk/quicksearch.c
3616 * src/plugins/clamav/clamav_plugin.c
3617 * src/plugins/clamav/clamav_plugin.h
3618 * src/plugins/clamav/clamav_plugin_gtk.c
3619 * src/plugins/pgpmime/passphrase.c
3620 * src/plugins/pgpmime/pgpmime.c
3621 * src/plugins/pgpmime/plugin.c
3622 * src/plugins/pgpmime/prefs_gpg.c
3623 * src/plugins/pgpmime/prefs_gpg.h
3624 * src/plugins/pgpmime/select-keys.c
3625 * src/plugins/pgpmime/sgpgme.c
3626 * src/plugins/spamassassin/libspamc.c
3627 * src/plugins/spamassassin/spamassassin.c
3628 * src/plugins/spamassassin/spamassassin.h
3629 * src/plugins/spamassassin/spamassassin_gtk.c
3630 * src/plugins/trayicon/trayicon.c
3631 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3634 2004-10-14 [colin] 0.9.12cvs126.2
3638 Fix conv_unreadable_locale
3640 2004-10-13 [colin] 0.9.12cvs126.1
3643 Sync with HEAD (don't convert charset for
3644 drafted messages, minor cleanup)
3646 2004-10-13 [colin] 0.9.12cvs125.1
3649 Sync with HEAD (POTFILES fix)
3651 2004-10-12 [colin] 0.9.12cvs124.3
3654 Fix encoding bug from latest sync
3656 2004-10-12 [paul] 0.9.12cvs124.2
3658 * src/plugins/pgpmime/prefs_gpg.c
3659 * src/plugins/pgpmime/prefs_gpg.h
3660 forgotten in last commit
3662 2004-10-12 [paul] 0.9.12cvs124.1
3666 * m4/spamassassin.m4
3676 * src/prefs_account.c
3677 * src/prefs_account.h
3678 * src/prefs_common.c
3689 * src/common/utils.c
3690 * src/common/utils.h
3692 * src/plugins/pgpmime/Makefile.am
3693 * src/plugins/pgpmime/passphrase.c
3694 * src/plugins/pgpmime/passphrase.h
3695 * src/plugins/pgpmime/pgpmime.c
3696 * src/plugins/pgpmime/plugin.c
3697 * src/plugins/pgpmime/select-keys.c
3698 * src/plugins/pgpmime/select-keys.h
3699 * src/plugins/pgpmime/sgpgme.c
3700 * src/plugins/pgpmime/sgpgme.h
3703 2004-10-04 [colin] 0.9.12cvs122.1
3711 2004-10-04 [colin] 0.9.12cvs121.1
3716 2004-10-04 [paul] 0.9.12cvs120.1
3719 sync with HEAD [don't try to build
3720 pgpmime plugin when gpgme is disabled]
3722 2004-10-03 [colin] 0.9.12cvs119.3
3724 * src/gtk/gtksctree.c
3725 Lots of side effects. Put back as before 117.2.
3729 2004-10-03 [colin] 0.9.12cvs119.2
3731 * src/gtk/gtksctree.c
3732 Revert 608 fix that doesn't work that good
3734 2004-10-02 [colin] 0.9.12cvs119.1