1 2005-05-05 [paul] 1.9.6cvs53
4 fix resizing of separate message and
7 2005-05-05 [paul] 1.9.6cvs52
19 * src/prefs_filtering.c
20 * src/prefs_filtering_action.c
22 * src/prefs_spelling.c
26 * src/gtk/description_window.c
27 * src/gtk/gtkvscrollbutton.c
28 * src/gtk/progressdialog.c
29 * src/gtk/quicksearch.c
30 * src/plugins/pgpmime/prefs_gpg.c
31 * src/plugins/spamassassin/spamassassin_gtk.c
32 replace deprecated gtk_widget_set_usize
34 2005-05-04 [colin] 1.9.6cvs51
37 Fix crash when subst_for_filename is called
40 2005-05-04 [colin] 1.9.6cvs50
42 * src/partial_download.c
44 Escape login when writing uidl file
47 2005-05-03 [colin] 1.9.6cvs49
50 Fix possible DOS in mime parser
53 2005-05-02 [colin] 1.9.6cvs48
56 Try to fix the copy/paste mess once again.
59 2005-04-30 [colin] 1.9.6cvs47
66 Try to batch sending mails (per account) instead of
67 reconnecting to server every time.
69 2005-04-29 [colin] 1.9.6cvs46
72 Fix window resizing that refused to size down
75 * src/prefs_filtering.c
76 Save Filtering's window size
78 2005-04-21 [paul] 1.9.6cvs45
80 * ChangeLog-gtk2.claws
84 2005-04-21 [paul] 1.9.6cvs44
91 use gtkut_widget_draw_now(). Improved performance
92 of the update of statusbar
94 textview_smooth_scroll_do(): redraw it after scroll
95 is done (fixed incorrect display when a part of the
99 gtkut_widget_draw_now(): use gdk_window_process_updates()
100 to force update of widgets.
101 Removed gtkut_widget_wait_for_draw() which had a big
102 overhead because of waiting for all events processed
104 2005-04-20 [paul] 1.9.6cvs43
107 complete 1.9.6cvs42's sync:
108 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
110 2005-04-19 [paul] 1.9.6cvs42
115 catch_output(): correctly select the insert text
116 (fix invalid iterator warnings).
122 support GBK encoding.
123 * src/common/session.c
124 * src/common/session.h
125 use separate buffer for large data to be sent,
126 and don't duplicate it (reduces memory usage) (thanks to Dirk).
128 2005-04-18 [paul] 1.9.6cvs41
131 convert unsigned long into guint32
132 patch by Paul LeoNerd Evans
134 2005-04-17 [colin] 1.9.6cvs40
137 Fix 'Request return receipt' from folder
138 properties (bug #708)
140 2005-04-17 [colin] 1.9.6cvs39
143 Fix duplicate hotkeys in Mainwindow's menu
145 2005-04-17 [colin] 1.9.6cvs38
148 Fix duplicate hotkeys in Folderview's contextual
151 2005-04-15 [colin] 1.9.6cvs37
154 Fix 'Save as...' with non-ascii filenames
156 2005-04-15 [colin] 1.9.6cvs36
158 * src/plugins/pgpmime/pgpmime.c
159 Fix bus error on 64bit. Spotted by
160 macallan1888@gmail.com
162 2005-04-15 [colin] 1.9.6cvs35
164 * src/prefs_account.c
167 2005-04-12 [colin] 1.9.6cvs34
169 * src/prefs_account.c
170 Fix smtp auth type off-by-one. We forgot to
171 add PLAIN in the prefs-to-gui setter func and
172 as a result, the selected auth when opening
173 account prefs was not the correct one.
175 2005-04-12 [paul] 1.9.6cvs33
178 if the recv dialog is visible, Cancel only
179 cancels the current account
182 2005-04-10 [colin] 1.9.6cvs32
185 Copy score when copying FilteringActions
188 2005-04-10 [colin] 1.9.6cvs31
191 Make Message -> Receive -> Cancel cancel
192 incorporation on all accounts. Fixes
195 2005-04-10 [colin] 1.9.6cvs30
197 * src/prefs_account.c
198 Update Privacy checkbuttons status based
199 on the selected privacy system
201 Always connect the "None" privacy system; the
202 static boolean was probably there to avoid
203 reconnecting twice in the same compose window,
204 but as the parent function is only called once
205 per compose, it's only a bug - as a static is
206 initialized once per application instance.
207 Also, don't uncheck Sign and Encrypt when
208 selecting None as privacy system; just ignore
209 them when sending/queuing.
212 2005-04-08 [colin] 1.9.6cvs29
215 * src/prefs_account.c
216 * src/prefs_account.h
217 Add account preference to queue message in a certain
220 2005-04-06 [colin] 1.9.6cvs28
222 * src/prefs_account.c
223 Update old inbox path syntax
225 2005-04-06 [paul] 1.9.6cvs27
230 changed -traditional-cpp to -no-cpp-precomp for newer
233 made column resize automatically
235 send_message_smtp(): consider EOF right after QUIT
236 successful (workaround for Gmail SMTP server)
237 * src/common/socket.c
238 ssl_read(), ssl_peek(): check EOF which violates the
240 * src/gtk/colorlabel.c
241 removed warnings when displaying colorlabel menu
242 (don't use GtkAlignment)
244 2005-04-05 [paul] 1.9.6cvs26
246 * src/plugins/trayicon/trayicon.c
247 fix clipping of icon under KDE3
249 2005-04-05 [paul] 1.9.6cvs25
252 hide display of threading
255 2005-04-04 [thorsten] 1.9.6cvs24
258 marks lost on filesystems with different stat() results on
261 2005-04-03 [colin] 1.9.6cvs23
264 Don't handle up/down. Patch by Alfons
266 2005-04-02 [colin] 1.9.6cvs22
269 Make scrolling faster. Patch by Alfons.
271 2005-04-01 [colin] 1.9.6cvs21
275 * src/pixmaps/dir-noselect.xpm ** REMOVED **
276 * src/pixmaps/dir_noselect.xpm ** ADDED **
277 Fix pixmap name mismatch (Thanks Stephan Sachse)
279 2005-04-01 [colin] 1.9.6cvs20
287 Implement inline image resizing and right-clicking
289 2005-04-01 [paul] 1.9.6cvs19
295 patch by Luca Cavalli <loopback<AT>slackit.org>
297 updated by Pavlo Bohmat
299 2005-03-31 [colin] 1.9.6cvs18
302 Fix parsing references
304 don't put nulls in the references list
306 commit that forgotten file in 1.9.6cvs14
308 2005-03-31 [colin] 1.9.6cvs17
311 Fix joining of signature separator again.
312 Maybe Hiro could put it in main too...
314 2005-03-31 [colin] 1.9.6cvs16
320 * src/pixmaps/dir-noselect.xpm
321 Update foldersel.c (sync from main, patch by Alfons)
323 2005-03-30 [colin] 1.9.6cvs15
326 Fix handling of imap folders containing [] in
327 their name. Thanks to Nahuel Angelinetti for
328 the detailed bugreport.
330 2005-03-30 [colin] 1.9.6cvs14
340 * src/quote_fmt_parse.y
342 Update references system. Patch by Alfons
344 2005-03-30 [colin] 1.9.6cvs13
346 * src/common/socket.c
347 Force the glibc to read resolv.conf again when
348 it has changed. Should fix issues when changing
349 networks on a laptop and not restarting sylpheed.
351 2005-03-30 [paul] 1.9.6cvs12
353 partial sync with main:
356 create_io_dialog(): use user-defined text font
357 (thanks to Alfons), and modified its appearance.
363 don't join (presumably) itemized lines on line-wrapping
364 fixed wrapping of quote when auto-wrapping is enabled
365 compose_destroy(): destroy paned only if it's not
366 attached to window. Fixed memory leak of popup menu.
376 removed redundant code
378 changed 'Code set' (which is rather incorrect)
379 in the menu to 'Character encoding'
380 main_window_set_widgets(): request size first
381 to prevent window size becoming wrong
382 fixed remembering of the state of the visibility
385 changed 'Code set' (which is rather incorrect)
386 in the menu to 'Character encoding'
389 added an option whether to render HTML as text or not
390 added separators to outgoing encoding menu
392 procheader_scan_date_string(): support header
393 like: "[Tue,] 01 Feb 2005 09:57[:00]"
398 textview_show_html(): force output of newline
399 added an option whether to render HTML as text or not
401 strncpy2(): optimized based on Alfons' code
404 removed non-used code
405 * src/plugins/pgpmime/passphrase.c
406 partially fixed grab input of passphrase dialog
407 Confine pointer to window
409 2005-03-30 [colin] 1.9.6cvs11
413 Read/write 32bit ints from cache & marks
416 2005-03-29 [paul] 1.9.6cvs10
421 * src/gtk/gtkaspell.c
422 sync with HEAD (don't pass NULL pointers)
428 * tools/acroread2sylpheed.pl
429 sync with HEAD (add script to send pdfs as
430 attachments from Adobe Reader 7)
432 2005-03-21 [paul] 1.9.6cvs9
438 * src/image_viewer.c ** ADDED **
439 * src/image_viewer.h ** ADDED **
443 * src/prefs_image_viewer.c ** ADDED **
444 * src/prefs_image_viewer.h ** ADDED **
447 * src/pixmaps/sylpheed_logo.xpm
448 * src/plugins/Makefile.am
449 * src/plugins/image_viewer/.cvsignore ** REMOVED **
450 * src/plugins/image_viewer/Makefile.am ** REMOVED **
451 * src/plugins/image_viewer/plugin.c ** REMOVED **
452 * src/plugins/image_viewer/viewer.c ** REMOVED **
453 * src/plugins/image_viewer/viewer.glade ** REMOVED **
454 * src/plugins/image_viewer/viewer.h ** REMOVED **
455 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
456 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
457 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
458 as gdk-pixbuf is now built-in
459 remove image_viewer plugin and put code back into
461 implement inline image display (sync with main)
463 replace logo with newer, nicer, larger version
465 2005-03-21 [paul] 1.9.6cvs8
470 2005-03-21 [holger] 1.9.6cvs7
472 * src/plugins/spamassassin/spamassassin.c
474 (unregister hook on failed plugin init)
476 2005-03-20 [colin] 1.9.6cvs6
478 * src/common/plugin.c
479 Check that plugin isn't already loaded
482 2005-03-20 [thorsten] 1.9.6cvs5
485 use a more compatible syntax
487 2005-03-20 [thorsten] 1.9.6cvs4
489 * src/prefs_toolbar.c
490 fix crash when selecting toolbar item (uninitialized pointer)
492 2005-03-20 [thorsten] 1.9.6cvs3
495 fix mimetype detection (referenced free()d string)
497 2005-03-20 [paul] 1.9.6cvs2
500 sync with HEAD (1.0.3cvs5)
501 neglect Reply-To header if empty
504 2005-03-19 [holger] 1.9.6cvs1
510 2005-03-18 [paul] 1.9.6
514 2005-03-18 [paul] 1.0.3cvs3.1
520 * src/pixmaps/sylpheed_logo.xpm
523 2005-03-18 [colin] 1.0.3cvs2.6
526 Remove call to summary_step in summary_copy_selected_to
527 Can't see its purpose, and this causes bug when copying
528 a message if the next one is unread: it reads it.
530 2005-03-18 [paul] 1.0.3cvs2.5
533 fix bug 694 'Enter doesn't trigger OK in "Move" window'
535 2005-03-18 [paul] 1.0.3cvs2.4
546 fix buffer overflow, CAN-2005-0667, see
547 http://secunia.com/advisories/14491/
550 2005-03-17 [colin] 1.0.3cvs2.3
554 Fix font bugs (both lists now officialy share
558 2005-03-17 [paul] 1.0.3cvs2.2
560 * src/gtk/pluginwindow.c
561 make plugin descriptions uneditable
563 2005-03-11 [paul] 1.0.3cvs2.1
568 * src/plugins/trayicon/trayicon.c
570 add src/wizard.c to POTFILES.in
572 2005-03-11 [paul] 1.0.3cvs1.1
588 2005-03-04 [colin] 1.0.1cvs22.2
591 Fix signatures with accentued chars in it
593 2005-03-04 [colin] 1.0.1cvs22.1
597 Don't use SIZE param in MAIL FROM: if server
598 doesn't support it. Patch by Eugen Freiter
599 <eugen_f@users.sf.net>
601 2005-02-27 [paul] 1.0.1cvs20.1
608 2005-02-27 [colin] 1.0.1cvs19.4
612 Fix prototypes. Patch by Alfons
614 2005-02-27 [colin] 1.0.1cvs19.3
617 Don't auto-join the signature separator.
619 2005-02-26 [colin] 1.0.1cvs19.2
622 Fix 'mark all read' with collapsed threads.
625 2005-02-25 [paul] 1.0.1cvs19.1
629 * src/prefs_account.c
630 * src/prefs_folder_item.c
631 * src/gtk/prefswindow.c
632 * src/gtk/prefswindow.h
635 2005-02-25 [paul] 1.0.1cvs15.12
643 * src/gtk/logwindow.c
644 * src/gtk/progressdialog.c
645 sync with main (revision 127)
646 and fix logwindow clipping
648 2005-02-24 [colin] 1.0.1cvs15.11
650 * src/plugins/pgpmime/passphrase.c
651 Disable input grabbing; it doesn't work yet.
653 2005-02-24 [colin] 1.0.1cvs15.10
656 Don't send out receipts if offline. Ask.
658 2005-02-23 [colin] 1.0.1cvs15.9
663 2005-02-23 [colin] 1.0.1cvs15.8
666 Really fix Bug 568 by removing useless
667 calls. summary_thread_init() now called
668 in summary_sort(). This should please
669 Alfons as it should be faster than
672 2005-02-23 [colin] 1.0.1cvs15.7
675 Encode parts as QP or B64 if signing
677 2005-02-23 [colin] 1.0.1cvs15.6
680 Fix Mimeinfo leakage (including tmp files)
682 Fix tmp file leakage (spotted by Ivan Rayner)
684 2005-02-22 [colin] 1.0.1cvs15.5
687 Fix keyboard input. Patch by Alfons.
689 2005-02-21 [colin] 1.0.1cvs15.4
692 Fix Sign/Encrypt when unselecting privacy
695 Change default message font to Monospace
697 More freezing during potentially large operations
699 2005-02-21 [paul] 1.0.1cvs15.3
704 2005-02-21 [paul] 1.0.1cvs15.2
712 sync with main (revision 117)
714 2005-02-20 [colin] 1.0.1cvs15.1
717 Change cache file to .sylpheed_claws_cache, as
718 suggested by Alfons. Allows people to switch
719 between Sylpheed and Sylpheed-Claws. it is
720 a good idea to "Check for new messages" at next
724 2005-02-18 [colin] 1.0.1cvs14.1
726 * src/quote_fmt_lex.l
727 * src/quote_fmt_parse.y
728 Fix parser initialisation. Patch by Ivan.
730 2005-02-18 [colin] 1.0.1cvs11.6
733 Fix scrolldown (bug 662)
735 2005-02-17 [colin] 1.0.1cvs11.5
738 conv_filename_to_utf8: return clean 7bit instead
739 of broken utf8 if needed
741 Fix display of parts with unclean 8bit names
743 2005-02-17 [paul] 1.0.1cvs11.4
747 * src/matcher_parser_parse.y
750 * src/common/Makefile.am
751 * src/common/intl.h ** REMOVED **
752 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
753 sync with main (revision 109)
756 2005-02-16 [colin] 1.0.1cvs11.3
759 Fix collapsed thread not highlighting when new
760 messages in it (Bug 568) Patch by Stephan Sachse.
761 Fix messed up selection when reaching bounds (Bug 632)
763 Fix theme installing (Bug 684)
765 2005-02-16 [colin] 1.0.1cvs11.2
768 Fix messageview_select_all
770 2005-02-16 [colin] 1.0.1cvs11.1
773 Sync with HEAD (MH scan required function)
775 2005-02-15 [colin] 1.0.1cvs8.1
779 Sync with HEAD (filename chars substitution)
781 2005-02-15 [colin] 1.0.1cvs7.3
783 * src/gtk/pluginwindow.c
786 2005-02-15 [colin] 1.0.1cvs7.2
789 Fix mime icons not reset across message when
792 2005-02-15 [colin] 1.0.1cvs7.1
796 Sync with HEAD (optimisation of cvs6)
798 2005-02-14 [colin] 1.0.1cvs6.1
802 Sync with HEAD (encode "From " at line beginning)
804 2005-02-14 [colin] 1.0.1cvs5.3
807 Fix wrapping with accentued chars.
809 2005-02-13 [colin] 1.0.1cvs5.2
812 Fix email informative part parsing with
813 accentued chars in it. ispunct() returns
814 true for them in utf8...
816 2005-02-12 [colin] 1.0.1cvs5.1
819 Sync with HEAD (remove wrong use of compose after send)
821 2005-02-12 [paul] 1.0.1cvs4.5
824 remove unnecessary code (thanks to Alfons)
826 2005-02-12 [paul] 1.0.1cvs4.4
829 add 'Copy' to contextual menu on emails
831 2005-02-11 [colin] 1.0.1cvs4.3
834 revert 1.0.0cvs28.2, it doesn't work that well.
836 2005-02-11 [paul] 1.0.1cvs4.2
841 2005-02-10 [paul] 1.0.1cvs4.1
848 sync with HEAD (sync with main)
850 2005-02-10 [paul] 1.0.1cvs3.2
856 * config/mkinstalldirs
861 * intl/config.charset
876 * intl/libgnuintl.h.in
879 * intl/localcharset.c
880 * intl/localcharset.h
920 * src/editldap_basedn.c
928 * src/folder_item_prefs.c
931 * src/grouplistdialog.c
945 * src/message_search.c
954 * src/partial_download.c
956 * src/prefs_account.c
957 * src/prefs_actions.c
959 * src/prefs_customheader.c
960 * src/prefs_display_header.c
961 * src/prefs_ext_prog.c
962 * src/prefs_filtering.c
963 * src/prefs_filtering_action.c
964 * src/prefs_folder_item.c
967 * src/prefs_matcher.c
968 * src/prefs_msg_colors.c
969 * src/prefs_spelling.c
970 * src/prefs_summary_column.c
971 * src/prefs_template.c
973 * src/prefs_toolbar.c
974 * src/prefs_wrapping.c
986 * src/summary_search.c
992 * src/common/plugin.c
995 * src/common/ssl_certificate.c
996 * src/common/string_match.c
997 * src/common/sylpheed.c
998 * src/common/template.c
1001 * src/gtk/colorlabel.c
1002 * src/gtk/description_window.c
1004 * src/gtk/foldersort.c
1005 * src/gtk/gtkaspell.c
1006 * src/gtk/gtkutils.c
1007 * src/gtk/inputdialog.c
1008 * src/gtk/logwindow.c
1010 * src/gtk/pluginwindow.c
1011 * src/gtk/prefswindow.c
1012 * src/gtk/progressdialog.c
1013 * src/gtk/quicksearch.c
1014 * src/gtk/sslcertwindow.c
1015 * src/plugins/clamav/clamav_plugin.c
1016 * src/plugins/clamav/clamav_plugin_gtk.c
1017 * src/plugins/demo/demo.c
1018 * src/plugins/dillo_viewer/dillo_prefs.c
1019 * src/plugins/dillo_viewer/dillo_viewer.c
1020 * src/plugins/image_viewer/plugin.c
1021 * src/plugins/image_viewer/viewer.c
1022 * src/plugins/image_viewer/viewerprefs.c
1023 * src/plugins/mathml_viewer/mathml_viewer.c
1024 * src/plugins/pgpmime/passphrase.c
1025 * src/plugins/pgpmime/plugin.c
1026 * src/plugins/pgpmime/prefs_gpg.c
1027 * src/plugins/pgpmime/select-keys.c
1028 * src/plugins/pgpmime/sgpgme.c
1029 * src/plugins/spamassassin/spamassassin.c
1030 * src/plugins/spamassassin/spamassassin_gtk.c
1031 * src/plugins/trayicon/trayicon.c
1032 sync with main (revision 104)
1034 2005-02-10 [colin] 1.0.1cvs3.1
1037 Sync with HEAD (fix occasional crasher)
1039 2005-02-10 [colin] 1.0.1cvs2.1
1042 Synw with HEAD (don't automatically display html)
1044 2005-02-09 [colin] 1.0.1cvs1.3
1048 Add contextual menu on emails
1050 2005-02-09 [colin] 1.0.1cvs1.2
1053 Fix converting from broken headers and
1054 put back the _ in missing places
1055 (feature broke with cvs24.2 sync, main
1058 2005-02-09 [colin] 1.0.1cvs1.1
1063 Sync with HEAD (display non text/plain mails with plugin)
1065 2005-02-08 [colin] 1.0.1.1
1071 Make default configuration directory
1074 2005-02-08 [colin] 1.0.0cvs29.1
1082 Sync translations with HEAD
1084 2005-02-06 [colin] 1.0.0cvs28.3
1087 Make compose a bit faster - patch by Alfons.
1089 2005-02-06 [colin] 1.0.0cvs28.2
1092 Make pasting via middle-click more reliable
1094 2005-02-05 [paul] 1.0.0cvs28.1
1102 (fix bug 682 'redirect is broken'
1104 2005-02-05 [torte] 1.0.0cvs27.1
1108 * src/partial_download.c
1109 Sync with HEAD (fix buf overflow)
1111 2005-02-03 [colin] 1.0.0cvs26.1
1113 * src/common/plugin.c
1114 Sync with HEAD (avoid plugin mismatches)
1116 2005-02-03 [paul] 1.0.0cvs25.3
1122 * src/gtk/colorlabel.c
1123 third and final part of initial sync with main-gtk2
1125 2005-02-03 [paul] 1.0.0cvs25.2
1128 fix building with jpilot support
1130 2005-02-02 [colin] 1.0.0cvs25.1
1133 Sync with HEAD (fix dangerous typo)
1135 2005-02-01 [colin] 1.0.0cvs24.3
1138 Write file as advertised (UTF-8)
1140 2005-02-01 [paul] 1.0.0cvs24.2
1149 * src/folder_item_prefs.c
1155 * src/matcher_parser_lex.l
1158 * src/prefs_account.c
1159 * src/prefs_actions.c
1160 * src/prefs_common.c
1163 * src/prefs_themes.c
1166 * src/sourcewindow.c
1172 * src/common/template.c
1173 * src/common/utils.c
1176 * src/gtk/gtkaspell.c
1177 * src/plugins/clamav/clamav_plugin.c
1178 * src/plugins/dillo_viewer/dillo_prefs.c
1179 * src/plugins/image_viewer/viewerprefs.c
1180 * src/plugins/pgpmime/passphrase.c
1181 * src/plugins/pgpmime/prefs_gpg.c
1182 * src/plugins/pgpmime/select-keys.c
1183 * src/plugins/spamassassin/spamassassin.c
1184 second part of initial sync with main-gtk2
1187 2005-01-31 [colin] 1.0.0cvs24.1
1192 2005-01-29 [paul] 1.0.0cvs23.2
1205 * src/editldap_basedn.c
1209 * src/grouplistdialog.c
1215 * src/message_search.c
1218 * src/prefs_actions.c
1219 * src/prefs_common.c
1220 * src/prefs_common.h
1221 * src/prefs_customheader.c
1222 * src/prefs_display_header.c
1223 * src/prefs_filtering.c
1224 * src/prefs_filtering_action.c
1226 * src/prefs_matcher.c
1227 * src/prefs_summary_column.c
1228 * src/prefs_template.c
1229 * src/sourcewindow.c
1230 * src/summary_search.c
1234 * src/gtk/description_window.c
1235 * src/gtk/gtkshruler.c
1236 * src/gtk/gtkutils.c
1237 * src/gtk/gtkutils.h
1238 * src/gtk/inputdialog.c
1239 * src/gtk/logwindow.c
1240 * src/gtk/prefswindow.c
1241 * src/gtk/progressdialog.c
1242 * src/gtk/progressdialog.h
1243 first part of initial sync with main-gtk2
1246 2005-01-28 [colin] 1.0.0cvs23.1
1251 2005-01-27 [colin] 1.0.0cvs21.1
1257 2005-01-27 [colin] 1.0.0cvs19.1
1262 2005-01-27 [colin] 1.0.0cvs18.1
1274 2005-01-26 [paul] 1.0.0cvs15.2
1277 compose_entries_set(): convert subject and body to
1278 utf8 if necessary. patch by Felix Eckhofer
1280 2005-01-26 [paul] 1.0.0cvs15.1
1283 * src/common/template.c
1284 sync with HEAD (fix memory leak)
1286 2005-01-25 [paul] 1.0.0cvs14.1
1292 2005-01-24 [colin] 1.0.0cvs13.1
1297 2005-01-24 [paul] 1.0.0cvs12.1
1302 * src/common/utils.c
1305 2005-01-24 [colin] 1.0.0cvs11.1
1310 2005-01-24 [colin] 1.0.0cvs10.1
1315 2005-01-23 [colin] 1.0.0cvs9.1
1320 2005-01-22 [colin] 1.0.0cvs8.1
1323 * src/gtk/quicksearch.c
1326 2005-01-21 [colin] 1.0.0cvs7.1
1331 2005-01-21 [colin] 1.0.0cvs6.1
1336 2005-01-21 [colin] 1.0.0cvs5.1
1338 * src/gtk/quicksearch.c
1339 * src/prefs_common.c
1340 * src/prefs_common.h
1341 Sync with HEAD (recurse option)
1343 2005-01-21 [colin] 1.0.0cvs4.1
1349 * src/gtk/quicksearch.c
1350 * src/gtk/quicksearch.h
1351 Sync with HEAD (recursive quicksearch)
1353 2005-01-20 [colin] 1.0.0cvs3.4
1358 2005-01-20 [colin] 1.0.0cvs3.3
1361 Fix leak, thanks to Alfons.
1363 2005-01-20 [colin] 1.0.0cvs3.2
1366 Port SSL certificate window to GTK2.
1368 2005-01-20 [paul] 1.0.0cvs3.1
1376 2005-01-19 [colin] 1.0.0cvs2.2
1378 * src/plugins/trayicon/trayicon.c
1379 Fix freeze with gtk-2.6, the easy way
1380 (signal blocking helpless there...)
1383 2005-01-19 [colin] 1.0.0cvs2.1
1392 2005-01-19 [paul] 1.0.0cvs1.1
1406 sync with HEAD (update translations)
1408 2005-01-18 [colin] 1.0.0cvs0.1
1411 Specify search column - patch by Alfons
1413 2005-01-18 [colin] 0.9.13cvs36.3
1415 * src/prefs_toolbar.c
1416 Change Delete to Remove
1418 GTK2 version and leak fixes
1419 * src/prefs_actions.c
1421 All patches by Alfons
1423 2005-01-17 [colin] 0.9.13cvs36.2
1426 Fix DnD inserting twice. While at it,
1427 add DnD support for text/plain in the
1428 body, and add support in the headers.
1430 2005-01-16 [colin] 0.9.13cvs36.1
1435 Sync with HEAD (nothing applicable)
1437 2005-01-16 [colin] 0.9.13cvs33.2
1439 * src/prefs_toolbar.c
1440 GTK2ize prefs_toolbar, by Alfons.
1442 2005-01-14 [colin] 0.9.13cvs33.1
1448 2005-01-14 [colin] 0.9.13cvs32.1
1454 * tools/calypso_convert.pl
1457 2005-01-08 [colin] 0.9.13cvs29.2
1459 * src/prefs_filtering_action.c
1460 * src/prefs_filtering.c
1461 2 more gtk2 patches by Alfons
1463 2005-01-07 [paul] 0.9.13cvs29.1
1473 2005-01-07 [colin] 0.9.13cvs28.3
1475 * src/gtk/progressdialog.c
1476 * src/gtk/progressdialog.h
1478 * src/send_message.c
1479 GTK2 for the incorporation dialog. The CList isn't dead
1480 yet, for a more smooth migration. Patch by Alfons.
1482 2005-01-06 [colin] 0.9.13cvs28.2
1484 * src/prefs_display_header.c
1485 GTK2 conversion by Alfons
1486 * src/prefs_actions.c
1487 * src/prefs_matcher.c
1488 Fix 2 leaks - patch by Alfons
1490 2005-01-06 [colin] 0.9.13cvs28.1
1492 * src/prefs_matcher.c
1495 2005-01-06 [colin] 0.9.13cvs27.4
1497 * src/prefs_matcher.c
1498 Fix double-free. Patch by Alfons
1500 2005-01-06 [colin] 0.9.13cvs27.3
1502 * src/prefs_matcher.c
1503 GTK2 widgets + memleak
1506 2005-01-05 [colin] 0.9.13cvs27.2
1511 * src/stock_pixmap.c
1512 * src/stock_pixmap.h
1513 3 more GTK2 patches by Alfons.
1515 2005-01-04 [colin] 0.9.13cvs27.1
1522 2005-01-04 [colin] 0.9.13cvs25.9
1525 Fix Show Ruler menuitem
1526 * src/prefs_template.c
1528 * src/common/utils.c
1529 Make auto pointer stuff handles NULLs
1532 2005-01-04 [colin] 0.9.13cvs25.8
1535 Move the attachment list to gtk2
1538 2005-01-04 [colin] 0.9.13cvs25.7
1541 Make some keys work again
1542 Patch by SungHyun Nam <namsh@kldp.org>
1544 2005-01-04 [colin] 0.9.13cvs25.6
1546 * src/gtk/gtkshruler.c
1547 Move the ruler to GTK2
1550 2005-01-03 [colin] 0.9.13cvs25.5
1553 Fix my broken patch apply
1555 2005-01-03 [colin] 0.9.13cvs25.4
1557 * src/common/utils.c
1558 * src/common/utils.h
1559 * src/gtk/prefswindow.c
1560 Move auto pointer stuff to utils.c
1561 Patch by Alfons again :)
1563 2005-01-03 [colin] 0.9.13cvs25.3
1567 * src/prefs_template.c
1569 Empty text widgets with empty strings, not NULL char
1570 Patch by SungHyun Nam <namsh@kldp_org>
1572 2005-01-03 [colin] 0.9.13cvs25.2
1578 2005-01-03 [colin] 0.9.13cvs25.1
1584 2005-01-03 [colin] 0.9.13cvs24.3
1587 Two patches from Alfons and Alex S Moore:
1588 fix images, fix return value.
1590 2005-01-01 [colin] 0.9.13cvs24.2
1592 * src/prefs_actions.c
1593 Fix over-zealous assertion. Patch by Alfons
1595 2005-01-01 [colin] 0.9.13cvs24.1
1598 Sync with HEAD (leak fix)
1600 2004-12-31 [colin] 0.9.13cvs23.2
1602 * src/prefs_common.c
1603 GTK2 widgets + stock buttons - patch by Alfons
1605 2004-12-31 [paul] 0.9.13cvs23.1
1608 bump up EXTRA_VERSION to match (sync'ed) HEAD
1609 * src/gtk/pluginwindow.c
1610 use GTK2 widgets and plug memory leaks,
1613 2004-12-30 [colin] 0.9.13cvs22.4
1620 * src/message_search.c
1621 * src/prefs_actions.c
1622 * src/prefs_common.c
1623 * src/prefs_customheader.c
1624 * src/prefs_filtering.c
1625 * src/prefs_summary_column.c
1626 * src/summary_search.c
1628 * src/gtk/description_window.c
1629 * src/gtk/gtkutils.c
1630 * src/gtk/gtkutils.h
1631 * src/gtk/inputdialog.c
1632 * src/gtk/prefswindow.c
1633 Use GTK2 stock buttons. Patches by Alfons.
1635 2004-12-30 [colin] 0.9.13cvs22.3
1639 * src/prefs_actions.c
1640 * src/prefs_customheader.c
1641 * src/prefs_filtering.c
1642 * src/prefs_msg_colors.c
1643 * src/prefs_summary_column.c
1644 * src/gtk/prefswindow.c
1645 Use GtkTreeView instead of deprecated
1646 widgets. Patches by Alfons.
1648 2004-12-30 [paul] 0.9.13cvs22.2
1652 patch by Alfons, with root folder sorting fix
1655 2004-12-30 [paul] 0.9.13cvs22.1
1665 2004-12-22 [martin] 0.9.13cvs21.2
1668 free the command line after its use
1670 2004-12-18 [paul] 0.9.13cvs21.1
1683 2004-12-17 [martin] 0.9.13cvs17.2
1686 convert actions input to locale
1688 convert notification command to locale
1689 * src/plugins/pgpmime/select-keys.c
1690 convert attributes to utf8
1692 2004-12-14 [colin] 0.9.13cvs17.1
1698 * src/common/utils.c
1699 * src/gtk/prefswindow.c
1700 * src/gtk/gtkutils.c
1701 * src/gtk/gtkutils.h
1702 * src/plugins/spamassassin/libspamc.c
1705 2004-12-13 [colin] 0.9.13cvs14.1
1707 * src/quote_fmt_parse.y
1710 2004-12-10 [colin] 0.9.13cvs12.1
1712 * src/prefs_themes.c
1717 2004-12-09 [colin] 0.9.13cvs10.1
1720 Sync with HEAD (fix B64 encoding from memory)
1722 2004-12-08 [colin] 0.9.13cvs9.1
1724 * src/gtk/colorlabel.c
1727 2004-12-08 [paul] 0.9.13cvs8.2
1729 * src/gtk/pluginwindow.c
1730 fix window resizing oddities
1732 2004-12-08 [colin] 0.9.13cvs8.1
1734 * src/quote_fmt_parse.y
1737 2004-12-08 [colin] 0.9.13cvs7.1
1739 * src/matcher_parser_parse.y
1741 * src/prefs_matcher.c
1748 2004-12-08 [colin] 0.9.13cvs6.1
1750 * src/quote_fmt_parse.y
1753 * src/gtk/prefswindow.c
1754 * src/gtk/pluginwindow.c
1755 Fix G_CALLBACKS protos (thanks to Alfons)
1757 2004-12-07 [torte] 0.9.13cvs2.2
1760 [Bug 650] reply button causes crash
1761 Thanks to David Relson and Christoph
1763 2004-12-07 [colin] 0.9.13cvs2.1
1769 * src/prefs_account.c
1774 2004-12-06 [colin] 0.9.12cvs187.1
1805 * tools/filter_conv.pl
1806 * tools/kdeservicemenu/README
1807 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1808 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1811 2004-12-04 [colin] 0.9.12cvs183.1
1814 Sync with HEAD (compose window position saving)
1816 2004-12-04 [paul] 0.9.12cvs182.3
1820 * src/prefs_customheader.c
1821 * src/gtk/quicksearch.c
1822 replace some forgotten GTK_SIGNAL_FUNCs
1824 2004-12-04 [paul] 0.9.12cvs182.2
1827 remove 'pixmaps/dir_noselect.xpm'. from local patch,
1830 2004-12-04 [paul] 0.9.12cvs182.1
1840 * doc/manual/ja/Makefile.am
1841 * doc/manual/ja/sylpheed-1.html
1842 * doc/manual/ja/sylpheed-10.html
1843 * doc/manual/ja/sylpheed-11.html
1844 * doc/manual/ja/sylpheed-12.html
1845 * doc/manual/ja/sylpheed-13.html
1846 * doc/manual/ja/sylpheed-14.html
1847 * doc/manual/ja/sylpheed-15.html
1848 * doc/manual/ja/sylpheed-16.html
1849 * doc/manual/ja/sylpheed-17.html
1850 * doc/manual/ja/sylpheed-18.html
1851 * doc/manual/ja/sylpheed-19.html
1852 * doc/manual/ja/sylpheed-2.html
1853 * doc/manual/ja/sylpheed-20.html
1854 * doc/manual/ja/sylpheed-3.html
1855 * doc/manual/ja/sylpheed-4.html
1856 * doc/manual/ja/sylpheed-5.html
1857 * doc/manual/ja/sylpheed-6.html
1858 * doc/manual/ja/sylpheed-7.html
1859 * doc/manual/ja/sylpheed-8.html
1860 * doc/manual/ja/sylpheed-9.html
1861 * doc/manual/ja/sylpheed.html
1862 * doc/manual/ja/sylpheed.sgml
1867 * src/pixmaps/regular.xpm **REMOVED**
1868 * src/plugins/pgpmime/pgpmime.c
1869 * src/plugins/pgpmime/plugin.c
1870 * src/plugins/pgpmime/prefs_gpg.c
1873 2004-12-03 [paul] 0.9.12cvs180.1
1881 * src/common/utils.c
1882 * src/common/utils.h
1883 * src/pixmaps/continue.xpm
1884 * src/pixmaps/dir_close.xpm
1885 * src/pixmaps/dir_open.xpm
1886 * src/pixmaps/drafts_close.xpm
1887 * src/pixmaps/drafts_open.xpm
1888 * src/pixmaps/folder.xpm **REMOVED**
1889 * src/pixmaps/group.xpm
1890 * src/pixmaps/unread.xpm
1893 2004-12-02 [colin] 0.9.12cvs179.1
1896 Sync with HEAD (non-duplicated reedition)
1898 2004-12-02 [colin] 0.9.12cvs178.1
1901 Sync with HEAD (linewrap_quote fix)
1903 2004-12-01 [colin] 0.9.12cvs177.3
1906 Replace sizeof with strlen
1908 2004-12-01 [paul] 0.9.12cvs177.2
1911 fix 'harvest addresses'
1913 2004-11-30 [colin] 0.9.12cvs177.1
1915 * src/gtk/prefswindow.c
1916 * src/gtk/pluginwindow.c
1919 2004-11-29 [colin] 0.9.12cvs176.1
1922 sync with HEAD (Fix disappearing separators in folderview's popup)
1924 2004-11-29 [colin] 0.9.12cvs175.1
1927 Sync with head (another format fix)
1929 2004-11-29 [colin] 0.9.12cvs174.1
1932 Sync with HEAD (format string fix)
1934 2004-11-26 [colin] 0.9.12cvs173.1
1940 2004-11-24 [colin] 0.9.12cvs172.1
1942 * src/plugins/pgpmime/pgpmime.c
1945 2004-11-24 [colin] 0.9.12cvs171.1
1947 * src/plugins/pgpmime/pgpmime.c
1948 Sync with head (gpgmectx leaks)
1950 2004-11-24 [colin] 0.9.12cvs169.1
1952 * src/plugins/pgpmime/plugin.c
1953 * src/plugins/trayicon/Makefile.am
1954 * src/plugins/trayicon/newmarkedmail.xpm
1955 * src/plugins/trayicon/trayicon.c
1956 * src/plugins/trayicon/unreadmarkedmail.xpm
1959 2004-11-23 [colin] 0.9.12cvs168.1
1961 * src/partial_download.c
1962 * src/partial_download.h
1963 * src/plugins/pgpmime/plugin.c
1966 2004-11-23 [colin] 0.9.12cvs166.1
1973 * src/partial_download.c
1974 * src/partial_download.h
1975 * src/prefs_account.c
1976 * src/prefs_account.h
1980 * src/common/Makefile.am
1981 * src/common/base64.h
1982 * src/common/partial_download.c
1983 * src/common/partial_download.h
1984 * src/gtk/prefswindow.c
1985 * src/gtk/prefswindow.h
1986 * src/plugins/pgpmime/pgpmime.c
1987 * src/plugins/pgpmime/prefs_gpg.c
1988 * src/plugins/pgpmime/prefs_gpg.h
1989 * src/plugins/pgpmime/sgpgme.c
1990 * src/plugins/pgpmime/sgpgme.h
1993 2004-11-23 [colin] 0.9.12cvs163.1
1996 Sync with HEAD (cursor optimization)
1998 2004-11-23 [colin] 0.9.12cvs162.1
2000 * src/prefs_common.c
2001 * src/prefs_themes.c
2005 2004-11-23 [colin] 0.9.12cvs158.9
2008 Fix double-free when forwarding
2010 Fix leak on error path
2013 2004-11-23 [colin] 0.9.12cvs158.8
2016 Fix possible double-free
2019 2004-11-23 [colin] 0.9.12cvs158.7
2022 Fix some signal handlers' prototypes
2025 2004-11-22 [colin] 0.9.12cvs158.6
2028 Remove unneeded code and duplicated
2029 wrapping - patch by Alfons
2031 2004-11-22 [colin] 0.9.12cvs158.5
2033 * src/prefs_themes.c
2034 Fix oversized selector
2036 2004-11-22 [colin] 0.9.12cvs158.4
2042 2004-11-19 [colin] 0.9.12cvs158.3
2045 Add a context menu on links (open, copy)
2047 2004-11-18 [paul] 0.9.12cvs158.2
2053 * src/prefs_common.c
2054 * src/plugins/image_viewer/viewer.c
2055 * src/plugins/spamassassin/spamassassin_gtk.c
2056 replace deprecated gtk_notebook_set_page
2057 and gtk_notebook_current_page
2059 2004-11-18 [paul] 0.9.12cvs158.1
2065 * src/prefs_common.c
2066 * src/common/utils.c
2067 * src/common/utils.h
2070 2004-11-17 [colin] 0.9.12cvs156.1
2072 * src/prefs_account.c
2073 * src/prefs_account.h
2075 Sync with HEAD (add pref to store encrypted mails encrypted)
2077 2004-11-17 [paul] 0.9.12cvs155.1
2091 * src/pixmaps/error.xpm
2094 2004-11-17 [colin] 0.9.12cvs151.1
2096 * src/plugins/pgpmime/pgpmime.c
2097 Sync with HEAD (remove debug printf)
2099 2004-11-17 [colin] 0.9.12cvs150.1
2101 * src/plugins/pgpmime/pgpmime.c
2102 Sync with HEAD (off-by-one fix)
2104 2004-11-17 [colin] 0.9.12cvs149.1
2107 Sync with HEAD (coding style fixes)
2109 2004-11-16 [colin] 0.9.12cvs148.1
2112 Sync with head (Fix the fix)
2114 2004-11-16 [colin] 0.9.12cvs147.1
2117 Sync with Main (leak fix)
2119 2004-11-16 [colin] 0.9.12cvs146.14
2122 Remove useless chunk of code
2125 2004-11-15 [colin] 0.9.12cvs146.13
2128 Fix drafting after insertion
2131 2004-11-15 [colin] 0.9.12cvs146.12
2134 * src/prefs_filtering.c
2135 * src/prefs_filtering_action.c
2136 * src/prefs_toolbar.c
2137 Fix some const-correctness
2139 2004-11-15 [colin] 0.9.12cvs146.11
2142 * src/prefs_themes.c
2146 2004-11-15 [colin] 0.9.12cvs146.10
2149 More unreadable locale fixes
2151 2004-11-14 [colin] 0.9.12cvs146.9
2154 Fix uri_security_check
2157 2004-11-13 [paul] 0.9.12cvs146.8
2161 fix 2 bugs introduced in last commit
2163 2004-11-13 [paul] 0.9.12cvs146.7
2175 * src/prefs_themes.c
2179 replace deprecated g_basename
2181 2004-11-13 [paul] 0.9.12cvs146.6
2185 * src/matcher_parser.h
2186 * src/matcher_parser_parse.y
2187 * src/prefs_filtering.c
2188 * src/prefs_filtering_action.c
2189 * src/prefs_themes.c
2190 * src/prefs_toolbar.c
2191 * src/common/utils.c
2192 various small fixes/cleanups
2194 2004-11-12 [colin] 0.9.12cvs146.5
2197 Validate event's origin on visibility notify
2200 2004-11-12 [paul] 0.9.12cvs146.4
2207 * src/prefs_spelling.c
2208 * src/prefs_themes.c
2209 replace deprecated g_dirname
2211 2004-11-12 [colin] 0.9.12cvs146.3
2214 Some coding style fixes
2216 2004-11-12 [colin] 0.9.12cvs146.2
2219 We want to replace _all_ extended chars in
2220 conv_unreadable_*, because any string containing
2221 extended chars not parsing as UTF8 is
2222 undisplayed on gtk2.
2224 2004-11-12 [paul] 0.9.12cvs146.1
2241 * src/prefs_account.c
2242 * src/prefs_account.h
2243 * src/prefs_ext_prog.c
2248 * src/summary_search.c
2252 * src/common/utils.c
2253 * src/common/utils.h
2258 2004-11-11 [colin] 0.9.12cvs144.2
2261 Fix URI range selection (patch by Alfons)
2263 2004-11-09 [colin] 0.9.12cvs144.1
2268 * src/folder_item_prefs.c
2269 * src/prefs_account.c
2270 * src/prefs_account.h
2271 * src/plugins/pgpmime/pgpmime.c
2274 2004-11-08 [colin] 0.9.12cvs143.1
2277 Sync with HEAD (optimize quicksearch)
2279 2004-11-08 [colin] 0.9.12cvs142.2
2282 Don't wrap when Edit/Auto wrapping is disabled
2284 2004-11-08 [colin] 0.9.12cvs142.1
2289 2004-11-08 [colin] 0.9.12cvs141.1
2292 Sync with HEAD (fix some mail URIs)
2294 2004-11-08 [colin] 0.9.12cvs140.3
2297 o Use text cursor instead of arrow when
2299 o Fix handling of contiguous links (as in
2300 "colin@colino.net" <colin@colino.net>)
2301 This one unveils a bug in get_email_part()
2303 2004-11-07 [colin] 0.9.12cvs140.2
2306 Fix memleak. Patch by Alfons.
2308 2004-11-06 [colin] 0.9.12cvs140.1
2311 Sync with HEAD (don't ask passphrase
2314 2004-11-06 [paul] 0.9.12cvs139.2
2319 textview URI handling. hovering over a
2320 link displays it in the status bar,
2321 and changes the mouse pointer to a hand
2322 cursor. a link is activated with a single
2323 click. (Modified from the) patch by Jean-Yves
2324 Lefort <jylefort@users.sourceforge.net>
2327 2004-11-05 [colin] 0.9.12cvs139.1
2331 Sync with HEAD again ^^
2333 2004-11-05 [colin] 0.9.12cvs139.1
2339 2004-11-03 [paul] 0.9.12cvs138.1
2344 * src/prefs_ext_prog.c
2346 * tools/kdeservicemenu/README
2347 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2348 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2351 2004-11-01 [christoph] 0.9.12cvs136.2
2354 convert MIME parameters to UTF-8
2356 2004-10-29 [colin] 0.9.12cvs136.1
2358 * src/common/utils.c
2359 Sync with HEAD (don't use '=' in mime boundary)
2361 2004-10-29 [paul] 0.9.12cvs135.1
2364 * doc/src/rfc2231.txt
2366 * src/common/quoted-printable.c
2367 * src/common/utils.c
2368 * src/common/utils.h
2371 2004-10-27 [paul] 0.9.12cvs134.1
2376 * src/plugins/pgpmime/pgpmime.c
2379 2004-10-26 [paul] 0.9.12cvs132.3
2387 * src/customheader.c
2397 * src/grouplistdialog.c
2407 * src/prefs_display_header.c
2409 * src/prefs_msg_colors.c
2410 * src/prefs_toolbar.c
2417 * src/common/mgutils.c
2420 * src/common/template.c
2421 * src/common/utils.c
2422 * src/common/xmlprops.c
2423 * src/plugins/pgpmime/pgpmime.c
2424 * src/plugins/pgpmime/select-keys.c
2425 * src/plugins/pgpmime/sgpgme.c
2426 replace deprecated g_strcasecmp(), g_strncasecmp(),
2427 g_string_sprintfa(), gtk_notebook_current_page()
2429 2004-10-26 [colin] 0.9.12cvs132.2
2431 * src/prefs_folder_item.c
2432 Fix default-account selection
2434 2004-10-21 [colin] 0.9.12cvs133
2437 Sync with HEAD (Remove extra separator in compose's Options)
2439 Set wrapping to char
2441 2004-10-21 [paul] 0.9.12cvs131.2
2444 * src/sourcewindow.c
2446 fix window shrinking
2448 2004-10-21 [colin] 0.9.12cvs131.1
2454 2004-10-21 [paul] 0.9.12cvs130.2
2456 * src/prefs_folder_item.c
2457 sync with HEAD (Apply to subfolders)
2459 2004-10-19 [colin] 0.9.12cvs130.1
2463 * src/common/utils.c
2467 2004-10-19 [colin] 0.9.12cvs128.1
2474 * src/customheader.c
2483 * src/matcher_parser_parse.y
2486 * src/prefs_account.c
2488 * src/prefs_msg_colors.c
2495 * src/common/base64.c
2496 * src/common/partial_download.c
2497 * src/common/socket.c
2498 * src/common/sylpheed.c
2499 * src/common/utils.c
2500 * src/common/utils.h
2501 * src/gtk/pluginwindow.c
2502 * src/gtk/quicksearch.c
2503 * src/plugins/clamav/clamav_plugin.c
2504 * src/plugins/clamav/clamav_plugin.h
2505 * src/plugins/clamav/clamav_plugin_gtk.c
2506 * src/plugins/pgpmime/passphrase.c
2507 * src/plugins/pgpmime/pgpmime.c
2508 * src/plugins/pgpmime/plugin.c
2509 * src/plugins/pgpmime/prefs_gpg.c
2510 * src/plugins/pgpmime/prefs_gpg.h
2511 * src/plugins/pgpmime/select-keys.c
2512 * src/plugins/pgpmime/sgpgme.c
2513 * src/plugins/spamassassin/libspamc.c
2514 * src/plugins/spamassassin/spamassassin.c
2515 * src/plugins/spamassassin/spamassassin.h
2516 * src/plugins/spamassassin/spamassassin_gtk.c
2517 * src/plugins/trayicon/trayicon.c
2518 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2521 2004-10-14 [colin] 0.9.12cvs126.2
2525 Fix conv_unreadable_locale
2527 2004-10-13 [colin] 0.9.12cvs126.1
2530 Sync with HEAD (don't convert charset for
2531 drafted messages, minor cleanup)
2533 2004-10-13 [colin] 0.9.12cvs125.1
2536 Sync with HEAD (POTFILES fix)
2538 2004-10-12 [colin] 0.9.12cvs124.3
2541 Fix encoding bug from latest sync
2543 2004-10-12 [paul] 0.9.12cvs124.2
2545 * src/plugins/pgpmime/prefs_gpg.c
2546 * src/plugins/pgpmime/prefs_gpg.h
2547 forgotten in last commit
2549 2004-10-12 [paul] 0.9.12cvs124.1
2553 * m4/spamassassin.m4
2563 * src/prefs_account.c
2564 * src/prefs_account.h
2565 * src/prefs_common.c
2576 * src/common/utils.c
2577 * src/common/utils.h
2579 * src/plugins/pgpmime/Makefile.am
2580 * src/plugins/pgpmime/passphrase.c
2581 * src/plugins/pgpmime/passphrase.h
2582 * src/plugins/pgpmime/pgpmime.c
2583 * src/plugins/pgpmime/plugin.c
2584 * src/plugins/pgpmime/select-keys.c
2585 * src/plugins/pgpmime/select-keys.h
2586 * src/plugins/pgpmime/sgpgme.c
2587 * src/plugins/pgpmime/sgpgme.h
2590 2004-10-04 [colin] 0.9.12cvs122.1
2598 2004-10-04 [colin] 0.9.12cvs121.1
2603 2004-10-04 [paul] 0.9.12cvs120.1
2606 sync with HEAD [don't try to build
2607 pgpmime plugin when gpgme is disabled]
2609 2004-10-03 [colin] 0.9.12cvs119.3
2611 * src/gtk/gtksctree.c
2612 Lots of side effects. Put back as before 117.2.
2616 2004-10-03 [colin] 0.9.12cvs119.2
2618 * src/gtk/gtksctree.c
2619 Revert 608 fix that doesn't work that good
2621 2004-10-02 [colin] 0.9.12cvs119.1
2625 * src/prefs_common.h
2630 * src/gtk/gtksctree.c
2633 2004-10-01 [colin] 0.9.12cvs118.1
2636 Sync with HEAD (better Save All fix)
2638 2004-10-01 [colin] 0.9.12cvs117.2
2640 * src/gtk/gtksctree.c
2643 2004-10-01 [colin] 0.9.12cvs117.1
2646 Sync with HEAD (Save All: only attachments)
2648 2004-10-01 [paul] 0.9.12cvs116.1
2653 * src/prefs_common.c
2654 * src/gtk/colorlabel.c
2657 2004-09-30 [colin] 0.9.12cvs115.1
2659 * src/stock_pixmap.c
2660 * src/stock_pixmap.h
2663 * src/pixmaps/read.xpm
2664 Sync with HEAD (new pixmap)
2666 2004-09-29 [colin] 0.9.12cvs114.1
2670 Fix focus handling in headers
2672 2004-09-29 [paul] 0.9.12cvs113.1
2674 * src/quote_fmt_parse.y
2678 2004-09-28 [colin] 0.9.12cvs112.1
2684 2004-09-28 [colin] 0.9.12cvs110.1
2687 Sync with HEAD (Contextual Empty trash menu)
2689 2004-09-28 [colin] 0.9.12cvs108.1
2692 Sync with HEAD (addressbook edit on double-click)
2694 2004-09-28 [colin] 0.9.12cvs106.1
2697 Sync with HEAD (folder_item freeze on inc)
2699 2004-09-27 [colin] 0.9.12cvs105.1
2702 Sync with HEAD (right-align new and unread column)
2704 2004-09-27 [colin] 0.9.12cvs104.1
2707 Sync with HEAD (revert 0.9.12cvs101)
2709 2004-09-24 [colin] 0.9.12cvs103.2
2712 Fix gtk warnings and use domain part of the email address
2713 when domain detection fails (no dot in domain name)
2715 2004-09-23 [colin] 0.9.12cvs103.1
2717 * src/plugins/spamassassin/libspamc.c
2718 * src/plugins/spamassassin/libspamc.h
2719 * src/plugins/spamassassin/utils.c
2720 * src/plugins/spamassassin/utils.h
2721 Sync with HEAD (Update spamassassin to 3.0)
2723 2004-09-21 [colin] 0.9.12cvs102.3
2726 Add horizontal scrollbar in action io dialog as needed
2729 2004-09-20 [colin] 0.9.12cvs102.2
2731 * src/plugins/image_viewer/viewer.c
2733 use gtk_pixmap_set when clearing
2734 (would be better to use gtkImages, but causes size-allocate
2737 2004-09-17 [paul] 0.9.12cvs102.1
2747 2004-09-17 [colin] 0.9.12cvs101.1
2751 Sync with HEAD (fix segs at exit)
2753 2004-09-14 [colin] 0.9.12cvs99.5
2755 * src/common/socket.c
2757 Fix send error on 64bit platforms
2758 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
2760 2004-09-14 [colin] 0.9.12cvs99.4
2763 Fix action output with utf8
2766 2004-09-14 [colin] 0.9.12cvs99.3
2772 2004-09-09 [colin] 0.9.12cvs99.2
2775 Fix progress bar (displaying "Completed %v/%u")
2778 2004-09-08 [colin] 0.9.12cvs99.1
2784 * src/plugins/pgpmime/pgpmime.c
2787 2004-09-08 [colin] 0.9.12cvs97.2
2790 Don't select mails in collapsed threads
2791 when navigating with up/down
2793 2004-09-07 [colin] 0.9.12cvs97.1
2796 Sync with HEAD (meaningful error messages)
2798 2004-09-06 [colin] 0.9.12cvs96.1
2801 Sync with HEAD (fix Redirect graying out)
2803 2004-09-06 [colin] 0.9.12cvs95.1
2807 Sync with HEAD (fix dropped URIs)
2809 2004-09-06 [colin] 0.9.12cvs94.1
2815 Sync with HEAD (addressbook DnD)
2817 2004-09-03 [colin] 0.9.12cvs93.1
2820 Sync with HEAD (next/prev unread)
2822 2004-09-03 [colin] 0.9.12cvs92.1
2824 * src/prefs_common.c
2825 * src/prefs_common.h
2827 Sync with HEAD ('mark_as_read_delay' pref)
2829 2004-09-02 [colin] 0.9.12cvs91.2
2834 2004-09-02 [colin] 0.9.12cvs91.1
2837 Sync with HEAD (menu accel don't work, but whatever)
2839 2004-09-02 [colin] 0.9.12cvs90.1
2842 Sync with HEAD (fix bug 582)
2844 2004-09-02 [colin] 0.9.12cvs89.1
2847 Sync with HEAD (free deleted queries)
2849 2004-09-02 [colin] 0.9.12cvs88.1
2852 Sync with HEAD (fix LDAP freezes)
2854 2004-09-02 [colin] 0.9.12cvs87.1
2856 * src/prefs_spelling.c
2857 Sync with HEAD (add default dictionary)
2859 2004-09-01 [colin] 0.9.12cvs86.1
2864 * src/prefs_matcher.c
2865 * src/stock_pixmap.c
2866 * src/summary_search.c
2870 Sync with HEAD (uninitialized vars fixes)
2871 + gtk2 specific warning fixes
2873 2004-08-31 [colin] 0.9.12cvs85.1
2876 Sync with HEAD (Fix memory corruption due to
2879 2004-08-31 [colin] 0.9.12cvs84.4
2881 * src/summary_search.c
2882 Fix segfaults when searching in folders with broken headers
2884 2004-08-31 [colin] 0.9.12cvs84.3
2888 Fix some more encoding/decoding issues
2890 2004-08-30 [colin] 0.9.12cvs84.2
2893 * src/prefs_themes.c
2896 Add a folder-mode selection (fixes mimeview's "Save all")
2898 2004-08-29 [colin] 0.9.12cvs84.1
2901 Sync with HEAD (don't escape saved filenames)
2903 2004-08-27 [colin] 0.9.12cvs83.1
2912 * src/common/utils.c
2915 Sync with HEAD 0.9.12cvs83 (sync with main)
2917 2004-08-26 [colin] 0.9.12cvs82.4
2920 Fix strange stack corruption
2921 Convert to utf8 after unmime, not before
2923 2004-08-26 [colin] 0.9.12cvs82.3
2927 Fix account folders duplication
2929 2004-08-25 [colin] 0.9.12cvs82.2
2934 Use login@server as account name
2936 2004-08-25 [colin] 0.9.12cvs82.1
2938 * src/plugins/pgpmime/pgpmime.c
2939 Sync with HEAD (leak fix).
2941 2004-08-25 [colin] 0.9.12cvs81.1
2943 * src/plugins/pgpmime/pgpmime.c
2944 * src/plugins/pgpmime/sgpgme.c
2945 * src/plugins/pgpmime/sgpgme.h
2946 Sync with HEAD (Handle combined messages).
2948 2004-08-24 [colin] 0.9.12cvs80.3
2951 Fix full name, ports, and imap
2953 2004-08-24 [colin] 0.9.12cvs80.2
2959 * src/stock_pixmap.c
2960 * src/stock_pixmap.h
2961 * src/wizard.c ** ADDED **
2962 * src/wizard.h ** ADDED **
2963 * src/pixmaps/sylpheed_icon.xpm ** ADDED **
2966 2004-08-24 [colin] 0.9.12cvs80.1
2969 Sync with HEAD (set mimeflags on all messages)
2971 2004-08-24 [colin] 0.9.12cvs79.3
2973 * src/matcher_parser_lex.l
2974 Fix 8bits strings not in utf8
2976 2004-08-24 [colin] 0.9.12cvs79.2
2979 Check conversion result before replacing buffer
2981 2004-08-23 [colin] 0.9.12cvs79.1
2984 Sync with HEAD (create message header in memory)
2986 2004-08-23 [colin] 0.9.12cvs78.1
2990 Sync with HEAD (fix bug 197 again)
2992 2004-08-23 [colin] 0.9.12cvs77.3
2995 Fix again inline gpg signing (which outputs utf8
2996 in gtk2). Not syncing this fix to HEAD as this
2997 code is meant to die.
2999 2004-08-23 [colin] 0.9.12cvs77.2
3001 * src/prefs_account.h
3002 Remove useless include
3004 2004-08-23 [colin] 0.9.12cvs77.1
3014 Sync with HEAD (fix bug 577)
3016 2004-08-22 [colin] 0.9.12cvs76.1
3018 * src/plugins/trayicon/trayicon.c
3019 Sync with HEAD (fix formatting bug)
3021 2004-08-21 [colin] 0.9.12cvs74.2
3023 * src/gtk/colorsel.c
3024 Fix bug 564 (Folder color selection window exits on any
3027 2004-08-21 [colin] 0.9.12cvs74.1
3033 Sync with HEAD (fix bug 576)
3035 2004-08-21 [colin] 0.9.12cvs70.1
3042 2004-08-21 [paul] 0.9.12cvs66.4
3047 * src/plugins/spamassassin/spamassassin_gtk.c
3048 remove some deprecated gtk1 functions
3051 2004-08-21 [colin] 0.9.12cvs66.3
3056 Remove encoding hacks
3057 Fix bug 575 (Strange character messes up message)
3058 Don't display conversion error when drafting
3060 2004-08-21 [paul] 0.9.12cvs66.2
3062 * src/prefs_account.c
3066 2004-08-20 [colin] 0.9.12cvs66.1
3069 Sync with HEAD 0.9.12cvs66
3073 * src/plugins/pgpmime/plugin.c
3074 modify PGP/MIME plugin's description
3076 2004-08-17 [colin] 0.9.12cvs65.1
3079 * src/plugins/pgpmime/plugin.c
3082 2004-08-14 [colin] 0.9.12cvs60.3
3084 * src/plugins/trayicon/trayicon.c
3085 Put back resize callback, on size-request signal
3086 rather than size-allocate to avoid infinite
3089 2004-08-13 [colin] 0.9.12cvs60.2
3092 Cache versions have been fixed
3094 2004-08-13 [colin] 0.9.12cvs60.1
3099 2004-08-12 [colin] 0.9.12cvs59.1
3101 * src/plugins/trayicon/trayicon.c
3104 2004-08-12 [colin] 0.9.12cvs57.5
3110 Add support for Freedesktop.org's startup notification
3112 2004-08-11 [colin] 0.9.12cvs57.4
3117 2004-08-11 [colin] 0.9.12cvs57.3
3119 * src/message_search.c
3120 * src/summary_search.c
3121 Make searches case insensitive by default
3123 Fix case-insensitive search in message
3125 2004-08-11 [colin] 0.9.12cvs57.2
3127 * src/summary_search.c
3128 Let case-sensitive be specified
3130 2004-08-10 [colin] 0.9.12cvs55.4
3132 * src/common/socket.c
3133 Fix the possible race condition
3135 2004-08-09 [paul] 0.9.12cvs55.3
3139 * src/common/Makefile.am
3143 2004-08-09 [paul] 0.9.12cvs55.2
3147 remove unneeded script
3150 add forgotten USE_LDAP_TLS (sync with HEAD)
3153 2004-08-09 [colin] 0.9.12cvs55.1
3157 * src/common/sylpheed.c
3158 * src/common/sylpheed.h
3159 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
3161 2004-08-09 [paul] 0.9.12cvs54.1
3175 * src/plugins/Makefile.am
3176 * src/plugins/pgpmime/.cvsignore
3177 * src/plugins/pgpmime/Makefile.am
3178 * src/plugins/pgpmime/pgpmime.c
3179 * src/plugins/pgpmime/pgpmime.h
3180 * src/plugins/pgpmime/plugin.c
3181 * src/plugins/pgpmime/sgpgme.c
3182 * src/plugins/pgpmime/sgpgme.h
3185 2004-08-08 [paul] 0.9.12cvs51.1
3191 2004-08-07 [colin] 0.9.12cvs50.1
3194 * src/common/partial_download.c
3195 fix warnings (sync from HEAD)
3197 2004-08-07 [colin] 0.9.12cvs48.1
3199 * src/prefs_folder_item.c
3200 sync with HEAD 0.9.12cvs48
3202 2004-08-06 [colin] 0.9.12cvs47.1
3207 2004-08-06 [christoph] 0.9.12cvs46.2
3210 * src/plugins/clamav/clamav_plugin_gtk.c
3211 * src/plugins/dillo_viewer/dillo_viewer.c
3212 * src/plugins/image_viewer/plugin.c
3213 * src/plugins/mathml_viewer/mathml_viewer.c
3214 * src/plugins/spamassassin/spamassassin_gtk.c
3215 * src/plugins/trayicon/trayicon.c
3216 don't mix GTK1.2 plugin with GTK2 plugins
3218 2004-08-06 [colin] 0.9.12cvs46.1
3224 * sylpheed-claws.pc.in
3233 * src/prefs_ext_prog.c
3234 * src/prefs_folder_item.c
3236 * src/prefs_msg_colors.c
3237 * src/prefs_spelling.c
3238 * src/prefs_themes.c
3239 * src/prefs_toolbar.c
3240 * src/prefs_wrapping.c
3244 * src/common/session.c
3245 * src/common/session.h
3246 * src/common/socket.c
3247 * src/common/utils.h
3250 * src/gtk/prefswindow.c
3251 * src/gtk/prefswindow.h
3252 * src/plugins/clamav/clamav_plugin_gtk.c
3253 * src/plugins/dillo_viewer/dillo_prefs.c
3254 * src/plugins/image_viewer/viewerprefs.c
3255 * src/plugins/spamassassin/spamassassin_gtk.c
3256 * m4/openssl.m4 *** REMOVED ***
3257 Sync with HEAD 0.9.12cvs46
3259 2004-08-03 [paul] 0.9.12cvs40.2
3270 * src/editldap_basedn.c
3274 * src/prefs_common.c
3275 * src/prefs_template.c
3276 * src/sourcewindow.c
3279 * src/gtk/foldersort.c
3280 * src/gtk/logwindow.c
3281 * src/gtk/pluginwindow.c
3282 * src/gtk/prefswindow.c
3283 change all gtk_scrolled_window_set_policy from
3284 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
3286 2004-08-02 [paul] 0.9.12cvs40.1
3289 update translation team section
3291 updated by Frederico Goncalves Guimaraes
3292 <fggdebian@yahoo.com.br>
3294 2004-07-31 [colin] 0.9.12cvs39.9
3299 2004-07-31 [colin] 0.9.12cvs39.8
3302 Fix an alertpanel type
3304 2004-07-30 [colin] 0.9.12cvs39.7
3307 Fix alertpanel_error_log's icon
3309 2004-07-30 [colin] 0.9.12cvs39.6
3312 Two of them should still be warnings
3314 2004-07-30 [colin] 0.9.12cvs39.5
3317 More warning -> error
3318 2004-07-29 [colin] 0.9.12cvs39.4
3323 2004-07-29 [colin] 0.9.12cvs39.3
3325 * src/prefs_matcher.c
3328 2004-07-29 [colin] 0.9.12cvs39.2
3331 More nice-looking alertpanels
3333 2004-07-29 [colin] 0.9.12cvs39.1
3337 (inform user when partial mail is deleted on server)
3339 2004-07-29 [colin] 0.9.12cvs38.1
3344 2004-07-28 [paul] 0.9.12cvs37.7
3347 complete the replacement of deprecated gtk_progress_*
3349 2004-07-28 [paul] 0.9.12cvs37.6
3354 * src/send_message.c
3355 * src/gtk/progressdialog.c
3356 * src/gtk/progressdialog.h
3357 replace deprecated gtk_progress_*
3359 2004-07-28 [paul] 0.9.12cvs37.5
3362 remove gtk_window_set_wmclass()
3363 2004-07-28 [paul] 0.9.12cvs37.4
3370 * src/sourcewindow.c
3371 * src/gtk/logwindow.c
3372 remove gtk_window_set_wmclass()
3374 * src/prefs_filtering.c
3375 * src/prefs_filtering_action.c
3378 * src/prefs_matcher.c
3380 * src/gtk/prefswindow.c
3381 replace gtk_window_position()
3383 2004-07-28 [colin] 0.9.12cvs37.3
3387 Add a way to specify panel type for specific
3388 panels (alertpanel())
3397 * src/gtk/sslcertwindow.c
3398 Fix alertpanel()s so that their icon match
3401 2004-07-28 [paul] 0.9.12cvs37.2
3410 * src/grouplistdialog.c
3413 * src/message_search.c
3416 * src/prefs_actions.c
3417 * src/prefs_common.c
3418 * src/prefs_customheader.c
3419 * src/prefs_display_header.c
3420 * src/prefs_filtering.c
3421 * src/prefs_filtering_action.c
3423 * src/prefs_matcher.c
3424 * src/prefs_msg_colors.c
3425 * src/prefs_summary_column.c
3426 * src/prefs_template.c
3427 * src/sourcewindow.c
3429 * src/summary_search.c
3430 * src/gtk/colorsel.c
3431 * src/gtk/description_window.c
3432 * src/gtk/gtkaspell.c
3433 * src/gtk/inputdialog.c
3434 * src/gtk/logwindow.c
3435 * src/gtk/prefswindow.c
3436 * src/gtk/progressdialog.c
3437 replace deprecated gtk_window_set_policy
3439 2004-07-27 [colin] 0.9.12cvs37.1
3442 More fixes (synced for head again)
3444 2004-07-27 [colin] 0.9.12cvs35.3
3449 2004-07-27 [colin] 0.9.12cvs35.2
3452 Fix width a bit (by Paul)
3455 Specialize icons, make alertpanel_message()
3457 * src/message_search.c
3459 * src/summary_search.c
3460 Suit alertpanel changes
3462 2004-07-27 [colin] 0.9.12cvs35.1
3467 Add debug output - maybe someone will
3468 want to look at the problem with Grab
3470 Bump version as we're synced with HEAD
3472 2004-07-26 [colin] 0.9.12cvs33.26
3475 Fix uidl-file parsing when not in new
3478 2004-07-26 [colin] 0.9.12cvs33.25
3481 Move popup menu up if necessary (fixes
3484 Set account selector's button height to
3487 2004-07-26 [colin] 0.9.12cvs33.24
3490 Maybe fix 551 (Truncated font in alert window)
3492 2004-07-26 [colin] 0.9.12cvs33.23
3504 Sync po files with HEAD
3506 2004-07-26 [paul] 0.9.12cvs33.22
3509 fix Bug 556 'Organisation-header is sent even if empty'
3511 2004-07-24 [colin] 0.9.12cvs33.21
3514 * src/gtk/gtkaspell.c
3515 * src/gtk/gtkaspell.h
3516 Fix speller accelerators (require hack)
3518 2004-07-24 [colin] 0.9.12cvs33.20
3520 * src/gtk/gtkaspell.c
3521 Fix over-eager code deletion breaking
3524 2004-07-24 [colin] 0.9.12cvs33.19
3531 (Fixes 546 LDAP completely broken)
3533 2004-07-24 [colin] 0.9.12cvs33.18
3535 * src/prefs_msg_colors.c
3536 Fix prototype mismatch
3537 (Fixes 547 void function cannot return value)
3539 2004-07-24 [colin] 0.9.12cvs33.17
3542 Fix sort going back to previous sort key
3543 when changing sort direction
3545 2004-07-24 [colin] 0.9.12cvs33.16
3548 Fix space insertion when re-wrapping at
3551 2004-07-24 [colin] 0.9.12cvs33.15
3553 * src/gtk/gtkaspell.c
3554 Don't change cursor position in insert-text
3556 (Fixes 539 Word wrapping on input transposes letters)
3558 2004-07-24 [colin] 0.9.12cvs33.14
3560 * src/gtk/gtkaspell.c
3561 Reencode non-ascii chars to dictionary's
3563 (Fixes 544 Spell check broken non english locale)
3565 2004-07-24 [colin] 0.9.12cvs33.13
3568 Fix Shift+Down, add Home/End/PgUp/PgDown
3570 2004-07-21 [colin] 0.9.12cvs33.12
3572 * src/prefs_common.c
3573 Fix a gtk warning (Patch by Andrej Kacian)
3575 2004-07-21 [colin] 0.9.12cvs33.11
3580 2004-07-21 [colin] 0.9.12cvs33.10
3588 * src/prefs_spelling.c
3589 * src/prefs_themes.c
3593 * src/gtk/pluginwindow.c
3594 Untwist open/save mode guessing logic, make
3597 2004-07-20 [colin] 0.9.12cvs33.9
3600 conv_encode_header: src_charset is UTF-8 on
3603 Remove double encoding of the headers
3605 2004-07-20 [colin] 0.9.12cvs33.8
3610 2004-07-20 [colin] 0.9.12cvs33.7
3613 Set the separated messageview to the saved
3614 size of Claws' messageview (Patch by Alfons)
3615 Fix a callback prototype (me)
3617 2004-07-20 [colin] 0.9.12cvs33.6
3620 Forgot one hunk in 0.9.12cvs33.4
3622 2004-07-19 [colin] 0.9.12cvs33.5
3628 2004-07-19 [colin] 0.9.12cvs33.4
3631 Fix outgoing charset bug in headers
3633 Clean for glib2 - Patch by Alfons
3635 2004-07-19 [colin] 0.9.12cvs33.3
3638 Remove grip from the statusbar
3641 2004-07-19 [colin] 0.9.12cvs33.2
3645 Fix messageview remembering the previous
3646 scroll position when loading a new message
3649 2004-07-19 [colin] 0.9.12cvs33.1
3656 2004-07-18 [colin] 0.9.12cvs32.7
3659 Remove useless check for XIM - noticed
3662 2004-07-18 [colin] 0.9.12cvs32.6
3665 Remove non-modified and shift-modified
3666 accelerators in summaryview's popup
3667 menu, as that doesn't get catched by
3668 the accel-activate signal catcher...
3670 2004-07-18 [colin] 0.9.12cvs32.5
3672 * src/prefs_common.c
3673 Define sensible default prefs for
3676 2004-07-18 [colin] 0.9.12cvs32.4
3679 * src/prefs_common.c
3680 * src/prefs_common.h
3681 * src/prefs_wrapping.c
3682 Remove Smart Wrapping pref, which does
3683 nothing on gtk2 branch
3685 2004-07-18 [colin] 0.9.12cvs32.3
3687 * src/sourcewindow.c
3690 2004-07-18 [colin] 0.9.12cvs32.2
3693 Save attachment status when drafting
3695 2004-07-18 [colin] 0.9.12cvs32.1
3698 Fix erratic folder selection in open mode
3700 2004-07-18 [colin] 0.9.12cvs31.11
3703 Don't let partial messages get deleted
3704 even with "dowload all"
3705 (0.9.12cvs31.8 fix extension)
3706 2004-07-18 [colin] 0.9.12cvs31.10
3708 * src/gtk/logwindow.c
3711 2004-07-18 [colin] 0.9.12cvs31.9
3713 * src/common/utils.c
3714 Fix non-utf8 strings coming from commands
3717 2004-07-18 [colin] 0.9.12cvs31.8
3720 Fix partial download bug with Download all
3723 2004-07-18 [colin] 0.9.12cvs31.7
3726 Fix bug introduced in 0.9.12cvs31.2
3727 (blocked in select mode after double click)
3729 2004-07-18 [colin] 0.9.12cvs31.6
3733 More glib-warning fixes
3735 2004-07-18 [colin] 0.9.12cvs31.5
3738 Fix trashing the primary clipboard when moving
3740 (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
3742 2004-07-18 [colin] 0.9.12cvs31.4
3745 convert unencoded iso headers to utf8
3746 (Fix Bug 538 Unencoded local characters in subject make it
3749 2004-07-18 [colin] 0.9.12cvs31.3
3752 Fix tab char handling in wrapping
3753 (Fix Bug 537 Line wrap problem - TAB character treated as
3754 one character instead of 8)
3756 2004-07-18 [colin] 0.9.12cvs31.2
3759 return FALSE on GDK_MOTION_NOTIFY
3760 (Fix Bug 535 Hyperlinks/addresses are not selectable
3761 (unable to highlight))
3763 2004-07-18 [colin] 0.9.12cvs31.1
3766 Sync with 0.9.12cvs31
3768 2004-07-18 [colin] 0.9.12cvs30.4
3771 Also block text_inserted when inserting a file
3773 2004-07-18 [colin] 0.9.12cvs30.3
3776 Fix smart wrapping (block text_inserted handler
3777 while putting quotation to avoid wrap on input,
3778 don't join lines if next is sig separator)
3780 2004-07-17 [colin] 0.9.12cvs30.2
3786 * src/gtk/quicksearch.c
3787 * src/gtk/quicksearch.h
3788 Block key events handlers *and* accels while
3789 quicksearch is focused
3790 (Fixes Bug 534 quick-search bar not accepting certain letters)
3792 2004-07-17 [colin] 0.9.12cvs30.1
3797 Sync with 0.9.12cvs30
3799 2004-07-17 [colin] 0.9.12cvs28.2
3805 Squash some compile and glib warnings
3807 2004-07-17 [paul] 0.9.12cvs28.1
3810 sync with 0.9.12cvs28 HEAD
3812 2004-07-16 [paul] 0.9.12cvs26.1
3814 * src/gtk/quicksearch.c
3818 * src/customheader.c
3819 * src/folder_item_prefs.c
3828 * src/prefs_account.c
3829 * src/prefs_account.h
3830 * src/prefs_common.c
3831 * src/prefs_common.h
3832 * src/prefs_display_header.c
3837 sync with 0.9.12cvs26 HEAD
3839 2004-07-15 [colin] 0.9.12cvs18.14
3842 Disable GPG signature check during
3843 folder move and scan
3844 (Closes Bug 521 Signature checking slows down Folder-Move)
3846 2004-07-14 [colin] 0.9.12cvs18.13
3848 * src/common/partial_download.c
3851 2004-07-14 [colin] 0.9.12cvs18.12
3853 * src/common/partial_download.c
3854 * src/common/partial_download.h
3855 Move doc at top, add correct copyright
3857 2004-07-14 [colin] 0.9.12cvs18.11
3865 * src/common/Makefile.am
3866 * src/common/partial_download.c ** NEW FILES **
3867 * src/common/partial_download.h ** NEW FILES **
3868 Move partial-download related stuff to its
3871 2004-07-14 [colin] 0.9.12cvs18.10
3873 * src/send_message.c
3874 Fix smtp auth when user is null or empty
3876 2004-07-13 [colin] 0.9.12cvs18.9
3878 * src/gtk/quicksearch.c
3879 Use alphabetic order
3881 2004-07-13 [colin] 0.9.12cvs18.8
3884 Be paranoid on the checks
3886 2004-07-13 [colin] 0.9.12cvs18.7
3888 * src/gtk/quicksearch.c
3889 Fix Engrish once again
3891 2004-07-13 [colin] 0.9.12cvs18.6
3895 Mark messages for deletion when they are about to
3896 be removed from trash
3898 2004-07-13 [colin] 0.9.12cvs18.5
3902 * src/matcher_parser_parse.y
3903 * src/prefs_matcher.c
3904 * src/gtk/quicksearch.c
3905 Add 'partial' ('p') match string to find partially
3908 2004-07-13 [colin] 0.9.12cvs18.4
3913 2004-07-13 [colin] 0.9.12cvs18.3
3918 Refactor API (to avoid passing 5+ params and code
3924 Add planned_download to cache
3925 Don't mess uidl file when moving partially downloaded
3926 mails (they change folder, we should change it in the
3927 uidl list too or we'll remove an incorrect message)
3928 (this also helps removing hacks when changing
3929 planned_download in messageview.c)
3931 2004-07-12 [colin] 0.9.12cvs18.2
3933 * src/gtk/quicksearch.c
3934 Fix missing status update in quicksearch
3936 2004-07-12 [paul] 0.9.12cvs18.1
3945 * src/prefs_common.c
3948 * src/prefs_msg_colors.[ch] ** NEW FILES **
3949 * src/prefs_wrapping.[ch] ** NEW FILES **
3951 * src/common/utils.[ch]
3952 * src/gtk/quicksearch.[ch]
3953 sync with 0.9.12cvs18 HEAD
3955 2004-07-12 [colin] 0.9.11cvs17.25
3959 Remove unused function added by me in 0.9.11cvs17.10
3961 2004-07-11 [colin] 0.9.11cvs17.24
3967 Use folderitem and msgnum instead of filename to
3968 know which mail to delete
3969 Move old partial mail deletion to pop.c
3971 2004-07-10 [colin] 0.9.11cvs17.23
3977 Don't re-use same enums for unrelated stuff: it's
3978 completely misleading !
3981 2004-07-09 [colin] 0.9.11cvs17.22
3984 Remove folder-type check and do
3985 more tests to be sure everything's
3988 Punctuation update, remove useless
3989 code, fix two warnings
3991 Layout cleaning, reset 2nd button
3994 2004-07-09 [colin] 0.9.11cvs17.21
3999 Allow user to change his mind
4000 and postpone decision (by
4003 2004-07-09 [colin] 0.9.11cvs17.20
4006 Fix bug with delete state
4009 Fix buffer leak (fread doesn't
4010 terminate buffers with \0)
4011 Refactoring (remove magic
4014 2004-07-09 [colin] 0.9.11cvs17.19
4017 Don't log "Skipping message" if
4018 we're going to TOP it two lines
4021 2004-07-09 [colin] 0.9.11cvs17.18
4026 2004-07-09 [colin] 0.9.11cvs17.17
4033 2004-07-08 [colin] 0.9.11cvs17.16
4037 Add an optional second button
4041 Don't delete partially received mails after a certain
4042 time; rather, let the user decide.
4044 2004-07-08 [colin] 0.9.11cvs17.15
4049 2004-07-08 [colin] 0.9.11cvs17.14
4053 Use to_human_readable() for sizes
4055 2004-07-08 [colin] 0.9.11cvs17.13
4062 Fix partial-downloading issues:
4063 catch unsupported TOP
4064 don't delete partially downloaded mails before 5 days
4065 don't update existing with non-MH folders; that'll
4066 make dups, but it's better than trashing the folder
4067 free new msginfo parts
4070 2004-07-08 [colin] 0.9.11cvs17.12
4074 Sync smtp size verification with HEAD
4076 2004-07-08 [colin] 0.9.11cvs17.11
4079 * src/prefs_common.c
4080 * src/prefs_common.h
4081 * src/gtk/quicksearch.c
4082 * src/gtk/quicksearch.h
4083 Sync sticky pref with HEAD
4085 2004-07-08 [colin] 0.9.11cvs17.10
4087 * src/folder.c [1.213.2.6]
4088 * src/folder.h [1.87.2.6]
4089 * src/inc.c [1.149.2.7]
4090 * src/messageview.c [1.94.2.8]
4091 * src/procheader.c [1.47.2.6]
4092 * src/procmsg.c [1.150.2.4]
4093 * src/procmsg.h [1.60.2.5]
4094 * src/pop.c [1.56.2.4]
4095 * src/pop.h [1.17.2.3]
4096 Let too big messages get downloaded, but truncated
4097 Add a button to download them completely
4099 2004-07-06 [colin] 0.9.11cvs17.9
4101 * src/gtk/quicksearch.c [1.1.2.3]
4105 Add a script to help with cvs
4107 2004-07-03 [colin] 0.9.11cvs17.8
4109 * src/plugins/imageviewer/viewer.c
4110 fix imageviewer (which was staying on the first
4113 2004-07-03 [colin] 0.9.11cvs17.7
4115 Removed FIXME_GTK2 warnings
4116 * src/gtk/gtkutils.c
4119 useless #warnings (no need to mess with menu rc)
4124 2004-07-03 [colin] 0.9.11cvs17.6
4126 Removed FIXME_GTK2 warnings
4128 useless #warnings (rewrite needed)
4130 useless #warnings (rewrite needed)
4131 useless #warnings (gtk2 is like that)
4132 useless #warnings (previously fixed)
4134 useless #warnings (previously fixed)
4135 * src/message_search.c
4136 useless #warnings (gtk2 is like that)
4137 Made apparent that search is case-sensitive
4139 useless #warnings (rewrite needed)
4140 useless #warnings (gtk2 is like that)
4141 reimplemented real warnings
4142 * src/prefs_common.c
4143 Removed block cursor option (not it gtk2)
4145 useless #warnings (rewrite needed)
4147 useless #warnings (rewrite needed)
4148 * src/sourcewindow.c
4149 useless #warnings (incorrect placing)
4150 * src/summary_search.c
4151 useless #warnings (gtk2 is like that)
4152 Made apparent that search is case-sensitive
4154 useless #warnings (gtk2 is like that)
4156 useless #warnings (rewrite needed)
4158 useless #warnings (rewrite needed)
4160 2004-07-03 [colin] 0.9.11cvs17.5
4163 Fix mismerge which broke URI opening
4165 2004-07-01 [colin] 0.9.11cvs17.4
4168 Fill filename when saving
4170 2004-06-27 [colin] 0.9.11cvs17.3
4172 * src/gtk/filesel.[ch]
4173 Use the new GTK file selector
4174 Update prototype to match the reality: multiple file
4175 selection is open-only
4177 Match the new prototypes
4179 Match the new requirements (gtk 2.4.0)
4181 2004-06-26 [colin] 0.9.11cvs17.2
4183 * src/plugins/trayicon/trayicon.c
4184 Remove useless signal handler on resize, which causes
4187 2004-06-26 [colin] 0.9.11cvs17.1
4190 remove launch_firebird and add nautilus2sylpheed.sh
4193 Fix show/hide "Extended symbols" button problem
4194 Fix apparition at startup
4196 * src/plugins/image_viewer/Makefile.am
4199 Re-enable certificate check, as it doesn't seem to
4200 cause Xlib errors anymore
4202 2004-06-25 [paul] 0.9.11cvs17
4204 * sync with 0.9.11cvs17 HEAD
4206 NOTE: QuickSearch is broken
4208 2004-06-07 [colin] 0.9.10claws67.10
4209 * src/plugins/trayicon/trayicon.c
4210 src/plugins/trayicon/libeggtrayicon/Makefile.am
4211 src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4212 Fix gettextization in trayicon plugin
4214 2004-06-07 [colin] 0.9.10claws67.9
4217 src/gtk/gtksctree.[ch]
4218 Let Shift+{Up,Down} work in summaryview
4219 (well, Down "works" and Up works)
4220 Let the list scroll when using these keys
4222 2004-06-06 [colin] 0.9.10claws67.8
4224 * src/plugins/trayicon/trayicon.c
4227 2004-06-06 [colin] 0.9.10claws67.7
4230 Fix signal handling causing system-wide focus grab
4232 2004-05-25 [paul] 0.9.10claws67.6
4238 2004-05-25 [paul] 0.9.10claws67.5
4240 * replace deprecated gtk_signal... functions
4242 2004-05-23 [colin] 0.9.10claws67.4
4247 2004-05-22 [colin] 0.9.10claws67.3
4250 Re-fix [Edited] in compose.c::compose_reedit()
4252 2004-05-22 [colin] 0.9.10claws67.2
4255 Fix parsing of multiparts mails
4257 2004-05-22 [colin] 0.9.10claws67.1
4262 2004-05-22 [paul] 0.9.10claws67
4264 * sync with 0.9.10claws67 HEAD
4269 add forgotton prototype
4271 2004-05-10 [paul] 0.9.10claws57
4273 * sync with 0.9.10claws57 HEAD
4275 2004-05-05 [paul] 0.9.9.claws1
4277 * ChangeLog-gtk2 ** REMOVED **
4278 ChangeLog-gtk2.claws ** ADDED **
4279 rename and adopt the normal claws format
4282 require gtkmathview >= 0.5
4284 * ac/* ** REMOVED **
4286 intl/Makefile.in ** REMOVED **
4288 m4/missing ** ADDED **
4289 m4/missing/gdk-pixbuf.m4 ** ADDED **
4290 m4/missing/gettext.m4 ** ADDED **
4291 m4/missing/gpgme.m4 ** ADDED **
4292 m4/missing/imlib.m4 ** ADDED **
4293 m4/.cvsignore ** ADDED **
4294 m4/Makefile.am ** ADDED **
4295 m4/README ** ADDED **
4296 m4/aclocal-include.m4 ** ADDED **
4297 m4/aspell.m4 ** ADDED **
4298 m4/check-type.m4 ** ADDED **
4299 m4/gnupg-check-typedef.m4 ** ADDED **
4300 m4/openssl.m4 ** ADDED **
4301 m4/spamassassin.m4 ** ADDED **
4302 po/ChangeLog ** REMOVED **
4303 po/Makefile.in.in ** REMOVED **
4304 po/Rules-quot ** REMOVED **
4305 po/boldquot.sed ** REMOVED **
4306 po/en@boldquot.header ** REMOVED **
4307 po/en@quot.header ** REMOVED **
4308 po/insert-header.sin ** REMOVED **
4309 po/quot.sed ** REMOVED **
4310 po/remove-potcdate.sed ** REMOVED **
4311 po/remove-potcdate.sin ** REMOVED **
4312 po/stamp-po ** REMOVED **
4316 enable building with automake 1.8.x
4317 add 'autopoint --force' to autogen.sh and remove all
4318 auto-generated files, remove ac/ directory and use
4319 m4/ directory instead
4321 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4324 2004-02-28 Colin Leroy <colin@colino.net>
4325 * src/prefs_matcher.c
4326 src/prefs_filtering.c
4327 src/prefs_filtering_action.c
4328 Fix non-editable GtkEntries
4330 2004-02-22 Thorsten Maerz <torte@netztorte.de>
4331 * src/prefs_themes.c
4332 utf8 conversion for theme info
4334 2004-02-21 Thorsten Maerz <torte@netztorte.de>
4337 2004-02-14 Thorsten Maerz <torte@netztorte.de>
4338 * src/grouplistdialog.c
4339 allow multiple selections without ctrl key
4341 2004-02-09 Thorsten Maerz <torte@netztorte.de>
4343 enable customizable accelerators
4345 2004-02-08 Thorsten Maerz <torte@netztorte.de>
4346 * src/prefs_common.c
4347 re-enable different font settings for gtk1/2
4348 * src/prefs_folder_item.c
4349 fix folder prefs displayed wrong
4351 set 'sunken' shadow type
4353 2004-02-07 Colin Leroy <colin@colino.net>
4355 Fix message being always [Edited]
4356 Encode headers correctly (utf8 buf)
4358 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4360 remove double g_source_attach()
4361 (Thanks to Colin Leroy)
4363 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4364 * src/gtk/gtksctree.c
4365 Fix SSL certificate list not shown
4367 Fix clicks in mime tree
4369 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4370 * src/common/socket.c
4373 Fix clipboard menu hotkeys
4375 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4376 * src/gtk/gtkaspell.[ch]
4378 reimplement spellchecker
4380 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4382 crash when inserting file in compose window
4383 (TODO: keep old selection on clicks)
4385 use gtkrc-2.0 instead of gtkrc
4387 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4389 remove orphaned mimeview unref()
4391 2004-01-20 Thorsten Maerz <torte@netztorte.de>
4392 * src/grouplistdialog.c
4393 expand nodes containing subscribed groups
4395 2004-01-19 Thorsten Maerz <torte@netztorte.de>
4397 textview: hide cursor, restore old click behaviour
4399 2004-01-18 Thorsten Maerz <torte@netztorte.de>
4401 variable names messed up
4403 2004-01-17 Colin Leroy <colin@colino.net>
4405 Fix completion address too thin
4407 Fix tab-to-subject behaviour
4409 Implement key up & down in summaryview
4411 2004-01-12 Thorsten Maerz <torte@netztorte.de>
4415 2004-01-08 Thorsten Maerz <torte@netztorte.de>
4420 faq, man, manual moved to doc/
4423 ac/gnupg-check-typedef.m4
4426 ac/missing/gdk-pixbuf.m4
4429 fix automake warnings
4431 2003-12-06 Colin Leroy <colin@colino.net>
4435 2003-12-05 Colin Leroy <colin@colino.net>
4437 Fix going to next unread folder
4439 2003-12-05 Colin Leroy <colin@colino.net>
4441 Fix gtk2 compilation
4443 Remove iotag source handler at disconnection
4445 Remove source handler when closing socket
4448 2003-12-04 Colin Leroy <colin@colino.net>
4452 Fix some dropdown menus
4454 2003-12-04 Colin Leroy <colin@colino.net>
4456 Fix event handlers on header fields
4457 * src/common/socket.c
4458 src/common/session.c
4459 Fix segfault with callback (SSL)
4462 2003-10-06 Thorsten Maerz <torte@netztorte.de>
4464 * Fix compile bug in src/compose.c
4465 * removed src/gtk/gtkstext.[ch]
4467 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
4469 * Convert character set and escape "text" attributes in toolbar setting
4471 * Fixed bug in button-press-event handling.
4473 2003-09-16 Thorsten Maerz <torte@netztorte.de>
4475 * Fixed bug in key-press-event handling.
4477 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
4479 * Enabled to compile tray-icon plugin (Ad-hoc).
4480 * Avoid hang up bug of icon list in mime view (Ad-hoc).