1 2007-12-04 [colin] 3.1.0cvs52
4 * tools/README.sylprint
7 Fix debian bug #454089 (symlink attack in TMP directory)
8 http://secwatch.org/advisories/1019661/ :
9 Remove the buggy script, which was unmaintained anyway
12 Store things in our private tmp directory.
14 2007-12-03 [colin] 3.1.0cvs51
21 Fix update problem when getting remote tags
23 Rework GUI to make it better. Patch by Pawel
26 2007-12-03 [colin] 3.1.0cvs50
28 * src/etpan/imap-thread.c
29 * src/etpan/nntp-thread.c
30 Fix bug 1417, 'Network log doesn't reveal
33 2007-12-02 [iwkse] 3.1.0cvs49
35 * src/plugins/dillo_viewer/dillo_prefs.c
36 Insert dillo under the Plugins menu
38 2007-12-01 [paul] 3.1.0cvs48
41 add these variant forms
44 2007-12-01 [paul] 3.1.0cvs47
49 2007-12-01 [paul] 3.1.0cvs46
52 add the new addrcustomattr.c file
54 2007-11-29 [colin] 3.1.0cvs45
56 * src/common/ssl_certificate.c
57 Use the more modern getaddrinfo instead of
58 gethostbyname when possible
60 2007-11-28 [colin] 3.1.0cvs44
63 Maybe fix bug 1410 and other crash reports
64 in summaryview since cvs38.
66 2007-11-28 [wwp] 3.1.0cvs43
68 * src/prefs_summary_open.c
69 Guard against an empty list of actions to perform
70 when opening a folder (or migration defaults could
71 be introduced, confusing).
73 2007-11-28 [colin] 3.1.0cvs42
76 Fix mark all read from folder's contextual menu
78 2007-11-27 [colin] 3.1.0cvs41
84 * src/etpan/imap-thread.c
85 A few fixes to the IMAP flags handling: Optimisations,
86 two crashers, mention that Bandwitdh-efficient mode
87 prevents tag fetching.
88 Fix M-UTF7 in subscription dialog.
90 2007-11-27 [colin] 3.1.0cvs40
95 Make filtering faster on flags change: Batch original
96 folderitem, where we'll do flags/tags changes.
98 2007-11-27 [colin] 3.1.0cvs39
101 Fix bug 1407, 'After a copy action, further rules apply
102 to both original and copy'
104 2007-11-27 [colin] 3.1.0cvs38
108 Fixes races when doing a long operation and user
109 asks for another one (Mark all read/unread on a
110 big folder on IMAP for example)
112 2007-11-27 [wwp] 3.1.0cvs37
116 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
117 and 3.1.0cvs35 (addressbook.c).
119 2007-11-27 [holger] 3.1.0cvs36
122 Add a line separating header and body
125 2007-11-27 [wwp] 3.1.0cvs35
128 Fix a drag-and-drop issue introduced with 3.1.0cvs33
129 (thanks to Colin) and revert disabling of cut/copy
130 context menu entries upon selected groups.
132 2007-11-27 [holger] 3.1.0cvs34
135 Add weights to the list of supported text attributes
138 2007-11-27 [wwp] 3.1.0cvs33
141 * src/addrcustomattr.c
142 * src/addrcustomattr.h
149 Provide a (customizable) list of preset attribute names
150 for editing contacts (closes bug #1391).
152 2007-11-27 [wwp] 3.1.0cvs32
157 Various fixes in the address book:
158 - made copy/move of a folder to itself or its subtree
159 impossible (-> error)
160 - errors messages don't show in the status bar anymore,
161 use alertpanels instead
162 - simple click on group doesn't open group edit dialog
163 anymore when in contact edit embedded mode (was too itchy)
164 - fixed disabling of edit button and and menu entry when
165 in contact edit embedded mode (was done in a bad and
167 - fix menu cut/paste sensitivity in treelist context
168 menu (conflicting enabling was done by different functions)
169 - fix some menu item sensitivity in address list context menu
170 - don't allow cut/copy of groups, it's useless as they won't
171 be copied w/ their contents
172 - fix missing copy of the picture file when copying (bug #1402),
173 fix picture attribute (internal) value when moving or copying
176 2007-11-27 [colin] 3.1.0cvs31
180 Fix tags loss on move, fix space encoding
182 2007-11-26 [colin] 3.1.0cvs30
194 * src/etpan/imap-thread.c
195 * src/etpan/imap-thread.h
196 Add IMAP tags support
198 2007-11-26 [colin] 3.1.0cvs29
201 Fix bug 1405, 'imap auto auth method doesn't
204 2007-11-26 [colin] 3.1.0cvs28
208 Handle broken disposition-notifications from Evolution
209 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
211 2007-11-25 [paul] 3.1.0cvs27
213 * src/folder_item_prefs.c
214 * src/folder_item_prefs.h
217 2007-11-23 [wwp] 3.1.0cvs26
221 * src/matcher_parser_parse.y
222 * src/prefs_matcher.c
223 Fix irrelevant case folding when adding matcher condition 'test',
226 2007-11-23 [wwp] 3.1.0cvs25
230 * src/prefs_summary_open.c
231 * src/prefs_summary_open.h
233 Add "select first email in list" to the list of possible selections
234 when opening a folder.
236 2007-11-23 [paul] 3.1.0cvs24
239 a fix by Stephan Sachse, plus remove all
240 old strings from the end of the file
242 2007-11-23 [wwp] 3.1.0cvs23
244 * src/prefs_msg_colors.c
245 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
248 2007-11-23 [paul] 3.1.0cvs22
250 * src/prefs_logging.c
251 eliminate wasted horizontal space
253 2007-11-23 [paul] 3.1.0cvs21
255 * src/prefs_summaries.c
256 don't wrap the label or put linebreaks
258 2007-11-22 [colin] 3.1.0cvs20
260 * src/plugins/pgpinline/pgpinline.c
263 2007-11-22 [wwp] 3.1.0cvs19
266 Yet another misuse of get_rc_dir(), still related
267 to user themes. Completes 3.1.0cvs18.
269 2007-11-22 [wwp] 3.1.0cvs18
272 Fix a misuse of get_rc_dir(), user themes dir was
273 not set properly and some themes might have disappeared
274 from themes list in prefs.
276 2007-11-22 [wwp] 3.1.0cvs17
282 Correct copyright for these claws-mail-only brand new
285 2007-11-22 [paul] 3.1.0cvs16
288 fix bug 1400, 'Drag and drop of URLs does not work'
291 2007-11-22 [paul] 3.1.0cvs15
294 make "cmds_use_system_default" default to FALSE
295 so as not to disrupt current settings
297 increase the size of the GdkRectangle, tooltips
298 didn't show for me otherwise
300 2007-11-21 [colin] 3.1.0cvs14
308 * src/prefs_account.c
311 * src/prefs_ext_prog.c
316 Use xdg-open as a way to find default browser,
319 2007-11-21 [colin] 3.1.0cvs13
324 Send better return receipts (useful ones)
325 Handle incoming return receipts
327 2007-11-20 [colin] 3.1.0cvs12
331 Add getter/setter for settings, and getter
334 2007-11-20 [colin] 3.1.0cvs11
339 Fix bug 1396, 'Crash on disabling a filter
340 while it is processing'
342 2007-11-20 [paul] 3.1.0cvs10
345 fix bug 1395, 'Crash on checking for new mails
346 while filter is running'
349 2007-11-20 [paul] 3.1.0cvs9
352 make this string easier for translators
354 2007-11-19 [colin] 3.1.0cvs8
356 * src/prefs_summaries.c
358 Don't enable more tooltips on Maemo
360 2007-11-19 [colin] 3.1.0cvs7
364 * src/prefs_summaries.c
366 Fix bug 1388, 'message list tool tips'
367 Add (optional) tooltips in summaryview.
368 This only works with GTK+ >= 2.12
370 2007-11-19 [colin] 3.1.0cvs6
373 Make strings a bit better when attaching
376 2007-11-19 [colin] 3.1.0cvs5
379 Fix bug 1392, 'Top level domain .EU is
380 not recognised as valid'
382 2007-11-19 [wwp] 3.1.0cvs4
386 Revert changes to compose.c made in 3.1.0cvs2.
388 2007-11-19 [wwp] 3.1.0cvs3
394 * src/addrduplicates.c
395 Minor improvements in the address book:
396 always accept new contacts provided that some
397 detail is set (instead of rejecting silently).
398 Better guessing of contact name from incomplete
399 name information. Better display of contacts with
400 no name, in contact lists, group contents, find
404 2007-11-19 [wwp] 3.1.0cvs2
408 * src/prefs_logging.c
409 * src/prefs_summaries.c
410 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
411 wrap some long label in prefs/summaries, layout checkboxes
412 in a more compact form in prefs/loggin, make account and
413 header's combos have the same size/spacing in compose
416 2007-11-19 [wwp] 3.1.0cvs1
419 Fix a tiny leak and duplicate variable.
421 2007-11-19 [paul] 3.1.0
428 2007-11-19 [paul] 3.0.2cvs145
439 updated by Stephan Sachse, Flammie Pirinen,
440 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
441 Emil Nowak, Frederico Goncalves Guimaraes,
442 Andrej Kacian, and Ralph Young
444 2007-11-18 [mones] 3.0.2cvs144
447 Updated Spanish translation
449 2007-11-18 [colin] 3.0.2cvs143
452 Prevent empty tag after edit, thanks to wwp
454 2007-11-18 [colin] 3.0.2cvs142
457 Fix possible "(null)" %s - thanks to wwp
459 2007-11-16 [wwp] 3.0.2cvs141
462 Fix for 3.0.2cvs140, prevents from crashing when opening
465 2007-11-16 [colin] 3.0.2cvs140
469 Output a bit more useful info at startup
472 2007-11-16 [colin] 3.0.2cvs139
477 Fix bug 1387, 'Request for --compose to
478 support multiple attachments'
480 2007-11-16 [colin] 3.0.2cvs138
483 Fix bug 1390, 'NNTP fails after server
486 2007-11-16 [colin] 3.0.2cvs137
488 * src/prefs_display_header.c
489 Fix bug 1389, 'Changing 'Display headers
490 in message view' breaks dispheaderrc'
492 2007-11-14 [colin] 3.0.2cvs136
495 * src/gtk/quicksearch.c
496 * src/gtk/quicksearch.h
497 Fix resetting the quicksearch when in non-sticky
498 mode, but Recursive is set: reset only when going
499 out of the root search folder.
501 2007-11-14 [colin] 3.0.2cvs135
504 Don't set new flag back when doing "Mark as unread"
507 2007-11-12 [paul] 3.0.2cvs134
509 * src/plugins/dillo_viewer/dillo_viewer.c
510 don't offer the mime type for translation
516 2007-11-11 [colin] 3.0.2cvs133
520 Use markup-escaped strings in dialogs
522 2007-11-11 [colin] 3.0.2cvs132
525 Better IMAP-UTF7/UTF8 conversion
527 2007-11-10 [colin] 3.0.2cvs131
530 Fix debian bug 450698, 'nntp auth behavior changed
533 2007-11-10 [colin] 3.0.2cvs130
542 * src/etpan/Makefile.am
546 * src/plugins/bogofilter/Makefile.am
547 * src/plugins/clamav/Makefile.am
548 * src/plugins/dillo_viewer/Makefile.am
549 * src/plugins/pgpcore/Makefile.am
550 * src/plugins/spamassassin/Makefile.am
551 * src/plugins/trayicon/Makefile.am
552 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
554 2007-11-09 [colin] 3.0.2cvs129
558 fix bug 1375, 'Impossible to modify e-mail
559 in LDAP addressbook twice'; Try two. update
560 externalID, don't make display lag, and
561 fix the cases where dn is not mail.
563 2007-11-08 [paul] 3.0.2cvs128
568 * src/prefs_account.c
569 * src/prefs_account.h
570 reinstate 'Generate Message-ID' option as an
571 account preference. (hidden on IMAP)
574 2007-11-08 [paul] 3.0.2cvs127
577 MAEMO: fix failure of loading images inline
578 MAEMO: fix bug 1349, 'Emails still skip to end
579 when opened (in certain circumstances)...'
581 2007-11-07 [colin] 3.0.2cvs126
584 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
586 2007-11-07 [colin] 3.0.2cvs125
589 Re-change the string occurence of A_CLAWS_ACTIONS
590 to A_SYL_ACTIONS, to prevent parse errors of the
593 2007-11-07 [colin] 3.0.2cvs124
598 * manual/advanced.xml
599 Add an hidden pref, 'save_parts_readwrite';
602 2007-11-07 [paul] 3.0.2cvs123
604 * src/prefs_toolbar.c
607 rename ToolbarSylpheedActions to ToolbarClawsActions
608 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
610 2007-11-07 [paul] 3.0.2cvs122
613 MAEMO: remove tooltips
615 2007-11-07 [colin] 3.0.2cvs121
617 * src/plugins/pgpinline/pgpinline.c
618 Fix bug 1377, 'unspecific errors on
619 signature checking'. Fix trimming of
622 2007-11-06 [iwkse] 3.0.2cvs120
624 * src/prefs_summary_open.c
627 2007-11-06 [paul] 3.0.2cvs119
631 * tools/csv2addressbook.pl
632 add a new script that imports a CSV formatted
633 address book. Becky and Thunderbird address
634 book are currently supported.
636 2007-11-05 [colin] 3.0.2cvs118
641 2007-11-05 [iwkse] 3.0.2cvs117
643 * src/prefs_summary_open.c
646 2007-11-04 [paul] 3.0.2cvs116
648 * src/addressbook_foldersel.c
649 fix gtk critical warning
650 Patch by Pawel Pekala
652 2007-11-04 [paul] 3.0.2cvs115
655 * tools/claws-mail-compose-insert-files.pl
656 add --bcc and uri_escape() everything
658 2007-11-04 [paul] 3.0.2cvs114
661 gtkut_stock_with_text_button_set_create(): set
662 GTK_CAN_DEFAULT on buttons 2 and 3
664 2007-11-03 [paul] 3.0.2cvs113
667 fix debian bug #448814, 'mailto: URI decoding
668 desn't decode the destination address field'
669 Patch by Federico Heinz <fheinz@vialibre.org.ar>
671 2007-11-03 [paul] 3.0.2cvs112
676 allow Bcc in commandline URIs
677 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
679 2007-11-02 [colin] 3.0.2cvs111
682 Maybe fix bug 1376, 'crash on
683 addressbook manipulation'
685 2007-10-31 [paul] 3.0.2cvs110
688 fix bug 1375, 'Impossible to modify e-mail
689 in LDAP addressbook twice'
690 Patch by Michael Rasmussen
692 2007-10-30 [paul] 3.0.2cvs109
695 enable GnuTLS support with --enable-gnutls which
696 will disable openssl support. if the user has
697 gtk >= 2.10.x don't allow gnomeprint even if the
704 2007-10-30 [paul] 3.0.2cvs108
707 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
709 2007-10-30 [paul] 3.0.2cvs107
712 * src/prefs_account.c
713 * src/prefs_folder_item.c
714 * src/prefs_spelling.c
717 * src/gtk/gtkaspell.c
718 * src/gtk/gtkaspell.h
719 * src/plugins/spamassassin/spamassassin_gtk.c
720 replace deprecated gtk_option_menu...
721 patch by Pawel Pekala
723 2007-10-29 [colin] 3.0.2cvs106
725 * src/plugins/dillo_viewer/dillo_prefs.c
726 Fix forgotten signal connect
728 2007-10-28 [colin] 3.0.2cvs105
730 * src/plugins/dillo_viewer/dillo_prefs.c
731 * src/plugins/dillo_viewer/dillo_prefs.h
732 * src/plugins/dillo_viewer/dillo_viewer.c
733 Implement addressbook-based whitelisting for loading
734 remote images. Fixed missing destroy of the embedded
735 browser that made a Dillo window pop up on exit, if
736 an HTML part was displayed.
738 2007-10-26 [colin] 3.0.2cvs104
743 2007-10-25 [colin] 3.0.2cvs103
746 Add tap-and-hold on the picture, for Maemo
753 Unify tag interfaces.
755 2007-10-25 [colin] 3.0.2cvs102
758 * src/etpan/imap-thread.h
759 Much better error handling. We'll need to be really
760 clear to users about where errors come from, with
761 the apparition of Gmail's IMAP server.
763 2007-10-24 [colin] 3.0.2cvs101
769 Add tags sorting (alphabetical); allow deletion of
770 tags from the Apply Tags window
772 2007-10-24 [colin] 3.0.2cvs100
775 * src/editaddress_other_attributes_ldap.c
776 * src/editaddress_other_attributes_ldap.h
780 Fix LDAP writing (got broken in cvs39)
781 Add read-only support for jpegPhoto LDAP field
783 2007-10-23 [colin] 3.0.2cvs99
786 Fix crash in some cases
788 2007-10-22 [colin] 3.0.2cvs98
790 * src/common/socket.h
792 Fix big leak in GnuTLS code
794 2007-10-22 [colin] 3.0.2cvs97
797 Fix bug 1368, 'SIGSEGV in NNTP code'
799 2007-10-22 [colin] 3.0.2cvs96
801 * src/prefs_customheader.c
802 Catch compface warnings when generating X-Faces
804 2007-10-22 [wwp] 3.0.2cvs95
806 * src/quote_fmt_parse.y
807 Remove accidentally committed debug traces.
810 2007-10-22 [colin] 3.0.2cvs94
812 * src/etpan/nntp-thread.c
815 2007-10-19 [wwp] 3.0.2cvs93
817 * src/common/ssl_certificate.c
818 Add missing include (Windows).
820 2007-10-19 [colin] 3.0.2cvs92
825 * src/gtk/inputdialog.c
826 * src/gtk/inputdialog.h
827 Remove the last old combo; patch by
830 2007-10-19 [colin] 3.0.2cvs91
833 Fix interop problem with GnuTLS and some crappy
834 servers that have very little keys.
836 2007-10-19 [colin] 3.0.2cvs90
839 Fix return value check on GnuTLS, and
842 2007-10-18 [colin] 3.0.2cvs89
844 * src/common/ssl_certificate.c
845 Fix missing initialisations
847 2007-10-18 [wwp] 3.0.2cvs88
850 Fix linking against GNUTLS (matters if --enable-gnutls only).
852 2007-10-18 [colin] 3.0.2cvs87
857 2007-10-18 [mones] 3.0.2cvs86
861 * src/prefs_account.c
862 * src/prefs_receive.c
864 * src/plugins/bogofilter/bogofilter_gtk.c
865 * src/plugins/spamassassin/spamassassin_gtk.c
866 More capitalisation micro-fixes
868 2007-10-18 [paul] 3.0.2cvs85
871 add info about NNTP support via libetpan
872 change the configure output ending msg a little
874 similar changes to above
876 2007-10-18 [colin] 3.0.2cvs84
880 Fix missing symbol for S/MIME
882 2007-10-18 [colin] 3.0.2cvs83
884 * src/prefs_filtering_action.c
885 Fix crash in tags (introduced in cvs78)
887 2007-10-18 [colin] 3.0.2cvs82
889 * src/common/Makefile.am
892 * src/etpan/Makefile.am
893 * src/etpan/etpan-thread-manager-types.h
894 * src/etpan/etpan-thread-manager.c
895 * src/etpan/imap-thread.c
896 * src/etpan/nntp-thread.c
897 * src/etpan/nntp-thread.h
900 Rewrite the nntp implementation
901 to use libetpan. Non-blocking NNTP!
910 * src/prefs_account.c
919 * src/common/session.c
920 * src/common/session.h
923 * src/common/socket.c
924 * src/common/socket.h
927 * src/common/ssl_certificate.c
928 * src/common/ssl_certificate.h
930 * src/gtk/sslcertwindow.c
931 * src/gtk/sslcertwindow.h
932 Implement GnuTLS support. GnuTLS support
933 will be used if OpenSSL isn't available, or
934 specified explicitely. (the reason is that
935 GnuTLS cerficate checking is a bit less
936 practical than OpenSSL's)
938 2007-10-18 [paul] 3.0.2cvs81
940 * src/gtk/inputdialog.c
941 * src/gtk/inputdialog.h
944 2007-10-17 [colin] 3.0.2cvs80
946 * src/plugins/pgpcore/select-keys.c
947 Fix bug which prevented encryption key
948 auto-selection when two or more matched the
949 email address, but only one isn't revoked
952 2007-10-17 [wwp] 3.0.2cvs79
957 * src/quote_fmt_lex.l
958 * src/quote_fmt_parse.y
959 Templates can now attach files using |attach{filename}.
961 2007-10-17 [wwp] 3.0.2cvs78
963 * src/prefs_customheader.c
964 * src/prefs_ext_prog.c
965 * src/prefs_filtering_action.c
966 * src/prefs_matcher.c
968 * src/prefs_toolbar.c
973 * src/plugins/bogofilter/bogofilter_gtk.c
974 * src/plugins/spamassassin/spamassassin_gtk.c
975 Removed almost all remaining instances of GtkCombo
976 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
977 few visual and code cleanup from Colin.
979 2007-10-16 [wwp] 3.0.2cvs77
980 * src/gtk/pluginwindow.c
981 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
983 2007-10-15 [colin] 3.0.2cvs76
1000 * src/prefs_customheader.c
1001 * src/prefs_customheader.h
1002 * src/prefs_display_header.c
1003 * src/prefs_display_header.h
1004 * src/prefs_filtering_action.c
1005 * src/prefs_filtering_action.h
1006 * src/prefs_folder_column.c
1007 * src/prefs_folder_column.h
1008 * src/prefs_folder_item.c
1009 * src/prefs_folder_item.h
1012 * src/prefs_logging.h
1013 * src/prefs_matcher.c
1014 * src/prefs_matcher.h
1015 * src/prefs_summary_column.c
1016 * src/prefs_summary_column.h
1017 * src/prefs_summary_open.c
1024 * src/sourcewindow.c
1025 * src/sourcewindow.h
1032 * src/common/mgutils.c
1033 * src/common/mgutils.h
1036 * src/common/prefs.c
1037 * src/common/prefs.h
1038 * src/common/socket.c
1039 * src/common/socket.h
1040 * src/common/stringtable.c
1041 * src/common/stringtable.h
1042 * src/common/template.c
1043 * src/common/template.h
1044 * src/common/uuencode.c
1045 * src/common/uuencode.h
1046 * src/gtk/gtkshruler.c
1047 * src/gtk/gtkshruler.h
1050 * src/gtk/progressdialog.c
1051 * src/gtk/progressdialog.h
1052 Remove/staticalize, the return of the revenge
1054 2007-10-15 [colin] 3.0.2cvs75
1057 Fix redirections in filtering's tests
1059 2007-10-15 [colin] 3.0.2cvs74
1062 Don't build imap_synchronise at all when
1063 building without libetpan
1065 2007-10-14 [colin] 3.0.2cvs73
1070 * src/gtk/manage_window.c
1071 * src/gtk/manage_window.h
1072 Remove more unused code
1074 2007-10-14 [colin] 3.0.2cvs72
1084 * src/common/xmlprops.c
1085 * src/common/xmlprops.h
1086 Remove more unused code
1088 2007-10-14 [colin] 3.0.2cvs71
1090 * src/common/utils.c
1091 Remove unused function
1093 2007-10-13 [colin] 3.0.2cvs70
1099 * src/gtk/gtkutils.c
1100 * src/gtk/gtkutils.h
1101 Staticalise/Remove more code
1103 2007-10-13 [colin] 3.0.2cvs69
1105 * src/common/utils.c
1106 * src/common/utils.h
1107 Remove dead code, unused for ages
1109 2007-10-13 [colin] 3.0.2cvs68
1113 Maemo: define hildon_program in main.c,
1114 make it accessible in the .h with extern
1116 2007-10-13 [paul] 3.0.2cvs67
1119 fix a bunch of runtime warnings on maemo
1121 2007-10-13 [paul] 3.0.2cvs66
1125 * src/gtk/gtkutils.c
1126 * src/gtk/gtkutils.h
1127 fix a bunch of compiler warnings on maemo
1129 2007-10-12 [colin] 3.0.2cvs65
1138 * src/common/utils.c
1139 * src/common/utils.h
1140 Remove unused code, staticalise some functions
1142 2007-10-12 [paul] 3.0.2cvs64
1149 * src/summary_search.c
1153 * src/common/utils.c
1154 * src/gtk/prefswindow.c
1155 fix a bunch of compiler warnings on maemo
1157 2007-10-11 [colin] 3.0.2cvs63
1160 Make static function static
1162 2007-10-11 [mones] 3.0.2cvs62
1164 * src/addrduplicates.c
1171 * src/prefs_customheader.c
1173 * src/prefs_themes.c
1174 * src/common/plugin.c
1175 * src/gtk/pluginwindow.c
1176 * src/gtk/quicksearch.c
1177 Fix several typos and capitalisation issues
1179 2007-10-11 [wwp] 3.0.2cvs61
1182 Fix a warning about possible use of uninitialized
1185 2007-10-11 [wwp] 3.0.2cvs60
1188 Disable "Unset picture" menu item when there's
1189 no picture to clear. Fix an extraneous g_unref_object,
1190 add missing initializers.
1192 2007-10-11 [wwp] 3.0.2cvs59
1194 * src/pixmaps/anonymous.xpm
1197 * src/stock_pixmap.c
1198 * src/stock_pixmap.h
1199 Fix a leak, gettext-ize the photo label.
1200 Don't clear the existing picture if loading
1201 a new one fails. Use a default 'anonymous'
1202 picture (this new xpm has been added to the
1203 internal stock_pixmap API). Add a
1204 "Set picture" context menu entry.
1206 2007-10-11 [colin] 3.0.2cvs58
1209 Make shift-shortcuts work
1210 * src/prefs_actions.c
1211 Don't ask if we really want to close when
1212 choosing OK and only the list is changed
1213 * src/prefs_template.c
1214 Don't ask if we really want to close when
1215 choosing OK and only the list is changed
1216 * src/common/plugin.c
1217 Fix writing of second [Plugins_*] block
1218 * src/common/template.c
1219 Remove unused files (fixes deletion)
1221 2007-10-10 [paul] 3.0.2cvs57
1223 * src/prefs_template.c
1224 put the whole thing in a scrolled window
1225 so that half the page is no longer inaccessible
1227 make the gtk_text_view smaller on maemo
1229 2007-10-10 [colin] 3.0.2cvs56
1232 Fix updating of Attachments number in some
1233 cases (reedit, attach from command-line, ...)
1235 2007-10-10 [colin] 3.0.2cvs55
1238 Initialise error correctly
1240 2007-10-10 [paul] 3.0.2cvs54
1242 * src/prefs_filtering_action.c
1243 * src/gtk/description_window.c
1244 * src/gtk/foldersort.c
1245 * src/gtk/quicksearch.c
1246 get rid of some pointless new lines and
1247 make the descripton labels wrap better
1249 2007-10-10 [colin] 3.0.2cvs53
1255 More error handling on saving pictures
1257 2007-10-10 [colin] 3.0.2cvs52
1261 Generalize a bit printing, so we can factorize
1264 2007-10-10 [paul] 3.0.2cvs51
1266 * src/addrduplicates.c
1268 use GTK_STOCK... buttons
1270 2007-10-10 [paul] 3.0.2cvs50
1278 2007-10-10 [paul] 3.0.2cvs49
1282 Fix crash on Add sender to addressbook when
1287 * src/editaddress_other_attributes_ldap.h
1289 Rename images to .png in addrbook/
1292 Fix Face/X-Face being used if adding another
1293 address than sender to addressbook
1296 2007-10-10 [holger] 3.0.2cvs48
1298 * src/addrduplicates.c
1300 Improvements to the addressbook duplicate finder
1302 - add an edit button to the button bar
1303 - display the whole bookname (with iface) and
1304 use this for same-book checking
1305 - after editing, try to keep selections if the
1306 entries are still present
1307 - sort the email column alphabetically
1308 - put results in a scrolled window
1309 - support embedded editing
1310 - make columns in detail view resizable
1311 - add keyboard shortcuts
1313 2007-10-10 [wwp] 3.0.2cvs47
1316 Fix a crash when there's no From: in email, thanks to Colin.
1318 2007-10-09 [paul] 3.0.2cvs46
1323 fix building without compface support
1325 2007-10-09 [colin] 3.0.2cvs45
1332 2007-10-09 [colin] 3.0.2cvs44
1334 * src/addrduplicates.c
1345 * src/editaddress_other_attributes_ldap.h
1351 * src/gtk/gtkutils.c
1352 Automatically set contacts' pictures from Face
1353 or X-Face if they have no picture
1354 Display the contact picture in textview or
1355 headerview for mails sent by people in the
1356 addressbook, that have no Face or X-Face
1357 Fix a few details in the Person edition dialog
1358 (ability to unset picture)
1359 Remove picture file when deleting contacts
1361 2007-10-09 [iwkse] 3.0.2cvs43
1364 center the about window
1366 2007-10-09 [paul] 3.0.2cvs42
1368 * src/prefs_toolbar.c
1369 fix icon selector window on maemo
1371 2007-10-09 [paul] 3.0.2cvs41
1374 add 'go to' menu to separate msgview
1376 2007-10-09 [colin] 3.0.2cvs40
1381 2007-10-09 [iwkse] 3.0.2cvs39
1388 * src/editaddress_other_attributes_ldap.h
1391 set a photo in the Addressbook
1393 2007-10-08 [colin] 3.0.2cvs38
1395 * src/prefs_toolbar.c
1396 Make height 320 to remove the scrollbar
1397 (with current number of icons)
1399 2007-10-08 [colin] 3.0.2cvs37
1401 * src/prefs_toolbar.c
1402 Transform the treeview to a GtkIconView.
1404 In addition, transform the window so that
1405 it looks like a popup menu. Patch by me
1407 2007-10-08 [colin] 3.0.2cvs36
1411 Beautify the GUI a bit; in particular, show the
1412 number of attachments in the tab's title.
1415 2007-10-08 [paul] 3.0.2cvs35
1418 Save users from themselves: save temporary
1419 files used for Open/Open with as read-only.
1422 2007-10-08 [paul] 3.0.2cvs34
1425 forgot this in cvs33
1427 2007-10-08 [paul] 3.0.2cvs33
1429 * tools/kdeservicemenu/README
1430 * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
1431 * tools/kdeservicemenu/install.sh
1432 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1433 renamed template* to *template so as not to confuse
1436 2007-10-08 [paul] 3.0.2cvs32
1438 * src/prefs_themes.c
1439 * src/stock_pixmap.c
1440 replace 2 direct uses of RC_DIR
1442 2007-10-07 [colin] 3.0.2cvs31
1444 * src/addrduplicates.c
1445 * src/addrduplicates.h
1450 Implement deletion in duplicate finder.
1453 2007-10-07 [colin] 3.0.2cvs30
1457 * src/common/utils.c
1458 Better fix for Solaris, thanks to Nicolas Doualot
1460 2007-10-07 [colin] 3.0.2cvs29
1466 2007-10-07 [colin] 3.0.2cvs28
1469 Fix HTML export to make it more compliant
1470 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
1472 2007-10-07 [colin] 3.0.2cvs27
1474 * src/prefs_toolbar.c
1475 Only use icons that wouldn't look stupid in the toolbar
1478 2007-10-07 [colin] 3.0.2cvs26
1480 * src/prefs_toolbar.c
1481 Fix old icon being used when none is selected
1483 2007-10-07 [colin] 3.0.2cvs25
1486 Fix copy/paste error
1488 2007-10-07 [colin] 3.0.2cvs24
1490 * src/prefs_toolbar.c
1493 Update icon to default one when changing event
1494 Make the icon chooser nicer (handle Esc, Enter,
1497 2007-10-06 [colin] 3.0.2cvs23
1499 * src/prefs_toolbar.c
1500 Fix text reset; patch by Pawel
1502 2007-10-06 [colin] 3.0.2cvs22
1505 Complete previous commit
1507 2007-10-06 [colin] 3.0.2cvs21
1509 * src/prefs_toolbar.c
1511 Set toolbar text automatically to the default
1512 when changing Event executed on click
1514 2007-10-06 [colin] 3.0.2cvs20
1516 * src/prefs_toolbar.c
1517 Invert Text and Event fields
1519 2007-10-06 [colin] 3.0.2cvs19
1521 * src/prefs_toolbar.c
1523 Make toolbar prefs look much better
1524 Patch by Pawel Pekala
1526 2007-10-06 [paul] 3.0.2cvs18
1529 * src/prefs_filtering.c
1530 fix checkbuttons in gtktreeview on maemo by
1531 setting maemo's "allow-checkbox-mode" to FALSE
1533 2007-10-06 [colin] 3.0.2cvs17
1536 Export -DSOLARIS in CFLAGS for all
1537 Solaris (not just 2.8) and OpenSolaris
1539 2007-10-06 [paul] 3.0.2cvs16
1545 fix build on solaris where ctime_r takes
1546 3 arguments rather than 2.
1547 Patch by Nicolas Doualot <slubman.lists@slubman.info>
1549 2007-10-05 [colin] 3.0.2cvs15
1551 * src/etpan/imap-thread.c
1552 Fix wrong error codepath
1554 2007-10-05 [wwp] 3.0.2cvs14
1557 Fix unexpected logging of quicksearches:
1558 debug_filtering_session flag was never reset to FALSE, causing
1559 matcher functions to log when called from a quicksearch
1560 (if a filtering session happened before).
1562 2007-10-05 [paul] 3.0.2cvs13
1564 * src/prefs_actions.c
1565 * src/prefs_filtering.c
1566 * src/prefs_template.c
1567 fix bug 1343, 'Filtering..'s close button
1568 silently discards new filter'
1571 2007-10-05 [paul] 3.0.2cvs12
1575 fix bug 1347, '-Wno-unused-function, optional'
1577 2007-10-05 [colin] 3.0.2cvs11
1580 * src/common/mgutils.c
1583 2007-10-05 [mones] 3.0.2cvs10
1585 * manual/advanced.xml
1587 * manual/es/advanced.xml
1588 Synchronise translation
1590 2007-10-04 [colin] 3.0.2cvs9
1605 * src/partial_download.c
1611 * src/common/mgutils.c
1612 * src/common/plugin.c
1613 * src/common/utils.c
1616 * src/common/xmlprops.c
1617 * src/common/xmlprops.h
1618 * src/plugins/bogofilter/bogofilter.c
1619 * src/plugins/clamav/clamav_plugin.c
1620 * src/plugins/dillo_viewer/dillo_prefs.c
1621 * src/plugins/pgpcore/prefs_gpg.c
1622 * src/plugins/pgpinline/pgpinline.c
1623 * src/plugins/pgpmime/pgpmime.c
1624 * src/plugins/spamassassin/spamassassin.c
1625 * src/plugins/trayicon/trayicon_prefs.c
1626 Verify success on writes. Will fix possible strange
1627 failure on disk full.
1629 2007-10-04 [paul] 3.0.2cvs8
1631 * manual/advanced.xml
1632 add further info about Actions
1633 Patch by Emmanuel Briot <briot@adacore.com>
1635 2007-10-04 [paul] 3.0.2cvs7
1638 remove the D column, instead indicate the
1639 default account by use of bold text
1641 2007-10-03 [colin] 3.0.2cvs6
1643 * src/common/template.c
1644 Fix templates writing (was prone to disk full problems)
1646 2007-10-03 [colin] 3.0.2cvs5
1649 * src/addrduplicates.c
1650 * src/addrduplicates.h
1652 Add duplicate deletion. Patch by Holger
1654 2007-10-03 [colin] 3.0.2cvs4
1657 * src/gtk/quicksearch.c
1658 Fix bug 1340, 'Case insensitive searches with
1659 non-ascii alphabets fail'.
1661 2007-10-03 [colin] 3.0.2cvs3
1664 * src/common/utils.c
1665 * src/common/utils.h
1666 Implement run-time alternative config directories
1668 2007-10-03 [colin] 3.0.2cvs2
1671 Prevent opening folder item while folder
1672 is scanned in a better way
1674 2007-10-02 [paul] 3.0.2cvs1
1680 bump up version number following stable release
1682 2007-09-30 [colin] 3.0.1cvs49
1685 Refresh session if needed
1687 2007-09-30 [colin] 3.0.1cvs48
1690 Reset folder's session to NULL
1691 before destroying it
1693 2007-09-30 [mones] 3.0.1cvs47
1695 * manual/handling.xml
1696 Use markup quotes instead hardcoded quotes
1697 * manual/es/handling.xml
1698 Added new synced section (IMAP subscriptions)
1700 2007-09-29 [colin] 3.0.1cvs46
1703 Notice disconnections faster
1705 2007-09-28 [colin] 3.0.1cvs45
1711 2007-09-28 [paul] 3.0.1cvs44
1716 2007-09-28 [paul] 3.0.1cvs43
1719 use gtk_widget_set_size_request() on the label
1720 so that wrapping works better. get rid of the
1721 (partially deprecated) hbutton_box.
1722 these changes should prevent buttons overlapping
1725 2007-09-28 [colin] 3.0.1cvs42
1730 2007-09-28 [colin] 3.0.1cvs41
1736 * src/etpan/imap-thread.c
1737 64bits-related warning fixes
1739 2007-09-28 [colin] 3.0.1cvs40
1741 * src/folder_item_prefs.c
1748 2007-09-28 [colin] 3.0.1cvs39
1750 * src/plugins/spamassassin/spamassassin.c
1751 * src/plugins/spamassassin/spamassassin.h
1752 * src/plugins/spamassassin/spamassassin_gtk.c
1753 Add addressbook-based whitelisting
1755 2007-09-28 [colin] 3.0.1cvs38
1758 Fix bug 1337, 'crash on pressing Send button'
1760 2007-09-28 [paul] 3.0.1cvs37
1762 * src/prefs_folder_item.c
1763 give the orphans a parent. makes all prefs
1764 pages visible on maemo
1766 2007-09-28 [colin] 3.0.1cvs36
1768 * src/prefs_folder_column.c
1769 * src/prefs_summary_column.c
1772 2007-09-27 [colin] 3.0.1cvs35
1774 * src/gtk/quicksearch.c
1775 Fix bug 1336, 'Segfault if empty space before search-string'
1777 2007-09-26 [mones] 3.0.1cvs34
1779 * manual/account.xml
1780 * manual/plugins.xml
1781 Fixed irc channel name, added some docbook markup.
1782 Changed text markup to docbook markup.
1783 Added spamcop as supported in SpamReport description.
1784 * manual/fr/plugins.xml
1785 Fixed irc channel name.
1786 * manual/es/account.xml
1787 * manual/es/advanced.xml
1788 * manual/es/claws-mail-manual.xml
1789 * manual/es/glossary.xml
1791 * manual/es/keyboard.xml
1792 * manual/es/plugins.xml
1793 Synced with English version, fixed a couple of typos.
1795 2007-09-26 [colin] 3.0.1cvs33
1798 Explain why "Libgnomeprint: no" on GTK+ 2.10
1800 2007-09-26 [colin] 3.0.1cvs32
1805 Optimisation: avoid fetching mail 3 times locally
1808 2007-09-26 [colin] 3.0.1cvs31
1813 2007-09-26 [colin] 3.0.1cvs30
1819 Fix MH mtime hack - make it a folder class function
1821 2007-09-26 [colin] 3.0.1cvs29
1824 Fix bug 1334, 'user defined mail incorporation
1827 2007-09-25 [colin] 3.0.1cvs28
1830 Optimisation: shortcut conv_codeset_strdup
1831 when src_code and dest_code are the same
1834 Optimisation: shortcut code conversions when
1835 files are in UTF-8; faster list walking by
1836 using prepend/reverse.
1838 2007-09-25 [holger] 3.0.1cvs27
1841 Replace button bar of the preview window
1842 with a real toolbar (patch by Colin)
1843 Add zooming to the preview window
1845 2007-09-24 [paul] 3.0.1cvs26
1848 compact the character set menu, adding some
1849 missing encodings. Patch by Pawel Pekala
1851 2007-09-23 [paul] 3.0.1cvs25
1853 * src/prefs_account.c
1854 * src/prefs_folder_item.c
1858 remove unnecessary frame from Templates options
1859 and improve the English of the check button label
1861 2007-09-22 [colin] 3.0.1cvs24
1863 * src/gtk/quicksearch.c
1864 Fix bug 1329, 'error in quicksearch.c'
1865 Fix return with value in function returning void
1867 2007-09-22 [colin] 3.0.1cvs23
1871 * src/common/utils.c
1872 * src/common/utils.h
1873 * src/etpan/imap-thread.c
1874 Optimise fetching IMAP cached emails *a lot*
1875 (remember whether mail is fully cached and \r's
1876 are already stripped)
1878 2007-09-22 [colin] 3.0.1cvs22
1882 * src/prefs_folder_item.c
1883 Add a button to allow users to drop local caches.
1885 2007-09-21 [colin] 3.0.1cvs21
1888 Remove unnecessary error when cancelling export to mbox.
1891 2007-09-21 [paul] 3.0.1cvs20
1893 * src/gtk/prefswindow.c
1894 remove unnecessary frames from the prefs
1895 pages. Patch by Pawel Pekala
1897 2007-09-21 [paul] 3.0.1cvs19
1899 * src/prefs_account.c
1900 * src/prefs_folder_item.c
1903 put the Templates options into a tabbed
1904 layout. Patch by Pawel Pekala
1906 2007-09-21 [paul] 3.0.1cvs18
1909 group together the character set menu items
1910 move the /View/Show or hide/Message view below
1911 .../Toolbar menu item
1912 Patch by Pawel Pekala
1914 2007-09-21 [mones] 3.0.1cvs17
1917 Fix for bug 1327, 'segfault when replying to a non-existent
1918 news message', thanks to Colin.
1920 2007-09-21 [colin] 3.0.1cvs16
1925 2007-09-20 [colin] 3.0.1cvs15
1929 Maybe fix bug 1324, 'Corrupted IMAP cache'
1931 2007-09-20 [colin] 3.0.1cvs14
1936 2007-09-20 [holger] 3.0.1cvs13
1939 Add page layout to print preview.
1940 Make the close-button in the toolbar
1943 2007-09-20 [paul] 3.0.1cvs12
1946 updated by Pavlo Bohmat
1948 2007-09-19 [colin] 3.0.1cvs11
1950 * src/common/utils.c
1951 Prevent unquoted mime boundaries, by always
1954 2007-09-19 [colin] 3.0.1cvs10
1957 Fix drawing area size, fix DPI change that
1958 can cause total number of lines to decrease
1960 2007-09-19 [colin] 3.0.1cvs9
1964 Make print preview more efficient and nicer.
1965 Patch mostly by Holger Berndt <hb@claws-mail.org>
1967 2007-09-19 [colin] 3.0.1cvs8
1969 * src/prefs_common.c
1970 * src/prefs_common.h
1972 Add scrolledwindow, default allocation and
1973 size saving to the print preview window.
1975 2007-09-18 [colin] 3.0.1cvs7
1977 * src/prefs_common.c
1978 * src/prefs_common.h
1979 * src/prefs_image_viewer.c
1982 - add image printing support
1983 - add option to print images
1984 - add preview widget
1985 - add saving of a few Page Setup parameters
1987 2007-09-18 [colin] 3.0.1cvs6
1991 Add Guillaume Chazarain
1993 2007-09-18 [colin] 3.0.1cvs5
1995 * src/common/utils.c
1996 Fix bug 1321, 'access before allocation
1997 when scanning for uris'. Patch by
1998 Guillaume Chazarain <guichaz@yahoo.fr>
2000 2007-09-18 [colin] 3.0.1cvs4
2003 Fix bug 1320, 'Memory leak caused by
2004 gtk_container_get_children'. Patch by
2005 Guillaume Chazarain <guichaz@yahoo.fr>
2007 2007-09-18 [colin] 3.0.1cvs3
2011 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
2013 2007-09-18 [colin] 3.0.1cvs2
2019 * src/prefs_ext_prog.c
2024 Use GtkPrintOperation by default on GTK+ >= 2.10
2025 Patch by Holger Berndt <hb@claws-mail.org>
2027 2007-09-18 [paul] 3.0.1cvs1
2033 bump up version number following stable release
2035 2007-09-16 [colin] 3.0.0cvs18
2038 Fix possible memleak
2040 2007-09-16 [colin] 3.0.0cvs17
2043 Fix bug 1311, 'Wrong arrow position
2044 while moving message into folder when
2045 column headers hidden'
2046 * src/image_viewer.c
2047 Show error in the GUI if image can't
2052 Allow setting domain in msgid
2053 * src/common/plugin.c
2054 Add timing information
2056 2007-09-16 [colin] 3.0.0cvs16
2060 * src/prefs_account.c
2061 * src/prefs_account.h
2062 * src/common/utils.c
2063 Remove Generate Message-ID option. We need
2064 this on some IMAP servers.
2065 * src/prefs_template.c
2068 2007-09-16 [colin] 3.0.0cvs15
2070 * src/prefs_filtering.c
2071 * src/prefs_filtering.h
2072 * src/prefs_filtering_action.c
2074 Fix tags issues: tags with spaces, renaming
2077 2007-09-16 [colin] 3.0.0cvs14
2082 Fix bug 1308, 'Claws deletes folderlist.xml after
2083 fetching mail short after start-up'
2085 2007-09-16 [colin] 3.0.0cvs13
2088 Fix scrolling to cursor
2090 2007-09-16 [paul] 3.0.0cvs12
2093 updated by Aleksandar Urosevic
2095 2007-09-16 [paul] 3.0.0cvs11
2098 do not allow locked msgs to be deleted,
2099 even by filtering/processing
2101 2007-09-07 [paul] 3.0.0cvs10
2103 * src/prefs_folder_column.c
2104 * src/prefs_summary_column.c
2105 implement button sensitivity
2106 patch by Pawel Pekala
2108 2007-09-06 [wwp] 3.0.0cvs9
2111 Add a missing linefeed to a debug message.
2113 2007-09-05 [colin] 3.0.0cvs8
2116 Fix statusbar/window mismatch on Maemo
2118 2007-09-05 [colin] 3.0.0cvs7
2121 Fix build without USE_LDAP_TLS
2123 2007-09-05 [colin] 3.0.0cvs6
2129 * src/send_message.c
2132 Maemo: distinguish various statusbar messages,
2133 in order to display only the most important.
2135 2007-09-04 [wwp] 3.0.0cvs5
2138 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
2139 Show protocol "SMTP" and the appropriate server for send-only
2140 accounts, show "-" instead of "" when no value is relevant.
2142 2007-09-03 [ticho] 3.0.0cvs4
2145 Handle plural form better in delete confirmation dialog.
2147 2007-09-03 [wwp] 3.0.0cvs3
2150 Warn differently when sending or sending later (queueing).
2152 2007-09-03 [colin] 3.0.0cvs2
2156 * src/common/plugin.c
2157 * src/common/plugin.h
2158 Add a new plugin API, MimeParser. It allows
2159 plugins to scan email MIME parts and optionally,
2162 2007-09-03 [mones] 3.0.0cvs1
2167 While a better solution is made double history sizes
2169 2007-09-03 [paul] 3.0.0
2176 [For previous entries, see ChangeLog.2.0.0-3.0.0]