1 2005-04-21 [paul] 1.9.6cvs44
9 use gtkut_widget_draw_now(). Improved performance
10 of the update of statusbar
13 gtkut_widget_draw_now(): use gdk_window_process_updates()
14 to force update of widgets.
15 Removed gtkut_widget_wait_for_draw() which had a big
16 overhead because of waiting for all events processed
18 2005-04-20 [paul] 1.9.6cvs43
21 complete 1.9.6cvs42's sync:
22 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
24 2005-04-19 [paul] 1.9.6cvs42
29 catch_output(): correctly select the insert text
30 (fix invalid iterator warnings).
37 * src/common/session.c
38 * src/common/session.h
39 use separate buffer for large data to be sent,
40 and don't duplicate it (reduces memory usage) (thanks to Dirk).
42 2005-04-18 [paul] 1.9.6cvs41
45 convert unsigned long into guint32
46 patch by Paul LeoNerd Evans
48 2005-04-17 [colin] 1.9.6cvs40
51 Fix 'Request return receipt' from folder
54 2005-04-17 [colin] 1.9.6cvs39
57 Fix duplicate hotkeys in Mainwindow's menu
59 2005-04-17 [colin] 1.9.6cvs38
62 Fix duplicate hotkeys in Folderview's contextual
65 2005-04-15 [colin] 1.9.6cvs37
68 Fix 'Save as...' with non-ascii filenames
70 2005-04-15 [colin] 1.9.6cvs36
72 * src/plugins/pgpmime/pgpmime.c
73 Fix bus error on 64bit. Spotted by
74 macallan1888@gmail.com
76 2005-04-15 [colin] 1.9.6cvs35
81 2005-04-12 [colin] 1.9.6cvs34
84 Fix smtp auth type off-by-one. We forgot to
85 add PLAIN in the prefs-to-gui setter func and
86 as a result, the selected auth when opening
87 account prefs was not the correct one.
89 2005-04-12 [paul] 1.9.6cvs33
92 if the recv dialog is visible, Cancel only
93 cancels the current account
96 2005-04-10 [colin] 1.9.6cvs32
99 Copy score when copying FilteringActions
102 2005-04-10 [colin] 1.9.6cvs31
105 Make Message -> Receive -> Cancel cancel
106 incorporation on all accounts. Fixes
109 2005-04-10 [colin] 1.9.6cvs30
111 * src/prefs_account.c
112 Update Privacy checkbuttons status based
113 on the selected privacy system
115 Always connect the "None" privacy system; the
116 static boolean was probably there to avoid
117 reconnecting twice in the same compose window,
118 but as the parent function is only called once
119 per compose, it's only a bug - as a static is
120 initialized once per application instance.
121 Also, don't uncheck Sign and Encrypt when
122 selecting None as privacy system; just ignore
123 them when sending/queuing.
126 2005-04-08 [colin] 1.9.6cvs29
129 * src/prefs_account.c
130 * src/prefs_account.h
131 Add account preference to queue message in a certain
134 2005-04-06 [colin] 1.9.6cvs28
136 * src/prefs_account.c
137 Update old inbox path syntax
139 2005-04-06 [paul] 1.9.6cvs27
144 changed -traditional-cpp to -no-cpp-precomp for newer
147 made column resize automatically
149 send_message_smtp(): consider EOF right after QUIT
150 successful (workaround for Gmail SMTP server)
151 * src/common/socket.c
152 ssl_read(), ssl_peek(): check EOF which violates the
154 * src/gtk/colorlabel.c
155 removed warnings when displaying colorlabel menu
156 (don't use GtkAlignment)
158 2005-04-05 [paul] 1.9.6cvs26
160 * src/plugins/trayicon/trayicon.c
161 fix clipping of icon under KDE3
163 2005-04-05 [paul] 1.9.6cvs25
166 hide display of threading
169 2005-04-04 [thorsten] 1.9.6cvs24
172 marks lost on filesystems with different stat() results on
175 2005-04-03 [colin] 1.9.6cvs23
178 Don't handle up/down. Patch by Alfons
180 2005-04-02 [colin] 1.9.6cvs22
183 Make scrolling faster. Patch by Alfons.
185 2005-04-01 [colin] 1.9.6cvs21
189 * src/pixmaps/dir-noselect.xpm ** REMOVED **
190 * src/pixmaps/dir_noselect.xpm ** ADDED **
191 Fix pixmap name mismatch (Thanks Stephan Sachse)
193 2005-04-01 [colin] 1.9.6cvs20
201 Implement inline image resizing and right-clicking
203 2005-04-01 [paul] 1.9.6cvs19
209 patch by Luca Cavalli <loopback<AT>slackit.org>
211 updated by Pavlo Bohmat
213 2005-03-31 [colin] 1.9.6cvs18
216 Fix parsing references
218 don't put nulls in the references list
220 commit that forgotten file in 1.9.6cvs14
222 2005-03-31 [colin] 1.9.6cvs17
225 Fix joining of signature separator again.
226 Maybe Hiro could put it in main too...
228 2005-03-31 [colin] 1.9.6cvs16
234 * src/pixmaps/dir-noselect.xpm
235 Update foldersel.c (sync from main, patch by Alfons)
237 2005-03-30 [colin] 1.9.6cvs15
240 Fix handling of imap folders containing [] in
241 their name. Thanks to Nahuel Angelinetti for
242 the detailed bugreport.
244 2005-03-30 [colin] 1.9.6cvs14
254 * src/quote_fmt_parse.y
256 Update references system. Patch by Alfons
258 2005-03-30 [colin] 1.9.6cvs13
260 * src/common/socket.c
261 Force the glibc to read resolv.conf again when
262 it has changed. Should fix issues when changing
263 networks on a laptop and not restarting sylpheed.
265 2005-03-30 [paul] 1.9.6cvs12
267 partial sync with main:
270 create_io_dialog(): use user-defined text font
271 (thanks to Alfons), and modified its appearance.
277 don't join (presumably) itemized lines on line-wrapping
278 fixed wrapping of quote when auto-wrapping is enabled
279 compose_destroy(): destroy paned only if it's not
280 attached to window. Fixed memory leak of popup menu.
290 removed redundant code
292 changed 'Code set' (which is rather incorrect)
293 in the menu to 'Character encoding'
294 main_window_set_widgets(): request size first
295 to prevent window size becoming wrong
296 fixed remembering of the state of the visibility
299 changed 'Code set' (which is rather incorrect)
300 in the menu to 'Character encoding'
303 added an option whether to render HTML as text or not
304 added separators to outgoing encoding menu
306 procheader_scan_date_string(): support header
307 like: "[Tue,] 01 Feb 2005 09:57[:00]"
312 textview_show_html(): force output of newline
313 added an option whether to render HTML as text or not
315 strncpy2(): optimized based on Alfons' code
318 removed non-used code
319 * src/plugins/pgpmime/passphrase.c
320 partially fixed grab input of passphrase dialog
321 Confine pointer to window
323 2005-03-30 [colin] 1.9.6cvs11
327 Read/write 32bit ints from cache & marks
330 2005-03-29 [paul] 1.9.6cvs10
335 * src/gtk/gtkaspell.c
336 sync with HEAD (don't pass NULL pointers)
342 * tools/acroread2sylpheed.pl
343 sync with HEAD (add script to send pdfs as
344 attachments from Adobe Reader 7)
346 2005-03-21 [paul] 1.9.6cvs9
352 * src/image_viewer.c ** ADDED **
353 * src/image_viewer.h ** ADDED **
357 * src/prefs_image_viewer.c ** ADDED **
358 * src/prefs_image_viewer.h ** ADDED **
361 * src/pixmaps/sylpheed_logo.xpm
362 * src/plugins/Makefile.am
363 * src/plugins/image_viewer/.cvsignore ** REMOVED **
364 * src/plugins/image_viewer/Makefile.am ** REMOVED **
365 * src/plugins/image_viewer/plugin.c ** REMOVED **
366 * src/plugins/image_viewer/viewer.c ** REMOVED **
367 * src/plugins/image_viewer/viewer.glade ** REMOVED **
368 * src/plugins/image_viewer/viewer.h ** REMOVED **
369 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
370 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
371 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
372 as gdk-pixbuf is now built-in
373 remove image_viewer plugin and put code back into
375 implement inline image display (sync with main)
377 replace logo with newer, nicer, larger version
379 2005-03-21 [paul] 1.9.6cvs8
384 2005-03-21 [holger] 1.9.6cvs7
386 * src/plugins/spamassassin/spamassassin.c
388 (unregister hook on failed plugin init)
390 2005-03-20 [colin] 1.9.6cvs6
392 * src/common/plugin.c
393 Check that plugin isn't already loaded
396 2005-03-20 [thorsten] 1.9.6cvs5
399 use a more compatible syntax
401 2005-03-20 [thorsten] 1.9.6cvs4
403 * src/prefs_toolbar.c
404 fix crash when selecting toolbar item (uninitialized pointer)
406 2005-03-20 [thorsten] 1.9.6cvs3
409 fix mimetype detection (referenced free()d string)
411 2005-03-20 [paul] 1.9.6cvs2
414 sync with HEAD (1.0.3cvs5)
415 neglect Reply-To header if empty
418 2005-03-19 [holger] 1.9.6cvs1
424 2005-03-18 [paul] 1.9.6
428 2005-03-18 [paul] 1.0.3cvs3.1
434 * src/pixmaps/sylpheed_logo.xpm
437 2005-03-18 [colin] 1.0.3cvs2.6
440 Remove call to summary_step in summary_copy_selected_to
441 Can't see its purpose, and this causes bug when copying
442 a message if the next one is unread: it reads it.
444 2005-03-18 [paul] 1.0.3cvs2.5
447 fix bug 694 'Enter doesn't trigger OK in "Move" window'
449 2005-03-18 [paul] 1.0.3cvs2.4
460 fix buffer overflow, CAN-2005-0667, see
461 http://secunia.com/advisories/14491/
464 2005-03-17 [colin] 1.0.3cvs2.3
468 Fix font bugs (both lists now officialy share
472 2005-03-17 [paul] 1.0.3cvs2.2
474 * src/gtk/pluginwindow.c
475 make plugin descriptions uneditable
477 2005-03-11 [paul] 1.0.3cvs2.1
482 * src/plugins/trayicon/trayicon.c
484 add src/wizard.c to POTFILES.in
486 2005-03-11 [paul] 1.0.3cvs1.1
502 2005-03-04 [colin] 1.0.1cvs22.2
505 Fix signatures with accentued chars in it
507 2005-03-04 [colin] 1.0.1cvs22.1
511 Don't use SIZE param in MAIL FROM: if server
512 doesn't support it. Patch by Eugen Freiter
513 <eugen_f@users.sf.net>
515 2005-02-27 [paul] 1.0.1cvs20.1
522 2005-02-27 [colin] 1.0.1cvs19.4
526 Fix prototypes. Patch by Alfons
528 2005-02-27 [colin] 1.0.1cvs19.3
531 Don't auto-join the signature separator.
533 2005-02-26 [colin] 1.0.1cvs19.2
536 Fix 'mark all read' with collapsed threads.
539 2005-02-25 [paul] 1.0.1cvs19.1
543 * src/prefs_account.c
544 * src/prefs_folder_item.c
545 * src/gtk/prefswindow.c
546 * src/gtk/prefswindow.h
549 2005-02-25 [paul] 1.0.1cvs15.12
557 * src/gtk/logwindow.c
558 * src/gtk/progressdialog.c
559 sync with main (revision 127)
560 and fix logwindow clipping
562 2005-02-24 [colin] 1.0.1cvs15.11
564 * src/plugins/pgpmime/passphrase.c
565 Disable input grabbing; it doesn't work yet.
567 2005-02-24 [colin] 1.0.1cvs15.10
570 Don't send out receipts if offline. Ask.
572 2005-02-23 [colin] 1.0.1cvs15.9
577 2005-02-23 [colin] 1.0.1cvs15.8
580 Really fix Bug 568 by removing useless
581 calls. summary_thread_init() now called
582 in summary_sort(). This should please
583 Alfons as it should be faster than
586 2005-02-23 [colin] 1.0.1cvs15.7
589 Encode parts as QP or B64 if signing
591 2005-02-23 [colin] 1.0.1cvs15.6
594 Fix Mimeinfo leakage (including tmp files)
596 Fix tmp file leakage (spotted by Ivan Rayner)
598 2005-02-22 [colin] 1.0.1cvs15.5
601 Fix keyboard input. Patch by Alfons.
603 2005-02-21 [colin] 1.0.1cvs15.4
606 Fix Sign/Encrypt when unselecting privacy
609 Change default message font to Monospace
611 More freezing during potentially large operations
613 2005-02-21 [paul] 1.0.1cvs15.3
618 2005-02-21 [paul] 1.0.1cvs15.2
626 sync with main (revision 117)
628 2005-02-20 [colin] 1.0.1cvs15.1
631 Change cache file to .sylpheed_claws_cache, as
632 suggested by Alfons. Allows people to switch
633 between Sylpheed and Sylpheed-Claws. it is
634 a good idea to "Check for new messages" at next
638 2005-02-18 [colin] 1.0.1cvs14.1
640 * src/quote_fmt_lex.l
641 * src/quote_fmt_parse.y
642 Fix parser initialisation. Patch by Ivan.
644 2005-02-18 [colin] 1.0.1cvs11.6
647 Fix scrolldown (bug 662)
649 2005-02-17 [colin] 1.0.1cvs11.5
652 conv_filename_to_utf8: return clean 7bit instead
653 of broken utf8 if needed
655 Fix display of parts with unclean 8bit names
657 2005-02-17 [paul] 1.0.1cvs11.4
661 * src/matcher_parser_parse.y
664 * src/common/Makefile.am
665 * src/common/intl.h ** REMOVED **
666 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
667 sync with main (revision 109)
670 2005-02-16 [colin] 1.0.1cvs11.3
673 Fix collapsed thread not highlighting when new
674 messages in it (Bug 568) Patch by Stephan Sachse.
675 Fix messed up selection when reaching bounds (Bug 632)
677 Fix theme installing (Bug 684)
679 2005-02-16 [colin] 1.0.1cvs11.2
682 Fix messageview_select_all
684 2005-02-16 [colin] 1.0.1cvs11.1
687 Sync with HEAD (MH scan required function)
689 2005-02-15 [colin] 1.0.1cvs8.1
693 Sync with HEAD (filename chars substitution)
695 2005-02-15 [colin] 1.0.1cvs7.3
697 * src/gtk/pluginwindow.c
700 2005-02-15 [colin] 1.0.1cvs7.2
703 Fix mime icons not reset across message when
706 2005-02-15 [colin] 1.0.1cvs7.1
710 Sync with HEAD (optimisation of cvs6)
712 2005-02-14 [colin] 1.0.1cvs6.1
716 Sync with HEAD (encode "From " at line beginning)
718 2005-02-14 [colin] 1.0.1cvs5.3
721 Fix wrapping with accentued chars.
723 2005-02-13 [colin] 1.0.1cvs5.2
726 Fix email informative part parsing with
727 accentued chars in it. ispunct() returns
728 true for them in utf8...
730 2005-02-12 [colin] 1.0.1cvs5.1
733 Sync with HEAD (remove wrong use of compose after send)
735 2005-02-12 [paul] 1.0.1cvs4.5
738 remove unnecessary code (thanks to Alfons)
740 2005-02-12 [paul] 1.0.1cvs4.4
743 add 'Copy' to contextual menu on emails
745 2005-02-11 [colin] 1.0.1cvs4.3
748 revert 1.0.0cvs28.2, it doesn't work that well.
750 2005-02-11 [paul] 1.0.1cvs4.2
755 2005-02-10 [paul] 1.0.1cvs4.1
762 sync with HEAD (sync with main)
764 2005-02-10 [paul] 1.0.1cvs3.2
770 * config/mkinstalldirs
775 * intl/config.charset
790 * intl/libgnuintl.h.in
793 * intl/localcharset.c
794 * intl/localcharset.h
834 * src/editldap_basedn.c
842 * src/folder_item_prefs.c
845 * src/grouplistdialog.c
859 * src/message_search.c
868 * src/partial_download.c
870 * src/prefs_account.c
871 * src/prefs_actions.c
873 * src/prefs_customheader.c
874 * src/prefs_display_header.c
875 * src/prefs_ext_prog.c
876 * src/prefs_filtering.c
877 * src/prefs_filtering_action.c
878 * src/prefs_folder_item.c
881 * src/prefs_matcher.c
882 * src/prefs_msg_colors.c
883 * src/prefs_spelling.c
884 * src/prefs_summary_column.c
885 * src/prefs_template.c
887 * src/prefs_toolbar.c
888 * src/prefs_wrapping.c
900 * src/summary_search.c
906 * src/common/plugin.c
909 * src/common/ssl_certificate.c
910 * src/common/string_match.c
911 * src/common/sylpheed.c
912 * src/common/template.c
915 * src/gtk/colorlabel.c
916 * src/gtk/description_window.c
918 * src/gtk/foldersort.c
919 * src/gtk/gtkaspell.c
921 * src/gtk/inputdialog.c
922 * src/gtk/logwindow.c
924 * src/gtk/pluginwindow.c
925 * src/gtk/prefswindow.c
926 * src/gtk/progressdialog.c
927 * src/gtk/quicksearch.c
928 * src/gtk/sslcertwindow.c
929 * src/plugins/clamav/clamav_plugin.c
930 * src/plugins/clamav/clamav_plugin_gtk.c
931 * src/plugins/demo/demo.c
932 * src/plugins/dillo_viewer/dillo_prefs.c
933 * src/plugins/dillo_viewer/dillo_viewer.c
934 * src/plugins/image_viewer/plugin.c
935 * src/plugins/image_viewer/viewer.c
936 * src/plugins/image_viewer/viewerprefs.c
937 * src/plugins/mathml_viewer/mathml_viewer.c
938 * src/plugins/pgpmime/passphrase.c
939 * src/plugins/pgpmime/plugin.c
940 * src/plugins/pgpmime/prefs_gpg.c
941 * src/plugins/pgpmime/select-keys.c
942 * src/plugins/pgpmime/sgpgme.c
943 * src/plugins/spamassassin/spamassassin.c
944 * src/plugins/spamassassin/spamassassin_gtk.c
945 * src/plugins/trayicon/trayicon.c
946 sync with main (revision 104)
948 2005-02-10 [colin] 1.0.1cvs3.1
951 Sync with HEAD (fix occasional crasher)
953 2005-02-10 [colin] 1.0.1cvs2.1
956 Synw with HEAD (don't automatically display html)
958 2005-02-09 [colin] 1.0.1cvs1.3
962 Add contextual menu on emails
964 2005-02-09 [colin] 1.0.1cvs1.2
967 Fix converting from broken headers and
968 put back the _ in missing places
969 (feature broke with cvs24.2 sync, main
972 2005-02-09 [colin] 1.0.1cvs1.1
977 Sync with HEAD (display non text/plain mails with plugin)
979 2005-02-08 [colin] 1.0.1.1
985 Make default configuration directory
988 2005-02-08 [colin] 1.0.0cvs29.1
996 Sync translations with HEAD
998 2005-02-06 [colin] 1.0.0cvs28.3
1001 Make compose a bit faster - patch by Alfons.
1003 2005-02-06 [colin] 1.0.0cvs28.2
1006 Make pasting via middle-click more reliable
1008 2005-02-05 [paul] 1.0.0cvs28.1
1016 (fix bug 682 'redirect is broken'
1018 2005-02-05 [torte] 1.0.0cvs27.1
1022 * src/partial_download.c
1023 Sync with HEAD (fix buf overflow)
1025 2005-02-03 [colin] 1.0.0cvs26.1
1027 * src/common/plugin.c
1028 Sync with HEAD (avoid plugin mismatches)
1030 2005-02-03 [paul] 1.0.0cvs25.3
1036 * src/gtk/colorlabel.c
1037 third and final part of initial sync with main-gtk2
1039 2005-02-03 [paul] 1.0.0cvs25.2
1042 fix building with jpilot support
1044 2005-02-02 [colin] 1.0.0cvs25.1
1047 Sync with HEAD (fix dangerous typo)
1049 2005-02-01 [colin] 1.0.0cvs24.3
1052 Write file as advertised (UTF-8)
1054 2005-02-01 [paul] 1.0.0cvs24.2
1063 * src/folder_item_prefs.c
1069 * src/matcher_parser_lex.l
1072 * src/prefs_account.c
1073 * src/prefs_actions.c
1074 * src/prefs_common.c
1077 * src/prefs_themes.c
1080 * src/sourcewindow.c
1086 * src/common/template.c
1087 * src/common/utils.c
1090 * src/gtk/gtkaspell.c
1091 * src/plugins/clamav/clamav_plugin.c
1092 * src/plugins/dillo_viewer/dillo_prefs.c
1093 * src/plugins/image_viewer/viewerprefs.c
1094 * src/plugins/pgpmime/passphrase.c
1095 * src/plugins/pgpmime/prefs_gpg.c
1096 * src/plugins/pgpmime/select-keys.c
1097 * src/plugins/spamassassin/spamassassin.c
1098 second part of initial sync with main-gtk2
1101 2005-01-31 [colin] 1.0.0cvs24.1
1106 2005-01-29 [paul] 1.0.0cvs23.2
1119 * src/editldap_basedn.c
1123 * src/grouplistdialog.c
1129 * src/message_search.c
1132 * src/prefs_actions.c
1133 * src/prefs_common.c
1134 * src/prefs_common.h
1135 * src/prefs_customheader.c
1136 * src/prefs_display_header.c
1137 * src/prefs_filtering.c
1138 * src/prefs_filtering_action.c
1140 * src/prefs_matcher.c
1141 * src/prefs_summary_column.c
1142 * src/prefs_template.c
1143 * src/sourcewindow.c
1144 * src/summary_search.c
1148 * src/gtk/description_window.c
1149 * src/gtk/gtkshruler.c
1150 * src/gtk/gtkutils.c
1151 * src/gtk/gtkutils.h
1152 * src/gtk/inputdialog.c
1153 * src/gtk/logwindow.c
1154 * src/gtk/prefswindow.c
1155 * src/gtk/progressdialog.c
1156 * src/gtk/progressdialog.h
1157 first part of initial sync with main-gtk2
1160 2005-01-28 [colin] 1.0.0cvs23.1
1165 2005-01-27 [colin] 1.0.0cvs21.1
1171 2005-01-27 [colin] 1.0.0cvs19.1
1176 2005-01-27 [colin] 1.0.0cvs18.1
1188 2005-01-26 [paul] 1.0.0cvs15.2
1191 compose_entries_set(): convert subject and body to
1192 utf8 if necessary. patch by Felix Eckhofer
1194 2005-01-26 [paul] 1.0.0cvs15.1
1197 * src/common/template.c
1198 sync with HEAD (fix memory leak)
1200 2005-01-25 [paul] 1.0.0cvs14.1
1206 2005-01-24 [colin] 1.0.0cvs13.1
1211 2005-01-24 [paul] 1.0.0cvs12.1
1216 * src/common/utils.c
1219 2005-01-24 [colin] 1.0.0cvs11.1
1224 2005-01-24 [colin] 1.0.0cvs10.1
1229 2005-01-23 [colin] 1.0.0cvs9.1
1234 2005-01-22 [colin] 1.0.0cvs8.1
1237 * src/gtk/quicksearch.c
1240 2005-01-21 [colin] 1.0.0cvs7.1
1245 2005-01-21 [colin] 1.0.0cvs6.1
1250 2005-01-21 [colin] 1.0.0cvs5.1
1252 * src/gtk/quicksearch.c
1253 * src/prefs_common.c
1254 * src/prefs_common.h
1255 Sync with HEAD (recurse option)
1257 2005-01-21 [colin] 1.0.0cvs4.1
1263 * src/gtk/quicksearch.c
1264 * src/gtk/quicksearch.h
1265 Sync with HEAD (recursive quicksearch)
1267 2005-01-20 [colin] 1.0.0cvs3.4
1272 2005-01-20 [colin] 1.0.0cvs3.3
1275 Fix leak, thanks to Alfons.
1277 2005-01-20 [colin] 1.0.0cvs3.2
1280 Port SSL certificate window to GTK2.
1282 2005-01-20 [paul] 1.0.0cvs3.1
1290 2005-01-19 [colin] 1.0.0cvs2.2
1292 * src/plugins/trayicon/trayicon.c
1293 Fix freeze with gtk-2.6, the easy way
1294 (signal blocking helpless there...)
1297 2005-01-19 [colin] 1.0.0cvs2.1
1306 2005-01-19 [paul] 1.0.0cvs1.1
1320 sync with HEAD (update translations)
1322 2005-01-18 [colin] 1.0.0cvs0.1
1325 Specify search column - patch by Alfons
1327 2005-01-18 [colin] 0.9.13cvs36.3
1329 * src/prefs_toolbar.c
1330 Change Delete to Remove
1332 GTK2 version and leak fixes
1333 * src/prefs_actions.c
1335 All patches by Alfons
1337 2005-01-17 [colin] 0.9.13cvs36.2
1340 Fix DnD inserting twice. While at it,
1341 add DnD support for text/plain in the
1342 body, and add support in the headers.
1344 2005-01-16 [colin] 0.9.13cvs36.1
1349 Sync with HEAD (nothing applicable)
1351 2005-01-16 [colin] 0.9.13cvs33.2
1353 * src/prefs_toolbar.c
1354 GTK2ize prefs_toolbar, by Alfons.
1356 2005-01-14 [colin] 0.9.13cvs33.1
1362 2005-01-14 [colin] 0.9.13cvs32.1
1368 * tools/calypso_convert.pl
1371 2005-01-08 [colin] 0.9.13cvs29.2
1373 * src/prefs_filtering_action.c
1374 * src/prefs_filtering.c
1375 2 more gtk2 patches by Alfons
1377 2005-01-07 [paul] 0.9.13cvs29.1
1387 2005-01-07 [colin] 0.9.13cvs28.3
1389 * src/gtk/progressdialog.c
1390 * src/gtk/progressdialog.h
1392 * src/send_message.c
1393 GTK2 for the incorporation dialog. The CList isn't dead
1394 yet, for a more smooth migration. Patch by Alfons.
1396 2005-01-06 [colin] 0.9.13cvs28.2
1398 * src/prefs_display_header.c
1399 GTK2 conversion by Alfons
1400 * src/prefs_actions.c
1401 * src/prefs_matcher.c
1402 Fix 2 leaks - patch by Alfons
1404 2005-01-06 [colin] 0.9.13cvs28.1
1406 * src/prefs_matcher.c
1409 2005-01-06 [colin] 0.9.13cvs27.4
1411 * src/prefs_matcher.c
1412 Fix double-free. Patch by Alfons
1414 2005-01-06 [colin] 0.9.13cvs27.3
1416 * src/prefs_matcher.c
1417 GTK2 widgets + memleak
1420 2005-01-05 [colin] 0.9.13cvs27.2
1425 * src/stock_pixmap.c
1426 * src/stock_pixmap.h
1427 3 more GTK2 patches by Alfons.
1429 2005-01-04 [colin] 0.9.13cvs27.1
1436 2005-01-04 [colin] 0.9.13cvs25.9
1439 Fix Show Ruler menuitem
1440 * src/prefs_template.c
1442 * src/common/utils.c
1443 Make auto pointer stuff handles NULLs
1446 2005-01-04 [colin] 0.9.13cvs25.8
1449 Move the attachment list to gtk2
1452 2005-01-04 [colin] 0.9.13cvs25.7
1455 Make some keys work again
1456 Patch by SungHyun Nam <namsh@kldp.org>
1458 2005-01-04 [colin] 0.9.13cvs25.6
1460 * src/gtk/gtkshruler.c
1461 Move the ruler to GTK2
1464 2005-01-03 [colin] 0.9.13cvs25.5
1467 Fix my broken patch apply
1469 2005-01-03 [colin] 0.9.13cvs25.4
1471 * src/common/utils.c
1472 * src/common/utils.h
1473 * src/gtk/prefswindow.c
1474 Move auto pointer stuff to utils.c
1475 Patch by Alfons again :)
1477 2005-01-03 [colin] 0.9.13cvs25.3
1481 * src/prefs_template.c
1483 Empty text widgets with empty strings, not NULL char
1484 Patch by SungHyun Nam <namsh@kldp_org>
1486 2005-01-03 [colin] 0.9.13cvs25.2
1492 2005-01-03 [colin] 0.9.13cvs25.1
1498 2005-01-03 [colin] 0.9.13cvs24.3
1501 Two patches from Alfons and Alex S Moore:
1502 fix images, fix return value.
1504 2005-01-01 [colin] 0.9.13cvs24.2
1506 * src/prefs_actions.c
1507 Fix over-zealous assertion. Patch by Alfons
1509 2005-01-01 [colin] 0.9.13cvs24.1
1512 Sync with HEAD (leak fix)
1514 2004-12-31 [colin] 0.9.13cvs23.2
1516 * src/prefs_common.c
1517 GTK2 widgets + stock buttons - patch by Alfons
1519 2004-12-31 [paul] 0.9.13cvs23.1
1522 bump up EXTRA_VERSION to match (sync'ed) HEAD
1523 * src/gtk/pluginwindow.c
1524 use GTK2 widgets and plug memory leaks,
1527 2004-12-30 [colin] 0.9.13cvs22.4
1534 * src/message_search.c
1535 * src/prefs_actions.c
1536 * src/prefs_common.c
1537 * src/prefs_customheader.c
1538 * src/prefs_filtering.c
1539 * src/prefs_summary_column.c
1540 * src/summary_search.c
1542 * src/gtk/description_window.c
1543 * src/gtk/gtkutils.c
1544 * src/gtk/gtkutils.h
1545 * src/gtk/inputdialog.c
1546 * src/gtk/prefswindow.c
1547 Use GTK2 stock buttons. Patches by Alfons.
1549 2004-12-30 [colin] 0.9.13cvs22.3
1553 * src/prefs_actions.c
1554 * src/prefs_customheader.c
1555 * src/prefs_filtering.c
1556 * src/prefs_msg_colors.c
1557 * src/prefs_summary_column.c
1558 * src/gtk/prefswindow.c
1559 Use GtkTreeView instead of deprecated
1560 widgets. Patches by Alfons.
1562 2004-12-30 [paul] 0.9.13cvs22.2
1566 patch by Alfons, with root folder sorting fix
1569 2004-12-30 [paul] 0.9.13cvs22.1
1579 2004-12-22 [martin] 0.9.13cvs21.2
1582 free the command line after its use
1584 2004-12-18 [paul] 0.9.13cvs21.1
1597 2004-12-17 [martin] 0.9.13cvs17.2
1600 convert actions input to locale
1602 convert notification command to locale
1603 * src/plugins/pgpmime/select-keys.c
1604 convert attributes to utf8
1606 2004-12-14 [colin] 0.9.13cvs17.1
1612 * src/common/utils.c
1613 * src/gtk/prefswindow.c
1614 * src/gtk/gtkutils.c
1615 * src/gtk/gtkutils.h
1616 * src/plugins/spamassassin/libspamc.c
1619 2004-12-13 [colin] 0.9.13cvs14.1
1621 * src/quote_fmt_parse.y
1624 2004-12-10 [colin] 0.9.13cvs12.1
1626 * src/prefs_themes.c
1631 2004-12-09 [colin] 0.9.13cvs10.1
1634 Sync with HEAD (fix B64 encoding from memory)
1636 2004-12-08 [colin] 0.9.13cvs9.1
1638 * src/gtk/colorlabel.c
1641 2004-12-08 [paul] 0.9.13cvs8.2
1643 * src/gtk/pluginwindow.c
1644 fix window resizing oddities
1646 2004-12-08 [colin] 0.9.13cvs8.1
1648 * src/quote_fmt_parse.y
1651 2004-12-08 [colin] 0.9.13cvs7.1
1653 * src/matcher_parser_parse.y
1655 * src/prefs_matcher.c
1662 2004-12-08 [colin] 0.9.13cvs6.1
1664 * src/quote_fmt_parse.y
1667 * src/gtk/prefswindow.c
1668 * src/gtk/pluginwindow.c
1669 Fix G_CALLBACKS protos (thanks to Alfons)
1671 2004-12-07 [torte] 0.9.13cvs2.2
1674 [Bug 650] reply button causes crash
1675 Thanks to David Relson and Christoph
1677 2004-12-07 [colin] 0.9.13cvs2.1
1683 * src/prefs_account.c
1688 2004-12-06 [colin] 0.9.12cvs187.1
1719 * tools/filter_conv.pl
1720 * tools/kdeservicemenu/README
1721 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1722 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1725 2004-12-04 [colin] 0.9.12cvs183.1
1728 Sync with HEAD (compose window position saving)
1730 2004-12-04 [paul] 0.9.12cvs182.3
1734 * src/prefs_customheader.c
1735 * src/gtk/quicksearch.c
1736 replace some forgotten GTK_SIGNAL_FUNCs
1738 2004-12-04 [paul] 0.9.12cvs182.2
1741 remove 'pixmaps/dir_noselect.xpm'. from local patch,
1744 2004-12-04 [paul] 0.9.12cvs182.1
1754 * doc/manual/ja/Makefile.am
1755 * doc/manual/ja/sylpheed-1.html
1756 * doc/manual/ja/sylpheed-10.html
1757 * doc/manual/ja/sylpheed-11.html
1758 * doc/manual/ja/sylpheed-12.html
1759 * doc/manual/ja/sylpheed-13.html
1760 * doc/manual/ja/sylpheed-14.html
1761 * doc/manual/ja/sylpheed-15.html
1762 * doc/manual/ja/sylpheed-16.html
1763 * doc/manual/ja/sylpheed-17.html
1764 * doc/manual/ja/sylpheed-18.html
1765 * doc/manual/ja/sylpheed-19.html
1766 * doc/manual/ja/sylpheed-2.html
1767 * doc/manual/ja/sylpheed-20.html
1768 * doc/manual/ja/sylpheed-3.html
1769 * doc/manual/ja/sylpheed-4.html
1770 * doc/manual/ja/sylpheed-5.html
1771 * doc/manual/ja/sylpheed-6.html
1772 * doc/manual/ja/sylpheed-7.html
1773 * doc/manual/ja/sylpheed-8.html
1774 * doc/manual/ja/sylpheed-9.html
1775 * doc/manual/ja/sylpheed.html
1776 * doc/manual/ja/sylpheed.sgml
1781 * src/pixmaps/regular.xpm **REMOVED**
1782 * src/plugins/pgpmime/pgpmime.c
1783 * src/plugins/pgpmime/plugin.c
1784 * src/plugins/pgpmime/prefs_gpg.c
1787 2004-12-03 [paul] 0.9.12cvs180.1
1795 * src/common/utils.c
1796 * src/common/utils.h
1797 * src/pixmaps/continue.xpm
1798 * src/pixmaps/dir_close.xpm
1799 * src/pixmaps/dir_open.xpm
1800 * src/pixmaps/drafts_close.xpm
1801 * src/pixmaps/drafts_open.xpm
1802 * src/pixmaps/folder.xpm **REMOVED**
1803 * src/pixmaps/group.xpm
1804 * src/pixmaps/unread.xpm
1807 2004-12-02 [colin] 0.9.12cvs179.1
1810 Sync with HEAD (non-duplicated reedition)
1812 2004-12-02 [colin] 0.9.12cvs178.1
1815 Sync with HEAD (linewrap_quote fix)
1817 2004-12-01 [colin] 0.9.12cvs177.3
1820 Replace sizeof with strlen
1822 2004-12-01 [paul] 0.9.12cvs177.2
1825 fix 'harvest addresses'
1827 2004-11-30 [colin] 0.9.12cvs177.1
1829 * src/gtk/prefswindow.c
1830 * src/gtk/pluginwindow.c
1833 2004-11-29 [colin] 0.9.12cvs176.1
1836 sync with HEAD (Fix disappearing separators in folderview's popup)
1838 2004-11-29 [colin] 0.9.12cvs175.1
1841 Sync with head (another format fix)
1843 2004-11-29 [colin] 0.9.12cvs174.1
1846 Sync with HEAD (format string fix)
1848 2004-11-26 [colin] 0.9.12cvs173.1
1854 2004-11-24 [colin] 0.9.12cvs172.1
1856 * src/plugins/pgpmime/pgpmime.c
1859 2004-11-24 [colin] 0.9.12cvs171.1
1861 * src/plugins/pgpmime/pgpmime.c
1862 Sync with head (gpgmectx leaks)
1864 2004-11-24 [colin] 0.9.12cvs169.1
1866 * src/plugins/pgpmime/plugin.c
1867 * src/plugins/trayicon/Makefile.am
1868 * src/plugins/trayicon/newmarkedmail.xpm
1869 * src/plugins/trayicon/trayicon.c
1870 * src/plugins/trayicon/unreadmarkedmail.xpm
1873 2004-11-23 [colin] 0.9.12cvs168.1
1875 * src/partial_download.c
1876 * src/partial_download.h
1877 * src/plugins/pgpmime/plugin.c
1880 2004-11-23 [colin] 0.9.12cvs166.1
1887 * src/partial_download.c
1888 * src/partial_download.h
1889 * src/prefs_account.c
1890 * src/prefs_account.h
1894 * src/common/Makefile.am
1895 * src/common/base64.h
1896 * src/common/partial_download.c
1897 * src/common/partial_download.h
1898 * src/gtk/prefswindow.c
1899 * src/gtk/prefswindow.h
1900 * src/plugins/pgpmime/pgpmime.c
1901 * src/plugins/pgpmime/prefs_gpg.c
1902 * src/plugins/pgpmime/prefs_gpg.h
1903 * src/plugins/pgpmime/sgpgme.c
1904 * src/plugins/pgpmime/sgpgme.h
1907 2004-11-23 [colin] 0.9.12cvs163.1
1910 Sync with HEAD (cursor optimization)
1912 2004-11-23 [colin] 0.9.12cvs162.1
1914 * src/prefs_common.c
1915 * src/prefs_themes.c
1919 2004-11-23 [colin] 0.9.12cvs158.9
1922 Fix double-free when forwarding
1924 Fix leak on error path
1927 2004-11-23 [colin] 0.9.12cvs158.8
1930 Fix possible double-free
1933 2004-11-23 [colin] 0.9.12cvs158.7
1936 Fix some signal handlers' prototypes
1939 2004-11-22 [colin] 0.9.12cvs158.6
1942 Remove unneeded code and duplicated
1943 wrapping - patch by Alfons
1945 2004-11-22 [colin] 0.9.12cvs158.5
1947 * src/prefs_themes.c
1948 Fix oversized selector
1950 2004-11-22 [colin] 0.9.12cvs158.4
1956 2004-11-19 [colin] 0.9.12cvs158.3
1959 Add a context menu on links (open, copy)
1961 2004-11-18 [paul] 0.9.12cvs158.2
1967 * src/prefs_common.c
1968 * src/plugins/image_viewer/viewer.c
1969 * src/plugins/spamassassin/spamassassin_gtk.c
1970 replace deprecated gtk_notebook_set_page
1971 and gtk_notebook_current_page
1973 2004-11-18 [paul] 0.9.12cvs158.1
1979 * src/prefs_common.c
1980 * src/common/utils.c
1981 * src/common/utils.h
1984 2004-11-17 [colin] 0.9.12cvs156.1
1986 * src/prefs_account.c
1987 * src/prefs_account.h
1989 Sync with HEAD (add pref to store encrypted mails encrypted)
1991 2004-11-17 [paul] 0.9.12cvs155.1
2005 * src/pixmaps/error.xpm
2008 2004-11-17 [colin] 0.9.12cvs151.1
2010 * src/plugins/pgpmime/pgpmime.c
2011 Sync with HEAD (remove debug printf)
2013 2004-11-17 [colin] 0.9.12cvs150.1
2015 * src/plugins/pgpmime/pgpmime.c
2016 Sync with HEAD (off-by-one fix)
2018 2004-11-17 [colin] 0.9.12cvs149.1
2021 Sync with HEAD (coding style fixes)
2023 2004-11-16 [colin] 0.9.12cvs148.1
2026 Sync with head (Fix the fix)
2028 2004-11-16 [colin] 0.9.12cvs147.1
2031 Sync with Main (leak fix)
2033 2004-11-16 [colin] 0.9.12cvs146.14
2036 Remove useless chunk of code
2039 2004-11-15 [colin] 0.9.12cvs146.13
2042 Fix drafting after insertion
2045 2004-11-15 [colin] 0.9.12cvs146.12
2048 * src/prefs_filtering.c
2049 * src/prefs_filtering_action.c
2050 * src/prefs_toolbar.c
2051 Fix some const-correctness
2053 2004-11-15 [colin] 0.9.12cvs146.11
2056 * src/prefs_themes.c
2060 2004-11-15 [colin] 0.9.12cvs146.10
2063 More unreadable locale fixes
2065 2004-11-14 [colin] 0.9.12cvs146.9
2068 Fix uri_security_check
2071 2004-11-13 [paul] 0.9.12cvs146.8
2075 fix 2 bugs introduced in last commit
2077 2004-11-13 [paul] 0.9.12cvs146.7
2089 * src/prefs_themes.c
2093 replace deprecated g_basename
2095 2004-11-13 [paul] 0.9.12cvs146.6
2099 * src/matcher_parser.h
2100 * src/matcher_parser_parse.y
2101 * src/prefs_filtering.c
2102 * src/prefs_filtering_action.c
2103 * src/prefs_themes.c
2104 * src/prefs_toolbar.c
2105 * src/common/utils.c
2106 various small fixes/cleanups
2108 2004-11-12 [colin] 0.9.12cvs146.5
2111 Validate event's origin on visibility notify
2114 2004-11-12 [paul] 0.9.12cvs146.4
2121 * src/prefs_spelling.c
2122 * src/prefs_themes.c
2123 replace deprecated g_dirname
2125 2004-11-12 [colin] 0.9.12cvs146.3
2128 Some coding style fixes
2130 2004-11-12 [colin] 0.9.12cvs146.2
2133 We want to replace _all_ extended chars in
2134 conv_unreadable_*, because any string containing
2135 extended chars not parsing as UTF8 is
2136 undisplayed on gtk2.
2138 2004-11-12 [paul] 0.9.12cvs146.1
2155 * src/prefs_account.c
2156 * src/prefs_account.h
2157 * src/prefs_ext_prog.c
2162 * src/summary_search.c
2166 * src/common/utils.c
2167 * src/common/utils.h
2172 2004-11-11 [colin] 0.9.12cvs144.2
2175 Fix URI range selection (patch by Alfons)
2177 2004-11-09 [colin] 0.9.12cvs144.1
2182 * src/folder_item_prefs.c
2183 * src/prefs_account.c
2184 * src/prefs_account.h
2185 * src/plugins/pgpmime/pgpmime.c
2188 2004-11-08 [colin] 0.9.12cvs143.1
2191 Sync with HEAD (optimize quicksearch)
2193 2004-11-08 [colin] 0.9.12cvs142.2
2196 Don't wrap when Edit/Auto wrapping is disabled
2198 2004-11-08 [colin] 0.9.12cvs142.1
2203 2004-11-08 [colin] 0.9.12cvs141.1
2206 Sync with HEAD (fix some mail URIs)
2208 2004-11-08 [colin] 0.9.12cvs140.3
2211 o Use text cursor instead of arrow when
2213 o Fix handling of contiguous links (as in
2214 "colin@colino.net" <colin@colino.net>)
2215 This one unveils a bug in get_email_part()
2217 2004-11-07 [colin] 0.9.12cvs140.2
2220 Fix memleak. Patch by Alfons.
2222 2004-11-06 [colin] 0.9.12cvs140.1
2225 Sync with HEAD (don't ask passphrase
2228 2004-11-06 [paul] 0.9.12cvs139.2
2233 textview URI handling. hovering over a
2234 link displays it in the status bar,
2235 and changes the mouse pointer to a hand
2236 cursor. a link is activated with a single
2237 click. (Modified from the) patch by Jean-Yves
2238 Lefort <jylefort@users.sourceforge.net>
2241 2004-11-05 [colin] 0.9.12cvs139.1
2245 Sync with HEAD again ^^
2247 2004-11-05 [colin] 0.9.12cvs139.1
2253 2004-11-03 [paul] 0.9.12cvs138.1
2258 * src/prefs_ext_prog.c
2260 * tools/kdeservicemenu/README
2261 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2262 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2265 2004-11-01 [christoph] 0.9.12cvs136.2
2268 convert MIME parameters to UTF-8
2270 2004-10-29 [colin] 0.9.12cvs136.1
2272 * src/common/utils.c
2273 Sync with HEAD (don't use '=' in mime boundary)
2275 2004-10-29 [paul] 0.9.12cvs135.1
2278 * doc/src/rfc2231.txt
2280 * src/common/quoted-printable.c
2281 * src/common/utils.c
2282 * src/common/utils.h
2285 2004-10-27 [paul] 0.9.12cvs134.1
2290 * src/plugins/pgpmime/pgpmime.c
2293 2004-10-26 [paul] 0.9.12cvs132.3
2301 * src/customheader.c
2311 * src/grouplistdialog.c
2321 * src/prefs_display_header.c
2323 * src/prefs_msg_colors.c
2324 * src/prefs_toolbar.c
2331 * src/common/mgutils.c
2334 * src/common/template.c
2335 * src/common/utils.c
2336 * src/common/xmlprops.c
2337 * src/plugins/pgpmime/pgpmime.c
2338 * src/plugins/pgpmime/select-keys.c
2339 * src/plugins/pgpmime/sgpgme.c
2340 replace deprecated g_strcasecmp(), g_strncasecmp(),
2341 g_string_sprintfa(), gtk_notebook_current_page()
2343 2004-10-26 [colin] 0.9.12cvs132.2
2345 * src/prefs_folder_item.c
2346 Fix default-account selection
2348 2004-10-21 [colin] 0.9.12cvs133
2351 Sync with HEAD (Remove extra separator in compose's Options)
2353 Set wrapping to char
2355 2004-10-21 [paul] 0.9.12cvs131.2
2358 * src/sourcewindow.c
2360 fix window shrinking
2362 2004-10-21 [colin] 0.9.12cvs131.1
2368 2004-10-21 [paul] 0.9.12cvs130.2
2370 * src/prefs_folder_item.c
2371 sync with HEAD (Apply to subfolders)
2373 2004-10-19 [colin] 0.9.12cvs130.1
2377 * src/common/utils.c
2381 2004-10-19 [colin] 0.9.12cvs128.1
2388 * src/customheader.c
2397 * src/matcher_parser_parse.y
2400 * src/prefs_account.c
2402 * src/prefs_msg_colors.c
2409 * src/common/base64.c
2410 * src/common/partial_download.c
2411 * src/common/socket.c
2412 * src/common/sylpheed.c
2413 * src/common/utils.c
2414 * src/common/utils.h
2415 * src/gtk/pluginwindow.c
2416 * src/gtk/quicksearch.c
2417 * src/plugins/clamav/clamav_plugin.c
2418 * src/plugins/clamav/clamav_plugin.h
2419 * src/plugins/clamav/clamav_plugin_gtk.c
2420 * src/plugins/pgpmime/passphrase.c
2421 * src/plugins/pgpmime/pgpmime.c
2422 * src/plugins/pgpmime/plugin.c
2423 * src/plugins/pgpmime/prefs_gpg.c
2424 * src/plugins/pgpmime/prefs_gpg.h
2425 * src/plugins/pgpmime/select-keys.c
2426 * src/plugins/pgpmime/sgpgme.c
2427 * src/plugins/spamassassin/libspamc.c
2428 * src/plugins/spamassassin/spamassassin.c
2429 * src/plugins/spamassassin/spamassassin.h
2430 * src/plugins/spamassassin/spamassassin_gtk.c
2431 * src/plugins/trayicon/trayicon.c
2432 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2435 2004-10-14 [colin] 0.9.12cvs126.2
2439 Fix conv_unreadable_locale
2441 2004-10-13 [colin] 0.9.12cvs126.1
2444 Sync with HEAD (don't convert charset for
2445 drafted messages, minor cleanup)
2447 2004-10-13 [colin] 0.9.12cvs125.1
2450 Sync with HEAD (POTFILES fix)
2452 2004-10-12 [colin] 0.9.12cvs124.3
2455 Fix encoding bug from latest sync
2457 2004-10-12 [paul] 0.9.12cvs124.2
2459 * src/plugins/pgpmime/prefs_gpg.c
2460 * src/plugins/pgpmime/prefs_gpg.h
2461 forgotten in last commit
2463 2004-10-12 [paul] 0.9.12cvs124.1
2467 * m4/spamassassin.m4
2477 * src/prefs_account.c
2478 * src/prefs_account.h
2479 * src/prefs_common.c
2490 * src/common/utils.c
2491 * src/common/utils.h
2493 * src/plugins/pgpmime/Makefile.am
2494 * src/plugins/pgpmime/passphrase.c
2495 * src/plugins/pgpmime/passphrase.h
2496 * src/plugins/pgpmime/pgpmime.c
2497 * src/plugins/pgpmime/plugin.c
2498 * src/plugins/pgpmime/select-keys.c
2499 * src/plugins/pgpmime/select-keys.h
2500 * src/plugins/pgpmime/sgpgme.c
2501 * src/plugins/pgpmime/sgpgme.h
2504 2004-10-04 [colin] 0.9.12cvs122.1
2512 2004-10-04 [colin] 0.9.12cvs121.1
2517 2004-10-04 [paul] 0.9.12cvs120.1
2520 sync with HEAD [don't try to build
2521 pgpmime plugin when gpgme is disabled]
2523 2004-10-03 [colin] 0.9.12cvs119.3
2525 * src/gtk/gtksctree.c
2526 Lots of side effects. Put back as before 117.2.
2530 2004-10-03 [colin] 0.9.12cvs119.2
2532 * src/gtk/gtksctree.c
2533 Revert 608 fix that doesn't work that good
2535 2004-10-02 [colin] 0.9.12cvs119.1
2539 * src/prefs_common.h
2544 * src/gtk/gtksctree.c
2547 2004-10-01 [colin] 0.9.12cvs118.1
2550 Sync with HEAD (better Save All fix)
2552 2004-10-01 [colin] 0.9.12cvs117.2
2554 * src/gtk/gtksctree.c
2557 2004-10-01 [colin] 0.9.12cvs117.1
2560 Sync with HEAD (Save All: only attachments)
2562 2004-10-01 [paul] 0.9.12cvs116.1
2567 * src/prefs_common.c
2568 * src/gtk/colorlabel.c
2571 2004-09-30 [colin] 0.9.12cvs115.1
2573 * src/stock_pixmap.c
2574 * src/stock_pixmap.h
2577 * src/pixmaps/read.xpm
2578 Sync with HEAD (new pixmap)
2580 2004-09-29 [colin] 0.9.12cvs114.1
2584 Fix focus handling in headers
2586 2004-09-29 [paul] 0.9.12cvs113.1
2588 * src/quote_fmt_parse.y
2592 2004-09-28 [colin] 0.9.12cvs112.1
2598 2004-09-28 [colin] 0.9.12cvs110.1
2601 Sync with HEAD (Contextual Empty trash menu)
2603 2004-09-28 [colin] 0.9.12cvs108.1
2606 Sync with HEAD (addressbook edit on double-click)
2608 2004-09-28 [colin] 0.9.12cvs106.1
2611 Sync with HEAD (folder_item freeze on inc)
2613 2004-09-27 [colin] 0.9.12cvs105.1
2616 Sync with HEAD (right-align new and unread column)
2618 2004-09-27 [colin] 0.9.12cvs104.1
2621 Sync with HEAD (revert 0.9.12cvs101)
2623 2004-09-24 [colin] 0.9.12cvs103.2
2626 Fix gtk warnings and use domain part of the email address
2627 when domain detection fails (no dot in domain name)
2629 2004-09-23 [colin] 0.9.12cvs103.1
2631 * src/plugins/spamassassin/libspamc.c
2632 * src/plugins/spamassassin/libspamc.h
2633 * src/plugins/spamassassin/utils.c
2634 * src/plugins/spamassassin/utils.h
2635 Sync with HEAD (Update spamassassin to 3.0)
2637 2004-09-21 [colin] 0.9.12cvs102.3
2640 Add horizontal scrollbar in action io dialog as needed
2643 2004-09-20 [colin] 0.9.12cvs102.2
2645 * src/plugins/image_viewer/viewer.c
2647 use gtk_pixmap_set when clearing
2648 (would be better to use gtkImages, but causes size-allocate
2651 2004-09-17 [paul] 0.9.12cvs102.1
2661 2004-09-17 [colin] 0.9.12cvs101.1
2665 Sync with HEAD (fix segs at exit)
2667 2004-09-14 [colin] 0.9.12cvs99.5
2669 * src/common/socket.c
2671 Fix send error on 64bit platforms
2672 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
2674 2004-09-14 [colin] 0.9.12cvs99.4
2677 Fix action output with utf8
2680 2004-09-14 [colin] 0.9.12cvs99.3
2686 2004-09-09 [colin] 0.9.12cvs99.2
2689 Fix progress bar (displaying "Completed %v/%u")
2692 2004-09-08 [colin] 0.9.12cvs99.1
2698 * src/plugins/pgpmime/pgpmime.c
2701 2004-09-08 [colin] 0.9.12cvs97.2
2704 Don't select mails in collapsed threads
2705 when navigating with up/down
2707 2004-09-07 [colin] 0.9.12cvs97.1
2710 Sync with HEAD (meaningful error messages)
2712 2004-09-06 [colin] 0.9.12cvs96.1
2715 Sync with HEAD (fix Redirect graying out)
2717 2004-09-06 [colin] 0.9.12cvs95.1
2721 Sync with HEAD (fix dropped URIs)
2723 2004-09-06 [colin] 0.9.12cvs94.1
2729 Sync with HEAD (addressbook DnD)
2731 2004-09-03 [colin] 0.9.12cvs93.1
2734 Sync with HEAD (next/prev unread)
2736 2004-09-03 [colin] 0.9.12cvs92.1
2738 * src/prefs_common.c
2739 * src/prefs_common.h
2741 Sync with HEAD ('mark_as_read_delay' pref)
2743 2004-09-02 [colin] 0.9.12cvs91.2
2748 2004-09-02 [colin] 0.9.12cvs91.1
2751 Sync with HEAD (menu accel don't work, but whatever)
2753 2004-09-02 [colin] 0.9.12cvs90.1
2756 Sync with HEAD (fix bug 582)
2758 2004-09-02 [colin] 0.9.12cvs89.1
2761 Sync with HEAD (free deleted queries)
2763 2004-09-02 [colin] 0.9.12cvs88.1
2766 Sync with HEAD (fix LDAP freezes)
2768 2004-09-02 [colin] 0.9.12cvs87.1
2770 * src/prefs_spelling.c
2771 Sync with HEAD (add default dictionary)
2773 2004-09-01 [colin] 0.9.12cvs86.1
2778 * src/prefs_matcher.c
2779 * src/stock_pixmap.c
2780 * src/summary_search.c
2784 Sync with HEAD (uninitialized vars fixes)
2785 + gtk2 specific warning fixes
2787 2004-08-31 [colin] 0.9.12cvs85.1
2790 Sync with HEAD (Fix memory corruption due to
2793 2004-08-31 [colin] 0.9.12cvs84.4
2795 * src/summary_search.c
2796 Fix segfaults when searching in folders with broken headers
2798 2004-08-31 [colin] 0.9.12cvs84.3
2802 Fix some more encoding/decoding issues
2804 2004-08-30 [colin] 0.9.12cvs84.2
2807 * src/prefs_themes.c
2810 Add a folder-mode selection (fixes mimeview's "Save all")
2812 2004-08-29 [colin] 0.9.12cvs84.1
2815 Sync with HEAD (don't escape saved filenames)
2817 2004-08-27 [colin] 0.9.12cvs83.1
2826 * src/common/utils.c
2829 Sync with HEAD 0.9.12cvs83 (sync with main)
2831 2004-08-26 [colin] 0.9.12cvs82.4
2834 Fix strange stack corruption
2835 Convert to utf8 after unmime, not before
2837 2004-08-26 [colin] 0.9.12cvs82.3
2841 Fix account folders duplication
2843 2004-08-25 [colin] 0.9.12cvs82.2
2848 Use login@server as account name
2850 2004-08-25 [colin] 0.9.12cvs82.1
2852 * src/plugins/pgpmime/pgpmime.c
2853 Sync with HEAD (leak fix).
2855 2004-08-25 [colin] 0.9.12cvs81.1
2857 * src/plugins/pgpmime/pgpmime.c
2858 * src/plugins/pgpmime/sgpgme.c
2859 * src/plugins/pgpmime/sgpgme.h
2860 Sync with HEAD (Handle combined messages).
2862 2004-08-24 [colin] 0.9.12cvs80.3
2865 Fix full name, ports, and imap
2867 2004-08-24 [colin] 0.9.12cvs80.2
2873 * src/stock_pixmap.c
2874 * src/stock_pixmap.h
2875 * src/wizard.c ** ADDED **
2876 * src/wizard.h ** ADDED **
2877 * src/pixmaps/sylpheed_icon.xpm ** ADDED **
2880 2004-08-24 [colin] 0.9.12cvs80.1
2883 Sync with HEAD (set mimeflags on all messages)
2885 2004-08-24 [colin] 0.9.12cvs79.3
2887 * src/matcher_parser_lex.l
2888 Fix 8bits strings not in utf8
2890 2004-08-24 [colin] 0.9.12cvs79.2
2893 Check conversion result before replacing buffer
2895 2004-08-23 [colin] 0.9.12cvs79.1
2898 Sync with HEAD (create message header in memory)
2900 2004-08-23 [colin] 0.9.12cvs78.1
2904 Sync with HEAD (fix bug 197 again)
2906 2004-08-23 [colin] 0.9.12cvs77.3
2909 Fix again inline gpg signing (which outputs utf8
2910 in gtk2). Not syncing this fix to HEAD as this
2911 code is meant to die.
2913 2004-08-23 [colin] 0.9.12cvs77.2
2915 * src/prefs_account.h
2916 Remove useless include
2918 2004-08-23 [colin] 0.9.12cvs77.1
2928 Sync with HEAD (fix bug 577)
2930 2004-08-22 [colin] 0.9.12cvs76.1
2932 * src/plugins/trayicon/trayicon.c
2933 Sync with HEAD (fix formatting bug)
2935 2004-08-21 [colin] 0.9.12cvs74.2
2937 * src/gtk/colorsel.c
2938 Fix bug 564 (Folder color selection window exits on any
2941 2004-08-21 [colin] 0.9.12cvs74.1
2947 Sync with HEAD (fix bug 576)
2949 2004-08-21 [colin] 0.9.12cvs70.1
2956 2004-08-21 [paul] 0.9.12cvs66.4
2961 * src/plugins/spamassassin/spamassassin_gtk.c
2962 remove some deprecated gtk1 functions
2965 2004-08-21 [colin] 0.9.12cvs66.3
2970 Remove encoding hacks
2971 Fix bug 575 (Strange character messes up message)
2972 Don't display conversion error when drafting
2974 2004-08-21 [paul] 0.9.12cvs66.2
2976 * src/prefs_account.c
2980 2004-08-20 [colin] 0.9.12cvs66.1
2983 Sync with HEAD 0.9.12cvs66
2987 * src/plugins/pgpmime/plugin.c
2988 modify PGP/MIME plugin's description
2990 2004-08-17 [colin] 0.9.12cvs65.1
2993 * src/plugins/pgpmime/plugin.c
2996 2004-08-14 [colin] 0.9.12cvs60.3
2998 * src/plugins/trayicon/trayicon.c
2999 Put back resize callback, on size-request signal
3000 rather than size-allocate to avoid infinite
3003 2004-08-13 [colin] 0.9.12cvs60.2
3006 Cache versions have been fixed
3008 2004-08-13 [colin] 0.9.12cvs60.1
3013 2004-08-12 [colin] 0.9.12cvs59.1
3015 * src/plugins/trayicon/trayicon.c
3018 2004-08-12 [colin] 0.9.12cvs57.5
3024 Add support for Freedesktop.org's startup notification
3026 2004-08-11 [colin] 0.9.12cvs57.4
3031 2004-08-11 [colin] 0.9.12cvs57.3
3033 * src/message_search.c
3034 * src/summary_search.c
3035 Make searches case insensitive by default
3037 Fix case-insensitive search in message
3039 2004-08-11 [colin] 0.9.12cvs57.2
3041 * src/summary_search.c
3042 Let case-sensitive be specified
3044 2004-08-10 [colin] 0.9.12cvs55.4
3046 * src/common/socket.c
3047 Fix the possible race condition
3049 2004-08-09 [paul] 0.9.12cvs55.3
3053 * src/common/Makefile.am
3057 2004-08-09 [paul] 0.9.12cvs55.2
3061 remove unneeded script
3064 add forgotten USE_LDAP_TLS (sync with HEAD)
3067 2004-08-09 [colin] 0.9.12cvs55.1
3071 * src/common/sylpheed.c
3072 * src/common/sylpheed.h
3073 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
3075 2004-08-09 [paul] 0.9.12cvs54.1
3089 * src/plugins/Makefile.am
3090 * src/plugins/pgpmime/.cvsignore
3091 * src/plugins/pgpmime/Makefile.am
3092 * src/plugins/pgpmime/pgpmime.c
3093 * src/plugins/pgpmime/pgpmime.h
3094 * src/plugins/pgpmime/plugin.c
3095 * src/plugins/pgpmime/sgpgme.c
3096 * src/plugins/pgpmime/sgpgme.h
3099 2004-08-08 [paul] 0.9.12cvs51.1
3105 2004-08-07 [colin] 0.9.12cvs50.1
3108 * src/common/partial_download.c
3109 fix warnings (sync from HEAD)
3111 2004-08-07 [colin] 0.9.12cvs48.1
3113 * src/prefs_folder_item.c
3114 sync with HEAD 0.9.12cvs48
3116 2004-08-06 [colin] 0.9.12cvs47.1
3121 2004-08-06 [christoph] 0.9.12cvs46.2
3124 * src/plugins/clamav/clamav_plugin_gtk.c
3125 * src/plugins/dillo_viewer/dillo_viewer.c
3126 * src/plugins/image_viewer/plugin.c
3127 * src/plugins/mathml_viewer/mathml_viewer.c
3128 * src/plugins/spamassassin/spamassassin_gtk.c
3129 * src/plugins/trayicon/trayicon.c
3130 don't mix GTK1.2 plugin with GTK2 plugins
3132 2004-08-06 [colin] 0.9.12cvs46.1
3138 * sylpheed-claws.pc.in
3147 * src/prefs_ext_prog.c
3148 * src/prefs_folder_item.c
3150 * src/prefs_msg_colors.c
3151 * src/prefs_spelling.c
3152 * src/prefs_themes.c
3153 * src/prefs_toolbar.c
3154 * src/prefs_wrapping.c
3158 * src/common/session.c
3159 * src/common/session.h
3160 * src/common/socket.c
3161 * src/common/utils.h
3164 * src/gtk/prefswindow.c
3165 * src/gtk/prefswindow.h
3166 * src/plugins/clamav/clamav_plugin_gtk.c
3167 * src/plugins/dillo_viewer/dillo_prefs.c
3168 * src/plugins/image_viewer/viewerprefs.c
3169 * src/plugins/spamassassin/spamassassin_gtk.c
3170 * m4/openssl.m4 *** REMOVED ***
3171 Sync with HEAD 0.9.12cvs46
3173 2004-08-03 [paul] 0.9.12cvs40.2
3184 * src/editldap_basedn.c
3188 * src/prefs_common.c
3189 * src/prefs_template.c
3190 * src/sourcewindow.c
3193 * src/gtk/foldersort.c
3194 * src/gtk/logwindow.c
3195 * src/gtk/pluginwindow.c
3196 * src/gtk/prefswindow.c
3197 change all gtk_scrolled_window_set_policy from
3198 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
3200 2004-08-02 [paul] 0.9.12cvs40.1
3203 update translation team section
3205 updated by Frederico Goncalves Guimaraes
3206 <fggdebian@yahoo.com.br>
3208 2004-07-31 [colin] 0.9.12cvs39.9
3213 2004-07-31 [colin] 0.9.12cvs39.8
3216 Fix an alertpanel type
3218 2004-07-30 [colin] 0.9.12cvs39.7
3221 Fix alertpanel_error_log's icon
3223 2004-07-30 [colin] 0.9.12cvs39.6
3226 Two of them should still be warnings
3228 2004-07-30 [colin] 0.9.12cvs39.5
3231 More warning -> error
3232 2004-07-29 [colin] 0.9.12cvs39.4
3237 2004-07-29 [colin] 0.9.12cvs39.3
3239 * src/prefs_matcher.c
3242 2004-07-29 [colin] 0.9.12cvs39.2
3245 More nice-looking alertpanels
3247 2004-07-29 [colin] 0.9.12cvs39.1
3251 (inform user when partial mail is deleted on server)
3253 2004-07-29 [colin] 0.9.12cvs38.1
3258 2004-07-28 [paul] 0.9.12cvs37.7
3261 complete the replacement of deprecated gtk_progress_*
3263 2004-07-28 [paul] 0.9.12cvs37.6
3268 * src/send_message.c
3269 * src/gtk/progressdialog.c
3270 * src/gtk/progressdialog.h
3271 replace deprecated gtk_progress_*
3273 2004-07-28 [paul] 0.9.12cvs37.5
3276 remove gtk_window_set_wmclass()
3277 2004-07-28 [paul] 0.9.12cvs37.4
3284 * src/sourcewindow.c
3285 * src/gtk/logwindow.c
3286 remove gtk_window_set_wmclass()
3288 * src/prefs_filtering.c
3289 * src/prefs_filtering_action.c
3292 * src/prefs_matcher.c
3294 * src/gtk/prefswindow.c
3295 replace gtk_window_position()
3297 2004-07-28 [colin] 0.9.12cvs37.3
3301 Add a way to specify panel type for specific
3302 panels (alertpanel())
3311 * src/gtk/sslcertwindow.c
3312 Fix alertpanel()s so that their icon match
3315 2004-07-28 [paul] 0.9.12cvs37.2
3324 * src/grouplistdialog.c
3327 * src/message_search.c
3330 * src/prefs_actions.c
3331 * src/prefs_common.c
3332 * src/prefs_customheader.c
3333 * src/prefs_display_header.c
3334 * src/prefs_filtering.c
3335 * src/prefs_filtering_action.c
3337 * src/prefs_matcher.c
3338 * src/prefs_msg_colors.c
3339 * src/prefs_summary_column.c
3340 * src/prefs_template.c
3341 * src/sourcewindow.c
3343 * src/summary_search.c
3344 * src/gtk/colorsel.c
3345 * src/gtk/description_window.c
3346 * src/gtk/gtkaspell.c
3347 * src/gtk/inputdialog.c
3348 * src/gtk/logwindow.c
3349 * src/gtk/prefswindow.c
3350 * src/gtk/progressdialog.c
3351 replace deprecated gtk_window_set_policy
3353 2004-07-27 [colin] 0.9.12cvs37.1
3356 More fixes (synced for head again)
3358 2004-07-27 [colin] 0.9.12cvs35.3
3363 2004-07-27 [colin] 0.9.12cvs35.2
3366 Fix width a bit (by Paul)
3369 Specialize icons, make alertpanel_message()
3371 * src/message_search.c
3373 * src/summary_search.c
3374 Suit alertpanel changes
3376 2004-07-27 [colin] 0.9.12cvs35.1
3381 Add debug output - maybe someone will
3382 want to look at the problem with Grab
3384 Bump version as we're synced with HEAD
3386 2004-07-26 [colin] 0.9.12cvs33.26
3389 Fix uidl-file parsing when not in new
3392 2004-07-26 [colin] 0.9.12cvs33.25
3395 Move popup menu up if necessary (fixes
3398 Set account selector's button height to
3401 2004-07-26 [colin] 0.9.12cvs33.24
3404 Maybe fix 551 (Truncated font in alert window)
3406 2004-07-26 [colin] 0.9.12cvs33.23
3418 Sync po files with HEAD
3420 2004-07-26 [paul] 0.9.12cvs33.22
3423 fix Bug 556 'Organisation-header is sent even if empty'
3425 2004-07-24 [colin] 0.9.12cvs33.21
3428 * src/gtk/gtkaspell.c
3429 * src/gtk/gtkaspell.h
3430 Fix speller accelerators (require hack)
3432 2004-07-24 [colin] 0.9.12cvs33.20
3434 * src/gtk/gtkaspell.c
3435 Fix over-eager code deletion breaking
3438 2004-07-24 [colin] 0.9.12cvs33.19
3445 (Fixes 546 LDAP completely broken)
3447 2004-07-24 [colin] 0.9.12cvs33.18
3449 * src/prefs_msg_colors.c
3450 Fix prototype mismatch
3451 (Fixes 547 void function cannot return value)
3453 2004-07-24 [colin] 0.9.12cvs33.17
3456 Fix sort going back to previous sort key
3457 when changing sort direction
3459 2004-07-24 [colin] 0.9.12cvs33.16
3462 Fix space insertion when re-wrapping at
3465 2004-07-24 [colin] 0.9.12cvs33.15
3467 * src/gtk/gtkaspell.c
3468 Don't change cursor position in insert-text
3470 (Fixes 539 Word wrapping on input transposes letters)
3472 2004-07-24 [colin] 0.9.12cvs33.14
3474 * src/gtk/gtkaspell.c
3475 Reencode non-ascii chars to dictionary's
3477 (Fixes 544 Spell check broken non english locale)
3479 2004-07-24 [colin] 0.9.12cvs33.13
3482 Fix Shift+Down, add Home/End/PgUp/PgDown
3484 2004-07-21 [colin] 0.9.12cvs33.12
3486 * src/prefs_common.c
3487 Fix a gtk warning (Patch by Andrej Kacian)
3489 2004-07-21 [colin] 0.9.12cvs33.11
3494 2004-07-21 [colin] 0.9.12cvs33.10
3502 * src/prefs_spelling.c
3503 * src/prefs_themes.c
3507 * src/gtk/pluginwindow.c
3508 Untwist open/save mode guessing logic, make
3511 2004-07-20 [colin] 0.9.12cvs33.9
3514 conv_encode_header: src_charset is UTF-8 on
3517 Remove double encoding of the headers
3519 2004-07-20 [colin] 0.9.12cvs33.8
3524 2004-07-20 [colin] 0.9.12cvs33.7
3527 Set the separated messageview to the saved
3528 size of Claws' messageview (Patch by Alfons)
3529 Fix a callback prototype (me)
3531 2004-07-20 [colin] 0.9.12cvs33.6
3534 Forgot one hunk in 0.9.12cvs33.4
3536 2004-07-19 [colin] 0.9.12cvs33.5
3542 2004-07-19 [colin] 0.9.12cvs33.4
3545 Fix outgoing charset bug in headers
3547 Clean for glib2 - Patch by Alfons
3549 2004-07-19 [colin] 0.9.12cvs33.3
3552 Remove grip from the statusbar
3555 2004-07-19 [colin] 0.9.12cvs33.2
3559 Fix messageview remembering the previous
3560 scroll position when loading a new message
3563 2004-07-19 [colin] 0.9.12cvs33.1
3570 2004-07-18 [colin] 0.9.12cvs32.7
3573 Remove useless check for XIM - noticed
3576 2004-07-18 [colin] 0.9.12cvs32.6
3579 Remove non-modified and shift-modified
3580 accelerators in summaryview's popup
3581 menu, as that doesn't get catched by
3582 the accel-activate signal catcher...
3584 2004-07-18 [colin] 0.9.12cvs32.5
3586 * src/prefs_common.c
3587 Define sensible default prefs for
3590 2004-07-18 [colin] 0.9.12cvs32.4
3593 * src/prefs_common.c
3594 * src/prefs_common.h
3595 * src/prefs_wrapping.c
3596 Remove Smart Wrapping pref, which does
3597 nothing on gtk2 branch
3599 2004-07-18 [colin] 0.9.12cvs32.3
3601 * src/sourcewindow.c
3604 2004-07-18 [colin] 0.9.12cvs32.2
3607 Save attachment status when drafting
3609 2004-07-18 [colin] 0.9.12cvs32.1
3612 Fix erratic folder selection in open mode
3614 2004-07-18 [colin] 0.9.12cvs31.11
3617 Don't let partial messages get deleted
3618 even with "dowload all"
3619 (0.9.12cvs31.8 fix extension)
3620 2004-07-18 [colin] 0.9.12cvs31.10
3622 * src/gtk/logwindow.c
3625 2004-07-18 [colin] 0.9.12cvs31.9
3627 * src/common/utils.c
3628 Fix non-utf8 strings coming from commands
3631 2004-07-18 [colin] 0.9.12cvs31.8
3634 Fix partial download bug with Download all
3637 2004-07-18 [colin] 0.9.12cvs31.7
3640 Fix bug introduced in 0.9.12cvs31.2
3641 (blocked in select mode after double click)
3643 2004-07-18 [colin] 0.9.12cvs31.6
3647 More glib-warning fixes
3649 2004-07-18 [colin] 0.9.12cvs31.5
3652 Fix trashing the primary clipboard when moving
3654 (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
3656 2004-07-18 [colin] 0.9.12cvs31.4
3659 convert unencoded iso headers to utf8
3660 (Fix Bug 538 Unencoded local characters in subject make it
3663 2004-07-18 [colin] 0.9.12cvs31.3
3666 Fix tab char handling in wrapping
3667 (Fix Bug 537 Line wrap problem - TAB character treated as
3668 one character instead of 8)
3670 2004-07-18 [colin] 0.9.12cvs31.2
3673 return FALSE on GDK_MOTION_NOTIFY
3674 (Fix Bug 535 Hyperlinks/addresses are not selectable
3675 (unable to highlight))
3677 2004-07-18 [colin] 0.9.12cvs31.1
3680 Sync with 0.9.12cvs31
3682 2004-07-18 [colin] 0.9.12cvs30.4
3685 Also block text_inserted when inserting a file
3687 2004-07-18 [colin] 0.9.12cvs30.3
3690 Fix smart wrapping (block text_inserted handler
3691 while putting quotation to avoid wrap on input,
3692 don't join lines if next is sig separator)
3694 2004-07-17 [colin] 0.9.12cvs30.2
3700 * src/gtk/quicksearch.c
3701 * src/gtk/quicksearch.h
3702 Block key events handlers *and* accels while
3703 quicksearch is focused
3704 (Fixes Bug 534 quick-search bar not accepting certain letters)
3706 2004-07-17 [colin] 0.9.12cvs30.1
3711 Sync with 0.9.12cvs30
3713 2004-07-17 [colin] 0.9.12cvs28.2
3719 Squash some compile and glib warnings
3721 2004-07-17 [paul] 0.9.12cvs28.1
3724 sync with 0.9.12cvs28 HEAD
3726 2004-07-16 [paul] 0.9.12cvs26.1
3728 * src/gtk/quicksearch.c
3732 * src/customheader.c
3733 * src/folder_item_prefs.c
3742 * src/prefs_account.c
3743 * src/prefs_account.h
3744 * src/prefs_common.c
3745 * src/prefs_common.h
3746 * src/prefs_display_header.c
3751 sync with 0.9.12cvs26 HEAD
3753 2004-07-15 [colin] 0.9.12cvs18.14
3756 Disable GPG signature check during
3757 folder move and scan
3758 (Closes Bug 521 Signature checking slows down Folder-Move)
3760 2004-07-14 [colin] 0.9.12cvs18.13
3762 * src/common/partial_download.c
3765 2004-07-14 [colin] 0.9.12cvs18.12
3767 * src/common/partial_download.c
3768 * src/common/partial_download.h
3769 Move doc at top, add correct copyright
3771 2004-07-14 [colin] 0.9.12cvs18.11
3779 * src/common/Makefile.am
3780 * src/common/partial_download.c ** NEW FILES **
3781 * src/common/partial_download.h ** NEW FILES **
3782 Move partial-download related stuff to its
3785 2004-07-14 [colin] 0.9.12cvs18.10
3787 * src/send_message.c
3788 Fix smtp auth when user is null or empty
3790 2004-07-13 [colin] 0.9.12cvs18.9
3792 * src/gtk/quicksearch.c
3793 Use alphabetic order
3795 2004-07-13 [colin] 0.9.12cvs18.8