1 2005-05-06 [paul] 1.9.6cvs57
3 * src/grouplistdialog.c
4 quick fix/workaround for unresizeable newsgroup
7 2005-05-06 [paul] 1.9.6cvs56
11 use gettext plural forms
15 small improvement to english usage
17 2005-05-05 [thorsten] 1.9.6cvs55
22 2005-05-05 [paul] 1.9.6cvs54
28 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
31 2005-05-05 [paul] 1.9.6cvs53
34 fix resizing of separate message and
37 2005-05-05 [paul] 1.9.6cvs52
49 * src/prefs_filtering.c
50 * src/prefs_filtering_action.c
52 * src/prefs_spelling.c
56 * src/gtk/description_window.c
57 * src/gtk/gtkvscrollbutton.c
58 * src/gtk/progressdialog.c
59 * src/gtk/quicksearch.c
60 * src/plugins/pgpmime/prefs_gpg.c
61 * src/plugins/spamassassin/spamassassin_gtk.c
62 replace deprecated gtk_widget_set_usize
64 2005-05-04 [colin] 1.9.6cvs51
67 Fix crash when subst_for_filename is called
70 2005-05-04 [colin] 1.9.6cvs50
72 * src/partial_download.c
74 Escape login when writing uidl file
77 2005-05-03 [colin] 1.9.6cvs49
80 Fix possible DOS in mime parser
83 2005-05-02 [colin] 1.9.6cvs48
86 Try to fix the copy/paste mess once again.
89 2005-04-30 [colin] 1.9.6cvs47
96 Try to batch sending mails (per account) instead of
97 reconnecting to server every time.
99 2005-04-29 [colin] 1.9.6cvs46
102 Fix window resizing that refused to size down
105 * src/prefs_filtering.c
106 Save Filtering's window size
108 2005-04-21 [paul] 1.9.6cvs45
110 * ChangeLog-gtk2.claws
114 2005-04-21 [paul] 1.9.6cvs44
121 use gtkut_widget_draw_now(). Improved performance
122 of the update of statusbar
124 textview_smooth_scroll_do(): redraw it after scroll
125 is done (fixed incorrect display when a part of the
129 gtkut_widget_draw_now(): use gdk_window_process_updates()
130 to force update of widgets.
131 Removed gtkut_widget_wait_for_draw() which had a big
132 overhead because of waiting for all events processed
134 2005-04-20 [paul] 1.9.6cvs43
137 complete 1.9.6cvs42's sync:
138 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
140 2005-04-19 [paul] 1.9.6cvs42
145 catch_output(): correctly select the insert text
146 (fix invalid iterator warnings).
152 support GBK encoding.
153 * src/common/session.c
154 * src/common/session.h
155 use separate buffer for large data to be sent,
156 and don't duplicate it (reduces memory usage) (thanks to Dirk).
158 2005-04-18 [paul] 1.9.6cvs41
161 convert unsigned long into guint32
162 patch by Paul LeoNerd Evans
164 2005-04-17 [colin] 1.9.6cvs40
167 Fix 'Request return receipt' from folder
168 properties (bug #708)
170 2005-04-17 [colin] 1.9.6cvs39
173 Fix duplicate hotkeys in Mainwindow's menu
175 2005-04-17 [colin] 1.9.6cvs38
178 Fix duplicate hotkeys in Folderview's contextual
181 2005-04-15 [colin] 1.9.6cvs37
184 Fix 'Save as...' with non-ascii filenames
186 2005-04-15 [colin] 1.9.6cvs36
188 * src/plugins/pgpmime/pgpmime.c
189 Fix bus error on 64bit. Spotted by
190 macallan1888@gmail.com
192 2005-04-15 [colin] 1.9.6cvs35
194 * src/prefs_account.c
197 2005-04-12 [colin] 1.9.6cvs34
199 * src/prefs_account.c
200 Fix smtp auth type off-by-one. We forgot to
201 add PLAIN in the prefs-to-gui setter func and
202 as a result, the selected auth when opening
203 account prefs was not the correct one.
205 2005-04-12 [paul] 1.9.6cvs33
208 if the recv dialog is visible, Cancel only
209 cancels the current account
212 2005-04-10 [colin] 1.9.6cvs32
215 Copy score when copying FilteringActions
218 2005-04-10 [colin] 1.9.6cvs31
221 Make Message -> Receive -> Cancel cancel
222 incorporation on all accounts. Fixes
225 2005-04-10 [colin] 1.9.6cvs30
227 * src/prefs_account.c
228 Update Privacy checkbuttons status based
229 on the selected privacy system
231 Always connect the "None" privacy system; the
232 static boolean was probably there to avoid
233 reconnecting twice in the same compose window,
234 but as the parent function is only called once
235 per compose, it's only a bug - as a static is
236 initialized once per application instance.
237 Also, don't uncheck Sign and Encrypt when
238 selecting None as privacy system; just ignore
239 them when sending/queuing.
242 2005-04-08 [colin] 1.9.6cvs29
245 * src/prefs_account.c
246 * src/prefs_account.h
247 Add account preference to queue message in a certain
250 2005-04-06 [colin] 1.9.6cvs28
252 * src/prefs_account.c
253 Update old inbox path syntax
255 2005-04-06 [paul] 1.9.6cvs27
260 changed -traditional-cpp to -no-cpp-precomp for newer
263 made column resize automatically
265 send_message_smtp(): consider EOF right after QUIT
266 successful (workaround for Gmail SMTP server)
267 * src/common/socket.c
268 ssl_read(), ssl_peek(): check EOF which violates the
270 * src/gtk/colorlabel.c
271 removed warnings when displaying colorlabel menu
272 (don't use GtkAlignment)
274 2005-04-05 [paul] 1.9.6cvs26
276 * src/plugins/trayicon/trayicon.c
277 fix clipping of icon under KDE3
279 2005-04-05 [paul] 1.9.6cvs25
282 hide display of threading
285 2005-04-04 [thorsten] 1.9.6cvs24
288 marks lost on filesystems with different stat() results on
291 2005-04-03 [colin] 1.9.6cvs23
294 Don't handle up/down. Patch by Alfons
296 2005-04-02 [colin] 1.9.6cvs22
299 Make scrolling faster. Patch by Alfons.
301 2005-04-01 [colin] 1.9.6cvs21
305 * src/pixmaps/dir-noselect.xpm ** REMOVED **
306 * src/pixmaps/dir_noselect.xpm ** ADDED **
307 Fix pixmap name mismatch (Thanks Stephan Sachse)
309 2005-04-01 [colin] 1.9.6cvs20
317 Implement inline image resizing and right-clicking
319 2005-04-01 [paul] 1.9.6cvs19
325 patch by Luca Cavalli <loopback<AT>slackit.org>
327 updated by Pavlo Bohmat
329 2005-03-31 [colin] 1.9.6cvs18
332 Fix parsing references
334 don't put nulls in the references list
336 commit that forgotten file in 1.9.6cvs14
338 2005-03-31 [colin] 1.9.6cvs17
341 Fix joining of signature separator again.
342 Maybe Hiro could put it in main too...
344 2005-03-31 [colin] 1.9.6cvs16
350 * src/pixmaps/dir-noselect.xpm
351 Update foldersel.c (sync from main, patch by Alfons)
353 2005-03-30 [colin] 1.9.6cvs15
356 Fix handling of imap folders containing [] in
357 their name. Thanks to Nahuel Angelinetti for
358 the detailed bugreport.
360 2005-03-30 [colin] 1.9.6cvs14
370 * src/quote_fmt_parse.y
372 Update references system. Patch by Alfons
374 2005-03-30 [colin] 1.9.6cvs13
376 * src/common/socket.c
377 Force the glibc to read resolv.conf again when
378 it has changed. Should fix issues when changing
379 networks on a laptop and not restarting sylpheed.
381 2005-03-30 [paul] 1.9.6cvs12
383 partial sync with main:
386 create_io_dialog(): use user-defined text font
387 (thanks to Alfons), and modified its appearance.
393 don't join (presumably) itemized lines on line-wrapping
394 fixed wrapping of quote when auto-wrapping is enabled
395 compose_destroy(): destroy paned only if it's not
396 attached to window. Fixed memory leak of popup menu.
406 removed redundant code
408 changed 'Code set' (which is rather incorrect)
409 in the menu to 'Character encoding'
410 main_window_set_widgets(): request size first
411 to prevent window size becoming wrong
412 fixed remembering of the state of the visibility
415 changed 'Code set' (which is rather incorrect)
416 in the menu to 'Character encoding'
419 added an option whether to render HTML as text or not
420 added separators to outgoing encoding menu
422 procheader_scan_date_string(): support header
423 like: "[Tue,] 01 Feb 2005 09:57[:00]"
428 textview_show_html(): force output of newline
429 added an option whether to render HTML as text or not
431 strncpy2(): optimized based on Alfons' code
434 removed non-used code
435 * src/plugins/pgpmime/passphrase.c
436 partially fixed grab input of passphrase dialog
437 Confine pointer to window
439 2005-03-30 [colin] 1.9.6cvs11
443 Read/write 32bit ints from cache & marks
446 2005-03-29 [paul] 1.9.6cvs10
451 * src/gtk/gtkaspell.c
452 sync with HEAD (don't pass NULL pointers)
458 * tools/acroread2sylpheed.pl
459 sync with HEAD (add script to send pdfs as
460 attachments from Adobe Reader 7)
462 2005-03-21 [paul] 1.9.6cvs9
468 * src/image_viewer.c ** ADDED **
469 * src/image_viewer.h ** ADDED **
473 * src/prefs_image_viewer.c ** ADDED **
474 * src/prefs_image_viewer.h ** ADDED **
477 * src/pixmaps/sylpheed_logo.xpm
478 * src/plugins/Makefile.am
479 * src/plugins/image_viewer/.cvsignore ** REMOVED **
480 * src/plugins/image_viewer/Makefile.am ** REMOVED **
481 * src/plugins/image_viewer/plugin.c ** REMOVED **
482 * src/plugins/image_viewer/viewer.c ** REMOVED **
483 * src/plugins/image_viewer/viewer.glade ** REMOVED **
484 * src/plugins/image_viewer/viewer.h ** REMOVED **
485 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
486 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
487 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
488 as gdk-pixbuf is now built-in
489 remove image_viewer plugin and put code back into
491 implement inline image display (sync with main)
493 replace logo with newer, nicer, larger version
495 2005-03-21 [paul] 1.9.6cvs8
500 2005-03-21 [holger] 1.9.6cvs7
502 * src/plugins/spamassassin/spamassassin.c
504 (unregister hook on failed plugin init)
506 2005-03-20 [colin] 1.9.6cvs6
508 * src/common/plugin.c
509 Check that plugin isn't already loaded
512 2005-03-20 [thorsten] 1.9.6cvs5
515 use a more compatible syntax
517 2005-03-20 [thorsten] 1.9.6cvs4
519 * src/prefs_toolbar.c
520 fix crash when selecting toolbar item (uninitialized pointer)
522 2005-03-20 [thorsten] 1.9.6cvs3
525 fix mimetype detection (referenced free()d string)
527 2005-03-20 [paul] 1.9.6cvs2
530 sync with HEAD (1.0.3cvs5)
531 neglect Reply-To header if empty
534 2005-03-19 [holger] 1.9.6cvs1
540 2005-03-18 [paul] 1.9.6
544 2005-03-18 [paul] 1.0.3cvs3.1
550 * src/pixmaps/sylpheed_logo.xpm
553 2005-03-18 [colin] 1.0.3cvs2.6
556 Remove call to summary_step in summary_copy_selected_to
557 Can't see its purpose, and this causes bug when copying
558 a message if the next one is unread: it reads it.
560 2005-03-18 [paul] 1.0.3cvs2.5
563 fix bug 694 'Enter doesn't trigger OK in "Move" window'
565 2005-03-18 [paul] 1.0.3cvs2.4
576 fix buffer overflow, CAN-2005-0667, see
577 http://secunia.com/advisories/14491/
580 2005-03-17 [colin] 1.0.3cvs2.3
584 Fix font bugs (both lists now officialy share
588 2005-03-17 [paul] 1.0.3cvs2.2
590 * src/gtk/pluginwindow.c
591 make plugin descriptions uneditable
593 2005-03-11 [paul] 1.0.3cvs2.1
598 * src/plugins/trayicon/trayicon.c
600 add src/wizard.c to POTFILES.in
602 2005-03-11 [paul] 1.0.3cvs1.1
618 2005-03-04 [colin] 1.0.1cvs22.2
621 Fix signatures with accentued chars in it
623 2005-03-04 [colin] 1.0.1cvs22.1
627 Don't use SIZE param in MAIL FROM: if server
628 doesn't support it. Patch by Eugen Freiter
629 <eugen_f@users.sf.net>
631 2005-02-27 [paul] 1.0.1cvs20.1
638 2005-02-27 [colin] 1.0.1cvs19.4
642 Fix prototypes. Patch by Alfons
644 2005-02-27 [colin] 1.0.1cvs19.3
647 Don't auto-join the signature separator.
649 2005-02-26 [colin] 1.0.1cvs19.2
652 Fix 'mark all read' with collapsed threads.
655 2005-02-25 [paul] 1.0.1cvs19.1
659 * src/prefs_account.c
660 * src/prefs_folder_item.c
661 * src/gtk/prefswindow.c
662 * src/gtk/prefswindow.h
665 2005-02-25 [paul] 1.0.1cvs15.12
673 * src/gtk/logwindow.c
674 * src/gtk/progressdialog.c
675 sync with main (revision 127)
676 and fix logwindow clipping
678 2005-02-24 [colin] 1.0.1cvs15.11
680 * src/plugins/pgpmime/passphrase.c
681 Disable input grabbing; it doesn't work yet.
683 2005-02-24 [colin] 1.0.1cvs15.10
686 Don't send out receipts if offline. Ask.
688 2005-02-23 [colin] 1.0.1cvs15.9
693 2005-02-23 [colin] 1.0.1cvs15.8
696 Really fix Bug 568 by removing useless
697 calls. summary_thread_init() now called
698 in summary_sort(). This should please
699 Alfons as it should be faster than
702 2005-02-23 [colin] 1.0.1cvs15.7
705 Encode parts as QP or B64 if signing
707 2005-02-23 [colin] 1.0.1cvs15.6
710 Fix Mimeinfo leakage (including tmp files)
712 Fix tmp file leakage (spotted by Ivan Rayner)
714 2005-02-22 [colin] 1.0.1cvs15.5
717 Fix keyboard input. Patch by Alfons.
719 2005-02-21 [colin] 1.0.1cvs15.4
722 Fix Sign/Encrypt when unselecting privacy
725 Change default message font to Monospace
727 More freezing during potentially large operations
729 2005-02-21 [paul] 1.0.1cvs15.3
734 2005-02-21 [paul] 1.0.1cvs15.2
742 sync with main (revision 117)
744 2005-02-20 [colin] 1.0.1cvs15.1
747 Change cache file to .sylpheed_claws_cache, as
748 suggested by Alfons. Allows people to switch
749 between Sylpheed and Sylpheed-Claws. it is
750 a good idea to "Check for new messages" at next
754 2005-02-18 [colin] 1.0.1cvs14.1
756 * src/quote_fmt_lex.l
757 * src/quote_fmt_parse.y
758 Fix parser initialisation. Patch by Ivan.
760 2005-02-18 [colin] 1.0.1cvs11.6
763 Fix scrolldown (bug 662)
765 2005-02-17 [colin] 1.0.1cvs11.5
768 conv_filename_to_utf8: return clean 7bit instead
769 of broken utf8 if needed
771 Fix display of parts with unclean 8bit names
773 2005-02-17 [paul] 1.0.1cvs11.4
777 * src/matcher_parser_parse.y
780 * src/common/Makefile.am
781 * src/common/intl.h ** REMOVED **
782 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
783 sync with main (revision 109)
786 2005-02-16 [colin] 1.0.1cvs11.3
789 Fix collapsed thread not highlighting when new
790 messages in it (Bug 568) Patch by Stephan Sachse.
791 Fix messed up selection when reaching bounds (Bug 632)
793 Fix theme installing (Bug 684)
795 2005-02-16 [colin] 1.0.1cvs11.2
798 Fix messageview_select_all
800 2005-02-16 [colin] 1.0.1cvs11.1
803 Sync with HEAD (MH scan required function)
805 2005-02-15 [colin] 1.0.1cvs8.1
809 Sync with HEAD (filename chars substitution)
811 2005-02-15 [colin] 1.0.1cvs7.3
813 * src/gtk/pluginwindow.c
816 2005-02-15 [colin] 1.0.1cvs7.2
819 Fix mime icons not reset across message when
822 2005-02-15 [colin] 1.0.1cvs7.1
826 Sync with HEAD (optimisation of cvs6)
828 2005-02-14 [colin] 1.0.1cvs6.1
832 Sync with HEAD (encode "From " at line beginning)
834 2005-02-14 [colin] 1.0.1cvs5.3
837 Fix wrapping with accentued chars.
839 2005-02-13 [colin] 1.0.1cvs5.2
842 Fix email informative part parsing with
843 accentued chars in it. ispunct() returns
844 true for them in utf8...
846 2005-02-12 [colin] 1.0.1cvs5.1
849 Sync with HEAD (remove wrong use of compose after send)
851 2005-02-12 [paul] 1.0.1cvs4.5
854 remove unnecessary code (thanks to Alfons)
856 2005-02-12 [paul] 1.0.1cvs4.4
859 add 'Copy' to contextual menu on emails
861 2005-02-11 [colin] 1.0.1cvs4.3
864 revert 1.0.0cvs28.2, it doesn't work that well.
866 2005-02-11 [paul] 1.0.1cvs4.2
871 2005-02-10 [paul] 1.0.1cvs4.1
878 sync with HEAD (sync with main)
880 2005-02-10 [paul] 1.0.1cvs3.2
886 * config/mkinstalldirs
891 * intl/config.charset
906 * intl/libgnuintl.h.in
909 * intl/localcharset.c
910 * intl/localcharset.h
950 * src/editldap_basedn.c
958 * src/folder_item_prefs.c
961 * src/grouplistdialog.c
975 * src/message_search.c
984 * src/partial_download.c
986 * src/prefs_account.c
987 * src/prefs_actions.c
989 * src/prefs_customheader.c
990 * src/prefs_display_header.c
991 * src/prefs_ext_prog.c
992 * src/prefs_filtering.c
993 * src/prefs_filtering_action.c
994 * src/prefs_folder_item.c
997 * src/prefs_matcher.c
998 * src/prefs_msg_colors.c
999 * src/prefs_spelling.c
1000 * src/prefs_summary_column.c
1001 * src/prefs_template.c
1002 * src/prefs_themes.c
1003 * src/prefs_toolbar.c
1004 * src/prefs_wrapping.c
1011 * src/send_message.c
1013 * src/sourcewindow.c
1016 * src/summary_search.c
1022 * src/common/plugin.c
1025 * src/common/ssl_certificate.c
1026 * src/common/string_match.c
1027 * src/common/sylpheed.c
1028 * src/common/template.c
1029 * src/common/utils.c
1031 * src/gtk/colorlabel.c
1032 * src/gtk/description_window.c
1034 * src/gtk/foldersort.c
1035 * src/gtk/gtkaspell.c
1036 * src/gtk/gtkutils.c
1037 * src/gtk/inputdialog.c
1038 * src/gtk/logwindow.c
1040 * src/gtk/pluginwindow.c
1041 * src/gtk/prefswindow.c
1042 * src/gtk/progressdialog.c
1043 * src/gtk/quicksearch.c
1044 * src/gtk/sslcertwindow.c
1045 * src/plugins/clamav/clamav_plugin.c
1046 * src/plugins/clamav/clamav_plugin_gtk.c
1047 * src/plugins/demo/demo.c
1048 * src/plugins/dillo_viewer/dillo_prefs.c
1049 * src/plugins/dillo_viewer/dillo_viewer.c
1050 * src/plugins/image_viewer/plugin.c
1051 * src/plugins/image_viewer/viewer.c
1052 * src/plugins/image_viewer/viewerprefs.c
1053 * src/plugins/mathml_viewer/mathml_viewer.c
1054 * src/plugins/pgpmime/passphrase.c
1055 * src/plugins/pgpmime/plugin.c
1056 * src/plugins/pgpmime/prefs_gpg.c
1057 * src/plugins/pgpmime/select-keys.c
1058 * src/plugins/pgpmime/sgpgme.c
1059 * src/plugins/spamassassin/spamassassin.c
1060 * src/plugins/spamassassin/spamassassin_gtk.c
1061 * src/plugins/trayicon/trayicon.c
1062 sync with main (revision 104)
1064 2005-02-10 [colin] 1.0.1cvs3.1
1067 Sync with HEAD (fix occasional crasher)
1069 2005-02-10 [colin] 1.0.1cvs2.1
1072 Synw with HEAD (don't automatically display html)
1074 2005-02-09 [colin] 1.0.1cvs1.3
1078 Add contextual menu on emails
1080 2005-02-09 [colin] 1.0.1cvs1.2
1083 Fix converting from broken headers and
1084 put back the _ in missing places
1085 (feature broke with cvs24.2 sync, main
1088 2005-02-09 [colin] 1.0.1cvs1.1
1093 Sync with HEAD (display non text/plain mails with plugin)
1095 2005-02-08 [colin] 1.0.1.1
1101 Make default configuration directory
1104 2005-02-08 [colin] 1.0.0cvs29.1
1112 Sync translations with HEAD
1114 2005-02-06 [colin] 1.0.0cvs28.3
1117 Make compose a bit faster - patch by Alfons.
1119 2005-02-06 [colin] 1.0.0cvs28.2
1122 Make pasting via middle-click more reliable
1124 2005-02-05 [paul] 1.0.0cvs28.1
1132 (fix bug 682 'redirect is broken'
1134 2005-02-05 [torte] 1.0.0cvs27.1
1138 * src/partial_download.c
1139 Sync with HEAD (fix buf overflow)
1141 2005-02-03 [colin] 1.0.0cvs26.1
1143 * src/common/plugin.c
1144 Sync with HEAD (avoid plugin mismatches)
1146 2005-02-03 [paul] 1.0.0cvs25.3
1152 * src/gtk/colorlabel.c
1153 third and final part of initial sync with main-gtk2
1155 2005-02-03 [paul] 1.0.0cvs25.2
1158 fix building with jpilot support
1160 2005-02-02 [colin] 1.0.0cvs25.1
1163 Sync with HEAD (fix dangerous typo)
1165 2005-02-01 [colin] 1.0.0cvs24.3
1168 Write file as advertised (UTF-8)
1170 2005-02-01 [paul] 1.0.0cvs24.2
1179 * src/folder_item_prefs.c
1185 * src/matcher_parser_lex.l
1188 * src/prefs_account.c
1189 * src/prefs_actions.c
1190 * src/prefs_common.c
1193 * src/prefs_themes.c
1196 * src/sourcewindow.c
1202 * src/common/template.c
1203 * src/common/utils.c
1206 * src/gtk/gtkaspell.c
1207 * src/plugins/clamav/clamav_plugin.c
1208 * src/plugins/dillo_viewer/dillo_prefs.c
1209 * src/plugins/image_viewer/viewerprefs.c
1210 * src/plugins/pgpmime/passphrase.c
1211 * src/plugins/pgpmime/prefs_gpg.c
1212 * src/plugins/pgpmime/select-keys.c
1213 * src/plugins/spamassassin/spamassassin.c
1214 second part of initial sync with main-gtk2
1217 2005-01-31 [colin] 1.0.0cvs24.1
1222 2005-01-29 [paul] 1.0.0cvs23.2
1235 * src/editldap_basedn.c
1239 * src/grouplistdialog.c
1245 * src/message_search.c
1248 * src/prefs_actions.c
1249 * src/prefs_common.c
1250 * src/prefs_common.h
1251 * src/prefs_customheader.c
1252 * src/prefs_display_header.c
1253 * src/prefs_filtering.c
1254 * src/prefs_filtering_action.c
1256 * src/prefs_matcher.c
1257 * src/prefs_summary_column.c
1258 * src/prefs_template.c
1259 * src/sourcewindow.c
1260 * src/summary_search.c
1264 * src/gtk/description_window.c
1265 * src/gtk/gtkshruler.c
1266 * src/gtk/gtkutils.c
1267 * src/gtk/gtkutils.h
1268 * src/gtk/inputdialog.c
1269 * src/gtk/logwindow.c
1270 * src/gtk/prefswindow.c
1271 * src/gtk/progressdialog.c
1272 * src/gtk/progressdialog.h
1273 first part of initial sync with main-gtk2
1276 2005-01-28 [colin] 1.0.0cvs23.1
1281 2005-01-27 [colin] 1.0.0cvs21.1
1287 2005-01-27 [colin] 1.0.0cvs19.1
1292 2005-01-27 [colin] 1.0.0cvs18.1
1304 2005-01-26 [paul] 1.0.0cvs15.2
1307 compose_entries_set(): convert subject and body to
1308 utf8 if necessary. patch by Felix Eckhofer
1310 2005-01-26 [paul] 1.0.0cvs15.1
1313 * src/common/template.c
1314 sync with HEAD (fix memory leak)
1316 2005-01-25 [paul] 1.0.0cvs14.1
1322 2005-01-24 [colin] 1.0.0cvs13.1
1327 2005-01-24 [paul] 1.0.0cvs12.1
1332 * src/common/utils.c
1335 2005-01-24 [colin] 1.0.0cvs11.1
1340 2005-01-24 [colin] 1.0.0cvs10.1
1345 2005-01-23 [colin] 1.0.0cvs9.1
1350 2005-01-22 [colin] 1.0.0cvs8.1
1353 * src/gtk/quicksearch.c
1356 2005-01-21 [colin] 1.0.0cvs7.1
1361 2005-01-21 [colin] 1.0.0cvs6.1
1366 2005-01-21 [colin] 1.0.0cvs5.1
1368 * src/gtk/quicksearch.c
1369 * src/prefs_common.c
1370 * src/prefs_common.h
1371 Sync with HEAD (recurse option)
1373 2005-01-21 [colin] 1.0.0cvs4.1
1379 * src/gtk/quicksearch.c
1380 * src/gtk/quicksearch.h
1381 Sync with HEAD (recursive quicksearch)
1383 2005-01-20 [colin] 1.0.0cvs3.4
1388 2005-01-20 [colin] 1.0.0cvs3.3
1391 Fix leak, thanks to Alfons.
1393 2005-01-20 [colin] 1.0.0cvs3.2
1396 Port SSL certificate window to GTK2.
1398 2005-01-20 [paul] 1.0.0cvs3.1
1406 2005-01-19 [colin] 1.0.0cvs2.2
1408 * src/plugins/trayicon/trayicon.c
1409 Fix freeze with gtk-2.6, the easy way
1410 (signal blocking helpless there...)
1413 2005-01-19 [colin] 1.0.0cvs2.1
1422 2005-01-19 [paul] 1.0.0cvs1.1
1436 sync with HEAD (update translations)
1438 2005-01-18 [colin] 1.0.0cvs0.1
1441 Specify search column - patch by Alfons
1443 2005-01-18 [colin] 0.9.13cvs36.3
1445 * src/prefs_toolbar.c
1446 Change Delete to Remove
1448 GTK2 version and leak fixes
1449 * src/prefs_actions.c
1451 All patches by Alfons
1453 2005-01-17 [colin] 0.9.13cvs36.2
1456 Fix DnD inserting twice. While at it,
1457 add DnD support for text/plain in the
1458 body, and add support in the headers.
1460 2005-01-16 [colin] 0.9.13cvs36.1
1465 Sync with HEAD (nothing applicable)
1467 2005-01-16 [colin] 0.9.13cvs33.2
1469 * src/prefs_toolbar.c
1470 GTK2ize prefs_toolbar, by Alfons.
1472 2005-01-14 [colin] 0.9.13cvs33.1
1478 2005-01-14 [colin] 0.9.13cvs32.1
1484 * tools/calypso_convert.pl
1487 2005-01-08 [colin] 0.9.13cvs29.2
1489 * src/prefs_filtering_action.c
1490 * src/prefs_filtering.c
1491 2 more gtk2 patches by Alfons
1493 2005-01-07 [paul] 0.9.13cvs29.1
1503 2005-01-07 [colin] 0.9.13cvs28.3
1505 * src/gtk/progressdialog.c
1506 * src/gtk/progressdialog.h
1508 * src/send_message.c
1509 GTK2 for the incorporation dialog. The CList isn't dead
1510 yet, for a more smooth migration. Patch by Alfons.
1512 2005-01-06 [colin] 0.9.13cvs28.2
1514 * src/prefs_display_header.c
1515 GTK2 conversion by Alfons
1516 * src/prefs_actions.c
1517 * src/prefs_matcher.c
1518 Fix 2 leaks - patch by Alfons
1520 2005-01-06 [colin] 0.9.13cvs28.1
1522 * src/prefs_matcher.c
1525 2005-01-06 [colin] 0.9.13cvs27.4
1527 * src/prefs_matcher.c
1528 Fix double-free. Patch by Alfons
1530 2005-01-06 [colin] 0.9.13cvs27.3
1532 * src/prefs_matcher.c
1533 GTK2 widgets + memleak
1536 2005-01-05 [colin] 0.9.13cvs27.2
1541 * src/stock_pixmap.c
1542 * src/stock_pixmap.h
1543 3 more GTK2 patches by Alfons.
1545 2005-01-04 [colin] 0.9.13cvs27.1
1552 2005-01-04 [colin] 0.9.13cvs25.9
1555 Fix Show Ruler menuitem
1556 * src/prefs_template.c
1558 * src/common/utils.c
1559 Make auto pointer stuff handles NULLs
1562 2005-01-04 [colin] 0.9.13cvs25.8
1565 Move the attachment list to gtk2
1568 2005-01-04 [colin] 0.9.13cvs25.7
1571 Make some keys work again
1572 Patch by SungHyun Nam <namsh@kldp.org>
1574 2005-01-04 [colin] 0.9.13cvs25.6
1576 * src/gtk/gtkshruler.c
1577 Move the ruler to GTK2
1580 2005-01-03 [colin] 0.9.13cvs25.5
1583 Fix my broken patch apply
1585 2005-01-03 [colin] 0.9.13cvs25.4
1587 * src/common/utils.c
1588 * src/common/utils.h
1589 * src/gtk/prefswindow.c
1590 Move auto pointer stuff to utils.c
1591 Patch by Alfons again :)
1593 2005-01-03 [colin] 0.9.13cvs25.3
1597 * src/prefs_template.c
1599 Empty text widgets with empty strings, not NULL char
1600 Patch by SungHyun Nam <namsh@kldp_org>
1602 2005-01-03 [colin] 0.9.13cvs25.2
1608 2005-01-03 [colin] 0.9.13cvs25.1
1614 2005-01-03 [colin] 0.9.13cvs24.3
1617 Two patches from Alfons and Alex S Moore:
1618 fix images, fix return value.
1620 2005-01-01 [colin] 0.9.13cvs24.2
1622 * src/prefs_actions.c
1623 Fix over-zealous assertion. Patch by Alfons
1625 2005-01-01 [colin] 0.9.13cvs24.1
1628 Sync with HEAD (leak fix)
1630 2004-12-31 [colin] 0.9.13cvs23.2
1632 * src/prefs_common.c
1633 GTK2 widgets + stock buttons - patch by Alfons
1635 2004-12-31 [paul] 0.9.13cvs23.1
1638 bump up EXTRA_VERSION to match (sync'ed) HEAD
1639 * src/gtk/pluginwindow.c
1640 use GTK2 widgets and plug memory leaks,
1643 2004-12-30 [colin] 0.9.13cvs22.4
1650 * src/message_search.c
1651 * src/prefs_actions.c
1652 * src/prefs_common.c
1653 * src/prefs_customheader.c
1654 * src/prefs_filtering.c
1655 * src/prefs_summary_column.c
1656 * src/summary_search.c
1658 * src/gtk/description_window.c
1659 * src/gtk/gtkutils.c
1660 * src/gtk/gtkutils.h
1661 * src/gtk/inputdialog.c
1662 * src/gtk/prefswindow.c
1663 Use GTK2 stock buttons. Patches by Alfons.
1665 2004-12-30 [colin] 0.9.13cvs22.3
1669 * src/prefs_actions.c
1670 * src/prefs_customheader.c
1671 * src/prefs_filtering.c
1672 * src/prefs_msg_colors.c
1673 * src/prefs_summary_column.c
1674 * src/gtk/prefswindow.c
1675 Use GtkTreeView instead of deprecated
1676 widgets. Patches by Alfons.
1678 2004-12-30 [paul] 0.9.13cvs22.2
1682 patch by Alfons, with root folder sorting fix
1685 2004-12-30 [paul] 0.9.13cvs22.1
1695 2004-12-22 [martin] 0.9.13cvs21.2
1698 free the command line after its use
1700 2004-12-18 [paul] 0.9.13cvs21.1
1713 2004-12-17 [martin] 0.9.13cvs17.2
1716 convert actions input to locale
1718 convert notification command to locale
1719 * src/plugins/pgpmime/select-keys.c
1720 convert attributes to utf8
1722 2004-12-14 [colin] 0.9.13cvs17.1
1728 * src/common/utils.c
1729 * src/gtk/prefswindow.c
1730 * src/gtk/gtkutils.c
1731 * src/gtk/gtkutils.h
1732 * src/plugins/spamassassin/libspamc.c
1735 2004-12-13 [colin] 0.9.13cvs14.1
1737 * src/quote_fmt_parse.y
1740 2004-12-10 [colin] 0.9.13cvs12.1
1742 * src/prefs_themes.c
1747 2004-12-09 [colin] 0.9.13cvs10.1
1750 Sync with HEAD (fix B64 encoding from memory)
1752 2004-12-08 [colin] 0.9.13cvs9.1
1754 * src/gtk/colorlabel.c
1757 2004-12-08 [paul] 0.9.13cvs8.2
1759 * src/gtk/pluginwindow.c
1760 fix window resizing oddities
1762 2004-12-08 [colin] 0.9.13cvs8.1
1764 * src/quote_fmt_parse.y
1767 2004-12-08 [colin] 0.9.13cvs7.1
1769 * src/matcher_parser_parse.y
1771 * src/prefs_matcher.c
1778 2004-12-08 [colin] 0.9.13cvs6.1
1780 * src/quote_fmt_parse.y
1783 * src/gtk/prefswindow.c
1784 * src/gtk/pluginwindow.c
1785 Fix G_CALLBACKS protos (thanks to Alfons)
1787 2004-12-07 [torte] 0.9.13cvs2.2
1790 [Bug 650] reply button causes crash
1791 Thanks to David Relson and Christoph
1793 2004-12-07 [colin] 0.9.13cvs2.1
1799 * src/prefs_account.c
1804 2004-12-06 [colin] 0.9.12cvs187.1
1835 * tools/filter_conv.pl
1836 * tools/kdeservicemenu/README
1837 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1838 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1841 2004-12-04 [colin] 0.9.12cvs183.1
1844 Sync with HEAD (compose window position saving)
1846 2004-12-04 [paul] 0.9.12cvs182.3
1850 * src/prefs_customheader.c
1851 * src/gtk/quicksearch.c
1852 replace some forgotten GTK_SIGNAL_FUNCs
1854 2004-12-04 [paul] 0.9.12cvs182.2
1857 remove 'pixmaps/dir_noselect.xpm'. from local patch,
1860 2004-12-04 [paul] 0.9.12cvs182.1
1870 * doc/manual/ja/Makefile.am
1871 * doc/manual/ja/sylpheed-1.html
1872 * doc/manual/ja/sylpheed-10.html
1873 * doc/manual/ja/sylpheed-11.html
1874 * doc/manual/ja/sylpheed-12.html
1875 * doc/manual/ja/sylpheed-13.html
1876 * doc/manual/ja/sylpheed-14.html
1877 * doc/manual/ja/sylpheed-15.html
1878 * doc/manual/ja/sylpheed-16.html
1879 * doc/manual/ja/sylpheed-17.html
1880 * doc/manual/ja/sylpheed-18.html
1881 * doc/manual/ja/sylpheed-19.html
1882 * doc/manual/ja/sylpheed-2.html
1883 * doc/manual/ja/sylpheed-20.html
1884 * doc/manual/ja/sylpheed-3.html
1885 * doc/manual/ja/sylpheed-4.html
1886 * doc/manual/ja/sylpheed-5.html
1887 * doc/manual/ja/sylpheed-6.html
1888 * doc/manual/ja/sylpheed-7.html
1889 * doc/manual/ja/sylpheed-8.html
1890 * doc/manual/ja/sylpheed-9.html
1891 * doc/manual/ja/sylpheed.html
1892 * doc/manual/ja/sylpheed.sgml
1897 * src/pixmaps/regular.xpm **REMOVED**
1898 * src/plugins/pgpmime/pgpmime.c
1899 * src/plugins/pgpmime/plugin.c
1900 * src/plugins/pgpmime/prefs_gpg.c
1903 2004-12-03 [paul] 0.9.12cvs180.1
1911 * src/common/utils.c
1912 * src/common/utils.h
1913 * src/pixmaps/continue.xpm
1914 * src/pixmaps/dir_close.xpm
1915 * src/pixmaps/dir_open.xpm
1916 * src/pixmaps/drafts_close.xpm
1917 * src/pixmaps/drafts_open.xpm
1918 * src/pixmaps/folder.xpm **REMOVED**
1919 * src/pixmaps/group.xpm
1920 * src/pixmaps/unread.xpm
1923 2004-12-02 [colin] 0.9.12cvs179.1
1926 Sync with HEAD (non-duplicated reedition)
1928 2004-12-02 [colin] 0.9.12cvs178.1
1931 Sync with HEAD (linewrap_quote fix)
1933 2004-12-01 [colin] 0.9.12cvs177.3
1936 Replace sizeof with strlen
1938 2004-12-01 [paul] 0.9.12cvs177.2
1941 fix 'harvest addresses'
1943 2004-11-30 [colin] 0.9.12cvs177.1
1945 * src/gtk/prefswindow.c
1946 * src/gtk/pluginwindow.c
1949 2004-11-29 [colin] 0.9.12cvs176.1
1952 sync with HEAD (Fix disappearing separators in folderview's popup)
1954 2004-11-29 [colin] 0.9.12cvs175.1
1957 Sync with head (another format fix)
1959 2004-11-29 [colin] 0.9.12cvs174.1
1962 Sync with HEAD (format string fix)
1964 2004-11-26 [colin] 0.9.12cvs173.1
1970 2004-11-24 [colin] 0.9.12cvs172.1
1972 * src/plugins/pgpmime/pgpmime.c
1975 2004-11-24 [colin] 0.9.12cvs171.1
1977 * src/plugins/pgpmime/pgpmime.c
1978 Sync with head (gpgmectx leaks)
1980 2004-11-24 [colin] 0.9.12cvs169.1
1982 * src/plugins/pgpmime/plugin.c
1983 * src/plugins/trayicon/Makefile.am
1984 * src/plugins/trayicon/newmarkedmail.xpm
1985 * src/plugins/trayicon/trayicon.c
1986 * src/plugins/trayicon/unreadmarkedmail.xpm
1989 2004-11-23 [colin] 0.9.12cvs168.1
1991 * src/partial_download.c
1992 * src/partial_download.h
1993 * src/plugins/pgpmime/plugin.c
1996 2004-11-23 [colin] 0.9.12cvs166.1
2003 * src/partial_download.c
2004 * src/partial_download.h
2005 * src/prefs_account.c
2006 * src/prefs_account.h
2010 * src/common/Makefile.am
2011 * src/common/base64.h
2012 * src/common/partial_download.c
2013 * src/common/partial_download.h
2014 * src/gtk/prefswindow.c
2015 * src/gtk/prefswindow.h
2016 * src/plugins/pgpmime/pgpmime.c
2017 * src/plugins/pgpmime/prefs_gpg.c
2018 * src/plugins/pgpmime/prefs_gpg.h
2019 * src/plugins/pgpmime/sgpgme.c
2020 * src/plugins/pgpmime/sgpgme.h
2023 2004-11-23 [colin] 0.9.12cvs163.1
2026 Sync with HEAD (cursor optimization)
2028 2004-11-23 [colin] 0.9.12cvs162.1
2030 * src/prefs_common.c
2031 * src/prefs_themes.c
2035 2004-11-23 [colin] 0.9.12cvs158.9
2038 Fix double-free when forwarding
2040 Fix leak on error path
2043 2004-11-23 [colin] 0.9.12cvs158.8
2046 Fix possible double-free
2049 2004-11-23 [colin] 0.9.12cvs158.7
2052 Fix some signal handlers' prototypes
2055 2004-11-22 [colin] 0.9.12cvs158.6
2058 Remove unneeded code and duplicated
2059 wrapping - patch by Alfons
2061 2004-11-22 [colin] 0.9.12cvs158.5
2063 * src/prefs_themes.c
2064 Fix oversized selector
2066 2004-11-22 [colin] 0.9.12cvs158.4
2072 2004-11-19 [colin] 0.9.12cvs158.3
2075 Add a context menu on links (open, copy)
2077 2004-11-18 [paul] 0.9.12cvs158.2
2083 * src/prefs_common.c
2084 * src/plugins/image_viewer/viewer.c
2085 * src/plugins/spamassassin/spamassassin_gtk.c
2086 replace deprecated gtk_notebook_set_page
2087 and gtk_notebook_current_page
2089 2004-11-18 [paul] 0.9.12cvs158.1
2095 * src/prefs_common.c
2096 * src/common/utils.c
2097 * src/common/utils.h
2100 2004-11-17 [colin] 0.9.12cvs156.1
2102 * src/prefs_account.c
2103 * src/prefs_account.h
2105 Sync with HEAD (add pref to store encrypted mails encrypted)
2107 2004-11-17 [paul] 0.9.12cvs155.1
2121 * src/pixmaps/error.xpm
2124 2004-11-17 [colin] 0.9.12cvs151.1
2126 * src/plugins/pgpmime/pgpmime.c
2127 Sync with HEAD (remove debug printf)
2129 2004-11-17 [colin] 0.9.12cvs150.1
2131 * src/plugins/pgpmime/pgpmime.c
2132 Sync with HEAD (off-by-one fix)
2134 2004-11-17 [colin] 0.9.12cvs149.1
2137 Sync with HEAD (coding style fixes)
2139 2004-11-16 [colin] 0.9.12cvs148.1
2142 Sync with head (Fix the fix)
2144 2004-11-16 [colin] 0.9.12cvs147.1
2147 Sync with Main (leak fix)
2149 2004-11-16 [colin] 0.9.12cvs146.14
2152 Remove useless chunk of code
2155 2004-11-15 [colin] 0.9.12cvs146.13
2158 Fix drafting after insertion
2161 2004-11-15 [colin] 0.9.12cvs146.12
2164 * src/prefs_filtering.c
2165 * src/prefs_filtering_action.c
2166 * src/prefs_toolbar.c
2167 Fix some const-correctness
2169 2004-11-15 [colin] 0.9.12cvs146.11
2172 * src/prefs_themes.c
2176 2004-11-15 [colin] 0.9.12cvs146.10
2179 More unreadable locale fixes
2181 2004-11-14 [colin] 0.9.12cvs146.9
2184 Fix uri_security_check
2187 2004-11-13 [paul] 0.9.12cvs146.8
2191 fix 2 bugs introduced in last commit
2193 2004-11-13 [paul] 0.9.12cvs146.7
2205 * src/prefs_themes.c
2209 replace deprecated g_basename
2211 2004-11-13 [paul] 0.9.12cvs146.6
2215 * src/matcher_parser.h
2216 * src/matcher_parser_parse.y
2217 * src/prefs_filtering.c
2218 * src/prefs_filtering_action.c
2219 * src/prefs_themes.c
2220 * src/prefs_toolbar.c
2221 * src/common/utils.c
2222 various small fixes/cleanups
2224 2004-11-12 [colin] 0.9.12cvs146.5
2227 Validate event's origin on visibility notify
2230 2004-11-12 [paul] 0.9.12cvs146.4
2237 * src/prefs_spelling.c
2238 * src/prefs_themes.c
2239 replace deprecated g_dirname
2241 2004-11-12 [colin] 0.9.12cvs146.3
2244 Some coding style fixes
2246 2004-11-12 [colin] 0.9.12cvs146.2
2249 We want to replace _all_ extended chars in
2250 conv_unreadable_*, because any string containing
2251 extended chars not parsing as UTF8 is
2252 undisplayed on gtk2.
2254 2004-11-12 [paul] 0.9.12cvs146.1
2271 * src/prefs_account.c
2272 * src/prefs_account.h
2273 * src/prefs_ext_prog.c
2278 * src/summary_search.c
2282 * src/common/utils.c
2283 * src/common/utils.h
2288 2004-11-11 [colin] 0.9.12cvs144.2
2291 Fix URI range selection (patch by Alfons)
2293 2004-11-09 [colin] 0.9.12cvs144.1
2298 * src/folder_item_prefs.c
2299 * src/prefs_account.c
2300 * src/prefs_account.h
2301 * src/plugins/pgpmime/pgpmime.c
2304 2004-11-08 [colin] 0.9.12cvs143.1
2307 Sync with HEAD (optimize quicksearch)
2309 2004-11-08 [colin] 0.9.12cvs142.2
2312 Don't wrap when Edit/Auto wrapping is disabled
2314 2004-11-08 [colin] 0.9.12cvs142.1
2319 2004-11-08 [colin] 0.9.12cvs141.1
2322 Sync with HEAD (fix some mail URIs)
2324 2004-11-08 [colin] 0.9.12cvs140.3
2327 o Use text cursor instead of arrow when
2329 o Fix handling of contiguous links (as in
2330 "colin@colino.net" <colin@colino.net>)
2331 This one unveils a bug in get_email_part()
2333 2004-11-07 [colin] 0.9.12cvs140.2
2336 Fix memleak. Patch by Alfons.
2338 2004-11-06 [colin] 0.9.12cvs140.1
2341 Sync with HEAD (don't ask passphrase
2344 2004-11-06 [paul] 0.9.12cvs139.2
2349 textview URI handling. hovering over a
2350 link displays it in the status bar,
2351 and changes the mouse pointer to a hand
2352 cursor. a link is activated with a single
2353 click. (Modified from the) patch by Jean-Yves
2354 Lefort <jylefort@users.sourceforge.net>
2357 2004-11-05 [colin] 0.9.12cvs139.1
2361 Sync with HEAD again ^^
2363 2004-11-05 [colin] 0.9.12cvs139.1
2369 2004-11-03 [paul] 0.9.12cvs138.1
2374 * src/prefs_ext_prog.c
2376 * tools/kdeservicemenu/README
2377 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2378 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2381 2004-11-01 [christoph] 0.9.12cvs136.2
2384 convert MIME parameters to UTF-8
2386 2004-10-29 [colin] 0.9.12cvs136.1
2388 * src/common/utils.c
2389 Sync with HEAD (don't use '=' in mime boundary)
2391 2004-10-29 [paul] 0.9.12cvs135.1
2394 * doc/src/rfc2231.txt
2396 * src/common/quoted-printable.c
2397 * src/common/utils.c
2398 * src/common/utils.h
2401 2004-10-27 [paul] 0.9.12cvs134.1
2406 * src/plugins/pgpmime/pgpmime.c
2409 2004-10-26 [paul] 0.9.12cvs132.3
2417 * src/customheader.c
2427 * src/grouplistdialog.c
2437 * src/prefs_display_header.c
2439 * src/prefs_msg_colors.c
2440 * src/prefs_toolbar.c
2447 * src/common/mgutils.c
2450 * src/common/template.c
2451 * src/common/utils.c
2452 * src/common/xmlprops.c
2453 * src/plugins/pgpmime/pgpmime.c
2454 * src/plugins/pgpmime/select-keys.c
2455 * src/plugins/pgpmime/sgpgme.c
2456 replace deprecated g_strcasecmp(), g_strncasecmp(),
2457 g_string_sprintfa(), gtk_notebook_current_page()
2459 2004-10-26 [colin] 0.9.12cvs132.2
2461 * src/prefs_folder_item.c
2462 Fix default-account selection
2464 2004-10-21 [colin] 0.9.12cvs133
2467 Sync with HEAD (Remove extra separator in compose's Options)
2469 Set wrapping to char
2471 2004-10-21 [paul] 0.9.12cvs131.2
2474 * src/sourcewindow.c
2476 fix window shrinking
2478 2004-10-21 [colin] 0.9.12cvs131.1
2484 2004-10-21 [paul] 0.9.12cvs130.2
2486 * src/prefs_folder_item.c
2487 sync with HEAD (Apply to subfolders)
2489 2004-10-19 [colin] 0.9.12cvs130.1
2493 * src/common/utils.c
2497 2004-10-19 [colin] 0.9.12cvs128.1
2504 * src/customheader.c
2513 * src/matcher_parser_parse.y
2516 * src/prefs_account.c
2518 * src/prefs_msg_colors.c
2525 * src/common/base64.c
2526 * src/common/partial_download.c
2527 * src/common/socket.c
2528 * src/common/sylpheed.c
2529 * src/common/utils.c
2530 * src/common/utils.h
2531 * src/gtk/pluginwindow.c
2532 * src/gtk/quicksearch.c
2533 * src/plugins/clamav/clamav_plugin.c
2534 * src/plugins/clamav/clamav_plugin.h
2535 * src/plugins/clamav/clamav_plugin_gtk.c
2536 * src/plugins/pgpmime/passphrase.c
2537 * src/plugins/pgpmime/pgpmime.c
2538 * src/plugins/pgpmime/plugin.c
2539 * src/plugins/pgpmime/prefs_gpg.c
2540 * src/plugins/pgpmime/prefs_gpg.h
2541 * src/plugins/pgpmime/select-keys.c
2542 * src/plugins/pgpmime/sgpgme.c
2543 * src/plugins/spamassassin/libspamc.c
2544 * src/plugins/spamassassin/spamassassin.c
2545 * src/plugins/spamassassin/spamassassin.h
2546 * src/plugins/spamassassin/spamassassin_gtk.c
2547 * src/plugins/trayicon/trayicon.c
2548 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2551 2004-10-14 [colin] 0.9.12cvs126.2
2555 Fix conv_unreadable_locale
2557 2004-10-13 [colin] 0.9.12cvs126.1
2560 Sync with HEAD (don't convert charset for
2561 drafted messages, minor cleanup)
2563 2004-10-13 [colin] 0.9.12cvs125.1
2566 Sync with HEAD (POTFILES fix)
2568 2004-10-12 [colin] 0.9.12cvs124.3
2571 Fix encoding bug from latest sync
2573 2004-10-12 [paul] 0.9.12cvs124.2
2575 * src/plugins/pgpmime/prefs_gpg.c
2576 * src/plugins/pgpmime/prefs_gpg.h
2577 forgotten in last commit
2579 2004-10-12 [paul] 0.9.12cvs124.1
2583 * m4/spamassassin.m4
2593 * src/prefs_account.c
2594 * src/prefs_account.h
2595 * src/prefs_common.c
2606 * src/common/utils.c
2607 * src/common/utils.h
2609 * src/plugins/pgpmime/Makefile.am
2610 * src/plugins/pgpmime/passphrase.c
2611 * src/plugins/pgpmime/passphrase.h
2612 * src/plugins/pgpmime/pgpmime.c
2613 * src/plugins/pgpmime/plugin.c
2614 * src/plugins/pgpmime/select-keys.c
2615 * src/plugins/pgpmime/select-keys.h
2616 * src/plugins/pgpmime/sgpgme.c
2617 * src/plugins/pgpmime/sgpgme.h
2620 2004-10-04 [colin] 0.9.12cvs122.1
2628 2004-10-04 [colin] 0.9.12cvs121.1
2633 2004-10-04 [paul] 0.9.12cvs120.1
2636 sync with HEAD [don't try to build
2637 pgpmime plugin when gpgme is disabled]
2639 2004-10-03 [colin] 0.9.12cvs119.3
2641 * src/gtk/gtksctree.c
2642 Lots of side effects. Put back as before 117.2.
2646 2004-10-03 [colin] 0.9.12cvs119.2
2648 * src/gtk/gtksctree.c
2649 Revert 608 fix that doesn't work that good
2651 2004-10-02 [colin] 0.9.12cvs119.1
2655 * src/prefs_common.h
2660 * src/gtk/gtksctree.c
2663 2004-10-01 [colin] 0.9.12cvs118.1
2666 Sync with HEAD (better Save All fix)
2668 2004-10-01 [colin] 0.9.12cvs117.2
2670 * src/gtk/gtksctree.c
2673 2004-10-01 [colin] 0.9.12cvs117.1
2676 Sync with HEAD (Save All: only attachments)
2678 2004-10-01 [paul] 0.9.12cvs116.1
2683 * src/prefs_common.c
2684 * src/gtk/colorlabel.c
2687 2004-09-30 [colin] 0.9.12cvs115.1
2689 * src/stock_pixmap.c
2690 * src/stock_pixmap.h
2693 * src/pixmaps/read.xpm
2694 Sync with HEAD (new pixmap)
2696 2004-09-29 [colin] 0.9.12cvs114.1
2700 Fix focus handling in headers
2702 2004-09-29 [paul] 0.9.12cvs113.1
2704 * src/quote_fmt_parse.y
2708 2004-09-28 [colin] 0.9.12cvs112.1
2714 2004-09-28 [colin] 0.9.12cvs110.1
2717 Sync with HEAD (Contextual Empty trash menu)
2719 2004-09-28 [colin] 0.9.12cvs108.1
2722 Sync with HEAD (addressbook edit on double-click)
2724 2004-09-28 [colin] 0.9.12cvs106.1
2727 Sync with HEAD (folder_item freeze on inc)
2729 2004-09-27 [colin] 0.9.12cvs105.1
2732 Sync with HEAD (right-align new and unread column)
2734 2004-09-27 [colin] 0.9.12cvs104.1
2737 Sync with HEAD (revert 0.9.12cvs101)
2739 2004-09-24 [colin] 0.9.12cvs103.2
2742 Fix gtk warnings and use domain part of the email address
2743 when domain detection fails (no dot in domain name)
2745 2004-09-23 [colin] 0.9.12cvs103.1
2747 * src/plugins/spamassassin/libspamc.c
2748 * src/plugins/spamassassin/libspamc.h
2749 * src/plugins/spamassassin/utils.c
2750 * src/plugins/spamassassin/utils.h
2751 Sync with HEAD (Update spamassassin to 3.0)
2753 2004-09-21 [colin] 0.9.12cvs102.3
2756 Add horizontal scrollbar in action io dialog as needed
2759 2004-09-20 [colin] 0.9.12cvs102.2
2761 * src/plugins/image_viewer/viewer.c
2763 use gtk_pixmap_set when clearing
2764 (would be better to use gtkImages, but causes size-allocate
2767 2004-09-17 [paul] 0.9.12cvs102.1
2777 2004-09-17 [colin] 0.9.12cvs101.1
2781 Sync with HEAD (fix segs at exit)
2783 2004-09-14 [colin] 0.9.12cvs99.5
2785 * src/common/socket.c
2787 Fix send error on 64bit platforms
2788 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
2790 2004-09-14 [colin] 0.9.12cvs99.4
2793 Fix action output with utf8
2796 2004-09-14 [colin] 0.9.12cvs99.3
2802 2004-09-09 [colin] 0.9.12cvs99.2
2805 Fix progress bar (displaying "Completed %v/%u")
2808 2004-09-08 [colin] 0.9.12cvs99.1
2814 * src/plugins/pgpmime/pgpmime.c
2817 2004-09-08 [colin] 0.9.12cvs97.2
2820 Don't select mails in collapsed threads
2821 when navigating with up/down
2823 2004-09-07 [colin] 0.9.12cvs97.1
2826 Sync with HEAD (meaningful error messages)
2828 2004-09-06 [colin] 0.9.12cvs96.1
2831 Sync with HEAD (fix Redirect graying out)
2833 2004-09-06 [colin] 0.9.12cvs95.1
2837 Sync with HEAD (fix dropped URIs)
2839 2004-09-06 [colin] 0.9.12cvs94.1
2845 Sync with HEAD (addressbook DnD)
2847 2004-09-03 [colin] 0.9.12cvs93.1
2850 Sync with HEAD (next/prev unread)
2852 2004-09-03 [colin] 0.9.12cvs92.1
2854 * src/prefs_common.c
2855 * src/prefs_common.h
2857 Sync with HEAD ('mark_as_read_delay' pref)
2859 2004-09-02 [colin] 0.9.12cvs91.2
2864 2004-09-02 [colin] 0.9.12cvs91.1
2867 Sync with HEAD (menu accel don't work, but whatever)
2869 2004-09-02 [colin] 0.9.12cvs90.1
2872 Sync with HEAD (fix bug 582)
2874 2004-09-02 [colin] 0.9.12cvs89.1
2877 Sync with HEAD (free deleted queries)
2879 2004-09-02 [colin] 0.9.12cvs88.1
2882 Sync with HEAD (fix LDAP freezes)
2884 2004-09-02 [colin] 0.9.12cvs87.1
2886 * src/prefs_spelling.c
2887 Sync with HEAD (add default dictionary)
2889 2004-09-01 [colin] 0.9.12cvs86.1
2894 * src/prefs_matcher.c
2895 * src/stock_pixmap.c
2896 * src/summary_search.c
2900 Sync with HEAD (uninitialized vars fixes)
2901 + gtk2 specific warning fixes
2903 2004-08-31 [colin] 0.9.12cvs85.1
2906 Sync with HEAD (Fix memory corruption due to
2909 2004-08-31 [colin] 0.9.12cvs84.4
2911 * src/summary_search.c
2912 Fix segfaults when searching in folders with broken headers
2914 2004-08-31 [colin] 0.9.12cvs84.3
2918 Fix some more encoding/decoding issues
2920 2004-08-30 [colin] 0.9.12cvs84.2
2923 * src/prefs_themes.c
2926 Add a folder-mode selection (fixes mimeview's "Save all")
2928 2004-08-29 [colin] 0.9.12cvs84.1
2931 Sync with HEAD (don't escape saved filenames)
2933 2004-08-27 [colin] 0.9.12cvs83.1
2942 * src/common/utils.c
2945 Sync with HEAD 0.9.12cvs83 (sync with main)
2947 2004-08-26 [colin] 0.9.12cvs82.4
2950 Fix strange stack corruption
2951 Convert to utf8 after unmime, not before
2953 2004-08-26 [colin] 0.9.12cvs82.3
2957 Fix account folders duplication
2959 2004-08-25 [colin] 0.9.12cvs82.2
2964 Use login@server as account name
2966 2004-08-25 [colin] 0.9.12cvs82.1
2968 * src/plugins/pgpmime/pgpmime.c
2969 Sync with HEAD (leak fix).
2971 2004-08-25 [colin] 0.9.12cvs81.1
2973 * src/plugins/pgpmime/pgpmime.c
2974 * src/plugins/pgpmime/sgpgme.c
2975 * src/plugins/pgpmime/sgpgme.h
2976 Sync with HEAD (Handle combined messages).
2978 2004-08-24 [colin] 0.9.12cvs80.3
2981 Fix full name, ports, and imap
2983 2004-08-24 [colin] 0.9.12cvs80.2
2989 * src/stock_pixmap.c
2990 * src/stock_pixmap.h
2991 * src/wizard.c ** ADDED **
2992 * src/wizard.h ** ADDED **
2993 * src/pixmaps/sylpheed_icon.xpm ** ADDED **
2996 2004-08-24 [colin] 0.9.12cvs80.1
2999 Sync with HEAD (set mimeflags on all messages)
3001 2004-08-24 [colin] 0.9.12cvs79.3
3003 * src/matcher_parser_lex.l
3004 Fix 8bits strings not in utf8
3006 2004-08-24 [colin] 0.9.12cvs79.2
3009 Check conversion result before replacing buffer
3011 2004-08-23 [colin] 0.9.12cvs79.1
3014 Sync with HEAD (create message header in memory)
3016 2004-08-23 [colin] 0.9.12cvs78.1
3020 Sync with HEAD (fix bug 197 again)
3022 2004-08-23 [colin] 0.9.12cvs77.3
3025 Fix again inline gpg signing (which outputs utf8
3026 in gtk2). Not syncing this fix to HEAD as this
3027 code is meant to die.
3029 2004-08-23 [colin] 0.9.12cvs77.2
3031 * src/prefs_account.h
3032 Remove useless include
3034 2004-08-23 [colin] 0.9.12cvs77.1
3044 Sync with HEAD (fix bug 577)
3046 2004-08-22 [colin] 0.9.12cvs76.1
3048 * src/plugins/trayicon/trayicon.c
3049 Sync with HEAD (fix formatting bug)
3051 2004-08-21 [colin] 0.9.12cvs74.2
3053 * src/gtk/colorsel.c
3054 Fix bug 564 (Folder color selection window exits on any
3057 2004-08-21 [colin] 0.9.12cvs74.1
3063 Sync with HEAD (fix bug 576)
3065 2004-08-21 [colin] 0.9.12cvs70.1
3072 2004-08-21 [paul] 0.9.12cvs66.4
3077 * src/plugins/spamassassin/spamassassin_gtk.c
3078 remove some deprecated gtk1 functions
3081 2004-08-21 [colin] 0.9.12cvs66.3
3086 Remove encoding hacks
3087 Fix bug 575 (Strange character messes up message)
3088 Don't display conversion error when drafting
3090 2004-08-21 [paul] 0.9.12cvs66.2
3092 * src/prefs_account.c
3096 2004-08-20 [colin] 0.9.12cvs66.1
3099 Sync with HEAD 0.9.12cvs66
3103 * src/plugins/pgpmime/plugin.c
3104 modify PGP/MIME plugin's description
3106 2004-08-17 [colin] 0.9.12cvs65.1
3109 * src/plugins/pgpmime/plugin.c
3112 2004-08-14 [colin] 0.9.12cvs60.3
3114 * src/plugins/trayicon/trayicon.c
3115 Put back resize callback, on size-request signal
3116 rather than size-allocate to avoid infinite
3119 2004-08-13 [colin] 0.9.12cvs60.2
3122 Cache versions have been fixed
3124 2004-08-13 [colin] 0.9.12cvs60.1
3129 2004-08-12 [colin] 0.9.12cvs59.1
3131 * src/plugins/trayicon/trayicon.c
3134 2004-08-12 [colin] 0.9.12cvs57.5
3140 Add support for Freedesktop.org's startup notification
3142 2004-08-11 [colin] 0.9.12cvs57.4
3147 2004-08-11 [colin] 0.9.12cvs57.3
3149 * src/message_search.c
3150 * src/summary_search.c
3151 Make searches case insensitive by default
3153 Fix case-insensitive search in message
3155 2004-08-11 [colin] 0.9.12cvs57.2
3157 * src/summary_search.c
3158 Let case-sensitive be specified
3160 2004-08-10 [colin] 0.9.12cvs55.4
3162 * src/common/socket.c
3163 Fix the possible race condition
3165 2004-08-09 [paul] 0.9.12cvs55.3
3169 * src/common/Makefile.am
3173 2004-08-09 [paul] 0.9.12cvs55.2
3177 remove unneeded script
3180 add forgotten USE_LDAP_TLS (sync with HEAD)
3183 2004-08-09 [colin] 0.9.12cvs55.1
3187 * src/common/sylpheed.c
3188 * src/common/sylpheed.h
3189 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
3191 2004-08-09 [paul] 0.9.12cvs54.1
3205 * src/plugins/Makefile.am
3206 * src/plugins/pgpmime/.cvsignore
3207 * src/plugins/pgpmime/Makefile.am
3208 * src/plugins/pgpmime/pgpmime.c
3209 * src/plugins/pgpmime/pgpmime.h
3210 * src/plugins/pgpmime/plugin.c
3211 * src/plugins/pgpmime/sgpgme.c
3212 * src/plugins/pgpmime/sgpgme.h
3215 2004-08-08 [paul] 0.9.12cvs51.1
3221 2004-08-07 [colin] 0.9.12cvs50.1
3224 * src/common/partial_download.c
3225 fix warnings (sync from HEAD)
3227 2004-08-07 [colin] 0.9.12cvs48.1
3229 * src/prefs_folder_item.c
3230 sync with HEAD 0.9.12cvs48
3232 2004-08-06 [colin] 0.9.12cvs47.1
3237 2004-08-06 [christoph] 0.9.12cvs46.2
3240 * src/plugins/clamav/clamav_plugin_gtk.c
3241 * src/plugins/dillo_viewer/dillo_viewer.c
3242 * src/plugins/image_viewer/plugin.c
3243 * src/plugins/mathml_viewer/mathml_viewer.c
3244 * src/plugins/spamassassin/spamassassin_gtk.c
3245 * src/plugins/trayicon/trayicon.c
3246 don't mix GTK1.2 plugin with GTK2 plugins
3248 2004-08-06 [colin] 0.9.12cvs46.1
3254 * sylpheed-claws.pc.in
3263 * src/prefs_ext_prog.c
3264 * src/prefs_folder_item.c
3266 * src/prefs_msg_colors.c
3267 * src/prefs_spelling.c
3268 * src/prefs_themes.c
3269 * src/prefs_toolbar.c
3270 * src/prefs_wrapping.c
3274 * src/common/session.c
3275 * src/common/session.h
3276 * src/common/socket.c
3277 * src/common/utils.h
3280 * src/gtk/prefswindow.c
3281 * src/gtk/prefswindow.h
3282 * src/plugins/clamav/clamav_plugin_gtk.c
3283 * src/plugins/dillo_viewer/dillo_prefs.c
3284 * src/plugins/image_viewer/viewerprefs.c
3285 * src/plugins/spamassassin/spamassassin_gtk.c
3286 * m4/openssl.m4 *** REMOVED ***
3287 Sync with HEAD 0.9.12cvs46
3289 2004-08-03 [paul] 0.9.12cvs40.2
3300 * src/editldap_basedn.c
3304 * src/prefs_common.c
3305 * src/prefs_template.c
3306 * src/sourcewindow.c
3309 * src/gtk/foldersort.c
3310 * src/gtk/logwindow.c
3311 * src/gtk/pluginwindow.c
3312 * src/gtk/prefswindow.c
3313 change all gtk_scrolled_window_set_policy from
3314 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
3316 2004-08-02 [paul] 0.9.12cvs40.1
3319 update translation team section
3321 updated by Frederico Goncalves Guimaraes
3322 <fggdebian@yahoo.com.br>
3324 2004-07-31 [colin] 0.9.12cvs39.9
3329 2004-07-31 [colin] 0.9.12cvs39.8
3332 Fix an alertpanel type
3334 2004-07-30 [colin] 0.9.12cvs39.7
3337 Fix alertpanel_error_log's icon
3339 2004-07-30 [colin] 0.9.12cvs39.6
3342 Two of them should still be warnings
3344 2004-07-30 [colin] 0.9.12cvs39.5
3347 More warning -> error
3348 2004-07-29 [colin] 0.9.12cvs39.4
3353 2004-07-29 [colin] 0.9.12cvs39.3
3355 * src/prefs_matcher.c
3358 2004-07-29 [colin] 0.9.12cvs39.2
3361 More nice-looking alertpanels
3363 2004-07-29 [colin] 0.9.12cvs39.1
3367 (inform user when partial mail is deleted on server)
3369 2004-07-29 [colin] 0.9.12cvs38.1
3374 2004-07-28 [paul] 0.9.12cvs37.7
3377 complete the replacement of deprecated gtk_progress_*
3379 2004-07-28 [paul] 0.9.12cvs37.6
3384 * src/send_message.c
3385 * src/gtk/progressdialog.c
3386 * src/gtk/progressdialog.h
3387 replace deprecated gtk_progress_*
3389 2004-07-28 [paul] 0.9.12cvs37.5
3392 remove gtk_window_set_wmclass()
3393 2004-07-28 [paul] 0.9.12cvs37.4
3400 * src/sourcewindow.c
3401 * src/gtk/logwindow.c
3402 remove gtk_window_set_wmclass()
3404 * src/prefs_filtering.c
3405 * src/prefs_filtering_action.c
3408 * src/prefs_matcher.c
3410 * src/gtk/prefswindow.c
3411 replace gtk_window_position()
3413 2004-07-28 [colin] 0.9.12cvs37.3
3417 Add a way to specify panel type for specific
3418 panels (alertpanel())
3427 * src/gtk/sslcertwindow.c
3428 Fix alertpanel()s so that their icon match
3431 2004-07-28 [paul] 0.9.12cvs37.2
3440 * src/grouplistdialog.c
3443 * src/message_search.c
3446 * src/prefs_actions.c
3447 * src/prefs_common.c
3448 * src/prefs_customheader.c
3449 * src/prefs_display_header.c
3450 * src/prefs_filtering.c
3451 * src/prefs_filtering_action.c
3453 * src/prefs_matcher.c
3454 * src/prefs_msg_colors.c
3455 * src/prefs_summary_column.c
3456 * src/prefs_template.c
3457 * src/sourcewindow.c
3459 * src/summary_search.c
3460 * src/gtk/colorsel.c
3461 * src/gtk/description_window.c
3462 * src/gtk/gtkaspell.c
3463 * src/gtk/inputdialog.c
3464 * src/gtk/logwindow.c
3465 * src/gtk/prefswindow.c
3466 * src/gtk/progressdialog.c
3467 replace deprecated gtk_window_set_policy
3469 2004-07-27 [colin] 0.9.12cvs37.1
3472 More fixes (synced for head again)
3474 2004-07-27 [colin] 0.9.12cvs35.3
3479 2004-07-27 [colin] 0.9.12cvs35.2
3482 Fix width a bit (by Paul)
3485 Specialize icons, make alertpanel_message()
3487 * src/message_search.c
3489 * src/summary_search.c
3490 Suit alertpanel changes
3492 2004-07-27 [colin] 0.9.12cvs35.1
3497 Add debug output - maybe someone will
3498 want to look at the problem with Grab
3500 Bump version as we're synced with HEAD
3502 2004-07-26 [colin] 0.9.12cvs33.26
3505 Fix uidl-file parsing when not in new
3508 2004-07-26 [colin] 0.9.12cvs33.25
3511 Move popup menu up if necessary (fixes
3514 Set account selector's button height to
3517 2004-07-26 [colin] 0.9.12cvs33.24
3520 Maybe fix 551 (Truncated font in alert window)
3522 2004-07-26 [colin] 0.9.12cvs33.23
3534 Sync po files with HEAD
3536 2004-07-26 [paul] 0.9.12cvs33.22
3539 fix Bug 556 'Organisation-header is sent even if empty'
3541 2004-07-24 [colin] 0.9.12cvs33.21
3544 * src/gtk/gtkaspell.c
3545 * src/gtk/gtkaspell.h
3546 Fix speller accelerators (require hack)
3548 2004-07-24 [colin] 0.9.12cvs33.20
3550 * src/gtk/gtkaspell.c
3551 Fix over-eager code deletion breaking
3554 2004-07-24 [colin] 0.9.12cvs33.19
3561 (Fixes 546 LDAP completely broken)
3563 2004-07-24 [colin] 0.9.12cvs33.18
3565 * src/prefs_msg_colors.c
3566 Fix prototype mismatch
3567 (Fixes 547 void function cannot return value)
3569 2004-07-24 [colin] 0.9.12cvs33.17
3572 Fix sort going back to previous sort key
3573 when changing sort direction
3575 2004-07-24 [colin] 0.9.12cvs33.16
3578 Fix space insertion when re-wrapping at
3581 2004-07-24 [colin] 0.9.12cvs33.15
3583 * src/gtk/gtkaspell.c
3584 Don't change cursor position in insert-text
3586 (Fixes 539 Word wrapping on input transposes letters)
3588 2004-07-24 [colin] 0.9.12cvs33.14
3590 * src/gtk/gtkaspell.c
3591 Reencode non-ascii chars to dictionary's
3593 (Fixes 544 Spell check broken non english locale)
3595 2004-07-24 [colin] 0.9.12cvs33.13
3598 Fix Shift+Down, add Home/End/PgUp/PgDown
3600 2004-07-21 [colin] 0.9.12cvs33.12
3602 * src/prefs_common.c
3603 Fix a gtk warning (Patch by Andrej Kacian)
3605 2004-07-21 [colin] 0.9.12cvs33.11
3610 2004-07-21 [colin] 0.9.12cvs33.10
3618 * src/prefs_spelling.c
3619 * src/prefs_themes.c
3623 * src/gtk/pluginwindow.c
3624 Untwist open/save mode guessing logic, make
3627 2004-07-20 [colin] 0.9.12cvs33.9
3630 conv_encode_header: src_charset is UTF-8 on
3633 Remove double encoding of the headers
3635 2004-07-20 [colin] 0.9.12cvs33.8
3640 2004-07-20 [colin] 0.9.12cvs33.7
3643 Set the separated messageview to the saved
3644 size of Claws' messageview (Patch by Alfons)
3645 Fix a callback prototype (me)
3647 2004-07-20 [colin] 0.9.12cvs33.6
3650 Forgot one hunk in 0.9.12cvs33.4
3652 2004-07-19 [colin] 0.9.12cvs33.5
3658 2004-07-19 [colin] 0.9.12cvs33.4
3661 Fix outgoing charset bug in headers
3663 Clean for glib2 - Patch by Alfons
3665 2004-07-19 [colin] 0.9.12cvs33.3
3668 Remove grip from the statusbar
3671 2004-07-19 [colin] 0.9.12cvs33.2
3675 Fix messageview remembering the previous
3676 scroll position when loading a new message
3679 2004-07-19 [colin] 0.9.12cvs33.1
3686 2004-07-18 [colin] 0.9.12cvs32.7
3689 Remove useless check for XIM - noticed
3692 2004-07-18 [colin] 0.9.12cvs32.6
3695 Remove non-modified and shift-modified
3696 accelerators in summaryview's popup
3697 menu, as that doesn't get catched by
3698 the accel-activate signal catcher...
3700 2004-07-18 [colin] 0.9.12cvs32.5
3702 * src/prefs_common.c
3703 Define sensible default prefs for
3706 2004-07-18 [colin] 0.9.12cvs32.4
3709 * src/prefs_common.c
3710 * src/prefs_common.h
3711 * src/prefs_wrapping.c
3712 Remove Smart Wrapping pref, which does
3713 nothing on gtk2 branch
3715 2004-07-18 [colin] 0.9.12cvs32.3
3717 * src/sourcewindow.c
3720 2004-07-18 [colin] 0.9.12cvs32.2
3723 Save attachment status when drafting
3725 2004-07-18 [colin] 0.9.12cvs32.1
3728 Fix erratic folder selection in open mode
3730 2004-07-18 [colin] 0.9.12cvs31.11
3733 Don't let partial messages get deleted
3734 even with "dowload all"
3735 (0.9.12cvs31.8 fix extension)
3736 2004-07-18 [colin] 0.9.12cvs31.10
3738 * src/gtk/logwindow.c
3741 2004-07-18 [colin] 0.9.12cvs31.9
3743 * src/common/utils.c
3744 Fix non-utf8 strings coming from commands
3747 2004-07-18 [colin] 0.9.12cvs31.8
3750 Fix partial download bug with Download all
3753 2004-07-18 [colin] 0.9.12cvs31.7
3756 Fix bug introduced in 0.9.12cvs31.2
3757 (blocked in select mode after double click)
3759 2004-07-18 [colin] 0.9.12cvs31.6
3763 More glib-warning fixes
3765 2004-07-18 [colin] 0.9.12cvs31.5
3768 Fix trashing the primary clipboard when moving
3770 (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
3772 2004-07-18 [colin] 0.9.12cvs31.4
3775 convert unencoded iso headers to utf8
3776 (Fix Bug 538 Unencoded local characters in subject make it
3779 2004-07-18 [colin] 0.9.12cvs31.3
3782 Fix tab char handling in wrapping
3783 (Fix Bug 537 Line wrap problem - TAB character treated as
3784 one character instead of 8)
3786 2004-07-18 [colin] 0.9.12cvs31.2
3789 return FALSE on GDK_MOTION_NOTIFY
3790 (Fix Bug 535 Hyperlinks/addresses are not selectable
3791 (unable to highlight))
3793 2004-07-18 [colin] 0.9.12cvs31.1
3796 Sync with 0.9.12cvs31