1 2005-04-19 [paul] 1.9.6cvs42
6 catch_output(): correctly select the insert text
7 (fix invalid iterator warnings).
13 support GBK encoding. Fallback to GBK if "X-GBK"
14 is passed (thanks to SuperMMX)
15 * src/common/session.c
16 * src/common/session.h
17 use separate buffer for large data to be sent,
18 and don't duplicate it (reduces memory usage) (thanks to Dirk).
20 2005-04-18 [paul] 1.9.6cvs41
23 convert unsigned long into guint32
24 patch by Paul LeoNerd Evans
26 2005-04-17 [colin] 1.9.6cvs40
29 Fix 'Request return receipt' from folder
32 2005-04-17 [colin] 1.9.6cvs39
35 Fix duplicate hotkeys in Mainwindow's menu
37 2005-04-17 [colin] 1.9.6cvs38
40 Fix duplicate hotkeys in Folderview's contextual
43 2005-04-15 [colin] 1.9.6cvs37
46 Fix 'Save as...' with non-ascii filenames
48 2005-04-15 [colin] 1.9.6cvs36
50 * src/plugins/pgpmime/pgpmime.c
51 Fix bus error on 64bit. Spotted by
52 macallan1888@gmail.com
54 2005-04-15 [colin] 1.9.6cvs35
59 2005-04-12 [colin] 1.9.6cvs34
62 Fix smtp auth type off-by-one. We forgot to
63 add PLAIN in the prefs-to-gui setter func and
64 as a result, the selected auth when opening
65 account prefs was not the correct one.
67 2005-04-12 [paul] 1.9.6cvs33
70 if the recv dialog is visible, Cancel only
71 cancels the current account
74 2005-04-10 [colin] 1.9.6cvs32
77 Copy score when copying FilteringActions
80 2005-04-10 [colin] 1.9.6cvs31
83 Make Message -> Receive -> Cancel cancel
84 incorporation on all accounts. Fixes
87 2005-04-10 [colin] 1.9.6cvs30
90 Update Privacy checkbuttons status based
91 on the selected privacy system
93 Always connect the "None" privacy system; the
94 static boolean was probably there to avoid
95 reconnecting twice in the same compose window,
96 but as the parent function is only called once
97 per compose, it's only a bug - as a static is
98 initialized once per application instance.
99 Also, don't uncheck Sign and Encrypt when
100 selecting None as privacy system; just ignore
101 them when sending/queuing.
104 2005-04-08 [colin] 1.9.6cvs29
107 * src/prefs_account.c
108 * src/prefs_account.h
109 Add account preference to queue message in a certain
112 2005-04-06 [colin] 1.9.6cvs28
114 * src/prefs_account.c
115 Update old inbox path syntax
117 2005-04-06 [paul] 1.9.6cvs27
122 changed -traditional-cpp to -no-cpp-precomp for newer
125 made column resize automatically
127 send_message_smtp(): consider EOF right after QUIT
128 successful (workaround for Gmail SMTP server)
129 * src/common/socket.c
130 ssl_read(), ssl_peek(): check EOF which violates the
132 * src/gtk/colorlabel.c
133 removed warnings when displaying colorlabel menu
134 (don't use GtkAlignment)
136 2005-04-05 [paul] 1.9.6cvs26
138 * src/plugins/trayicon/trayicon.c
139 fix clipping of icon under KDE3
141 2005-04-05 [paul] 1.9.6cvs25
144 hide display of threading
147 2005-04-04 [thorsten] 1.9.6cvs24
150 marks lost on filesystems with different stat() results on
153 2005-04-03 [colin] 1.9.6cvs23
156 Don't handle up/down. Patch by Alfons
158 2005-04-02 [colin] 1.9.6cvs22
161 Make scrolling faster. Patch by Alfons.
163 2005-04-01 [colin] 1.9.6cvs21
167 * src/pixmaps/dir-noselect.xpm ** REMOVED **
168 * src/pixmaps/dir_noselect.xpm ** ADDED **
169 Fix pixmap name mismatch (Thanks Stephan Sachse)
171 2005-04-01 [colin] 1.9.6cvs20
179 Implement inline image resizing and right-clicking
181 2005-04-01 [paul] 1.9.6cvs19
187 patch by Luca Cavalli <loopback<AT>slackit.org>
189 updated by Pavlo Bohmat
191 2005-03-31 [colin] 1.9.6cvs18
194 Fix parsing references
196 don't put nulls in the references list
198 commit that forgotten file in 1.9.6cvs14
200 2005-03-31 [colin] 1.9.6cvs17
203 Fix joining of signature separator again.
204 Maybe Hiro could put it in main too...
206 2005-03-31 [colin] 1.9.6cvs16
212 * src/pixmaps/dir-noselect.xpm
213 Update foldersel.c (sync from main, patch by Alfons)
215 2005-03-30 [colin] 1.9.6cvs15
218 Fix handling of imap folders containing [] in
219 their name. Thanks to Nahuel Angelinetti for
220 the detailed bugreport.
222 2005-03-30 [colin] 1.9.6cvs14
232 * src/quote_fmt_parse.y
234 Update references system. Patch by Alfons
236 2005-03-30 [colin] 1.9.6cvs13
238 * src/common/socket.c
239 Force the glibc to read resolv.conf again when
240 it has changed. Should fix issues when changing
241 networks on a laptop and not restarting sylpheed.
243 2005-03-30 [paul] 1.9.6cvs12
245 partial sync with main:
248 create_io_dialog(): use user-defined text font
249 (thanks to Alfons), and modified its appearance.
255 don't join (presumably) itemized lines on line-wrapping
256 fixed wrapping of quote when auto-wrapping is enabled
257 compose_destroy(): destroy paned only if it's not
258 attached to window. Fixed memory leak of popup menu.
268 removed redundant code
270 changed 'Code set' (which is rather incorrect)
271 in the menu to 'Character encoding'
272 main_window_set_widgets(): request size first
273 to prevent window size becoming wrong
274 fixed remembering of the state of the visibility
277 changed 'Code set' (which is rather incorrect)
278 in the menu to 'Character encoding'
281 added an option whether to render HTML as text or not
282 added separators to outgoing encoding menu
284 procheader_scan_date_string(): support header
285 like: "[Tue,] 01 Feb 2005 09:57[:00]"
290 textview_show_html(): force output of newline
291 added an option whether to render HTML as text or not
293 strncpy2(): optimized based on Alfons' code
296 removed non-used code
297 * src/plugins/pgpmime/passphrase.c
298 partially fixed grab input of passphrase dialog
299 Confine pointer to window
301 2005-03-30 [colin] 1.9.6cvs11
305 Read/write 32bit ints from cache & marks
308 2005-03-29 [paul] 1.9.6cvs10
313 * src/gtk/gtkaspell.c
314 sync with HEAD (don't pass NULL pointers)
320 * tools/acroread2sylpheed.pl
321 sync with HEAD (add script to send pdfs as
322 attachments from Adobe Reader 7)
324 2005-03-21 [paul] 1.9.6cvs9
330 * src/image_viewer.c ** ADDED **
331 * src/image_viewer.h ** ADDED **
335 * src/prefs_image_viewer.c ** ADDED **
336 * src/prefs_image_viewer.h ** ADDED **
339 * src/pixmaps/sylpheed_logo.xpm
340 * src/plugins/Makefile.am
341 * src/plugins/image_viewer/.cvsignore ** REMOVED **
342 * src/plugins/image_viewer/Makefile.am ** REMOVED **
343 * src/plugins/image_viewer/plugin.c ** REMOVED **
344 * src/plugins/image_viewer/viewer.c ** REMOVED **
345 * src/plugins/image_viewer/viewer.glade ** REMOVED **
346 * src/plugins/image_viewer/viewer.h ** REMOVED **
347 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
348 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
349 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
350 as gdk-pixbuf is now built-in
351 remove image_viewer plugin and put code back into
353 implement inline image display (sync with main)
355 replace logo with newer, nicer, larger version
357 2005-03-21 [paul] 1.9.6cvs8
362 2005-03-21 [holger] 1.9.6cvs7
364 * src/plugins/spamassassin/spamassassin.c
366 (unregister hook on failed plugin init)
368 2005-03-20 [colin] 1.9.6cvs6
370 * src/common/plugin.c
371 Check that plugin isn't already loaded
374 2005-03-20 [thorsten] 1.9.6cvs5
377 use a more compatible syntax
379 2005-03-20 [thorsten] 1.9.6cvs4
381 * src/prefs_toolbar.c
382 fix crash when selecting toolbar item (uninitialized pointer)
384 2005-03-20 [thorsten] 1.9.6cvs3
387 fix mimetype detection (referenced free()d string)
389 2005-03-20 [paul] 1.9.6cvs2
392 sync with HEAD (1.0.3cvs5)
393 neglect Reply-To header if empty
396 2005-03-19 [holger] 1.9.6cvs1
402 2005-03-18 [paul] 1.9.6
406 2005-03-18 [paul] 1.0.3cvs3.1
412 * src/pixmaps/sylpheed_logo.xpm
415 2005-03-18 [colin] 1.0.3cvs2.6
418 Remove call to summary_step in summary_copy_selected_to
419 Can't see its purpose, and this causes bug when copying
420 a message if the next one is unread: it reads it.
422 2005-03-18 [paul] 1.0.3cvs2.5
425 fix bug 694 'Enter doesn't trigger OK in "Move" window'
427 2005-03-18 [paul] 1.0.3cvs2.4
438 fix buffer overflow, CAN-2005-0667, see
439 http://secunia.com/advisories/14491/
442 2005-03-17 [colin] 1.0.3cvs2.3
446 Fix font bugs (both lists now officialy share
450 2005-03-17 [paul] 1.0.3cvs2.2
452 * src/gtk/pluginwindow.c
453 make plugin descriptions uneditable
455 2005-03-11 [paul] 1.0.3cvs2.1
460 * src/plugins/trayicon/trayicon.c
462 add src/wizard.c to POTFILES.in
464 2005-03-11 [paul] 1.0.3cvs1.1
480 2005-03-04 [colin] 1.0.1cvs22.2
483 Fix signatures with accentued chars in it
485 2005-03-04 [colin] 1.0.1cvs22.1
489 Don't use SIZE param in MAIL FROM: if server
490 doesn't support it. Patch by Eugen Freiter
491 <eugen_f@users.sf.net>
493 2005-02-27 [paul] 1.0.1cvs20.1
500 2005-02-27 [colin] 1.0.1cvs19.4
504 Fix prototypes. Patch by Alfons
506 2005-02-27 [colin] 1.0.1cvs19.3
509 Don't auto-join the signature separator.
511 2005-02-26 [colin] 1.0.1cvs19.2
514 Fix 'mark all read' with collapsed threads.
517 2005-02-25 [paul] 1.0.1cvs19.1
521 * src/prefs_account.c
522 * src/prefs_folder_item.c
523 * src/gtk/prefswindow.c
524 * src/gtk/prefswindow.h
527 2005-02-25 [paul] 1.0.1cvs15.12
535 * src/gtk/logwindow.c
536 * src/gtk/progressdialog.c
537 sync with main (revision 127)
538 and fix logwindow clipping
540 2005-02-24 [colin] 1.0.1cvs15.11
542 * src/plugins/pgpmime/passphrase.c
543 Disable input grabbing; it doesn't work yet.
545 2005-02-24 [colin] 1.0.1cvs15.10
548 Don't send out receipts if offline. Ask.
550 2005-02-23 [colin] 1.0.1cvs15.9
555 2005-02-23 [colin] 1.0.1cvs15.8
558 Really fix Bug 568 by removing useless
559 calls. summary_thread_init() now called
560 in summary_sort(). This should please
561 Alfons as it should be faster than
564 2005-02-23 [colin] 1.0.1cvs15.7
567 Encode parts as QP or B64 if signing
569 2005-02-23 [colin] 1.0.1cvs15.6
572 Fix Mimeinfo leakage (including tmp files)
574 Fix tmp file leakage (spotted by Ivan Rayner)
576 2005-02-22 [colin] 1.0.1cvs15.5
579 Fix keyboard input. Patch by Alfons.
581 2005-02-21 [colin] 1.0.1cvs15.4
584 Fix Sign/Encrypt when unselecting privacy
587 Change default message font to Monospace
589 More freezing during potentially large operations
591 2005-02-21 [paul] 1.0.1cvs15.3
596 2005-02-21 [paul] 1.0.1cvs15.2
604 sync with main (revision 117)
606 2005-02-20 [colin] 1.0.1cvs15.1
609 Change cache file to .sylpheed_claws_cache, as
610 suggested by Alfons. Allows people to switch
611 between Sylpheed and Sylpheed-Claws. it is
612 a good idea to "Check for new messages" at next
616 2005-02-18 [colin] 1.0.1cvs14.1
618 * src/quote_fmt_lex.l
619 * src/quote_fmt_parse.y
620 Fix parser initialisation. Patch by Ivan.
622 2005-02-18 [colin] 1.0.1cvs11.6
625 Fix scrolldown (bug 662)
627 2005-02-17 [colin] 1.0.1cvs11.5
630 conv_filename_to_utf8: return clean 7bit instead
631 of broken utf8 if needed
633 Fix display of parts with unclean 8bit names
635 2005-02-17 [paul] 1.0.1cvs11.4
639 * src/matcher_parser_parse.y
642 * src/common/Makefile.am
643 * src/common/intl.h ** REMOVED **
644 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
645 sync with main (revision 109)
648 2005-02-16 [colin] 1.0.1cvs11.3
651 Fix collapsed thread not highlighting when new
652 messages in it (Bug 568) Patch by Stephan Sachse.
653 Fix messed up selection when reaching bounds (Bug 632)
655 Fix theme installing (Bug 684)
657 2005-02-16 [colin] 1.0.1cvs11.2
660 Fix messageview_select_all
662 2005-02-16 [colin] 1.0.1cvs11.1
665 Sync with HEAD (MH scan required function)
667 2005-02-15 [colin] 1.0.1cvs8.1
671 Sync with HEAD (filename chars substitution)
673 2005-02-15 [colin] 1.0.1cvs7.3
675 * src/gtk/pluginwindow.c
678 2005-02-15 [colin] 1.0.1cvs7.2
681 Fix mime icons not reset across message when
684 2005-02-15 [colin] 1.0.1cvs7.1
688 Sync with HEAD (optimisation of cvs6)
690 2005-02-14 [colin] 1.0.1cvs6.1
694 Sync with HEAD (encode "From " at line beginning)
696 2005-02-14 [colin] 1.0.1cvs5.3
699 Fix wrapping with accentued chars.
701 2005-02-13 [colin] 1.0.1cvs5.2
704 Fix email informative part parsing with
705 accentued chars in it. ispunct() returns
706 true for them in utf8...
708 2005-02-12 [colin] 1.0.1cvs5.1
711 Sync with HEAD (remove wrong use of compose after send)
713 2005-02-12 [paul] 1.0.1cvs4.5
716 remove unnecessary code (thanks to Alfons)
718 2005-02-12 [paul] 1.0.1cvs4.4
721 add 'Copy' to contextual menu on emails
723 2005-02-11 [colin] 1.0.1cvs4.3
726 revert 1.0.0cvs28.2, it doesn't work that well.
728 2005-02-11 [paul] 1.0.1cvs4.2
733 2005-02-10 [paul] 1.0.1cvs4.1
740 sync with HEAD (sync with main)
742 2005-02-10 [paul] 1.0.1cvs3.2
748 * config/mkinstalldirs
753 * intl/config.charset
768 * intl/libgnuintl.h.in
771 * intl/localcharset.c
772 * intl/localcharset.h
812 * src/editldap_basedn.c
820 * src/folder_item_prefs.c
823 * src/grouplistdialog.c
837 * src/message_search.c
846 * src/partial_download.c
848 * src/prefs_account.c
849 * src/prefs_actions.c
851 * src/prefs_customheader.c
852 * src/prefs_display_header.c
853 * src/prefs_ext_prog.c
854 * src/prefs_filtering.c
855 * src/prefs_filtering_action.c
856 * src/prefs_folder_item.c
859 * src/prefs_matcher.c
860 * src/prefs_msg_colors.c
861 * src/prefs_spelling.c
862 * src/prefs_summary_column.c
863 * src/prefs_template.c
865 * src/prefs_toolbar.c
866 * src/prefs_wrapping.c
878 * src/summary_search.c
884 * src/common/plugin.c
887 * src/common/ssl_certificate.c
888 * src/common/string_match.c
889 * src/common/sylpheed.c
890 * src/common/template.c
893 * src/gtk/colorlabel.c
894 * src/gtk/description_window.c
896 * src/gtk/foldersort.c
897 * src/gtk/gtkaspell.c
899 * src/gtk/inputdialog.c
900 * src/gtk/logwindow.c
902 * src/gtk/pluginwindow.c
903 * src/gtk/prefswindow.c
904 * src/gtk/progressdialog.c
905 * src/gtk/quicksearch.c
906 * src/gtk/sslcertwindow.c
907 * src/plugins/clamav/clamav_plugin.c
908 * src/plugins/clamav/clamav_plugin_gtk.c
909 * src/plugins/demo/demo.c
910 * src/plugins/dillo_viewer/dillo_prefs.c
911 * src/plugins/dillo_viewer/dillo_viewer.c
912 * src/plugins/image_viewer/plugin.c
913 * src/plugins/image_viewer/viewer.c
914 * src/plugins/image_viewer/viewerprefs.c
915 * src/plugins/mathml_viewer/mathml_viewer.c
916 * src/plugins/pgpmime/passphrase.c
917 * src/plugins/pgpmime/plugin.c
918 * src/plugins/pgpmime/prefs_gpg.c
919 * src/plugins/pgpmime/select-keys.c
920 * src/plugins/pgpmime/sgpgme.c
921 * src/plugins/spamassassin/spamassassin.c
922 * src/plugins/spamassassin/spamassassin_gtk.c
923 * src/plugins/trayicon/trayicon.c
924 sync with main (revision 104)
926 2005-02-10 [colin] 1.0.1cvs3.1
929 Sync with HEAD (fix occasional crasher)
931 2005-02-10 [colin] 1.0.1cvs2.1
934 Synw with HEAD (don't automatically display html)
936 2005-02-09 [colin] 1.0.1cvs1.3
940 Add contextual menu on emails
942 2005-02-09 [colin] 1.0.1cvs1.2
945 Fix converting from broken headers and
946 put back the _ in missing places
947 (feature broke with cvs24.2 sync, main
950 2005-02-09 [colin] 1.0.1cvs1.1
955 Sync with HEAD (display non text/plain mails with plugin)
957 2005-02-08 [colin] 1.0.1.1
963 Make default configuration directory
966 2005-02-08 [colin] 1.0.0cvs29.1
974 Sync translations with HEAD
976 2005-02-06 [colin] 1.0.0cvs28.3
979 Make compose a bit faster - patch by Alfons.
981 2005-02-06 [colin] 1.0.0cvs28.2
984 Make pasting via middle-click more reliable
986 2005-02-05 [paul] 1.0.0cvs28.1
994 (fix bug 682 'redirect is broken'
996 2005-02-05 [torte] 1.0.0cvs27.1
1000 * src/partial_download.c
1001 Sync with HEAD (fix buf overflow)
1003 2005-02-03 [colin] 1.0.0cvs26.1
1005 * src/common/plugin.c
1006 Sync with HEAD (avoid plugin mismatches)
1008 2005-02-03 [paul] 1.0.0cvs25.3
1014 * src/gtk/colorlabel.c
1015 third and final part of initial sync with main-gtk2
1017 2005-02-03 [paul] 1.0.0cvs25.2
1020 fix building with jpilot support
1022 2005-02-02 [colin] 1.0.0cvs25.1
1025 Sync with HEAD (fix dangerous typo)
1027 2005-02-01 [colin] 1.0.0cvs24.3
1030 Write file as advertised (UTF-8)
1032 2005-02-01 [paul] 1.0.0cvs24.2
1041 * src/folder_item_prefs.c
1047 * src/matcher_parser_lex.l
1050 * src/prefs_account.c
1051 * src/prefs_actions.c
1052 * src/prefs_common.c
1055 * src/prefs_themes.c
1058 * src/sourcewindow.c
1064 * src/common/template.c
1065 * src/common/utils.c
1068 * src/gtk/gtkaspell.c
1069 * src/plugins/clamav/clamav_plugin.c
1070 * src/plugins/dillo_viewer/dillo_prefs.c
1071 * src/plugins/image_viewer/viewerprefs.c
1072 * src/plugins/pgpmime/passphrase.c
1073 * src/plugins/pgpmime/prefs_gpg.c
1074 * src/plugins/pgpmime/select-keys.c
1075 * src/plugins/spamassassin/spamassassin.c
1076 second part of initial sync with main-gtk2
1079 2005-01-31 [colin] 1.0.0cvs24.1
1084 2005-01-29 [paul] 1.0.0cvs23.2
1097 * src/editldap_basedn.c
1101 * src/grouplistdialog.c
1107 * src/message_search.c
1110 * src/prefs_actions.c
1111 * src/prefs_common.c
1112 * src/prefs_common.h
1113 * src/prefs_customheader.c
1114 * src/prefs_display_header.c
1115 * src/prefs_filtering.c
1116 * src/prefs_filtering_action.c
1118 * src/prefs_matcher.c
1119 * src/prefs_summary_column.c
1120 * src/prefs_template.c
1121 * src/sourcewindow.c
1122 * src/summary_search.c
1126 * src/gtk/description_window.c
1127 * src/gtk/gtkshruler.c
1128 * src/gtk/gtkutils.c
1129 * src/gtk/gtkutils.h
1130 * src/gtk/inputdialog.c
1131 * src/gtk/logwindow.c
1132 * src/gtk/prefswindow.c
1133 * src/gtk/progressdialog.c
1134 * src/gtk/progressdialog.h
1135 first part of initial sync with main-gtk2
1138 2005-01-28 [colin] 1.0.0cvs23.1
1143 2005-01-27 [colin] 1.0.0cvs21.1
1149 2005-01-27 [colin] 1.0.0cvs19.1
1154 2005-01-27 [colin] 1.0.0cvs18.1
1166 2005-01-26 [paul] 1.0.0cvs15.2
1169 compose_entries_set(): convert subject and body to
1170 utf8 if necessary. patch by Felix Eckhofer
1172 2005-01-26 [paul] 1.0.0cvs15.1
1175 * src/common/template.c
1176 sync with HEAD (fix memory leak)
1178 2005-01-25 [paul] 1.0.0cvs14.1
1184 2005-01-24 [colin] 1.0.0cvs13.1
1189 2005-01-24 [paul] 1.0.0cvs12.1
1194 * src/common/utils.c
1197 2005-01-24 [colin] 1.0.0cvs11.1
1202 2005-01-24 [colin] 1.0.0cvs10.1
1207 2005-01-23 [colin] 1.0.0cvs9.1
1212 2005-01-22 [colin] 1.0.0cvs8.1
1215 * src/gtk/quicksearch.c
1218 2005-01-21 [colin] 1.0.0cvs7.1
1223 2005-01-21 [colin] 1.0.0cvs6.1
1228 2005-01-21 [colin] 1.0.0cvs5.1
1230 * src/gtk/quicksearch.c
1231 * src/prefs_common.c
1232 * src/prefs_common.h
1233 Sync with HEAD (recurse option)
1235 2005-01-21 [colin] 1.0.0cvs4.1
1241 * src/gtk/quicksearch.c
1242 * src/gtk/quicksearch.h
1243 Sync with HEAD (recursive quicksearch)
1245 2005-01-20 [colin] 1.0.0cvs3.4
1250 2005-01-20 [colin] 1.0.0cvs3.3
1253 Fix leak, thanks to Alfons.
1255 2005-01-20 [colin] 1.0.0cvs3.2
1258 Port SSL certificate window to GTK2.
1260 2005-01-20 [paul] 1.0.0cvs3.1
1268 2005-01-19 [colin] 1.0.0cvs2.2
1270 * src/plugins/trayicon/trayicon.c
1271 Fix freeze with gtk-2.6, the easy way
1272 (signal blocking helpless there...)
1275 2005-01-19 [colin] 1.0.0cvs2.1
1284 2005-01-19 [paul] 1.0.0cvs1.1
1298 sync with HEAD (update translations)
1300 2005-01-18 [colin] 1.0.0cvs0.1
1303 Specify search column - patch by Alfons
1305 2005-01-18 [colin] 0.9.13cvs36.3
1307 * src/prefs_toolbar.c
1308 Change Delete to Remove
1310 GTK2 version and leak fixes
1311 * src/prefs_actions.c
1313 All patches by Alfons
1315 2005-01-17 [colin] 0.9.13cvs36.2
1318 Fix DnD inserting twice. While at it,
1319 add DnD support for text/plain in the
1320 body, and add support in the headers.
1322 2005-01-16 [colin] 0.9.13cvs36.1
1327 Sync with HEAD (nothing applicable)
1329 2005-01-16 [colin] 0.9.13cvs33.2
1331 * src/prefs_toolbar.c
1332 GTK2ize prefs_toolbar, by Alfons.
1334 2005-01-14 [colin] 0.9.13cvs33.1
1340 2005-01-14 [colin] 0.9.13cvs32.1
1346 * tools/calypso_convert.pl
1349 2005-01-08 [colin] 0.9.13cvs29.2
1351 * src/prefs_filtering_action.c
1352 * src/prefs_filtering.c
1353 2 more gtk2 patches by Alfons
1355 2005-01-07 [paul] 0.9.13cvs29.1
1365 2005-01-07 [colin] 0.9.13cvs28.3
1367 * src/gtk/progressdialog.c
1368 * src/gtk/progressdialog.h
1370 * src/send_message.c
1371 GTK2 for the incorporation dialog. The CList isn't dead
1372 yet, for a more smooth migration. Patch by Alfons.
1374 2005-01-06 [colin] 0.9.13cvs28.2
1376 * src/prefs_display_header.c
1377 GTK2 conversion by Alfons
1378 * src/prefs_actions.c
1379 * src/prefs_matcher.c
1380 Fix 2 leaks - patch by Alfons
1382 2005-01-06 [colin] 0.9.13cvs28.1
1384 * src/prefs_matcher.c
1387 2005-01-06 [colin] 0.9.13cvs27.4
1389 * src/prefs_matcher.c
1390 Fix double-free. Patch by Alfons
1392 2005-01-06 [colin] 0.9.13cvs27.3
1394 * src/prefs_matcher.c
1395 GTK2 widgets + memleak
1398 2005-01-05 [colin] 0.9.13cvs27.2
1403 * src/stock_pixmap.c
1404 * src/stock_pixmap.h
1405 3 more GTK2 patches by Alfons.
1407 2005-01-04 [colin] 0.9.13cvs27.1
1414 2005-01-04 [colin] 0.9.13cvs25.9
1417 Fix Show Ruler menuitem
1418 * src/prefs_template.c
1420 * src/common/utils.c
1421 Make auto pointer stuff handles NULLs
1424 2005-01-04 [colin] 0.9.13cvs25.8
1427 Move the attachment list to gtk2
1430 2005-01-04 [colin] 0.9.13cvs25.7
1433 Make some keys work again
1434 Patch by SungHyun Nam <namsh@kldp.org>
1436 2005-01-04 [colin] 0.9.13cvs25.6
1438 * src/gtk/gtkshruler.c
1439 Move the ruler to GTK2
1442 2005-01-03 [colin] 0.9.13cvs25.5
1445 Fix my broken patch apply
1447 2005-01-03 [colin] 0.9.13cvs25.4
1449 * src/common/utils.c
1450 * src/common/utils.h
1451 * src/gtk/prefswindow.c
1452 Move auto pointer stuff to utils.c
1453 Patch by Alfons again :)
1455 2005-01-03 [colin] 0.9.13cvs25.3
1459 * src/prefs_template.c
1461 Empty text widgets with empty strings, not NULL char
1462 Patch by SungHyun Nam <namsh@kldp_org>
1464 2005-01-03 [colin] 0.9.13cvs25.2
1470 2005-01-03 [colin] 0.9.13cvs25.1
1476 2005-01-03 [colin] 0.9.13cvs24.3
1479 Two patches from Alfons and Alex S Moore:
1480 fix images, fix return value.
1482 2005-01-01 [colin] 0.9.13cvs24.2
1484 * src/prefs_actions.c
1485 Fix over-zealous assertion. Patch by Alfons
1487 2005-01-01 [colin] 0.9.13cvs24.1
1490 Sync with HEAD (leak fix)
1492 2004-12-31 [colin] 0.9.13cvs23.2
1494 * src/prefs_common.c
1495 GTK2 widgets + stock buttons - patch by Alfons
1497 2004-12-31 [paul] 0.9.13cvs23.1
1500 bump up EXTRA_VERSION to match (sync'ed) HEAD
1501 * src/gtk/pluginwindow.c
1502 use GTK2 widgets and plug memory leaks,
1505 2004-12-30 [colin] 0.9.13cvs22.4
1512 * src/message_search.c
1513 * src/prefs_actions.c
1514 * src/prefs_common.c
1515 * src/prefs_customheader.c
1516 * src/prefs_filtering.c
1517 * src/prefs_summary_column.c
1518 * src/summary_search.c
1520 * src/gtk/description_window.c
1521 * src/gtk/gtkutils.c
1522 * src/gtk/gtkutils.h
1523 * src/gtk/inputdialog.c
1524 * src/gtk/prefswindow.c
1525 Use GTK2 stock buttons. Patches by Alfons.
1527 2004-12-30 [colin] 0.9.13cvs22.3
1531 * src/prefs_actions.c
1532 * src/prefs_customheader.c
1533 * src/prefs_filtering.c
1534 * src/prefs_msg_colors.c
1535 * src/prefs_summary_column.c
1536 * src/gtk/prefswindow.c
1537 Use GtkTreeView instead of deprecated
1538 widgets. Patches by Alfons.
1540 2004-12-30 [paul] 0.9.13cvs22.2
1544 patch by Alfons, with root folder sorting fix
1547 2004-12-30 [paul] 0.9.13cvs22.1
1557 2004-12-22 [martin] 0.9.13cvs21.2
1560 free the command line after its use
1562 2004-12-18 [paul] 0.9.13cvs21.1
1575 2004-12-17 [martin] 0.9.13cvs17.2
1578 convert actions input to locale
1580 convert notification command to locale
1581 * src/plugins/pgpmime/select-keys.c
1582 convert attributes to utf8
1584 2004-12-14 [colin] 0.9.13cvs17.1
1590 * src/common/utils.c
1591 * src/gtk/prefswindow.c
1592 * src/gtk/gtkutils.c
1593 * src/gtk/gtkutils.h
1594 * src/plugins/spamassassin/libspamc.c
1597 2004-12-13 [colin] 0.9.13cvs14.1
1599 * src/quote_fmt_parse.y
1602 2004-12-10 [colin] 0.9.13cvs12.1
1604 * src/prefs_themes.c
1609 2004-12-09 [colin] 0.9.13cvs10.1
1612 Sync with HEAD (fix B64 encoding from memory)
1614 2004-12-08 [colin] 0.9.13cvs9.1
1616 * src/gtk/colorlabel.c
1619 2004-12-08 [paul] 0.9.13cvs8.2
1621 * src/gtk/pluginwindow.c
1622 fix window resizing oddities
1624 2004-12-08 [colin] 0.9.13cvs8.1
1626 * src/quote_fmt_parse.y
1629 2004-12-08 [colin] 0.9.13cvs7.1
1631 * src/matcher_parser_parse.y
1633 * src/prefs_matcher.c
1640 2004-12-08 [colin] 0.9.13cvs6.1
1642 * src/quote_fmt_parse.y
1645 * src/gtk/prefswindow.c
1646 * src/gtk/pluginwindow.c
1647 Fix G_CALLBACKS protos (thanks to Alfons)
1649 2004-12-07 [torte] 0.9.13cvs2.2
1652 [Bug 650] reply button causes crash
1653 Thanks to David Relson and Christoph
1655 2004-12-07 [colin] 0.9.13cvs2.1
1661 * src/prefs_account.c
1666 2004-12-06 [colin] 0.9.12cvs187.1
1697 * tools/filter_conv.pl
1698 * tools/kdeservicemenu/README
1699 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1700 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1703 2004-12-04 [colin] 0.9.12cvs183.1
1706 Sync with HEAD (compose window position saving)
1708 2004-12-04 [paul] 0.9.12cvs182.3
1712 * src/prefs_customheader.c
1713 * src/gtk/quicksearch.c
1714 replace some forgotten GTK_SIGNAL_FUNCs
1716 2004-12-04 [paul] 0.9.12cvs182.2
1719 remove 'pixmaps/dir_noselect.xpm'. from local patch,
1722 2004-12-04 [paul] 0.9.12cvs182.1
1732 * doc/manual/ja/Makefile.am
1733 * doc/manual/ja/sylpheed-1.html
1734 * doc/manual/ja/sylpheed-10.html
1735 * doc/manual/ja/sylpheed-11.html
1736 * doc/manual/ja/sylpheed-12.html
1737 * doc/manual/ja/sylpheed-13.html
1738 * doc/manual/ja/sylpheed-14.html
1739 * doc/manual/ja/sylpheed-15.html
1740 * doc/manual/ja/sylpheed-16.html
1741 * doc/manual/ja/sylpheed-17.html
1742 * doc/manual/ja/sylpheed-18.html
1743 * doc/manual/ja/sylpheed-19.html
1744 * doc/manual/ja/sylpheed-2.html
1745 * doc/manual/ja/sylpheed-20.html
1746 * doc/manual/ja/sylpheed-3.html
1747 * doc/manual/ja/sylpheed-4.html
1748 * doc/manual/ja/sylpheed-5.html
1749 * doc/manual/ja/sylpheed-6.html
1750 * doc/manual/ja/sylpheed-7.html
1751 * doc/manual/ja/sylpheed-8.html
1752 * doc/manual/ja/sylpheed-9.html
1753 * doc/manual/ja/sylpheed.html
1754 * doc/manual/ja/sylpheed.sgml
1759 * src/pixmaps/regular.xpm **REMOVED**
1760 * src/plugins/pgpmime/pgpmime.c
1761 * src/plugins/pgpmime/plugin.c
1762 * src/plugins/pgpmime/prefs_gpg.c
1765 2004-12-03 [paul] 0.9.12cvs180.1
1773 * src/common/utils.c
1774 * src/common/utils.h
1775 * src/pixmaps/continue.xpm
1776 * src/pixmaps/dir_close.xpm
1777 * src/pixmaps/dir_open.xpm
1778 * src/pixmaps/drafts_close.xpm
1779 * src/pixmaps/drafts_open.xpm
1780 * src/pixmaps/folder.xpm **REMOVED**
1781 * src/pixmaps/group.xpm
1782 * src/pixmaps/unread.xpm
1785 2004-12-02 [colin] 0.9.12cvs179.1
1788 Sync with HEAD (non-duplicated reedition)
1790 2004-12-02 [colin] 0.9.12cvs178.1
1793 Sync with HEAD (linewrap_quote fix)
1795 2004-12-01 [colin] 0.9.12cvs177.3
1798 Replace sizeof with strlen
1800 2004-12-01 [paul] 0.9.12cvs177.2
1803 fix 'harvest addresses'
1805 2004-11-30 [colin] 0.9.12cvs177.1
1807 * src/gtk/prefswindow.c
1808 * src/gtk/pluginwindow.c
1811 2004-11-29 [colin] 0.9.12cvs176.1
1814 sync with HEAD (Fix disappearing separators in folderview's popup)
1816 2004-11-29 [colin] 0.9.12cvs175.1
1819 Sync with head (another format fix)
1821 2004-11-29 [colin] 0.9.12cvs174.1
1824 Sync with HEAD (format string fix)
1826 2004-11-26 [colin] 0.9.12cvs173.1
1832 2004-11-24 [colin] 0.9.12cvs172.1
1834 * src/plugins/pgpmime/pgpmime.c
1837 2004-11-24 [colin] 0.9.12cvs171.1
1839 * src/plugins/pgpmime/pgpmime.c
1840 Sync with head (gpgmectx leaks)
1842 2004-11-24 [colin] 0.9.12cvs169.1
1844 * src/plugins/pgpmime/plugin.c
1845 * src/plugins/trayicon/Makefile.am
1846 * src/plugins/trayicon/newmarkedmail.xpm
1847 * src/plugins/trayicon/trayicon.c
1848 * src/plugins/trayicon/unreadmarkedmail.xpm
1851 2004-11-23 [colin] 0.9.12cvs168.1
1853 * src/partial_download.c
1854 * src/partial_download.h
1855 * src/plugins/pgpmime/plugin.c
1858 2004-11-23 [colin] 0.9.12cvs166.1
1865 * src/partial_download.c
1866 * src/partial_download.h
1867 * src/prefs_account.c
1868 * src/prefs_account.h
1872 * src/common/Makefile.am
1873 * src/common/base64.h
1874 * src/common/partial_download.c
1875 * src/common/partial_download.h
1876 * src/gtk/prefswindow.c
1877 * src/gtk/prefswindow.h
1878 * src/plugins/pgpmime/pgpmime.c
1879 * src/plugins/pgpmime/prefs_gpg.c
1880 * src/plugins/pgpmime/prefs_gpg.h
1881 * src/plugins/pgpmime/sgpgme.c
1882 * src/plugins/pgpmime/sgpgme.h
1885 2004-11-23 [colin] 0.9.12cvs163.1
1888 Sync with HEAD (cursor optimization)
1890 2004-11-23 [colin] 0.9.12cvs162.1
1892 * src/prefs_common.c
1893 * src/prefs_themes.c
1897 2004-11-23 [colin] 0.9.12cvs158.9
1900 Fix double-free when forwarding
1902 Fix leak on error path
1905 2004-11-23 [colin] 0.9.12cvs158.8
1908 Fix possible double-free
1911 2004-11-23 [colin] 0.9.12cvs158.7
1914 Fix some signal handlers' prototypes
1917 2004-11-22 [colin] 0.9.12cvs158.6
1920 Remove unneeded code and duplicated
1921 wrapping - patch by Alfons
1923 2004-11-22 [colin] 0.9.12cvs158.5
1925 * src/prefs_themes.c
1926 Fix oversized selector
1928 2004-11-22 [colin] 0.9.12cvs158.4
1934 2004-11-19 [colin] 0.9.12cvs158.3
1937 Add a context menu on links (open, copy)
1939 2004-11-18 [paul] 0.9.12cvs158.2
1945 * src/prefs_common.c
1946 * src/plugins/image_viewer/viewer.c
1947 * src/plugins/spamassassin/spamassassin_gtk.c
1948 replace deprecated gtk_notebook_set_page
1949 and gtk_notebook_current_page
1951 2004-11-18 [paul] 0.9.12cvs158.1
1957 * src/prefs_common.c
1958 * src/common/utils.c
1959 * src/common/utils.h
1962 2004-11-17 [colin] 0.9.12cvs156.1
1964 * src/prefs_account.c
1965 * src/prefs_account.h
1967 Sync with HEAD (add pref to store encrypted mails encrypted)
1969 2004-11-17 [paul] 0.9.12cvs155.1
1983 * src/pixmaps/error.xpm
1986 2004-11-17 [colin] 0.9.12cvs151.1
1988 * src/plugins/pgpmime/pgpmime.c
1989 Sync with HEAD (remove debug printf)
1991 2004-11-17 [colin] 0.9.12cvs150.1
1993 * src/plugins/pgpmime/pgpmime.c
1994 Sync with HEAD (off-by-one fix)
1996 2004-11-17 [colin] 0.9.12cvs149.1
1999 Sync with HEAD (coding style fixes)
2001 2004-11-16 [colin] 0.9.12cvs148.1
2004 Sync with head (Fix the fix)
2006 2004-11-16 [colin] 0.9.12cvs147.1
2009 Sync with Main (leak fix)
2011 2004-11-16 [colin] 0.9.12cvs146.14
2014 Remove useless chunk of code
2017 2004-11-15 [colin] 0.9.12cvs146.13
2020 Fix drafting after insertion
2023 2004-11-15 [colin] 0.9.12cvs146.12
2026 * src/prefs_filtering.c
2027 * src/prefs_filtering_action.c
2028 * src/prefs_toolbar.c
2029 Fix some const-correctness
2031 2004-11-15 [colin] 0.9.12cvs146.11
2034 * src/prefs_themes.c
2038 2004-11-15 [colin] 0.9.12cvs146.10
2041 More unreadable locale fixes
2043 2004-11-14 [colin] 0.9.12cvs146.9
2046 Fix uri_security_check
2049 2004-11-13 [paul] 0.9.12cvs146.8
2053 fix 2 bugs introduced in last commit
2055 2004-11-13 [paul] 0.9.12cvs146.7
2067 * src/prefs_themes.c
2071 replace deprecated g_basename
2073 2004-11-13 [paul] 0.9.12cvs146.6
2077 * src/matcher_parser.h
2078 * src/matcher_parser_parse.y
2079 * src/prefs_filtering.c
2080 * src/prefs_filtering_action.c
2081 * src/prefs_themes.c
2082 * src/prefs_toolbar.c
2083 * src/common/utils.c
2084 various small fixes/cleanups
2086 2004-11-12 [colin] 0.9.12cvs146.5
2089 Validate event's origin on visibility notify
2092 2004-11-12 [paul] 0.9.12cvs146.4
2099 * src/prefs_spelling.c
2100 * src/prefs_themes.c
2101 replace deprecated g_dirname
2103 2004-11-12 [colin] 0.9.12cvs146.3
2106 Some coding style fixes
2108 2004-11-12 [colin] 0.9.12cvs146.2
2111 We want to replace _all_ extended chars in
2112 conv_unreadable_*, because any string containing
2113 extended chars not parsing as UTF8 is
2114 undisplayed on gtk2.
2116 2004-11-12 [paul] 0.9.12cvs146.1
2133 * src/prefs_account.c
2134 * src/prefs_account.h
2135 * src/prefs_ext_prog.c
2140 * src/summary_search.c
2144 * src/common/utils.c
2145 * src/common/utils.h
2150 2004-11-11 [colin] 0.9.12cvs144.2
2153 Fix URI range selection (patch by Alfons)
2155 2004-11-09 [colin] 0.9.12cvs144.1
2160 * src/folder_item_prefs.c
2161 * src/prefs_account.c
2162 * src/prefs_account.h
2163 * src/plugins/pgpmime/pgpmime.c
2166 2004-11-08 [colin] 0.9.12cvs143.1
2169 Sync with HEAD (optimize quicksearch)
2171 2004-11-08 [colin] 0.9.12cvs142.2
2174 Don't wrap when Edit/Auto wrapping is disabled
2176 2004-11-08 [colin] 0.9.12cvs142.1
2181 2004-11-08 [colin] 0.9.12cvs141.1
2184 Sync with HEAD (fix some mail URIs)
2186 2004-11-08 [colin] 0.9.12cvs140.3
2189 o Use text cursor instead of arrow when
2191 o Fix handling of contiguous links (as in
2192 "colin@colino.net" <colin@colino.net>)
2193 This one unveils a bug in get_email_part()
2195 2004-11-07 [colin] 0.9.12cvs140.2
2198 Fix memleak. Patch by Alfons.
2200 2004-11-06 [colin] 0.9.12cvs140.1
2203 Sync with HEAD (don't ask passphrase
2206 2004-11-06 [paul] 0.9.12cvs139.2
2211 textview URI handling. hovering over a
2212 link displays it in the status bar,
2213 and changes the mouse pointer to a hand
2214 cursor. a link is activated with a single
2215 click. (Modified from the) patch by Jean-Yves
2216 Lefort <jylefort@users.sourceforge.net>
2219 2004-11-05 [colin] 0.9.12cvs139.1
2223 Sync with HEAD again ^^
2225 2004-11-05 [colin] 0.9.12cvs139.1
2231 2004-11-03 [paul] 0.9.12cvs138.1
2236 * src/prefs_ext_prog.c
2238 * tools/kdeservicemenu/README
2239 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2240 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2243 2004-11-01 [christoph] 0.9.12cvs136.2
2246 convert MIME parameters to UTF-8
2248 2004-10-29 [colin] 0.9.12cvs136.1
2250 * src/common/utils.c
2251 Sync with HEAD (don't use '=' in mime boundary)
2253 2004-10-29 [paul] 0.9.12cvs135.1
2256 * doc/src/rfc2231.txt
2258 * src/common/quoted-printable.c
2259 * src/common/utils.c
2260 * src/common/utils.h
2263 2004-10-27 [paul] 0.9.12cvs134.1
2268 * src/plugins/pgpmime/pgpmime.c
2271 2004-10-26 [paul] 0.9.12cvs132.3
2279 * src/customheader.c
2289 * src/grouplistdialog.c
2299 * src/prefs_display_header.c
2301 * src/prefs_msg_colors.c
2302 * src/prefs_toolbar.c
2309 * src/common/mgutils.c
2312 * src/common/template.c
2313 * src/common/utils.c
2314 * src/common/xmlprops.c
2315 * src/plugins/pgpmime/pgpmime.c
2316 * src/plugins/pgpmime/select-keys.c
2317 * src/plugins/pgpmime/sgpgme.c
2318 replace deprecated g_strcasecmp(), g_strncasecmp(),
2319 g_string_sprintfa(), gtk_notebook_current_page()
2321 2004-10-26 [colin] 0.9.12cvs132.2
2323 * src/prefs_folder_item.c
2324 Fix default-account selection
2326 2004-10-21 [colin] 0.9.12cvs133
2329 Sync with HEAD (Remove extra separator in compose's Options)
2331 Set wrapping to char
2333 2004-10-21 [paul] 0.9.12cvs131.2
2336 * src/sourcewindow.c
2338 fix window shrinking
2340 2004-10-21 [colin] 0.9.12cvs131.1
2346 2004-10-21 [paul] 0.9.12cvs130.2
2348 * src/prefs_folder_item.c
2349 sync with HEAD (Apply to subfolders)
2351 2004-10-19 [colin] 0.9.12cvs130.1
2355 * src/common/utils.c
2359 2004-10-19 [colin] 0.9.12cvs128.1
2366 * src/customheader.c
2375 * src/matcher_parser_parse.y
2378 * src/prefs_account.c
2380 * src/prefs_msg_colors.c
2387 * src/common/base64.c
2388 * src/common/partial_download.c
2389 * src/common/socket.c
2390 * src/common/sylpheed.c
2391 * src/common/utils.c
2392 * src/common/utils.h
2393 * src/gtk/pluginwindow.c
2394 * src/gtk/quicksearch.c
2395 * src/plugins/clamav/clamav_plugin.c
2396 * src/plugins/clamav/clamav_plugin.h
2397 * src/plugins/clamav/clamav_plugin_gtk.c
2398 * src/plugins/pgpmime/passphrase.c
2399 * src/plugins/pgpmime/pgpmime.c
2400 * src/plugins/pgpmime/plugin.c
2401 * src/plugins/pgpmime/prefs_gpg.c
2402 * src/plugins/pgpmime/prefs_gpg.h
2403 * src/plugins/pgpmime/select-keys.c
2404 * src/plugins/pgpmime/sgpgme.c
2405 * src/plugins/spamassassin/libspamc.c
2406 * src/plugins/spamassassin/spamassassin.c
2407 * src/plugins/spamassassin/spamassassin.h
2408 * src/plugins/spamassassin/spamassassin_gtk.c
2409 * src/plugins/trayicon/trayicon.c
2410 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2413 2004-10-14 [colin] 0.9.12cvs126.2
2417 Fix conv_unreadable_locale
2419 2004-10-13 [colin] 0.9.12cvs126.1
2422 Sync with HEAD (don't convert charset for
2423 drafted messages, minor cleanup)
2425 2004-10-13 [colin] 0.9.12cvs125.1
2428 Sync with HEAD (POTFILES fix)
2430 2004-10-12 [colin] 0.9.12cvs124.3
2433 Fix encoding bug from latest sync
2435 2004-10-12 [paul] 0.9.12cvs124.2
2437 * src/plugins/pgpmime/prefs_gpg.c
2438 * src/plugins/pgpmime/prefs_gpg.h
2439 forgotten in last commit
2441 2004-10-12 [paul] 0.9.12cvs124.1
2445 * m4/spamassassin.m4
2455 * src/prefs_account.c
2456 * src/prefs_account.h
2457 * src/prefs_common.c
2468 * src/common/utils.c
2469 * src/common/utils.h
2471 * src/plugins/pgpmime/Makefile.am
2472 * src/plugins/pgpmime/passphrase.c
2473 * src/plugins/pgpmime/passphrase.h
2474 * src/plugins/pgpmime/pgpmime.c
2475 * src/plugins/pgpmime/plugin.c
2476 * src/plugins/pgpmime/select-keys.c
2477 * src/plugins/pgpmime/select-keys.h
2478 * src/plugins/pgpmime/sgpgme.c
2479 * src/plugins/pgpmime/sgpgme.h
2482 2004-10-04 [colin] 0.9.12cvs122.1
2490 2004-10-04 [colin] 0.9.12cvs121.1
2495 2004-10-04 [paul] 0.9.12cvs120.1
2498 sync with HEAD [don't try to build
2499 pgpmime plugin when gpgme is disabled]
2501 2004-10-03 [colin] 0.9.12cvs119.3
2503 * src/gtk/gtksctree.c
2504 Lots of side effects. Put back as before 117.2.
2508 2004-10-03 [colin] 0.9.12cvs119.2
2510 * src/gtk/gtksctree.c
2511 Revert 608 fix that doesn't work that good
2513 2004-10-02 [colin] 0.9.12cvs119.1
2517 * src/prefs_common.h
2522 * src/gtk/gtksctree.c
2525 2004-10-01 [colin] 0.9.12cvs118.1
2528 Sync with HEAD (better Save All fix)
2530 2004-10-01 [colin] 0.9.12cvs117.2
2532 * src/gtk/gtksctree.c
2535 2004-10-01 [colin] 0.9.12cvs117.1
2538 Sync with HEAD (Save All: only attachments)
2540 2004-10-01 [paul] 0.9.12cvs116.1
2545 * src/prefs_common.c
2546 * src/gtk/colorlabel.c
2549 2004-09-30 [colin] 0.9.12cvs115.1
2551 * src/stock_pixmap.c
2552 * src/stock_pixmap.h
2555 * src/pixmaps/read.xpm
2556 Sync with HEAD (new pixmap)
2558 2004-09-29 [colin] 0.9.12cvs114.1
2562 Fix focus handling in headers
2564 2004-09-29 [paul] 0.9.12cvs113.1
2566 * src/quote_fmt_parse.y
2570 2004-09-28 [colin] 0.9.12cvs112.1
2576 2004-09-28 [colin] 0.9.12cvs110.1
2579 Sync with HEAD (Contextual Empty trash menu)
2581 2004-09-28 [colin] 0.9.12cvs108.1
2584 Sync with HEAD (addressbook edit on double-click)
2586 2004-09-28 [colin] 0.9.12cvs106.1
2589 Sync with HEAD (folder_item freeze on inc)
2591 2004-09-27 [colin] 0.9.12cvs105.1
2594 Sync with HEAD (right-align new and unread column)
2596 2004-09-27 [colin] 0.9.12cvs104.1
2599 Sync with HEAD (revert 0.9.12cvs101)
2601 2004-09-24 [colin] 0.9.12cvs103.2
2604 Fix gtk warnings and use domain part of the email address
2605 when domain detection fails (no dot in domain name)
2607 2004-09-23 [colin] 0.9.12cvs103.1
2609 * src/plugins/spamassassin/libspamc.c
2610 * src/plugins/spamassassin/libspamc.h
2611 * src/plugins/spamassassin/utils.c
2612 * src/plugins/spamassassin/utils.h
2613 Sync with HEAD (Update spamassassin to 3.0)
2615 2004-09-21 [colin] 0.9.12cvs102.3
2618 Add horizontal scrollbar in action io dialog as needed
2621 2004-09-20 [colin] 0.9.12cvs102.2
2623 * src/plugins/image_viewer/viewer.c
2625 use gtk_pixmap_set when clearing
2626 (would be better to use gtkImages, but causes size-allocate
2629 2004-09-17 [paul] 0.9.12cvs102.1
2639 2004-09-17 [colin] 0.9.12cvs101.1
2643 Sync with HEAD (fix segs at exit)
2645 2004-09-14 [colin] 0.9.12cvs99.5
2647 * src/common/socket.c
2649 Fix send error on 64bit platforms
2650 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
2652 2004-09-14 [colin] 0.9.12cvs99.4
2655 Fix action output with utf8
2658 2004-09-14 [colin] 0.9.12cvs99.3
2664 2004-09-09 [colin] 0.9.12cvs99.2
2667 Fix progress bar (displaying "Completed %v/%u")
2670 2004-09-08 [colin] 0.9.12cvs99.1
2676 * src/plugins/pgpmime/pgpmime.c
2679 2004-09-08 [colin] 0.9.12cvs97.2
2682 Don't select mails in collapsed threads
2683 when navigating with up/down
2685 2004-09-07 [colin] 0.9.12cvs97.1
2688 Sync with HEAD (meaningful error messages)
2690 2004-09-06 [colin] 0.9.12cvs96.1
2693 Sync with HEAD (fix Redirect graying out)
2695 2004-09-06 [colin] 0.9.12cvs95.1
2699 Sync with HEAD (fix dropped URIs)
2701 2004-09-06 [colin] 0.9.12cvs94.1
2707 Sync with HEAD (addressbook DnD)
2709 2004-09-03 [colin] 0.9.12cvs93.1
2712 Sync with HEAD (next/prev unread)
2714 2004-09-03 [colin] 0.9.12cvs92.1
2716 * src/prefs_common.c
2717 * src/prefs_common.h
2719 Sync with HEAD ('mark_as_read_delay' pref)
2721 2004-09-02 [colin] 0.9.12cvs91.2
2726 2004-09-02 [colin] 0.9.12cvs91.1
2729 Sync with HEAD (menu accel don't work, but whatever)
2731 2004-09-02 [colin] 0.9.12cvs90.1
2734 Sync with HEAD (fix bug 582)
2736 2004-09-02 [colin] 0.9.12cvs89.1
2739 Sync with HEAD (free deleted queries)
2741 2004-09-02 [colin] 0.9.12cvs88.1
2744 Sync with HEAD (fix LDAP freezes)
2746 2004-09-02 [colin] 0.9.12cvs87.1
2748 * src/prefs_spelling.c
2749 Sync with HEAD (add default dictionary)
2751 2004-09-01 [colin] 0.9.12cvs86.1
2756 * src/prefs_matcher.c
2757 * src/stock_pixmap.c
2758 * src/summary_search.c
2762 Sync with HEAD (uninitialized vars fixes)
2763 + gtk2 specific warning fixes
2765 2004-08-31 [colin] 0.9.12cvs85.1
2768 Sync with HEAD (Fix memory corruption due to
2771 2004-08-31 [colin] 0.9.12cvs84.4
2773 * src/summary_search.c
2774 Fix segfaults when searching in folders with broken headers
2776 2004-08-31 [colin] 0.9.12cvs84.3
2780 Fix some more encoding/decoding issues
2782 2004-08-30 [colin] 0.9.12cvs84.2
2785 * src/prefs_themes.c
2788 Add a folder-mode selection (fixes mimeview's "Save all")
2790 2004-08-29 [colin] 0.9.12cvs84.1
2793 Sync with HEAD (don't escape saved filenames)
2795 2004-08-27 [colin] 0.9.12cvs83.1
2804 * src/common/utils.c
2807 Sync with HEAD 0.9.12cvs83 (sync with main)
2809 2004-08-26 [colin] 0.9.12cvs82.4
2812 Fix strange stack corruption
2813 Convert to utf8 after unmime, not before
2815 2004-08-26 [colin] 0.9.12cvs82.3
2819 Fix account folders duplication
2821 2004-08-25 [colin] 0.9.12cvs82.2
2826 Use login@server as account name
2828 2004-08-25 [colin] 0.9.12cvs82.1
2830 * src/plugins/pgpmime/pgpmime.c
2831 Sync with HEAD (leak fix).
2833 2004-08-25 [colin] 0.9.12cvs81.1
2835 * src/plugins/pgpmime/pgpmime.c
2836 * src/plugins/pgpmime/sgpgme.c
2837 * src/plugins/pgpmime/sgpgme.h
2838 Sync with HEAD (Handle combined messages).
2840 2004-08-24 [colin] 0.9.12cvs80.3
2843 Fix full name, ports, and imap
2845 2004-08-24 [colin] 0.9.12cvs80.2
2851 * src/stock_pixmap.c
2852 * src/stock_pixmap.h
2853 * src/wizard.c ** ADDED **
2854 * src/wizard.h ** ADDED **
2855 * src/pixmaps/sylpheed_icon.xpm ** ADDED **
2858 2004-08-24 [colin] 0.9.12cvs80.1
2861 Sync with HEAD (set mimeflags on all messages)
2863 2004-08-24 [colin] 0.9.12cvs79.3
2865 * src/matcher_parser_lex.l
2866 Fix 8bits strings not in utf8
2868 2004-08-24 [colin] 0.9.12cvs79.2
2871 Check conversion result before replacing buffer
2873 2004-08-23 [colin] 0.9.12cvs79.1
2876 Sync with HEAD (create message header in memory)
2878 2004-08-23 [colin] 0.9.12cvs78.1
2882 Sync with HEAD (fix bug 197 again)
2884 2004-08-23 [colin] 0.9.12cvs77.3
2887 Fix again inline gpg signing (which outputs utf8
2888 in gtk2). Not syncing this fix to HEAD as this
2889 code is meant to die.
2891 2004-08-23 [colin] 0.9.12cvs77.2
2893 * src/prefs_account.h
2894 Remove useless include
2896 2004-08-23 [colin] 0.9.12cvs77.1
2906 Sync with HEAD (fix bug 577)
2908 2004-08-22 [colin] 0.9.12cvs76.1
2910 * src/plugins/trayicon/trayicon.c
2911 Sync with HEAD (fix formatting bug)
2913 2004-08-21 [colin] 0.9.12cvs74.2
2915 * src/gtk/colorsel.c
2916 Fix bug 564 (Folder color selection window exits on any
2919 2004-08-21 [colin] 0.9.12cvs74.1
2925 Sync with HEAD (fix bug 576)
2927 2004-08-21 [colin] 0.9.12cvs70.1
2934 2004-08-21 [paul] 0.9.12cvs66.4
2939 * src/plugins/spamassassin/spamassassin_gtk.c
2940 remove some deprecated gtk1 functions
2943 2004-08-21 [colin] 0.9.12cvs66.3
2948 Remove encoding hacks
2949 Fix bug 575 (Strange character messes up message)
2950 Don't display conversion error when drafting
2952 2004-08-21 [paul] 0.9.12cvs66.2
2954 * src/prefs_account.c
2958 2004-08-20 [colin] 0.9.12cvs66.1
2961 Sync with HEAD 0.9.12cvs66
2965 * src/plugins/pgpmime/plugin.c
2966 modify PGP/MIME plugin's description
2968 2004-08-17 [colin] 0.9.12cvs65.1
2971 * src/plugins/pgpmime/plugin.c
2974 2004-08-14 [colin] 0.9.12cvs60.3
2976 * src/plugins/trayicon/trayicon.c
2977 Put back resize callback, on size-request signal
2978 rather than size-allocate to avoid infinite
2981 2004-08-13 [colin] 0.9.12cvs60.2
2984 Cache versions have been fixed
2986 2004-08-13 [colin] 0.9.12cvs60.1
2991 2004-08-12 [colin] 0.9.12cvs59.1
2993 * src/plugins/trayicon/trayicon.c
2996 2004-08-12 [colin] 0.9.12cvs57.5
3002 Add support for Freedesktop.org's startup notification
3004 2004-08-11 [colin] 0.9.12cvs57.4
3009 2004-08-11 [colin] 0.9.12cvs57.3
3011 * src/message_search.c
3012 * src/summary_search.c
3013 Make searches case insensitive by default
3015 Fix case-insensitive search in message
3017 2004-08-11 [colin] 0.9.12cvs57.2
3019 * src/summary_search.c
3020 Let case-sensitive be specified
3022 2004-08-10 [colin] 0.9.12cvs55.4
3024 * src/common/socket.c
3025 Fix the possible race condition
3027 2004-08-09 [paul] 0.9.12cvs55.3
3031 * src/common/Makefile.am
3035 2004-08-09 [paul] 0.9.12cvs55.2
3039 remove unneeded script
3042 add forgotten USE_LDAP_TLS (sync with HEAD)
3045 2004-08-09 [colin] 0.9.12cvs55.1
3049 * src/common/sylpheed.c
3050 * src/common/sylpheed.h
3051 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
3053 2004-08-09 [paul] 0.9.12cvs54.1
3067 * src/plugins/Makefile.am
3068 * src/plugins/pgpmime/.cvsignore
3069 * src/plugins/pgpmime/Makefile.am
3070 * src/plugins/pgpmime/pgpmime.c
3071 * src/plugins/pgpmime/pgpmime.h
3072 * src/plugins/pgpmime/plugin.c
3073 * src/plugins/pgpmime/sgpgme.c
3074 * src/plugins/pgpmime/sgpgme.h
3077 2004-08-08 [paul] 0.9.12cvs51.1
3083 2004-08-07 [colin] 0.9.12cvs50.1
3086 * src/common/partial_download.c
3087 fix warnings (sync from HEAD)
3089 2004-08-07 [colin] 0.9.12cvs48.1
3091 * src/prefs_folder_item.c
3092 sync with HEAD 0.9.12cvs48
3094 2004-08-06 [colin] 0.9.12cvs47.1
3099 2004-08-06 [christoph] 0.9.12cvs46.2
3102 * src/plugins/clamav/clamav_plugin_gtk.c
3103 * src/plugins/dillo_viewer/dillo_viewer.c
3104 * src/plugins/image_viewer/plugin.c
3105 * src/plugins/mathml_viewer/mathml_viewer.c
3106 * src/plugins/spamassassin/spamassassin_gtk.c
3107 * src/plugins/trayicon/trayicon.c
3108 don't mix GTK1.2 plugin with GTK2 plugins
3110 2004-08-06 [colin] 0.9.12cvs46.1
3116 * sylpheed-claws.pc.in
3125 * src/prefs_ext_prog.c
3126 * src/prefs_folder_item.c
3128 * src/prefs_msg_colors.c
3129 * src/prefs_spelling.c
3130 * src/prefs_themes.c
3131 * src/prefs_toolbar.c
3132 * src/prefs_wrapping.c
3136 * src/common/session.c
3137 * src/common/session.h
3138 * src/common/socket.c
3139 * src/common/utils.h
3142 * src/gtk/prefswindow.c
3143 * src/gtk/prefswindow.h
3144 * src/plugins/clamav/clamav_plugin_gtk.c
3145 * src/plugins/dillo_viewer/dillo_prefs.c
3146 * src/plugins/image_viewer/viewerprefs.c
3147 * src/plugins/spamassassin/spamassassin_gtk.c
3148 * m4/openssl.m4 *** REMOVED ***
3149 Sync with HEAD 0.9.12cvs46
3151 2004-08-03 [paul] 0.9.12cvs40.2
3162 * src/editldap_basedn.c
3166 * src/prefs_common.c
3167 * src/prefs_template.c
3168 * src/sourcewindow.c
3171 * src/gtk/foldersort.c
3172 * src/gtk/logwindow.c
3173 * src/gtk/pluginwindow.c
3174 * src/gtk/prefswindow.c
3175 change all gtk_scrolled_window_set_policy from
3176 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
3178 2004-08-02 [paul] 0.9.12cvs40.1
3181 update translation team section
3183 updated by Frederico Goncalves Guimaraes
3184 <fggdebian@yahoo.com.br>
3186 2004-07-31 [colin] 0.9.12cvs39.9
3191 2004-07-31 [colin] 0.9.12cvs39.8
3194 Fix an alertpanel type
3196 2004-07-30 [colin] 0.9.12cvs39.7
3199 Fix alertpanel_error_log's icon
3201 2004-07-30 [colin] 0.9.12cvs39.6
3204 Two of them should still be warnings
3206 2004-07-30 [colin] 0.9.12cvs39.5
3209 More warning -> error
3210 2004-07-29 [colin] 0.9.12cvs39.4
3215 2004-07-29 [colin] 0.9.12cvs39.3
3217 * src/prefs_matcher.c
3220 2004-07-29 [colin] 0.9.12cvs39.2
3223 More nice-looking alertpanels
3225 2004-07-29 [colin] 0.9.12cvs39.1
3229 (inform user when partial mail is deleted on server)
3231 2004-07-29 [colin] 0.9.12cvs38.1
3236 2004-07-28 [paul] 0.9.12cvs37.7
3239 complete the replacement of deprecated gtk_progress_*
3241 2004-07-28 [paul] 0.9.12cvs37.6
3246 * src/send_message.c
3247 * src/gtk/progressdialog.c
3248 * src/gtk/progressdialog.h
3249 replace deprecated gtk_progress_*
3251 2004-07-28 [paul] 0.9.12cvs37.5
3254 remove gtk_window_set_wmclass()
3255 2004-07-28 [paul] 0.9.12cvs37.4
3262 * src/sourcewindow.c
3263 * src/gtk/logwindow.c
3264 remove gtk_window_set_wmclass()
3266 * src/prefs_filtering.c
3267 * src/prefs_filtering_action.c
3270 * src/prefs_matcher.c
3272 * src/gtk/prefswindow.c
3273 replace gtk_window_position()
3275 2004-07-28 [colin] 0.9.12cvs37.3
3279 Add a way to specify panel type for specific
3280 panels (alertpanel())
3289 * src/gtk/sslcertwindow.c
3290 Fix alertpanel()s so that their icon match
3293 2004-07-28 [paul] 0.9.12cvs37.2
3302 * src/grouplistdialog.c
3305 * src/message_search.c
3308 * src/prefs_actions.c
3309 * src/prefs_common.c
3310 * src/prefs_customheader.c
3311 * src/prefs_display_header.c
3312 * src/prefs_filtering.c
3313 * src/prefs_filtering_action.c
3315 * src/prefs_matcher.c
3316 * src/prefs_msg_colors.c
3317 * src/prefs_summary_column.c
3318 * src/prefs_template.c
3319 * src/sourcewindow.c
3321 * src/summary_search.c
3322 * src/gtk/colorsel.c
3323 * src/gtk/description_window.c
3324 * src/gtk/gtkaspell.c
3325 * src/gtk/inputdialog.c
3326 * src/gtk/logwindow.c
3327 * src/gtk/prefswindow.c
3328 * src/gtk/progressdialog.c
3329 replace deprecated gtk_window_set_policy
3331 2004-07-27 [colin] 0.9.12cvs37.1
3334 More fixes (synced for head again)
3336 2004-07-27 [colin] 0.9.12cvs35.3
3341 2004-07-27 [colin] 0.9.12cvs35.2
3344 Fix width a bit (by Paul)
3347 Specialize icons, make alertpanel_message()
3349 * src/message_search.c
3351 * src/summary_search.c
3352 Suit alertpanel changes
3354 2004-07-27 [colin] 0.9.12cvs35.1
3359 Add debug output - maybe someone will
3360 want to look at the problem with Grab
3362 Bump version as we're synced with HEAD
3364 2004-07-26 [colin] 0.9.12cvs33.26
3367 Fix uidl-file parsing when not in new
3370 2004-07-26 [colin] 0.9.12cvs33.25
3373 Move popup menu up if necessary (fixes
3376 Set account selector's button height to
3379 2004-07-26 [colin] 0.9.12cvs33.24
3382 Maybe fix 551 (Truncated font in alert window)
3384 2004-07-26 [colin] 0.9.12cvs33.23
3396 Sync po files with HEAD
3398 2004-07-26 [paul] 0.9.12cvs33.22
3401 fix Bug 556 'Organisation-header is sent even if empty'
3403 2004-07-24 [colin] 0.9.12cvs33.21
3406 * src/gtk/gtkaspell.c
3407 * src/gtk/gtkaspell.h
3408 Fix speller accelerators (require hack)
3410 2004-07-24 [colin] 0.9.12cvs33.20
3412 * src/gtk/gtkaspell.c
3413 Fix over-eager code deletion breaking
3416 2004-07-24 [colin] 0.9.12cvs33.19
3423 (Fixes 546 LDAP completely broken)
3425 2004-07-24 [colin] 0.9.12cvs33.18
3427 * src/prefs_msg_colors.c
3428 Fix prototype mismatch
3429 (Fixes 547 void function cannot return value)
3431 2004-07-24 [colin] 0.9.12cvs33.17
3434 Fix sort going back to previous sort key
3435 when changing sort direction
3437 2004-07-24 [colin] 0.9.12cvs33.16
3440 Fix space insertion when re-wrapping at
3443 2004-07-24 [colin] 0.9.12cvs33.15
3445 * src/gtk/gtkaspell.c
3446 Don't change cursor position in insert-text
3448 (Fixes 539 Word wrapping on input transposes letters)
3450 2004-07-24 [colin] 0.9.12cvs33.14
3452 * src/gtk/gtkaspell.c
3453 Reencode non-ascii chars to dictionary's
3455 (Fixes 544 Spell check broken non english locale)
3457 2004-07-24 [colin] 0.9.12cvs33.13
3460 Fix Shift+Down, add Home/End/PgUp/PgDown
3462 2004-07-21 [colin] 0.9.12cvs33.12
3464 * src/prefs_common.c
3465 Fix a gtk warning (Patch by Andrej Kacian)
3467 2004-07-21 [colin] 0.9.12cvs33.11
3472 2004-07-21 [colin] 0.9.12cvs33.10
3480 * src/prefs_spelling.c
3481 * src/prefs_themes.c
3485 * src/gtk/pluginwindow.c
3486 Untwist open/save mode guessing logic, make
3489 2004-07-20 [colin] 0.9.12cvs33.9
3492 conv_encode_header: src_charset is UTF-8 on
3495 Remove double encoding of the headers
3497 2004-07-20 [colin] 0.9.12cvs33.8
3502 2004-07-20 [colin] 0.9.12cvs33.7
3505 Set the separated messageview to the saved
3506 size of Claws' messageview (Patch by Alfons)
3507 Fix a callback prototype (me)
3509 2004-07-20 [colin] 0.9.12cvs33.6
3512 Forgot one hunk in 0.9.12cvs33.4
3514 2004-07-19 [colin] 0.9.12cvs33.5
3520 2004-07-19 [colin] 0.9.12cvs33.4
3523 Fix outgoing charset bug in headers
3525 Clean for glib2 - Patch by Alfons
3527 2004-07-19 [colin] 0.9.12cvs33.3
3530 Remove grip from the statusbar
3533 2004-07-19 [colin] 0.9.12cvs33.2
3537 Fix messageview remembering the previous
3538 scroll position when loading a new message
3541 2004-07-19 [colin] 0.9.12cvs33.1
3548 2004-07-18 [colin] 0.9.12cvs32.7
3551 Remove useless check for XIM - noticed
3554 2004-07-18 [colin] 0.9.12cvs32.6
3557 Remove non-modified and shift-modified
3558 accelerators in summaryview's popup
3559 menu, as that doesn't get catched by
3560 the accel-activate signal catcher...
3562 2004-07-18 [colin] 0.9.12cvs32.5
3564 * src/prefs_common.c
3565 Define sensible default prefs for
3568 2004-07-18 [colin] 0.9.12cvs32.4
3571 * src/prefs_common.c
3572 * src/prefs_common.h
3573 * src/prefs_wrapping.c
3574 Remove Smart Wrapping pref, which does
3575 nothing on gtk2 branch
3577 2004-07-18 [colin] 0.9.12cvs32.3
3579 * src/sourcewindow.c
3582 2004-07-18 [colin] 0.9.12cvs32.2
3585 Save attachment status when drafting
3587 2004-07-18 [colin] 0.9.12cvs32.1
3590 Fix erratic folder selection in open mode
3592 2004-07-18 [colin] 0.9.12cvs31.11
3595 Don't let partial messages get deleted
3596 even with "dowload all"
3597 (0.9.12cvs31.8 fix extension)
3598 2004-07-18 [colin] 0.9.12cvs31.10
3600 * src/gtk/logwindow.c
3603 2004-07-18 [colin] 0.9.12cvs31.9
3605 * src/common/utils.c
3606 Fix non-utf8 strings coming from commands
3609 2004-07-18 [colin] 0.9.12cvs31.8
3612 Fix partial download bug with Download all
3615 2004-07-18 [colin] 0.9.12cvs31.7
3618 Fix bug introduced in 0.9.12cvs31.2
3619 (blocked in select mode after double click)
3621 2004-07-18 [colin] 0.9.12cvs31.6
3625 More glib-warning fixes
3627 2004-07-18 [colin] 0.9.12cvs31.5
3630 Fix trashing the primary clipboard when moving
3632 (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
3634 2004-07-18 [colin] 0.9.12cvs31.4
3637 convert unencoded iso headers to utf8
3638 (Fix Bug 538 Unencoded local characters in subject make it
3641 2004-07-18 [colin] 0.9.12cvs31.3
3644 Fix tab char handling in wrapping
3645 (Fix Bug 537 Line wrap problem - TAB character treated as
3646 one character instead of 8)
3648 2004-07-18 [colin] 0.9.12cvs31.2
3651 return FALSE on GDK_MOTION_NOTIFY
3652 (Fix Bug 535 Hyperlinks/addresses are not selectable
3653 (unable to highlight))
3655 2004-07-18 [colin] 0.9.12cvs31.1
3658 Sync with 0.9.12cvs31
3660 2004-07-18 [colin] 0.9.12cvs30.4
3663 Also block text_inserted when inserting a file
3665 2004-07-18 [colin] 0.9.12cvs30.3
3668 Fix smart wrapping (block text_inserted handler
3669 while putting quotation to avoid wrap on input,
3670 don't join lines if next is sig separator)
3672 2004-07-17 [colin] 0.9.12cvs30.2
3678 * src/gtk/quicksearch.c
3679 * src/gtk/quicksearch.h
3680 Block key events handlers *and* accels while
3681 quicksearch is focused
3682 (Fixes Bug 534 quick-search bar not accepting certain letters)
3684 2004-07-17 [colin] 0.9.12cvs30.1
3689 Sync with 0.9.12cvs30
3691 2004-07-17 [colin] 0.9.12cvs28.2
3697 Squash some compile and glib warnings
3699 2004-07-17 [paul] 0.9.12cvs28.1
3702 sync with 0.9.12cvs28 HEAD
3704 2004-07-16 [paul] 0.9.12cvs26.1
3706 * src/gtk/quicksearch.c
3710 * src/customheader.c
3711 * src/folder_item_prefs.c
3720 * src/prefs_account.c
3721 * src/prefs_account.h
3722 * src/prefs_common.c
3723 * src/prefs_common.h
3724 * src/prefs_display_header.c
3729 sync with 0.9.12cvs26 HEAD
3731 2004-07-15 [colin] 0.9.12cvs18.14
3734 Disable GPG signature check during
3735 folder move and scan
3736 (Closes Bug 521 Signature checking slows down Folder-Move)
3738 2004-07-14 [colin] 0.9.12cvs18.13
3740 * src/common/partial_download.c
3743 2004-07-14 [colin] 0.9.12cvs18.12
3745 * src/common/partial_download.c
3746 * src/common/partial_download.h
3747 Move doc at top, add correct copyright
3749 2004-07-14 [colin] 0.9.12cvs18.11
3757 * src/common/Makefile.am
3758 * src/common/partial_download.c ** NEW FILES **
3759 * src/common/partial_download.h ** NEW FILES **
3760 Move partial-download related stuff to its
3763 2004-07-14 [colin] 0.9.12cvs18.10
3765 * src/send_message.c
3766 Fix smtp auth when user is null or empty
3768 2004-07-13 [colin] 0.9.12cvs18.9
3770 * src/gtk/quicksearch.c
3771 Use alphabetic order
3773 2004-07-13 [colin] 0.9.12cvs18.8
3776 Be paranoid on the checks
3778 2004-07-13 [colin] 0.9.12cvs18.7
3780 * src/gtk/quicksearch.c
3781 Fix Engrish once again
3783 2004-07-13 [colin] 0.9.12cvs18.6
3787 Mark messages for deletion when they are about to
3788 be removed from trash
3790 2004-07-13 [colin] 0.9.12cvs18.5
3794 * src/matcher_parser_parse.y
3795 * src/prefs_matcher.c
3796 * src/gtk/quicksearch.c
3797 Add 'partial' ('p') match string to find partially
3800 2004-07-13 [colin] 0.9.12cvs18.4
3805 2004-07-13 [colin] 0.9.12cvs18.3
3810 Refactor API (to avoid passing 5+ params and code
3816 Add planned_download to cache
3817 Don't mess uidl file when moving partially downloaded
3818 mails (they change folder, we should change it in the
3819 uidl list too or we'll remove an incorrect message)
3820 (this also helps removing hacks when changing
3821 planned_download in messageview.c)
3823 2004-07-12 [colin] 0.9.12cvs18.2
3825 * src/gtk/quicksearch.c
3826 Fix missing status update in quicksearch
3828 2004-07-12 [paul] 0.9.12cvs18.1
3837 * src/prefs_common.c
3840 * src/prefs_msg_colors.[ch] ** NEW FILES **
3841 * src/prefs_wrapping.[ch] ** NEW FILES **
3843 * src/common/utils.[ch]
3844 * src/gtk/quicksearch.[ch]
3845 sync with 0.9.12cvs18 HEAD
3847 2004-07-12 [colin] 0.9.11cvs17.25
3851 Remove unused function added by me in 0.9.11cvs17.10
3853 2004-07-11 [colin] 0.9.11cvs17.24
3859 Use folderitem and msgnum instead of filename to
3860 know which mail to delete
3861 Move old partial mail deletion to pop.c
3863 2004-07-10 [colin] 0.9.11cvs17.23
3869 Don't re-use same enums for unrelated stuff: it's
3870 completely misleading !
3873 2004-07-09 [colin] 0.9.11cvs17.22
3876 Remove folder-type check and do
3877 more tests to be sure everything's
3880 Punctuation update, remove useless
3881 code, fix two warnings
3883 Layout cleaning, reset 2nd button
3886 2004-07-09 [colin] 0.9.11cvs17.21
3891 Allow user to change his mind
3892 and postpone decision (by
3895 2004-07-09 [colin] 0.9.11cvs17.20
3898 Fix bug with delete state
3901 Fix buffer leak (fread doesn't
3902 terminate buffers with \0)
3903 Refactoring (remove magic
3906 2004-07-09 [colin] 0.9.11cvs17.19
3909 Don't log "Skipping message" if
3910 we're going to TOP it two lines
3913 2004-07-09 [colin] 0.9.11cvs17.18
3918 2004-07-09 [colin] 0.9.11cvs17.17
3925 2004-07-08 [colin] 0.9.11cvs17.16
3929 Add an optional second button
3933 Don't delete partially received mails after a certain
3934 time; rather, let the user decide.
3936 2004-07-08 [colin] 0.9.11cvs17.15
3941 2004-07-08 [colin] 0.9.11cvs17.14
3945 Use to_human_readable() for sizes
3947 2004-07-08 [colin] 0.9.11cvs17.13
3954 Fix partial-downloading issues:
3955 catch unsupported TOP
3956 don't delete partially downloaded mails before 5 days
3957 don't update existing with non-MH folders; that'll
3958 make dups, but it's better than trashing the folder
3959 free new msginfo parts
3962 2004-07-08 [colin] 0.9.11cvs17.12
3966 Sync smtp size verification with HEAD
3968 2004-07-08 [colin] 0.9.11cvs17.11
3971 * src/prefs_common.c
3972 * src/prefs_common.h
3973 * src/gtk/quicksearch.c
3974 * src/gtk/quicksearch.h
3975 Sync sticky pref with HEAD
3977 2004-07-08 [colin] 0.9.11cvs17.10
3979 * src/folder.c [1.213.2.6]
3980 * src/folder.h [1.87.2.6]
3981 * src/inc.c [1.149.2.7]
3982 * src/messageview.c [1.94.2.8]
3983 * src/procheader.c [1.47.2.6]
3984 * src/procmsg.c [1.150.2.4]
3985 * src/procmsg.h [1.60.2.5]
3986 * src/pop.c [1.56.2.4]
3987 * src/pop.h [1.17.2.3]
3988 Let too big messages get downloaded, but truncated
3989 Add a button to download them completely
3991 2004-07-06 [colin] 0.9.11cvs17.9
3993 * src/gtk/quicksearch.c [1.1.2.3]
3997 Add a script to help with cvs
3999 2004-07-03 [colin] 0.9.11cvs17.8
4001 * src/plugins/imageviewer/viewer.c
4002 fix imageviewer (which was staying on the first
4005 2004-07-03 [colin] 0.9.11cvs17.7
4007 Removed FIXME_GTK2 warnings
4008 * src/gtk/gtkutils.c
4011 useless #warnings (no need to mess with menu rc)
4016 2004-07-03 [colin] 0.9.11cvs17.6
4018 Removed FIXME_GTK2 warnings
4020 useless #warnings (rewrite needed)
4022 useless #warnings (rewrite needed)
4023 useless #warnings (gtk2 is like that)
4024 useless #warnings (previously fixed)
4026 useless #warnings (previously fixed)
4027 * src/message_search.c
4028 useless #warnings (gtk2 is like that)
4029 Made apparent that search is case-sensitive
4031 useless #warnings (rewrite needed)
4032 useless #warnings (gtk2 is like that)
4033 reimplemented real warnings
4034 * src/prefs_common.c
4035 Removed block cursor option (not it gtk2)
4037 useless #warnings (rewrite needed)
4039 useless #warnings (rewrite needed)
4040 * src/sourcewindow.c
4041 useless #warnings (incorrect placing)
4042 * src/summary_search.c
4043 useless #warnings (gtk2 is like that)
4044 Made apparent that search is case-sensitive
4046 useless #warnings (gtk2 is like that)
4048 useless #warnings (rewrite needed)
4050 useless #warnings (rewrite needed)
4052 2004-07-03 [colin] 0.9.11cvs17.5
4055 Fix mismerge which broke URI opening
4057 2004-07-01 [colin] 0.9.11cvs17.4
4060 Fill filename when saving
4062 2004-06-27 [colin] 0.9.11cvs17.3
4064 * src/gtk/filesel.[ch]
4065 Use the new GTK file selector
4066 Update prototype to match the reality: multiple file
4067 selection is open-only
4069 Match the new prototypes
4071 Match the new requirements (gtk 2.4.0)
4073 2004-06-26 [colin] 0.9.11cvs17.2
4075 * src/plugins/trayicon/trayicon.c
4076 Remove useless signal handler on resize, which causes
4079 2004-06-26 [colin] 0.9.11cvs17.1
4082 remove launch_firebird and add nautilus2sylpheed.sh
4085 Fix show/hide "Extended symbols" button problem
4086 Fix apparition at startup
4088 * src/plugins/image_viewer/Makefile.am
4091 Re-enable certificate check, as it doesn't seem to
4092 cause Xlib errors anymore
4094 2004-06-25 [paul] 0.9.11cvs17
4096 * sync with 0.9.11cvs17 HEAD
4098 NOTE: QuickSearch is broken
4100 2004-06-07 [colin] 0.9.10claws67.10
4101 * src/plugins/trayicon/trayicon.c
4102 src/plugins/trayicon/libeggtrayicon/Makefile.am
4103 src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4104 Fix gettextization in trayicon plugin
4106 2004-06-07 [colin] 0.9.10claws67.9
4109 src/gtk/gtksctree.[ch]
4110 Let Shift+{Up,Down} work in summaryview
4111 (well, Down "works" and Up works)
4112 Let the list scroll when using these keys
4114 2004-06-06 [colin] 0.9.10claws67.8
4116 * src/plugins/trayicon/trayicon.c
4119 2004-06-06 [colin] 0.9.10claws67.7
4122 Fix signal handling causing system-wide focus grab
4124 2004-05-25 [paul] 0.9.10claws67.6
4130 2004-05-25 [paul] 0.9.10claws67.5
4132 * replace deprecated gtk_signal... functions
4134 2004-05-23 [colin] 0.9.10claws67.4
4139 2004-05-22 [colin] 0.9.10claws67.3
4142 Re-fix [Edited] in compose.c::compose_reedit()
4144 2004-05-22 [colin] 0.9.10claws67.2
4147 Fix parsing of multiparts mails
4149 2004-05-22 [colin] 0.9.10claws67.1
4154 2004-05-22 [paul] 0.9.10claws67
4156 * sync with 0.9.10claws67 HEAD
4161 add forgotton prototype
4163 2004-05-10 [paul] 0.9.10claws57
4165 * sync with 0.9.10claws57 HEAD
4167 2004-05-05 [paul] 0.9.9.claws1
4169 * ChangeLog-gtk2 ** REMOVED **
4170 ChangeLog-gtk2.claws ** ADDED **
4171 rename and adopt the normal claws format
4174 require gtkmathview >= 0.5
4176 * ac/* ** REMOVED **
4178 intl/Makefile.in ** REMOVED **
4180 m4/missing ** ADDED **
4181 m4/missing/gdk-pixbuf.m4 ** ADDED **
4182 m4/missing/gettext.m4 ** ADDED **
4183 m4/missing/gpgme.m4 ** ADDED **
4184 m4/missing/imlib.m4 ** ADDED **
4185 m4/.cvsignore ** ADDED **
4186 m4/Makefile.am ** ADDED **
4187 m4/README ** ADDED **
4188 m4/aclocal-include.m4 ** ADDED **
4189 m4/aspell.m4 ** ADDED **
4190 m4/check-type.m4 ** ADDED **
4191 m4/gnupg-check-typedef.m4 ** ADDED **
4192 m4/openssl.m4 ** ADDED **
4193 m4/spamassassin.m4 ** ADDED **
4194 po/ChangeLog ** REMOVED **
4195 po/Makefile.in.in ** REMOVED **
4196 po/Rules-quot ** REMOVED **
4197 po/boldquot.sed ** REMOVED **
4198 po/en@boldquot.header ** REMOVED **
4199 po/en@quot.header ** REMOVED **
4200 po/insert-header.sin ** REMOVED **
4201 po/quot.sed ** REMOVED **
4202 po/remove-potcdate.sed ** REMOVED **
4203 po/remove-potcdate.sin ** REMOVED **
4204 po/stamp-po ** REMOVED **
4208 enable building with automake 1.8.x
4209 add 'autopoint --force' to autogen.sh and remove all
4210 auto-generated files, remove ac/ directory and use
4211 m4/ directory instead
4213 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4216 2004-02-28 Colin Leroy <colin@colino.net>
4217 * src/prefs_matcher.c
4218 src/prefs_filtering.c
4219 src/prefs_filtering_action.c
4220 Fix non-editable GtkEntries
4222 2004-02-22 Thorsten Maerz <torte@netztorte.de>
4223 * src/prefs_themes.c
4224 utf8 conversion for theme info
4226 2004-02-21 Thorsten Maerz <torte@netztorte.de>
4229 2004-02-14 Thorsten Maerz <torte@netztorte.de>
4230 * src/grouplistdialog.c
4231 allow multiple selections without ctrl key
4233 2004-02-09 Thorsten Maerz <torte@netztorte.de>
4235 enable customizable accelerators
4237 2004-02-08 Thorsten Maerz <torte@netztorte.de>
4238 * src/prefs_common.c
4239 re-enable different font settings for gtk1/2
4240 * src/prefs_folder_item.c
4241 fix folder prefs displayed wrong
4243 set 'sunken' shadow type
4245 2004-02-07 Colin Leroy <colin@colino.net>
4247 Fix message being always [Edited]
4248 Encode headers correctly (utf8 buf)
4250 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4252 remove double g_source_attach()
4253 (Thanks to Colin Leroy)
4255 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4256 * src/gtk/gtksctree.c
4257 Fix SSL certificate list not shown
4259 Fix clicks in mime tree
4261 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4262 * src/common/socket.c
4265 Fix clipboard menu hotkeys
4267 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4268 * src/gtk/gtkaspell.[ch]
4270 reimplement spellchecker
4272 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4274 crash when inserting file in compose window
4275 (TODO: keep old selection on clicks)
4277 use gtkrc-2.0 instead of gtkrc
4279 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4281 remove orphaned mimeview unref()
4283 2004-01-20 Thorsten Maerz <torte@netztorte.de>
4284 * src/grouplistdialog.c
4285 expand nodes containing subscribed groups
4287 2004-01-19 Thorsten Maerz <torte@netztorte.de>
4289 textview: hide cursor, restore old click behaviour
4291 2004-01-18 Thorsten Maerz <torte@netztorte.de>
4293 variable names messed up
4295 2004-01-17 Colin Leroy <colin@colino.net>
4297 Fix completion address too thin
4299 Fix tab-to-subject behaviour
4301 Implement key up & down in summaryview
4303 2004-01-12 Thorsten Maerz <torte@netztorte.de>
4307 2004-01-08 Thorsten Maerz <torte@netztorte.de>
4312 faq, man, manual moved to doc/
4315 ac/gnupg-check-typedef.m4
4318 ac/missing/gdk-pixbuf.m4
4321 fix automake warnings
4323 2003-12-06 Colin Leroy <colin@colino.net>
4327 2003-12-05 Colin Leroy <colin@colino.net>
4329 Fix going to next unread folder
4331 2003-12-05 Colin Leroy <colin@colino.net>
4333 Fix gtk2 compilation
4335 Remove iotag source handler at disconnection
4337 Remove source handler when closing socket
4340 2003-12-04 Colin Leroy <colin@colino.net>
4344 Fix some dropdown menus
4346 2003-12-04 Colin Leroy <colin@colino.net>
4348 Fix event handlers on header fields
4349 * src/common/socket.c
4350 src/common/session.c
4351 Fix segfault with callback (SSL)
4354 2003-10-06 Thorsten Maerz <torte@netztorte.de>
4356 * Fix compile bug in src/compose.c
4357 * removed src/gtk/gtkstext.[ch]
4359 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
4361 * Convert character set and escape "text" attributes in toolbar setting
4363 * Fixed bug in button-press-event handling.
4365 2003-09-16 Thorsten Maerz <torte@netztorte.de>
4367 * Fixed bug in key-press-event handling.
4369 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
4371 * Enabled to compile tray-icon plugin (Ad-hoc).
4372 * Avoid hang up bug of icon list in mime view (Ad-hoc).
4374 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
4376 * Enabled to compile on sylpheed-claws.
4377 (tray-icon plugin still cannot compile yet.)
4379 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
4383 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
4386 * Ported monitoring SSL mechanism to GSource of GLib2
4387 (I don't confirm it)
4388 * Added _gtk2 suffix to key name of font preference to avoid
4389 ovverwriting preference of Gtk+-1.2 version.
4391 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
4395 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
4398 * Translate po files into UTF-8 when execute autogen.sh.
4400 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
4404 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
4406 * Plugged GError related memory leaks.
4408 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
4410 * Changed default size of fonts.
4411 * Enabled to set titile font size of warning dialog.
4413 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
4415 * Embed a sylpheed icon into executable binary on Windows.
4417 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
4419 * I forgot to traslate character set of element string in src/xml.c.
4421 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
4423 * Fixed detecting bind_textdomain_codeset in configure.in.
4424 * The bug in which "Example" of "Date fromat" preference isn't displayed
4425 correctly has been fixed.
4427 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
4429 * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
4430 Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
4432 Removed intl directory.
4433 Translated po files into UTF-8.
4436 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
4438 * The bug which doesn't unscape string in xml.c has been fixed.
4440 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
4442 * The bug which is failed to translate encoding of file name thorough
4443 file dialog has been fixed.
4445 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
4447 * Modified to translate file names which is used in inporting/expoting
4448 mbox feature and "Save as" feature into locale encoding.
4449 * Translate file names into locale encoding when "Attache file" and
4451 * Force set G_BROKEN_FILENAMES environment variable.
4452 * Other minor fixes.
4454 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
4456 * Modified to treat MH folder's name as locale encoding.
4458 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
4460 * The bug which clash on switching candidates of auto completion of
4461 addresses, cannot use auto completion in Japanesse is fixed
4462 (Thanks! Tokunaga-san)¡¥
4464 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
4466 * The bug which cannot switch key accelerator preference has been fixed
4467 (Thanks! smbd-san)¡¥
4469 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
4471 * version 0.8.11-gtk2-20030314
4473 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
4475 * The bug in which character set conversion of filtering messages has
4476 been fixed.(Thanks! COCOA-san).
4478 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
4480 * Revived "Leave space on head" preference in "Message" category.
4481 * A bug which clash when put the cursor to end of buffer and execute
4482 "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
4484 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
4486 * version 0.8.11-gtk2-20030312