1 2005-07-01 [colin] 1.9.12cvs10
9 * src/plugins/trayicon/trayicon.c
10 Add marked symbol on folders containing
18 Add an optional confirmation dialog on queue
19 sending. Patch by wwp.
20 * src/pixmaps/dir_close_mark.xpm ** ADDED **
21 * src/pixmaps/dir_open_hrm_mark.xpm ** ADDED **
22 * src/pixmaps/dir_open_mark.xpm ** ADDED **
23 * src/pixmaps/drafts_close_mark.xpm ** ADDED **
24 * src/pixmaps/drafts_open_mark.xpm ** ADDED **
25 * src/pixmaps/inbox_hrm_mark.xpm ** ADDED **
26 * src/pixmaps/inbox_mark.xpm ** ADDED **
27 * src/pixmaps/outbox_hrm_mark.xpm ** ADDED **
28 * src/pixmaps/outbox_mark.xpm ** ADDED **
29 * src/pixmaps/trash_hrm_mark.xpm ** ADDED **
30 * src/pixmaps/trash_mark.xpm ** ADDED **
33 2005-07-01 [colin] 1.9.12cvs9
36 Fix a little threading bug
39 A little bit of HIG normality never hurts
41 2005-07-01 [colin] 1.9.12cvs8
49 * src/common/template.c
52 Reverted the fwrite_atomic stuff. In fact
55 2005-06-30 [colin] 1.9.12cvs7
59 Add an fwrite_atomic() function to make
60 sure we write everything: fwrite can make
68 * src/common/template.c
69 Use that (and fix swapping of size and nmemb).
70 Thanks to Rich Coe for the heads up.
72 2005-06-30 [colin] 1.9.12cvs6
75 Optimize addressbook opening
77 2005-06-30 [colin] 1.9.12cvs5
80 Remove calls to summary_step after move/copy
82 2005-06-28 [paul] 1.9.12cvs4
85 wrap and make the error msg selectable
87 2005-06-28 [paul] 1.9.12cvs3
90 replace the OK button with a Close button
91 * src/gtk/foldersort.c
92 use GTK_STOCK_ icons/buttons
94 2005-06-28 [colin] 1.9.12cvs2
96 * src/gedit-print.c ** ADDED **
97 * src/gedit-print.h ** ADDED **
98 * src/gtk/gtksourceprintjob.c ** ADDED **
99 * src/gtk/gtksourceprintjob.h ** ADDED **
100 I can't believe no one had enough time to tell
101 me I forgot the `cvs add`
103 2005-06-27 [colin] 1.9.12cvs1
106 * src/gtk/Makefile.am
111 Add optional libgnomeprint-based printing
113 * src/gtk/quicksearch.c
114 Add an Edit/Quick search menu item to show
115 and focus the quicksearch
117 2005-06-27 [paul] 1.9.12
130 updated by Miquel Oliete, Thomas Gilgin, Ricardo
131 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
132 SungHyun Nam, Frederico Goncalves Guimaraes,
133 Andrej Kacian, and Yang Guilong
134 2005-06-26 [colin] 1.9.11cvs106
137 Forgot one file for previous fix
139 2005-06-26 [colin] 1.9.11cvs105
143 Fix problems with folder operations in no_select
144 imap folders. it applies only to mails, and
145 creation/deletion/move/renaming of folders
148 2005-06-26 [paul] 1.9.11cvs104
150 * src/prefs_filtering.c
151 replace one more GTK_STOCK_REMOVE
152 with GTK_STOCK_DELETE
154 2005-06-25 [colin] 1.9.11cvs103
157 Optimize get_seq_set_from_seq_list
160 2005-06-25 [colin] 1.9.11cvs102
163 If the directory exists, but not in the
164 correct encoding, rename it. This should
165 handle old-versions-induced bugs.
167 2005-06-25 [colin] 1.9.11cvs101
170 Fix path access with extended dir names
171 Fixes bug #589 (SC segfaults with wrong locale
174 2005-06-25 [colin] 1.9.11cvs100
176 * src/prefs_account.c
177 * src/prefs_account.h
179 Add an option to encrypt replies to
182 2005-06-25 [colin] 1.9.11cvs99
185 * src/quote_fmt_parse.y
186 ... And make it work with pgpinline.
188 2005-06-25 [colin] 1.9.11cvs98
193 * src/quote_fmt_parse.y
194 o Make reedition of encrypted messages possible
195 (as long as it is encrypted to self too, no
197 o Make replying with quote (and without selecting
198 text) possible for encrypted messages.
199 Closes bug #550 (Not possible to "reply with quote"
200 to gnupg encrypted messages)
202 2005-06-24 [paul] 1.9.11cvs97
207 2005-06-24 [paul] 1.9.11cvs96
210 made bind password entry invisible
213 send_message_local(): check exit status
214 to detect errors (sync with main)
216 use main's less ambiguous popup menu
219 2005-06-24 [paul] 1.9.11cvs95
221 * src/prefs_actions.c
222 * src/prefs_customheader.c
223 * src/prefs_display_header.c
224 * src/prefs_filtering_action.c
225 * src/prefs_matcher.c
226 * src/prefs_template.c
227 * src/prefs_toolbar.c
228 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
229 * src/gtk/description_window.c
230 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
232 2005-06-23 [colin] 1.9.11cvs94
235 Fix rough edges (be sure to call status_show whenever
238 2005-06-23 [colin] 1.9.11cvs93
242 Before, in a 5K mails folder: 11s
243 After, in the same folder: 58000µs
244 The joys of locking... gtk_clist_select_all() fires a
245 tree-select-row event for each selected row, which in
246 summaryview, callbacks summary_selected which in turn,
247 calls summary_status_show, which walks the selected
248 rows. Hence, calling gtk_clist_select_all was
249 exponential. Locking the summaryview makes
250 summary_selected return early.
252 2005-06-23 [colin] 1.9.11cvs92
255 Move mutex at the important place to avoid
258 Fix Del key deleting directly instead of
261 2005-06-22 [colin] 1.9.11cvs91
263 * src/plugins/spamassassin/libspamc.c
264 As we do spagetti code with assignations in multiple
265 places (see _message_read_raw where out = msg = raw),
266 let's be sure we don't free the same pointer twice.
267 Should fix bug #683 (Crash in libpam at
270 2005-06-22 [colin] 1.9.11cvs90
275 Make toolbar's delete use the move to trash stuff;
276 Add gtk_widget_realize to be sure pixmaps can get
277 created (that may fix an old worksforme bug which
278 I can't find back...)
280 2005-06-22 [colin] 1.9.11cvs89
285 Rename "Message/Delete" to "Message/Move to trash"
286 Add "Message/Delete..." that directly destroys the
287 selected messages after asking for a confirmation.
289 2005-06-22 [colin] 1.9.11cvs88
292 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
293 o Fix a deadlock (thanks Darko)
295 2005-06-22 [colin] 1.9.11cvs87
297 * src/gtk/foldersort.c
298 Add missing include for the i18n;
299 patch by Fabien Vantard
301 2005-06-21 [colin] 1.9.11cvs86
305 Respect the no_select flag
307 Fix recursive deletion
310 Make the folder deletion's warning
313 2005-06-21 [colin] 1.9.11cvs85
316 Prevent email addresses from spanning accross
317 lines - fixes bug # 646 (newline-chars in
320 2005-06-20 [colin] 1.9.11cvs84
323 Be sure not to remove source if copy failed
325 2005-06-20 [colin] 1.9.11cvs83
329 remove summaryview's lock
331 introduce threads to avoid problems when foreground tasks
332 interfere with background tasks
334 prevent moving to drafts/queue
338 2005-06-19 [colin] 1.9.11cvs82
341 Remember that the user doesn't want to override
342 offline mode, for 3 seconds. It avoid presenting
343 him with N popups in a really short time.
345 2005-06-17 [colin] 1.9.11cvs81
348 Fix IMAP breaking on folders containing '('
349 (Probably won't be enough)
351 2005-06-17 [colin] 1.9.11cvs80
353 Forgotten files on 1.9.11cvs79
355 Fix stepping when not immediately executing
357 Really prevent UID FETCH 0
359 Fix outgoing charset never set to utf-8
363 2005-06-16 [colin] 1.9.11cvs79
366 Fix bug #707 (Dash splits rows)
367 Only wrap if we're on a line break position and
368 the previous one was a "white" (space) char.
369 Pango stuff is weird.
371 2005-06-16 [colin] 1.9.11cvs78
374 Lock summaryview while downloading messages
380 Replace \r and \n with spaces in From and
383 2005-06-16 [paul] 1.9.11cvs77
386 liberalise the mime parser
390 2005-06-16 [paul] 1.9.11cvs76
395 2005-06-15 [colin] 1.9.11cvs75
398 Finish header encoding fix
402 Fix compilation (Thanks Stephan
405 2005-06-15 [colin] 1.9.11cvs74
408 Install gnome2 stuff rather than gnome1,
415 Visual progress when fetching all messages
419 Prevent changing current message while
422 2005-06-15 [paul] 1.9.11cvs73
424 * src/gtk/gtkaspell.c
425 * src/gtk/gtkaspell.h
428 2005-06-15 [paul] 1.9.11cvs72
430 * src/prefs_filtering.c
431 allow reordering of filter rules by
434 2005-06-15 [paul] 1.9.11cvs71
439 replace deprecated function
442 * src/gtk/progressdialog.c
443 * src/gtk/progressdialog.h
444 salvage and reuse parts of reverted sync
446 2005-06-15 [paul] 1.9.11cvs70
450 * src/gtk/progressdialog.c
451 * src/gtk/progressdialog.h
452 revert yesterday's sync with main
453 it contains deprecated functions
455 2005-06-15 [colin] 1.9.11cvs69
458 Fix bug #670 (multi user to: will corrupt message
461 2005-06-15 [colin] 1.9.11cvs68
464 Fix bug #421 (Fix undo on wrapping)
466 2005-06-15 [colin] 1.9.11cvs67
469 Provide visual feedback while processing
472 Provide visual feedback while getting
473 short headers (for uncached messages)
476 2005-06-14 [paul] 1.9.11cvs66
479 change a couple stock icons
482 * src/gtk/progressdialog.c
483 * src/gtk/progressdialog.h
484 sync main's GtkTreeView implementation
486 2005-06-14 [colin] 1.9.11cvs65
489 Various little fixes, mainly on error paths
491 2005-06-13 [colin] 1.9.11cvs64
496 Add a way to fetch only headers. This speeds
497 up filtering on headers for IMAP. Fixes:
498 bug #481 extraneous imap commands slow down
500 bug #522 Sylpheed downloads all messages
501 when opening mailbox (IMAP)
502 bug #677 IMAP fetch is soooooooooooooo slow
505 Add a folder set_batch method so that
506 implementations can speed up flags changes
509 Use that in mark as (un)read and mark all read
512 Implement set_batch - brings back deferred
513 flags in a less buggy manner. Fixes:
514 bug #729 IMAP immediate expunge of deleted messages
515 bug #191 remove list of messages with one command
516 Fix login with strange chars
517 Implement fetch_msg_full
518 Fix copy (wrong counts)
520 2005-06-12 [colin] 1.9.11cvs63
523 lock incorporation during long operations.
524 Avoids fucking up the IMAP socket.
526 2005-06-12 [colin] 1.9.11cvs62
530 Factorize remove_all_msg
533 Don't update partial-download status if unnecessary
535 Use remove_msgs everywhere possible
537 2005-06-12 [colin] 1.9.11cvs61
541 Add a remove_msgs function to remove a
546 2005-06-12 [colin] 1.9.11cvs60
549 Remove flags-processing deferring... Too hard
550 to get it to work in all cases.
552 2005-06-11 [colin] 1.9.11cvs59
555 printf -> debug_print
557 2005-06-11 [colin] 1.9.11cvs58
560 o Fix build without USE_PTHREAD
561 o Factorize imap_open
562 o Alertpanel in case of impossible connection
563 o Alertpanel in case of impossible login
564 o Fix deferred flags processing to force a
565 flush before adding some more flags to process,
566 but in another folder.
568 2005-06-10 [colin] 1.9.11cvs57
571 o Fix a format string error
572 o init ssl socket outside of the thread
573 (it possibly invokes gtk calls)
575 o Put back the buffer to its necessary size
576 o Fix changing a file pointer without keeping
577 track of it (thanks Valgrind)
579 o Fix automatic STARTTLS if login should be done
580 and the server only allows it after starting TLS
581 * src/gtk/gtkinputdialog.c
582 o Eat GDK_Return so that the combo popup doesn't
583 appear when we press Enter to validate the combo
584 input dialog (as seen in the Open with... dialog)
586 2005-06-10 [colin] 1.9.11cvs56
590 o Fix a crash on deletion
591 o Threadize imap_select (it's called outside of
593 o Defer treatment of DELETED flags
596 2005-06-09 [colin] 1.9.11cvs55
599 Make sure we check imap_gtk_should_override(), which
600 potentially calls gtk stuff, before creating thread.
601 That way it should't be called via imap_get_session()
604 2005-06-09 [colin] 1.9.11cvs54
607 o add a bit of status output
608 o remove some dead code
609 o threadize get_list_of_uids
610 o threadize imap_get_flags
611 o defer flag changing by 500ms so that they
615 2005-06-08 [colin] 1.9.11cvs53
618 Thread-ize imap_cmd_fetch
620 2005-06-08 [colin] 1.9.11cvs52
623 Mmh, that broke POP3...
625 2005-06-08 [colin] 1.9.11cvs51
628 Stabilize IMAP patch (thanks to Hoa)
630 2005-06-08 [colin] 1.9.11cvs50
633 Test patch to speed up imap.
635 2005-06-08 [colin] 1.9.11cvs49
640 Apply patch from gentoo to use /usr/share/mime/globs if
641 available, after un-breaking it
644 Use g_timeout for invoking hooks that possibly use gtk
645 calls. This should leave gtk calls in the main thread.
647 2005-06-08 [paul] 1.9.11cvs48
650 conv_get_outgoing_charset_str(): don't
651 use prefs_common setting
654 add /Options/Character encoding/... to
655 temporarily change the outgoing encoding
657 (belated sync with main)
659 2005-06-08 [paul] 1.9.11cvs47
662 correction to/completion of last
665 2005-06-08 [paul] 1.9.11cvs46
671 always enabled Japanese auto-detection
672 if the first letters of locale string
675 don't use "destroy" signal to destroy
676 Compose object (fix rare crashes on discard?)
680 added Hebrew encodings
682 don't use "destroy" signal to destroy
685 2005-06-07 [colin] 1.9.11cvs45
688 Add missing unlocks/locks
690 2005-06-07 [paul] 1.9.11cvs44
695 2005-06-06 [colin] 1.9.11cvs43
698 Fix selection bug when prefs_common.open_unread
701 2005-06-06 [colin] 1.9.11cvs42
707 Factorize long operations beginning and end
708 (locking, freezing/thawing, cursor, ...)
709 Check selection->data member in selection-
710 related loops; this avoids dying an awful
711 death if the selection changes on us while
712 we're marking a whole IMAP folder unread,
715 2005-06-06 [paul] 1.9.11cvs41
718 don't g_free() a static gchar buffer
720 2005-06-05 [colin] 1.9.11cvs40
725 Fix bug #749 (Show all headers should be
726 sticky as the GUI suggests)
728 2005-06-03 [paul] 1.9.11cvs39
731 don't allow editing of mail while sending.
734 2005-06-03 [paul] 1.9.11cvs38
737 add a freeze/thaw to speed up 'mark all read'
739 2005-06-03 [paul] 1.9.11cvs37
741 * src/prefs_message.c
742 reflect changes immediately
744 2005-06-02 [colin] 1.9.11cvs36
747 Patch by Fabien Vantard.
749 2005-06-02 [colin] 1.9.11cvs35
752 Use a non-blocking imap_getline() if possible.
753 This should completely prevent the interface
754 from freezin on imap operations, although it
755 may do strange stuff in case of folder switching
756 while a big imap operation is taking place...
758 In addition, fix a leak in the case thread
759 creation fails on connection.
761 2005-06-02 [colin] 1.9.11cvs34
765 Fix build (prefs_common_init() doesn't exist
768 2005-06-02 [colin] 1.9.11cvs33
770 * src/prefs_account.c
771 Fix bug #245 (filtering rules broken when
772 renaming a remote account (imap4 or nntp)
774 2005-06-02 [colin] 1.9.11cvs32
777 Try to fix IMAP shortcomings:
778 o Multithread imap_open()
779 o allow offline-mode overriding instead of
783 Add a function to ask whether we want to
784 override offline-mode for 10 minutes (one-shot
787 Fix segfault when imap parser isn't happy about
790 2005-06-01 [colin] 1.9.11cvs31
803 * src/common/template.c
806 * src/gtk/inputdialog.c
808 * src/gtk/pluginwindow.c
809 * src/gtk/prefswindow.c
810 * src/plugins/pgpmime/passphrase.c
811 * src/plugins/pgpmime/prefs_gpg.c
814 * src/common/Makefile.am
815 * src/common/timing.h
816 Add basic timing code
819 Fix a bug with unread messages when
820 re-sorting folders, and by the way
821 fix a big performance hit when
822 re-sorting (10k mails: before 5s,
825 * src/prefs_compose_writing.c
826 * src/prefs_compose_writing.h
827 * src/prefs_message.c
828 * src/prefs_message.h
833 * src/prefs_receive.c
834 * src/prefs_receive.h
837 * src/prefs_summaries.c
838 * src/prefs_summaries.h
841 2005-06-01 [paul] 1.9.11cvs30
844 updated by Flammie Pirinen
846 fix 'Bad BASE64 content' output
848 2005-05-31 [colin] 1.9.11cvs29
851 Oops, where did my hunk go.
853 2005-05-31 [colin] 1.9.11cvs28
871 * src/prefs_account.c
872 * src/prefs_actions.c
874 * src/prefs_compose_writing.c
875 * src/prefs_customheader.c
876 * src/prefs_ext_prog.c
877 * src/prefs_filtering.c
878 * src/prefs_filtering_action.c
880 * src/prefs_image_viewer.c
881 * src/prefs_message.c
882 * src/prefs_message.h
883 * src/prefs_msg_colors.c
887 * src/prefs_receive.c
888 * src/prefs_receive.h
891 * src/prefs_spelling.c
892 * src/prefs_summaries.c
893 * src/prefs_summary_column.c
894 * src/prefs_template.c
896 * src/prefs_toolbar.c
897 * src/prefs_wrapping.c
902 * src/summary_search.c
909 o Move the rest of Common prefs to new style
910 o Lots of -Wall warning fixes
911 o fix FIXME in cache memusage calculation
912 o Let return receipts be sent from any account
913 o Little cache optimisation (read)
914 o Fix bug #746 (don't treat commas as separators
915 when inside a quoted string)
917 2005-05-31 [paul] 1.9.11cvs27
920 fix 'off-by-one' typo
922 2005-05-31 [paul] 1.9.11cvs26
928 * src/prefs_actions.c
931 * src/prefs_customheader.c
932 * src/prefs_display_header.c
933 * src/prefs_filtering.c
934 * src/prefs_filtering_action.c
935 * src/prefs_matcher.c
936 * src/prefs_summaries.c
937 * src/prefs_summary_column.c
938 * src/prefs_template.c
939 * src/prefs_toolbar.c
941 * src/gtk/pluginwindow.c
942 * src/gtk/prefswindow.c
943 * src/gtk/progressdialog.c
944 add hidden prefs 'enable_rules_hint'
945 for gtk_tree_view_set_rules_hint()
949 2005-05-31 [colin] 1.9.11cvs25
954 * src/prefs_summaries.c ** ADDED **
955 * src/prefs_summaries.h ** ADDED **
956 Common/Display -> Display/Summaries
958 2005-05-31 [colin] 1.9.11cvs24
962 * src/prefs_quote.c ** ADDED **
963 * src/prefs_quote.h ** ADDED **
964 Move Common/Quote to Compose/Quoting
967 Remove old quote stuff, add
968 convenience functions for GtkTextView prefs
969 * src/gtk/prefswindow.c
970 Set default height higher
972 2005-05-30 [colin] 1.9.11cvs23
977 * src/prefs_compose_writing.c ** ADDED **
978 * src/prefs_compose_writing.h ** ADDED **
979 Move Common/Compose prefs to Compose/Writing
981 2005-05-30 [colin] 1.9.11cvs22
984 Fix bug #651 (Confused Attract by Subject)
985 Patch by M. Benkmann <haferfrost@web.de>
988 2005-05-30 [colin] 1.9.11cvs21
991 Fix concatenation of different headers of
992 the same type (bug #645)
993 * src/prefs_folder_item.c
994 Fix bug #699 (setting color to black doesn't
997 Print out decoding error only once per
1000 2005-05-30 [paul] 1.9.11cvs20
1002 * src/common/template.c
1005 2005-05-30 [paul] 1.9.11cvs19
1007 * doc/src/rfc2368.txt **NEW FILE**
1009 compose_entries_set(): don't interpret Bcc
1010 header field (conform to RFC 2368)
1013 2005-05-29 [colin] 1.9.11cvs18
1015 * src/prefs_common.c
1016 Let the default reply format respect
1017 netiquette by cutting the signature.
1019 2005-05-29 [colin] 1.9.11cvs17
1022 Don't let always_show_msg override
1023 open_unread_on_enter when opening a new
1026 2005-05-27 [paul] 1.9.11cvs16
1031 app_will_exit(): cleanup tmp directory when exit
1032 * src/message_search.c
1033 improved the interface and made code cleanup.
1034 removed Clear button
1035 * src/send_message.c
1036 send_message_local(): use GSpawn, and detect errors
1037 * src/summary_search.c
1038 improved the interface and made code cleanup
1040 textview_write_link(): also skip non-ascii space
1041 at the head of link strings (phishing check
1042 didn't work at the case)
1043 * src/common/utils.c
1044 get_command_output(): use g_spawn_command_line_sync()
1047 2005-05-26 [colin] 1.9.11cvs15
1052 2005-05-26 [colin] 1.9.11cvs14
1055 Fix nntp mode reader (bug #611)
1056 Patch by Florian Mickler <florian@mickler.org>
1058 2005-05-26 [colin] 1.9.11cvs13
1060 * src/plugins/pgpmime/passphrase.c
1061 Fix mouse grabbing (bug #557)
1063 2005-05-26 [colin] 1.9.11cvs12
1065 * src/prefs_themes.c
1066 Fix g_warning (bug #541)
1068 2005-05-26 [colin] 1.9.11cvs11
1070 * src/prefs_actions.c
1071 * src/prefs_template.c
1072 Fix bug #506 (no warning if action/template
1074 * src/common/template.c
1075 Fix a possible crash
1077 2005-05-26 [colin] 1.9.11cvs10
1083 Forbid locked messages to be moved or
1084 deleted. Locked messages in trashes
1085 still get deleted, for performance
1086 reason (mh.c::mh_remove_all_msgs)
1088 2005-05-25 [colin] 1.9.11cvs9
1091 Use correct encoding when sending mails
1092 with attachments that have accentued
1095 2005-05-24 [colin] 1.9.11cvs8
1098 Fix bug #688 f) read/unread marker not
1099 changed on first click
1100 Also, optimize summary_status_show()
1105 Fix bug #688 b) and c) wrt message
1106 attachments and signature
1107 * src/stock_pixmap.c
1108 * src/stock_pixmap.h
1109 * src/stock_pixmap.c
1110 * src/stock_pixmap.h
1112 * src/pixmaps/clip_gpg_signed.xpm
1113 Add clip/signed icon
1115 2005-05-24 [colin] 1.9.11cvs7
1117 * src/folder_item_prefs.c
1120 2005-05-24 [colin] 1.9.11cvs6
1123 * src/prefs_common.c
1124 * src/prefs_common.h
1125 Add a confirmation to folder drag and drop
1129 fix _with_disable parameters so that
1130 the buttons labels are specifiable too
1131 * src/plugins/pgpmime/sgpgme.c
1135 2005-05-24 [colin] 1.9.11cvs5
1138 Uncollapse/collapse folders on double-click
1139 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1142 2005-05-23 [colin] 1.9.11cvs4
1144 * src/common/socket.c
1145 Check another special SSL_peek() error.
1146 Should help wrt bug #728
1148 2005-05-23 [colin] 1.9.11cvs3
1150 * src/plugins/pgpmime/pgpmime.c
1151 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1152 breaking menu accelerators and stuff. Users will have to
1153 reselect "PGP MIME" instead of "PGP/MIME" in their
1154 account's privacy preferences if needed.
1158 * tools/kdeservicemenu/install.sh
1159 use kdesu to prompt for root password if doing
1160 global install/uninstall
1162 2005-05-20 [colin] 1.9.11cvs2
1165 Fix another compilation error with gcc-2.9x
1166 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1167 * src/send_message.c
1168 Don't send QUIT if we aren't connected
1170 2005-05-19 [colin] 1.9.11cvs1
1173 Fix compilation with gcc 2.9x
1175 2005-05-19 [paul] 1.9.11
1179 2005-05-19 [paul] 1.9.9cvs14
1181 * src/gtk/inputdialog.c
1182 prevent gettext warning
1184 2005-05-19 [paul] 1.9.9cvs13
1187 * src/prefs_common.c
1188 * src/prefs_common.h
1191 add an option to toggle cursor in message
1192 view (sync with main)
1194 2005-05-18 [colin] 1.9.9cvs12
1197 Dereference freed pointer
1198 * src/gtk/gtkaspell.c
1199 Fix duplication of dictionaries (is it an aspell issue?)
1201 2005-05-18 [colin] 1.9.9cvs11
1203 * src/gtk/inputdialog.c
1204 * src/gtk/gtkaspell.c
1207 Remove a double call
1209 2005-05-17 [colin] 1.9.9cvs10
1211 * src/gtk/gtkaspell.c
1212 Fix dialogs, Ctrl-Enter accel
1214 2005-05-17 [colin] 1.9.9cvs9
1216 * src/gtk/gtkaspell.c
1217 Fix some accelerators, escape in replace-window
1219 2005-05-16 [colin] 1.9.9cvs8
1221 * src/gtk/gtkaspell.c
1222 Revert last commit, it was a mistake.
1224 2005-05-16 [colin] 1.9.9cvs7
1226 * src/gtk/gtkaspell.c
1227 Remove buggy code while we're at it. It's a
1228 dead code path anyway.
1230 2005-05-16 [colin] 1.9.9cvs6
1232 * src/gtk/gtkaspell.c
1233 Missed some gtk_menu_popup where deactivate
1234 signal should be handled. Should fix bug
1237 2005-05-16 [colin] 1.9.9cvs5
1239 * src/gtk/gtkaspell.c
1240 Remove debug printf()s
1242 2005-05-16 [colin] 1.9.9cvs4
1244 * src/gtk/gtkaspell.c
1245 Fix a bit aspell problems
1248 2005-05-13 [colin] 1.9.9cvs3
1251 Fix the + appearing even when no subfolders
1252 have unread messages. Thanks to wwp for the
1255 2005-05-11 [paul] 1.9.9cvs2
1258 correction to 1.9.9cvs1, only colour folders that
1259 have new msgs (not unread msgs)
1261 2005-05-10 [colin] 1.9.9cvs1
1265 Try to fix bolding bugs again.
1269 * tools/claws.i18n.status.pl
1270 add Ricardo Mones Lastra's script that has been providing
1271 the i18n status page for many months
1273 2005-05-09 [paul] 1.9.9
1277 2005-05-09 [paul] 1.9.6cvs58
1284 * RELEASE_NOTES.claws
1285 add release notes to cvs to simplify release
1288 add ca and fi to ALL_LINGUAS
1290 workaround for missing Makevars
1293 add new Catalan and Finnish translations
1294 submitted by Miquel Oliete and Flammie Pirinen
1304 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1305 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1306 Urke MMI, and Hansom Young
1308 Fix drafting when quitting. compose_draft() closes the
1309 compose windows, which modifies the compose_list GSList.
1310 We have to refresh this list after echo drafting to avoid a
1312 * src/partial_download.c
1313 fix segfault on exit
1315 2005-05-06 [paul] 1.9.6cvs57
1317 * src/grouplistdialog.c
1318 quick fix/workaround for unresizeable newsgroup
1321 2005-05-06 [paul] 1.9.6cvs56
1325 use gettext plural forms
1329 small improvement to english usage
1331 2005-05-05 [thorsten] 1.9.6cvs55
1336 2005-05-05 [paul] 1.9.6cvs54
1342 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1345 2005-05-05 [paul] 1.9.6cvs53
1348 fix resizing of separate message and
1351 2005-05-05 [paul] 1.9.6cvs52
1363 * src/prefs_filtering.c
1364 * src/prefs_filtering_action.c
1365 * src/prefs_matcher.c
1366 * src/prefs_spelling.c
1367 * src/prefs_toolbar.c
1370 * src/gtk/description_window.c
1371 * src/gtk/gtkvscrollbutton.c
1372 * src/gtk/progressdialog.c
1373 * src/gtk/quicksearch.c
1374 * src/plugins/pgpmime/prefs_gpg.c
1375 * src/plugins/spamassassin/spamassassin_gtk.c
1376 replace deprecated gtk_widget_set_usize
1378 2005-05-04 [colin] 1.9.6cvs51
1380 * src/common/utils.c
1381 Fix crash when subst_for_filename is called
1382 with a NULL parameter
1384 2005-05-04 [colin] 1.9.6cvs50
1386 * src/partial_download.c
1388 Escape login when writing uidl file
1391 2005-05-03 [colin] 1.9.6cvs49
1394 Fix possible DOS in mime parser
1397 2005-05-02 [colin] 1.9.6cvs48
1400 Try to fix the copy/paste mess once again.
1403 2005-04-30 [colin] 1.9.6cvs47
1405 * src/prefs_account.h
1407 * src/send_message.c
1410 Try to batch sending mails (per account) instead of
1411 reconnecting to server every time.
1413 2005-04-29 [colin] 1.9.6cvs46
1416 Fix window resizing that refused to size down
1417 * src/prefs_common.c
1418 * src/prefs_common.h
1419 * src/prefs_filtering.c
1420 Save Filtering's window size
1422 2005-04-21 [paul] 1.9.6cvs45
1424 * ChangeLog-gtk2.claws
1428 2005-04-21 [paul] 1.9.6cvs44
1435 use gtkut_widget_draw_now(). Improved performance
1436 of the update of statusbar
1438 textview_smooth_scroll_do(): redraw it after scroll
1439 is done (fixed incorrect display when a part of the
1441 * src/gtk/gtkutils.c
1442 * src/gtk/gtkutils.h
1443 gtkut_widget_draw_now(): use gdk_window_process_updates()
1444 to force update of widgets.
1445 Removed gtkut_widget_wait_for_draw() which had a big
1446 overhead because of waiting for all events processed
1448 2005-04-20 [paul] 1.9.6cvs43
1451 complete 1.9.6cvs42's sync:
1452 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1454 2005-04-19 [paul] 1.9.6cvs42
1459 catch_output(): correctly select the insert text
1460 (fix invalid iterator warnings).
1465 * src/prefs_common.c
1466 support GBK encoding.
1467 * src/common/session.c
1468 * src/common/session.h
1469 use separate buffer for large data to be sent,
1470 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1472 2005-04-18 [paul] 1.9.6cvs41
1475 convert unsigned long into guint32
1476 patch by Paul LeoNerd Evans
1478 2005-04-17 [colin] 1.9.6cvs40
1481 Fix 'Request return receipt' from folder
1482 properties (bug #708)
1484 2005-04-17 [colin] 1.9.6cvs39
1487 Fix duplicate hotkeys in Mainwindow's menu
1489 2005-04-17 [colin] 1.9.6cvs38
1492 Fix duplicate hotkeys in Folderview's contextual
1495 2005-04-15 [colin] 1.9.6cvs37
1498 Fix 'Save as...' with non-ascii filenames
1500 2005-04-15 [colin] 1.9.6cvs36
1502 * src/plugins/pgpmime/pgpmime.c
1503 Fix bus error on 64bit. Spotted by
1504 macallan1888@gmail.com
1506 2005-04-15 [colin] 1.9.6cvs35
1508 * src/prefs_account.c
1511 2005-04-12 [colin] 1.9.6cvs34
1513 * src/prefs_account.c
1514 Fix smtp auth type off-by-one. We forgot to
1515 add PLAIN in the prefs-to-gui setter func and
1516 as a result, the selected auth when opening
1517 account prefs was not the correct one.
1519 2005-04-12 [paul] 1.9.6cvs33
1522 if the recv dialog is visible, Cancel only
1523 cancels the current account
1526 2005-04-10 [colin] 1.9.6cvs32
1529 Copy score when copying FilteringActions
1532 2005-04-10 [colin] 1.9.6cvs31
1535 Make Message -> Receive -> Cancel cancel
1536 incorporation on all accounts. Fixes
1539 2005-04-10 [colin] 1.9.6cvs30
1541 * src/prefs_account.c
1542 Update Privacy checkbuttons status based
1543 on the selected privacy system
1545 Always connect the "None" privacy system; the
1546 static boolean was probably there to avoid
1547 reconnecting twice in the same compose window,
1548 but as the parent function is only called once
1549 per compose, it's only a bug - as a static is
1550 initialized once per application instance.
1551 Also, don't uncheck Sign and Encrypt when
1552 selecting None as privacy system; just ignore
1553 them when sending/queuing.
1556 2005-04-08 [colin] 1.9.6cvs29
1559 * src/prefs_account.c
1560 * src/prefs_account.h
1561 Add account preference to queue message in a certain
1564 2005-04-06 [colin] 1.9.6cvs28
1566 * src/prefs_account.c
1567 Update old inbox path syntax
1569 2005-04-06 [paul] 1.9.6cvs27
1574 changed -traditional-cpp to -no-cpp-precomp for newer
1577 made column resize automatically
1578 * src/send_message.c
1579 send_message_smtp(): consider EOF right after QUIT
1580 successful (workaround for Gmail SMTP server)
1581 * src/common/socket.c
1582 ssl_read(), ssl_peek(): check EOF which violates the
1584 * src/gtk/colorlabel.c
1585 removed warnings when displaying colorlabel menu
1586 (don't use GtkAlignment)
1588 2005-04-05 [paul] 1.9.6cvs26
1590 * src/plugins/trayicon/trayicon.c
1591 fix clipping of icon under KDE3
1593 2005-04-05 [paul] 1.9.6cvs25
1596 hide display of threading
1599 2005-04-04 [thorsten] 1.9.6cvs24
1602 marks lost on filesystems with different stat() results on
1605 2005-04-03 [colin] 1.9.6cvs23
1608 Don't handle up/down. Patch by Alfons
1610 2005-04-02 [colin] 1.9.6cvs22
1613 Make scrolling faster. Patch by Alfons.
1615 2005-04-01 [colin] 1.9.6cvs21
1618 * src/stock_pixmap.c
1619 * src/pixmaps/dir-noselect.xpm ** REMOVED **
1620 * src/pixmaps/dir_noselect.xpm ** ADDED **
1621 Fix pixmap name mismatch (Thanks Stephan Sachse)
1623 2005-04-01 [colin] 1.9.6cvs20
1625 * src/image_viewer.c
1626 * src/image_viewer.h
1631 Implement inline image resizing and right-clicking
1633 2005-04-01 [paul] 1.9.6cvs19
1639 patch by Luca Cavalli <loopback<AT>slackit.org>
1641 updated by Pavlo Bohmat
1643 2005-03-31 [colin] 1.9.6cvs18
1646 Fix parsing references
1648 don't put nulls in the references list
1650 commit that forgotten file in 1.9.6cvs14
1652 2005-03-31 [colin] 1.9.6cvs17
1655 Fix joining of signature separator again.
1656 Maybe Hiro could put it in main too...
1658 2005-03-31 [colin] 1.9.6cvs16
1662 * src/stock_pixmap.c
1663 * src/stock_pixmap.h
1664 * src/pixmaps/dir-noselect.xpm
1665 Update foldersel.c (sync from main, patch by Alfons)
1667 2005-03-30 [colin] 1.9.6cvs15
1670 Fix handling of imap folders containing [] in
1671 their name. Thanks to Nahuel Angelinetti for
1672 the detailed bugreport.
1674 2005-03-30 [colin] 1.9.6cvs14
1676 * src/common/utils.h
1677 * src/common/utils.c
1684 * src/quote_fmt_parse.y
1686 Update references system. Patch by Alfons
1688 2005-03-30 [colin] 1.9.6cvs13
1690 * src/common/socket.c
1691 Force the glibc to read resolv.conf again when
1692 it has changed. Should fix issues when changing
1693 networks on a laptop and not restarting sylpheed.
1695 2005-03-30 [paul] 1.9.6cvs12
1697 partial sync with main:
1700 create_io_dialog(): use user-defined text font
1701 (thanks to Alfons), and modified its appearance.
1707 don't join (presumably) itemized lines on line-wrapping
1708 fixed wrapping of quote when auto-wrapping is enabled
1709 compose_destroy(): destroy paned only if it's not
1710 attached to window. Fixed memory leak of popup menu.
1720 removed redundant code
1722 changed 'Code set' (which is rather incorrect)
1723 in the menu to 'Character encoding'
1724 main_window_set_widgets(): request size first
1725 to prevent window size becoming wrong
1726 fixed remembering of the state of the visibility
1729 changed 'Code set' (which is rather incorrect)
1730 in the menu to 'Character encoding'
1731 * src/prefs_common.c
1732 * src/prefs_common.h
1733 added an option whether to render HTML as text or not
1734 added separators to outgoing encoding menu
1736 procheader_scan_date_string(): support header
1737 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1742 textview_show_html(): force output of newline
1743 added an option whether to render HTML as text or not
1744 * src/common/utils.c
1745 strncpy2(): optimized based on Alfons' code
1746 * src/gtk/gtkutils.c
1747 * src/gtk/gtkutils.h
1748 removed non-used code
1749 * src/plugins/pgpmime/passphrase.c
1750 partially fixed grab input of passphrase dialog
1751 Confine pointer to window
1753 2005-03-30 [colin] 1.9.6cvs11
1757 Read/write 32bit ints from cache & marks
1760 2005-03-29 [paul] 1.9.6cvs10
1765 * src/gtk/gtkaspell.c
1766 sync with HEAD (don't pass NULL pointers)
1772 * tools/acroread2sylpheed.pl
1773 sync with HEAD (add script to send pdfs as
1774 attachments from Adobe Reader 7)
1776 2005-03-21 [paul] 1.9.6cvs9
1782 * src/image_viewer.c ** ADDED **
1783 * src/image_viewer.h ** ADDED **
1785 * src/prefs_common.c
1786 * src/prefs_common.h
1787 * src/prefs_image_viewer.c ** ADDED **
1788 * src/prefs_image_viewer.h ** ADDED **
1791 * src/pixmaps/sylpheed_logo.xpm
1792 * src/plugins/Makefile.am
1793 * src/plugins/image_viewer/.cvsignore ** REMOVED **
1794 * src/plugins/image_viewer/Makefile.am ** REMOVED **
1795 * src/plugins/image_viewer/plugin.c ** REMOVED **
1796 * src/plugins/image_viewer/viewer.c ** REMOVED **
1797 * src/plugins/image_viewer/viewer.glade ** REMOVED **
1798 * src/plugins/image_viewer/viewer.h ** REMOVED **
1799 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
1800 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
1801 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
1802 as gdk-pixbuf is now built-in
1803 remove image_viewer plugin and put code back into
1805 implement inline image display (sync with main)
1807 replace logo with newer, nicer, larger version
1809 2005-03-21 [paul] 1.9.6cvs8
1812 cosmetic improvement
1814 2005-03-21 [holger] 1.9.6cvs7
1816 * src/plugins/spamassassin/spamassassin.c
1818 (unregister hook on failed plugin init)
1820 2005-03-20 [colin] 1.9.6cvs6
1822 * src/common/plugin.c
1823 Check that plugin isn't already loaded
1826 2005-03-20 [thorsten] 1.9.6cvs5
1829 use a more compatible syntax
1831 2005-03-20 [thorsten] 1.9.6cvs4
1833 * src/prefs_toolbar.c
1834 fix crash when selecting toolbar item (uninitialized pointer)
1836 2005-03-20 [thorsten] 1.9.6cvs3
1839 fix mimetype detection (referenced free()d string)
1841 2005-03-20 [paul] 1.9.6cvs2
1844 sync with HEAD (1.0.3cvs5)
1845 neglect Reply-To header if empty
1848 2005-03-19 [holger] 1.9.6cvs1
1854 2005-03-18 [paul] 1.9.6
1856 initial GTK2 release
1858 2005-03-18 [paul] 1.0.3cvs3.1
1864 * src/pixmaps/sylpheed_logo.xpm
1867 2005-03-18 [colin] 1.0.3cvs2.6
1870 Remove call to summary_step in summary_copy_selected_to
1871 Can't see its purpose, and this causes bug when copying
1872 a message if the next one is unread: it reads it.
1874 2005-03-18 [paul] 1.0.3cvs2.5
1877 fix bug 694 'Enter doesn't trigger OK in "Move" window'
1879 2005-03-18 [paul] 1.0.3cvs2.4
1890 fix buffer overflow, CAN-2005-0667, see
1891 http://secunia.com/advisories/14491/
1894 2005-03-17 [colin] 1.0.3cvs2.3
1898 Fix font bugs (both lists now officialy share
1902 2005-03-17 [paul] 1.0.3cvs2.2
1904 * src/gtk/pluginwindow.c
1905 make plugin descriptions uneditable
1907 2005-03-11 [paul] 1.0.3cvs2.1
1912 * src/plugins/trayicon/trayicon.c
1914 add src/wizard.c to POTFILES.in
1916 2005-03-11 [paul] 1.0.3cvs1.1
1932 2005-03-04 [colin] 1.0.1cvs22.2
1935 Fix signatures with accentued chars in it
1937 2005-03-04 [colin] 1.0.1cvs22.1
1941 Don't use SIZE param in MAIL FROM: if server
1942 doesn't support it. Patch by Eugen Freiter
1943 <eugen_f@users.sf.net>
1945 2005-02-27 [paul] 1.0.1cvs20.1
1952 2005-02-27 [colin] 1.0.1cvs19.4
1956 Fix prototypes. Patch by Alfons
1958 2005-02-27 [colin] 1.0.1cvs19.3
1961 Don't auto-join the signature separator.
1963 2005-02-26 [colin] 1.0.1cvs19.2
1966 Fix 'mark all read' with collapsed threads.
1969 2005-02-25 [paul] 1.0.1cvs19.1
1973 * src/prefs_account.c
1974 * src/prefs_folder_item.c
1975 * src/gtk/prefswindow.c
1976 * src/gtk/prefswindow.h
1979 2005-02-25 [paul] 1.0.1cvs15.12
1985 * src/gtk/gtkutils.c
1986 * src/gtk/gtkutils.h
1987 * src/gtk/logwindow.c
1988 * src/gtk/progressdialog.c
1989 sync with main (revision 127)
1990 and fix logwindow clipping
1992 2005-02-24 [colin] 1.0.1cvs15.11
1994 * src/plugins/pgpmime/passphrase.c
1995 Disable input grabbing; it doesn't work yet.
1997 2005-02-24 [colin] 1.0.1cvs15.10
2000 Don't send out receipts if offline. Ask.
2002 2005-02-23 [colin] 1.0.1cvs15.9
2007 2005-02-23 [colin] 1.0.1cvs15.8
2010 Really fix Bug 568 by removing useless
2011 calls. summary_thread_init() now called
2012 in summary_sort(). This should please
2013 Alfons as it should be faster than
2016 2005-02-23 [colin] 1.0.1cvs15.7
2019 Encode parts as QP or B64 if signing
2021 2005-02-23 [colin] 1.0.1cvs15.6
2024 Fix Mimeinfo leakage (including tmp files)
2026 Fix tmp file leakage (spotted by Ivan Rayner)
2028 2005-02-22 [colin] 1.0.1cvs15.5
2031 Fix keyboard input. Patch by Alfons.
2033 2005-02-21 [colin] 1.0.1cvs15.4
2036 Fix Sign/Encrypt when unselecting privacy
2038 * src/prefs_common.c
2039 Change default message font to Monospace
2041 More freezing during potentially large operations
2043 2005-02-21 [paul] 1.0.1cvs15.3
2048 2005-02-21 [paul] 1.0.1cvs15.2
2054 * src/common/utils.c
2055 * src/common/utils.h
2056 sync with main (revision 117)
2058 2005-02-20 [colin] 1.0.1cvs15.1
2061 Change cache file to .sylpheed_claws_cache, as
2062 suggested by Alfons. Allows people to switch
2063 between Sylpheed and Sylpheed-Claws. it is
2064 a good idea to "Check for new messages" at next
2068 2005-02-18 [colin] 1.0.1cvs14.1
2070 * src/quote_fmt_lex.l
2071 * src/quote_fmt_parse.y
2072 Fix parser initialisation. Patch by Ivan.
2074 2005-02-18 [colin] 1.0.1cvs11.6
2077 Fix scrolldown (bug 662)
2079 2005-02-17 [colin] 1.0.1cvs11.5
2082 conv_filename_to_utf8: return clean 7bit instead
2083 of broken utf8 if needed
2085 Fix display of parts with unclean 8bit names
2087 2005-02-17 [paul] 1.0.1cvs11.4
2091 * src/matcher_parser_parse.y
2093 * src/sourcewindow.c
2094 * src/common/Makefile.am
2095 * src/common/intl.h ** REMOVED **
2096 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2097 sync with main (revision 109)
2100 2005-02-16 [colin] 1.0.1cvs11.3
2103 Fix collapsed thread not highlighting when new
2104 messages in it (Bug 568) Patch by Stephan Sachse.
2105 Fix messed up selection when reaching bounds (Bug 632)
2106 * src/prefs_themes.c
2107 Fix theme installing (Bug 684)
2109 2005-02-16 [colin] 1.0.1cvs11.2
2112 Fix messageview_select_all
2114 2005-02-16 [colin] 1.0.1cvs11.1
2117 Sync with HEAD (MH scan required function)
2119 2005-02-15 [colin] 1.0.1cvs8.1
2122 * src/common/utils.c
2123 Sync with HEAD (filename chars substitution)
2125 2005-02-15 [colin] 1.0.1cvs7.3
2127 * src/gtk/pluginwindow.c
2130 2005-02-15 [colin] 1.0.1cvs7.2
2133 Fix mime icons not reset across message when
2136 2005-02-15 [colin] 1.0.1cvs7.1
2140 Sync with HEAD (optimisation of cvs6)
2142 2005-02-14 [colin] 1.0.1cvs6.1
2146 Sync with HEAD (encode "From " at line beginning)
2148 2005-02-14 [colin] 1.0.1cvs5.3
2151 Fix wrapping with accentued chars.
2153 2005-02-13 [colin] 1.0.1cvs5.2
2156 Fix email informative part parsing with
2157 accentued chars in it. ispunct() returns
2158 true for them in utf8...
2160 2005-02-12 [colin] 1.0.1cvs5.1
2163 Sync with HEAD (remove wrong use of compose after send)
2165 2005-02-12 [paul] 1.0.1cvs4.5
2168 remove unnecessary code (thanks to Alfons)
2170 2005-02-12 [paul] 1.0.1cvs4.4
2173 add 'Copy' to contextual menu on emails
2175 2005-02-11 [colin] 1.0.1cvs4.3
2178 revert 1.0.0cvs28.2, it doesn't work that well.
2180 2005-02-11 [paul] 1.0.1cvs4.2
2185 2005-02-10 [paul] 1.0.1cvs4.1
2192 sync with HEAD (sync with main)
2194 2005-02-10 [paul] 1.0.1cvs3.2
2200 * config/mkinstalldirs
2204 * intl/bindtextdom.c
2205 * intl/config.charset
2211 * intl/eval-plural.h
2212 * intl/explodename.c
2217 * intl/hash-string.h
2218 * intl/intl-compat.c
2220 * intl/libgnuintl.h.in
2223 * intl/localcharset.c
2224 * intl/localcharset.h
2226 * intl/localealias.c
2239 * intl/relocatable.c
2240 * intl/relocatable.h
2264 * src/editldap_basedn.c
2272 * src/folder_item_prefs.c
2275 * src/grouplistdialog.c
2289 * src/message_search.c
2298 * src/partial_download.c
2300 * src/prefs_account.c
2301 * src/prefs_actions.c
2302 * src/prefs_common.c
2303 * src/prefs_customheader.c
2304 * src/prefs_display_header.c
2305 * src/prefs_ext_prog.c
2306 * src/prefs_filtering.c
2307 * src/prefs_filtering_action.c
2308 * src/prefs_folder_item.c
2311 * src/prefs_matcher.c
2312 * src/prefs_msg_colors.c
2313 * src/prefs_spelling.c
2314 * src/prefs_summary_column.c
2315 * src/prefs_template.c
2316 * src/prefs_themes.c
2317 * src/prefs_toolbar.c
2318 * src/prefs_wrapping.c
2325 * src/send_message.c
2327 * src/sourcewindow.c
2330 * src/summary_search.c
2336 * src/common/plugin.c
2339 * src/common/ssl_certificate.c
2340 * src/common/string_match.c
2341 * src/common/sylpheed.c
2342 * src/common/template.c
2343 * src/common/utils.c
2345 * src/gtk/colorlabel.c
2346 * src/gtk/description_window.c
2348 * src/gtk/foldersort.c
2349 * src/gtk/gtkaspell.c
2350 * src/gtk/gtkutils.c
2351 * src/gtk/inputdialog.c
2352 * src/gtk/logwindow.c
2354 * src/gtk/pluginwindow.c
2355 * src/gtk/prefswindow.c
2356 * src/gtk/progressdialog.c
2357 * src/gtk/quicksearch.c
2358 * src/gtk/sslcertwindow.c
2359 * src/plugins/clamav/clamav_plugin.c
2360 * src/plugins/clamav/clamav_plugin_gtk.c
2361 * src/plugins/demo/demo.c
2362 * src/plugins/dillo_viewer/dillo_prefs.c
2363 * src/plugins/dillo_viewer/dillo_viewer.c
2364 * src/plugins/image_viewer/plugin.c
2365 * src/plugins/image_viewer/viewer.c
2366 * src/plugins/image_viewer/viewerprefs.c
2367 * src/plugins/mathml_viewer/mathml_viewer.c
2368 * src/plugins/pgpmime/passphrase.c
2369 * src/plugins/pgpmime/plugin.c
2370 * src/plugins/pgpmime/prefs_gpg.c
2371 * src/plugins/pgpmime/select-keys.c
2372 * src/plugins/pgpmime/sgpgme.c
2373 * src/plugins/spamassassin/spamassassin.c
2374 * src/plugins/spamassassin/spamassassin_gtk.c
2375 * src/plugins/trayicon/trayicon.c
2376 sync with main (revision 104)
2378 2005-02-10 [colin] 1.0.1cvs3.1
2381 Sync with HEAD (fix occasional crasher)
2383 2005-02-10 [colin] 1.0.1cvs2.1
2386 Synw with HEAD (don't automatically display html)
2388 2005-02-09 [colin] 1.0.1cvs1.3
2392 Add contextual menu on emails
2394 2005-02-09 [colin] 1.0.1cvs1.2
2397 Fix converting from broken headers and
2398 put back the _ in missing places
2399 (feature broke with cvs24.2 sync, main
2402 2005-02-09 [colin] 1.0.1cvs1.1
2407 Sync with HEAD (display non text/plain mails with plugin)
2409 2005-02-08 [colin] 1.0.1.1
2415 Make default configuration directory
2418 2005-02-08 [colin] 1.0.0cvs29.1
2426 Sync translations with HEAD
2428 2005-02-06 [colin] 1.0.0cvs28.3
2431 Make compose a bit faster - patch by Alfons.
2433 2005-02-06 [colin] 1.0.0cvs28.2
2436 Make pasting via middle-click more reliable
2438 2005-02-05 [paul] 1.0.0cvs28.1
2446 (fix bug 682 'redirect is broken'
2448 2005-02-05 [torte] 1.0.0cvs27.1
2452 * src/partial_download.c
2453 Sync with HEAD (fix buf overflow)
2455 2005-02-03 [colin] 1.0.0cvs26.1
2457 * src/common/plugin.c
2458 Sync with HEAD (avoid plugin mismatches)
2460 2005-02-03 [paul] 1.0.0cvs25.3
2466 * src/gtk/colorlabel.c
2467 third and final part of initial sync with main-gtk2
2469 2005-02-03 [paul] 1.0.0cvs25.2
2472 fix building with jpilot support
2474 2005-02-02 [colin] 1.0.0cvs25.1
2477 Sync with HEAD (fix dangerous typo)
2479 2005-02-01 [colin] 1.0.0cvs24.3
2482 Write file as advertised (UTF-8)
2484 2005-02-01 [paul] 1.0.0cvs24.2
2493 * src/folder_item_prefs.c
2499 * src/matcher_parser_lex.l
2502 * src/prefs_account.c
2503 * src/prefs_actions.c
2504 * src/prefs_common.c
2507 * src/prefs_themes.c
2510 * src/sourcewindow.c
2516 * src/common/template.c
2517 * src/common/utils.c
2520 * src/gtk/gtkaspell.c
2521 * src/plugins/clamav/clamav_plugin.c
2522 * src/plugins/dillo_viewer/dillo_prefs.c
2523 * src/plugins/image_viewer/viewerprefs.c
2524 * src/plugins/pgpmime/passphrase.c
2525 * src/plugins/pgpmime/prefs_gpg.c
2526 * src/plugins/pgpmime/select-keys.c
2527 * src/plugins/spamassassin/spamassassin.c
2528 second part of initial sync with main-gtk2
2531 2005-01-31 [colin] 1.0.0cvs24.1
2536 2005-01-29 [paul] 1.0.0cvs23.2
2549 * src/editldap_basedn.c
2553 * src/grouplistdialog.c
2559 * src/message_search.c
2562 * src/prefs_actions.c
2563 * src/prefs_common.c
2564 * src/prefs_common.h
2565 * src/prefs_customheader.c
2566 * src/prefs_display_header.c
2567 * src/prefs_filtering.c
2568 * src/prefs_filtering_action.c
2570 * src/prefs_matcher.c
2571 * src/prefs_summary_column.c
2572 * src/prefs_template.c
2573 * src/sourcewindow.c
2574 * src/summary_search.c
2578 * src/gtk/description_window.c
2579 * src/gtk/gtkshruler.c
2580 * src/gtk/gtkutils.c
2581 * src/gtk/gtkutils.h
2582 * src/gtk/inputdialog.c
2583 * src/gtk/logwindow.c
2584 * src/gtk/prefswindow.c
2585 * src/gtk/progressdialog.c
2586 * src/gtk/progressdialog.h
2587 first part of initial sync with main-gtk2
2590 2005-01-28 [colin] 1.0.0cvs23.1
2595 2005-01-27 [colin] 1.0.0cvs21.1
2601 2005-01-27 [colin] 1.0.0cvs19.1
2606 2005-01-27 [colin] 1.0.0cvs18.1
2618 2005-01-26 [paul] 1.0.0cvs15.2
2621 compose_entries_set(): convert subject and body to
2622 utf8 if necessary. patch by Felix Eckhofer
2624 2005-01-26 [paul] 1.0.0cvs15.1
2627 * src/common/template.c
2628 sync with HEAD (fix memory leak)
2630 2005-01-25 [paul] 1.0.0cvs14.1
2636 2005-01-24 [colin] 1.0.0cvs13.1
2641 2005-01-24 [paul] 1.0.0cvs12.1
2646 * src/common/utils.c
2649 2005-01-24 [colin] 1.0.0cvs11.1
2654 2005-01-24 [colin] 1.0.0cvs10.1
2659 2005-01-23 [colin] 1.0.0cvs9.1
2664 2005-01-22 [colin] 1.0.0cvs8.1
2667 * src/gtk/quicksearch.c
2670 2005-01-21 [colin] 1.0.0cvs7.1
2675 2005-01-21 [colin] 1.0.0cvs6.1
2680 2005-01-21 [colin] 1.0.0cvs5.1
2682 * src/gtk/quicksearch.c
2683 * src/prefs_common.c
2684 * src/prefs_common.h
2685 Sync with HEAD (recurse option)
2687 2005-01-21 [colin] 1.0.0cvs4.1
2693 * src/gtk/quicksearch.c
2694 * src/gtk/quicksearch.h
2695 Sync with HEAD (recursive quicksearch)
2697 2005-01-20 [colin] 1.0.0cvs3.4
2702 2005-01-20 [colin] 1.0.0cvs3.3
2705 Fix leak, thanks to Alfons.
2707 2005-01-20 [colin] 1.0.0cvs3.2
2710 Port SSL certificate window to GTK2.
2712 2005-01-20 [paul] 1.0.0cvs3.1
2720 2005-01-19 [colin] 1.0.0cvs2.2
2722 * src/plugins/trayicon/trayicon.c
2723 Fix freeze with gtk-2.6, the easy way
2724 (signal blocking helpless there...)
2727 2005-01-19 [colin] 1.0.0cvs2.1
2736 2005-01-19 [paul] 1.0.0cvs1.1
2750 sync with HEAD (update translations)
2752 2005-01-18 [colin] 1.0.0cvs0.1
2755 Specify search column - patch by Alfons
2757 2005-01-18 [colin] 0.9.13cvs36.3
2759 * src/prefs_toolbar.c
2760 Change Delete to Remove
2762 GTK2 version and leak fixes
2763 * src/prefs_actions.c
2765 All patches by Alfons
2767 2005-01-17 [colin] 0.9.13cvs36.2
2770 Fix DnD inserting twice. While at it,
2771 add DnD support for text/plain in the
2772 body, and add support in the headers.
2774 2005-01-16 [colin] 0.9.13cvs36.1
2779 Sync with HEAD (nothing applicable)
2781 2005-01-16 [colin] 0.9.13cvs33.2
2783 * src/prefs_toolbar.c
2784 GTK2ize prefs_toolbar, by Alfons.
2786 2005-01-14 [colin] 0.9.13cvs33.1
2792 2005-01-14 [colin] 0.9.13cvs32.1
2798 * tools/calypso_convert.pl
2801 2005-01-08 [colin] 0.9.13cvs29.2
2803 * src/prefs_filtering_action.c
2804 * src/prefs_filtering.c
2805 2 more gtk2 patches by Alfons
2807 2005-01-07 [paul] 0.9.13cvs29.1
2817 2005-01-07 [colin] 0.9.13cvs28.3
2819 * src/gtk/progressdialog.c
2820 * src/gtk/progressdialog.h
2822 * src/send_message.c
2823 GTK2 for the incorporation dialog. The CList isn't dead
2824 yet, for a more smooth migration. Patch by Alfons.
2826 2005-01-06 [colin] 0.9.13cvs28.2
2828 * src/prefs_display_header.c
2829 GTK2 conversion by Alfons
2830 * src/prefs_actions.c
2831 * src/prefs_matcher.c
2832 Fix 2 leaks - patch by Alfons
2834 2005-01-06 [colin] 0.9.13cvs28.1
2836 * src/prefs_matcher.c
2839 2005-01-06 [colin] 0.9.13cvs27.4
2841 * src/prefs_matcher.c
2842 Fix double-free. Patch by Alfons
2844 2005-01-06 [colin] 0.9.13cvs27.3
2846 * src/prefs_matcher.c
2847 GTK2 widgets + memleak
2850 2005-01-05 [colin] 0.9.13cvs27.2
2855 * src/stock_pixmap.c
2856 * src/stock_pixmap.h
2857 3 more GTK2 patches by Alfons.
2859 2005-01-04 [colin] 0.9.13cvs27.1
2866 2005-01-04 [colin] 0.9.13cvs25.9
2869 Fix Show Ruler menuitem
2870 * src/prefs_template.c
2872 * src/common/utils.c
2873 Make auto pointer stuff handles NULLs
2876 2005-01-04 [colin] 0.9.13cvs25.8
2879 Move the attachment list to gtk2
2882 2005-01-04 [colin] 0.9.13cvs25.7
2885 Make some keys work again
2886 Patch by SungHyun Nam <namsh@kldp.org>
2888 2005-01-04 [colin] 0.9.13cvs25.6
2890 * src/gtk/gtkshruler.c
2891 Move the ruler to GTK2
2894 2005-01-03 [colin] 0.9.13cvs25.5
2897 Fix my broken patch apply
2899 2005-01-03 [colin] 0.9.13cvs25.4
2901 * src/common/utils.c
2902 * src/common/utils.h
2903 * src/gtk/prefswindow.c
2904 Move auto pointer stuff to utils.c
2905 Patch by Alfons again :)
2907 2005-01-03 [colin] 0.9.13cvs25.3
2911 * src/prefs_template.c
2913 Empty text widgets with empty strings, not NULL char
2914 Patch by SungHyun Nam <namsh@kldp_org>
2916 2005-01-03 [colin] 0.9.13cvs25.2
2922 2005-01-03 [colin] 0.9.13cvs25.1
2928 2005-01-03 [colin] 0.9.13cvs24.3
2931 Two patches from Alfons and Alex S Moore:
2932 fix images, fix return value.
2934 2005-01-01 [colin] 0.9.13cvs24.2
2936 * src/prefs_actions.c
2937 Fix over-zealous assertion. Patch by Alfons
2939 2005-01-01 [colin] 0.9.13cvs24.1
2942 Sync with HEAD (leak fix)
2944 2004-12-31 [colin] 0.9.13cvs23.2
2946 * src/prefs_common.c
2947 GTK2 widgets + stock buttons - patch by Alfons
2949 2004-12-31 [paul] 0.9.13cvs23.1
2952 bump up EXTRA_VERSION to match (sync'ed) HEAD
2953 * src/gtk/pluginwindow.c
2954 use GTK2 widgets and plug memory leaks,
2957 2004-12-30 [colin] 0.9.13cvs22.4
2964 * src/message_search.c
2965 * src/prefs_actions.c
2966 * src/prefs_common.c
2967 * src/prefs_customheader.c
2968 * src/prefs_filtering.c
2969 * src/prefs_summary_column.c
2970 * src/summary_search.c
2972 * src/gtk/description_window.c
2973 * src/gtk/gtkutils.c
2974 * src/gtk/gtkutils.h
2975 * src/gtk/inputdialog.c
2976 * src/gtk/prefswindow.c
2977 Use GTK2 stock buttons. Patches by Alfons.
2979 2004-12-30 [colin] 0.9.13cvs22.3
2983 * src/prefs_actions.c
2984 * src/prefs_customheader.c
2985 * src/prefs_filtering.c
2986 * src/prefs_msg_colors.c
2987 * src/prefs_summary_column.c
2988 * src/gtk/prefswindow.c
2989 Use GtkTreeView instead of deprecated
2990 widgets. Patches by Alfons.
2992 2004-12-30 [paul] 0.9.13cvs22.2
2996 patch by Alfons, with root folder sorting fix
2999 2004-12-30 [paul] 0.9.13cvs22.1
3009 2004-12-22 [martin] 0.9.13cvs21.2
3012 free the command line after its use
3014 2004-12-18 [paul] 0.9.13cvs21.1
3027 2004-12-17 [martin] 0.9.13cvs17.2
3030 convert actions input to locale
3032 convert notification command to locale
3033 * src/plugins/pgpmime/select-keys.c
3034 convert attributes to utf8
3036 2004-12-14 [colin] 0.9.13cvs17.1
3042 * src/common/utils.c
3043 * src/gtk/prefswindow.c
3044 * src/gtk/gtkutils.c
3045 * src/gtk/gtkutils.h
3046 * src/plugins/spamassassin/libspamc.c
3049 2004-12-13 [colin] 0.9.13cvs14.1
3051 * src/quote_fmt_parse.y
3054 2004-12-10 [colin] 0.9.13cvs12.1
3056 * src/prefs_themes.c
3061 2004-12-09 [colin] 0.9.13cvs10.1
3064 Sync with HEAD (fix B64 encoding from memory)
3066 2004-12-08 [colin] 0.9.13cvs9.1
3068 * src/gtk/colorlabel.c
3071 2004-12-08 [paul] 0.9.13cvs8.2
3073 * src/gtk/pluginwindow.c
3074 fix window resizing oddities
3076 2004-12-08 [colin] 0.9.13cvs8.1
3078 * src/quote_fmt_parse.y
3081 2004-12-08 [colin] 0.9.13cvs7.1
3083 * src/matcher_parser_parse.y
3085 * src/prefs_matcher.c
3092 2004-12-08 [colin] 0.9.13cvs6.1
3094 * src/quote_fmt_parse.y
3097 * src/gtk/prefswindow.c
3098 * src/gtk/pluginwindow.c
3099 Fix G_CALLBACKS protos (thanks to Alfons)
3101 2004-12-07 [torte] 0.9.13cvs2.2
3104 [Bug 650] reply button causes crash
3105 Thanks to David Relson and Christoph
3107 2004-12-07 [colin] 0.9.13cvs2.1
3113 * src/prefs_account.c
3118 2004-12-06 [colin] 0.9.12cvs187.1
3149 * tools/filter_conv.pl
3150 * tools/kdeservicemenu/README
3151 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3152 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3155 2004-12-04 [colin] 0.9.12cvs183.1
3158 Sync with HEAD (compose window position saving)
3160 2004-12-04 [paul] 0.9.12cvs182.3
3164 * src/prefs_customheader.c
3165 * src/gtk/quicksearch.c
3166 replace some forgotten GTK_SIGNAL_FUNCs
3168 2004-12-04 [paul] 0.9.12cvs182.2
3171 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3174 2004-12-04 [paul] 0.9.12cvs182.1
3184 * doc/manual/ja/Makefile.am
3185 * doc/manual/ja/sylpheed-1.html
3186 * doc/manual/ja/sylpheed-10.html
3187 * doc/manual/ja/sylpheed-11.html
3188 * doc/manual/ja/sylpheed-12.html
3189 * doc/manual/ja/sylpheed-13.html
3190 * doc/manual/ja/sylpheed-14.html
3191 * doc/manual/ja/sylpheed-15.html
3192 * doc/manual/ja/sylpheed-16.html
3193 * doc/manual/ja/sylpheed-17.html
3194 * doc/manual/ja/sylpheed-18.html
3195 * doc/manual/ja/sylpheed-19.html
3196 * doc/manual/ja/sylpheed-2.html
3197 * doc/manual/ja/sylpheed-20.html
3198 * doc/manual/ja/sylpheed-3.html
3199 * doc/manual/ja/sylpheed-4.html
3200 * doc/manual/ja/sylpheed-5.html
3201 * doc/manual/ja/sylpheed-6.html
3202 * doc/manual/ja/sylpheed-7.html
3203 * doc/manual/ja/sylpheed-8.html
3204 * doc/manual/ja/sylpheed-9.html
3205 * doc/manual/ja/sylpheed.html
3206 * doc/manual/ja/sylpheed.sgml
3211 * src/pixmaps/regular.xpm **REMOVED**
3212 * src/plugins/pgpmime/pgpmime.c
3213 * src/plugins/pgpmime/plugin.c
3214 * src/plugins/pgpmime/prefs_gpg.c
3217 2004-12-03 [paul] 0.9.12cvs180.1
3225 * src/common/utils.c
3226 * src/common/utils.h
3227 * src/pixmaps/continue.xpm
3228 * src/pixmaps/dir_close.xpm
3229 * src/pixmaps/dir_open.xpm
3230 * src/pixmaps/drafts_close.xpm
3231 * src/pixmaps/drafts_open.xpm
3232 * src/pixmaps/folder.xpm **REMOVED**
3233 * src/pixmaps/group.xpm
3234 * src/pixmaps/unread.xpm
3237 2004-12-02 [colin] 0.9.12cvs179.1
3240 Sync with HEAD (non-duplicated reedition)
3242 2004-12-02 [colin] 0.9.12cvs178.1
3245 Sync with HEAD (linewrap_quote fix)
3247 2004-12-01 [colin] 0.9.12cvs177.3
3250 Replace sizeof with strlen
3252 2004-12-01 [paul] 0.9.12cvs177.2
3255 fix 'harvest addresses'
3257 2004-11-30 [colin] 0.9.12cvs177.1
3259 * src/gtk/prefswindow.c
3260 * src/gtk/pluginwindow.c
3263 2004-11-29 [colin] 0.9.12cvs176.1
3266 sync with HEAD (Fix disappearing separators in folderview's popup)
3268 2004-11-29 [colin] 0.9.12cvs175.1
3271 Sync with head (another format fix)
3273 2004-11-29 [colin] 0.9.12cvs174.1
3276 Sync with HEAD (format string fix)
3278 2004-11-26 [colin] 0.9.12cvs173.1
3284 2004-11-24 [colin] 0.9.12cvs172.1
3286 * src/plugins/pgpmime/pgpmime.c
3289 2004-11-24 [colin] 0.9.12cvs171.1
3291 * src/plugins/pgpmime/pgpmime.c
3292 Sync with head (gpgmectx leaks)
3294 2004-11-24 [colin] 0.9.12cvs169.1
3296 * src/plugins/pgpmime/plugin.c
3297 * src/plugins/trayicon/Makefile.am
3298 * src/plugins/trayicon/newmarkedmail.xpm
3299 * src/plugins/trayicon/trayicon.c
3300 * src/plugins/trayicon/unreadmarkedmail.xpm
3303 2004-11-23 [colin] 0.9.12cvs168.1
3305 * src/partial_download.c
3306 * src/partial_download.h
3307 * src/plugins/pgpmime/plugin.c
3310 2004-11-23 [colin] 0.9.12cvs166.1
3317 * src/partial_download.c
3318 * src/partial_download.h
3319 * src/prefs_account.c
3320 * src/prefs_account.h
3324 * src/common/Makefile.am
3325 * src/common/base64.h
3326 * src/common/partial_download.c
3327 * src/common/partial_download.h
3328 * src/gtk/prefswindow.c
3329 * src/gtk/prefswindow.h
3330 * src/plugins/pgpmime/pgpmime.c
3331 * src/plugins/pgpmime/prefs_gpg.c
3332 * src/plugins/pgpmime/prefs_gpg.h
3333 * src/plugins/pgpmime/sgpgme.c
3334 * src/plugins/pgpmime/sgpgme.h
3337 2004-11-23 [colin] 0.9.12cvs163.1
3340 Sync with HEAD (cursor optimization)
3342 2004-11-23 [colin] 0.9.12cvs162.1
3344 * src/prefs_common.c
3345 * src/prefs_themes.c
3349 2004-11-23 [colin] 0.9.12cvs158.9
3352 Fix double-free when forwarding
3354 Fix leak on error path
3357 2004-11-23 [colin] 0.9.12cvs158.8
3360 Fix possible double-free
3363 2004-11-23 [colin] 0.9.12cvs158.7
3366 Fix some signal handlers' prototypes
3369 2004-11-22 [colin] 0.9.12cvs158.6
3372 Remove unneeded code and duplicated
3373 wrapping - patch by Alfons
3375 2004-11-22 [colin] 0.9.12cvs158.5
3377 * src/prefs_themes.c
3378 Fix oversized selector
3380 2004-11-22 [colin] 0.9.12cvs158.4
3386 2004-11-19 [colin] 0.9.12cvs158.3
3389 Add a context menu on links (open, copy)
3391 2004-11-18 [paul] 0.9.12cvs158.2
3397 * src/prefs_common.c
3398 * src/plugins/image_viewer/viewer.c
3399 * src/plugins/spamassassin/spamassassin_gtk.c
3400 replace deprecated gtk_notebook_set_page
3401 and gtk_notebook_current_page
3403 2004-11-18 [paul] 0.9.12cvs158.1
3409 * src/prefs_common.c
3410 * src/common/utils.c
3411 * src/common/utils.h
3414 2004-11-17 [colin] 0.9.12cvs156.1
3416 * src/prefs_account.c
3417 * src/prefs_account.h
3419 Sync with HEAD (add pref to store encrypted mails encrypted)
3421 2004-11-17 [paul] 0.9.12cvs155.1
3435 * src/pixmaps/error.xpm
3438 2004-11-17 [colin] 0.9.12cvs151.1
3440 * src/plugins/pgpmime/pgpmime.c
3441 Sync with HEAD (remove debug printf)
3443 2004-11-17 [colin] 0.9.12cvs150.1
3445 * src/plugins/pgpmime/pgpmime.c
3446 Sync with HEAD (off-by-one fix)
3448 2004-11-17 [colin] 0.9.12cvs149.1
3451 Sync with HEAD (coding style fixes)
3453 2004-11-16 [colin] 0.9.12cvs148.1
3456 Sync with head (Fix the fix)
3458 2004-11-16 [colin] 0.9.12cvs147.1
3461 Sync with Main (leak fix)
3463 2004-11-16 [colin] 0.9.12cvs146.14
3466 Remove useless chunk of code
3469 2004-11-15 [colin] 0.9.12cvs146.13
3472 Fix drafting after insertion
3475 2004-11-15 [colin] 0.9.12cvs146.12
3478 * src/prefs_filtering.c
3479 * src/prefs_filtering_action.c
3480 * src/prefs_toolbar.c
3481 Fix some const-correctness
3483 2004-11-15 [colin] 0.9.12cvs146.11
3486 * src/prefs_themes.c
3490 2004-11-15 [colin] 0.9.12cvs146.10
3493 More unreadable locale fixes
3495 2004-11-14 [colin] 0.9.12cvs146.9
3498 Fix uri_security_check
3501 2004-11-13 [paul] 0.9.12cvs146.8
3505 fix 2 bugs introduced in last commit
3507 2004-11-13 [paul] 0.9.12cvs146.7
3519 * src/prefs_themes.c
3523 replace deprecated g_basename
3525 2004-11-13 [paul] 0.9.12cvs146.6
3529 * src/matcher_parser.h
3530 * src/matcher_parser_parse.y
3531 * src/prefs_filtering.c
3532 * src/prefs_filtering_action.c
3533 * src/prefs_themes.c
3534 * src/prefs_toolbar.c
3535 * src/common/utils.c
3536 various small fixes/cleanups
3538 2004-11-12 [colin] 0.9.12cvs146.5
3541 Validate event's origin on visibility notify
3544 2004-11-12 [paul] 0.9.12cvs146.4
3551 * src/prefs_spelling.c
3552 * src/prefs_themes.c
3553 replace deprecated g_dirname
3555 2004-11-12 [colin] 0.9.12cvs146.3
3558 Some coding style fixes
3560 2004-11-12 [colin] 0.9.12cvs146.2
3563 We want to replace _all_ extended chars in
3564 conv_unreadable_*, because any string containing
3565 extended chars not parsing as UTF8 is
3566 undisplayed on gtk2.
3568 2004-11-12 [paul] 0.9.12cvs146.1
3585 * src/prefs_account.c
3586 * src/prefs_account.h
3587 * src/prefs_ext_prog.c
3592 * src/summary_search.c
3596 * src/common/utils.c
3597 * src/common/utils.h
3602 2004-11-11 [colin] 0.9.12cvs144.2
3605 Fix URI range selection (patch by Alfons)
3607 2004-11-09 [colin] 0.9.12cvs144.1
3612 * src/folder_item_prefs.c
3613 * src/prefs_account.c
3614 * src/prefs_account.h
3615 * src/plugins/pgpmime/pgpmime.c
3618 2004-11-08 [colin] 0.9.12cvs143.1
3621 Sync with HEAD (optimize quicksearch)
3623 2004-11-08 [colin] 0.9.12cvs142.2
3626 Don't wrap when Edit/Auto wrapping is disabled
3628 2004-11-08 [colin] 0.9.12cvs142.1
3633 2004-11-08 [colin] 0.9.12cvs141.1
3636 Sync with HEAD (fix some mail URIs)
3638 2004-11-08 [colin] 0.9.12cvs140.3
3641 o Use text cursor instead of arrow when
3643 o Fix handling of contiguous links (as in
3644 "colin@colino.net" <colin@colino.net>)
3645 This one unveils a bug in get_email_part()
3647 2004-11-07 [colin] 0.9.12cvs140.2
3650 Fix memleak. Patch by Alfons.
3652 2004-11-06 [colin] 0.9.12cvs140.1
3655 Sync with HEAD (don't ask passphrase
3658 2004-11-06 [paul] 0.9.12cvs139.2
3663 textview URI handling. hovering over a
3664 link displays it in the status bar,
3665 and changes the mouse pointer to a hand
3666 cursor. a link is activated with a single
3667 click. (Modified from the) patch by Jean-Yves
3668 Lefort <jylefort@users.sourceforge.net>
3671 2004-11-05 [colin] 0.9.12cvs139.1
3675 Sync with HEAD again ^^
3677 2004-11-05 [colin] 0.9.12cvs139.1
3683 2004-11-03 [paul] 0.9.12cvs138.1
3688 * src/prefs_ext_prog.c
3690 * tools/kdeservicemenu/README
3691 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3692 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3695 2004-11-01 [christoph] 0.9.12cvs136.2
3698 convert MIME parameters to UTF-8
3700 2004-10-29 [colin] 0.9.12cvs136.1
3702 * src/common/utils.c
3703 Sync with HEAD (don't use '=' in mime boundary)
3705 2004-10-29 [paul] 0.9.12cvs135.1
3708 * doc/src/rfc2231.txt
3710 * src/common/quoted-printable.c
3711 * src/common/utils.c
3712 * src/common/utils.h
3715 2004-10-27 [paul] 0.9.12cvs134.1
3720 * src/plugins/pgpmime/pgpmime.c
3723 2004-10-26 [paul] 0.9.12cvs132.3
3731 * src/customheader.c
3741 * src/grouplistdialog.c
3751 * src/prefs_display_header.c
3753 * src/prefs_msg_colors.c
3754 * src/prefs_toolbar.c
3761 * src/common/mgutils.c
3764 * src/common/template.c
3765 * src/common/utils.c
3766 * src/common/xmlprops.c
3767 * src/plugins/pgpmime/pgpmime.c
3768 * src/plugins/pgpmime/select-keys.c
3769 * src/plugins/pgpmime/sgpgme.c
3770 replace deprecated g_strcasecmp(), g_strncasecmp(),
3771 g_string_sprintfa(), gtk_notebook_current_page()
3773 2004-10-26 [colin] 0.9.12cvs132.2
3775 * src/prefs_folder_item.c
3776 Fix default-account selection
3778 2004-10-21 [colin] 0.9.12cvs133
3781 Sync with HEAD (Remove extra separator in compose's Options)
3783 Set wrapping to char
3785 2004-10-21 [paul] 0.9.12cvs131.2
3788 * src/sourcewindow.c
3790 fix window shrinking
3792 2004-10-21 [colin] 0.9.12cvs131.1
3798 2004-10-21 [paul] 0.9.12cvs130.2
3800 * src/prefs_folder_item.c
3801 sync with HEAD (Apply to subfolders)
3803 2004-10-19 [colin] 0.9.12cvs130.1
3807 * src/common/utils.c
3811 2004-10-19 [colin] 0.9.12cvs128.1
3818 * src/customheader.c
3827 * src/matcher_parser_parse.y
3830 * src/prefs_account.c
3832 * src/prefs_msg_colors.c
3839 * src/common/base64.c
3840 * src/common/partial_download.c
3841 * src/common/socket.c
3842 * src/common/sylpheed.c
3843 * src/common/utils.c
3844 * src/common/utils.h
3845 * src/gtk/pluginwindow.c
3846 * src/gtk/quicksearch.c
3847 * src/plugins/clamav/clamav_plugin.c
3848 * src/plugins/clamav/clamav_plugin.h
3849 * src/plugins/clamav/clamav_plugin_gtk.c
3850 * src/plugins/pgpmime/passphrase.c
3851 * src/plugins/pgpmime/pgpmime.c
3852 * src/plugins/pgpmime/plugin.c
3853 * src/plugins/pgpmime/prefs_gpg.c
3854 * src/plugins/pgpmime/prefs_gpg.h
3855 * src/plugins/pgpmime/select-keys.c
3856 * src/plugins/pgpmime/sgpgme.c
3857 * src/plugins/spamassassin/libspamc.c
3858 * src/plugins/spamassassin/spamassassin.c
3859 * src/plugins/spamassassin/spamassassin.h
3860 * src/plugins/spamassassin/spamassassin_gtk.c
3861 * src/plugins/trayicon/trayicon.c
3862 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3865 2004-10-14 [colin] 0.9.12cvs126.2
3869 Fix conv_unreadable_locale
3871 2004-10-13 [colin] 0.9.12cvs126.1
3874 Sync with HEAD (don't convert charset for
3875 drafted messages, minor cleanup)
3877 2004-10-13 [colin] 0.9.12cvs125.1
3880 Sync with HEAD (POTFILES fix)
3882 2004-10-12 [colin] 0.9.12cvs124.3
3885 Fix encoding bug from latest sync
3887 2004-10-12 [paul] 0.9.12cvs124.2
3889 * src/plugins/pgpmime/prefs_gpg.c
3890 * src/plugins/pgpmime/prefs_gpg.h
3891 forgotten in last commit
3893 2004-10-12 [paul] 0.9.12cvs124.1
3897 * m4/spamassassin.m4
3907 * src/prefs_account.c
3908 * src/prefs_account.h
3909 * src/prefs_common.c
3920 * src/common/utils.c
3921 * src/common/utils.h
3923 * src/plugins/pgpmime/Makefile.am
3924 * src/plugins/pgpmime/passphrase.c
3925 * src/plugins/pgpmime/passphrase.h
3926 * src/plugins/pgpmime/pgpmime.c
3927 * src/plugins/pgpmime/plugin.c
3928 * src/plugins/pgpmime/select-keys.c
3929 * src/plugins/pgpmime/select-keys.h
3930 * src/plugins/pgpmime/sgpgme.c
3931 * src/plugins/pgpmime/sgpgme.h
3934 2004-10-04 [colin] 0.9.12cvs122.1
3942 2004-10-04 [colin] 0.9.12cvs121.1
3947 2004-10-04 [paul] 0.9.12cvs120.1
3950 sync with HEAD [don't try to build
3951 pgpmime plugin when gpgme is disabled]
3953 2004-10-03 [colin] 0.9.12cvs119.3
3955 * src/gtk/gtksctree.c
3956 Lots of side effects. Put back as before 117.2.
3960 2004-10-03 [colin] 0.9.12cvs119.2
3962 * src/gtk/gtksctree.c
3963 Revert 608 fix that doesn't work that good
3965 2004-10-02 [colin] 0.9.12cvs119.1
3969 * src/prefs_common.h
3974 * src/gtk/gtksctree.c
3977 2004-10-01 [colin] 0.9.12cvs118.1
3980 Sync with HEAD (better Save All fix)
3982 2004-10-01 [colin] 0.9.12cvs117.2
3984 * src/gtk/gtksctree.c
3987 2004-10-01 [colin] 0.9.12cvs117.1
3990 Sync with HEAD (Save All: only attachments)
3992 2004-10-01 [paul] 0.9.12cvs116.1
3997 * src/prefs_common.c
3998 * src/gtk/colorlabel.c
4001 2004-09-30 [colin] 0.9.12cvs115.1
4003 * src/stock_pixmap.c
4004 * src/stock_pixmap.h
4007 * src/pixmaps/read.xpm
4008 Sync with HEAD (new pixmap)
4010 2004-09-29 [colin] 0.9.12cvs114.1
4014 Fix focus handling in headers
4016 2004-09-29 [paul] 0.9.12cvs113.1
4018 * src/quote_fmt_parse.y
4022 2004-09-28 [colin] 0.9.12cvs112.1
4028 2004-09-28 [colin] 0.9.12cvs110.1
4031 Sync with HEAD (Contextual Empty trash menu)
4033 2004-09-28 [colin] 0.9.12cvs108.1
4036 Sync with HEAD (addressbook edit on double-click)
4038 2004-09-28 [colin] 0.9.12cvs106.1
4041 Sync with HEAD (folder_item freeze on inc)
4043 2004-09-27 [colin] 0.9.12cvs105.1
4046 Sync with HEAD (right-align new and unread column)
4048 2004-09-27 [colin] 0.9.12cvs104.1
4051 Sync with HEAD (revert 0.9.12cvs101)
4053 2004-09-24 [colin] 0.9.12cvs103.2
4056 Fix gtk warnings and use domain part of the email address
4057 when domain detection fails (no dot in domain name)
4059 2004-09-23 [colin] 0.9.12cvs103.1
4061 * src/plugins/spamassassin/libspamc.c
4062 * src/plugins/spamassassin/libspamc.h
4063 * src/plugins/spamassassin/utils.c
4064 * src/plugins/spamassassin/utils.h
4065 Sync with HEAD (Update spamassassin to 3.0)
4067 2004-09-21 [colin] 0.9.12cvs102.3
4070 Add horizontal scrollbar in action io dialog as needed
4073 2004-09-20 [colin] 0.9.12cvs102.2
4075 * src/plugins/image_viewer/viewer.c
4077 use gtk_pixmap_set when clearing
4078 (would be better to use gtkImages, but causes size-allocate
4081 2004-09-17 [paul] 0.9.12cvs102.1
4091 2004-09-17 [colin] 0.9.12cvs101.1
4095 Sync with HEAD (fix segs at exit)
4097 2004-09-14 [colin] 0.9.12cvs99.5
4099 * src/common/socket.c
4101 Fix send error on 64bit platforms
4102 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
4104 2004-09-14 [colin] 0.9.12cvs99.4
4107 Fix action output with utf8
4110 2004-09-14 [colin] 0.9.12cvs99.3
4116 2004-09-09 [colin] 0.9.12cvs99.2
4119 Fix progress bar (displaying "Completed %v/%u")
4122 2004-09-08 [colin] 0.9.12cvs99.1
4128 * src/plugins/pgpmime/pgpmime.c
4131 2004-09-08 [colin] 0.9.12cvs97.2
4134 Don't select mails in collapsed threads
4135 when navigating with up/down
4137 2004-09-07 [colin] 0.9.12cvs97.1
4140 Sync with HEAD (meaningful error messages)
4142 2004-09-06 [colin] 0.9.12cvs96.1
4145 Sync with HEAD (fix Redirect graying out)
4147 2004-09-06 [colin] 0.9.12cvs95.1
4151 Sync with HEAD (fix dropped URIs)
4153 2004-09-06 [colin] 0.9.12cvs94.1
4159 Sync with HEAD (addressbook DnD)
4161 2004-09-03 [colin] 0.9.12cvs93.1
4164 Sync with HEAD (next/prev unread)
4166 2004-09-03 [colin] 0.9.12cvs92.1
4168 * src/prefs_common.c
4169 * src/prefs_common.h
4171 Sync with HEAD ('mark_as_read_delay' pref)
4173 2004-09-02 [colin] 0.9.12cvs91.2
4178 2004-09-02 [colin] 0.9.12cvs91.1
4181 Sync with HEAD (menu accel don't work, but whatever)
4183 2004-09-02 [colin] 0.9.12cvs90.1
4186 Sync with HEAD (fix bug 582)
4188 2004-09-02 [colin] 0.9.12cvs89.1
4191 Sync with HEAD (free deleted queries)
4193 2004-09-02 [colin] 0.9.12cvs88.1
4196 Sync with HEAD (fix LDAP freezes)
4198 2004-09-02 [colin] 0.9.12cvs87.1
4200 * src/prefs_spelling.c
4201 Sync with HEAD (add default dictionary)
4203 2004-09-01 [colin] 0.9.12cvs86.1
4208 * src/prefs_matcher.c
4209 * src/stock_pixmap.c
4210 * src/summary_search.c
4214 Sync with HEAD (uninitialized vars fixes)
4215 + gtk2 specific warning fixes
4217 2004-08-31 [colin] 0.9.12cvs85.1
4220 Sync with HEAD (Fix memory corruption due to
4223 2004-08-31 [colin] 0.9.12cvs84.4
4225 * src/summary_search.c
4226 Fix segfaults when searching in folders with broken headers
4228 2004-08-31 [colin] 0.9.12cvs84.3
4232 Fix some more encoding/decoding issues
4234 2004-08-30 [colin] 0.9.12cvs84.2
4237 * src/prefs_themes.c
4240 Add a folder-mode selection (fixes mimeview's "Save all")
4242 2004-08-29 [colin] 0.9.12cvs84.1
4245 Sync with HEAD (don't escape saved filenames)
4247 2004-08-27 [colin] 0.9.12cvs83.1
4256 * src/common/utils.c
4259 Sync with HEAD 0.9.12cvs83 (sync with main)
4261 2004-08-26 [colin] 0.9.12cvs82.4
4264 Fix strange stack corruption
4265 Convert to utf8 after unmime, not before
4267 2004-08-26 [colin] 0.9.12cvs82.3
4271 Fix account folders duplication
4273 2004-08-25 [colin] 0.9.12cvs82.2
4278 Use login@server as account name
4280 2004-08-25 [colin] 0.9.12cvs82.1
4282 * src/plugins/pgpmime/pgpmime.c
4283 Sync with HEAD (leak fix).
4285 2004-08-25 [colin] 0.9.12cvs81.1
4287 * src/plugins/pgpmime/pgpmime.c
4288 * src/plugins/pgpmime/sgpgme.c
4289 * src/plugins/pgpmime/sgpgme.h
4290 Sync with HEAD (Handle combined messages).
4292 2004-08-24 [colin] 0.9.12cvs80.3
4295 Fix full name, ports, and imap
4297 2004-08-24 [colin] 0.9.12cvs80.2
4303 * src/stock_pixmap.c
4304 * src/stock_pixmap.h
4305 * src/wizard.c ** ADDED **
4306 * src/wizard.h ** ADDED **
4307 * src/pixmaps/sylpheed_icon.xpm ** ADDED **
4310 2004-08-24 [colin] 0.9.12cvs80.1
4313 Sync with HEAD (set mimeflags on all messages)
4315 2004-08-24 [colin] 0.9.12cvs79.3
4317 * src/matcher_parser_lex.l
4318 Fix 8bits strings not in utf8
4320 2004-08-24 [colin] 0.9.12cvs79.2
4323 Check conversion result before replacing buffer
4325 2004-08-23 [colin] 0.9.12cvs79.1
4328 Sync with HEAD (create message header in memory)
4330 2004-08-23 [colin] 0.9.12cvs78.1
4334 Sync with HEAD (fix bug 197 again)
4336 2004-08-23 [colin] 0.9.12cvs77.3
4339 Fix again inline gpg signing (which outputs utf8
4340 in gtk2). Not syncing this fix to HEAD as this
4341 code is meant to die.
4343 2004-08-23 [colin] 0.9.12cvs77.2
4345 * src/prefs_account.h
4346 Remove useless include
4348 2004-08-23 [colin] 0.9.12cvs77.1
4358 Sync with HEAD (fix bug 577)
4360 2004-08-22 [colin] 0.9.12cvs76.1
4362 * src/plugins/trayicon/trayicon.c
4363 Sync with HEAD (fix formatting bug)
4365 2004-08-21 [colin] 0.9.12cvs74.2
4367 * src/gtk/colorsel.c
4368 Fix bug 564 (Folder color selection window exits on any
4371 2004-08-21 [colin] 0.9.12cvs74.1
4377 Sync with HEAD (fix bug 576)
4379 2004-08-21 [colin] 0.9.12cvs70.1
4386 2004-08-21 [paul] 0.9.12cvs66.4
4391 * src/plugins/spamassassin/spamassassin_gtk.c
4392 remove some deprecated gtk1 functions
4395 2004-08-21 [colin] 0.9.12cvs66.3
4400 Remove encoding hacks
4401 Fix bug 575 (Strange character messes up message)
4402 Don't display conversion error when drafting
4404 2004-08-21 [paul] 0.9.12cvs66.2
4406 * src/prefs_account.c
4410 2004-08-20 [colin] 0.9.12cvs66.1
4413 Sync with HEAD 0.9.12cvs66
4417 * src/plugins/pgpmime/plugin.c
4418 modify PGP/MIME plugin's description
4420 2004-08-17 [colin] 0.9.12cvs65.1
4423 * src/plugins/pgpmime/plugin.c
4426 2004-08-14 [colin] 0.9.12cvs60.3
4428 * src/plugins/trayicon/trayicon.c
4429 Put back resize callback, on size-request signal
4430 rather than size-allocate to avoid infinite
4433 2004-08-13 [colin] 0.9.12cvs60.2
4436 Cache versions have been fixed
4438 2004-08-13 [colin] 0.9.12cvs60.1
4443 2004-08-12 [colin] 0.9.12cvs59.1