1 2005-06-23 [colin] 1.9.11cvs93
5 Before, in a 5K mails folder: 11s
6 After, in the same folder: 58000µs
7 The joys of locking... gtk_clist_select_all() fires a
8 tree-select-row event for each selected row, which in
9 summaryview, callbacks summary_selected which in turn,
10 calls summary_status_show, which walks the selected
11 rows. Hence, calling gtk_clist_select_all was
12 exponential. Locking the summaryview makes
13 summary_selected return early.
15 2005-06-23 [colin] 1.9.11cvs92
18 Move mutex at the important place to avoid
21 Fix Del key deleting directly instead of
24 2005-06-22 [colin] 1.9.11cvs91
26 * src/plugins/spamassassin/libspamc.c
27 As we do spagetti code with assignations in multiple
28 places (see _message_read_raw where out = msg = raw),
29 let's be sure we don't free the same pointer twice.
30 Should fix bug #683 (Crash in libpam at
33 2005-06-22 [colin] 1.9.11cvs90
38 Make toolbar's delete use the move to trash stuff;
39 Add gtk_widget_realize to be sure pixmaps can get
40 created (that may fix an old worksforme bug which
43 2005-06-22 [colin] 1.9.11cvs89
48 Rename "Message/Delete" to "Message/Move to trash"
49 Add "Message/Delete..." that directly destroys the
50 selected messages after asking for a confirmation.
52 2005-06-22 [colin] 1.9.11cvs88
55 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
56 o Fix a deadlock (thanks Darko)
58 2005-06-22 [colin] 1.9.11cvs87
60 * src/gtk/foldersort.c
61 Add missing include for the i18n;
62 patch by Fabien Vantard
64 2005-06-21 [colin] 1.9.11cvs86
68 Respect the no_select flag
70 Fix recursive deletion
73 Make the folder deletion's warning
76 2005-06-21 [colin] 1.9.11cvs85
79 Prevent email addresses from spanning accross
80 lines - fixes bug # 646 (newline-chars in
83 2005-06-20 [colin] 1.9.11cvs84
86 Be sure not to remove source if copy failed
88 2005-06-20 [colin] 1.9.11cvs83
92 remove summaryview's lock
94 introduce threads to avoid problems when foreground tasks
95 interfere with background tasks
97 prevent moving to drafts/queue
101 2005-06-19 [colin] 1.9.11cvs82
104 Remember that the user doesn't want to override
105 offline mode, for 3 seconds. It avoid presenting
106 him with N popups in a really short time.
108 2005-06-17 [colin] 1.9.11cvs81
111 Fix IMAP breaking on folders containing '('
112 (Probably won't be enough)
114 2005-06-17 [colin] 1.9.11cvs80
116 Forgotten files on 1.9.11cvs79
118 Fix stepping when not immediately executing
120 Really prevent UID FETCH 0
122 Fix outgoing charset never set to utf-8
126 2005-06-16 [colin] 1.9.11cvs79
129 Fix bug #707 (Dash splits rows)
130 Only wrap if we're on a line break position and
131 the previous one was a "white" (space) char.
132 Pango stuff is weird.
134 2005-06-16 [colin] 1.9.11cvs78
137 Lock summaryview while downloading messages
143 Replace \r and \n with spaces in From and
146 2005-06-16 [paul] 1.9.11cvs77
149 liberalise the mime parser
153 2005-06-16 [paul] 1.9.11cvs76
158 2005-06-15 [colin] 1.9.11cvs75
161 Finish header encoding fix
165 Fix compilation (Thanks Stephan
168 2005-06-15 [colin] 1.9.11cvs74
171 Install gnome2 stuff rather than gnome1,
178 Visual progress when fetching all messages
182 Prevent changing current message while
185 2005-06-15 [paul] 1.9.11cvs73
187 * src/gtk/gtkaspell.c
188 * src/gtk/gtkaspell.h
191 2005-06-15 [paul] 1.9.11cvs72
193 * src/prefs_filtering.c
194 allow reordering of filter rules by
197 2005-06-15 [paul] 1.9.11cvs71
202 replace deprecated function
205 * src/gtk/progressdialog.c
206 * src/gtk/progressdialog.h
207 salvage and reuse parts of reverted sync
209 2005-06-15 [paul] 1.9.11cvs70
213 * src/gtk/progressdialog.c
214 * src/gtk/progressdialog.h
215 revert yesterday's sync with main
216 it contains deprecated functions
218 2005-06-15 [colin] 1.9.11cvs69
221 Fix bug #670 (multi user to: will corrupt message
224 2005-06-15 [colin] 1.9.11cvs68
227 Fix bug #421 (Fix undo on wrapping)
229 2005-06-15 [colin] 1.9.11cvs67
232 Provide visual feedback while processing
235 Provide visual feedback while getting
236 short headers (for uncached messages)
239 2005-06-14 [paul] 1.9.11cvs66
242 change a couple stock icons
245 * src/gtk/progressdialog.c
246 * src/gtk/progressdialog.h
247 sync main's GtkTreeView implementation
249 2005-06-14 [colin] 1.9.11cvs65
252 Various little fixes, mainly on error paths
254 2005-06-13 [colin] 1.9.11cvs64
259 Add a way to fetch only headers. This speeds
260 up filtering on headers for IMAP. Fixes:
261 bug #481 extraneous imap commands slow down
263 bug #522 Sylpheed downloads all messages
264 when opening mailbox (IMAP)
265 bug #677 IMAP fetch is soooooooooooooo slow
268 Add a folder set_batch method so that
269 implementations can speed up flags changes
272 Use that in mark as (un)read and mark all read
275 Implement set_batch - brings back deferred
276 flags in a less buggy manner. Fixes:
277 bug #729 IMAP immediate expunge of deleted messages
278 bug #191 remove list of messages with one command
279 Fix login with strange chars
280 Implement fetch_msg_full
281 Fix copy (wrong counts)
283 2005-06-12 [colin] 1.9.11cvs63
286 lock incorporation during long operations.
287 Avoids fucking up the IMAP socket.
289 2005-06-12 [colin] 1.9.11cvs62
293 Factorize remove_all_msg
296 Don't update partial-download status if unnecessary
298 Use remove_msgs everywhere possible
300 2005-06-12 [colin] 1.9.11cvs61
304 Add a remove_msgs function to remove a
309 2005-06-12 [colin] 1.9.11cvs60
312 Remove flags-processing deferring... Too hard
313 to get it to work in all cases.
315 2005-06-11 [colin] 1.9.11cvs59
318 printf -> debug_print
320 2005-06-11 [colin] 1.9.11cvs58
323 o Fix build without USE_PTHREAD
324 o Factorize imap_open
325 o Alertpanel in case of impossible connection
326 o Alertpanel in case of impossible login
327 o Fix deferred flags processing to force a
328 flush before adding some more flags to process,
329 but in another folder.
331 2005-06-10 [colin] 1.9.11cvs57
334 o Fix a format string error
335 o init ssl socket outside of the thread
336 (it possibly invokes gtk calls)
338 o Put back the buffer to its necessary size
339 o Fix changing a file pointer without keeping
340 track of it (thanks Valgrind)
342 o Fix automatic STARTTLS if login should be done
343 and the server only allows it after starting TLS
344 * src/gtk/gtkinputdialog.c
345 o Eat GDK_Return so that the combo popup doesn't
346 appear when we press Enter to validate the combo
347 input dialog (as seen in the Open with... dialog)
349 2005-06-10 [colin] 1.9.11cvs56
353 o Fix a crash on deletion
354 o Threadize imap_select (it's called outside of
356 o Defer treatment of DELETED flags
359 2005-06-09 [colin] 1.9.11cvs55
362 Make sure we check imap_gtk_should_override(), which
363 potentially calls gtk stuff, before creating thread.
364 That way it should't be called via imap_get_session()
367 2005-06-09 [colin] 1.9.11cvs54
370 o add a bit of status output
371 o remove some dead code
372 o threadize get_list_of_uids
373 o threadize imap_get_flags
374 o defer flag changing by 500ms so that they
378 2005-06-08 [colin] 1.9.11cvs53
381 Thread-ize imap_cmd_fetch
383 2005-06-08 [colin] 1.9.11cvs52
386 Mmh, that broke POP3...
388 2005-06-08 [colin] 1.9.11cvs51
391 Stabilize IMAP patch (thanks to Hoa)
393 2005-06-08 [colin] 1.9.11cvs50
396 Test patch to speed up imap.
398 2005-06-08 [colin] 1.9.11cvs49
403 Apply patch from gentoo to use /usr/share/mime/globs if
404 available, after un-breaking it
407 Use g_timeout for invoking hooks that possibly use gtk
408 calls. This should leave gtk calls in the main thread.
410 2005-06-08 [paul] 1.9.11cvs48
413 conv_get_outgoing_charset_str(): don't
414 use prefs_common setting
417 add /Options/Character encoding/... to
418 temporarily change the outgoing encoding
420 (belated sync with main)
422 2005-06-08 [paul] 1.9.11cvs47
425 correction to/completion of last
428 2005-06-08 [paul] 1.9.11cvs46
434 always enabled Japanese auto-detection
435 if the first letters of locale string
438 don't use "destroy" signal to destroy
439 Compose object (fix rare crashes on discard?)
443 added Hebrew encodings
445 don't use "destroy" signal to destroy
448 2005-06-07 [colin] 1.9.11cvs45
451 Add missing unlocks/locks
453 2005-06-07 [paul] 1.9.11cvs44
458 2005-06-06 [colin] 1.9.11cvs43
461 Fix selection bug when prefs_common.open_unread
464 2005-06-06 [colin] 1.9.11cvs42
470 Factorize long operations beginning and end
471 (locking, freezing/thawing, cursor, ...)
472 Check selection->data member in selection-
473 related loops; this avoids dying an awful
474 death if the selection changes on us while
475 we're marking a whole IMAP folder unread,
478 2005-06-06 [paul] 1.9.11cvs41
481 don't g_free() a static gchar buffer
483 2005-06-05 [colin] 1.9.11cvs40
488 Fix bug #749 (Show all headers should be
489 sticky as the GUI suggests)
491 2005-06-03 [paul] 1.9.11cvs39
494 don't allow editing of mail while sending.
497 2005-06-03 [paul] 1.9.11cvs38
500 add a freeze/thaw to speed up 'mark all read'
502 2005-06-03 [paul] 1.9.11cvs37
504 * src/prefs_message.c
505 reflect changes immediately
507 2005-06-02 [colin] 1.9.11cvs36
510 Patch by Fabien Vantard.
512 2005-06-02 [colin] 1.9.11cvs35
515 Use a non-blocking imap_getline() if possible.
516 This should completely prevent the interface
517 from freezin on imap operations, although it
518 may do strange stuff in case of folder switching
519 while a big imap operation is taking place...
521 In addition, fix a leak in the case thread
522 creation fails on connection.
524 2005-06-02 [colin] 1.9.11cvs34
528 Fix build (prefs_common_init() doesn't exist
531 2005-06-02 [colin] 1.9.11cvs33
533 * src/prefs_account.c
534 Fix bug #245 (filtering rules broken when
535 renaming a remote account (imap4 or nntp)
537 2005-06-02 [colin] 1.9.11cvs32
540 Try to fix IMAP shortcomings:
541 o Multithread imap_open()
542 o allow offline-mode overriding instead of
546 Add a function to ask whether we want to
547 override offline-mode for 10 minutes (one-shot
550 Fix segfault when imap parser isn't happy about
553 2005-06-01 [colin] 1.9.11cvs31
566 * src/common/template.c
569 * src/gtk/inputdialog.c
571 * src/gtk/pluginwindow.c
572 * src/gtk/prefswindow.c
573 * src/plugins/pgpmime/passphrase.c
574 * src/plugins/pgpmime/prefs_gpg.c
577 * src/common/Makefile.am
578 * src/common/timing.h
579 Add basic timing code
582 Fix a bug with unread messages when
583 re-sorting folders, and by the way
584 fix a big performance hit when
585 re-sorting (10k mails: before 5s,
588 * src/prefs_compose_writing.c
589 * src/prefs_compose_writing.h
590 * src/prefs_message.c
591 * src/prefs_message.h
596 * src/prefs_receive.c
597 * src/prefs_receive.h
600 * src/prefs_summaries.c
601 * src/prefs_summaries.h
604 2005-06-01 [paul] 1.9.11cvs30
607 updated by Flammie Pirinen
609 fix 'Bad BASE64 content' output
611 2005-05-31 [colin] 1.9.11cvs29
614 Oops, where did my hunk go.
616 2005-05-31 [colin] 1.9.11cvs28
634 * src/prefs_account.c
635 * src/prefs_actions.c
637 * src/prefs_compose_writing.c
638 * src/prefs_customheader.c
639 * src/prefs_ext_prog.c
640 * src/prefs_filtering.c
641 * src/prefs_filtering_action.c
643 * src/prefs_image_viewer.c
644 * src/prefs_message.c
645 * src/prefs_message.h
646 * src/prefs_msg_colors.c
650 * src/prefs_receive.c
651 * src/prefs_receive.h
654 * src/prefs_spelling.c
655 * src/prefs_summaries.c
656 * src/prefs_summary_column.c
657 * src/prefs_template.c
659 * src/prefs_toolbar.c
660 * src/prefs_wrapping.c
665 * src/summary_search.c
672 o Move the rest of Common prefs to new style
673 o Lots of -Wall warning fixes
674 o fix FIXME in cache memusage calculation
675 o Let return receipts be sent from any account
676 o Little cache optimisation (read)
677 o Fix bug #746 (don't treat commas as separators
678 when inside a quoted string)
680 2005-05-31 [paul] 1.9.11cvs27
683 fix 'off-by-one' typo
685 2005-05-31 [paul] 1.9.11cvs26
691 * src/prefs_actions.c
694 * src/prefs_customheader.c
695 * src/prefs_display_header.c
696 * src/prefs_filtering.c
697 * src/prefs_filtering_action.c
698 * src/prefs_matcher.c
699 * src/prefs_summaries.c
700 * src/prefs_summary_column.c
701 * src/prefs_template.c
702 * src/prefs_toolbar.c
704 * src/gtk/pluginwindow.c
705 * src/gtk/prefswindow.c
706 * src/gtk/progressdialog.c
707 add hidden prefs 'enable_rules_hint'
708 for gtk_tree_view_set_rules_hint()
712 2005-05-31 [colin] 1.9.11cvs25
717 * src/prefs_summaries.c ** ADDED **
718 * src/prefs_summaries.h ** ADDED **
719 Common/Display -> Display/Summaries
721 2005-05-31 [colin] 1.9.11cvs24
725 * src/prefs_quote.c ** ADDED **
726 * src/prefs_quote.h ** ADDED **
727 Move Common/Quote to Compose/Quoting
730 Remove old quote stuff, add
731 convenience functions for GtkTextView prefs
732 * src/gtk/prefswindow.c
733 Set default height higher
735 2005-05-30 [colin] 1.9.11cvs23
740 * src/prefs_compose_writing.c ** ADDED **
741 * src/prefs_compose_writing.h ** ADDED **
742 Move Common/Compose prefs to Compose/Writing
744 2005-05-30 [colin] 1.9.11cvs22
747 Fix bug #651 (Confused Attract by Subject)
748 Patch by M. Benkmann <haferfrost@web.de>
751 2005-05-30 [colin] 1.9.11cvs21
754 Fix concatenation of different headers of
755 the same type (bug #645)
756 * src/prefs_folder_item.c
757 Fix bug #699 (setting color to black doesn't
760 Print out decoding error only once per
763 2005-05-30 [paul] 1.9.11cvs20
765 * src/common/template.c
768 2005-05-30 [paul] 1.9.11cvs19
770 * doc/src/rfc2368.txt **NEW FILE**
772 compose_entries_set(): don't interpret Bcc
773 header field (conform to RFC 2368)
776 2005-05-29 [colin] 1.9.11cvs18
779 Let the default reply format respect
780 netiquette by cutting the signature.
782 2005-05-29 [colin] 1.9.11cvs17
785 Don't let always_show_msg override
786 open_unread_on_enter when opening a new
789 2005-05-27 [paul] 1.9.11cvs16
794 app_will_exit(): cleanup tmp directory when exit
795 * src/message_search.c
796 improved the interface and made code cleanup.
799 send_message_local(): use GSpawn, and detect errors
800 * src/summary_search.c
801 improved the interface and made code cleanup
803 textview_write_link(): also skip non-ascii space
804 at the head of link strings (phishing check
805 didn't work at the case)
807 get_command_output(): use g_spawn_command_line_sync()
810 2005-05-26 [colin] 1.9.11cvs15
815 2005-05-26 [colin] 1.9.11cvs14
818 Fix nntp mode reader (bug #611)
819 Patch by Florian Mickler <florian@mickler.org>
821 2005-05-26 [colin] 1.9.11cvs13
823 * src/plugins/pgpmime/passphrase.c
824 Fix mouse grabbing (bug #557)
826 2005-05-26 [colin] 1.9.11cvs12
829 Fix g_warning (bug #541)
831 2005-05-26 [colin] 1.9.11cvs11
833 * src/prefs_actions.c
834 * src/prefs_template.c
835 Fix bug #506 (no warning if action/template
837 * src/common/template.c
840 2005-05-26 [colin] 1.9.11cvs10
846 Forbid locked messages to be moved or
847 deleted. Locked messages in trashes
848 still get deleted, for performance
849 reason (mh.c::mh_remove_all_msgs)
851 2005-05-25 [colin] 1.9.11cvs9
854 Use correct encoding when sending mails
855 with attachments that have accentued
858 2005-05-24 [colin] 1.9.11cvs8
861 Fix bug #688 f) read/unread marker not
862 changed on first click
863 Also, optimize summary_status_show()
868 Fix bug #688 b) and c) wrt message
869 attachments and signature
875 * src/pixmaps/clip_gpg_signed.xpm
878 2005-05-24 [colin] 1.9.11cvs7
880 * src/folder_item_prefs.c
883 2005-05-24 [colin] 1.9.11cvs6
888 Add a confirmation to folder drag and drop
892 fix _with_disable parameters so that
893 the buttons labels are specifiable too
894 * src/plugins/pgpmime/sgpgme.c
898 2005-05-24 [colin] 1.9.11cvs5
901 Uncollapse/collapse folders on double-click
902 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
905 2005-05-23 [colin] 1.9.11cvs4
907 * src/common/socket.c
908 Check another special SSL_peek() error.
909 Should help wrt bug #728
911 2005-05-23 [colin] 1.9.11cvs3
913 * src/plugins/pgpmime/pgpmime.c
914 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
915 breaking menu accelerators and stuff. Users will have to
916 reselect "PGP MIME" instead of "PGP/MIME" in their
917 account's privacy preferences if needed.
921 * tools/kdeservicemenu/install.sh
922 use kdesu to prompt for root password if doing
923 global install/uninstall
925 2005-05-20 [colin] 1.9.11cvs2
928 Fix another compilation error with gcc-2.9x
929 Thanks to Pawel Pekala <c0rn@gazeta.pl>
931 Don't send QUIT if we aren't connected
933 2005-05-19 [colin] 1.9.11cvs1
936 Fix compilation with gcc 2.9x
938 2005-05-19 [paul] 1.9.11
942 2005-05-19 [paul] 1.9.9cvs14
944 * src/gtk/inputdialog.c
945 prevent gettext warning
947 2005-05-19 [paul] 1.9.9cvs13
954 add an option to toggle cursor in message
955 view (sync with main)
957 2005-05-18 [colin] 1.9.9cvs12
960 Dereference freed pointer
961 * src/gtk/gtkaspell.c
962 Fix duplication of dictionaries (is it an aspell issue?)
964 2005-05-18 [colin] 1.9.9cvs11
966 * src/gtk/inputdialog.c
967 * src/gtk/gtkaspell.c
972 2005-05-17 [colin] 1.9.9cvs10
974 * src/gtk/gtkaspell.c
975 Fix dialogs, Ctrl-Enter accel
977 2005-05-17 [colin] 1.9.9cvs9
979 * src/gtk/gtkaspell.c
980 Fix some accelerators, escape in replace-window
982 2005-05-16 [colin] 1.9.9cvs8
984 * src/gtk/gtkaspell.c
985 Revert last commit, it was a mistake.
987 2005-05-16 [colin] 1.9.9cvs7
989 * src/gtk/gtkaspell.c
990 Remove buggy code while we're at it. It's a
991 dead code path anyway.
993 2005-05-16 [colin] 1.9.9cvs6
995 * src/gtk/gtkaspell.c
996 Missed some gtk_menu_popup where deactivate
997 signal should be handled. Should fix bug
1000 2005-05-16 [colin] 1.9.9cvs5
1002 * src/gtk/gtkaspell.c
1003 Remove debug printf()s
1005 2005-05-16 [colin] 1.9.9cvs4
1007 * src/gtk/gtkaspell.c
1008 Fix a bit aspell problems
1011 2005-05-13 [colin] 1.9.9cvs3
1014 Fix the + appearing even when no subfolders
1015 have unread messages. Thanks to wwp for the
1018 2005-05-11 [paul] 1.9.9cvs2
1021 correction to 1.9.9cvs1, only colour folders that
1022 have new msgs (not unread msgs)
1024 2005-05-10 [colin] 1.9.9cvs1
1028 Try to fix bolding bugs again.
1032 * tools/claws.i18n.status.pl
1033 add Ricardo Mones Lastra's script that has been providing
1034 the i18n status page for many months
1036 2005-05-09 [paul] 1.9.9
1040 2005-05-09 [paul] 1.9.6cvs58
1047 * RELEASE_NOTES.claws
1048 add release notes to cvs to simplify release
1051 add ca and fi to ALL_LINGUAS
1053 workaround for missing Makevars
1056 add new Catalan and Finnish translations
1057 submitted by Miquel Oliete and Flammie Pirinen
1067 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1068 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1069 Urke MMI, and Hansom Young
1071 Fix drafting when quitting. compose_draft() closes the
1072 compose windows, which modifies the compose_list GSList.
1073 We have to refresh this list after echo drafting to avoid a
1075 * src/partial_download.c
1076 fix segfault on exit
1078 2005-05-06 [paul] 1.9.6cvs57
1080 * src/grouplistdialog.c
1081 quick fix/workaround for unresizeable newsgroup
1084 2005-05-06 [paul] 1.9.6cvs56
1088 use gettext plural forms
1092 small improvement to english usage
1094 2005-05-05 [thorsten] 1.9.6cvs55
1099 2005-05-05 [paul] 1.9.6cvs54
1105 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1108 2005-05-05 [paul] 1.9.6cvs53
1111 fix resizing of separate message and
1114 2005-05-05 [paul] 1.9.6cvs52
1126 * src/prefs_filtering.c
1127 * src/prefs_filtering_action.c
1128 * src/prefs_matcher.c
1129 * src/prefs_spelling.c
1130 * src/prefs_toolbar.c
1133 * src/gtk/description_window.c
1134 * src/gtk/gtkvscrollbutton.c
1135 * src/gtk/progressdialog.c
1136 * src/gtk/quicksearch.c
1137 * src/plugins/pgpmime/prefs_gpg.c
1138 * src/plugins/spamassassin/spamassassin_gtk.c
1139 replace deprecated gtk_widget_set_usize
1141 2005-05-04 [colin] 1.9.6cvs51
1143 * src/common/utils.c
1144 Fix crash when subst_for_filename is called
1145 with a NULL parameter
1147 2005-05-04 [colin] 1.9.6cvs50
1149 * src/partial_download.c
1151 Escape login when writing uidl file
1154 2005-05-03 [colin] 1.9.6cvs49
1157 Fix possible DOS in mime parser
1160 2005-05-02 [colin] 1.9.6cvs48
1163 Try to fix the copy/paste mess once again.
1166 2005-04-30 [colin] 1.9.6cvs47
1168 * src/prefs_account.h
1170 * src/send_message.c
1173 Try to batch sending mails (per account) instead of
1174 reconnecting to server every time.
1176 2005-04-29 [colin] 1.9.6cvs46
1179 Fix window resizing that refused to size down
1180 * src/prefs_common.c
1181 * src/prefs_common.h
1182 * src/prefs_filtering.c
1183 Save Filtering's window size
1185 2005-04-21 [paul] 1.9.6cvs45
1187 * ChangeLog-gtk2.claws
1191 2005-04-21 [paul] 1.9.6cvs44
1198 use gtkut_widget_draw_now(). Improved performance
1199 of the update of statusbar
1201 textview_smooth_scroll_do(): redraw it after scroll
1202 is done (fixed incorrect display when a part of the
1204 * src/gtk/gtkutils.c
1205 * src/gtk/gtkutils.h
1206 gtkut_widget_draw_now(): use gdk_window_process_updates()
1207 to force update of widgets.
1208 Removed gtkut_widget_wait_for_draw() which had a big
1209 overhead because of waiting for all events processed
1211 2005-04-20 [paul] 1.9.6cvs43
1214 complete 1.9.6cvs42's sync:
1215 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1217 2005-04-19 [paul] 1.9.6cvs42
1222 catch_output(): correctly select the insert text
1223 (fix invalid iterator warnings).
1228 * src/prefs_common.c
1229 support GBK encoding.
1230 * src/common/session.c
1231 * src/common/session.h
1232 use separate buffer for large data to be sent,
1233 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1235 2005-04-18 [paul] 1.9.6cvs41
1238 convert unsigned long into guint32
1239 patch by Paul LeoNerd Evans
1241 2005-04-17 [colin] 1.9.6cvs40
1244 Fix 'Request return receipt' from folder
1245 properties (bug #708)
1247 2005-04-17 [colin] 1.9.6cvs39
1250 Fix duplicate hotkeys in Mainwindow's menu
1252 2005-04-17 [colin] 1.9.6cvs38
1255 Fix duplicate hotkeys in Folderview's contextual
1258 2005-04-15 [colin] 1.9.6cvs37
1261 Fix 'Save as...' with non-ascii filenames
1263 2005-04-15 [colin] 1.9.6cvs36
1265 * src/plugins/pgpmime/pgpmime.c
1266 Fix bus error on 64bit. Spotted by
1267 macallan1888@gmail.com
1269 2005-04-15 [colin] 1.9.6cvs35
1271 * src/prefs_account.c
1274 2005-04-12 [colin] 1.9.6cvs34
1276 * src/prefs_account.c
1277 Fix smtp auth type off-by-one. We forgot to
1278 add PLAIN in the prefs-to-gui setter func and
1279 as a result, the selected auth when opening
1280 account prefs was not the correct one.
1282 2005-04-12 [paul] 1.9.6cvs33
1285 if the recv dialog is visible, Cancel only
1286 cancels the current account
1289 2005-04-10 [colin] 1.9.6cvs32
1292 Copy score when copying FilteringActions
1295 2005-04-10 [colin] 1.9.6cvs31
1298 Make Message -> Receive -> Cancel cancel
1299 incorporation on all accounts. Fixes
1302 2005-04-10 [colin] 1.9.6cvs30
1304 * src/prefs_account.c
1305 Update Privacy checkbuttons status based
1306 on the selected privacy system
1308 Always connect the "None" privacy system; the
1309 static boolean was probably there to avoid
1310 reconnecting twice in the same compose window,
1311 but as the parent function is only called once
1312 per compose, it's only a bug - as a static is
1313 initialized once per application instance.
1314 Also, don't uncheck Sign and Encrypt when
1315 selecting None as privacy system; just ignore
1316 them when sending/queuing.
1319 2005-04-08 [colin] 1.9.6cvs29
1322 * src/prefs_account.c
1323 * src/prefs_account.h
1324 Add account preference to queue message in a certain
1327 2005-04-06 [colin] 1.9.6cvs28
1329 * src/prefs_account.c
1330 Update old inbox path syntax
1332 2005-04-06 [paul] 1.9.6cvs27
1337 changed -traditional-cpp to -no-cpp-precomp for newer
1340 made column resize automatically
1341 * src/send_message.c
1342 send_message_smtp(): consider EOF right after QUIT
1343 successful (workaround for Gmail SMTP server)
1344 * src/common/socket.c
1345 ssl_read(), ssl_peek(): check EOF which violates the
1347 * src/gtk/colorlabel.c
1348 removed warnings when displaying colorlabel menu
1349 (don't use GtkAlignment)
1351 2005-04-05 [paul] 1.9.6cvs26
1353 * src/plugins/trayicon/trayicon.c
1354 fix clipping of icon under KDE3
1356 2005-04-05 [paul] 1.9.6cvs25
1359 hide display of threading
1362 2005-04-04 [thorsten] 1.9.6cvs24
1365 marks lost on filesystems with different stat() results on
1368 2005-04-03 [colin] 1.9.6cvs23
1371 Don't handle up/down. Patch by Alfons
1373 2005-04-02 [colin] 1.9.6cvs22
1376 Make scrolling faster. Patch by Alfons.
1378 2005-04-01 [colin] 1.9.6cvs21
1381 * src/stock_pixmap.c
1382 * src/pixmaps/dir-noselect.xpm ** REMOVED **
1383 * src/pixmaps/dir_noselect.xpm ** ADDED **
1384 Fix pixmap name mismatch (Thanks Stephan Sachse)
1386 2005-04-01 [colin] 1.9.6cvs20
1388 * src/image_viewer.c
1389 * src/image_viewer.h
1394 Implement inline image resizing and right-clicking
1396 2005-04-01 [paul] 1.9.6cvs19
1402 patch by Luca Cavalli <loopback<AT>slackit.org>
1404 updated by Pavlo Bohmat
1406 2005-03-31 [colin] 1.9.6cvs18
1409 Fix parsing references
1411 don't put nulls in the references list
1413 commit that forgotten file in 1.9.6cvs14
1415 2005-03-31 [colin] 1.9.6cvs17
1418 Fix joining of signature separator again.
1419 Maybe Hiro could put it in main too...
1421 2005-03-31 [colin] 1.9.6cvs16
1425 * src/stock_pixmap.c
1426 * src/stock_pixmap.h
1427 * src/pixmaps/dir-noselect.xpm
1428 Update foldersel.c (sync from main, patch by Alfons)
1430 2005-03-30 [colin] 1.9.6cvs15
1433 Fix handling of imap folders containing [] in
1434 their name. Thanks to Nahuel Angelinetti for
1435 the detailed bugreport.
1437 2005-03-30 [colin] 1.9.6cvs14
1439 * src/common/utils.h
1440 * src/common/utils.c
1447 * src/quote_fmt_parse.y
1449 Update references system. Patch by Alfons
1451 2005-03-30 [colin] 1.9.6cvs13
1453 * src/common/socket.c
1454 Force the glibc to read resolv.conf again when
1455 it has changed. Should fix issues when changing
1456 networks on a laptop and not restarting sylpheed.
1458 2005-03-30 [paul] 1.9.6cvs12
1460 partial sync with main:
1463 create_io_dialog(): use user-defined text font
1464 (thanks to Alfons), and modified its appearance.
1470 don't join (presumably) itemized lines on line-wrapping
1471 fixed wrapping of quote when auto-wrapping is enabled
1472 compose_destroy(): destroy paned only if it's not
1473 attached to window. Fixed memory leak of popup menu.
1483 removed redundant code
1485 changed 'Code set' (which is rather incorrect)
1486 in the menu to 'Character encoding'
1487 main_window_set_widgets(): request size first
1488 to prevent window size becoming wrong
1489 fixed remembering of the state of the visibility
1492 changed 'Code set' (which is rather incorrect)
1493 in the menu to 'Character encoding'
1494 * src/prefs_common.c
1495 * src/prefs_common.h
1496 added an option whether to render HTML as text or not
1497 added separators to outgoing encoding menu
1499 procheader_scan_date_string(): support header
1500 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1505 textview_show_html(): force output of newline
1506 added an option whether to render HTML as text or not
1507 * src/common/utils.c
1508 strncpy2(): optimized based on Alfons' code
1509 * src/gtk/gtkutils.c
1510 * src/gtk/gtkutils.h
1511 removed non-used code
1512 * src/plugins/pgpmime/passphrase.c
1513 partially fixed grab input of passphrase dialog
1514 Confine pointer to window
1516 2005-03-30 [colin] 1.9.6cvs11
1520 Read/write 32bit ints from cache & marks
1523 2005-03-29 [paul] 1.9.6cvs10
1528 * src/gtk/gtkaspell.c
1529 sync with HEAD (don't pass NULL pointers)
1535 * tools/acroread2sylpheed.pl
1536 sync with HEAD (add script to send pdfs as
1537 attachments from Adobe Reader 7)
1539 2005-03-21 [paul] 1.9.6cvs9
1545 * src/image_viewer.c ** ADDED **
1546 * src/image_viewer.h ** ADDED **
1548 * src/prefs_common.c
1549 * src/prefs_common.h
1550 * src/prefs_image_viewer.c ** ADDED **
1551 * src/prefs_image_viewer.h ** ADDED **
1554 * src/pixmaps/sylpheed_logo.xpm
1555 * src/plugins/Makefile.am
1556 * src/plugins/image_viewer/.cvsignore ** REMOVED **
1557 * src/plugins/image_viewer/Makefile.am ** REMOVED **
1558 * src/plugins/image_viewer/plugin.c ** REMOVED **
1559 * src/plugins/image_viewer/viewer.c ** REMOVED **
1560 * src/plugins/image_viewer/viewer.glade ** REMOVED **
1561 * src/plugins/image_viewer/viewer.h ** REMOVED **
1562 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
1563 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
1564 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
1565 as gdk-pixbuf is now built-in
1566 remove image_viewer plugin and put code back into
1568 implement inline image display (sync with main)
1570 replace logo with newer, nicer, larger version
1572 2005-03-21 [paul] 1.9.6cvs8
1575 cosmetic improvement
1577 2005-03-21 [holger] 1.9.6cvs7
1579 * src/plugins/spamassassin/spamassassin.c
1581 (unregister hook on failed plugin init)
1583 2005-03-20 [colin] 1.9.6cvs6
1585 * src/common/plugin.c
1586 Check that plugin isn't already loaded
1589 2005-03-20 [thorsten] 1.9.6cvs5
1592 use a more compatible syntax
1594 2005-03-20 [thorsten] 1.9.6cvs4
1596 * src/prefs_toolbar.c
1597 fix crash when selecting toolbar item (uninitialized pointer)
1599 2005-03-20 [thorsten] 1.9.6cvs3
1602 fix mimetype detection (referenced free()d string)
1604 2005-03-20 [paul] 1.9.6cvs2
1607 sync with HEAD (1.0.3cvs5)
1608 neglect Reply-To header if empty
1611 2005-03-19 [holger] 1.9.6cvs1
1617 2005-03-18 [paul] 1.9.6
1619 initial GTK2 release
1621 2005-03-18 [paul] 1.0.3cvs3.1
1627 * src/pixmaps/sylpheed_logo.xpm
1630 2005-03-18 [colin] 1.0.3cvs2.6
1633 Remove call to summary_step in summary_copy_selected_to
1634 Can't see its purpose, and this causes bug when copying
1635 a message if the next one is unread: it reads it.
1637 2005-03-18 [paul] 1.0.3cvs2.5
1640 fix bug 694 'Enter doesn't trigger OK in "Move" window'
1642 2005-03-18 [paul] 1.0.3cvs2.4
1653 fix buffer overflow, CAN-2005-0667, see
1654 http://secunia.com/advisories/14491/
1657 2005-03-17 [colin] 1.0.3cvs2.3
1661 Fix font bugs (both lists now officialy share
1665 2005-03-17 [paul] 1.0.3cvs2.2
1667 * src/gtk/pluginwindow.c
1668 make plugin descriptions uneditable
1670 2005-03-11 [paul] 1.0.3cvs2.1
1675 * src/plugins/trayicon/trayicon.c
1677 add src/wizard.c to POTFILES.in
1679 2005-03-11 [paul] 1.0.3cvs1.1
1695 2005-03-04 [colin] 1.0.1cvs22.2
1698 Fix signatures with accentued chars in it
1700 2005-03-04 [colin] 1.0.1cvs22.1
1704 Don't use SIZE param in MAIL FROM: if server
1705 doesn't support it. Patch by Eugen Freiter
1706 <eugen_f@users.sf.net>
1708 2005-02-27 [paul] 1.0.1cvs20.1
1715 2005-02-27 [colin] 1.0.1cvs19.4
1719 Fix prototypes. Patch by Alfons
1721 2005-02-27 [colin] 1.0.1cvs19.3
1724 Don't auto-join the signature separator.
1726 2005-02-26 [colin] 1.0.1cvs19.2
1729 Fix 'mark all read' with collapsed threads.
1732 2005-02-25 [paul] 1.0.1cvs19.1
1736 * src/prefs_account.c
1737 * src/prefs_folder_item.c
1738 * src/gtk/prefswindow.c
1739 * src/gtk/prefswindow.h
1742 2005-02-25 [paul] 1.0.1cvs15.12
1748 * src/gtk/gtkutils.c
1749 * src/gtk/gtkutils.h
1750 * src/gtk/logwindow.c
1751 * src/gtk/progressdialog.c
1752 sync with main (revision 127)
1753 and fix logwindow clipping
1755 2005-02-24 [colin] 1.0.1cvs15.11
1757 * src/plugins/pgpmime/passphrase.c
1758 Disable input grabbing; it doesn't work yet.
1760 2005-02-24 [colin] 1.0.1cvs15.10
1763 Don't send out receipts if offline. Ask.
1765 2005-02-23 [colin] 1.0.1cvs15.9
1770 2005-02-23 [colin] 1.0.1cvs15.8
1773 Really fix Bug 568 by removing useless
1774 calls. summary_thread_init() now called
1775 in summary_sort(). This should please
1776 Alfons as it should be faster than
1779 2005-02-23 [colin] 1.0.1cvs15.7
1782 Encode parts as QP or B64 if signing
1784 2005-02-23 [colin] 1.0.1cvs15.6
1787 Fix Mimeinfo leakage (including tmp files)
1789 Fix tmp file leakage (spotted by Ivan Rayner)
1791 2005-02-22 [colin] 1.0.1cvs15.5
1794 Fix keyboard input. Patch by Alfons.
1796 2005-02-21 [colin] 1.0.1cvs15.4
1799 Fix Sign/Encrypt when unselecting privacy
1801 * src/prefs_common.c
1802 Change default message font to Monospace
1804 More freezing during potentially large operations
1806 2005-02-21 [paul] 1.0.1cvs15.3
1811 2005-02-21 [paul] 1.0.1cvs15.2
1817 * src/common/utils.c
1818 * src/common/utils.h
1819 sync with main (revision 117)
1821 2005-02-20 [colin] 1.0.1cvs15.1
1824 Change cache file to .sylpheed_claws_cache, as
1825 suggested by Alfons. Allows people to switch
1826 between Sylpheed and Sylpheed-Claws. it is
1827 a good idea to "Check for new messages" at next
1831 2005-02-18 [colin] 1.0.1cvs14.1
1833 * src/quote_fmt_lex.l
1834 * src/quote_fmt_parse.y
1835 Fix parser initialisation. Patch by Ivan.
1837 2005-02-18 [colin] 1.0.1cvs11.6
1840 Fix scrolldown (bug 662)
1842 2005-02-17 [colin] 1.0.1cvs11.5
1845 conv_filename_to_utf8: return clean 7bit instead
1846 of broken utf8 if needed
1848 Fix display of parts with unclean 8bit names
1850 2005-02-17 [paul] 1.0.1cvs11.4
1854 * src/matcher_parser_parse.y
1856 * src/sourcewindow.c
1857 * src/common/Makefile.am
1858 * src/common/intl.h ** REMOVED **
1859 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1860 sync with main (revision 109)
1863 2005-02-16 [colin] 1.0.1cvs11.3
1866 Fix collapsed thread not highlighting when new
1867 messages in it (Bug 568) Patch by Stephan Sachse.
1868 Fix messed up selection when reaching bounds (Bug 632)
1869 * src/prefs_themes.c
1870 Fix theme installing (Bug 684)
1872 2005-02-16 [colin] 1.0.1cvs11.2
1875 Fix messageview_select_all
1877 2005-02-16 [colin] 1.0.1cvs11.1
1880 Sync with HEAD (MH scan required function)
1882 2005-02-15 [colin] 1.0.1cvs8.1
1885 * src/common/utils.c
1886 Sync with HEAD (filename chars substitution)
1888 2005-02-15 [colin] 1.0.1cvs7.3
1890 * src/gtk/pluginwindow.c
1893 2005-02-15 [colin] 1.0.1cvs7.2
1896 Fix mime icons not reset across message when
1899 2005-02-15 [colin] 1.0.1cvs7.1
1903 Sync with HEAD (optimisation of cvs6)
1905 2005-02-14 [colin] 1.0.1cvs6.1
1909 Sync with HEAD (encode "From " at line beginning)
1911 2005-02-14 [colin] 1.0.1cvs5.3
1914 Fix wrapping with accentued chars.
1916 2005-02-13 [colin] 1.0.1cvs5.2
1919 Fix email informative part parsing with
1920 accentued chars in it. ispunct() returns
1921 true for them in utf8...
1923 2005-02-12 [colin] 1.0.1cvs5.1
1926 Sync with HEAD (remove wrong use of compose after send)
1928 2005-02-12 [paul] 1.0.1cvs4.5
1931 remove unnecessary code (thanks to Alfons)
1933 2005-02-12 [paul] 1.0.1cvs4.4
1936 add 'Copy' to contextual menu on emails
1938 2005-02-11 [colin] 1.0.1cvs4.3
1941 revert 1.0.0cvs28.2, it doesn't work that well.
1943 2005-02-11 [paul] 1.0.1cvs4.2
1948 2005-02-10 [paul] 1.0.1cvs4.1
1955 sync with HEAD (sync with main)
1957 2005-02-10 [paul] 1.0.1cvs3.2
1963 * config/mkinstalldirs
1967 * intl/bindtextdom.c
1968 * intl/config.charset
1974 * intl/eval-plural.h
1975 * intl/explodename.c
1980 * intl/hash-string.h
1981 * intl/intl-compat.c
1983 * intl/libgnuintl.h.in
1986 * intl/localcharset.c
1987 * intl/localcharset.h
1989 * intl/localealias.c
2002 * intl/relocatable.c
2003 * intl/relocatable.h
2027 * src/editldap_basedn.c
2035 * src/folder_item_prefs.c
2038 * src/grouplistdialog.c
2052 * src/message_search.c
2061 * src/partial_download.c
2063 * src/prefs_account.c
2064 * src/prefs_actions.c
2065 * src/prefs_common.c
2066 * src/prefs_customheader.c
2067 * src/prefs_display_header.c
2068 * src/prefs_ext_prog.c
2069 * src/prefs_filtering.c
2070 * src/prefs_filtering_action.c
2071 * src/prefs_folder_item.c
2074 * src/prefs_matcher.c
2075 * src/prefs_msg_colors.c
2076 * src/prefs_spelling.c
2077 * src/prefs_summary_column.c
2078 * src/prefs_template.c
2079 * src/prefs_themes.c
2080 * src/prefs_toolbar.c
2081 * src/prefs_wrapping.c
2088 * src/send_message.c
2090 * src/sourcewindow.c
2093 * src/summary_search.c
2099 * src/common/plugin.c
2102 * src/common/ssl_certificate.c
2103 * src/common/string_match.c
2104 * src/common/sylpheed.c
2105 * src/common/template.c
2106 * src/common/utils.c
2108 * src/gtk/colorlabel.c
2109 * src/gtk/description_window.c
2111 * src/gtk/foldersort.c
2112 * src/gtk/gtkaspell.c
2113 * src/gtk/gtkutils.c
2114 * src/gtk/inputdialog.c
2115 * src/gtk/logwindow.c
2117 * src/gtk/pluginwindow.c
2118 * src/gtk/prefswindow.c
2119 * src/gtk/progressdialog.c
2120 * src/gtk/quicksearch.c
2121 * src/gtk/sslcertwindow.c
2122 * src/plugins/clamav/clamav_plugin.c
2123 * src/plugins/clamav/clamav_plugin_gtk.c
2124 * src/plugins/demo/demo.c
2125 * src/plugins/dillo_viewer/dillo_prefs.c
2126 * src/plugins/dillo_viewer/dillo_viewer.c
2127 * src/plugins/image_viewer/plugin.c
2128 * src/plugins/image_viewer/viewer.c
2129 * src/plugins/image_viewer/viewerprefs.c
2130 * src/plugins/mathml_viewer/mathml_viewer.c
2131 * src/plugins/pgpmime/passphrase.c
2132 * src/plugins/pgpmime/plugin.c
2133 * src/plugins/pgpmime/prefs_gpg.c
2134 * src/plugins/pgpmime/select-keys.c
2135 * src/plugins/pgpmime/sgpgme.c
2136 * src/plugins/spamassassin/spamassassin.c
2137 * src/plugins/spamassassin/spamassassin_gtk.c
2138 * src/plugins/trayicon/trayicon.c
2139 sync with main (revision 104)
2141 2005-02-10 [colin] 1.0.1cvs3.1
2144 Sync with HEAD (fix occasional crasher)
2146 2005-02-10 [colin] 1.0.1cvs2.1
2149 Synw with HEAD (don't automatically display html)
2151 2005-02-09 [colin] 1.0.1cvs1.3
2155 Add contextual menu on emails
2157 2005-02-09 [colin] 1.0.1cvs1.2
2160 Fix converting from broken headers and
2161 put back the _ in missing places
2162 (feature broke with cvs24.2 sync, main
2165 2005-02-09 [colin] 1.0.1cvs1.1
2170 Sync with HEAD (display non text/plain mails with plugin)
2172 2005-02-08 [colin] 1.0.1.1
2178 Make default configuration directory
2181 2005-02-08 [colin] 1.0.0cvs29.1
2189 Sync translations with HEAD
2191 2005-02-06 [colin] 1.0.0cvs28.3
2194 Make compose a bit faster - patch by Alfons.
2196 2005-02-06 [colin] 1.0.0cvs28.2
2199 Make pasting via middle-click more reliable
2201 2005-02-05 [paul] 1.0.0cvs28.1
2209 (fix bug 682 'redirect is broken'
2211 2005-02-05 [torte] 1.0.0cvs27.1
2215 * src/partial_download.c
2216 Sync with HEAD (fix buf overflow)
2218 2005-02-03 [colin] 1.0.0cvs26.1
2220 * src/common/plugin.c
2221 Sync with HEAD (avoid plugin mismatches)
2223 2005-02-03 [paul] 1.0.0cvs25.3
2229 * src/gtk/colorlabel.c
2230 third and final part of initial sync with main-gtk2
2232 2005-02-03 [paul] 1.0.0cvs25.2
2235 fix building with jpilot support
2237 2005-02-02 [colin] 1.0.0cvs25.1
2240 Sync with HEAD (fix dangerous typo)
2242 2005-02-01 [colin] 1.0.0cvs24.3
2245 Write file as advertised (UTF-8)
2247 2005-02-01 [paul] 1.0.0cvs24.2
2256 * src/folder_item_prefs.c
2262 * src/matcher_parser_lex.l
2265 * src/prefs_account.c
2266 * src/prefs_actions.c
2267 * src/prefs_common.c
2270 * src/prefs_themes.c
2273 * src/sourcewindow.c
2279 * src/common/template.c
2280 * src/common/utils.c
2283 * src/gtk/gtkaspell.c
2284 * src/plugins/clamav/clamav_plugin.c
2285 * src/plugins/dillo_viewer/dillo_prefs.c
2286 * src/plugins/image_viewer/viewerprefs.c
2287 * src/plugins/pgpmime/passphrase.c
2288 * src/plugins/pgpmime/prefs_gpg.c
2289 * src/plugins/pgpmime/select-keys.c
2290 * src/plugins/spamassassin/spamassassin.c
2291 second part of initial sync with main-gtk2
2294 2005-01-31 [colin] 1.0.0cvs24.1
2299 2005-01-29 [paul] 1.0.0cvs23.2
2312 * src/editldap_basedn.c
2316 * src/grouplistdialog.c
2322 * src/message_search.c
2325 * src/prefs_actions.c
2326 * src/prefs_common.c
2327 * src/prefs_common.h
2328 * src/prefs_customheader.c
2329 * src/prefs_display_header.c
2330 * src/prefs_filtering.c
2331 * src/prefs_filtering_action.c
2333 * src/prefs_matcher.c
2334 * src/prefs_summary_column.c
2335 * src/prefs_template.c
2336 * src/sourcewindow.c
2337 * src/summary_search.c
2341 * src/gtk/description_window.c
2342 * src/gtk/gtkshruler.c
2343 * src/gtk/gtkutils.c
2344 * src/gtk/gtkutils.h
2345 * src/gtk/inputdialog.c
2346 * src/gtk/logwindow.c
2347 * src/gtk/prefswindow.c
2348 * src/gtk/progressdialog.c
2349 * src/gtk/progressdialog.h
2350 first part of initial sync with main-gtk2
2353 2005-01-28 [colin] 1.0.0cvs23.1
2358 2005-01-27 [colin] 1.0.0cvs21.1
2364 2005-01-27 [colin] 1.0.0cvs19.1
2369 2005-01-27 [colin] 1.0.0cvs18.1
2381 2005-01-26 [paul] 1.0.0cvs15.2
2384 compose_entries_set(): convert subject and body to
2385 utf8 if necessary. patch by Felix Eckhofer
2387 2005-01-26 [paul] 1.0.0cvs15.1
2390 * src/common/template.c
2391 sync with HEAD (fix memory leak)
2393 2005-01-25 [paul] 1.0.0cvs14.1
2399 2005-01-24 [colin] 1.0.0cvs13.1
2404 2005-01-24 [paul] 1.0.0cvs12.1
2409 * src/common/utils.c
2412 2005-01-24 [colin] 1.0.0cvs11.1
2417 2005-01-24 [colin] 1.0.0cvs10.1
2422 2005-01-23 [colin] 1.0.0cvs9.1
2427 2005-01-22 [colin] 1.0.0cvs8.1
2430 * src/gtk/quicksearch.c
2433 2005-01-21 [colin] 1.0.0cvs7.1
2438 2005-01-21 [colin] 1.0.0cvs6.1
2443 2005-01-21 [colin] 1.0.0cvs5.1
2445 * src/gtk/quicksearch.c
2446 * src/prefs_common.c
2447 * src/prefs_common.h
2448 Sync with HEAD (recurse option)
2450 2005-01-21 [colin] 1.0.0cvs4.1
2456 * src/gtk/quicksearch.c
2457 * src/gtk/quicksearch.h
2458 Sync with HEAD (recursive quicksearch)
2460 2005-01-20 [colin] 1.0.0cvs3.4
2465 2005-01-20 [colin] 1.0.0cvs3.3
2468 Fix leak, thanks to Alfons.
2470 2005-01-20 [colin] 1.0.0cvs3.2
2473 Port SSL certificate window to GTK2.
2475 2005-01-20 [paul] 1.0.0cvs3.1
2483 2005-01-19 [colin] 1.0.0cvs2.2
2485 * src/plugins/trayicon/trayicon.c
2486 Fix freeze with gtk-2.6, the easy way
2487 (signal blocking helpless there...)
2490 2005-01-19 [colin] 1.0.0cvs2.1
2499 2005-01-19 [paul] 1.0.0cvs1.1
2513 sync with HEAD (update translations)
2515 2005-01-18 [colin] 1.0.0cvs0.1
2518 Specify search column - patch by Alfons
2520 2005-01-18 [colin] 0.9.13cvs36.3
2522 * src/prefs_toolbar.c
2523 Change Delete to Remove
2525 GTK2 version and leak fixes
2526 * src/prefs_actions.c
2528 All patches by Alfons
2530 2005-01-17 [colin] 0.9.13cvs36.2
2533 Fix DnD inserting twice. While at it,
2534 add DnD support for text/plain in the
2535 body, and add support in the headers.
2537 2005-01-16 [colin] 0.9.13cvs36.1
2542 Sync with HEAD (nothing applicable)
2544 2005-01-16 [colin] 0.9.13cvs33.2
2546 * src/prefs_toolbar.c
2547 GTK2ize prefs_toolbar, by Alfons.
2549 2005-01-14 [colin] 0.9.13cvs33.1
2555 2005-01-14 [colin] 0.9.13cvs32.1
2561 * tools/calypso_convert.pl
2564 2005-01-08 [colin] 0.9.13cvs29.2
2566 * src/prefs_filtering_action.c
2567 * src/prefs_filtering.c
2568 2 more gtk2 patches by Alfons
2570 2005-01-07 [paul] 0.9.13cvs29.1
2580 2005-01-07 [colin] 0.9.13cvs28.3
2582 * src/gtk/progressdialog.c
2583 * src/gtk/progressdialog.h
2585 * src/send_message.c
2586 GTK2 for the incorporation dialog. The CList isn't dead
2587 yet, for a more smooth migration. Patch by Alfons.
2589 2005-01-06 [colin] 0.9.13cvs28.2
2591 * src/prefs_display_header.c
2592 GTK2 conversion by Alfons
2593 * src/prefs_actions.c
2594 * src/prefs_matcher.c
2595 Fix 2 leaks - patch by Alfons
2597 2005-01-06 [colin] 0.9.13cvs28.1
2599 * src/prefs_matcher.c
2602 2005-01-06 [colin] 0.9.13cvs27.4
2604 * src/prefs_matcher.c
2605 Fix double-free. Patch by Alfons
2607 2005-01-06 [colin] 0.9.13cvs27.3
2609 * src/prefs_matcher.c
2610 GTK2 widgets + memleak
2613 2005-01-05 [colin] 0.9.13cvs27.2
2618 * src/stock_pixmap.c
2619 * src/stock_pixmap.h
2620 3 more GTK2 patches by Alfons.
2622 2005-01-04 [colin] 0.9.13cvs27.1
2629 2005-01-04 [colin] 0.9.13cvs25.9
2632 Fix Show Ruler menuitem
2633 * src/prefs_template.c
2635 * src/common/utils.c
2636 Make auto pointer stuff handles NULLs
2639 2005-01-04 [colin] 0.9.13cvs25.8
2642 Move the attachment list to gtk2
2645 2005-01-04 [colin] 0.9.13cvs25.7
2648 Make some keys work again
2649 Patch by SungHyun Nam <namsh@kldp.org>
2651 2005-01-04 [colin] 0.9.13cvs25.6
2653 * src/gtk/gtkshruler.c
2654 Move the ruler to GTK2
2657 2005-01-03 [colin] 0.9.13cvs25.5
2660 Fix my broken patch apply
2662 2005-01-03 [colin] 0.9.13cvs25.4
2664 * src/common/utils.c
2665 * src/common/utils.h
2666 * src/gtk/prefswindow.c
2667 Move auto pointer stuff to utils.c
2668 Patch by Alfons again :)
2670 2005-01-03 [colin] 0.9.13cvs25.3
2674 * src/prefs_template.c
2676 Empty text widgets with empty strings, not NULL char
2677 Patch by SungHyun Nam <namsh@kldp_org>
2679 2005-01-03 [colin] 0.9.13cvs25.2
2685 2005-01-03 [colin] 0.9.13cvs25.1
2691 2005-01-03 [colin] 0.9.13cvs24.3
2694 Two patches from Alfons and Alex S Moore:
2695 fix images, fix return value.
2697 2005-01-01 [colin] 0.9.13cvs24.2
2699 * src/prefs_actions.c
2700 Fix over-zealous assertion. Patch by Alfons
2702 2005-01-01 [colin] 0.9.13cvs24.1
2705 Sync with HEAD (leak fix)
2707 2004-12-31 [colin] 0.9.13cvs23.2
2709 * src/prefs_common.c
2710 GTK2 widgets + stock buttons - patch by Alfons
2712 2004-12-31 [paul] 0.9.13cvs23.1
2715 bump up EXTRA_VERSION to match (sync'ed) HEAD
2716 * src/gtk/pluginwindow.c
2717 use GTK2 widgets and plug memory leaks,
2720 2004-12-30 [colin] 0.9.13cvs22.4
2727 * src/message_search.c
2728 * src/prefs_actions.c
2729 * src/prefs_common.c
2730 * src/prefs_customheader.c
2731 * src/prefs_filtering.c
2732 * src/prefs_summary_column.c
2733 * src/summary_search.c
2735 * src/gtk/description_window.c
2736 * src/gtk/gtkutils.c
2737 * src/gtk/gtkutils.h
2738 * src/gtk/inputdialog.c
2739 * src/gtk/prefswindow.c
2740 Use GTK2 stock buttons. Patches by Alfons.
2742 2004-12-30 [colin] 0.9.13cvs22.3
2746 * src/prefs_actions.c
2747 * src/prefs_customheader.c
2748 * src/prefs_filtering.c
2749 * src/prefs_msg_colors.c
2750 * src/prefs_summary_column.c
2751 * src/gtk/prefswindow.c
2752 Use GtkTreeView instead of deprecated
2753 widgets. Patches by Alfons.
2755 2004-12-30 [paul] 0.9.13cvs22.2
2759 patch by Alfons, with root folder sorting fix
2762 2004-12-30 [paul] 0.9.13cvs22.1
2772 2004-12-22 [martin] 0.9.13cvs21.2
2775 free the command line after its use
2777 2004-12-18 [paul] 0.9.13cvs21.1
2790 2004-12-17 [martin] 0.9.13cvs17.2
2793 convert actions input to locale
2795 convert notification command to locale
2796 * src/plugins/pgpmime/select-keys.c
2797 convert attributes to utf8
2799 2004-12-14 [colin] 0.9.13cvs17.1
2805 * src/common/utils.c
2806 * src/gtk/prefswindow.c
2807 * src/gtk/gtkutils.c
2808 * src/gtk/gtkutils.h
2809 * src/plugins/spamassassin/libspamc.c
2812 2004-12-13 [colin] 0.9.13cvs14.1
2814 * src/quote_fmt_parse.y
2817 2004-12-10 [colin] 0.9.13cvs12.1
2819 * src/prefs_themes.c
2824 2004-12-09 [colin] 0.9.13cvs10.1
2827 Sync with HEAD (fix B64 encoding from memory)
2829 2004-12-08 [colin] 0.9.13cvs9.1
2831 * src/gtk/colorlabel.c
2834 2004-12-08 [paul] 0.9.13cvs8.2
2836 * src/gtk/pluginwindow.c
2837 fix window resizing oddities
2839 2004-12-08 [colin] 0.9.13cvs8.1
2841 * src/quote_fmt_parse.y
2844 2004-12-08 [colin] 0.9.13cvs7.1
2846 * src/matcher_parser_parse.y
2848 * src/prefs_matcher.c
2855 2004-12-08 [colin] 0.9.13cvs6.1
2857 * src/quote_fmt_parse.y
2860 * src/gtk/prefswindow.c
2861 * src/gtk/pluginwindow.c
2862 Fix G_CALLBACKS protos (thanks to Alfons)
2864 2004-12-07 [torte] 0.9.13cvs2.2
2867 [Bug 650] reply button causes crash
2868 Thanks to David Relson and Christoph
2870 2004-12-07 [colin] 0.9.13cvs2.1
2876 * src/prefs_account.c
2881 2004-12-06 [colin] 0.9.12cvs187.1
2912 * tools/filter_conv.pl
2913 * tools/kdeservicemenu/README
2914 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2915 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2918 2004-12-04 [colin] 0.9.12cvs183.1
2921 Sync with HEAD (compose window position saving)
2923 2004-12-04 [paul] 0.9.12cvs182.3
2927 * src/prefs_customheader.c
2928 * src/gtk/quicksearch.c
2929 replace some forgotten GTK_SIGNAL_FUNCs
2931 2004-12-04 [paul] 0.9.12cvs182.2
2934 remove 'pixmaps/dir_noselect.xpm'. from local patch,
2937 2004-12-04 [paul] 0.9.12cvs182.1
2947 * doc/manual/ja/Makefile.am
2948 * doc/manual/ja/sylpheed-1.html
2949 * doc/manual/ja/sylpheed-10.html
2950 * doc/manual/ja/sylpheed-11.html
2951 * doc/manual/ja/sylpheed-12.html
2952 * doc/manual/ja/sylpheed-13.html
2953 * doc/manual/ja/sylpheed-14.html
2954 * doc/manual/ja/sylpheed-15.html
2955 * doc/manual/ja/sylpheed-16.html
2956 * doc/manual/ja/sylpheed-17.html
2957 * doc/manual/ja/sylpheed-18.html
2958 * doc/manual/ja/sylpheed-19.html
2959 * doc/manual/ja/sylpheed-2.html
2960 * doc/manual/ja/sylpheed-20.html
2961 * doc/manual/ja/sylpheed-3.html
2962 * doc/manual/ja/sylpheed-4.html
2963 * doc/manual/ja/sylpheed-5.html
2964 * doc/manual/ja/sylpheed-6.html
2965 * doc/manual/ja/sylpheed-7.html
2966 * doc/manual/ja/sylpheed-8.html
2967 * doc/manual/ja/sylpheed-9.html
2968 * doc/manual/ja/sylpheed.html
2969 * doc/manual/ja/sylpheed.sgml
2974 * src/pixmaps/regular.xpm **REMOVED**
2975 * src/plugins/pgpmime/pgpmime.c
2976 * src/plugins/pgpmime/plugin.c
2977 * src/plugins/pgpmime/prefs_gpg.c
2980 2004-12-03 [paul] 0.9.12cvs180.1
2988 * src/common/utils.c
2989 * src/common/utils.h
2990 * src/pixmaps/continue.xpm
2991 * src/pixmaps/dir_close.xpm
2992 * src/pixmaps/dir_open.xpm
2993 * src/pixmaps/drafts_close.xpm
2994 * src/pixmaps/drafts_open.xpm
2995 * src/pixmaps/folder.xpm **REMOVED**
2996 * src/pixmaps/group.xpm
2997 * src/pixmaps/unread.xpm
3000 2004-12-02 [colin] 0.9.12cvs179.1
3003 Sync with HEAD (non-duplicated reedition)
3005 2004-12-02 [colin] 0.9.12cvs178.1
3008 Sync with HEAD (linewrap_quote fix)
3010 2004-12-01 [colin] 0.9.12cvs177.3
3013 Replace sizeof with strlen
3015 2004-12-01 [paul] 0.9.12cvs177.2
3018 fix 'harvest addresses'
3020 2004-11-30 [colin] 0.9.12cvs177.1
3022 * src/gtk/prefswindow.c
3023 * src/gtk/pluginwindow.c
3026 2004-11-29 [colin] 0.9.12cvs176.1
3029 sync with HEAD (Fix disappearing separators in folderview's popup)
3031 2004-11-29 [colin] 0.9.12cvs175.1
3034 Sync with head (another format fix)
3036 2004-11-29 [colin] 0.9.12cvs174.1
3039 Sync with HEAD (format string fix)
3041 2004-11-26 [colin] 0.9.12cvs173.1
3047 2004-11-24 [colin] 0.9.12cvs172.1
3049 * src/plugins/pgpmime/pgpmime.c
3052 2004-11-24 [colin] 0.9.12cvs171.1
3054 * src/plugins/pgpmime/pgpmime.c
3055 Sync with head (gpgmectx leaks)
3057 2004-11-24 [colin] 0.9.12cvs169.1
3059 * src/plugins/pgpmime/plugin.c
3060 * src/plugins/trayicon/Makefile.am
3061 * src/plugins/trayicon/newmarkedmail.xpm
3062 * src/plugins/trayicon/trayicon.c
3063 * src/plugins/trayicon/unreadmarkedmail.xpm
3066 2004-11-23 [colin] 0.9.12cvs168.1
3068 * src/partial_download.c
3069 * src/partial_download.h
3070 * src/plugins/pgpmime/plugin.c
3073 2004-11-23 [colin] 0.9.12cvs166.1
3080 * src/partial_download.c
3081 * src/partial_download.h
3082 * src/prefs_account.c
3083 * src/prefs_account.h
3087 * src/common/Makefile.am
3088 * src/common/base64.h
3089 * src/common/partial_download.c
3090 * src/common/partial_download.h
3091 * src/gtk/prefswindow.c
3092 * src/gtk/prefswindow.h
3093 * src/plugins/pgpmime/pgpmime.c
3094 * src/plugins/pgpmime/prefs_gpg.c
3095 * src/plugins/pgpmime/prefs_gpg.h
3096 * src/plugins/pgpmime/sgpgme.c
3097 * src/plugins/pgpmime/sgpgme.h
3100 2004-11-23 [colin] 0.9.12cvs163.1
3103 Sync with HEAD (cursor optimization)
3105 2004-11-23 [colin] 0.9.12cvs162.1
3107 * src/prefs_common.c
3108 * src/prefs_themes.c
3112 2004-11-23 [colin] 0.9.12cvs158.9
3115 Fix double-free when forwarding
3117 Fix leak on error path
3120 2004-11-23 [colin] 0.9.12cvs158.8
3123 Fix possible double-free
3126 2004-11-23 [colin] 0.9.12cvs158.7
3129 Fix some signal handlers' prototypes
3132 2004-11-22 [colin] 0.9.12cvs158.6
3135 Remove unneeded code and duplicated
3136 wrapping - patch by Alfons
3138 2004-11-22 [colin] 0.9.12cvs158.5
3140 * src/prefs_themes.c
3141 Fix oversized selector
3143 2004-11-22 [colin] 0.9.12cvs158.4
3149 2004-11-19 [colin] 0.9.12cvs158.3
3152 Add a context menu on links (open, copy)
3154 2004-11-18 [paul] 0.9.12cvs158.2
3160 * src/prefs_common.c
3161 * src/plugins/image_viewer/viewer.c
3162 * src/plugins/spamassassin/spamassassin_gtk.c
3163 replace deprecated gtk_notebook_set_page
3164 and gtk_notebook_current_page
3166 2004-11-18 [paul] 0.9.12cvs158.1
3172 * src/prefs_common.c
3173 * src/common/utils.c
3174 * src/common/utils.h
3177 2004-11-17 [colin] 0.9.12cvs156.1
3179 * src/prefs_account.c
3180 * src/prefs_account.h
3182 Sync with HEAD (add pref to store encrypted mails encrypted)
3184 2004-11-17 [paul] 0.9.12cvs155.1
3198 * src/pixmaps/error.xpm
3201 2004-11-17 [colin] 0.9.12cvs151.1
3203 * src/plugins/pgpmime/pgpmime.c
3204 Sync with HEAD (remove debug printf)
3206 2004-11-17 [colin] 0.9.12cvs150.1
3208 * src/plugins/pgpmime/pgpmime.c
3209 Sync with HEAD (off-by-one fix)
3211 2004-11-17 [colin] 0.9.12cvs149.1
3214 Sync with HEAD (coding style fixes)
3216 2004-11-16 [colin] 0.9.12cvs148.1
3219 Sync with head (Fix the fix)
3221 2004-11-16 [colin] 0.9.12cvs147.1
3224 Sync with Main (leak fix)
3226 2004-11-16 [colin] 0.9.12cvs146.14
3229 Remove useless chunk of code
3232 2004-11-15 [colin] 0.9.12cvs146.13
3235 Fix drafting after insertion
3238 2004-11-15 [colin] 0.9.12cvs146.12
3241 * src/prefs_filtering.c
3242 * src/prefs_filtering_action.c
3243 * src/prefs_toolbar.c
3244 Fix some const-correctness
3246 2004-11-15 [colin] 0.9.12cvs146.11
3249 * src/prefs_themes.c
3253 2004-11-15 [colin] 0.9.12cvs146.10
3256 More unreadable locale fixes
3258 2004-11-14 [colin] 0.9.12cvs146.9
3261 Fix uri_security_check
3264 2004-11-13 [paul] 0.9.12cvs146.8
3268 fix 2 bugs introduced in last commit
3270 2004-11-13 [paul] 0.9.12cvs146.7
3282 * src/prefs_themes.c
3286 replace deprecated g_basename
3288 2004-11-13 [paul] 0.9.12cvs146.6
3292 * src/matcher_parser.h
3293 * src/matcher_parser_parse.y
3294 * src/prefs_filtering.c
3295 * src/prefs_filtering_action.c
3296 * src/prefs_themes.c
3297 * src/prefs_toolbar.c
3298 * src/common/utils.c
3299 various small fixes/cleanups
3301 2004-11-12 [colin] 0.9.12cvs146.5
3304 Validate event's origin on visibility notify
3307 2004-11-12 [paul] 0.9.12cvs146.4
3314 * src/prefs_spelling.c
3315 * src/prefs_themes.c
3316 replace deprecated g_dirname
3318 2004-11-12 [colin] 0.9.12cvs146.3
3321 Some coding style fixes
3323 2004-11-12 [colin] 0.9.12cvs146.2
3326 We want to replace _all_ extended chars in
3327 conv_unreadable_*, because any string containing
3328 extended chars not parsing as UTF8 is
3329 undisplayed on gtk2.
3331 2004-11-12 [paul] 0.9.12cvs146.1
3348 * src/prefs_account.c
3349 * src/prefs_account.h
3350 * src/prefs_ext_prog.c
3355 * src/summary_search.c
3359 * src/common/utils.c
3360 * src/common/utils.h
3365 2004-11-11 [colin] 0.9.12cvs144.2
3368 Fix URI range selection (patch by Alfons)
3370 2004-11-09 [colin] 0.9.12cvs144.1
3375 * src/folder_item_prefs.c
3376 * src/prefs_account.c
3377 * src/prefs_account.h
3378 * src/plugins/pgpmime/pgpmime.c
3381 2004-11-08 [colin] 0.9.12cvs143.1
3384 Sync with HEAD (optimize quicksearch)
3386 2004-11-08 [colin] 0.9.12cvs142.2
3389 Don't wrap when Edit/Auto wrapping is disabled
3391 2004-11-08 [colin] 0.9.12cvs142.1
3396 2004-11-08 [colin] 0.9.12cvs141.1
3399 Sync with HEAD (fix some mail URIs)
3401 2004-11-08 [colin] 0.9.12cvs140.3
3404 o Use text cursor instead of arrow when
3406 o Fix handling of contiguous links (as in
3407 "colin@colino.net" <colin@colino.net>)
3408 This one unveils a bug in get_email_part()
3410 2004-11-07 [colin] 0.9.12cvs140.2
3413 Fix memleak. Patch by Alfons.
3415 2004-11-06 [colin] 0.9.12cvs140.1
3418 Sync with HEAD (don't ask passphrase
3421 2004-11-06 [paul] 0.9.12cvs139.2
3426 textview URI handling. hovering over a
3427 link displays it in the status bar,
3428 and changes the mouse pointer to a hand
3429 cursor. a link is activated with a single
3430 click. (Modified from the) patch by Jean-Yves
3431 Lefort <jylefort@users.sourceforge.net>
3434 2004-11-05 [colin] 0.9.12cvs139.1
3438 Sync with HEAD again ^^
3440 2004-11-05 [colin] 0.9.12cvs139.1
3446 2004-11-03 [paul] 0.9.12cvs138.1
3451 * src/prefs_ext_prog.c
3453 * tools/kdeservicemenu/README
3454 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3455 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3458 2004-11-01 [christoph] 0.9.12cvs136.2
3461 convert MIME parameters to UTF-8
3463 2004-10-29 [colin] 0.9.12cvs136.1
3465 * src/common/utils.c
3466 Sync with HEAD (don't use '=' in mime boundary)
3468 2004-10-29 [paul] 0.9.12cvs135.1
3471 * doc/src/rfc2231.txt
3473 * src/common/quoted-printable.c
3474 * src/common/utils.c
3475 * src/common/utils.h
3478 2004-10-27 [paul] 0.9.12cvs134.1
3483 * src/plugins/pgpmime/pgpmime.c
3486 2004-10-26 [paul] 0.9.12cvs132.3
3494 * src/customheader.c
3504 * src/grouplistdialog.c
3514 * src/prefs_display_header.c
3516 * src/prefs_msg_colors.c
3517 * src/prefs_toolbar.c
3524 * src/common/mgutils.c
3527 * src/common/template.c
3528 * src/common/utils.c
3529 * src/common/xmlprops.c
3530 * src/plugins/pgpmime/pgpmime.c
3531 * src/plugins/pgpmime/select-keys.c
3532 * src/plugins/pgpmime/sgpgme.c
3533 replace deprecated g_strcasecmp(), g_strncasecmp(),
3534 g_string_sprintfa(), gtk_notebook_current_page()
3536 2004-10-26 [colin] 0.9.12cvs132.2
3538 * src/prefs_folder_item.c
3539 Fix default-account selection
3541 2004-10-21 [colin] 0.9.12cvs133
3544 Sync with HEAD (Remove extra separator in compose's Options)
3546 Set wrapping to char
3548 2004-10-21 [paul] 0.9.12cvs131.2
3551 * src/sourcewindow.c
3553 fix window shrinking
3555 2004-10-21 [colin] 0.9.12cvs131.1
3561 2004-10-21 [paul] 0.9.12cvs130.2
3563 * src/prefs_folder_item.c
3564 sync with HEAD (Apply to subfolders)
3566 2004-10-19 [colin] 0.9.12cvs130.1
3570 * src/common/utils.c
3574 2004-10-19 [colin] 0.9.12cvs128.1
3581 * src/customheader.c
3590 * src/matcher_parser_parse.y
3593 * src/prefs_account.c
3595 * src/prefs_msg_colors.c
3602 * src/common/base64.c
3603 * src/common/partial_download.c
3604 * src/common/socket.c
3605 * src/common/sylpheed.c
3606 * src/common/utils.c
3607 * src/common/utils.h
3608 * src/gtk/pluginwindow.c
3609 * src/gtk/quicksearch.c
3610 * src/plugins/clamav/clamav_plugin.c
3611 * src/plugins/clamav/clamav_plugin.h
3612 * src/plugins/clamav/clamav_plugin_gtk.c
3613 * src/plugins/pgpmime/passphrase.c
3614 * src/plugins/pgpmime/pgpmime.c
3615 * src/plugins/pgpmime/plugin.c
3616 * src/plugins/pgpmime/prefs_gpg.c
3617 * src/plugins/pgpmime/prefs_gpg.h
3618 * src/plugins/pgpmime/select-keys.c
3619 * src/plugins/pgpmime/sgpgme.c
3620 * src/plugins/spamassassin/libspamc.c
3621 * src/plugins/spamassassin/spamassassin.c
3622 * src/plugins/spamassassin/spamassassin.h
3623 * src/plugins/spamassassin/spamassassin_gtk.c
3624 * src/plugins/trayicon/trayicon.c
3625 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3628 2004-10-14 [colin] 0.9.12cvs126.2
3632 Fix conv_unreadable_locale
3634 2004-10-13 [colin] 0.9.12cvs126.1
3637 Sync with HEAD (don't convert charset for
3638 drafted messages, minor cleanup)
3640 2004-10-13 [colin] 0.9.12cvs125.1
3643 Sync with HEAD (POTFILES fix)
3645 2004-10-12 [colin] 0.9.12cvs124.3
3648 Fix encoding bug from latest sync
3650 2004-10-12 [paul] 0.9.12cvs124.2
3652 * src/plugins/pgpmime/prefs_gpg.c
3653 * src/plugins/pgpmime/prefs_gpg.h
3654 forgotten in last commit
3656 2004-10-12 [paul] 0.9.12cvs124.1
3660 * m4/spamassassin.m4
3670 * src/prefs_account.c
3671 * src/prefs_account.h
3672 * src/prefs_common.c
3683 * src/common/utils.c
3684 * src/common/utils.h
3686 * src/plugins/pgpmime/Makefile.am
3687 * src/plugins/pgpmime/passphrase.c
3688 * src/plugins/pgpmime/passphrase.h
3689 * src/plugins/pgpmime/pgpmime.c
3690 * src/plugins/pgpmime/plugin.c
3691 * src/plugins/pgpmime/select-keys.c
3692 * src/plugins/pgpmime/select-keys.h
3693 * src/plugins/pgpmime/sgpgme.c
3694 * src/plugins/pgpmime/sgpgme.h
3697 2004-10-04 [colin] 0.9.12cvs122.1
3705 2004-10-04 [colin] 0.9.12cvs121.1
3710 2004-10-04 [paul] 0.9.12cvs120.1
3713 sync with HEAD [don't try to build
3714 pgpmime plugin when gpgme is disabled]
3716 2004-10-03 [colin] 0.9.12cvs119.3
3718 * src/gtk/gtksctree.c
3719 Lots of side effects. Put back as before 117.2.
3723 2004-10-03 [colin] 0.9.12cvs119.2
3725 * src/gtk/gtksctree.c
3726 Revert 608 fix that doesn't work that good
3728 2004-10-02 [colin] 0.9.12cvs119.1
3732 * src/prefs_common.h
3737 * src/gtk/gtksctree.c
3740 2004-10-01 [colin] 0.9.12cvs118.1
3743 Sync with HEAD (better Save All fix)
3745 2004-10-01 [colin] 0.9.12cvs117.2
3747 * src/gtk/gtksctree.c
3750 2004-10-01 [colin] 0.9.12cvs117.1
3753 Sync with HEAD (Save All: only attachments)
3755 2004-10-01 [paul] 0.9.12cvs116.1
3760 * src/prefs_common.c
3761 * src/gtk/colorlabel.c
3764 2004-09-30 [colin] 0.9.12cvs115.1
3766 * src/stock_pixmap.c
3767 * src/stock_pixmap.h
3770 * src/pixmaps/read.xpm
3771 Sync with HEAD (new pixmap)
3773 2004-09-29 [colin] 0.9.12cvs114.1
3777 Fix focus handling in headers
3779 2004-09-29 [paul] 0.9.12cvs113.1
3781 * src/quote_fmt_parse.y
3785 2004-09-28 [colin] 0.9.12cvs112.1
3791 2004-09-28 [colin] 0.9.12cvs110.1
3794 Sync with HEAD (Contextual Empty trash menu)
3796 2004-09-28 [colin] 0.9.12cvs108.1
3799 Sync with HEAD (addressbook edit on double-click)
3801 2004-09-28 [colin] 0.9.12cvs106.1
3804 Sync with HEAD (folder_item freeze on inc)
3806 2004-09-27 [colin] 0.9.12cvs105.1
3809 Sync with HEAD (right-align new and unread column)
3811 2004-09-27 [colin] 0.9.12cvs104.1
3814 Sync with HEAD (revert 0.9.12cvs101)
3816 2004-09-24 [colin] 0.9.12cvs103.2
3819 Fix gtk warnings and use domain part of the email address
3820 when domain detection fails (no dot in domain name)
3822 2004-09-23 [colin] 0.9.12cvs103.1
3824 * src/plugins/spamassassin/libspamc.c
3825 * src/plugins/spamassassin/libspamc.h
3826 * src/plugins/spamassassin/utils.c
3827 * src/plugins/spamassassin/utils.h
3828 Sync with HEAD (Update spamassassin to 3.0)
3830 2004-09-21 [colin] 0.9.12cvs102.3
3833 Add horizontal scrollbar in action io dialog as needed
3836 2004-09-20 [colin] 0.9.12cvs102.2
3838 * src/plugins/image_viewer/viewer.c
3840 use gtk_pixmap_set when clearing
3841 (would be better to use gtkImages, but causes size-allocate
3844 2004-09-17 [paul] 0.9.12cvs102.1
3854 2004-09-17 [colin] 0.9.12cvs101.1
3858 Sync with HEAD (fix segs at exit)
3860 2004-09-14 [colin] 0.9.12cvs99.5
3862 * src/common/socket.c
3864 Fix send error on 64bit platforms
3865 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
3867 2004-09-14 [colin] 0.9.12cvs99.4
3870 Fix action output with utf8
3873 2004-09-14 [colin] 0.9.12cvs99.3
3879 2004-09-09 [colin] 0.9.12cvs99.2
3882 Fix progress bar (displaying "Completed %v/%u")
3885 2004-09-08 [colin] 0.9.12cvs99.1
3891 * src/plugins/pgpmime/pgpmime.c
3894 2004-09-08 [colin] 0.9.12cvs97.2
3897 Don't select mails in collapsed threads
3898 when navigating with up/down
3900 2004-09-07 [colin] 0.9.12cvs97.1
3903 Sync with HEAD (meaningful error messages)
3905 2004-09-06 [colin] 0.9.12cvs96.1
3908 Sync with HEAD (fix Redirect graying out)
3910 2004-09-06 [colin] 0.9.12cvs95.1
3914 Sync with HEAD (fix dropped URIs)
3916 2004-09-06 [colin] 0.9.12cvs94.1
3922 Sync with HEAD (addressbook DnD)
3924 2004-09-03 [colin] 0.9.12cvs93.1
3927 Sync with HEAD (next/prev unread)
3929 2004-09-03 [colin] 0.9.12cvs92.1
3931 * src/prefs_common.c
3932 * src/prefs_common.h
3934 Sync with HEAD ('mark_as_read_delay' pref)
3936 2004-09-02 [colin] 0.9.12cvs91.2
3941 2004-09-02 [colin] 0.9.12cvs91.1
3944 Sync with HEAD (menu accel don't work, but whatever)
3946 2004-09-02 [colin] 0.9.12cvs90.1
3949 Sync with HEAD (fix bug 582)
3951 2004-09-02 [colin] 0.9.12cvs89.1
3954 Sync with HEAD (free deleted queries)
3956 2004-09-02 [colin] 0.9.12cvs88.1
3959 Sync with HEAD (fix LDAP freezes)
3961 2004-09-02 [colin] 0.9.12cvs87.1
3963 * src/prefs_spelling.c
3964 Sync with HEAD (add default dictionary)
3966 2004-09-01 [colin] 0.9.12cvs86.1
3971 * src/prefs_matcher.c
3972 * src/stock_pixmap.c
3973 * src/summary_search.c
3977 Sync with HEAD (uninitialized vars fixes)
3978 + gtk2 specific warning fixes
3980 2004-08-31 [colin] 0.9.12cvs85.1
3983 Sync with HEAD (Fix memory corruption due to
3986 2004-08-31 [colin] 0.9.12cvs84.4
3988 * src/summary_search.c
3989 Fix segfaults when searching in folders with broken headers
3991 2004-08-31 [colin] 0.9.12cvs84.3
3995 Fix some more encoding/decoding issues
3997 2004-08-30 [colin] 0.9.12cvs84.2
4000 * src/prefs_themes.c
4003 Add a folder-mode selection (fixes mimeview's "Save all")
4005 2004-08-29 [colin] 0.9.12cvs84.1
4008 Sync with HEAD (don't escape saved filenames)
4010 2004-08-27 [colin] 0.9.12cvs83.1
4019 * src/common/utils.c
4022 Sync with HEAD 0.9.12cvs83 (sync with main)
4024 2004-08-26 [colin] 0.9.12cvs82.4
4027 Fix strange stack corruption
4028 Convert to utf8 after unmime, not before
4030 2004-08-26 [colin] 0.9.12cvs82.3
4034 Fix account folders duplication
4036 2004-08-25 [colin] 0.9.12cvs82.2
4041 Use login@server as account name
4043 2004-08-25 [colin] 0.9.12cvs82.1
4045 * src/plugins/pgpmime/pgpmime.c
4046 Sync with HEAD (leak fix).
4048 2004-08-25 [colin] 0.9.12cvs81.1
4050 * src/plugins/pgpmime/pgpmime.c
4051 * src/plugins/pgpmime/sgpgme.c
4052 * src/plugins/pgpmime/sgpgme.h
4053 Sync with HEAD (Handle combined messages).
4055 2004-08-24 [colin] 0.9.12cvs80.3
4058 Fix full name, ports, and imap
4060 2004-08-24 [colin] 0.9.12cvs80.2
4066 * src/stock_pixmap.c
4067 * src/stock_pixmap.h
4068 * src/wizard.c ** ADDED **
4069 * src/wizard.h ** ADDED **
4070 * src/pixmaps/sylpheed_icon.xpm ** ADDED **
4073 2004-08-24 [colin] 0.9.12cvs80.1
4076 Sync with HEAD (set mimeflags on all messages)
4078 2004-08-24 [colin] 0.9.12cvs79.3
4080 * src/matcher_parser_lex.l
4081 Fix 8bits strings not in utf8
4083 2004-08-24 [colin] 0.9.12cvs79.2
4086 Check conversion result before replacing buffer
4088 2004-08-23 [colin] 0.9.12cvs79.1
4091 Sync with HEAD (create message header in memory)
4093 2004-08-23 [colin] 0.9.12cvs78.1
4097 Sync with HEAD (fix bug 197 again)
4099 2004-08-23 [colin] 0.9.12cvs77.3
4102 Fix again inline gpg signing (which outputs utf8
4103 in gtk2). Not syncing this fix to HEAD as this
4104 code is meant to die.
4106 2004-08-23 [colin] 0.9.12cvs77.2
4108 * src/prefs_account.h
4109 Remove useless include
4111 2004-08-23 [colin] 0.9.12cvs77.1
4121 Sync with HEAD (fix bug 577)
4123 2004-08-22 [colin] 0.9.12cvs76.1
4125 * src/plugins/trayicon/trayicon.c
4126 Sync with HEAD (fix formatting bug)
4128 2004-08-21 [colin] 0.9.12cvs74.2
4130 * src/gtk/colorsel.c
4131 Fix bug 564 (Folder color selection window exits on any
4134 2004-08-21 [colin] 0.9.12cvs74.1
4140 Sync with HEAD (fix bug 576)
4142 2004-08-21 [colin] 0.9.12cvs70.1
4149 2004-08-21 [paul] 0.9.12cvs66.4
4154 * src/plugins/spamassassin/spamassassin_gtk.c
4155 remove some deprecated gtk1 functions
4158 2004-08-21 [colin] 0.9.12cvs66.3
4163 Remove encoding hacks
4164 Fix bug 575 (Strange character messes up message)
4165 Don't display conversion error when drafting
4167 2004-08-21 [paul] 0.9.12cvs66.2
4169 * src/prefs_account.c
4173 2004-08-20 [colin] 0.9.12cvs66.1
4176 Sync with HEAD 0.9.12cvs66
4180 * src/plugins/pgpmime/plugin.c
4181 modify PGP/MIME plugin's description
4183 2004-08-17 [colin] 0.9.12cvs65.1
4186 * src/plugins/pgpmime/plugin.c
4189 2004-08-14 [colin] 0.9.12cvs60.3
4191 * src/plugins/trayicon/trayicon.c
4192 Put back resize callback, on size-request signal
4193 rather than size-allocate to avoid infinite
4196 2004-08-13 [colin] 0.9.12cvs60.2
4199 Cache versions have been fixed
4201 2004-08-13 [colin] 0.9.12cvs60.1
4206 2004-08-12 [colin] 0.9.12cvs59.1
4208 * src/plugins/trayicon/trayicon.c
4211 2004-08-12 [colin] 0.9.12cvs57.5
4217 Add support for Freedesktop.org's startup notification
4219 2004-08-11 [colin] 0.9.12cvs57.4
4224 2004-08-11 [colin] 0.9.12cvs57.3
4226 * src/message_search.c
4227 * src/summary_search.c
4228 Make searches case insensitive by default
4230 Fix case-insensitive search in message
4232 2004-08-11 [colin] 0.9.12cvs57.2
4234 * src/summary_search.c
4235 Let case-sensitive be specified
4237 2004-08-10 [colin] 0.9.12cvs55.4
4239 * src/common/socket.c
4240 Fix the possible race condition
4242 2004-08-09 [paul] 0.9.12cvs55.3
4246 * src/common/Makefile.am
4250 2004-08-09 [paul] 0.9.12cvs55.2
4254 remove unneeded script
4257 add forgotten USE_LDAP_TLS (sync with HEAD)
4260 2004-08-09 [colin] 0.9.12cvs55.1
4264 * src/common/sylpheed.c
4265 * src/common/sylpheed.h
4266 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
4268 2004-08-09 [paul] 0.9.12cvs54.1
4282 * src/plugins/Makefile.am
4283 * src/plugins/pgpmime/.cvsignore
4284 * src/plugins/pgpmime/Makefile.am
4285 * src/plugins/pgpmime/pgpmime.c
4286 * src/plugins/pgpmime/pgpmime.h
4287 * src/plugins/pgpmime/plugin.c
4288 * src/plugins/pgpmime/sgpgme.c
4289 * src/plugins/pgpmime/sgpgme.h
4292 2004-08-08 [paul] 0.9.12cvs51.1
4298 2004-08-07 [colin] 0.9.12cvs50.1
4301 * src/common/partial_download.c
4302 fix warnings (sync from HEAD)
4304 2004-08-07 [colin] 0.9.12cvs48.1
4306 * src/prefs_folder_item.c
4307 sync with HEAD 0.9.12cvs48
4309 2004-08-06 [colin] 0.9.12cvs47.1
4314 2004-08-06 [christoph] 0.9.12cvs46.2
4317 * src/plugins/clamav/clamav_plugin_gtk.c
4318 * src/plugins/dillo_viewer/dillo_viewer.c
4319 * src/plugins/image_viewer/plugin.c
4320 * src/plugins/mathml_viewer/mathml_viewer.c
4321 * src/plugins/spamassassin/spamassassin_gtk.c
4322 * src/plugins/trayicon/trayicon.c
4323 don't mix GTK1.2 plugin with GTK2 plugins
4325 2004-08-06 [colin] 0.9.12cvs46.1
4331 * sylpheed-claws.pc.in
4340 * src/prefs_ext_prog.c
4341 * src/prefs_folder_item.c
4343 * src/prefs_msg_colors.c
4344 * src/prefs_spelling.c
4345 * src/prefs_themes.c
4346 * src/prefs_toolbar.c
4347 * src/prefs_wrapping.c
4351 * src/common/session.c
4352 * src/common/session.h
4353 * src/common/socket.c
4354 * src/common/utils.h
4357 * src/gtk/prefswindow.c
4358 * src/gtk/prefswindow.h
4359 * src/plugins/clamav/clamav_plugin_gtk.c
4360 * src/plugins/dillo_viewer/dillo_prefs.c
4361 * src/plugins/image_viewer/viewerprefs.c
4362 * src/plugins/spamassassin/spamassassin_gtk.c
4363 * m4/openssl.m4 *** REMOVED ***
4364 Sync with HEAD 0.9.12cvs46
4366 2004-08-03 [paul] 0.9.12cvs40.2
4377 * src/editldap_basedn.c
4381 * src/prefs_common.c
4382 * src/prefs_template.c
4383 * src/sourcewindow.c
4386 * src/gtk/foldersort.c
4387 * src/gtk/logwindow.c
4388 * src/gtk/pluginwindow.c
4389 * src/gtk/prefswindow.c
4390 change all gtk_scrolled_window_set_policy from
4391 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
4393 2004-08-02 [paul] 0.9.12cvs40.1
4396 update translation team section
4398 updated by Frederico Goncalves Guimaraes
4399 <fggdebian@yahoo.com.br>
4401 2004-07-31 [colin] 0.9.12cvs39.9
4406 2004-07-31 [colin] 0.9.12cvs39.8
4409 Fix an alertpanel type
4411 2004-07-30 [colin] 0.9.12cvs39.7
4414 Fix alertpanel_error_log's icon
4416 2004-07-30 [colin] 0.9.12cvs39.6
4419 Two of them should still be warnings
4421 2004-07-30 [colin] 0.9.12cvs39.5
4424 More warning -> error
4425 2004-07-29 [colin] 0.9.12cvs39.4
4430 2004-07-29 [colin] 0.9.12cvs39.3
4432 * src/prefs_matcher.c
4435 2004-07-29 [colin] 0.9.12cvs39.2
4438 More nice-looking alertpanels
4440 2004-07-29 [colin] 0.9.12cvs39.1
4444 (inform user when partial mail is deleted on server)
4446 2004-07-29 [colin] 0.9.12cvs38.1
4451 2004-07-28 [paul] 0.9.12cvs37.7
4454 complete the replacement of deprecated gtk_progress_*
4456 2004-07-28 [paul] 0.9.12cvs37.6
4461 * src/send_message.c
4462 * src/gtk/progressdialog.c
4463 * src/gtk/progressdialog.h