1 2005-07-03 [hoa] 1.9.12cvs11
3 * src/etpan/Makefile.am
4 * src/etpan/etpan-errors.h
5 * src/etpan/etpan-log.[ch]
6 * src/etpan/etpan-thread-manager-types.h
7 * src/etpan/etpan-thread-manager.[ch]
8 * src/etpan/imap-thread.[ch]
15 dependency on libetpan 0.37 is now added.
17 2005-07-01 [colin] 1.9.12cvs10
25 * src/plugins/trayicon/trayicon.c
26 Add marked symbol on folders containing
34 Add an optional confirmation dialog on queue
35 sending. Patch by wwp.
36 * src/pixmaps/dir_close_mark.xpm ** ADDED **
37 * src/pixmaps/dir_open_hrm_mark.xpm ** ADDED **
38 * src/pixmaps/dir_open_mark.xpm ** ADDED **
39 * src/pixmaps/drafts_close_mark.xpm ** ADDED **
40 * src/pixmaps/drafts_open_mark.xpm ** ADDED **
41 * src/pixmaps/inbox_hrm_mark.xpm ** ADDED **
42 * src/pixmaps/inbox_mark.xpm ** ADDED **
43 * src/pixmaps/outbox_hrm_mark.xpm ** ADDED **
44 * src/pixmaps/outbox_mark.xpm ** ADDED **
45 * src/pixmaps/trash_hrm_mark.xpm ** ADDED **
46 * src/pixmaps/trash_mark.xpm ** ADDED **
49 2005-07-01 [colin] 1.9.12cvs9
52 Fix a little threading bug
55 A little bit of HIG normality never hurts
57 2005-07-01 [colin] 1.9.12cvs8
65 * src/common/template.c
68 Reverted the fwrite_atomic stuff. In fact
71 2005-06-30 [colin] 1.9.12cvs7
75 Add an fwrite_atomic() function to make
76 sure we write everything: fwrite can make
84 * src/common/template.c
85 Use that (and fix swapping of size and nmemb).
86 Thanks to Rich Coe for the heads up.
88 2005-06-30 [colin] 1.9.12cvs6
91 Optimize addressbook opening
93 2005-06-30 [colin] 1.9.12cvs5
96 Remove calls to summary_step after move/copy
98 2005-06-28 [paul] 1.9.12cvs4
101 wrap and make the error msg selectable
103 2005-06-28 [paul] 1.9.12cvs3
106 replace the OK button with a Close button
107 * src/gtk/foldersort.c
108 use GTK_STOCK_ icons/buttons
110 2005-06-28 [colin] 1.9.12cvs2
112 * src/gedit-print.c ** ADDED **
113 * src/gedit-print.h ** ADDED **
114 * src/gtk/gtksourceprintjob.c ** ADDED **
115 * src/gtk/gtksourceprintjob.h ** ADDED **
116 I can't believe no one had enough time to tell
117 me I forgot the `cvs add`
119 2005-06-27 [colin] 1.9.12cvs1
122 * src/gtk/Makefile.am
127 Add optional libgnomeprint-based printing
129 * src/gtk/quicksearch.c
130 Add an Edit/Quick search menu item to show
131 and focus the quicksearch
133 2005-06-27 [paul] 1.9.12
146 updated by Miquel Oliete, Thomas Gilgin, Ricardo
147 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
148 SungHyun Nam, Frederico Goncalves Guimaraes,
149 Andrej Kacian, and Yang Guilong
150 2005-06-26 [colin] 1.9.11cvs106
153 Forgot one file for previous fix
155 2005-06-26 [colin] 1.9.11cvs105
159 Fix problems with folder operations in no_select
160 imap folders. it applies only to mails, and
161 creation/deletion/move/renaming of folders
164 2005-06-26 [paul] 1.9.11cvs104
166 * src/prefs_filtering.c
167 replace one more GTK_STOCK_REMOVE
168 with GTK_STOCK_DELETE
170 2005-06-25 [colin] 1.9.11cvs103
173 Optimize get_seq_set_from_seq_list
176 2005-06-25 [colin] 1.9.11cvs102
179 If the directory exists, but not in the
180 correct encoding, rename it. This should
181 handle old-versions-induced bugs.
183 2005-06-25 [colin] 1.9.11cvs101
186 Fix path access with extended dir names
187 Fixes bug #589 (SC segfaults with wrong locale
190 2005-06-25 [colin] 1.9.11cvs100
192 * src/prefs_account.c
193 * src/prefs_account.h
195 Add an option to encrypt replies to
198 2005-06-25 [colin] 1.9.11cvs99
201 * src/quote_fmt_parse.y
202 ... And make it work with pgpinline.
204 2005-06-25 [colin] 1.9.11cvs98
209 * src/quote_fmt_parse.y
210 o Make reedition of encrypted messages possible
211 (as long as it is encrypted to self too, no
213 o Make replying with quote (and without selecting
214 text) possible for encrypted messages.
215 Closes bug #550 (Not possible to "reply with quote"
216 to gnupg encrypted messages)
218 2005-06-24 [paul] 1.9.11cvs97
223 2005-06-24 [paul] 1.9.11cvs96
226 made bind password entry invisible
229 send_message_local(): check exit status
230 to detect errors (sync with main)
232 use main's less ambiguous popup menu
235 2005-06-24 [paul] 1.9.11cvs95
237 * src/prefs_actions.c
238 * src/prefs_customheader.c
239 * src/prefs_display_header.c
240 * src/prefs_filtering_action.c
241 * src/prefs_matcher.c
242 * src/prefs_template.c
243 * src/prefs_toolbar.c
244 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
245 * src/gtk/description_window.c
246 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
248 2005-06-23 [colin] 1.9.11cvs94
251 Fix rough edges (be sure to call status_show whenever
254 2005-06-23 [colin] 1.9.11cvs93
258 Before, in a 5K mails folder: 11s
259 After, in the same folder: 58000µs
260 The joys of locking... gtk_clist_select_all() fires a
261 tree-select-row event for each selected row, which in
262 summaryview, callbacks summary_selected which in turn,
263 calls summary_status_show, which walks the selected
264 rows. Hence, calling gtk_clist_select_all was
265 exponential. Locking the summaryview makes
266 summary_selected return early.
268 2005-06-23 [colin] 1.9.11cvs92
271 Move mutex at the important place to avoid
274 Fix Del key deleting directly instead of
277 2005-06-22 [colin] 1.9.11cvs91
279 * src/plugins/spamassassin/libspamc.c
280 As we do spagetti code with assignations in multiple
281 places (see _message_read_raw where out = msg = raw),
282 let's be sure we don't free the same pointer twice.
283 Should fix bug #683 (Crash in libpam at
286 2005-06-22 [colin] 1.9.11cvs90
291 Make toolbar's delete use the move to trash stuff;
292 Add gtk_widget_realize to be sure pixmaps can get
293 created (that may fix an old worksforme bug which
294 I can't find back...)
296 2005-06-22 [colin] 1.9.11cvs89
301 Rename "Message/Delete" to "Message/Move to trash"
302 Add "Message/Delete..." that directly destroys the
303 selected messages after asking for a confirmation.
305 2005-06-22 [colin] 1.9.11cvs88
308 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
309 o Fix a deadlock (thanks Darko)
311 2005-06-22 [colin] 1.9.11cvs87
313 * src/gtk/foldersort.c
314 Add missing include for the i18n;
315 patch by Fabien Vantard
317 2005-06-21 [colin] 1.9.11cvs86
321 Respect the no_select flag
323 Fix recursive deletion
326 Make the folder deletion's warning
329 2005-06-21 [colin] 1.9.11cvs85
332 Prevent email addresses from spanning accross
333 lines - fixes bug # 646 (newline-chars in
336 2005-06-20 [colin] 1.9.11cvs84
339 Be sure not to remove source if copy failed
341 2005-06-20 [colin] 1.9.11cvs83
345 remove summaryview's lock
347 introduce threads to avoid problems when foreground tasks
348 interfere with background tasks
350 prevent moving to drafts/queue
354 2005-06-19 [colin] 1.9.11cvs82
357 Remember that the user doesn't want to override
358 offline mode, for 3 seconds. It avoid presenting
359 him with N popups in a really short time.
361 2005-06-17 [colin] 1.9.11cvs81
364 Fix IMAP breaking on folders containing '('
365 (Probably won't be enough)
367 2005-06-17 [colin] 1.9.11cvs80
369 Forgotten files on 1.9.11cvs79
371 Fix stepping when not immediately executing
373 Really prevent UID FETCH 0
375 Fix outgoing charset never set to utf-8
379 2005-06-16 [colin] 1.9.11cvs79
382 Fix bug #707 (Dash splits rows)
383 Only wrap if we're on a line break position and
384 the previous one was a "white" (space) char.
385 Pango stuff is weird.
387 2005-06-16 [colin] 1.9.11cvs78
390 Lock summaryview while downloading messages
396 Replace \r and \n with spaces in From and
399 2005-06-16 [paul] 1.9.11cvs77
402 liberalise the mime parser
406 2005-06-16 [paul] 1.9.11cvs76
411 2005-06-15 [colin] 1.9.11cvs75
414 Finish header encoding fix
418 Fix compilation (Thanks Stephan
421 2005-06-15 [colin] 1.9.11cvs74
424 Install gnome2 stuff rather than gnome1,
431 Visual progress when fetching all messages
435 Prevent changing current message while
438 2005-06-15 [paul] 1.9.11cvs73
440 * src/gtk/gtkaspell.c
441 * src/gtk/gtkaspell.h
444 2005-06-15 [paul] 1.9.11cvs72
446 * src/prefs_filtering.c
447 allow reordering of filter rules by
450 2005-06-15 [paul] 1.9.11cvs71
455 replace deprecated function
458 * src/gtk/progressdialog.c
459 * src/gtk/progressdialog.h
460 salvage and reuse parts of reverted sync
462 2005-06-15 [paul] 1.9.11cvs70
466 * src/gtk/progressdialog.c
467 * src/gtk/progressdialog.h
468 revert yesterday's sync with main
469 it contains deprecated functions
471 2005-06-15 [colin] 1.9.11cvs69
474 Fix bug #670 (multi user to: will corrupt message
477 2005-06-15 [colin] 1.9.11cvs68
480 Fix bug #421 (Fix undo on wrapping)
482 2005-06-15 [colin] 1.9.11cvs67
485 Provide visual feedback while processing
488 Provide visual feedback while getting
489 short headers (for uncached messages)
492 2005-06-14 [paul] 1.9.11cvs66
495 change a couple stock icons
498 * src/gtk/progressdialog.c
499 * src/gtk/progressdialog.h
500 sync main's GtkTreeView implementation
502 2005-06-14 [colin] 1.9.11cvs65
505 Various little fixes, mainly on error paths
507 2005-06-13 [colin] 1.9.11cvs64
512 Add a way to fetch only headers. This speeds
513 up filtering on headers for IMAP. Fixes:
514 bug #481 extraneous imap commands slow down
516 bug #522 Sylpheed downloads all messages
517 when opening mailbox (IMAP)
518 bug #677 IMAP fetch is soooooooooooooo slow
521 Add a folder set_batch method so that
522 implementations can speed up flags changes
525 Use that in mark as (un)read and mark all read
528 Implement set_batch - brings back deferred
529 flags in a less buggy manner. Fixes:
530 bug #729 IMAP immediate expunge of deleted messages
531 bug #191 remove list of messages with one command
532 Fix login with strange chars
533 Implement fetch_msg_full
534 Fix copy (wrong counts)
536 2005-06-12 [colin] 1.9.11cvs63
539 lock incorporation during long operations.
540 Avoids fucking up the IMAP socket.
542 2005-06-12 [colin] 1.9.11cvs62
546 Factorize remove_all_msg
549 Don't update partial-download status if unnecessary
551 Use remove_msgs everywhere possible
553 2005-06-12 [colin] 1.9.11cvs61
557 Add a remove_msgs function to remove a
562 2005-06-12 [colin] 1.9.11cvs60
565 Remove flags-processing deferring... Too hard
566 to get it to work in all cases.
568 2005-06-11 [colin] 1.9.11cvs59
571 printf -> debug_print
573 2005-06-11 [colin] 1.9.11cvs58
576 o Fix build without USE_PTHREAD
577 o Factorize imap_open
578 o Alertpanel in case of impossible connection
579 o Alertpanel in case of impossible login
580 o Fix deferred flags processing to force a
581 flush before adding some more flags to process,
582 but in another folder.
584 2005-06-10 [colin] 1.9.11cvs57
587 o Fix a format string error
588 o init ssl socket outside of the thread
589 (it possibly invokes gtk calls)
591 o Put back the buffer to its necessary size
592 o Fix changing a file pointer without keeping
593 track of it (thanks Valgrind)
595 o Fix automatic STARTTLS if login should be done
596 and the server only allows it after starting TLS
597 * src/gtk/gtkinputdialog.c
598 o Eat GDK_Return so that the combo popup doesn't
599 appear when we press Enter to validate the combo
600 input dialog (as seen in the Open with... dialog)
602 2005-06-10 [colin] 1.9.11cvs56
606 o Fix a crash on deletion
607 o Threadize imap_select (it's called outside of
609 o Defer treatment of DELETED flags
612 2005-06-09 [colin] 1.9.11cvs55
615 Make sure we check imap_gtk_should_override(), which
616 potentially calls gtk stuff, before creating thread.
617 That way it should't be called via imap_get_session()
620 2005-06-09 [colin] 1.9.11cvs54
623 o add a bit of status output
624 o remove some dead code
625 o threadize get_list_of_uids
626 o threadize imap_get_flags
627 o defer flag changing by 500ms so that they
631 2005-06-08 [colin] 1.9.11cvs53
634 Thread-ize imap_cmd_fetch
636 2005-06-08 [colin] 1.9.11cvs52
639 Mmh, that broke POP3...
641 2005-06-08 [colin] 1.9.11cvs51
644 Stabilize IMAP patch (thanks to Hoa)
646 2005-06-08 [colin] 1.9.11cvs50
649 Test patch to speed up imap.
651 2005-06-08 [colin] 1.9.11cvs49
656 Apply patch from gentoo to use /usr/share/mime/globs if
657 available, after un-breaking it
660 Use g_timeout for invoking hooks that possibly use gtk
661 calls. This should leave gtk calls in the main thread.
663 2005-06-08 [paul] 1.9.11cvs48
666 conv_get_outgoing_charset_str(): don't
667 use prefs_common setting
670 add /Options/Character encoding/... to
671 temporarily change the outgoing encoding
673 (belated sync with main)
675 2005-06-08 [paul] 1.9.11cvs47
678 correction to/completion of last
681 2005-06-08 [paul] 1.9.11cvs46
687 always enabled Japanese auto-detection
688 if the first letters of locale string
691 don't use "destroy" signal to destroy
692 Compose object (fix rare crashes on discard?)
696 added Hebrew encodings
698 don't use "destroy" signal to destroy
701 2005-06-07 [colin] 1.9.11cvs45
704 Add missing unlocks/locks
706 2005-06-07 [paul] 1.9.11cvs44
711 2005-06-06 [colin] 1.9.11cvs43
714 Fix selection bug when prefs_common.open_unread
717 2005-06-06 [colin] 1.9.11cvs42
723 Factorize long operations beginning and end
724 (locking, freezing/thawing, cursor, ...)
725 Check selection->data member in selection-
726 related loops; this avoids dying an awful
727 death if the selection changes on us while
728 we're marking a whole IMAP folder unread,
731 2005-06-06 [paul] 1.9.11cvs41
734 don't g_free() a static gchar buffer
736 2005-06-05 [colin] 1.9.11cvs40
741 Fix bug #749 (Show all headers should be
742 sticky as the GUI suggests)
744 2005-06-03 [paul] 1.9.11cvs39
747 don't allow editing of mail while sending.
750 2005-06-03 [paul] 1.9.11cvs38
753 add a freeze/thaw to speed up 'mark all read'
755 2005-06-03 [paul] 1.9.11cvs37
757 * src/prefs_message.c
758 reflect changes immediately
760 2005-06-02 [colin] 1.9.11cvs36
763 Patch by Fabien Vantard.
765 2005-06-02 [colin] 1.9.11cvs35
768 Use a non-blocking imap_getline() if possible.
769 This should completely prevent the interface
770 from freezin on imap operations, although it
771 may do strange stuff in case of folder switching
772 while a big imap operation is taking place...
774 In addition, fix a leak in the case thread
775 creation fails on connection.
777 2005-06-02 [colin] 1.9.11cvs34
781 Fix build (prefs_common_init() doesn't exist
784 2005-06-02 [colin] 1.9.11cvs33
786 * src/prefs_account.c
787 Fix bug #245 (filtering rules broken when
788 renaming a remote account (imap4 or nntp)
790 2005-06-02 [colin] 1.9.11cvs32
793 Try to fix IMAP shortcomings:
794 o Multithread imap_open()
795 o allow offline-mode overriding instead of
799 Add a function to ask whether we want to
800 override offline-mode for 10 minutes (one-shot
803 Fix segfault when imap parser isn't happy about
806 2005-06-01 [colin] 1.9.11cvs31
819 * src/common/template.c
822 * src/gtk/inputdialog.c
824 * src/gtk/pluginwindow.c
825 * src/gtk/prefswindow.c
826 * src/plugins/pgpmime/passphrase.c
827 * src/plugins/pgpmime/prefs_gpg.c
830 * src/common/Makefile.am
831 * src/common/timing.h
832 Add basic timing code
835 Fix a bug with unread messages when
836 re-sorting folders, and by the way
837 fix a big performance hit when
838 re-sorting (10k mails: before 5s,
841 * src/prefs_compose_writing.c
842 * src/prefs_compose_writing.h
843 * src/prefs_message.c
844 * src/prefs_message.h
849 * src/prefs_receive.c
850 * src/prefs_receive.h
853 * src/prefs_summaries.c
854 * src/prefs_summaries.h
857 2005-06-01 [paul] 1.9.11cvs30
860 updated by Flammie Pirinen
862 fix 'Bad BASE64 content' output
864 2005-05-31 [colin] 1.9.11cvs29
867 Oops, where did my hunk go.
869 2005-05-31 [colin] 1.9.11cvs28
887 * src/prefs_account.c
888 * src/prefs_actions.c
890 * src/prefs_compose_writing.c
891 * src/prefs_customheader.c
892 * src/prefs_ext_prog.c
893 * src/prefs_filtering.c
894 * src/prefs_filtering_action.c
896 * src/prefs_image_viewer.c
897 * src/prefs_message.c
898 * src/prefs_message.h
899 * src/prefs_msg_colors.c
903 * src/prefs_receive.c
904 * src/prefs_receive.h
907 * src/prefs_spelling.c
908 * src/prefs_summaries.c
909 * src/prefs_summary_column.c
910 * src/prefs_template.c
912 * src/prefs_toolbar.c
913 * src/prefs_wrapping.c
918 * src/summary_search.c
925 o Move the rest of Common prefs to new style
926 o Lots of -Wall warning fixes
927 o fix FIXME in cache memusage calculation
928 o Let return receipts be sent from any account
929 o Little cache optimisation (read)
930 o Fix bug #746 (don't treat commas as separators
931 when inside a quoted string)
933 2005-05-31 [paul] 1.9.11cvs27
936 fix 'off-by-one' typo
938 2005-05-31 [paul] 1.9.11cvs26
944 * src/prefs_actions.c
947 * src/prefs_customheader.c
948 * src/prefs_display_header.c
949 * src/prefs_filtering.c
950 * src/prefs_filtering_action.c
951 * src/prefs_matcher.c
952 * src/prefs_summaries.c
953 * src/prefs_summary_column.c
954 * src/prefs_template.c
955 * src/prefs_toolbar.c
957 * src/gtk/pluginwindow.c
958 * src/gtk/prefswindow.c
959 * src/gtk/progressdialog.c
960 add hidden prefs 'enable_rules_hint'
961 for gtk_tree_view_set_rules_hint()
965 2005-05-31 [colin] 1.9.11cvs25
970 * src/prefs_summaries.c ** ADDED **
971 * src/prefs_summaries.h ** ADDED **
972 Common/Display -> Display/Summaries
974 2005-05-31 [colin] 1.9.11cvs24
978 * src/prefs_quote.c ** ADDED **
979 * src/prefs_quote.h ** ADDED **
980 Move Common/Quote to Compose/Quoting
983 Remove old quote stuff, add
984 convenience functions for GtkTextView prefs
985 * src/gtk/prefswindow.c
986 Set default height higher
988 2005-05-30 [colin] 1.9.11cvs23
993 * src/prefs_compose_writing.c ** ADDED **
994 * src/prefs_compose_writing.h ** ADDED **
995 Move Common/Compose prefs to Compose/Writing
997 2005-05-30 [colin] 1.9.11cvs22
1000 Fix bug #651 (Confused Attract by Subject)
1001 Patch by M. Benkmann <haferfrost@web.de>
1004 2005-05-30 [colin] 1.9.11cvs21
1007 Fix concatenation of different headers of
1008 the same type (bug #645)
1009 * src/prefs_folder_item.c
1010 Fix bug #699 (setting color to black doesn't
1013 Print out decoding error only once per
1016 2005-05-30 [paul] 1.9.11cvs20
1018 * src/common/template.c
1021 2005-05-30 [paul] 1.9.11cvs19
1023 * doc/src/rfc2368.txt **NEW FILE**
1025 compose_entries_set(): don't interpret Bcc
1026 header field (conform to RFC 2368)
1029 2005-05-29 [colin] 1.9.11cvs18
1031 * src/prefs_common.c
1032 Let the default reply format respect
1033 netiquette by cutting the signature.
1035 2005-05-29 [colin] 1.9.11cvs17
1038 Don't let always_show_msg override
1039 open_unread_on_enter when opening a new
1042 2005-05-27 [paul] 1.9.11cvs16
1047 app_will_exit(): cleanup tmp directory when exit
1048 * src/message_search.c
1049 improved the interface and made code cleanup.
1050 removed Clear button
1051 * src/send_message.c
1052 send_message_local(): use GSpawn, and detect errors
1053 * src/summary_search.c
1054 improved the interface and made code cleanup
1056 textview_write_link(): also skip non-ascii space
1057 at the head of link strings (phishing check
1058 didn't work at the case)
1059 * src/common/utils.c
1060 get_command_output(): use g_spawn_command_line_sync()
1063 2005-05-26 [colin] 1.9.11cvs15
1068 2005-05-26 [colin] 1.9.11cvs14
1071 Fix nntp mode reader (bug #611)
1072 Patch by Florian Mickler <florian@mickler.org>
1074 2005-05-26 [colin] 1.9.11cvs13
1076 * src/plugins/pgpmime/passphrase.c
1077 Fix mouse grabbing (bug #557)
1079 2005-05-26 [colin] 1.9.11cvs12
1081 * src/prefs_themes.c
1082 Fix g_warning (bug #541)
1084 2005-05-26 [colin] 1.9.11cvs11
1086 * src/prefs_actions.c
1087 * src/prefs_template.c
1088 Fix bug #506 (no warning if action/template
1090 * src/common/template.c
1091 Fix a possible crash
1093 2005-05-26 [colin] 1.9.11cvs10
1099 Forbid locked messages to be moved or
1100 deleted. Locked messages in trashes
1101 still get deleted, for performance
1102 reason (mh.c::mh_remove_all_msgs)
1104 2005-05-25 [colin] 1.9.11cvs9
1107 Use correct encoding when sending mails
1108 with attachments that have accentued
1111 2005-05-24 [colin] 1.9.11cvs8
1114 Fix bug #688 f) read/unread marker not
1115 changed on first click
1116 Also, optimize summary_status_show()
1121 Fix bug #688 b) and c) wrt message
1122 attachments and signature
1123 * src/stock_pixmap.c
1124 * src/stock_pixmap.h
1125 * src/stock_pixmap.c
1126 * src/stock_pixmap.h
1128 * src/pixmaps/clip_gpg_signed.xpm
1129 Add clip/signed icon
1131 2005-05-24 [colin] 1.9.11cvs7
1133 * src/folder_item_prefs.c
1136 2005-05-24 [colin] 1.9.11cvs6
1139 * src/prefs_common.c
1140 * src/prefs_common.h
1141 Add a confirmation to folder drag and drop
1145 fix _with_disable parameters so that
1146 the buttons labels are specifiable too
1147 * src/plugins/pgpmime/sgpgme.c
1151 2005-05-24 [colin] 1.9.11cvs5
1154 Uncollapse/collapse folders on double-click
1155 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1158 2005-05-23 [colin] 1.9.11cvs4
1160 * src/common/socket.c
1161 Check another special SSL_peek() error.
1162 Should help wrt bug #728
1164 2005-05-23 [colin] 1.9.11cvs3
1166 * src/plugins/pgpmime/pgpmime.c
1167 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1168 breaking menu accelerators and stuff. Users will have to
1169 reselect "PGP MIME" instead of "PGP/MIME" in their
1170 account's privacy preferences if needed.
1174 * tools/kdeservicemenu/install.sh
1175 use kdesu to prompt for root password if doing
1176 global install/uninstall
1178 2005-05-20 [colin] 1.9.11cvs2
1181 Fix another compilation error with gcc-2.9x
1182 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1183 * src/send_message.c
1184 Don't send QUIT if we aren't connected
1186 2005-05-19 [colin] 1.9.11cvs1
1189 Fix compilation with gcc 2.9x
1191 2005-05-19 [paul] 1.9.11
1195 2005-05-19 [paul] 1.9.9cvs14
1197 * src/gtk/inputdialog.c
1198 prevent gettext warning
1200 2005-05-19 [paul] 1.9.9cvs13
1203 * src/prefs_common.c
1204 * src/prefs_common.h
1207 add an option to toggle cursor in message
1208 view (sync with main)
1210 2005-05-18 [colin] 1.9.9cvs12
1213 Dereference freed pointer
1214 * src/gtk/gtkaspell.c
1215 Fix duplication of dictionaries (is it an aspell issue?)
1217 2005-05-18 [colin] 1.9.9cvs11
1219 * src/gtk/inputdialog.c
1220 * src/gtk/gtkaspell.c
1223 Remove a double call
1225 2005-05-17 [colin] 1.9.9cvs10
1227 * src/gtk/gtkaspell.c
1228 Fix dialogs, Ctrl-Enter accel
1230 2005-05-17 [colin] 1.9.9cvs9
1232 * src/gtk/gtkaspell.c
1233 Fix some accelerators, escape in replace-window
1235 2005-05-16 [colin] 1.9.9cvs8
1237 * src/gtk/gtkaspell.c
1238 Revert last commit, it was a mistake.
1240 2005-05-16 [colin] 1.9.9cvs7
1242 * src/gtk/gtkaspell.c
1243 Remove buggy code while we're at it. It's a
1244 dead code path anyway.
1246 2005-05-16 [colin] 1.9.9cvs6
1248 * src/gtk/gtkaspell.c
1249 Missed some gtk_menu_popup where deactivate
1250 signal should be handled. Should fix bug
1253 2005-05-16 [colin] 1.9.9cvs5
1255 * src/gtk/gtkaspell.c
1256 Remove debug printf()s
1258 2005-05-16 [colin] 1.9.9cvs4
1260 * src/gtk/gtkaspell.c
1261 Fix a bit aspell problems
1264 2005-05-13 [colin] 1.9.9cvs3
1267 Fix the + appearing even when no subfolders
1268 have unread messages. Thanks to wwp for the
1271 2005-05-11 [paul] 1.9.9cvs2
1274 correction to 1.9.9cvs1, only colour folders that
1275 have new msgs (not unread msgs)
1277 2005-05-10 [colin] 1.9.9cvs1
1281 Try to fix bolding bugs again.
1285 * tools/claws.i18n.status.pl
1286 add Ricardo Mones Lastra's script that has been providing
1287 the i18n status page for many months
1289 2005-05-09 [paul] 1.9.9
1293 2005-05-09 [paul] 1.9.6cvs58
1300 * RELEASE_NOTES.claws
1301 add release notes to cvs to simplify release
1304 add ca and fi to ALL_LINGUAS
1306 workaround for missing Makevars
1309 add new Catalan and Finnish translations
1310 submitted by Miquel Oliete and Flammie Pirinen
1320 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1321 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1322 Urke MMI, and Hansom Young
1324 Fix drafting when quitting. compose_draft() closes the
1325 compose windows, which modifies the compose_list GSList.
1326 We have to refresh this list after echo drafting to avoid a
1328 * src/partial_download.c
1329 fix segfault on exit
1331 2005-05-06 [paul] 1.9.6cvs57
1333 * src/grouplistdialog.c
1334 quick fix/workaround for unresizeable newsgroup
1337 2005-05-06 [paul] 1.9.6cvs56
1341 use gettext plural forms
1345 small improvement to english usage
1347 2005-05-05 [thorsten] 1.9.6cvs55
1352 2005-05-05 [paul] 1.9.6cvs54
1358 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1361 2005-05-05 [paul] 1.9.6cvs53
1364 fix resizing of separate message and
1367 2005-05-05 [paul] 1.9.6cvs52
1379 * src/prefs_filtering.c
1380 * src/prefs_filtering_action.c
1381 * src/prefs_matcher.c
1382 * src/prefs_spelling.c
1383 * src/prefs_toolbar.c
1386 * src/gtk/description_window.c
1387 * src/gtk/gtkvscrollbutton.c
1388 * src/gtk/progressdialog.c
1389 * src/gtk/quicksearch.c
1390 * src/plugins/pgpmime/prefs_gpg.c
1391 * src/plugins/spamassassin/spamassassin_gtk.c
1392 replace deprecated gtk_widget_set_usize
1394 2005-05-04 [colin] 1.9.6cvs51
1396 * src/common/utils.c
1397 Fix crash when subst_for_filename is called
1398 with a NULL parameter
1400 2005-05-04 [colin] 1.9.6cvs50
1402 * src/partial_download.c
1404 Escape login when writing uidl file
1407 2005-05-03 [colin] 1.9.6cvs49
1410 Fix possible DOS in mime parser
1413 2005-05-02 [colin] 1.9.6cvs48
1416 Try to fix the copy/paste mess once again.
1419 2005-04-30 [colin] 1.9.6cvs47
1421 * src/prefs_account.h
1423 * src/send_message.c
1426 Try to batch sending mails (per account) instead of
1427 reconnecting to server every time.
1429 2005-04-29 [colin] 1.9.6cvs46
1432 Fix window resizing that refused to size down
1433 * src/prefs_common.c
1434 * src/prefs_common.h
1435 * src/prefs_filtering.c
1436 Save Filtering's window size
1438 2005-04-21 [paul] 1.9.6cvs45
1440 * ChangeLog-gtk2.claws
1444 2005-04-21 [paul] 1.9.6cvs44
1451 use gtkut_widget_draw_now(). Improved performance
1452 of the update of statusbar
1454 textview_smooth_scroll_do(): redraw it after scroll
1455 is done (fixed incorrect display when a part of the
1457 * src/gtk/gtkutils.c
1458 * src/gtk/gtkutils.h
1459 gtkut_widget_draw_now(): use gdk_window_process_updates()
1460 to force update of widgets.
1461 Removed gtkut_widget_wait_for_draw() which had a big
1462 overhead because of waiting for all events processed
1464 2005-04-20 [paul] 1.9.6cvs43
1467 complete 1.9.6cvs42's sync:
1468 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1470 2005-04-19 [paul] 1.9.6cvs42
1475 catch_output(): correctly select the insert text
1476 (fix invalid iterator warnings).
1481 * src/prefs_common.c
1482 support GBK encoding.
1483 * src/common/session.c
1484 * src/common/session.h
1485 use separate buffer for large data to be sent,
1486 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1488 2005-04-18 [paul] 1.9.6cvs41
1491 convert unsigned long into guint32
1492 patch by Paul LeoNerd Evans
1494 2005-04-17 [colin] 1.9.6cvs40
1497 Fix 'Request return receipt' from folder
1498 properties (bug #708)
1500 2005-04-17 [colin] 1.9.6cvs39
1503 Fix duplicate hotkeys in Mainwindow's menu
1505 2005-04-17 [colin] 1.9.6cvs38
1508 Fix duplicate hotkeys in Folderview's contextual
1511 2005-04-15 [colin] 1.9.6cvs37
1514 Fix 'Save as...' with non-ascii filenames
1516 2005-04-15 [colin] 1.9.6cvs36
1518 * src/plugins/pgpmime/pgpmime.c
1519 Fix bus error on 64bit. Spotted by
1520 macallan1888@gmail.com
1522 2005-04-15 [colin] 1.9.6cvs35
1524 * src/prefs_account.c
1527 2005-04-12 [colin] 1.9.6cvs34
1529 * src/prefs_account.c
1530 Fix smtp auth type off-by-one. We forgot to
1531 add PLAIN in the prefs-to-gui setter func and
1532 as a result, the selected auth when opening
1533 account prefs was not the correct one.
1535 2005-04-12 [paul] 1.9.6cvs33
1538 if the recv dialog is visible, Cancel only
1539 cancels the current account
1542 2005-04-10 [colin] 1.9.6cvs32
1545 Copy score when copying FilteringActions
1548 2005-04-10 [colin] 1.9.6cvs31
1551 Make Message -> Receive -> Cancel cancel
1552 incorporation on all accounts. Fixes
1555 2005-04-10 [colin] 1.9.6cvs30
1557 * src/prefs_account.c
1558 Update Privacy checkbuttons status based
1559 on the selected privacy system
1561 Always connect the "None" privacy system; the
1562 static boolean was probably there to avoid
1563 reconnecting twice in the same compose window,
1564 but as the parent function is only called once
1565 per compose, it's only a bug - as a static is
1566 initialized once per application instance.
1567 Also, don't uncheck Sign and Encrypt when
1568 selecting None as privacy system; just ignore
1569 them when sending/queuing.
1572 2005-04-08 [colin] 1.9.6cvs29
1575 * src/prefs_account.c
1576 * src/prefs_account.h
1577 Add account preference to queue message in a certain
1580 2005-04-06 [colin] 1.9.6cvs28
1582 * src/prefs_account.c
1583 Update old inbox path syntax
1585 2005-04-06 [paul] 1.9.6cvs27
1590 changed -traditional-cpp to -no-cpp-precomp for newer
1593 made column resize automatically
1594 * src/send_message.c
1595 send_message_smtp(): consider EOF right after QUIT
1596 successful (workaround for Gmail SMTP server)
1597 * src/common/socket.c
1598 ssl_read(), ssl_peek(): check EOF which violates the
1600 * src/gtk/colorlabel.c
1601 removed warnings when displaying colorlabel menu
1602 (don't use GtkAlignment)
1604 2005-04-05 [paul] 1.9.6cvs26
1606 * src/plugins/trayicon/trayicon.c
1607 fix clipping of icon under KDE3
1609 2005-04-05 [paul] 1.9.6cvs25
1612 hide display of threading
1615 2005-04-04 [thorsten] 1.9.6cvs24
1618 marks lost on filesystems with different stat() results on
1621 2005-04-03 [colin] 1.9.6cvs23
1624 Don't handle up/down. Patch by Alfons
1626 2005-04-02 [colin] 1.9.6cvs22
1629 Make scrolling faster. Patch by Alfons.
1631 2005-04-01 [colin] 1.9.6cvs21
1634 * src/stock_pixmap.c
1635 * src/pixmaps/dir-noselect.xpm ** REMOVED **
1636 * src/pixmaps/dir_noselect.xpm ** ADDED **
1637 Fix pixmap name mismatch (Thanks Stephan Sachse)
1639 2005-04-01 [colin] 1.9.6cvs20
1641 * src/image_viewer.c
1642 * src/image_viewer.h
1647 Implement inline image resizing and right-clicking
1649 2005-04-01 [paul] 1.9.6cvs19
1655 patch by Luca Cavalli <loopback<AT>slackit.org>
1657 updated by Pavlo Bohmat
1659 2005-03-31 [colin] 1.9.6cvs18
1662 Fix parsing references
1664 don't put nulls in the references list
1666 commit that forgotten file in 1.9.6cvs14
1668 2005-03-31 [colin] 1.9.6cvs17
1671 Fix joining of signature separator again.
1672 Maybe Hiro could put it in main too...
1674 2005-03-31 [colin] 1.9.6cvs16
1678 * src/stock_pixmap.c
1679 * src/stock_pixmap.h
1680 * src/pixmaps/dir-noselect.xpm
1681 Update foldersel.c (sync from main, patch by Alfons)
1683 2005-03-30 [colin] 1.9.6cvs15
1686 Fix handling of imap folders containing [] in
1687 their name. Thanks to Nahuel Angelinetti for
1688 the detailed bugreport.
1690 2005-03-30 [colin] 1.9.6cvs14
1692 * src/common/utils.h
1693 * src/common/utils.c
1700 * src/quote_fmt_parse.y
1702 Update references system. Patch by Alfons
1704 2005-03-30 [colin] 1.9.6cvs13
1706 * src/common/socket.c
1707 Force the glibc to read resolv.conf again when
1708 it has changed. Should fix issues when changing
1709 networks on a laptop and not restarting sylpheed.
1711 2005-03-30 [paul] 1.9.6cvs12
1713 partial sync with main:
1716 create_io_dialog(): use user-defined text font
1717 (thanks to Alfons), and modified its appearance.
1723 don't join (presumably) itemized lines on line-wrapping
1724 fixed wrapping of quote when auto-wrapping is enabled
1725 compose_destroy(): destroy paned only if it's not
1726 attached to window. Fixed memory leak of popup menu.
1736 removed redundant code
1738 changed 'Code set' (which is rather incorrect)
1739 in the menu to 'Character encoding'
1740 main_window_set_widgets(): request size first
1741 to prevent window size becoming wrong
1742 fixed remembering of the state of the visibility
1745 changed 'Code set' (which is rather incorrect)
1746 in the menu to 'Character encoding'
1747 * src/prefs_common.c
1748 * src/prefs_common.h
1749 added an option whether to render HTML as text or not
1750 added separators to outgoing encoding menu
1752 procheader_scan_date_string(): support header
1753 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1758 textview_show_html(): force output of newline
1759 added an option whether to render HTML as text or not
1760 * src/common/utils.c
1761 strncpy2(): optimized based on Alfons' code
1762 * src/gtk/gtkutils.c
1763 * src/gtk/gtkutils.h
1764 removed non-used code
1765 * src/plugins/pgpmime/passphrase.c
1766 partially fixed grab input of passphrase dialog
1767 Confine pointer to window
1769 2005-03-30 [colin] 1.9.6cvs11
1773 Read/write 32bit ints from cache & marks
1776 2005-03-29 [paul] 1.9.6cvs10
1781 * src/gtk/gtkaspell.c
1782 sync with HEAD (don't pass NULL pointers)
1788 * tools/acroread2sylpheed.pl
1789 sync with HEAD (add script to send pdfs as
1790 attachments from Adobe Reader 7)
1792 2005-03-21 [paul] 1.9.6cvs9
1798 * src/image_viewer.c ** ADDED **
1799 * src/image_viewer.h ** ADDED **
1801 * src/prefs_common.c
1802 * src/prefs_common.h
1803 * src/prefs_image_viewer.c ** ADDED **
1804 * src/prefs_image_viewer.h ** ADDED **
1807 * src/pixmaps/sylpheed_logo.xpm
1808 * src/plugins/Makefile.am
1809 * src/plugins/image_viewer/.cvsignore ** REMOVED **
1810 * src/plugins/image_viewer/Makefile.am ** REMOVED **
1811 * src/plugins/image_viewer/plugin.c ** REMOVED **
1812 * src/plugins/image_viewer/viewer.c ** REMOVED **
1813 * src/plugins/image_viewer/viewer.glade ** REMOVED **
1814 * src/plugins/image_viewer/viewer.h ** REMOVED **
1815 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
1816 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
1817 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
1818 as gdk-pixbuf is now built-in
1819 remove image_viewer plugin and put code back into
1821 implement inline image display (sync with main)
1823 replace logo with newer, nicer, larger version
1825 2005-03-21 [paul] 1.9.6cvs8
1828 cosmetic improvement
1830 2005-03-21 [holger] 1.9.6cvs7
1832 * src/plugins/spamassassin/spamassassin.c
1834 (unregister hook on failed plugin init)
1836 2005-03-20 [colin] 1.9.6cvs6
1838 * src/common/plugin.c
1839 Check that plugin isn't already loaded
1842 2005-03-20 [thorsten] 1.9.6cvs5
1845 use a more compatible syntax
1847 2005-03-20 [thorsten] 1.9.6cvs4
1849 * src/prefs_toolbar.c
1850 fix crash when selecting toolbar item (uninitialized pointer)
1852 2005-03-20 [thorsten] 1.9.6cvs3
1855 fix mimetype detection (referenced free()d string)
1857 2005-03-20 [paul] 1.9.6cvs2
1860 sync with HEAD (1.0.3cvs5)
1861 neglect Reply-To header if empty
1864 2005-03-19 [holger] 1.9.6cvs1
1870 2005-03-18 [paul] 1.9.6
1872 initial GTK2 release
1874 2005-03-18 [paul] 1.0.3cvs3.1
1880 * src/pixmaps/sylpheed_logo.xpm
1883 2005-03-18 [colin] 1.0.3cvs2.6
1886 Remove call to summary_step in summary_copy_selected_to
1887 Can't see its purpose, and this causes bug when copying
1888 a message if the next one is unread: it reads it.
1890 2005-03-18 [paul] 1.0.3cvs2.5
1893 fix bug 694 'Enter doesn't trigger OK in "Move" window'
1895 2005-03-18 [paul] 1.0.3cvs2.4
1906 fix buffer overflow, CAN-2005-0667, see
1907 http://secunia.com/advisories/14491/
1910 2005-03-17 [colin] 1.0.3cvs2.3
1914 Fix font bugs (both lists now officialy share
1918 2005-03-17 [paul] 1.0.3cvs2.2
1920 * src/gtk/pluginwindow.c
1921 make plugin descriptions uneditable
1923 2005-03-11 [paul] 1.0.3cvs2.1
1928 * src/plugins/trayicon/trayicon.c
1930 add src/wizard.c to POTFILES.in
1932 2005-03-11 [paul] 1.0.3cvs1.1
1948 2005-03-04 [colin] 1.0.1cvs22.2
1951 Fix signatures with accentued chars in it
1953 2005-03-04 [colin] 1.0.1cvs22.1
1957 Don't use SIZE param in MAIL FROM: if server
1958 doesn't support it. Patch by Eugen Freiter
1959 <eugen_f@users.sf.net>
1961 2005-02-27 [paul] 1.0.1cvs20.1
1968 2005-02-27 [colin] 1.0.1cvs19.4
1972 Fix prototypes. Patch by Alfons
1974 2005-02-27 [colin] 1.0.1cvs19.3
1977 Don't auto-join the signature separator.
1979 2005-02-26 [colin] 1.0.1cvs19.2
1982 Fix 'mark all read' with collapsed threads.
1985 2005-02-25 [paul] 1.0.1cvs19.1
1989 * src/prefs_account.c
1990 * src/prefs_folder_item.c
1991 * src/gtk/prefswindow.c
1992 * src/gtk/prefswindow.h
1995 2005-02-25 [paul] 1.0.1cvs15.12
2001 * src/gtk/gtkutils.c
2002 * src/gtk/gtkutils.h
2003 * src/gtk/logwindow.c
2004 * src/gtk/progressdialog.c
2005 sync with main (revision 127)
2006 and fix logwindow clipping
2008 2005-02-24 [colin] 1.0.1cvs15.11
2010 * src/plugins/pgpmime/passphrase.c
2011 Disable input grabbing; it doesn't work yet.
2013 2005-02-24 [colin] 1.0.1cvs15.10
2016 Don't send out receipts if offline. Ask.
2018 2005-02-23 [colin] 1.0.1cvs15.9
2023 2005-02-23 [colin] 1.0.1cvs15.8
2026 Really fix Bug 568 by removing useless
2027 calls. summary_thread_init() now called
2028 in summary_sort(). This should please
2029 Alfons as it should be faster than
2032 2005-02-23 [colin] 1.0.1cvs15.7
2035 Encode parts as QP or B64 if signing
2037 2005-02-23 [colin] 1.0.1cvs15.6
2040 Fix Mimeinfo leakage (including tmp files)
2042 Fix tmp file leakage (spotted by Ivan Rayner)
2044 2005-02-22 [colin] 1.0.1cvs15.5
2047 Fix keyboard input. Patch by Alfons.
2049 2005-02-21 [colin] 1.0.1cvs15.4
2052 Fix Sign/Encrypt when unselecting privacy
2054 * src/prefs_common.c
2055 Change default message font to Monospace
2057 More freezing during potentially large operations
2059 2005-02-21 [paul] 1.0.1cvs15.3
2064 2005-02-21 [paul] 1.0.1cvs15.2
2070 * src/common/utils.c
2071 * src/common/utils.h
2072 sync with main (revision 117)
2074 2005-02-20 [colin] 1.0.1cvs15.1
2077 Change cache file to .sylpheed_claws_cache, as
2078 suggested by Alfons. Allows people to switch
2079 between Sylpheed and Sylpheed-Claws. it is
2080 a good idea to "Check for new messages" at next
2084 2005-02-18 [colin] 1.0.1cvs14.1
2086 * src/quote_fmt_lex.l
2087 * src/quote_fmt_parse.y
2088 Fix parser initialisation. Patch by Ivan.
2090 2005-02-18 [colin] 1.0.1cvs11.6
2093 Fix scrolldown (bug 662)
2095 2005-02-17 [colin] 1.0.1cvs11.5
2098 conv_filename_to_utf8: return clean 7bit instead
2099 of broken utf8 if needed
2101 Fix display of parts with unclean 8bit names
2103 2005-02-17 [paul] 1.0.1cvs11.4
2107 * src/matcher_parser_parse.y
2109 * src/sourcewindow.c
2110 * src/common/Makefile.am
2111 * src/common/intl.h ** REMOVED **
2112 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2113 sync with main (revision 109)
2116 2005-02-16 [colin] 1.0.1cvs11.3
2119 Fix collapsed thread not highlighting when new
2120 messages in it (Bug 568) Patch by Stephan Sachse.
2121 Fix messed up selection when reaching bounds (Bug 632)
2122 * src/prefs_themes.c
2123 Fix theme installing (Bug 684)
2125 2005-02-16 [colin] 1.0.1cvs11.2
2128 Fix messageview_select_all
2130 2005-02-16 [colin] 1.0.1cvs11.1
2133 Sync with HEAD (MH scan required function)
2135 2005-02-15 [colin] 1.0.1cvs8.1
2138 * src/common/utils.c
2139 Sync with HEAD (filename chars substitution)
2141 2005-02-15 [colin] 1.0.1cvs7.3
2143 * src/gtk/pluginwindow.c
2146 2005-02-15 [colin] 1.0.1cvs7.2
2149 Fix mime icons not reset across message when
2152 2005-02-15 [colin] 1.0.1cvs7.1
2156 Sync with HEAD (optimisation of cvs6)
2158 2005-02-14 [colin] 1.0.1cvs6.1
2162 Sync with HEAD (encode "From " at line beginning)
2164 2005-02-14 [colin] 1.0.1cvs5.3
2167 Fix wrapping with accentued chars.
2169 2005-02-13 [colin] 1.0.1cvs5.2
2172 Fix email informative part parsing with
2173 accentued chars in it. ispunct() returns
2174 true for them in utf8...
2176 2005-02-12 [colin] 1.0.1cvs5.1
2179 Sync with HEAD (remove wrong use of compose after send)
2181 2005-02-12 [paul] 1.0.1cvs4.5
2184 remove unnecessary code (thanks to Alfons)
2186 2005-02-12 [paul] 1.0.1cvs4.4
2189 add 'Copy' to contextual menu on emails
2191 2005-02-11 [colin] 1.0.1cvs4.3
2194 revert 1.0.0cvs28.2, it doesn't work that well.
2196 2005-02-11 [paul] 1.0.1cvs4.2
2201 2005-02-10 [paul] 1.0.1cvs4.1
2208 sync with HEAD (sync with main)
2210 2005-02-10 [paul] 1.0.1cvs3.2
2216 * config/mkinstalldirs
2220 * intl/bindtextdom.c
2221 * intl/config.charset
2227 * intl/eval-plural.h
2228 * intl/explodename.c
2233 * intl/hash-string.h
2234 * intl/intl-compat.c
2236 * intl/libgnuintl.h.in
2239 * intl/localcharset.c
2240 * intl/localcharset.h
2242 * intl/localealias.c
2255 * intl/relocatable.c
2256 * intl/relocatable.h
2280 * src/editldap_basedn.c
2288 * src/folder_item_prefs.c
2291 * src/grouplistdialog.c
2305 * src/message_search.c
2314 * src/partial_download.c
2316 * src/prefs_account.c
2317 * src/prefs_actions.c
2318 * src/prefs_common.c
2319 * src/prefs_customheader.c
2320 * src/prefs_display_header.c
2321 * src/prefs_ext_prog.c
2322 * src/prefs_filtering.c
2323 * src/prefs_filtering_action.c
2324 * src/prefs_folder_item.c
2327 * src/prefs_matcher.c
2328 * src/prefs_msg_colors.c
2329 * src/prefs_spelling.c
2330 * src/prefs_summary_column.c
2331 * src/prefs_template.c
2332 * src/prefs_themes.c
2333 * src/prefs_toolbar.c
2334 * src/prefs_wrapping.c
2341 * src/send_message.c
2343 * src/sourcewindow.c
2346 * src/summary_search.c
2352 * src/common/plugin.c
2355 * src/common/ssl_certificate.c
2356 * src/common/string_match.c
2357 * src/common/sylpheed.c
2358 * src/common/template.c
2359 * src/common/utils.c
2361 * src/gtk/colorlabel.c
2362 * src/gtk/description_window.c
2364 * src/gtk/foldersort.c
2365 * src/gtk/gtkaspell.c
2366 * src/gtk/gtkutils.c
2367 * src/gtk/inputdialog.c
2368 * src/gtk/logwindow.c
2370 * src/gtk/pluginwindow.c
2371 * src/gtk/prefswindow.c
2372 * src/gtk/progressdialog.c
2373 * src/gtk/quicksearch.c
2374 * src/gtk/sslcertwindow.c
2375 * src/plugins/clamav/clamav_plugin.c
2376 * src/plugins/clamav/clamav_plugin_gtk.c
2377 * src/plugins/demo/demo.c
2378 * src/plugins/dillo_viewer/dillo_prefs.c
2379 * src/plugins/dillo_viewer/dillo_viewer.c
2380 * src/plugins/image_viewer/plugin.c
2381 * src/plugins/image_viewer/viewer.c
2382 * src/plugins/image_viewer/viewerprefs.c
2383 * src/plugins/mathml_viewer/mathml_viewer.c
2384 * src/plugins/pgpmime/passphrase.c
2385 * src/plugins/pgpmime/plugin.c
2386 * src/plugins/pgpmime/prefs_gpg.c
2387 * src/plugins/pgpmime/select-keys.c
2388 * src/plugins/pgpmime/sgpgme.c
2389 * src/plugins/spamassassin/spamassassin.c
2390 * src/plugins/spamassassin/spamassassin_gtk.c
2391 * src/plugins/trayicon/trayicon.c
2392 sync with main (revision 104)
2394 2005-02-10 [colin] 1.0.1cvs3.1
2397 Sync with HEAD (fix occasional crasher)
2399 2005-02-10 [colin] 1.0.1cvs2.1
2402 Synw with HEAD (don't automatically display html)
2404 2005-02-09 [colin] 1.0.1cvs1.3
2408 Add contextual menu on emails
2410 2005-02-09 [colin] 1.0.1cvs1.2
2413 Fix converting from broken headers and
2414 put back the _ in missing places
2415 (feature broke with cvs24.2 sync, main
2418 2005-02-09 [colin] 1.0.1cvs1.1
2423 Sync with HEAD (display non text/plain mails with plugin)
2425 2005-02-08 [colin] 1.0.1.1
2431 Make default configuration directory
2434 2005-02-08 [colin] 1.0.0cvs29.1
2442 Sync translations with HEAD
2444 2005-02-06 [colin] 1.0.0cvs28.3
2447 Make compose a bit faster - patch by Alfons.
2449 2005-02-06 [colin] 1.0.0cvs28.2
2452 Make pasting via middle-click more reliable
2454 2005-02-05 [paul] 1.0.0cvs28.1
2462 (fix bug 682 'redirect is broken'
2464 2005-02-05 [torte] 1.0.0cvs27.1
2468 * src/partial_download.c
2469 Sync with HEAD (fix buf overflow)
2471 2005-02-03 [colin] 1.0.0cvs26.1
2473 * src/common/plugin.c
2474 Sync with HEAD (avoid plugin mismatches)
2476 2005-02-03 [paul] 1.0.0cvs25.3
2482 * src/gtk/colorlabel.c
2483 third and final part of initial sync with main-gtk2
2485 2005-02-03 [paul] 1.0.0cvs25.2
2488 fix building with jpilot support
2490 2005-02-02 [colin] 1.0.0cvs25.1
2493 Sync with HEAD (fix dangerous typo)
2495 2005-02-01 [colin] 1.0.0cvs24.3
2498 Write file as advertised (UTF-8)
2500 2005-02-01 [paul] 1.0.0cvs24.2
2509 * src/folder_item_prefs.c
2515 * src/matcher_parser_lex.l
2518 * src/prefs_account.c
2519 * src/prefs_actions.c
2520 * src/prefs_common.c
2523 * src/prefs_themes.c
2526 * src/sourcewindow.c
2532 * src/common/template.c
2533 * src/common/utils.c
2536 * src/gtk/gtkaspell.c
2537 * src/plugins/clamav/clamav_plugin.c
2538 * src/plugins/dillo_viewer/dillo_prefs.c
2539 * src/plugins/image_viewer/viewerprefs.c
2540 * src/plugins/pgpmime/passphrase.c
2541 * src/plugins/pgpmime/prefs_gpg.c
2542 * src/plugins/pgpmime/select-keys.c
2543 * src/plugins/spamassassin/spamassassin.c
2544 second part of initial sync with main-gtk2
2547 2005-01-31 [colin] 1.0.0cvs24.1
2552 2005-01-29 [paul] 1.0.0cvs23.2
2565 * src/editldap_basedn.c
2569 * src/grouplistdialog.c
2575 * src/message_search.c
2578 * src/prefs_actions.c
2579 * src/prefs_common.c
2580 * src/prefs_common.h
2581 * src/prefs_customheader.c
2582 * src/prefs_display_header.c
2583 * src/prefs_filtering.c
2584 * src/prefs_filtering_action.c
2586 * src/prefs_matcher.c
2587 * src/prefs_summary_column.c
2588 * src/prefs_template.c
2589 * src/sourcewindow.c
2590 * src/summary_search.c
2594 * src/gtk/description_window.c
2595 * src/gtk/gtkshruler.c
2596 * src/gtk/gtkutils.c
2597 * src/gtk/gtkutils.h
2598 * src/gtk/inputdialog.c
2599 * src/gtk/logwindow.c
2600 * src/gtk/prefswindow.c
2601 * src/gtk/progressdialog.c
2602 * src/gtk/progressdialog.h
2603 first part of initial sync with main-gtk2
2606 2005-01-28 [colin] 1.0.0cvs23.1
2611 2005-01-27 [colin] 1.0.0cvs21.1
2617 2005-01-27 [colin] 1.0.0cvs19.1
2622 2005-01-27 [colin] 1.0.0cvs18.1
2634 2005-01-26 [paul] 1.0.0cvs15.2
2637 compose_entries_set(): convert subject and body to
2638 utf8 if necessary. patch by Felix Eckhofer
2640 2005-01-26 [paul] 1.0.0cvs15.1
2643 * src/common/template.c
2644 sync with HEAD (fix memory leak)
2646 2005-01-25 [paul] 1.0.0cvs14.1
2652 2005-01-24 [colin] 1.0.0cvs13.1
2657 2005-01-24 [paul] 1.0.0cvs12.1
2662 * src/common/utils.c
2665 2005-01-24 [colin] 1.0.0cvs11.1
2670 2005-01-24 [colin] 1.0.0cvs10.1
2675 2005-01-23 [colin] 1.0.0cvs9.1
2680 2005-01-22 [colin] 1.0.0cvs8.1
2683 * src/gtk/quicksearch.c
2686 2005-01-21 [colin] 1.0.0cvs7.1
2691 2005-01-21 [colin] 1.0.0cvs6.1
2696 2005-01-21 [colin] 1.0.0cvs5.1
2698 * src/gtk/quicksearch.c
2699 * src/prefs_common.c
2700 * src/prefs_common.h
2701 Sync with HEAD (recurse option)
2703 2005-01-21 [colin] 1.0.0cvs4.1
2709 * src/gtk/quicksearch.c
2710 * src/gtk/quicksearch.h
2711 Sync with HEAD (recursive quicksearch)
2713 2005-01-20 [colin] 1.0.0cvs3.4
2718 2005-01-20 [colin] 1.0.0cvs3.3
2721 Fix leak, thanks to Alfons.
2723 2005-01-20 [colin] 1.0.0cvs3.2
2726 Port SSL certificate window to GTK2.
2728 2005-01-20 [paul] 1.0.0cvs3.1
2736 2005-01-19 [colin] 1.0.0cvs2.2
2738 * src/plugins/trayicon/trayicon.c
2739 Fix freeze with gtk-2.6, the easy way
2740 (signal blocking helpless there...)
2743 2005-01-19 [colin] 1.0.0cvs2.1
2752 2005-01-19 [paul] 1.0.0cvs1.1
2766 sync with HEAD (update translations)
2768 2005-01-18 [colin] 1.0.0cvs0.1
2771 Specify search column - patch by Alfons
2773 2005-01-18 [colin] 0.9.13cvs36.3
2775 * src/prefs_toolbar.c
2776 Change Delete to Remove
2778 GTK2 version and leak fixes
2779 * src/prefs_actions.c
2781 All patches by Alfons
2783 2005-01-17 [colin] 0.9.13cvs36.2
2786 Fix DnD inserting twice. While at it,
2787 add DnD support for text/plain in the
2788 body, and add support in the headers.
2790 2005-01-16 [colin] 0.9.13cvs36.1
2795 Sync with HEAD (nothing applicable)
2797 2005-01-16 [colin] 0.9.13cvs33.2
2799 * src/prefs_toolbar.c
2800 GTK2ize prefs_toolbar, by Alfons.
2802 2005-01-14 [colin] 0.9.13cvs33.1
2808 2005-01-14 [colin] 0.9.13cvs32.1
2814 * tools/calypso_convert.pl
2817 2005-01-08 [colin] 0.9.13cvs29.2
2819 * src/prefs_filtering_action.c
2820 * src/prefs_filtering.c
2821 2 more gtk2 patches by Alfons
2823 2005-01-07 [paul] 0.9.13cvs29.1
2833 2005-01-07 [colin] 0.9.13cvs28.3
2835 * src/gtk/progressdialog.c
2836 * src/gtk/progressdialog.h
2838 * src/send_message.c
2839 GTK2 for the incorporation dialog. The CList isn't dead
2840 yet, for a more smooth migration. Patch by Alfons.
2842 2005-01-06 [colin] 0.9.13cvs28.2
2844 * src/prefs_display_header.c
2845 GTK2 conversion by Alfons
2846 * src/prefs_actions.c
2847 * src/prefs_matcher.c
2848 Fix 2 leaks - patch by Alfons
2850 2005-01-06 [colin] 0.9.13cvs28.1
2852 * src/prefs_matcher.c
2855 2005-01-06 [colin] 0.9.13cvs27.4
2857 * src/prefs_matcher.c
2858 Fix double-free. Patch by Alfons
2860 2005-01-06 [colin] 0.9.13cvs27.3
2862 * src/prefs_matcher.c
2863 GTK2 widgets + memleak
2866 2005-01-05 [colin] 0.9.13cvs27.2
2871 * src/stock_pixmap.c
2872 * src/stock_pixmap.h
2873 3 more GTK2 patches by Alfons.
2875 2005-01-04 [colin] 0.9.13cvs27.1
2882 2005-01-04 [colin] 0.9.13cvs25.9
2885 Fix Show Ruler menuitem
2886 * src/prefs_template.c
2888 * src/common/utils.c
2889 Make auto pointer stuff handles NULLs
2892 2005-01-04 [colin] 0.9.13cvs25.8
2895 Move the attachment list to gtk2
2898 2005-01-04 [colin] 0.9.13cvs25.7
2901 Make some keys work again
2902 Patch by SungHyun Nam <namsh@kldp.org>
2904 2005-01-04 [colin] 0.9.13cvs25.6
2906 * src/gtk/gtkshruler.c
2907 Move the ruler to GTK2
2910 2005-01-03 [colin] 0.9.13cvs25.5
2913 Fix my broken patch apply
2915 2005-01-03 [colin] 0.9.13cvs25.4
2917 * src/common/utils.c
2918 * src/common/utils.h
2919 * src/gtk/prefswindow.c
2920 Move auto pointer stuff to utils.c
2921 Patch by Alfons again :)
2923 2005-01-03 [colin] 0.9.13cvs25.3
2927 * src/prefs_template.c
2929 Empty text widgets with empty strings, not NULL char
2930 Patch by SungHyun Nam <namsh@kldp_org>
2932 2005-01-03 [colin] 0.9.13cvs25.2
2938 2005-01-03 [colin] 0.9.13cvs25.1
2944 2005-01-03 [colin] 0.9.13cvs24.3
2947 Two patches from Alfons and Alex S Moore:
2948 fix images, fix return value.
2950 2005-01-01 [colin] 0.9.13cvs24.2
2952 * src/prefs_actions.c
2953 Fix over-zealous assertion. Patch by Alfons
2955 2005-01-01 [colin] 0.9.13cvs24.1
2958 Sync with HEAD (leak fix)
2960 2004-12-31 [colin] 0.9.13cvs23.2
2962 * src/prefs_common.c
2963 GTK2 widgets + stock buttons - patch by Alfons
2965 2004-12-31 [paul] 0.9.13cvs23.1
2968 bump up EXTRA_VERSION to match (sync'ed) HEAD
2969 * src/gtk/pluginwindow.c
2970 use GTK2 widgets and plug memory leaks,
2973 2004-12-30 [colin] 0.9.13cvs22.4
2980 * src/message_search.c
2981 * src/prefs_actions.c
2982 * src/prefs_common.c
2983 * src/prefs_customheader.c
2984 * src/prefs_filtering.c
2985 * src/prefs_summary_column.c
2986 * src/summary_search.c
2988 * src/gtk/description_window.c
2989 * src/gtk/gtkutils.c
2990 * src/gtk/gtkutils.h
2991 * src/gtk/inputdialog.c
2992 * src/gtk/prefswindow.c
2993 Use GTK2 stock buttons. Patches by Alfons.
2995 2004-12-30 [colin] 0.9.13cvs22.3
2999 * src/prefs_actions.c
3000 * src/prefs_customheader.c
3001 * src/prefs_filtering.c
3002 * src/prefs_msg_colors.c
3003 * src/prefs_summary_column.c
3004 * src/gtk/prefswindow.c
3005 Use GtkTreeView instead of deprecated
3006 widgets. Patches by Alfons.
3008 2004-12-30 [paul] 0.9.13cvs22.2
3012 patch by Alfons, with root folder sorting fix
3015 2004-12-30 [paul] 0.9.13cvs22.1
3025 2004-12-22 [martin] 0.9.13cvs21.2
3028 free the command line after its use
3030 2004-12-18 [paul] 0.9.13cvs21.1
3043 2004-12-17 [martin] 0.9.13cvs17.2
3046 convert actions input to locale
3048 convert notification command to locale
3049 * src/plugins/pgpmime/select-keys.c
3050 convert attributes to utf8
3052 2004-12-14 [colin] 0.9.13cvs17.1
3058 * src/common/utils.c
3059 * src/gtk/prefswindow.c
3060 * src/gtk/gtkutils.c
3061 * src/gtk/gtkutils.h
3062 * src/plugins/spamassassin/libspamc.c
3065 2004-12-13 [colin] 0.9.13cvs14.1
3067 * src/quote_fmt_parse.y
3070 2004-12-10 [colin] 0.9.13cvs12.1
3072 * src/prefs_themes.c
3077 2004-12-09 [colin] 0.9.13cvs10.1
3080 Sync with HEAD (fix B64 encoding from memory)
3082 2004-12-08 [colin] 0.9.13cvs9.1
3084 * src/gtk/colorlabel.c
3087 2004-12-08 [paul] 0.9.13cvs8.2
3089 * src/gtk/pluginwindow.c
3090 fix window resizing oddities
3092 2004-12-08 [colin] 0.9.13cvs8.1
3094 * src/quote_fmt_parse.y
3097 2004-12-08 [colin] 0.9.13cvs7.1
3099 * src/matcher_parser_parse.y
3101 * src/prefs_matcher.c
3108 2004-12-08 [colin] 0.9.13cvs6.1
3110 * src/quote_fmt_parse.y
3113 * src/gtk/prefswindow.c
3114 * src/gtk/pluginwindow.c
3115 Fix G_CALLBACKS protos (thanks to Alfons)
3117 2004-12-07 [torte] 0.9.13cvs2.2
3120 [Bug 650] reply button causes crash
3121 Thanks to David Relson and Christoph
3123 2004-12-07 [colin] 0.9.13cvs2.1
3129 * src/prefs_account.c
3134 2004-12-06 [colin] 0.9.12cvs187.1
3165 * tools/filter_conv.pl
3166 * tools/kdeservicemenu/README
3167 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3168 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3171 2004-12-04 [colin] 0.9.12cvs183.1
3174 Sync with HEAD (compose window position saving)
3176 2004-12-04 [paul] 0.9.12cvs182.3
3180 * src/prefs_customheader.c
3181 * src/gtk/quicksearch.c
3182 replace some forgotten GTK_SIGNAL_FUNCs
3184 2004-12-04 [paul] 0.9.12cvs182.2
3187 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3190 2004-12-04 [paul] 0.9.12cvs182.1
3200 * doc/manual/ja/Makefile.am
3201 * doc/manual/ja/sylpheed-1.html
3202 * doc/manual/ja/sylpheed-10.html
3203 * doc/manual/ja/sylpheed-11.html
3204 * doc/manual/ja/sylpheed-12.html
3205 * doc/manual/ja/sylpheed-13.html
3206 * doc/manual/ja/sylpheed-14.html
3207 * doc/manual/ja/sylpheed-15.html
3208 * doc/manual/ja/sylpheed-16.html
3209 * doc/manual/ja/sylpheed-17.html
3210 * doc/manual/ja/sylpheed-18.html
3211 * doc/manual/ja/sylpheed-19.html
3212 * doc/manual/ja/sylpheed-2.html
3213 * doc/manual/ja/sylpheed-20.html
3214 * doc/manual/ja/sylpheed-3.html
3215 * doc/manual/ja/sylpheed-4.html
3216 * doc/manual/ja/sylpheed-5.html
3217 * doc/manual/ja/sylpheed-6.html
3218 * doc/manual/ja/sylpheed-7.html
3219 * doc/manual/ja/sylpheed-8.html
3220 * doc/manual/ja/sylpheed-9.html
3221 * doc/manual/ja/sylpheed.html
3222 * doc/manual/ja/sylpheed.sgml
3227 * src/pixmaps/regular.xpm **REMOVED**
3228 * src/plugins/pgpmime/pgpmime.c
3229 * src/plugins/pgpmime/plugin.c
3230 * src/plugins/pgpmime/prefs_gpg.c
3233 2004-12-03 [paul] 0.9.12cvs180.1
3241 * src/common/utils.c
3242 * src/common/utils.h
3243 * src/pixmaps/continue.xpm
3244 * src/pixmaps/dir_close.xpm
3245 * src/pixmaps/dir_open.xpm
3246 * src/pixmaps/drafts_close.xpm
3247 * src/pixmaps/drafts_open.xpm
3248 * src/pixmaps/folder.xpm **REMOVED**
3249 * src/pixmaps/group.xpm
3250 * src/pixmaps/unread.xpm
3253 2004-12-02 [colin] 0.9.12cvs179.1
3256 Sync with HEAD (non-duplicated reedition)
3258 2004-12-02 [colin] 0.9.12cvs178.1
3261 Sync with HEAD (linewrap_quote fix)
3263 2004-12-01 [colin] 0.9.12cvs177.3
3266 Replace sizeof with strlen
3268 2004-12-01 [paul] 0.9.12cvs177.2
3271 fix 'harvest addresses'
3273 2004-11-30 [colin] 0.9.12cvs177.1
3275 * src/gtk/prefswindow.c
3276 * src/gtk/pluginwindow.c
3279 2004-11-29 [colin] 0.9.12cvs176.1
3282 sync with HEAD (Fix disappearing separators in folderview's popup)
3284 2004-11-29 [colin] 0.9.12cvs175.1
3287 Sync with head (another format fix)
3289 2004-11-29 [colin] 0.9.12cvs174.1
3292 Sync with HEAD (format string fix)
3294 2004-11-26 [colin] 0.9.12cvs173.1
3300 2004-11-24 [colin] 0.9.12cvs172.1
3302 * src/plugins/pgpmime/pgpmime.c
3305 2004-11-24 [colin] 0.9.12cvs171.1
3307 * src/plugins/pgpmime/pgpmime.c
3308 Sync with head (gpgmectx leaks)
3310 2004-11-24 [colin] 0.9.12cvs169.1
3312 * src/plugins/pgpmime/plugin.c
3313 * src/plugins/trayicon/Makefile.am
3314 * src/plugins/trayicon/newmarkedmail.xpm
3315 * src/plugins/trayicon/trayicon.c
3316 * src/plugins/trayicon/unreadmarkedmail.xpm
3319 2004-11-23 [colin] 0.9.12cvs168.1
3321 * src/partial_download.c
3322 * src/partial_download.h
3323 * src/plugins/pgpmime/plugin.c
3326 2004-11-23 [colin] 0.9.12cvs166.1
3333 * src/partial_download.c
3334 * src/partial_download.h
3335 * src/prefs_account.c
3336 * src/prefs_account.h
3340 * src/common/Makefile.am
3341 * src/common/base64.h
3342 * src/common/partial_download.c
3343 * src/common/partial_download.h
3344 * src/gtk/prefswindow.c
3345 * src/gtk/prefswindow.h
3346 * src/plugins/pgpmime/pgpmime.c
3347 * src/plugins/pgpmime/prefs_gpg.c
3348 * src/plugins/pgpmime/prefs_gpg.h
3349 * src/plugins/pgpmime/sgpgme.c
3350 * src/plugins/pgpmime/sgpgme.h
3353 2004-11-23 [colin] 0.9.12cvs163.1
3356 Sync with HEAD (cursor optimization)
3358 2004-11-23 [colin] 0.9.12cvs162.1
3360 * src/prefs_common.c
3361 * src/prefs_themes.c
3365 2004-11-23 [colin] 0.9.12cvs158.9
3368 Fix double-free when forwarding
3370 Fix leak on error path
3373 2004-11-23 [colin] 0.9.12cvs158.8
3376 Fix possible double-free
3379 2004-11-23 [colin] 0.9.12cvs158.7
3382 Fix some signal handlers' prototypes
3385 2004-11-22 [colin] 0.9.12cvs158.6
3388 Remove unneeded code and duplicated
3389 wrapping - patch by Alfons
3391 2004-11-22 [colin] 0.9.12cvs158.5
3393 * src/prefs_themes.c
3394 Fix oversized selector
3396 2004-11-22 [colin] 0.9.12cvs158.4
3402 2004-11-19 [colin] 0.9.12cvs158.3
3405 Add a context menu on links (open, copy)
3407 2004-11-18 [paul] 0.9.12cvs158.2
3413 * src/prefs_common.c
3414 * src/plugins/image_viewer/viewer.c
3415 * src/plugins/spamassassin/spamassassin_gtk.c
3416 replace deprecated gtk_notebook_set_page
3417 and gtk_notebook_current_page
3419 2004-11-18 [paul] 0.9.12cvs158.1
3425 * src/prefs_common.c
3426 * src/common/utils.c
3427 * src/common/utils.h
3430 2004-11-17 [colin] 0.9.12cvs156.1
3432 * src/prefs_account.c
3433 * src/prefs_account.h
3435 Sync with HEAD (add pref to store encrypted mails encrypted)
3437 2004-11-17 [paul] 0.9.12cvs155.1
3451 * src/pixmaps/error.xpm
3454 2004-11-17 [colin] 0.9.12cvs151.1
3456 * src/plugins/pgpmime/pgpmime.c
3457 Sync with HEAD (remove debug printf)
3459 2004-11-17 [colin] 0.9.12cvs150.1
3461 * src/plugins/pgpmime/pgpmime.c
3462 Sync with HEAD (off-by-one fix)
3464 2004-11-17 [colin] 0.9.12cvs149.1
3467 Sync with HEAD (coding style fixes)
3469 2004-11-16 [colin] 0.9.12cvs148.1
3472 Sync with head (Fix the fix)
3474 2004-11-16 [colin] 0.9.12cvs147.1
3477 Sync with Main (leak fix)
3479 2004-11-16 [colin] 0.9.12cvs146.14
3482 Remove useless chunk of code
3485 2004-11-15 [colin] 0.9.12cvs146.13
3488 Fix drafting after insertion
3491 2004-11-15 [colin] 0.9.12cvs146.12
3494 * src/prefs_filtering.c
3495 * src/prefs_filtering_action.c
3496 * src/prefs_toolbar.c
3497 Fix some const-correctness
3499 2004-11-15 [colin] 0.9.12cvs146.11
3502 * src/prefs_themes.c
3506 2004-11-15 [colin] 0.9.12cvs146.10
3509 More unreadable locale fixes
3511 2004-11-14 [colin] 0.9.12cvs146.9
3514 Fix uri_security_check
3517 2004-11-13 [paul] 0.9.12cvs146.8
3521 fix 2 bugs introduced in last commit
3523 2004-11-13 [paul] 0.9.12cvs146.7
3535 * src/prefs_themes.c
3539 replace deprecated g_basename
3541 2004-11-13 [paul] 0.9.12cvs146.6
3545 * src/matcher_parser.h
3546 * src/matcher_parser_parse.y
3547 * src/prefs_filtering.c
3548 * src/prefs_filtering_action.c
3549 * src/prefs_themes.c
3550 * src/prefs_toolbar.c
3551 * src/common/utils.c
3552 various small fixes/cleanups
3554 2004-11-12 [colin] 0.9.12cvs146.5
3557 Validate event's origin on visibility notify
3560 2004-11-12 [paul] 0.9.12cvs146.4
3567 * src/prefs_spelling.c
3568 * src/prefs_themes.c
3569 replace deprecated g_dirname
3571 2004-11-12 [colin] 0.9.12cvs146.3
3574 Some coding style fixes
3576 2004-11-12 [colin] 0.9.12cvs146.2
3579 We want to replace _all_ extended chars in
3580 conv_unreadable_*, because any string containing
3581 extended chars not parsing as UTF8 is
3582 undisplayed on gtk2.
3584 2004-11-12 [paul] 0.9.12cvs146.1
3601 * src/prefs_account.c
3602 * src/prefs_account.h
3603 * src/prefs_ext_prog.c
3608 * src/summary_search.c
3612 * src/common/utils.c
3613 * src/common/utils.h
3618 2004-11-11 [colin] 0.9.12cvs144.2
3621 Fix URI range selection (patch by Alfons)
3623 2004-11-09 [colin] 0.9.12cvs144.1
3628 * src/folder_item_prefs.c
3629 * src/prefs_account.c
3630 * src/prefs_account.h
3631 * src/plugins/pgpmime/pgpmime.c
3634 2004-11-08 [colin] 0.9.12cvs143.1
3637 Sync with HEAD (optimize quicksearch)
3639 2004-11-08 [colin] 0.9.12cvs142.2
3642 Don't wrap when Edit/Auto wrapping is disabled
3644 2004-11-08 [colin] 0.9.12cvs142.1
3649 2004-11-08 [colin] 0.9.12cvs141.1
3652 Sync with HEAD (fix some mail URIs)
3654 2004-11-08 [colin] 0.9.12cvs140.3
3657 o Use text cursor instead of arrow when
3659 o Fix handling of contiguous links (as in
3660 "colin@colino.net" <colin@colino.net>)
3661 This one unveils a bug in get_email_part()
3663 2004-11-07 [colin] 0.9.12cvs140.2
3666 Fix memleak. Patch by Alfons.
3668 2004-11-06 [colin] 0.9.12cvs140.1
3671 Sync with HEAD (don't ask passphrase
3674 2004-11-06 [paul] 0.9.12cvs139.2
3679 textview URI handling. hovering over a
3680 link displays it in the status bar,
3681 and changes the mouse pointer to a hand
3682 cursor. a link is activated with a single
3683 click. (Modified from the) patch by Jean-Yves
3684 Lefort <jylefort@users.sourceforge.net>
3687 2004-11-05 [colin] 0.9.12cvs139.1
3691 Sync with HEAD again ^^
3693 2004-11-05 [colin] 0.9.12cvs139.1
3699 2004-11-03 [paul] 0.9.12cvs138.1
3704 * src/prefs_ext_prog.c
3706 * tools/kdeservicemenu/README
3707 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3708 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3711 2004-11-01 [christoph] 0.9.12cvs136.2
3714 convert MIME parameters to UTF-8
3716 2004-10-29 [colin] 0.9.12cvs136.1
3718 * src/common/utils.c
3719 Sync with HEAD (don't use '=' in mime boundary)
3721 2004-10-29 [paul] 0.9.12cvs135.1