1 2003-12-10 [hoa] 0.9.7claws33
4 fixed quotation of string for matcher.
6 2003-12-08 [paul] 0.9.7claws32
10 plug memory leaks (patch by Alfons)
12 2003-12-08 [christoph] 0.9.7claws31
14 * src/folder_item_prefs.[ch]
16 * src/prefs_folder_item.c
17 add new FolderItem property to exclude folders from new
20 Patch submitted by Chad Robinson <crobinson@rfgonline.com>
22 2003-12-07 [paul] 0.9.7claws30
24 * src/plugins/clamav/clamav_plugin.c
27 2003-12-07 [thorsten] 0.9.7claws29
30 debug_print some warning if destfolder missing
31 * src/prefs_filtering.c
32 uninitialized filter list when deleting a folder
34 2003-12-06 [paul] 0.9.7claws28
37 add Alfons' patch to trim line feeds
39 2003-12-06 [paul] 0.9.7claws27
41 * partial sync with 0.9.7cvs8
42 leaving claws' online/offline more or less intact
43 see ChangeLog 2003-12-04 and 2003-12-06
45 2003-12-06 [christoph] 0.9.7claws26
49 revert pirvacy API changes
51 2003-12-05 [alfons] 0.9.7claws25
56 2003-12-05 [alfons] 0.9.7claws24
59 fix comparison buglet ;-) and make `test` matcher
62 2003-12-05 [alfons] 0.9.7claws23
64 * src/prefs_folder_item.c
65 K&R 2nd Ed., page 241 (function parameter identifiers
66 starting with an underscore are kind of insulting)
68 2003-12-05 [hoa] 0.9.7claws22
73 add destructor for mainwindow so that the last
74 MimeInfo opened in messageview is destroyed when
77 2003-12-05 [hoa] 0.9.7claws21
81 * src/matcher_parser_lex.l
82 * src/matcher_parser_parse.y
84 * src/prefs_filtering.c
85 * src/common/utils.[ch]
86 quote arguments before giving them to command line.
87 fixed quote of string in matcher/processing/filtering rules.
91 allows decryption to return a new whole
92 MIME message structure.
94 2003-12-04 [hoa] 0.9.7claws20
100 * src/matcher_parser_parse.y
102 global rules to run before folder specific rules.
103 global rules to run after folder specific rules.
106 fixed quick addition of rules.
108 * src/prefs_filtering.[ch]
110 we can now customize the title for the dialog.
111 updated case where we rename of delete folders.
114 got back the function addressbook_browse_entry_cb()
115 that is needed in case we compiled with LDAP support.
117 2003-12-04 [paul] 0.9.7claws19
119 * sync with 0.9.7cvs6
120 see ChangeLog 2003-12-04
121 fixes bug 171 'Wrong message decoing: koi8-r and
122 iso8859-5 looks same. Can't read many emails.'
124 2003-12-04 [paul] 0.9.7claws18
127 remove 'src/prefs_scoring.c'
129 2003-12-03 [hoa] 0.9.7claws17
132 compilation of scoring.[ch] and prefs_scoring.[ch]
137 * src/folder_item_prefs.[ch]
142 * src/matcher_parser.h
143 * src/matcher_parser_parse.y
144 * src/prefs_filtering.[ch]
145 * src/prefs_filtering_action.c
146 * src/prefs_folder_item.c
147 * src/prefs_scoring.[ch] * REMOVED FILES *
149 * src/scoring.[ch] * REMOVED FILES *
151 merged scoring and filtering.
153 Note : compatibility is kept by parsing score like
154 add_score. To get the behaviour of older scoring
155 system, you have to define some equivalent rule :
156 "score_lower -9999 hide"
157 "score_greater 9999 mark"
159 To define global rules, you have to define them
160 in the new global processing rules.
161 The variable that kept the list filtering rules
162 was "global_processing" and has been renamed into
164 "global_processing" variable is now the name
165 of the variable that keeps the list of global
167 In the configuration file, "[global]" section is
168 now for the global processing rules (which includes
169 score things and new global processing rules).
170 New "[filtering]" section is for the filtering rules.
172 Before running with this version, during testing
173 phase, ** MAKE A BACKUP ** of your matcherrc file.
174 Then, you have to make the following changes :
175 - leave all scoring rules in "[global]" section.
176 - move all other rules of "[global]" section to
177 a new section named "[filtering]".
179 2003-12-03 [christoph] 0.9.7claws16
182 use default Content-Type as specified in RFC2045 if
183 Content-Type header is syntactically incorrect
185 2003-12-03 [christoph] 0.9.7claws15
198 * src/matcher_parser_lex.l
199 * src/matcher_parser_parse.y
201 * src/prefs_filtering_action.c
202 * src/prefs_folder_item.c
209 revert 0.9.7claws14 change
211 2003-12-03 [alfons] 0.9.7claws14
214 catch invalid Content-Type with no subtype
216 2003-12-03 [alfons] 0.9.7claws13
220 * src/plugins/image_viewer/plugin.c
221 compile again, we need stddef.h for size_t
223 2003-12-03 [paul] 0.9.7claws12
226 don't allow cloning of accounts with remote folders,
227 patch submitted by Ricardo Mones Lastra
229 2003-12-03 [christoph] 0.9.7claws11
233 * src/localfolder.[ch]
236 * src/common/xml.[ch]
237 add set_xml() and get_xml() virtual functions to FolderClass to
238 save extra information for Folders (for example the rootpath
239 only used by LocalFolder). The folderlist write function no
240 longer needs to know the folder type to save this extra
243 2003-12-02 [christoph] 0.9.7claws10
250 * src/localfolder.[ch] ** NEW **
254 * src/prefs_account.[ch]
255 * src/prefs_filtering.h
257 * src/remotefolder.[ch] ** NEW **
258 * src/common/xml.[ch]
259 add item_set_xml() and item_get_xml() virtual functions to
260 FolderClass to give folders the ability to add extra information
261 to the saved FolderItem data. If NULL the default function for
262 FolderItem will be used.
264 2003-11-29 [christoph] 0.9.7claws9
269 2003-11-29 [luke] 0.9.7claws8
272 fix compilation for non c99 compilers
274 2003-11-29 [christoph] 0.9.7claws7
278 o unknown disposition types should be handled as
280 o missing headers should not default to inline
281 (would make "Save All" useless when disposition header
282 is not set by the sending mailer)
283 o remove old MimeInfo data and cleanup
285 2003-11-29 [luke] 0.9.7claws6
288 re-added parsing of Content-Disposition header
289 - removes the old 'gchar* content_disposition'
290 - adds a new field 'DispositionType disposition'
291 - adds parameters to MimeInfo::parameters
294 use the "filename" parameter for saving, and the new
295 MimeInfo::disposition for save all.
299 add a 'check spelling' button as a possibility for
302 * src/stockpixmap.[ch]
303 * src/pixmaps/check_spelling.xpm ** NEW **
305 add a pixmap for use with 'check spelling' button or
306 a user defined action
309 re-apply fixed (I hope) patch for bug 57
310 "Hidden URL in HTML Mails"
312 2003-11-28 [christoph] 0.9.7claws5
315 o be more liberal in what we accept as Content-Type parameters
316 o ignore comments after parameters
319 o only free passphrase when an error occurs
321 2003-11-28 [paul] 0.9.7claws4
324 add 'Clone Account' function. patch submitted by
327 2003-11-27 [thorsten] 0.9.7claws3
330 fix crash if 'save_all' failed twice
332 2003-11-27 [paul] 0.9.7claws2
338 update Simplified Chinese translation. submitted by
341 2003-11-27 [paul] 0.9.7claws1
346 2003-11-26 [paul] 0.9.7claws
348 * 0.9.7claws released
350 2003-11-26 [paul] 0.9.6claws99
353 add reference to pixmaps/mime_message.xpm
355 2003-11-26 [paul] 0.9.6claws98
358 remove reference to src/sigstatus.c
360 2003-11-26 [christoph] 0.9.6claws97
365 * src/sigstatus.[ch] ** REMOVE **
366 remove signature result popup option and window
368 2003-11-26 [paul] 0.9.6claws96
375 update translations. submitted by Ricardo Mones Lastra,
376 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
378 2003-11-25 [christoph] 0.9.6claws95
381 display mime structure only in debug mode
383 2003-11-25 [melvin] 0.9.6claws94
386 Updated French translations + typos fixes of older
387 translations (thanks to Fabien Vantard for pointing
390 2003-11-25 [melvin] 0.9.6claws93
393 Fixed a couple of typos.
395 2003-11-24 [paul] 0.9.6claws92
400 2003-11-24 [paul] 0.9.6claws91
403 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
405 2003-11-24 [paul] 0.9.6claws90
407 * src/plugins/image_viewer/viewer.c
408 image_viewer_show_mimepart():
409 use procmime_mimeinfo_get_parameter() to get the file name
411 2003-11-24 [paul] 0.9.6claws89
414 textview_show_mime_part(): rewrite text hint
416 2003-11-22 [paul] 0.9.6claws88
418 * sync with 0.9.7cvs5
419 see ChangeLog 2003-11-21
421 2003-11-21 [paul] 0.9.6claws87
424 define shortcut key 'o' for 'Open with...'
426 2003-11-21 [alfons] 0.9.6claws86
429 fix bug #383 'Deleting message from "separate message view"
430 uses local Trash folder'
432 2003-11-21 [christoph] 0.9.6claws85
435 fix content-type guessing by name parameter when finding
438 2003-11-21 [alfons] 0.9.6claws84
441 no mail incorporation allowed with --offline param.
442 fixes bug #374, "--offline ignored"
444 2003-11-20 [christoph] 0.9.6claws83
447 use signed MimeInfo when checking the signature and not
450 2003-11-19 [alfons] 0.9.6claws82
453 fix crash when toggling separate views, patch submitted
454 by Pawel Pekala <c0rn|AT|gazeta.pl>.
455 fixes bug #342, "separate views cause crash"
457 2003-11-19 [paul] 0.9.6claws81
460 compose_redirect_write_headers_from_headerlist():
461 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
464 code cleanup (inherited from 0.9.7cvs4)
467 bugfix: added missing attribute-list start. submitted by
470 2003-11-19 [luke] 0.9.6claws80
473 revert my last commit until I get time to fix it
475 2003-11-18 [christoph] 0.9.6claws79
478 check parent MimeInfos for signatures and display the
479 result of the parent when found
482 o avoid NULL pointer warnings
483 o use procmime_mimeinfo_get_parameter()
488 2003-11-17 [luke] 0.9.6claws78
491 add check for disguised URLs, fixing bug 57
492 "Hidden URL in HTML Mails"
494 2003-11-16 [christoph] 0.9.6claws77
497 fix crash when parsing invalid Content-Type header
499 2003-11-16 [christoph] 0.9.6claws76
505 implement message decrypting
510 2003-11-14 [luke] 0.9.6claws75
513 fix a couple of problems that treated application/* and
514 application/octet-stream the wrong way around
515 (since 0.9.6claws10), causing "Open" to do nothing.
517 2003-11-14 [christoph] 0.9.6claws74
522 prepare for message part decrypting
525 add output for expired signatures
530 2003-11-10 [christoph] 0.9.6claws73
533 add "Full info" button for bad and warn signature status
536 generate full signature info like gpg's output
537 (gpg -v --with-fingerprint --verify)
539 2003-11-10 [christoph] 0.9.6claws72
546 o add code to view full signature info
547 o do automatic signature checks
549 2003-11-10 [alfons] 0.9.6claws71
552 don't crash when gtkut_font_load() returns invalid font (has
553 something to do with locale settings)
554 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
556 2003-11-09 [alfons] 0.9.6claws70
561 2003-11-08 [luke] 0.9.6claws69
567 rewrite compose_attach_parts(), fixing various bugs mainly
568 to do with re-editing.
571 "save all" now only saves attachments with names/filenames
573 2003-11-04 [match] 0.9.6claws68
576 fix broken LDAP support.
581 2003-11-04 [luke] 0.9.6claws67
584 o fixed bug 4 "focus lost on messages with attachments"
585 o fixed 'Save all' attachments for new mime changes
586 o right clicking on icons consistent with right clicking on
588 - fixes a bug where wrong part is saved when you
589 choose 'Save as' from popup menu
590 - fixes bug 308 "No way to "save all" attachments"
591 o fixed a compiler warning.
594 o removed flickering in mime tree when using "n" and "p"
596 o fixed bug where selecting the textview and pressing e.g.
597 'y' causes sylpheed to respond twice.
600 removed hard coding of * and ! shortcuts (which only served
601 to cause problems if you tried to redefine the shortcuts)
603 2003-11-04 [luke] 0.9.6claws66
605 * src/plugins/image_viewer/viewer.c
606 * src/plugins/image_viewer/viewerprefs.c
607 * src/plugins/image_viewer/viewerprefs.glade
608 o allow toggling of image scaling by clicking on image
609 o respond to image's container widget resize
612 o fix bad parsing of message when re-editing/viewing a
613 message saved to the drafts folder
615 2003-11-02 [match] 0.9.6claws65
618 fix if not building LDAP support.
622 include support for contains query. feature req 529354.
624 2003-11-02 [alfons] 0.9.6claws64
627 fix build bustage if not compiling ldap support
629 2003-11-01 [match] 0.9.6claws63
633 * src/addr_compl.[ch]
636 * src/addrdefs.h ** NEW **
643 * src/ldapserver.[ch]
644 refactor LDAP query mechanism.
646 * src/browseldap.[ch] ** NEW **
647 * src/ldaplocate.[ch] ** NEW **
648 add feature to browse LDAP entry that was retrieved using
649 an explicit LDAP search.
651 2003-11-01 [alfons] 0.9.6claws62
654 prefs_write_param(): fail when we see an invalid type; all the
655 callers seem to handle this gracefully by reverting changes
657 2003-10-30 [christoph] 0.9.6claws61
663 use extra variables for all libraries to make sure plugins
664 are only linked with libraries they really need. $LIBS is always
665 added to the linking parameters, but we only what the libraries
666 listed in the Makefile
668 2003-10-29 [paul] 0.9.6claws60
671 don't use Subject for unknown part name
673 2003-10-29 [paul] 0.9.6claws59
676 get name of attachment(s) when re-editing, fwd'ing or
680 get name of attachment(s) when saving
682 2003-10-29 [hoa] 0.9.6claws58
685 implemented multipart/alternative in MIME message viewer.
687 2003-10-28 [christoph] 0.9.6claws57
690 make sure MathML-Viewer is not built with the
691 Gtk2 version of GtkMathView
693 2003-10-28 [paul] 0.9.6claws56
695 * sync with 0.9.7cvs1
696 see ChangeLog 2003-10-28
698 2003-10-27 [alfons] 0.9.6claws55
700 * src/matcher_parser_parse.y
701 * src/gtk/colorlabel.c
702 allow setting color label to 0 in filtering/processing rules
703 (should fix bug 368, "Can't create a filter condition "colorlabel 0"")
705 2003-10-26 [alfons] 0.9.6claws54
707 * src/summary_search.c
708 fix misnomer and correct selecting initial search node
710 2003-10-26 [christoph] 0.9.6claws53
714 change display of signature info to use only name of
715 signer, otherwise the text gets too long.
718 don't use MimeInfo's filename to generate tmp filename
720 2003-10-25 [christoph] 0.9.6claws52
723 fix message body searching
725 2003-10-25 [paul] 0.9.6claws51
728 use g_basename rather than basename
730 2003-10-24 [christoph] 0.9.6claws50
733 change fetching of signature key's trust
735 2003-10-24 [paul] 0.9.6claws49
738 update Slovak translation
739 submitted by Andrej Kacian
742 remove unknown menu entry /File/Add mailbox/mbox...
744 2003-10-24 [hoa] 0.9.6claws48
747 removed all references to mbox folders
749 * src/carray.[ch] * REMOVED *
750 * src/chash.[ch] * REMOVED *
751 * src/maillock.[ch] * REMOVED *
752 * src/mailmbox.[ch] * REMOVED *
753 * src/mailmbox_folder.[ch] * REMOVED *
754 * src/mailmbox_parse.[ch] * REMOVED *
755 * src/mailmbox_types.[ch] * REMOVED *
756 * src/mbox_folder.[ch] * REMOVED *
757 remove implementation of mbox folders
758 and old mailbox folder.
759 mbox folder implementation will be added
760 as a plugin so that implementation can be entirely
761 synchronized with the files of the project they are
762 extracted from (libEtPan!).
766 * src/folderview.[ch]
768 Disable as much code that references mbox folders
770 Some UI thing still need to know that folder is mbox
771 (when we have to enter the name of the mailbox and
772 we want to add /var/mail/$USER).
774 2003-10-23 [christoph] 0.9.6claws47
777 don't always display button when noticeview is made visible
783 get signature information from crypto system
785 2003-10-22 [paul] 0.9.6claws46
788 updated by Ricardo Mones Lastra
790 2003-10-22 [paul] 0.9.6claws45
793 update to reflect the changes to the icons that
794 happened in 0.9.6claws35
796 2003-10-22 [alfons] 0.9.6claws44
799 inline carray_count()
801 2003-10-21 [alfons] 0.9.6claws43
808 * src/mailmbox_folder.c
809 * src/mailmbox_parse.c
810 * src/mailmbox_types.[ch]
813 2003-10-21 [luke] 0.9.6claws42
815 * src/stock_pixmaps.[ch]
817 * src/pixmaps/mime_application_octet_stream.xpm ** REMOVE **
818 * src/pixmaps/messageview_text.xpm ** REMOVE **
819 o remove mime_application_octet_stream.xpm icon (it was never
821 o remove redundant icon messageview_text.xpm
824 fix visibility of signature noticeview when toggling 'separate
827 2003-10-21 [christoph] 0.9.6claws41
830 decode multipart and rfc822 mime parts to allow further
831 parsing when required
833 2003-10-21 [christoph] 0.9.6claws40
837 remove obsolete charset parameter in MimeInfo and fix
838 TextView to use the charset from the parameter hash table
840 * src/plugins/dillo_viewer/Makefile.am
841 * src/plugins/trayicon/Makefile.am
842 add OPENSSL_CFLAGS to fix building with using
843 --with-openssl-* parameters
845 2003-10-21 [paul] 0.9.6claws39
847 * src/prefs_matcher.[ch]
848 replace remnants of the old, renamed 'Execute' matchtype
849 add a brief description to the Info window
851 2003-10-21 [hoa] 0.9.6claws38
854 * src/carray.[ch] * NEW *
855 * src/chash.[ch] * NEW *
857 * src/maillock.[ch] * NEW *
858 * src/mailmbox.[ch] * NEW *
859 * src/mailmbox_folder.[ch] * NEW *
860 * src/mailmbox_parse.[ch] * NEW *
861 * src/mailmbox_types.[ch] * NEW *
862 implementation of mbox folder with unique message numbers
864 made use of libEtPan! implementation of mbox for lower-layer.
866 2003-10-20 [alfons] 0.9.6claws37
869 fix invalid argument warning
873 2003-10-20 [paul] 0.9.6claws36
878 fix crash when using Forward in Filtering when
879 external editor option is set
881 Patch submitted by Simon 'corecode' Schubert
882 <corecode@corecode.ath.cx>
884 2003-10-20 [paul] 0.9.6claws35
886 * src/pixmaps/mime_gpg_expired.xpm ** REMOVED **
887 src/pixmaps/mime_gpg_failed.xpm ** REMOVED **
888 src/pixmaps/mime_gpg_passed.xpm ** REMOVED **
889 src/pixmaps/mime_gpg_signed.xpm ** REMOVED **
890 src/pixmaps/mime_gpg_unknown.xpm ** REMOVED **
891 src/pixmaps/privacy_expired.xpm ** NEW FILE **
892 src/pixmaps/privacy_failed.xpm ** NEW FILE **
893 src/pixmaps/privacy_passed.xpm ** NEW FILE **
894 src/pixmaps/privacy_signed.xpm ** NEW FILE **
895 src/pixmaps/privacy_unknown.xpm ** NEW FILE **
896 src/pixmaps/privacy_warn.xpm ** NEW FILE **
898 src/stock_pixmap.[ch]
899 replace mime_gpg_*.xpm icons with new privacy_*.xpm
900 icons. add privacy_warn.xpm icon
902 2003-10-20 [hoa] 0.9.6claws34
904 * src/folder_item_prefs.[ch]
905 * src/prefs_folder_item.c
907 Added a property per folder to choose whether we
908 want to apply processing on it on startup or if we
909 prefer to wait the folder selection to apply it.
912 fixed C89 compatibility (for old compilers, for
915 2003-10-17 [christoph] 0.9.6claws33
918 * src/noticeview.[ch]
919 change noticeview icon to indicate signature status
921 2003-10-17 [christoph] 0.9.6claws32
927 * src/pgpmime.[ch] ** NEW **
930 * src/sgpgme.c ** NEW **
931 reimplement PGP/Mime signature checking (unfinished)
933 2003-10-15 [christoph] 0.9.6claws31
936 fix procmime_get_text_content() and
937 procmime_get_first_text_content()
939 2003-10-15 [christoph] 0.9.6claws30
941 * src/plugins/spamassassin/spamassassin_gtk.c
942 * src/plugins/spamassassin/spamassassin_gtk.glade
945 2003-10-15 [paul] 0.9.6claws29
948 workaround for buggy smtp servers. on sending a
949 return receipt strip the name part from the address
950 when creating headers
952 2003-10-15 [paul] 0.9.6claws28
954 * sync with 0.9.7 release
955 see ChangeLog 2003-10-15
957 2003-10-14 [christoph] 0.9.6claws27
959 * src/plugins/clamav/clamav_plugin.c
962 2003-10-14 [christoph] 0.9.6claws26
969 * src/plugins/clamav/clamav_plugin.c
970 use GNode to create the mime tree (some changes to functions
971 that traverse the tree are just quick and dirty. Maybe we
972 can find better solutions with g_node_*-functions)
974 2003-10-14 [luke] 0.9.6claws25
977 fix a navigation bug (stupid typo of mine)
979 2003-10-14 [christoph] 0.9.6claws24
982 fix missing last line in plain/text mails
984 2003-10-13 [luke] 0.9.6claws23
989 2003-10-13 [kov] 0.9.6claws22
992 error checking when the user enters a non-directory at
993 the file selection dialog.
994 work-around for users entering directory location without
995 adding a leading G_DIR_SEPARATOR.
997 2003-10-13 [luke] 0.9.6claws21
1000 error reporting for inserting files, including catching
1001 invalid characters for current locale/encoding
1003 2003-10-13 [paul] 0.9.6claws20
1006 fix bug #347 'subscribe newsgroups crashes'
1008 2003-10-13 [paul] 0.9.6claws19
1011 when using 'Reply to all' include the 'send replies
1015 update Japanese translation. submitted by Rui Hirokawa
1016 <rui_hirokawa@ybb.ne.jp>
1018 2003-10-13 [hoa] 0.9.6claws18
1025 rename get_header_from_msginfo() into
1026 procheader_get_header_from_msginfo() so that we have a
1027 coherent exported naming.
1028 avoid parsing of header contained in a string via
1029 a newly written temporary file.
1031 Patch submitted by Simon 'corecode' Schubert
1032 <corecode@corecode.ath.cx>
1034 2003-10-12 [hoa] 0.9.6claws17
1040 * src/matcher_parser_parse.y
1041 * src/prefs_filtering_action.c
1042 added "stop" action : stop applying the filtering rules.
1043 added "set score" and "increase/decrease score" actions.
1044 That two last action replace the "change_score" action
1045 introduced by alfons in 0.8.8claws85.
1046 "set score" is to set a given score to the message.
1047 "increase/decrease score" will increase or decrease the
1048 score if the given value is respectively positive or
1049 negative. If someone find a some better name for this last
1050 rule, it can be modified.
1052 2003-10-12 [paul] 0.9.6claws16
1056 update Japanese translation. submitted by Rui Hirokawa
1057 <rui_hirokawa@ybb.ne.jp>
1059 2003-10-12 [christoph] 0.9.6claws15
1062 fix crash caused by incorrect headers
1064 2003-10-10 [christoph] 0.9.6claws14
1069 implement detection of signed message parts for rfc2015
1071 2003-10-10 [thorsten] 0.9.6claws13
1076 2003-10-10 [christoph] 0.9.6claws12
1078 * src/stock_pixmap.[ch]
1079 * src/pixmaps/mime_message.xpm ** NEW **
1080 add a new icon for mime type "message"
1088 o add icons for message type mime parts
1090 2003-10-10 [christoph] 0.9.6claws11
1093 * src/messageview.[ch]
1100 o remove switching between TextView and MimeView in MessageView
1101 (if required we can hide the icon box and the MimeView will
1102 look exaxtly like the TextView)
1103 o temporary remove signature and decrypting GPGME code
1105 2003-10-09 [christoph] 0.9.6claws10
1115 * src/common/utils.[ch]
1116 * src/plugins/clamav/clamav_plugin.c
1117 * src/plugins/dillo_viewer/dillo_viewer.c
1118 * src/plugins/image_viewer/viewer.c
1119 * src/plugins/mathml_viewer/mathml_viewer.c
1120 new mime parser (several things need fixing)
1122 2003-10-09 [paul] 0.9.6claws9
1125 a little more sync with 0.9.6cvs2 and a tidy up
1127 2003-10-08 [paul] 0.9.6claws8
1129 * sync with 0.9.6cvs2
1130 see ChangeLog 2003-10-03
1132 2003-10-05 [christoph] 0.9.6claws7
1135 don't use flags to check if a message is in a news folder
1137 (closes Bug 282 clicking on folder with copied Messages from News
1138 immediately after having copied them crashes Sylpheed-Claws)
1140 2003-10-05 [christoph] 0.9.6claws6
1143 * src/progressdialog.[ch] ** REMOVE **
1144 * src/gtk/Makefile.am
1145 * src/gtk/progressdialog.[ch] ** NEW **
1146 move progressdialog to gtk directory
1148 2003-10-04 [christoph] 0.9.6claws5
1150 * src/prefs_toolbar.c
1151 * src/gtk/prefswindow.c
1152 remove widget_show_all for pages root widget
1154 * src/plugins/spamassassin/spamassassin.[ch]
1155 * src/plugins/spamassassin/spamassassin_gtk.c
1156 * src/plugins/spamassassin/spamassassin_gtk.glade
1157 add support for new libspamc transports
1159 2003-10-04 [christoph] 0.9.6claws4
1161 * src/plugins/spamassassin/libspamc.[ch]
1162 * src/plugins/spamassassin/spamassassin.c
1163 * src/plugins/spamassassin/utils.[ch]
1164 update libspamc to version from SpamAssassin 2.60
1166 2003-10-03 [christoph] 0.9.6claws3
1168 * src/send_message.c
1169 fix missing format string bug found by
1170 Georgi Guninski <guninski@guninski.com>
1172 2003-10-03 [paul] 0.9.6claws2
1175 update Simpilified Chinese translation, submitted by
1178 2003-10-02 [christoph] 0.9.6claws1
1181 add UIDPLUS support for COPY and EXPUNGE
1183 2003-10-02 [paul] 0.9.6claws
1185 * 0.9.6claws released
1191 update Spanish and Slovak translations
1192 submitted by Ricardo Mones Lastra and Andrej Kacian
1194 2003-10-02 [paul] 0.9.5claws43
1197 update British English translation
1199 2003-10-02 [paul] 0.9.5claws42
1202 update Croatian translation, submitted by Dragan
1204 2003-10-01 [paul] 0.9.5claws41
1208 update Polish and Serbian translations, submitted by
1211 2003-10-01 [melvin] 0.9.5claws40
1214 Updated French translations
1216 2003-10-01 [melvin] 0.9.5claws39
1221 * src/plugins/dillo_prefs.c
1222 Quasi unnoticeable UI clean-up.
1227 tools/maildir2sylpheed.pl
1228 bug fixes, rewrites, submitted by Matthias Förste
1229 <itsjustme@users.sourceforge.net>
1231 2003-09-29 [paul] 0.9.5claws38
1234 fix my coding carelessness
1236 2003-09-29 [paul] 0.9.5claws37
1241 src/prefs_common.[ch]
1242 src/prefs_fonts.[ch] ** NEW FILES **
1243 move Font config options to Other Prefs/Display/Fonts
1244 (user's current configuration is preserved)
1246 2003-09-29 [paul] 0.9.5claws36
1250 allow 'local_mbox' value to point to either a directory
1251 (/var/mail - default, new) or a file (/var/mail/username
1254 2003-09-28 [paul] 0.9.5claws35
1257 on signature check, where key exists, print the
1260 2003-09-27 [alfons] 0.9.5claws34
1263 o make progress bar not fill/expand when resizing dialog
1264 o use default fixed text font for actions output
1266 2003-09-27 [paul] 0.9.5claws33
1268 * src/prefs_common.[ch]
1271 remove External Program settings from Common Prefs/Send
1272 as they are now unnecessary due to Local account settings.
1273 plus a little tidying-up after 0.9.5claws31
1275 2003-09-27 [paul] 0.9.5claws32
1277 * src/prefs_account.c
1278 o make correction to gui text:
1279 'Local mailbox file' -> 'Local mailbox directory'
1280 o give 'local_mbox' option a reasonable default value:
1282 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
1285 2003-09-26 [paul] 0.9.5claws31
1288 src/prefs_common.[ch]
1289 remove 'Incorporate from spool' common pref,
1290 force creation of a 'Local' account
1292 2003-09-26 [christoph] 0.9.5claws30
1296 add more NULL pointer checks
1298 2003-09-25 [christoph] 0.9.5claws29
1301 o don't fetch source message to get it's message id
1302 o immediately scan dest folder when copying a message did not
1303 return a new message number and not do it when the first message
1304 without a new message number is found
1306 2003-09-23 [christoph] 0.9.5claws28
1309 fix generating of headers
1311 (patch by David Relson <relson@osagesoftware.com>)
1313 2003-09-23 [paul] 0.9.5claws27
1316 update Simplified Chinese translation. submitted by
1319 2003-09-23 [paul] 0.9.5claws26
1323 tools/vcard2xml.py ** NEW FILE **
1324 add a script that converts an evolution vcard to
1325 sylpheed's xml format
1326 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
1328 2003-09-22 [paul] 0.9.5claws25
1330 * src/plugins/clamav/clamav_plugin.c
1331 don't skip MULTIPART parts
1333 2003-09-21 [christoph] 0.9.5claws24
1336 remove unneeded include
1339 clean up copy/move mess with duplicated code
1342 fix problem that sometimes the folder was not scanned
1345 2003-09-21 [christoph] 0.9.5claws23
1348 * src/logwindow.[ch] ** REMOVE **
1350 * src/prefs_common.c
1351 * src/gtk/Makefile.am
1352 * src/gtk/logwindow.[ch] ** ADD **
1353 make logwindow prefs_common independent and move
1356 2003-09-20 [christoph] 0.9.5claws22
1359 add extra space for address code conversion
1360 (4 * unconvered size could be too small for short headers)
1362 2003-09-20 [christoph] 0.9.5claws21
1365 increase temp buffer size when writing headers
1367 2003-09-19 [darko] 0.9.5claws20
1370 don't ignore value of 'Save copy of outgoing messages to
1371 this folder instead of Sent' in message redirect
1373 2003-09-17 [christoph] 0.9.5claws19
1376 use ", " as address seperator for mail headers and pass whole
1377 header line at once to compose_convert_header to make sure
1378 it is correctly folded
1380 (closes Bug 64 Problem when sending to many recipients)
1382 2003-09-17 [hoa] 0.9.5claws18
1385 src/matcher_parser_parse.y
1387 changed the keyword used for command execution in condition
1388 keyword is changed from "execute" to "test"
1389 so that it is not the same as the one used for action.
1390 This will fix a bug when using filtering dialog.
1391 All semantic in the code is also changed to reflect
1396 * sync with 0.9.6 release
1398 2003-09-17 [paul] 0.9.5claws17
1400 * sync with 0.9.5cvs8
1401 see ChangeLog 2003-09-16 and 2003-09-17
1403 2003-09-16 [paul] 0.9.5claws16
1405 * sync with 0.9.5cvs6
1406 see ChangeLog 2003-09-16
1408 2003-09-15 [paul] 0.9.5claws15
1410 * sync with 0.9.5cvs5
1411 see ChangeLog 2003-09-15
1413 2003-09-14 [alfons] 0.9.5claws14
1416 make "Go to inbox after receiving new mail" again;
1417 regression of a sync, restored to sylpheed main
1418 behaviour. (misses still some bits)
1420 2003-09-14 [alfons] 0.9.5claws13
1422 * src/prefs_filtering_action.c
1423 o add proper message if empty execute command line
1424 o don't select first action item after registering a
1425 new action to prevent (what seems to be a GTK) bug
1426 #36, "filtering will only accept one action change
1429 2003-09-14 [alfons] 0.9.5claws12
1431 * src/prefs_filtering.c
1432 * src/prefs_filtering_action.c
1433 * src/prefs_matcher.c
1434 fix function signature for key_pressed_event signal handlers
1436 2003-09-14 [alfons] 0.9.5claws11
1439 fix regression caused by fix for invalid bug #7
1440 (should fix #246, "Multiple selections are deselected when
1441 moving from search window to main window")
1443 2003-09-14 [alfons] 0.9.5claws10
1446 * src/filtering.[ch]
1447 * src/prefs_actions.c
1448 allow `filtering actions` in actions; only for advanced users
1449 right now: try for example, "%as{mark color 2}"
1451 2003-09-13 [paul] 0.9.5claws9
1454 po/zh_CN.po ** NEW FILE **
1455 update Polish translation, submitted by Emil
1456 <eminowbl@posejdon.wpk.p.lodz.pl>
1457 add new Simplified Chinese translation, submitted by
1458 Hansom Young <hansom_young@yahoo.com>
1460 2003-09-12 [alfons] 0.9.5claws8
1463 don't open separate message views when View | Separate message view
1465 (please look carefully for any navigation regressions)
1467 2003-09-11 [alfons] 0.9.5claws7
1470 make default message view, opened by View | Separate message
1471 view, look like a claws message view (which includes a menu
1473 (fixes bug #298, "message view loses tool bar")
1475 2003-09-11 [christoph] 0.9.5claws6
1478 fix double deleting of newsgroup folders
1480 (closes Bug 305 crash after deleting of a newsgroup)
1482 2003-09-11 [paul] 0.9.5claws5
1486 more sync'ing from 0.9.5cvs2
1488 2003-09-11 [christoph] 0.9.5claws4
1492 * src/common/utils.h
1493 fix sync with 0.9.5cvs2
1495 2003-09-11 [paul] 0.9.5claws3
1497 * sync with 0.9.5cvs4
1498 see ChangeLog 2003-09-11
1500 2003-09-11 [paul] 0.9.5claws2
1502 * sync with 0.9.5cvs2
1503 see ChangeLog 2003-09-05
1505 2003-09-11 [paul] 0.9.5claws1
1507 * sync with 0.9.5cvs3
1508 see ChangeLog 2003-09-10
1510 2003-09-10 [paul] 0.9.5claws
1512 * 0.9.5claws released
1514 2003-09-10 [paul] 0.9.4claws78
1519 2003-09-10 [melvin] 0.9.4claws77
1522 Updated French translations
1524 2003-09-10 [paul] 0.9.4claws76
1529 update Spanish, Slovak, and Serbian translations.
1530 submitted by Ricardo Mones Lastra, Andrej Kacian,
1534 add translation team section
1536 2003-09-09 [christoph] 0.9.4claws75
1539 free item->prefs in folder_item_destroy
1541 2003-09-09 [alfons] 0.9.4claws74
1544 o proper check for root node sorting
1545 o remove unnecessary gtk_ctree_remove_node
1547 (should fix bug #300, "crash while moving folder")
1549 2003-09-08 [christoph] 0.9.4claws73
1552 o fix double adding of IMAP FolderItems to GtkCTree
1553 o fix crash then mbox folder is removed
1555 2003-09-08 [christoph] 0.9.4claws72
1560 fix new folder notification
1565 2003-09-08 [christoph] 0.9.4claws71
1568 replace '\n' and '\r' before removing trailing spaces
1572 add information about new or removed items in folder tree change
1573 notification and use this in folderview to add and remove only
1574 the appected items and not refresh the whole tree
1576 2003-09-07 [match] 0.9.4claws70
1585 * src/addrquery.c ** NEW **
1589 * src/stock_pixmap.c
1590 * src/stock_pixmap.h
1591 * src/pixmaps/address_search.xpm ** NEW **
1592 re-introduce Lookup button for LDAP 'static' searches.
1594 2003-09-07 [alfons] 0.9.4claws69
1597 abandon setting usize for messageview because it gives layout problems
1598 with the quick search bar and the headerview; fixes assorted UI glitches:
1600 o bug #148, "Toggling of quick-search bar reduces index view area"
1601 o bug #280, "Window resiizes for line length but does not revert"
1603 2003-09-07 [christoph] 0.9.4claws68
1606 o make sure we don't have any newlines in header values
1607 o check custom headers for spaces and newlines and ignore
1608 malformed header names
1610 2003-09-06 [christoph] 0.9.4claws67
1614 invoke notification hook for folder tree changes after append
1617 (closes Bug 294 Crash while moving folder with many subdirectories)
1619 2003-09-06 [christoph] 0.9.4claws66
1622 destroy folder's MsgCache if FolderItem is removed to make sure
1623 it is not saved when the FolderItem is destroyed
1625 2003-09-06 [christoph] 0.9.4claws65
1627 * src/plugins/clamav/clamav_plugin.c
1628 fix copy & paste bug
1630 2003-09-05 [christoph] 0.9.4claws64
1633 * src/messageview.[ch]
1636 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1637 by MessageView to clear it when the message is deleted. Should
1638 work even if messages are deleted in MainWindow or by
1641 2003-09-05 [alfons] 0.9.4claws63
1644 deleting a message in a message view frees its msginfo, make
1645 messageview_update_all() aware of that (should fix bug #293,
1646 "deleting message caused crash")
1648 2003-09-05 [melvin] 0.9.4claws62
1651 Improve synchronous action exit code (fixes
1652 a ~5 seconds delay after action exit on RedHat 9)
1654 2003-09-04 [christoph] 0.9.4claws61
1658 * src/common/utils.[ch]
1659 add util function to create mime boundary and use it
1660 in compose and gpg code
1662 2003-09-04 [alfons] 0.9.4claws60
1665 source folder item's GNode should already have been freed in
1666 a previous call to src->folder->klass->remove_folder()
1667 (should fix bug #287, "crash when moving folders")
1669 2003-09-03 [thorsten] 0.9.4claws59
1671 * src/plugins/spamassassin/spamassassin_gtk.c
1674 2003-09-03 [christoph] 0.9.4claws58
1676 * src/plugins/spamassassin/spamassassin.[ch]
1677 * src/plugins/spamassassin/spamassassin_gtk.c
1678 add timeout config option
1680 2003-09-03 [paul] 0.9.4claws57
1682 * po/sk.po ** NEW FILE **
1683 add Slovak translation. Submitted by Andrej Kacian
1686 2003-09-03 [paul] 0.9.4claws56
1688 * src/plugins/clamav/clamav_plugin_gtk.c
1689 gui tweaks: replace a label with a tooltip, modify the
1690 text, use gtk_check_button_new(); instead of
1691 gtk_check_button_new_with_label("");
1693 2003-09-02 [alfons] 0.9.4claws55
1696 remember last used dir when attaching multiple files (should fix
1697 bug #290, "Attach File does not remember directory")
1699 2003-09-01 [paul] 0.9.4claws54
1702 updated by Ricardo Mones Lastra
1704 2003-09-01 [alfons] 0.9.4claws53
1706 * src/gtk/gtkaspell.[ch]
1707 be pedantic and strict and use const gchar * instead of guchar *
1709 2003-09-01 [alfons] 0.9.4claws52
1713 re-enable Save As when multiple messages are selected
1715 2003-09-01 [paul] 0.9.4claws51
1718 g_free(trimmed_uri);
1720 2003-09-01 [paul] 0.9.4claws50
1722 * sync with 0.9.4cvs13
1723 see ChangeLog 2003-09-01
1725 2003-09-01 [paul] 0.9.4claws49
1728 trim uri before sending to the statusbar
1729 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1730 in the message window causes main S-C window to enlarge
1733 2003-09-01 [paul] 0.9.4claws48
1735 * sync with 0.9.4cvs12
1736 see ChangeLog 2003-09-01
1738 2003-08-30 [christoph] 0.9.4claws47
1741 * src/folder_item_prefs.[ch]
1742 * src/prefs_folder_item.c
1743 * src/gtk/gtkaspell.[ch]
1744 commit per folder dictionary patch by
1745 Paul Evans <nerd@freeuk.com>
1747 2003-08-30 [christoph] 0.9.4claws46
1749 * src/plugins/spamassassin/spamassassin_gtk.c
1750 * src/plugins/spamassassin/spamassassin_gtk.glade
1751 reduce GUI clutter by placing hints into tooltips
1753 2003-08-30 [paul] 0.9.4claws45
1756 add 'Content-Disposition: inline' to a text/plain
1757 part when using PGP/MIME signing
1759 2003-08-30 [paul] 0.9.4claws44
1761 * src/prefs_common.c
1762 src/prefs_spelling.c
1763 src/prefs_spelling.glade
1764 reduce GUI clutter by placing hints into tooltips
1766 2003-08-29 [christoph] 0.9.4claws43
1769 fix bug found by Ivan Rayner <ivanr@sgi.com>
1771 * src/stock_pixmap.c
1772 change unecessary warning into a debug message
1774 * src/plugins/clamav/Makefile.am
1775 Fix error "-I$(CLAMAV_LIBS)"
1777 2003-08-29 [christoph] 0.9.4claws42
1782 * src/common/Makefile.am
1783 * src/common/passcrypt.c
1784 commit fixes and patches for some of the IRIX problems found by
1785 Ivan Rayner <ivanr@sgi.com>
1787 2003-08-29 [paul] 0.9.4claws41
1789 * src/prefs_filtering.c
1790 add 'Top' and 'Bottom' buttons, based on changes in
1791 src/prefs_filter.c in 0.9.4cvs11.
1793 2003-08-27 [christoph] 0.9.4claws40
1796 fix bug that the current summary settings were copied to the
1797 wrong folder item, when the folder item prefs are opened.
1798 Copying is not required because summary settings and
1799 folder_item_prefs do not contain the same settings
1801 2003-08-27 [thorsten] 0.9.4claws39
1806 2003-08-26 [paul] 0.9.4claws38
1808 * sync with 0.9.4cvs9
1809 see ChangeLog 2003-08-26
1811 2003-08-25 [paul] 0.9.4claws37
1813 * sync with 0.9.4cvs8
1814 see ChangeLog 2003-08-25
1816 2003-08-24 [christoph] 0.9.4claws36
1818 * src/prefs_filtering.c
1819 shouldn't remove items from a GSList while iterating over the
1820 list (makes cur invalid and cur->next not accessable)
1822 (closes Bug 272 i deleted an folder and some seconds later sylpheed
1825 2003-08-23 [christoph] 0.9.4claws35
1828 news folders should be scanned when opened
1830 2003-08-22 [christoph] 0.9.4claws34
1832 * src/prefs_folder_item.c
1833 use macro to assign strings that always frees the old string
1835 * src/gtk/gtkaspell.[ch]
1836 add gtkaspell_set_dictionary_menu_active_item() to set active
1837 item in dictionary option menu
1839 * src/prefs_spelling.c
1840 use gtkaspell_set_dictionary_menu_active_item() to select
1843 2003-08-21 [christoph] 0.9.4claws33
1850 optimize folder system
1852 * src/gtk/gtkstext.c
1853 fix division by zero when font has 0 width for ' '
1855 2003-08-21 [paul] 0.9.4claws32
1857 * sync with 0.9.4cvs7
1858 see ChangeLog 2003-08-20
1860 2003-08-19 [paul] 0.9.4claws31
1863 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1864 SYLDOC_FAQ_HTML_INDEX.
1866 use LC_MESSAGES instead of LC_ALL to find the current
1869 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1871 2003-08-19 [paul] 0.9.4claws30
1874 updated by George Danchev
1876 2003-08-18 [luke] 0.9.4claws29
1878 * src/gtk/gtkvscrollbutton.[ch]
1879 o removed gtk_vscrollbutton_reset() (reasons: reduce
1880 dependencies; do it the GTK way; reduce code -14/+2 lines)
1881 o removed horizontal separator between icons
1883 2003-08-17 [christoph] 0.9.4claws28
1886 no subject threading when the subject has no reply prefix
1888 2003-08-16 [christoph] 0.9.4claws27
1891 remember and restore window sizes and position when the main
1892 window is hidden or shown
1894 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1895 minimised/reopened using trayicon)
1897 2003-08-16 [paul] 0.9.4claws26
1900 add #include "defs.h"
1902 2003-08-16 [paul] 0.9.4claws25
1904 * src/plugins/clamav/clamav_plugin.c
1905 reword a debug_print
1907 * src/plugins/dillo_viewer/dillo_prefs.c
1908 cosmetic: change the labels' text, add tooltips, and
1911 2003-08-15 [christoph] 0.9.4claws24
1914 complete last change (forgot some changes)
1916 2003-08-15 [christoph] 0.9.4claws23
1919 o check number of messages and don't return a 0 message
1920 when no messages are available
1921 o don't parse xref header anymore
1923 (closes Bug 203 I'm not getting any news)
1925 2003-08-15 [paul] 0.9.4claws22
1929 update and define claws bugzilla location
1931 2003-08-15 [paul] 0.9.4claws21
1934 update submitted by Ruslan N. Balkin
1936 2003-08-14 [christoph] 0.9.4claws20
1939 fix search for oldest node in subject threading
1941 2003-08-14 [christoph] 0.9.4claws19
1944 * src/common/utils.h
1945 add possibility to check all nodes with the same subject for
1946 subject threading, not only the oldest node. Should not break
1947 threads anymore if the oldest node is thread_by_subject_max_age
1948 days older then parent, because it can now find a child of
1949 oldest node as new parent.
1951 2003-08-11 [christoph] 0.9.4claws18
1953 * src/plugins/spamassassin/spamassassin.c
1954 run spam check in background process
1956 2003-08-10 [alfons] 0.9.4claws17
1959 make `Select All' sensitive too
1961 2003-08-10 [christoph] 0.9.4claws16
1964 add more checks in imap_close
1966 2003-08-09 [alfons] 0.9.4claws15
1968 * src/prefs_spelling.c
1969 no spell checking UI if not requested
1971 2003-08-09 [alfons] 0.9.4claws14
1973 * src/gtk/prefswindow.c
1976 2003-08-09 [christoph] 0.9.4claws13
1978 * src/prefs_spelling.c
1979 * src/gtk/prefswindow.[ch]
1980 * src/plugins/clamav/clamav_plugin_gtk.c
1981 * src/plugins/spamassassin/spamassassin_gtk.c
1982 sort prefs pages by heighest weight in tree
1984 2003-08-09 [paul] 0.9.4claws12
1986 * sync with 0.9.4cvs6
1987 see ChangeLog 2003-08-07
1990 add Leandro and Luke to claws-branch section
1992 2003-08-09 [christoph] 0.9.4claws11
1994 * src/gtk/Makefile.am
1995 * src/gtk/colorsel.[ch] ** NEW **
1996 create a color selection dialog that can be used as a simple
1997 function call with it's own gtk main loop like filesel.[ch]
2001 * src/prefs_common.c
2002 * src/prefs_spelling.[ch] ** NEW **
2003 * src/prefs_spelling.glade ** NEW **
2004 * src/gtk/gtkutils.[ch]
2005 move "Spell Checker" prefs to new prefs dialog
2007 * src/prefs_folder_item.c
2008 use new colorsel dialog
2010 2003-08-08 [paul] 0.9.4claws10
2013 clear the progress bar unconditionally
2015 2003-08-08 [paul] 0.9.4claws9
2017 * sync with 0.9.4cvs4
2018 see ChangeLog 2003-07-31
2020 2003-08-07 [christoph] 0.9.4claws8
2023 fix bug in image viewer plugin part
2026 don't execute close command if the folder item is not selected
2028 2003-08-07 [hoa] 0.9.4claws7
2030 * src/filtering.[ch]
2031 * src/matcher_parser.h
2032 * src/matcher_parser_parse.y
2033 can define several actions for each filtering rule
2034 can import old versions of filtering rules
2036 * src/prefs_filtering.c
2037 call to a new dialog box to define actions
2039 * src/prefs_filtering_action.[ch]
2040 dialog box to define actions for filtering rules
2042 2003-08-06 [christoph] 0.9.4claws6
2045 make sure source folder is selected when copying messages
2047 2003-08-06 [christoph] 0.9.4claws5
2049 * sync with 0.9.4cvs2
2050 see ChangeLog 2003-07-29
2052 2003-08-05 [paul] 0.9.4claws4
2054 * sync with 0.9.4cvs3
2055 see ChangeLog 2003-07-30
2057 2003-08-04 [match] 0.9.4claws3
2060 export of LDIF files.
2062 2003-08-04 [match] 0.9.4claws2
2065 support for export LDIF. documented.
2066 * src/importldif.[ch]
2067 * src/exportldif.[ch]
2068 add tooltips. documented.
2069 * src/exphtmldlg.[ch]
2070 * src/common/xmlprops.[ch]
2072 * src/exportldif.[ch] ** NEW **
2073 * src/expldifdlg.[ch] ** NEW **
2074 * src/addressbook.[ch]
2076 export of LDIF files.
2079 2003-08-04 [christoph] 0.9.4claws1
2084 * sylpheed-claws.pc.in ** NEW **
2086 * src/common/Makefile.am
2087 * src/gtk/Makefile.am
2088 install sylpheed header files in $(pkgincludedir) and create a
2089 pkg-config file to allow building a plugin without the source
2092 2003-08-04 [paul] 0.9.4claws
2094 * version 0.9.4claws
2096 2003-08-04 [paul] 0.9.3claws97
2099 update Spanish translation. Submitted by Ricardo
2102 2003-08-03 [paul] 0.9.3claws96
2106 update Croatian and Serbian translations. Submitted by
2107 Dragan and Urke MMI respectively
2109 2003-08-03 [alfons] 0.9.3claws95
2112 mark flag has precedence over important flag - seems
2113 to have been changed in sync of 0.9.3claws45. this fixes
2114 a regression where messages that were scored as important
2115 don't show their mark flags. (using the same column for
2116 both importance as mark flags is the real problem
2119 2003-08-03 [melvin] 0.9.3claws94
2122 Updated French translations.
2124 2003-08-03 [melvin] 0.9.3claws93
2127 Fixed typo introduced after 0.9.3claws92
2128 that prevented compilation
2129 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2130 CPPFLAGS and YFLAGS to allow user setting these.
2131 * src/common/Makefile.am
2132 * src/gtk/Makefile.am
2133 * src/plugins/clamav/Makefile.am
2134 * src/plugins/demo/Makefile.am
2135 * src/plugins/dillo_viewer/Makefile.am
2136 * src/plugins/image_viewer/Makefile.am
2137 * src/plugins/mathml_viewer/Makefile.am
2138 * src/plugins/spamassassin/Makefile.am
2139 * src/plugins/trayicon/Makefile.am
2140 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2141 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2142 CPPFLAGS and YFLAGS to allow user setting these.
2144 2003-08-02 [christoph] 0.9.3claws92
2147 o rearrange plugin tests
2148 o add test for clamav.h to ClamAV tests
2150 2003-08-02 [luke] 0.9.3claws91
2153 o fixed appearance of icon list when toggling back from the
2155 o toggling of icons using the keyboard works correctly
2156 o fixed all other keyboard shortcuts to work when icons are
2160 o fixed bug 4 - focus lost when changing messageview view type
2162 2003-08-02 [christoph] 0.9.3claws90
2164 * src/common/hooks.c
2165 fix crash when pointer stored in hash table could get invalid
2166 when a plugin is unloaded
2168 2003-08-01 [christoph] 0.9.3claws89
2171 o try to build all plugins (except spamassassin) by default
2172 o don't build a plugin if a dependency check fails
2174 * src/common/hooks.c
2177 2003-08-01 [match] 0.9.3claws88
2180 allow single click field selection. document code.
2182 2003-08-01 [christoph] 0.9.3claws87
2184 * src/plugins/clamav/clamav_plugin.c
2185 * src/plugins/clamav/clamav_plugin_gtk.c
2186 * src/plugins/dillo_viewer/dillo_viewer.c
2187 * src/plugins/image_viewer/plugin.c
2188 * src/plugins/mathml_viewer/mathml_viewer.c
2189 * src/plugins/spamassassin/spamassassin.c
2190 * src/plugins/spamassassin/spamassassin_gtk.c
2191 * src/plugins/trayicon/trayicon.c
2192 add version check to all plugins
2194 2003-08-01 [hoa] 0.9.3claws86
2196 * src/prefs_filtering.c
2197 fixed a cosmetic bug, during creation of dialog box,
2198 wrong widgets were shown after creation.
2200 2003-08-01 [luke] 0.9.3claws85
2203 o fixed visibility of icons/mimeview after toggling separate
2204 message/folder view (factored out some similar code too).
2207 2003-07-31 [alfons] 0.9.3claws84
2210 tweak icon box UI a bit more, now allowing right-clicks actions
2211 getting the relevant mime data too; should fix #250, "Can't save
2212 attachments sometimes".
2214 2003-07-30 [alfons] 0.9.3claws83
2217 don't do auto-save-draft inside key press handler, but rather
2218 schedule it half of a second later; should fix #67, "autosave
2219 make re-rediting message crazy"
2221 2003-07-30 [christoph] 0.9.3claws82
2223 * src/plugins/trayicon/trayicon.c
2224 process pending events before unloading the plugin
2226 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
2228 2003-07-30 [alfons] 0.9.3claws81
2230 * src/common/hooks.c
2231 parameter 2 of g_hook_destroy() should really be a hook id
2233 2003-07-30 [alfons] 0.9.3claws80
2235 * src/common/plugin.c
2236 fix a possibly harmful function signature mismatch
2239 2003-07-30 [alfons] 0.9.3claws79
2241 * src/common/hooks[.ch]
2244 2003-07-30 [darko] 0.9.3claws78
2247 make it compile again
2249 2003-07-30 [luke] 0.9.3claws77
2253 o added/moved signal handlers for SIGTERM (normal kill command)
2254 and SIGINT (ctl-c) to be used even without
2255 --enable-crash-dialog, fixing bug 166
2258 o rewrote menu sensitivity code as per mainwindow.c, fixing
2262 o changed sensitivity condition for 'Next new' and 'Next
2263 unread', fixing bug 8
2265 2003-07-29 [alfons] 0.9.3claws76
2267 * src/common/utils.[ch]
2268 add generate_msgid()
2270 save ack'ed RRR; fixes #205, "return receipt is not saved in
2273 2003-07-29 [alfons] 0.9.3claws75
2276 fix a memleak (claws-only)
2278 2003-07-29 [alfons] 0.9.3claws74
2281 * src/gtk/gtkvscrollbutton.[ch]
2282 fix UI glitch where mime icon toolbox' scroll position is not
2283 reset after switching to another message
2286 2003-07-29 [paul] 0.9.3claws73
2288 * src/prefs_folder_item.c
2289 split the prefs into 2 separate pages
2291 2003-07-29 [paul] 0.9.3claws72
2294 prepend "\n\n" to a signature without a separator too
2296 2003-07-29 [paul] 0.9.3claws71
2299 fix bug where changing to an account without an auto-sig
2300 from an initial account without an auto-sig would insert
2301 2 blank lines at the cursor point
2302 fix bug where changing to an account with an auto-sig
2303 from an initial account without an auto-sig would insert
2304 the sig at the cursor point
2306 2003-07-29 [paul] 0.9.3claws70
2309 use the colour from the folder pref unless the folder
2312 2003-07-29 [alfons] 0.9.3claws69
2317 rewrite return receipt request work a little bit (the former
2318 implementation presumably depended too much on the UI setting
2319 flags). (we're losing the old pending flag.)
2321 2003-07-28 [christoph] 0.9.3claws68
2327 fix copy to IMAP folder from other folder
2329 2003-07-28 [christoph] 0.9.3claws67
2332 fix sync of procmsg_get_message_file_list
2334 2003-07-28 [christoph] 0.9.3claws66
2336 * sync with 0.9.3cvs14
2337 see ChangeLog 2003-07-18
2338 * sync with 0.9.3cvs17
2339 see ChangeLog 2003-07-23
2341 (closes Bug 234 segmentation fault after sending out mail via
2344 2003-07-28 [paul] 0.9.3claws65
2347 update Spanish translation, submitted by Ricardo Mones
2350 2003-07-28 [christoph] 0.9.3claws64
2355 return new message numbers as a GRelation instead of a GSList
2356 that has to be in the same order as the input list. A list
2357 would make it hard for IMAP to optimize oepration by sorting
2358 the input list. The returned list would have to be reordered
2359 to match the same order that input list has.
2361 * src/gtk/gtkaspell.c
2362 fix missing return value, could cause a crash when garbage is
2363 on the stack that is used as the expected return value
2365 2003-07-28 [paul] 0.9.3claws63
2367 * sync with 0.9.4cvs1
2368 see ChangeLog 2003-07-28
2370 2003-07-27 [alfons] 0.9.3claws62
2373 tweak it more to make icon list act like a check button group
2375 2003-07-27 [christoph] 0.9.3claws61
2377 * sync with 0.9.3cvs20
2378 see ChangeLog 2003-07-25
2380 2003-07-27 [paul] 0.9.3claws60
2383 re-commit changes from 0.9.3claws58 -
2384 accidently removed in 0.9.3claws59
2386 2003-07-27 [paul] 0.9.3claws59
2389 a sync from 0.9.3cvs17
2390 see ChangeLog 2003-07-23
2392 2003-07-27 [alfons] 0.9.3claws58
2395 add missing header members to MsgInfo; fixes the problem of
2396 not displaying X-Faces, as noticed by Ricardo Mones
2398 2003-07-26 [christoph] 0.9.3claws57
2400 * sync with 0.9.3cvs18
2401 see ChangeLog 2003-07-24
2403 2003-07-26 [christoph] 0.9.3claws56
2405 * sync with 0.9.3cvs17
2406 see ChangeLog 2003-07-23
2408 2003-07-26 [christoph] 0.9.3claws55
2415 add support for copy function that copy multiple messages
2416 (not implemented yet)
2419 add missing return value
2421 2003-07-26 [paul] 0.9.3claws54
2423 * tools/multiwebsearch.pl
2424 do whitespace substitution before passing the string
2425 to the browser. fixes bug with browsers that don't
2426 do whitespace conversion themselves.
2428 2003-07-25 [christoph] 0.9.3claws53
2433 rewrite adding of multiple messages to a folder for
2434 claws' folder system
2436 2003-07-25 [luke] 0.9.3claws52
2439 o icon toggles set correctly on leaving ctree mimeview
2441 2003-07-25 [paul] 0.9.3claws51
2443 * partial sync with 0.9.3cvs21 [src/main.c]
2444 see ChangeLog 2003-07-25
2446 2003-07-24 [paul] 0.9.3claws50
2448 * tools/maildir2sylpheed.pl
2451 2003-07-24 [paul] 0.9.3claws49
2454 increase the gutter size of paned so that the panes
2457 * src/plugins/demo/demo.c
2458 squeeze in another typo fix
2460 2003-07-24 [paul] 0.9.3claws48
2462 * src/plugins/demo/demo.c
2464 small changes to the English
2466 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
2467 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
2470 rename the misspelled icon
2472 2003-07-23 [alfons] 0.9.3claws47
2475 make icon list look like a list of toggles
2477 2003-07-23 [luke] 0.9.3claws46
2479 * src/pixmaps/mimeview_gpg_expired.xpm
2480 * src/pixmaps/mimeview_gpg_failed.xpm
2481 * src/pixmaps/mimeview_gpg_passed.xpm
2482 * src/pixmaps/mimeview_text_html.xpm
2483 * src/pixmaps/mimeview_image.xpm
2484 o all icons the same size
2487 o mimeview ctree arranged vertically above the viewer
2488 o icons changed to buttons
2489 o can use keyboard to select an icon (Enter)
2490 o resize icon list to width of icons
2492 * src/gtk/gtkvscrollbutton.c
2493 o sensitivity of buttons reacts to position
2495 2003-07-23 [christoph] 0.9.3claws45
2497 * sync with 0.9.3cvs14 (incomplete)
2498 see ChangeLog 2003-07-17
2500 2003-07-23 [alfons] 0.9.3claws44
2504 sync with my local tree to restore some claws-only things
2506 2003-07-23 [paul] 0.9.3claws43
2508 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
2509 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
2514 src/stock_pixmap.[ch]
2515 indicate missing keys and expired sigs/keys
2518 2003-07-23 [paul] 0.9.3claws42
2521 Redirect fixes: enable automatic account selection and
2522 do not append signature to message on changing account
2525 2003-07-23 [paul] 0.9.3claws41
2527 * sync with 0.9.3cvs16
2528 see ChangeLog 2003-07-23
2530 2003-07-23 [alfons] 0.9.3claws40
2533 give progress dialog a main window, and give it the first
2534 one (presumably the only one). fixes bug #247, "segfault on
2537 2003-07-22 [alfons] 0.9.3claws39
2540 shift-space scrolls up
2542 2003-07-22 [paul] 0.9.3claws38
2544 * sync with 0.9.3cvs15
2545 see ChangeLog 2003-07-22
2547 2003-07-20 [alfons] 0.9.3claws37
2550 put menu inside #ifdef USE_ASPELL..#endif
2552 2003-07-20 [christoph] 0.9.3claws36
2555 fix wrong flags in MsgInfo returned by
2556 procmsg_msginfo_get_full_info()
2558 (closes Bug 221 Deleting messages from the Message View gives incorrect
2559 new/unread message counts in the folder view)
2561 * src/plugins/spamassassin/spamassassin_gtk.c
2562 add gettext macro for prefs page title
2564 2003-07-20 [paul] 0.9.3claws35
2567 redraw icon list on signature check
2569 2003-07-20 [christoph] 0.9.3claws34
2574 * src/folder_item_prefs.[ch] ** NEW **
2579 * src/prefs_scoring.c
2581 * src/prefs_folder_item.[ch]
2582 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2584 o use prefswindow for folder properties
2586 * src/gtk/prefswindow.[ch]
2587 change implementation to use an invisible notebook instead
2588 of unparenting widgets
2590 2003-07-20 [christoph] 0.9.3claws33
2596 * src/prefs_filtering.h
2597 * src/prefs_folder_item.[ch]
2601 clean up header mess
2602 (always use 1. typedefs, 2. #includes, 3. structures)
2604 * src/common/version.h.in
2605 add casts for constants
2607 * src/plugins/demo/demo.c
2610 * src/plugins/spamassassin/spamassassin.c
2611 remove unused variable
2613 2003-07-20 [alfons] 0.9.3claws32
2616 o make icon buttons respond on left click
2617 o minor cosmetic change
2619 2003-07-19 [luke] 0.9.3claws31
2622 * src/gtk/gtkvscrollbutton.c
2624 o improved mimeview behaviour when selecting a new message
2625 o plus code cleanups to remove compile warnings
2628 2003-07-19 [alfons] 0.9.3claws30
2632 * src/common/utils.[ch]
2633 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2635 2003-07-19 [alfons] 0.9.3claws29
2637 * src/prefs_folder_item.c
2638 reinit "legacy" tmp_prefs, so we don't free nor use invalid
2641 2003-07-19 [luke] 0.9.3claws28
2647 * src/stock_pixmap.[ch]
2648 * src/gtk/Makefile.am
2650 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
2651 * src/pixmaps/mime_*.xpm ** NEW **
2652 o mimeview rearrangement with a new icon shortcut bar
2654 2003-07-19 [alfons] 0.9.3claws27
2657 o plug leaking nodes_to_recollapse
2658 o add folderview_recollapse_all_nodes() (not used yet)
2660 2003-07-19 [alfons] 0.9.3claws26
2663 * src/common/utils.c
2664 honour #240 "Better SUBJECT handling" by cleaning the prefix
2665 for both forwarding as replying
2667 2003-07-18 [christoph] 0.9.3claws25
2670 * src/common/sylpheed.[ch]
2671 * src/common/version.h.in
2672 add version in numeric form to allow easy comparison
2674 * src/plugins/demo/demo.c
2676 - sylpheed version > plugin version => never allowed, sylpheed
2677 could contain unknown API changes
2678 - sylpheed version < minimum version required => don't load,
2679 API required not available (if linking does not fail)
2681 2003-07-18 [alfons] 0.9.3claws24
2683 * src/common/plugin.[ch]
2686 2003-07-18 [christoph] 0.9.3claws23
2688 * src/common/hooks.c
2689 fix crash when hooks where unregisted
2691 * src/plugins/trayicon/trayicon.c
2692 unregister detroy signal before destroying the widget
2693 (still crashes when the plugin is unloaded)
2695 2003-07-18 [alfons] 0.9.3claws22
2698 delay expanding folder tree during drags until timeout triggered
2699 (needs perhaps some tweaking, so testing is welcome)
2701 2003-07-17 [alfons] 0.9.3claws21
2706 2003-07-17 [christoph] 0.9.3claws20
2708 * src/common/session.c
2709 fix opening of SSL connections
2711 * src/plugins/image_viewer/Makefile.am
2712 add OPENSSL_CFLAGS (we should find a better solution to remove
2713 this dependencies if they are not required)
2715 * src/plugins/spamassassin/spamassassin.c
2716 remove setlocale workaround (fixed in libspamc)
2718 (closes Bug Bug 184 Entering non-ascii character deletes previous char
2719 if spell checking enabled)
2721 2003-07-17 [alfons] 0.9.3claws19
2723 * src/common/hooks.[ch]
2724 * src/plugins/clamav/clamav_plugin.c
2725 * src/plugins/spamassassin/spamassassin.c
2726 * src/plugins/trayicon/trayicon.c
2729 2003-07-17 [alfons] 0.9.3claws18
2734 2003-07-17 [alfons] 0.9.3claws17
2739 2003-07-17 [paul] 0.9.3claws16
2744 add link to the Claws site's FAQ page, after the suggestion
2745 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2746 Move url strings to defs.h
2749 fix typo to prevent "unknown menu entry" warnings
2751 2003-07-17 [alfons] 0.9.3claws15
2753 * src/folderview.[ch]
2754 * src/summaryview.[ch]
2758 2003-07-17 [paul] 0.9.3claws14
2761 remove two instances of 'GTK_EVENTS_FLUSH' because
2762 they are unnecessary and probably cause a stack overflow
2764 2003-07-16 [christoph] 0.9.3claws13
2767 use an invisible GTK notebook to switch between viewers
2768 instead of reparenting widgets
2770 2003-07-16 [christoph] 0.9.3claws12
2773 move folder_item_update_freeze() to correct place in
2774 folder_item_scan_full()
2776 2003-07-16 [paul] 0.9.3claws11
2778 * sync with 0.9.3cvs12
2779 see ChangeLog 2003-07-14 and 2003-07-15
2781 2003-07-16 [christoph] 0.9.3claws10
2784 * src/prefs_account.[ch]
2785 sync IMAP CRAM-MD5 authentication with sylpheed-main
2787 2003-07-15 [alfons] 0.9.3claws9
2790 make --config-dir do something useful
2792 2003-07-15 [alfons] 0.9.3claws8
2795 o fix a bug where 'last' didn't really point to the last message
2796 in the top level list of children, but to the last threaded
2799 o clean up and make it easier to sync
2801 2003-07-15 [alfons] 0.9.3claws7
2804 make correct menu items sensitive
2806 2003-07-14 [alfons] 0.9.3claws6
2809 tune the threader so it will not subject-thread any message
2810 without a subject prefix (this will not thread correctly if
2811 a parent is delivered after their childs, but it looks
2814 2003-07-13 [christoph] 0.9.3claws5
2817 group "Add mailbox *..." menu items in submenu
2819 2003-07-13 [alfons] 0.9.3claws4
2822 correct summary_toggle_pressed() signature and make sure
2823 signal is not passed on
2825 2003-07-13 [alfons] 0.9.3claws3
2828 o for now don't pass on keys when they we're handled by
2829 ctree::key_press_event
2832 2003-07-13 [alfons] 0.9.3claws2
2835 add command line option "--config-dir" to get the current
2838 2003-07-12 [alfons] 0.9.3claws1
2841 * src/matcher_parser_parse.y
2842 * src/prefs_filtering.c
2844 add "Lock" filter action to lock messages;
2847 remove debug_print()
2848 * src/prefs_filtering.c
2849 re-organize matcher part 9:
2850 make action text entries easily extendible;
2851 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2852 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2857 update old information and add missing
2860 2003-07-12 [paul] 0.9.3claws
2862 * 0.9.3claws released
2864 2003-07-12 [paul] 0.9.0claws103
2869 2003-07-12 [melvin] 0.9.0claws102
2872 Fixed bug #215: Show MIME tab for single text/html messages.
2874 2003-07-12 [paul] 0.9.0claws101
2879 2003-07-12 [paul] 0.9.0claws100
2885 update Spanish, Croatian, Polish, Serbian translations.
2886 submitted by Ricardo Mones Lastra, Dragan, Witold
2887 Wladyslaw Wojciech Wilk, Urke MMI
2889 2003-07-12 [melvin] 0.9.0claws99
2892 Updated French translations.
2894 2003-07-12 [paul] 0.9.0claws98
2897 disable 'Lookup' button as it has no effect
2899 2003-07-11 [alfons] 0.9.0claws97
2902 summary_searchbar_pressed() should return TRUE to signal that
2903 event was handled. when returning void, the return value passed
2904 to GTK is actually random, but maybe FALSE, in which case the
2905 event is handled by parent
2907 2003-07-10 [paul] 0.9.0claws96
2909 * ac/missing/gettext.m4
2910 update to version 0.12
2912 2003-07-10 [paul] 0.9.0claws95
2914 * src/plugins/clamav/clamav_plugin.c
2915 fix bug where multipart/alternative messages
2916 would slip through without being scanned
2918 2003-07-10 [christoph] 0.9.0claws94
2921 correct check if folder supports removing when a message is
2922 moved. if not the message is only copied.
2924 (closes Bug 132 crash on startup in newsgroups folders)
2926 2003-07-09 [alfons] 0.9.0claws93
2930 --with-config-dir (default .sylpheed)
2932 2003-07-09 [christoph] 0.9.0claws92
2935 use PKG_CHECK_MODULES to check for gtkmathview
2936 (version 0.4.2 now required)
2938 2003-07-08 [melvin] 0.9.0claws91
2941 Implemented a progress bar that counts the number of completed
2942 tasks when the action runs more than one command.
2944 2003-07-08 [alfons] 0.9.0claws90
2947 if queued message has an invalid Message-Id, don't try to
2948 find message it refers to (fixes #209 "crash when processing
2951 2003-07-08 [paul] 0.9.0claws89
2953 * sync with 0.9.3cvs2
2954 see ChangeLog 2003-07-08
2956 2003-07-08 [match] 0.9.0claws88
2959 extend LDAP search for first/last name by parsing search term.
2961 2003-07-08 [alfons] 0.9.0claws87
2963 * src/send_message.c
2964 fix bug #208 "Status message stuck when sending on POP3 account"
2966 2003-07-07 [paul] 0.9.0claws86
2969 new Croatian translation, submitted by
2970 Dragan <drleskov@inet.hr>
2972 2003-07-07 [paul] 0.9.0claws85
2974 * sync with 0.9.3cvs1
2975 see ChangeLog 2003-07-07
2977 2003-07-05 [christoph] 0.9.0claws84
2982 * src/stock_pixmap.[ch]
2983 * src/pixmaps/messageview_text.xpm ** NEW **
2984 move mimeview tabs to the right side and use icons
2985 instead of text to save some space
2987 (patch by Luke Plant <lukeplant@softhome.net>)
2989 2003-07-05 [christoph] 0.9.0claws83
2992 add NULL pointer checks
2994 (patch by Luke Plant <lukeplant@softhome.net>)
2995 (closes Bug 204 0.9.0 quits on authentication error?!)
2997 2003-07-05 [alfons] 0.9.0claws82
3000 take the clue in bug #202 "./configure script -
3001 'if test' comparison failure" reported by John Kristoff.
3003 2003-07-04 [christoph] 0.9.0claws81
3005 * src/plugins/spamassassin/spamassassin.c
3006 set timeout for spam check
3008 2003-07-04 [christoph] 0.9.0claws80
3011 destroy all FolderItems when shutting down to
3012 allow folders to clean up
3014 2003-07-04 [melvin] 0.9.0claws79
3016 * src/gtk/gtkaspell.c
3017 Fixed bug #184 "Entering non-ascii character deletes
3018 previous char if spell checking enabled": this makes
3019 the spell checking in multibytes (e.g. UTF-8)locales work.
3020 (Patch by Luke Plant).
3022 2003-07-04 [christoph] 0.9.0claws78
3024 * sync with 0.9.2cvs1
3025 see ChangeLog 2003-06-10
3027 2003-07-04 [paul] 0.9.0claws77
3029 * sync with 0.9.3 release
3030 see ChangeLog 2003-07-04
3032 2003-07-03 [christoph] 0.9.0claws76
3039 move folder_item_get_path() stuff into a folder virtual function
3042 use folder_item_fetch_msg() to get message and do not contruct
3043 the filename from path and number
3045 2003-07-03 [paul] 0.9.0claws75
3047 * sync with 0.9.2cvs12
3048 see ChangeLog 2003-07-03
3050 2003-07-02 [paul] 0.9.0claws74
3053 fix text-selection for replying
3055 2003-07-02 [paul] 0.9.0claws73
3057 * sync with 0.9.2cvs11
3058 see ChangeLog 2003-07-02
3060 2003-07-02 [paul] 0.9.0claws72
3063 revert last commit because it breaks more
3066 2003-07-02 [paul] 0.9.0claws71
3069 fix thread by subject/sort by date
3071 2003-07-01 [paul] 0.9.0claws70
3073 * sync with 0.9.2cvs10
3074 see ChangeLog 2003-07-01
3076 2003-06-30 [paul] 0.9.0claws69
3078 * sync with 0.9.2cvs9
3079 see ChangeLog 2003-06-30
3081 2003-06-28 [match] 0.9.0claws68
3086 2003-06-27 [paul] 0.9.0claws67
3088 * sync with 0.9.2cvs7
3089 see ChangeLog 2003-06-27
3091 2003-06-26 [christoph] 0.9.0claws66
3094 freeze folder updates while a folder is scanned
3096 (closes Bug 185 New message counter)
3098 2003-06-26 [darko] 0.9.0claws65
3101 fix infinite loop when adding a new LDAP server
3103 2003-06-26 [paul] 0.9.0claws64
3105 * sync with 0.9.2cvs6
3106 see ChangeLog 2003-06-26
3108 2003-06-26 [paul] 0.9.0claws63
3110 * sync with 0.9.2cvs5
3111 see ChangeLog 2003-06-25 and 2003-06-26
3113 2003-06-25 [match] 0.9.0claws62
3116 Fixed tab/backtab for dropped-down completion list to
3117 move next/previous field. (close bug 147)
3119 2003-06-25 [christoph] 0.9.0claws61
3121 * src/addr_compl.[ch]
3122 * src/addrindex.[ch]
3130 2003-06-25 [leandro] 0.9.0claws60
3134 o gray out "Message/Remove references" menu item if not
3135 replying to a message
3137 2003-06-24 [leandro] 0.9.0claws59
3140 o removed "Message/Create new thread" menu item
3141 o added "Message/Remove references" menu item
3142 (it's off by default and will not check anymore
3143 if the subject changed)
3145 2003-06-23 [alfons] 0.9.0claws58
3148 try better grouping messages threaded by subject based on their age.
3149 still not perfect - because the message tree is not sorted by date.
3151 2003-06-23 [thorsten] 0.9.0claws57
3154 added mail_receive_hook to allow modifications
3155 directly after retrieval (e.g. adding headers).
3157 2003-06-23 [paul] 0.9.0claws56
3159 * src/sourcewindow.c
3160 enable the use of Ctrl+A to select all text in
3162 Patch submitted by Ivan Francolin Martinez
3163 <ivanfm@users.sourceforge.net>
3165 2003-06-22 [christoph] 0.9.0claws55
3168 o add notification hook for folder tree changes
3169 o invoke hooks after folder tree scanning
3171 * src/folderview.[ch]
3172 register hook for folder tree changes that
3175 (there are more places that should be updated, like add, remove
3178 (closes Bug 164 Crash on rebuild folder tree)
3179 (closes Bug 190 Crash on 'rebuilding folder tree')
3181 2003-06-21 [leandro] 0.9.0claws54
3184 create a new thread if subject changes
3185 (it's on by default, can be disabled in Message menu)
3187 2003-06-21 [alfons] 0.9.0claws53
3190 quiet little compiler
3192 2003-06-21 [christoph] 0.9.0claws52
3194 update gettext stuff to version 0.12
3196 2003-06-19 [alfons] 0.9.0claws51
3199 * src/common/plugin.c
3200 move defs.h before glib.h to prevent MIN/MAX redefs
3207 2003-06-19 [match] 0.9.0claws50
3209 * src/addressbook.[ch]
3210 * src/addrindex.[ch]
3211 * src/addr_compl.[ch]
3213 * src/editldap_basedn.[ch]
3216 re-implemented dynamic LDAP search. works without
3217 slowdown on display sender with addressbook
3222 2003-06-19 [paul] 0.9.0claws49
3225 fix Bug #136 'Nonprovided quotation marks crash claws'
3226 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
3228 2003-06-19 [alfons] 0.9.0claws48
3230 * src/prefs_common.[ch]
3232 restrict threading by subject by checking thread for
3233 age (prefs_common.thread_by_subject_max_age)
3235 2003-06-18 [christoph] 0.9.0claws47
3238 fix memory leak in imap_cmd_fetch()
3240 2003-06-18 [christoph] 0.9.0claws46
3243 fix memory leak in prefs_set_default() when used multiple
3244 times or after prefs have been read
3246 2003-06-18 [christoph] 0.9.0claws45
3248 * src/common/plugin.c
3249 fix memory leak in plugin_unload()
3251 2003-06-18 [christoph] 0.9.0claws44
3254 fix memory leak in imap_cmd_ok()
3256 2003-06-18 [christoph] 0.9.0claws43
3259 stop messages that are downloaded from POP3 and added to
3260 an IMAP inbox from being filtered twice (first by POP3
3261 and again when IMAP folder is scaned to get the UID of
3262 the APPEND operation when no UIDPLUS is available)
3271 * tools/launch_phoenix ** REMOVED **
3272 tools/launch_firebird ** NEW **
3273 renamed and edited to reflect the browser's name change from
3274 'phoenix' to 'firebird'
3276 2003-06-18 [paul] 0.9.0claws42
3278 * sync with 0.9.2cvs2
3279 see ChangeLog 2003-06-16
3281 2003-06-17 [alfons] 0.9.0claws41
3284 prevent threading problems when a node is an ancestor (parent / great parent),
3285 which mostly happens with circular references (thanks to Phillipe Gramoullé
3286 for finding an sample set of messages)
3288 2003-06-16 [christoph] 0.9.0claws40
3291 don't popup main window on --receive or --receive-all
3293 * src/mainwindow.[ch]
3294 * src/plugins/trayicon/trayicon.c
3295 allow hiding of main window by clicking on the trayicon
3296 (doesn't work correctly in seperate window mode and may
3297 cause unexpected GTK problems I couldn't find yet)
3300 remove incorrect warning
3302 2003-06-15 [alfons] 0.9.0claws39
3304 * src/gtk/gtkstext.c
3305 don't output debug text;
3306 #ifdef out print_line() if not debugging (thanks to Martin Wicke
3307 for pointing this out);
3309 2003-06-14 [alfons] 0.9.0claws38
3312 remove printf() and make one if..else comply with coding style
3314 2003-06-14 [alfons] 0.9.0claws37
3319 * src/messageview.[ch]
3321 apply patch #754162 "Quoting messages filtered by actions" submitted
3322 by Martin Wicke, which allows quoting message body changed by an
3325 2003-06-13 [alfons] 0.9.0claws36
3328 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
3329 use case insensitive regexp (suggested by Ivan Martinez)
3331 2003-06-13 [christoph] 0.9.0claws35
3334 * src/plugins/trayicon/Makefile.am
3335 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
3336 * src/plugins/trayicon/trayicon.c
3337 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
3338 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
3339 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
3340 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
3341 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
3342 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
3343 replace my own EggTrayIcon backport with the backport
3344 used by (l|x)mule and gabber.
3346 2003-06-13 [alfons] 0.9.0claws34
3349 * src/common/utils.c
3350 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
3352 2003-06-13 [alfons] 0.9.0claws33
3355 clean up a little bit
3357 2003-06-12 [alfons] 0.9.0claws32
3360 const correctness fix
3362 * src/common/sylpheed.[ch]
3364 prevent redef MIN/MAX
3366 * src/common/utils.[ch]
3369 2003-06-12 [melvin] 0.9.0claws31
3372 Updated to take into accounts changes in GtkAspell.
3374 2003-06-12 [alfons] 0.9.0claws30
3378 * src/common/utils.[ch]
3379 handle reply subject prefixes better (initial
3380 suggestion by Robert Story adapted and enhanced
3383 2003-06-12 [melvin] 0.9.0claws29
3386 Use new gtkaspell_checkers_strerror() to get the speller's
3387 error message instead of accessing the (now private)
3392 Use #ifdef instead of #if for USE_ASPELL
3393 Use the new spell checkers init/quit functions
3395 * src/gtk/gtkaspell.c
3396 Use #ifdef instead of #if for USE_ASPELL
3397 Moved in the majority of GtkAspell structures that were
3398 exported before by gtkaspell.h
3400 * src/gtk/gktaspell.h
3401 Made gtkaspell.h contain only the necessary data to be
3402 publicized by moving many structures to gtkaspell.c.
3403 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
3404 gtkaspell_checkers_new(): replaced by...
3405 gtkaspell_checkers_init(): new function for initialization
3406 gtkaspell_checkers_delete(): replaced by...
3407 gtkaspell_checkers_quit(): new function
3408 gtkaspell_checkers_strerror(): new function that returns
3409 the checker's last error message.
3411 2003-06-11 [melvin] 0.9.0claws28
3414 Updated to take into account gtkaspell.c migration to
3415 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
3417 2003-06-10 [alfons] 0.9.0claws27
3419 * src/filtering.[ch]
3423 - try fixing bug #18 (any brave testers?)
3424 - add more robustness by refusing previously
3425 unchecked NULL pointers
3427 2003-06-10 [alfons] 0.9.0claws26
3430 fix bug #176 by don't checking MsgInfos with a NULL msgid
3432 2003-06-09 [alfons] 0.9.0claws25
3434 * src/prefs_common.c
3435 fix bug #163 "Icon switching doesnt work properly" by
3436 preventing early freeing of prefs_common.pixmap_theme_path.
3438 2003-06-09 [christoph] 0.9.0claws24
3440 * src/gtk/gtkaspell.c
3441 revert Thorsten's fix and add forgotten g_strdup for
3442 aspell path (it should not be possible to alter the path a
3443 GtkASpell uses from outside)
3445 2003-06-09 [thorsten] 0.9.0claws23
3447 * src/gtk/gtkaspell.c
3448 dont free prefs_common.aspell_path when closing compose
3450 2003-06-08 [colin] 0.9.0claws22
3452 * src/plugins/spamassassin/spamassassin.c
3455 2003-06-07 [christoph] 0.9.0claws21
3459 * src/gtkaspell.[ch] ** REMOVE **
3460 * src/gtk/Makefile.am
3461 * src/gtk/gtkaspell.[ch] ** NEW **
3462 o make gtkaspell independent from sylpheed's prefs
3463 o move gtkaspell.[ch] to gtk directory
3465 2003-06-07 [christoph] 0.9.0claws20
3470 * src/filesel.[ch] ** REMOVE **
3473 * src/common/sylpheed.[ch]
3474 * src/gtk/Makefile.am
3475 * src/gtk/filesel.[ch] ** NEW **
3476 * src/gtk/pluginwindow.c
3477 * src/gtk/sslcertwindow.c
3478 move filesel.[ch] to gtk directory
3480 2003-06-07 [alfons] 0.9.0claws19
3483 make (multi) file selection dialog work again (Claws-only)
3485 2003-06-07 [thorsten] 0.9.0claws18
3490 2003-06-07 [alfons] 0.9.0claws17
3494 detect apache mishap in which case don't include fnmatch.h
3495 if regex.h is already included
3497 2003-06-06 [christoph] 0.9.0claws16
3501 add check for fnmatch.h and include it when available
3504 fix wrong case sensitivity of Content-Types
3506 * src/gtk/Makefile.am
3507 need the same include paths in gtk directory as in
3508 common directory because .h files in common can
3509 include files from these directories, when included
3510 in gtk's .h or .c files
3512 2003-06-06 [alfons] 0.9.0claws15
3516 make it compile again because of regex.h / fnmatch.h
3517 include problems (related to recent mime stuff, can
3518 someone check this?)
3520 2003-06-06 [thorsten] 0.9.0claws14
3523 possible use of uninitialized pointer while dragging
3525 2003-06-06 [paul] 0.9.0claws13
3528 fix bug where the insert sig button would be effective
3529 only when auto_sig was set
3531 2003-06-06 [paul] 0.9.0claws12
3533 * sync with 0.9.2 release
3535 2003-06-02 [paul] 0.9.0claws11
3537 * sync with 0.9.1cvs1
3538 see ChangeLog 2003-06-02
3543 2003-06-01 [christoph] 0.9.0claws10
3546 don't use substring search to find accounts by email address
3548 (closes Bug 169 Overly loose matching of "From" address)
3550 2003-05-31 [christoph] 0.9.0claws9
3552 * doc-src/rfc2683.txt
3554 limit IMAP command length as recommended in RFC2683
3555 (message number lists will be split into multiple imap
3556 sets, the limit of 1000 octets is not a hard limit)
3558 (closes Bug 161 sylpheed-claws exits with segfault when logging
3559 in to certain imap-servers)
3561 2003-05-29 [alfons] 0.9.0claws8
3564 add print button (calling summary_print());
3565 fine tune setting tooltip text;
3566 (if someone needs other buttons, please take these
3567 commits as a guide, instead of bothering us - also
3570 2003-05-29 [darko] 0.9.0claws7
3573 fix crash when word wrapping kicks in due to
3574 changed text by spell checker
3576 2003-05-29 [paul] 0.9.0claws6
3579 fix bug where changing account would insert
3580 sig even if auto_sig was FALSE
3585 sync with 0.9.1 release
3587 2003-05-28 [christoph] 0.9.0claws5
3590 fix truncation of too long commands
3592 (closes Bug 167 IMAP hangs trying to get envelope
3593 information in imap_get_uncached_messages)
3595 2003-05-27 [paul] 0.9.0claws4
3598 tools/maildir2sylpheed.pl ** NEW FILE **
3599 add kmail to sylpheed mailbox conversion script
3601 2003-05-27 [paul] 0.9.0claws3
3603 * sync with 0.9.0cvs10
3604 see ChangeLog 2003-05-26
3606 2003-05-26 [paul] 0.9.0claws2
3608 * sync with 0.9.0cvs9
3609 see ChangeLog 2003-05-26
3611 2003-05-24 [paul] 0.9.0claws1
3613 * sync with 0.9.0cvs8
3614 see ChangeLog 2003-05-23
3616 2003-05-24 [paul] 0.9.0claws
3618 * version 0.9.0claws released
3620 2003-05-24 [paul] 0.8.11claws177
3622 * src/plugins/dillo-viewer/Makefile.am
3623 src/plugins/traycon/Makefile.am
3633 update Bulgarian, British English, Spanish, Italian,
3634 Brazilian Portuguese, Russian, and Serbian translations,
3635 submitted by George Danchev, [me], Ricardo Mones Lastra,
3636 André Filipe de Assunção e Brito, Alessandro Maestri,
3637 Ruslan N. Balkin, and Urke MMI
3639 2003-05-23 [melvin] 0.8.11claws176
3642 Updated French translations
3644 2003-05-22 [paul] 0.8.11claws175
3655 src/editldap_basedn.c
3659 revert to get ldap into it previous working state
3662 new Taiwanese translation,
3663 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3665 2003-05-22 [christoph] 0.8.11claws174
3667 * src/plugins/spamassassin/libspamc.[ch]
3668 sync libspamc with SpamAssaain release 2.55
3670 2003-05-22 [paul] 0.8.11claws173
3672 * sync with 0.9.0cvs7
3673 see ChangeLog 2003-05-22
3676 revert change in 0.8.11claws172: follow
3677 Hiroyuki's decision and that's the end of it.
3679 2003-05-21 [paul] 0.8.11claws172
3682 fix discrepency between open_unread_on_enter
3685 2003-05-21 [paul] 0.8.11claws171
3687 * sync with 0.9.0cvs6
3688 see ChangeLog 2003-05-21
3690 2003-05-21 [paul] 0.8.11claws170
3692 * sync with 0.9.0cvs5
3693 see ChangeLog 2003-05-21
3695 2003-05-20 [paul] 0.8.11claws169
3697 * sync with 0.9.0cvs4
3698 see ChangeLog 2003-05-20
3699 fixes bug #152, 'encoding of IMAP folders names'
3701 2003-05-20 [paul] 0.8.11claws168
3703 * sync with 0.9.0cvs3
3704 see ChangeLog 2003-05-20
3706 * src/tools/convert_mbox.pl
3707 minor change in the comments, submitted by Fred Marton
3709 2003-05-19 [paul] 0.8.11claws167
3711 * src/plugins/clamav/Makefile.am
3713 link clamav_lib to the plugin and not to the main program
3715 2003-05-19 [christoph]