1 2003-12-03 [christoph] 0.9.7claws16
4 use default Content-Type as specified in RFC2045 if
5 Content-Type header is syntactically incorrect
7 2003-12-03 [christoph] 0.9.7claws15
20 * src/matcher_parser_lex.l
21 * src/matcher_parser_parse.y
23 * src/prefs_filtering_action.c
24 * src/prefs_folder_item.c
31 revert 0.9.7claws14 change
33 2003-12-03 [alfons] 0.9.7claws14
36 catch invalid Content-Type with no subtype
38 2003-12-03 [alfons] 0.9.7claws13
42 * src/plugins/image_viewer/plugin.c
43 compile again, we need stddef.h for size_t
45 2003-12-03 [paul] 0.9.7claws12
48 don't allow cloning of accounts with remote folders,
49 patch submitted by Ricardo Mones Lastra
51 2003-12-03 [christoph] 0.9.7claws11
55 * src/localfolder.[ch]
59 add set_xml() and get_xml() virtual functions to FolderClass to
60 save extra information for Folders (for example the rootpath
61 only used by LocalFolder). The folderlist write function no
62 longer needs to know the folder type to save this extra
65 2003-12-02 [christoph] 0.9.7claws10
72 * src/localfolder.[ch] ** NEW **
76 * src/prefs_account.[ch]
77 * src/prefs_filtering.h
79 * src/remotefolder.[ch] ** NEW **
81 add item_set_xml() and item_get_xml() virtual functions to
82 FolderClass to give folders the ability to add extra information
83 to the saved FolderItem data. If NULL the default function for
84 FolderItem will be used.
86 2003-11-29 [christoph] 0.9.7claws9
91 2003-11-29 [luke] 0.9.7claws8
94 fix compilation for non c99 compilers
96 2003-11-29 [christoph] 0.9.7claws7
100 o unknown disposition types should be handled as
102 o missing headers should not default to inline
103 (would make "Save All" useless when disposition header
104 is not set by the sending mailer)
105 o remove old MimeInfo data and cleanup
107 2003-11-29 [luke] 0.9.7claws6
110 re-added parsing of Content-Disposition header
111 - removes the old 'gchar* content_disposition'
112 - adds a new field 'DispositionType disposition'
113 - adds parameters to MimeInfo::parameters
116 use the "filename" parameter for saving, and the new
117 MimeInfo::disposition for save all.
121 add a 'check spelling' button as a possibility for
124 * src/stockpixmap.[ch]
125 * src/pixmaps/check_spelling.xpm ** NEW **
127 add a pixmap for use with 'check spelling' button or
128 a user defined action
131 re-apply fixed (I hope) patch for bug 57
132 "Hidden URL in HTML Mails"
134 2003-11-28 [christoph] 0.9.7claws5
137 o be more liberal in what we accept as Content-Type parameters
138 o ignore comments after parameters
141 o only free passphrase when an error occurs
143 2003-11-28 [paul] 0.9.7claws4
146 add 'Clone Account' function. patch submitted by
149 2003-11-27 [thorsten] 0.9.7claws3
152 fix crash if 'save_all' failed twice
154 2003-11-27 [paul] 0.9.7claws2
160 update Simplified Chinese translation. submitted by
163 2003-11-27 [paul] 0.9.7claws1
168 2003-11-26 [paul] 0.9.7claws
170 * 0.9.7claws released
172 2003-11-26 [paul] 0.9.6claws99
175 add reference to pixmaps/mime_message.xpm
177 2003-11-26 [paul] 0.9.6claws98
180 remove reference to src/sigstatus.c
182 2003-11-26 [christoph] 0.9.6claws97
187 * src/sigstatus.[ch] ** REMOVE **
188 remove signature result popup option and window
190 2003-11-26 [paul] 0.9.6claws96
197 update translations. submitted by Ricardo Mones Lastra,
198 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
200 2003-11-25 [christoph] 0.9.6claws95
203 display mime structure only in debug mode
205 2003-11-25 [melvin] 0.9.6claws94
208 Updated French translations + typos fixes of older
209 translations (thanks to Fabien Vantard for pointing
212 2003-11-25 [melvin] 0.9.6claws93
215 Fixed a couple of typos.
217 2003-11-24 [paul] 0.9.6claws92
222 2003-11-24 [paul] 0.9.6claws91
225 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
227 2003-11-24 [paul] 0.9.6claws90
229 * src/plugins/image_viewer/viewer.c
230 image_viewer_show_mimepart():
231 use procmime_mimeinfo_get_parameter() to get the file name
233 2003-11-24 [paul] 0.9.6claws89
236 textview_show_mime_part(): rewrite text hint
238 2003-11-22 [paul] 0.9.6claws88
240 * sync with 0.9.7cvs5
241 see ChangeLog 2003-11-21
243 2003-11-21 [paul] 0.9.6claws87
246 define shortcut key 'o' for 'Open with...'
248 2003-11-21 [alfons] 0.9.6claws86
251 fix bug #383 'Deleting message from "separate message view"
252 uses local Trash folder'
254 2003-11-21 [christoph] 0.9.6claws85
257 fix content-type guessing by name parameter when finding
260 2003-11-21 [alfons] 0.9.6claws84
263 no mail incorporation allowed with --offline param.
264 fixes bug #374, "--offline ignored"
266 2003-11-20 [christoph] 0.9.6claws83
269 use signed MimeInfo when checking the signature and not
272 2003-11-19 [alfons] 0.9.6claws82
275 fix crash when toggling separate views, patch submitted
276 by Pawel Pekala <c0rn|AT|gazeta.pl>.
277 fixes bug #342, "separate views cause crash"
279 2003-11-19 [paul] 0.9.6claws81
282 compose_redirect_write_headers_from_headerlist():
283 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
286 code cleanup (inherited from 0.9.7cvs4)
289 bugfix: added missing attribute-list start. submitted by
292 2003-11-19 [luke] 0.9.6claws80
295 revert my last commit until I get time to fix it
297 2003-11-18 [christoph] 0.9.6claws79
300 check parent MimeInfos for signatures and display the
301 result of the parent when found
304 o avoid NULL pointer warnings
305 o use procmime_mimeinfo_get_parameter()
310 2003-11-17 [luke] 0.9.6claws78
313 add check for disguised URLs, fixing bug 57
314 "Hidden URL in HTML Mails"
316 2003-11-16 [christoph] 0.9.6claws77
319 fix crash when parsing invalid Content-Type header
321 2003-11-16 [christoph] 0.9.6claws76
327 implement message decrypting
332 2003-11-14 [luke] 0.9.6claws75
335 fix a couple of problems that treated application/* and
336 application/octet-stream the wrong way around
337 (since 0.9.6claws10), causing "Open" to do nothing.
339 2003-11-14 [christoph] 0.9.6claws74
344 prepare for message part decrypting
347 add output for expired signatures
352 2003-11-10 [christoph] 0.9.6claws73
355 add "Full info" button for bad and warn signature status
358 generate full signature info like gpg's output
359 (gpg -v --with-fingerprint --verify)
361 2003-11-10 [christoph] 0.9.6claws72
368 o add code to view full signature info
369 o do automatic signature checks
371 2003-11-10 [alfons] 0.9.6claws71
374 don't crash when gtkut_font_load() returns invalid font (has
375 something to do with locale settings)
376 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
378 2003-11-09 [alfons] 0.9.6claws70
383 2003-11-08 [luke] 0.9.6claws69
389 rewrite compose_attach_parts(), fixing various bugs mainly
390 to do with re-editing.
393 "save all" now only saves attachments with names/filenames
395 2003-11-04 [match] 0.9.6claws68
398 fix broken LDAP support.
403 2003-11-04 [luke] 0.9.6claws67
406 o fixed bug 4 "focus lost on messages with attachments"
407 o fixed 'Save all' attachments for new mime changes
408 o right clicking on icons consistent with right clicking on
410 - fixes a bug where wrong part is saved when you
411 choose 'Save as' from popup menu
412 - fixes bug 308 "No way to "save all" attachments"
413 o fixed a compiler warning.
416 o removed flickering in mime tree when using "n" and "p"
418 o fixed bug where selecting the textview and pressing e.g.
419 'y' causes sylpheed to respond twice.
422 removed hard coding of * and ! shortcuts (which only served
423 to cause problems if you tried to redefine the shortcuts)
425 2003-11-04 [luke] 0.9.6claws66
427 * src/plugins/image_viewer/viewer.c
428 * src/plugins/image_viewer/viewerprefs.c
429 * src/plugins/image_viewer/viewerprefs.glade
430 o allow toggling of image scaling by clicking on image
431 o respond to image's container widget resize
434 o fix bad parsing of message when re-editing/viewing a
435 message saved to the drafts folder
437 2003-11-02 [match] 0.9.6claws65
440 fix if not building LDAP support.
444 include support for contains query. feature req 529354.
446 2003-11-02 [alfons] 0.9.6claws64
449 fix build bustage if not compiling ldap support
451 2003-11-01 [match] 0.9.6claws63
455 * src/addr_compl.[ch]
458 * src/addrdefs.h ** NEW **
465 * src/ldapserver.[ch]
466 refactor LDAP query mechanism.
468 * src/browseldap.[ch] ** NEW **
469 * src/ldaplocate.[ch] ** NEW **
470 add feature to browse LDAP entry that was retrieved using
471 an explicit LDAP search.
473 2003-11-01 [alfons] 0.9.6claws62
476 prefs_write_param(): fail when we see an invalid type; all the
477 callers seem to handle this gracefully by reverting changes
479 2003-10-30 [christoph] 0.9.6claws61
485 use extra variables for all libraries to make sure plugins
486 are only linked with libraries they really need. $LIBS is always
487 added to the linking parameters, but we only what the libraries
488 listed in the Makefile
490 2003-10-29 [paul] 0.9.6claws60
493 don't use Subject for unknown part name
495 2003-10-29 [paul] 0.9.6claws59
498 get name of attachment(s) when re-editing, fwd'ing or
502 get name of attachment(s) when saving
504 2003-10-29 [hoa] 0.9.6claws58
507 implemented multipart/alternative in MIME message viewer.
509 2003-10-28 [christoph] 0.9.6claws57
512 make sure MathML-Viewer is not built with the
513 Gtk2 version of GtkMathView
515 2003-10-28 [paul] 0.9.6claws56
517 * sync with 0.9.7cvs1
518 see ChangeLog 2003-10-28
520 2003-10-27 [alfons] 0.9.6claws55
522 * src/matcher_parser_parse.y
523 * src/gtk/colorlabel.c
524 allow setting color label to 0 in filtering/processing rules
525 (should fix bug 368, "Can't create a filter condition "colorlabel 0"")
527 2003-10-26 [alfons] 0.9.6claws54
529 * src/summary_search.c
530 fix misnomer and correct selecting initial search node
532 2003-10-26 [christoph] 0.9.6claws53
536 change display of signature info to use only name of
537 signer, otherwise the text gets too long.
540 don't use MimeInfo's filename to generate tmp filename
542 2003-10-25 [christoph] 0.9.6claws52
545 fix message body searching
547 2003-10-25 [paul] 0.9.6claws51
550 use g_basename rather than basename
552 2003-10-24 [christoph] 0.9.6claws50
555 change fetching of signature key's trust
557 2003-10-24 [paul] 0.9.6claws49
560 update Slovak translation
561 submitted by Andrej Kacian
564 remove unknown menu entry /File/Add mailbox/mbox...
566 2003-10-24 [hoa] 0.9.6claws48
569 removed all references to mbox folders
571 * src/carray.[ch] * REMOVED *
572 * src/chash.[ch] * REMOVED *
573 * src/maillock.[ch] * REMOVED *
574 * src/mailmbox.[ch] * REMOVED *
575 * src/mailmbox_folder.[ch] * REMOVED *
576 * src/mailmbox_parse.[ch] * REMOVED *
577 * src/mailmbox_types.[ch] * REMOVED *
578 * src/mbox_folder.[ch] * REMOVED *
579 remove implementation of mbox folders
580 and old mailbox folder.
581 mbox folder implementation will be added
582 as a plugin so that implementation can be entirely
583 synchronized with the files of the project they are
584 extracted from (libEtPan!).
588 * src/folderview.[ch]
590 Disable as much code that references mbox folders
592 Some UI thing still need to know that folder is mbox
593 (when we have to enter the name of the mailbox and
594 we want to add /var/mail/$USER).
596 2003-10-23 [christoph] 0.9.6claws47
599 don't always display button when noticeview is made visible
605 get signature information from crypto system
607 2003-10-22 [paul] 0.9.6claws46
610 updated by Ricardo Mones Lastra
612 2003-10-22 [paul] 0.9.6claws45
615 update to reflect the changes to the icons that
616 happened in 0.9.6claws35
618 2003-10-22 [alfons] 0.9.6claws44
621 inline carray_count()
623 2003-10-21 [alfons] 0.9.6claws43
630 * src/mailmbox_folder.c
631 * src/mailmbox_parse.c
632 * src/mailmbox_types.[ch]
635 2003-10-21 [luke] 0.9.6claws42
637 * src/stock_pixmaps.[ch]
639 * src/pixmaps/mime_application_octet_stream.xpm ** REMOVE **
640 * src/pixmaps/messageview_text.xpm ** REMOVE **
641 o remove mime_application_octet_stream.xpm icon (it was never
643 o remove redundant icon messageview_text.xpm
646 fix visibility of signature noticeview when toggling 'separate
649 2003-10-21 [christoph] 0.9.6claws41
652 decode multipart and rfc822 mime parts to allow further
653 parsing when required
655 2003-10-21 [christoph] 0.9.6claws40
659 remove obsolete charset parameter in MimeInfo and fix
660 TextView to use the charset from the parameter hash table
662 * src/plugins/dillo_viewer/Makefile.am
663 * src/plugins/trayicon/Makefile.am
664 add OPENSSL_CFLAGS to fix building with using
665 --with-openssl-* parameters
667 2003-10-21 [paul] 0.9.6claws39
669 * src/prefs_matcher.[ch]
670 replace remnants of the old, renamed 'Execute' matchtype
671 add a brief description to the Info window
673 2003-10-21 [hoa] 0.9.6claws38
676 * src/carray.[ch] * NEW *
677 * src/chash.[ch] * NEW *
679 * src/maillock.[ch] * NEW *
680 * src/mailmbox.[ch] * NEW *
681 * src/mailmbox_folder.[ch] * NEW *
682 * src/mailmbox_parse.[ch] * NEW *
683 * src/mailmbox_types.[ch] * NEW *
684 implementation of mbox folder with unique message numbers
686 made use of libEtPan! implementation of mbox for lower-layer.
688 2003-10-20 [alfons] 0.9.6claws37
691 fix invalid argument warning
695 2003-10-20 [paul] 0.9.6claws36
700 fix crash when using Forward in Filtering when
701 external editor option is set
703 Patch submitted by Simon 'corecode' Schubert
704 <corecode@corecode.ath.cx>
706 2003-10-20 [paul] 0.9.6claws35
708 * src/pixmaps/mime_gpg_expired.xpm ** REMOVED **
709 src/pixmaps/mime_gpg_failed.xpm ** REMOVED **
710 src/pixmaps/mime_gpg_passed.xpm ** REMOVED **
711 src/pixmaps/mime_gpg_signed.xpm ** REMOVED **
712 src/pixmaps/mime_gpg_unknown.xpm ** REMOVED **
713 src/pixmaps/privacy_expired.xpm ** NEW FILE **
714 src/pixmaps/privacy_failed.xpm ** NEW FILE **
715 src/pixmaps/privacy_passed.xpm ** NEW FILE **
716 src/pixmaps/privacy_signed.xpm ** NEW FILE **
717 src/pixmaps/privacy_unknown.xpm ** NEW FILE **
718 src/pixmaps/privacy_warn.xpm ** NEW FILE **
720 src/stock_pixmap.[ch]
721 replace mime_gpg_*.xpm icons with new privacy_*.xpm
722 icons. add privacy_warn.xpm icon
724 2003-10-20 [hoa] 0.9.6claws34
726 * src/folder_item_prefs.[ch]
727 * src/prefs_folder_item.c
729 Added a property per folder to choose whether we
730 want to apply processing on it on startup or if we
731 prefer to wait the folder selection to apply it.
734 fixed C89 compatibility (for old compilers, for
737 2003-10-17 [christoph] 0.9.6claws33
740 * src/noticeview.[ch]
741 change noticeview icon to indicate signature status
743 2003-10-17 [christoph] 0.9.6claws32
749 * src/pgpmime.[ch] ** NEW **
752 * src/sgpgme.c ** NEW **
753 reimplement PGP/Mime signature checking (unfinished)
755 2003-10-15 [christoph] 0.9.6claws31
758 fix procmime_get_text_content() and
759 procmime_get_first_text_content()
761 2003-10-15 [christoph] 0.9.6claws30
763 * src/plugins/spamassassin/spamassassin_gtk.c
764 * src/plugins/spamassassin/spamassassin_gtk.glade
767 2003-10-15 [paul] 0.9.6claws29
770 workaround for buggy smtp servers. on sending a
771 return receipt strip the name part from the address
772 when creating headers
774 2003-10-15 [paul] 0.9.6claws28
776 * sync with 0.9.7 release
777 see ChangeLog 2003-10-15
779 2003-10-14 [christoph] 0.9.6claws27
781 * src/plugins/clamav/clamav_plugin.c
784 2003-10-14 [christoph] 0.9.6claws26
791 * src/plugins/clamav/clamav_plugin.c
792 use GNode to create the mime tree (some changes to functions
793 that traverse the tree are just quick and dirty. Maybe we
794 can find better solutions with g_node_*-functions)
796 2003-10-14 [luke] 0.9.6claws25
799 fix a navigation bug (stupid typo of mine)
801 2003-10-14 [christoph] 0.9.6claws24
804 fix missing last line in plain/text mails
806 2003-10-13 [luke] 0.9.6claws23
811 2003-10-13 [kov] 0.9.6claws22
814 error checking when the user enters a non-directory at
815 the file selection dialog.
816 work-around for users entering directory location without
817 adding a leading G_DIR_SEPARATOR.
819 2003-10-13 [luke] 0.9.6claws21
822 error reporting for inserting files, including catching
823 invalid characters for current locale/encoding
825 2003-10-13 [paul] 0.9.6claws20
828 fix bug #347 'subscribe newsgroups crashes'
830 2003-10-13 [paul] 0.9.6claws19
833 when using 'Reply to all' include the 'send replies
837 update Japanese translation. submitted by Rui Hirokawa
838 <rui_hirokawa@ybb.ne.jp>
840 2003-10-13 [hoa] 0.9.6claws18
847 rename get_header_from_msginfo() into
848 procheader_get_header_from_msginfo() so that we have a
849 coherent exported naming.
850 avoid parsing of header contained in a string via
851 a newly written temporary file.
853 Patch submitted by Simon 'corecode' Schubert
854 <corecode@corecode.ath.cx>
856 2003-10-12 [hoa] 0.9.6claws17
862 * src/matcher_parser_parse.y
863 * src/prefs_filtering_action.c
864 added "stop" action : stop applying the filtering rules.
865 added "set score" and "increase/decrease score" actions.
866 That two last action replace the "change_score" action
867 introduced by alfons in 0.8.8claws85.
868 "set score" is to set a given score to the message.
869 "increase/decrease score" will increase or decrease the
870 score if the given value is respectively positive or
871 negative. If someone find a some better name for this last
872 rule, it can be modified.
874 2003-10-12 [paul] 0.9.6claws16
878 update Japanese translation. submitted by Rui Hirokawa
879 <rui_hirokawa@ybb.ne.jp>
881 2003-10-12 [christoph] 0.9.6claws15
884 fix crash caused by incorrect headers
886 2003-10-10 [christoph] 0.9.6claws14
891 implement detection of signed message parts for rfc2015
893 2003-10-10 [thorsten] 0.9.6claws13
898 2003-10-10 [christoph] 0.9.6claws12
900 * src/stock_pixmap.[ch]
901 * src/pixmaps/mime_message.xpm ** NEW **
902 add a new icon for mime type "message"
910 o add icons for message type mime parts
912 2003-10-10 [christoph] 0.9.6claws11
915 * src/messageview.[ch]
922 o remove switching between TextView and MimeView in MessageView
923 (if required we can hide the icon box and the MimeView will
924 look exaxtly like the TextView)
925 o temporary remove signature and decrypting GPGME code
927 2003-10-09 [christoph] 0.9.6claws10
937 * src/common/utils.[ch]
938 * src/plugins/clamav/clamav_plugin.c
939 * src/plugins/dillo_viewer/dillo_viewer.c
940 * src/plugins/image_viewer/viewer.c
941 * src/plugins/mathml_viewer/mathml_viewer.c
942 new mime parser (several things need fixing)
944 2003-10-09 [paul] 0.9.6claws9
947 a little more sync with 0.9.6cvs2 and a tidy up
949 2003-10-08 [paul] 0.9.6claws8
951 * sync with 0.9.6cvs2
952 see ChangeLog 2003-10-03
954 2003-10-05 [christoph] 0.9.6claws7
957 don't use flags to check if a message is in a news folder
959 (closes Bug 282 clicking on folder with copied Messages from News
960 immediately after having copied them crashes Sylpheed-Claws)
962 2003-10-05 [christoph] 0.9.6claws6
965 * src/progressdialog.[ch] ** REMOVE **
966 * src/gtk/Makefile.am
967 * src/gtk/progressdialog.[ch] ** NEW **
968 move progressdialog to gtk directory
970 2003-10-04 [christoph] 0.9.6claws5
972 * src/prefs_toolbar.c
973 * src/gtk/prefswindow.c
974 remove widget_show_all for pages root widget
976 * src/plugins/spamassassin/spamassassin.[ch]
977 * src/plugins/spamassassin/spamassassin_gtk.c
978 * src/plugins/spamassassin/spamassassin_gtk.glade
979 add support for new libspamc transports
981 2003-10-04 [christoph] 0.9.6claws4
983 * src/plugins/spamassassin/libspamc.[ch]
984 * src/plugins/spamassassin/spamassassin.c
985 * src/plugins/spamassassin/utils.[ch]
986 update libspamc to version from SpamAssassin 2.60
988 2003-10-03 [christoph] 0.9.6claws3
991 fix missing format string bug found by
992 Georgi Guninski <guninski@guninski.com>
994 2003-10-03 [paul] 0.9.6claws2
997 update Simpilified Chinese translation, submitted by
1000 2003-10-02 [christoph] 0.9.6claws1
1003 add UIDPLUS support for COPY and EXPUNGE
1005 2003-10-02 [paul] 0.9.6claws
1007 * 0.9.6claws released
1013 update Spanish and Slovak translations
1014 submitted by Ricardo Mones Lastra and Andrej Kacian
1016 2003-10-02 [paul] 0.9.5claws43
1019 update British English translation
1021 2003-10-02 [paul] 0.9.5claws42
1024 update Croatian translation, submitted by Dragan
1026 2003-10-01 [paul] 0.9.5claws41
1030 update Polish and Serbian translations, submitted by
1033 2003-10-01 [melvin] 0.9.5claws40
1036 Updated French translations
1038 2003-10-01 [melvin] 0.9.5claws39
1043 * src/plugins/dillo_prefs.c
1044 Quasi unnoticeable UI clean-up.
1049 tools/maildir2sylpheed.pl
1050 bug fixes, rewrites, submitted by Matthias Förste
1051 <itsjustme@users.sourceforge.net>
1053 2003-09-29 [paul] 0.9.5claws38
1056 fix my coding carelessness
1058 2003-09-29 [paul] 0.9.5claws37
1063 src/prefs_common.[ch]
1064 src/prefs_fonts.[ch] ** NEW FILES **
1065 move Font config options to Other Prefs/Display/Fonts
1066 (user's current configuration is preserved)
1068 2003-09-29 [paul] 0.9.5claws36
1072 allow 'local_mbox' value to point to either a directory
1073 (/var/mail - default, new) or a file (/var/mail/username
1076 2003-09-28 [paul] 0.9.5claws35
1079 on signature check, where key exists, print the
1082 2003-09-27 [alfons] 0.9.5claws34
1085 o make progress bar not fill/expand when resizing dialog
1086 o use default fixed text font for actions output
1088 2003-09-27 [paul] 0.9.5claws33
1090 * src/prefs_common.[ch]
1093 remove External Program settings from Common Prefs/Send
1094 as they are now unnecessary due to Local account settings.
1095 plus a little tidying-up after 0.9.5claws31
1097 2003-09-27 [paul] 0.9.5claws32
1099 * src/prefs_account.c
1100 o make correction to gui text:
1101 'Local mailbox file' -> 'Local mailbox directory'
1102 o give 'local_mbox' option a reasonable default value:
1104 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
1107 2003-09-26 [paul] 0.9.5claws31
1110 src/prefs_common.[ch]
1111 remove 'Incorporate from spool' common pref,
1112 force creation of a 'Local' account
1114 2003-09-26 [christoph] 0.9.5claws30
1118 add more NULL pointer checks
1120 2003-09-25 [christoph] 0.9.5claws29
1123 o don't fetch source message to get it's message id
1124 o immediately scan dest folder when copying a message did not
1125 return a new message number and not do it when the first message
1126 without a new message number is found
1128 2003-09-23 [christoph] 0.9.5claws28
1131 fix generating of headers
1133 (patch by David Relson <relson@osagesoftware.com>)
1135 2003-09-23 [paul] 0.9.5claws27
1138 update Simplified Chinese translation. submitted by
1141 2003-09-23 [paul] 0.9.5claws26
1145 tools/vcard2xml.py ** NEW FILE **
1146 add a script that converts an evolution vcard to
1147 sylpheed's xml format
1148 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
1150 2003-09-22 [paul] 0.9.5claws25
1152 * src/plugins/clamav/clamav_plugin.c
1153 don't skip MULTIPART parts
1155 2003-09-21 [christoph] 0.9.5claws24
1158 remove unneeded include
1161 clean up copy/move mess with duplicated code
1164 fix problem that sometimes the folder was not scanned
1167 2003-09-21 [christoph] 0.9.5claws23
1170 * src/logwindow.[ch] ** REMOVE **
1172 * src/prefs_common.c
1173 * src/gtk/Makefile.am
1174 * src/gtk/logwindow.[ch] ** ADD **
1175 make logwindow prefs_common independent and move
1178 2003-09-20 [christoph] 0.9.5claws22
1181 add extra space for address code conversion
1182 (4 * unconvered size could be too small for short headers)
1184 2003-09-20 [christoph] 0.9.5claws21
1187 increase temp buffer size when writing headers
1189 2003-09-19 [darko] 0.9.5claws20
1192 don't ignore value of 'Save copy of outgoing messages to
1193 this folder instead of Sent' in message redirect
1195 2003-09-17 [christoph] 0.9.5claws19
1198 use ", " as address seperator for mail headers and pass whole
1199 header line at once to compose_convert_header to make sure
1200 it is correctly folded
1202 (closes Bug 64 Problem when sending to many recipients)
1204 2003-09-17 [hoa] 0.9.5claws18
1207 src/matcher_parser_parse.y
1209 changed the keyword used for command execution in condition
1210 keyword is changed from "execute" to "test"
1211 so that it is not the same as the one used for action.
1212 This will fix a bug when using filtering dialog.
1213 All semantic in the code is also changed to reflect
1218 * sync with 0.9.6 release
1220 2003-09-17 [paul] 0.9.5claws17
1222 * sync with 0.9.5cvs8
1223 see ChangeLog 2003-09-16 and 2003-09-17
1225 2003-09-16 [paul] 0.9.5claws16
1227 * sync with 0.9.5cvs6
1228 see ChangeLog 2003-09-16
1230 2003-09-15 [paul] 0.9.5claws15
1232 * sync with 0.9.5cvs5
1233 see ChangeLog 2003-09-15
1235 2003-09-14 [alfons] 0.9.5claws14
1238 make "Go to inbox after receiving new mail" again;
1239 regression of a sync, restored to sylpheed main
1240 behaviour. (misses still some bits)
1242 2003-09-14 [alfons] 0.9.5claws13
1244 * src/prefs_filtering_action.c
1245 o add proper message if empty execute command line
1246 o don't select first action item after registering a
1247 new action to prevent (what seems to be a GTK) bug
1248 #36, "filtering will only accept one action change
1251 2003-09-14 [alfons] 0.9.5claws12
1253 * src/prefs_filtering.c
1254 * src/prefs_filtering_action.c
1255 * src/prefs_matcher.c
1256 fix function signature for key_pressed_event signal handlers
1258 2003-09-14 [alfons] 0.9.5claws11
1261 fix regression caused by fix for invalid bug #7
1262 (should fix #246, "Multiple selections are deselected when
1263 moving from search window to main window")
1265 2003-09-14 [alfons] 0.9.5claws10
1268 * src/filtering.[ch]
1269 * src/prefs_actions.c
1270 allow `filtering actions` in actions; only for advanced users
1271 right now: try for example, "%as{mark color 2}"
1273 2003-09-13 [paul] 0.9.5claws9
1276 po/zh_CN.po ** NEW FILE **
1277 update Polish translation, submitted by Emil
1278 <eminowbl@posejdon.wpk.p.lodz.pl>
1279 add new Simplified Chinese translation, submitted by
1280 Hansom Young <hansom_young@yahoo.com>
1282 2003-09-12 [alfons] 0.9.5claws8
1285 don't open separate message views when View | Separate message view
1287 (please look carefully for any navigation regressions)
1289 2003-09-11 [alfons] 0.9.5claws7
1292 make default message view, opened by View | Separate message
1293 view, look like a claws message view (which includes a menu
1295 (fixes bug #298, "message view loses tool bar")
1297 2003-09-11 [christoph] 0.9.5claws6
1300 fix double deleting of newsgroup folders
1302 (closes Bug 305 crash after deleting of a newsgroup)
1304 2003-09-11 [paul] 0.9.5claws5
1308 more sync'ing from 0.9.5cvs2
1310 2003-09-11 [christoph] 0.9.5claws4
1314 * src/common/utils.h
1315 fix sync with 0.9.5cvs2
1317 2003-09-11 [paul] 0.9.5claws3
1319 * sync with 0.9.5cvs4
1320 see ChangeLog 2003-09-11
1322 2003-09-11 [paul] 0.9.5claws2
1324 * sync with 0.9.5cvs2
1325 see ChangeLog 2003-09-05
1327 2003-09-11 [paul] 0.9.5claws1
1329 * sync with 0.9.5cvs3
1330 see ChangeLog 2003-09-10
1332 2003-09-10 [paul] 0.9.5claws
1334 * 0.9.5claws released
1336 2003-09-10 [paul] 0.9.4claws78
1341 2003-09-10 [melvin] 0.9.4claws77
1344 Updated French translations
1346 2003-09-10 [paul] 0.9.4claws76
1351 update Spanish, Slovak, and Serbian translations.
1352 submitted by Ricardo Mones Lastra, Andrej Kacian,
1356 add translation team section
1358 2003-09-09 [christoph] 0.9.4claws75
1361 free item->prefs in folder_item_destroy
1363 2003-09-09 [alfons] 0.9.4claws74
1366 o proper check for root node sorting
1367 o remove unnecessary gtk_ctree_remove_node
1369 (should fix bug #300, "crash while moving folder")
1371 2003-09-08 [christoph] 0.9.4claws73
1374 o fix double adding of IMAP FolderItems to GtkCTree
1375 o fix crash then mbox folder is removed
1377 2003-09-08 [christoph] 0.9.4claws72
1382 fix new folder notification
1387 2003-09-08 [christoph] 0.9.4claws71
1390 replace '\n' and '\r' before removing trailing spaces
1394 add information about new or removed items in folder tree change
1395 notification and use this in folderview to add and remove only
1396 the appected items and not refresh the whole tree
1398 2003-09-07 [match] 0.9.4claws70
1407 * src/addrquery.c ** NEW **
1411 * src/stock_pixmap.c
1412 * src/stock_pixmap.h
1413 * src/pixmaps/address_search.xpm ** NEW **
1414 re-introduce Lookup button for LDAP 'static' searches.
1416 2003-09-07 [alfons] 0.9.4claws69
1419 abandon setting usize for messageview because it gives layout problems
1420 with the quick search bar and the headerview; fixes assorted UI glitches:
1422 o bug #148, "Toggling of quick-search bar reduces index view area"
1423 o bug #280, "Window resiizes for line length but does not revert"
1425 2003-09-07 [christoph] 0.9.4claws68
1428 o make sure we don't have any newlines in header values
1429 o check custom headers for spaces and newlines and ignore
1430 malformed header names
1432 2003-09-06 [christoph] 0.9.4claws67
1436 invoke notification hook for folder tree changes after append
1439 (closes Bug 294 Crash while moving folder with many subdirectories)
1441 2003-09-06 [christoph] 0.9.4claws66
1444 destroy folder's MsgCache if FolderItem is removed to make sure
1445 it is not saved when the FolderItem is destroyed
1447 2003-09-06 [christoph] 0.9.4claws65
1449 * src/plugins/clamav/clamav_plugin.c
1450 fix copy & paste bug
1452 2003-09-05 [christoph] 0.9.4claws64
1455 * src/messageview.[ch]
1458 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1459 by MessageView to clear it when the message is deleted. Should
1460 work even if messages are deleted in MainWindow or by
1463 2003-09-05 [alfons] 0.9.4claws63
1466 deleting a message in a message view frees its msginfo, make
1467 messageview_update_all() aware of that (should fix bug #293,
1468 "deleting message caused crash")
1470 2003-09-05 [melvin] 0.9.4claws62
1473 Improve synchronous action exit code (fixes
1474 a ~5 seconds delay after action exit on RedHat 9)
1476 2003-09-04 [christoph] 0.9.4claws61
1480 * src/common/utils.[ch]
1481 add util function to create mime boundary and use it
1482 in compose and gpg code
1484 2003-09-04 [alfons] 0.9.4claws60
1487 source folder item's GNode should already have been freed in
1488 a previous call to src->folder->klass->remove_folder()
1489 (should fix bug #287, "crash when moving folders")
1491 2003-09-03 [thorsten] 0.9.4claws59
1493 * src/plugins/spamassassin/spamassassin_gtk.c
1496 2003-09-03 [christoph] 0.9.4claws58
1498 * src/plugins/spamassassin/spamassassin.[ch]
1499 * src/plugins/spamassassin/spamassassin_gtk.c
1500 add timeout config option
1502 2003-09-03 [paul] 0.9.4claws57
1504 * po/sk.po ** NEW FILE **
1505 add Slovak translation. Submitted by Andrej Kacian
1508 2003-09-03 [paul] 0.9.4claws56
1510 * src/plugins/clamav/clamav_plugin_gtk.c
1511 gui tweaks: replace a label with a tooltip, modify the
1512 text, use gtk_check_button_new(); instead of
1513 gtk_check_button_new_with_label("");
1515 2003-09-02 [alfons] 0.9.4claws55
1518 remember last used dir when attaching multiple files (should fix
1519 bug #290, "Attach File does not remember directory")
1521 2003-09-01 [paul] 0.9.4claws54
1524 updated by Ricardo Mones Lastra
1526 2003-09-01 [alfons] 0.9.4claws53
1528 * src/gtk/gtkaspell.[ch]
1529 be pedantic and strict and use const gchar * instead of guchar *
1531 2003-09-01 [alfons] 0.9.4claws52
1535 re-enable Save As when multiple messages are selected
1537 2003-09-01 [paul] 0.9.4claws51
1540 g_free(trimmed_uri);
1542 2003-09-01 [paul] 0.9.4claws50
1544 * sync with 0.9.4cvs13
1545 see ChangeLog 2003-09-01
1547 2003-09-01 [paul] 0.9.4claws49
1550 trim uri before sending to the statusbar
1551 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1552 in the message window causes main S-C window to enlarge
1555 2003-09-01 [paul] 0.9.4claws48
1557 * sync with 0.9.4cvs12
1558 see ChangeLog 2003-09-01
1560 2003-08-30 [christoph] 0.9.4claws47
1563 * src/folder_item_prefs.[ch]
1564 * src/prefs_folder_item.c
1565 * src/gtk/gtkaspell.[ch]
1566 commit per folder dictionary patch by
1567 Paul Evans <nerd@freeuk.com>
1569 2003-08-30 [christoph] 0.9.4claws46
1571 * src/plugins/spamassassin/spamassassin_gtk.c
1572 * src/plugins/spamassassin/spamassassin_gtk.glade
1573 reduce GUI clutter by placing hints into tooltips
1575 2003-08-30 [paul] 0.9.4claws45
1578 add 'Content-Disposition: inline' to a text/plain
1579 part when using PGP/MIME signing
1581 2003-08-30 [paul] 0.9.4claws44
1583 * src/prefs_common.c
1584 src/prefs_spelling.c
1585 src/prefs_spelling.glade
1586 reduce GUI clutter by placing hints into tooltips
1588 2003-08-29 [christoph] 0.9.4claws43
1591 fix bug found by Ivan Rayner <ivanr@sgi.com>
1593 * src/stock_pixmap.c
1594 change unecessary warning into a debug message
1596 * src/plugins/clamav/Makefile.am
1597 Fix error "-I$(CLAMAV_LIBS)"
1599 2003-08-29 [christoph] 0.9.4claws42
1604 * src/common/Makefile.am
1605 * src/common/passcrypt.c
1606 commit fixes and patches for some of the IRIX problems found by
1607 Ivan Rayner <ivanr@sgi.com>
1609 2003-08-29 [paul] 0.9.4claws41
1611 * src/prefs_filtering.c
1612 add 'Top' and 'Bottom' buttons, based on changes in
1613 src/prefs_filter.c in 0.9.4cvs11.
1615 2003-08-27 [christoph] 0.9.4claws40
1618 fix bug that the current summary settings were copied to the
1619 wrong folder item, when the folder item prefs are opened.
1620 Copying is not required because summary settings and
1621 folder_item_prefs do not contain the same settings
1623 2003-08-27 [thorsten] 0.9.4claws39
1628 2003-08-26 [paul] 0.9.4claws38
1630 * sync with 0.9.4cvs9
1631 see ChangeLog 2003-08-26
1633 2003-08-25 [paul] 0.9.4claws37
1635 * sync with 0.9.4cvs8
1636 see ChangeLog 2003-08-25
1638 2003-08-24 [christoph] 0.9.4claws36
1640 * src/prefs_filtering.c
1641 shouldn't remove items from a GSList while iterating over the
1642 list (makes cur invalid and cur->next not accessable)
1644 (closes Bug 272 i deleted an folder and some seconds later sylpheed
1647 2003-08-23 [christoph] 0.9.4claws35
1650 news folders should be scanned when opened
1652 2003-08-22 [christoph] 0.9.4claws34
1654 * src/prefs_folder_item.c
1655 use macro to assign strings that always frees the old string
1657 * src/gtk/gtkaspell.[ch]
1658 add gtkaspell_set_dictionary_menu_active_item() to set active
1659 item in dictionary option menu
1661 * src/prefs_spelling.c
1662 use gtkaspell_set_dictionary_menu_active_item() to select
1665 2003-08-21 [christoph] 0.9.4claws33
1672 optimize folder system
1674 * src/gtk/gtkstext.c
1675 fix division by zero when font has 0 width for ' '
1677 2003-08-21 [paul] 0.9.4claws32
1679 * sync with 0.9.4cvs7
1680 see ChangeLog 2003-08-20
1682 2003-08-19 [paul] 0.9.4claws31
1685 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1686 SYLDOC_FAQ_HTML_INDEX.
1688 use LC_MESSAGES instead of LC_ALL to find the current
1691 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1693 2003-08-19 [paul] 0.9.4claws30
1696 updated by George Danchev
1698 2003-08-18 [luke] 0.9.4claws29
1700 * src/gtk/gtkvscrollbutton.[ch]
1701 o removed gtk_vscrollbutton_reset() (reasons: reduce
1702 dependencies; do it the GTK way; reduce code -14/+2 lines)
1703 o removed horizontal separator between icons
1705 2003-08-17 [christoph] 0.9.4claws28
1708 no subject threading when the subject has no reply prefix
1710 2003-08-16 [christoph] 0.9.4claws27
1713 remember and restore window sizes and position when the main
1714 window is hidden or shown
1716 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1717 minimised/reopened using trayicon)
1719 2003-08-16 [paul] 0.9.4claws26
1722 add #include "defs.h"
1724 2003-08-16 [paul] 0.9.4claws25
1726 * src/plugins/clamav/clamav_plugin.c
1727 reword a debug_print
1729 * src/plugins/dillo_viewer/dillo_prefs.c
1730 cosmetic: change the labels' text, add tooltips, and
1733 2003-08-15 [christoph] 0.9.4claws24
1736 complete last change (forgot some changes)
1738 2003-08-15 [christoph] 0.9.4claws23
1741 o check number of messages and don't return a 0 message
1742 when no messages are available
1743 o don't parse xref header anymore
1745 (closes Bug 203 I'm not getting any news)
1747 2003-08-15 [paul] 0.9.4claws22
1751 update and define claws bugzilla location
1753 2003-08-15 [paul] 0.9.4claws21
1756 update submitted by Ruslan N. Balkin
1758 2003-08-14 [christoph] 0.9.4claws20
1761 fix search for oldest node in subject threading
1763 2003-08-14 [christoph] 0.9.4claws19
1766 * src/common/utils.h
1767 add possibility to check all nodes with the same subject for
1768 subject threading, not only the oldest node. Should not break
1769 threads anymore if the oldest node is thread_by_subject_max_age
1770 days older then parent, because it can now find a child of
1771 oldest node as new parent.
1773 2003-08-11 [christoph] 0.9.4claws18
1775 * src/plugins/spamassassin/spamassassin.c
1776 run spam check in background process
1778 2003-08-10 [alfons] 0.9.4claws17
1781 make `Select All' sensitive too
1783 2003-08-10 [christoph] 0.9.4claws16
1786 add more checks in imap_close
1788 2003-08-09 [alfons] 0.9.4claws15
1790 * src/prefs_spelling.c
1791 no spell checking UI if not requested
1793 2003-08-09 [alfons] 0.9.4claws14
1795 * src/gtk/prefswindow.c
1798 2003-08-09 [christoph] 0.9.4claws13
1800 * src/prefs_spelling.c
1801 * src/gtk/prefswindow.[ch]
1802 * src/plugins/clamav/clamav_plugin_gtk.c
1803 * src/plugins/spamassassin/spamassassin_gtk.c
1804 sort prefs pages by heighest weight in tree
1806 2003-08-09 [paul] 0.9.4claws12
1808 * sync with 0.9.4cvs6
1809 see ChangeLog 2003-08-07
1812 add Leandro and Luke to claws-branch section
1814 2003-08-09 [christoph] 0.9.4claws11
1816 * src/gtk/Makefile.am
1817 * src/gtk/colorsel.[ch] ** NEW **
1818 create a color selection dialog that can be used as a simple
1819 function call with it's own gtk main loop like filesel.[ch]
1823 * src/prefs_common.c
1824 * src/prefs_spelling.[ch] ** NEW **
1825 * src/prefs_spelling.glade ** NEW **
1826 * src/gtk/gtkutils.[ch]
1827 move "Spell Checker" prefs to new prefs dialog
1829 * src/prefs_folder_item.c
1830 use new colorsel dialog
1832 2003-08-08 [paul] 0.9.4claws10
1835 clear the progress bar unconditionally
1837 2003-08-08 [paul] 0.9.4claws9
1839 * sync with 0.9.4cvs4
1840 see ChangeLog 2003-07-31
1842 2003-08-07 [christoph] 0.9.4claws8
1845 fix bug in image viewer plugin part
1848 don't execute close command if the folder item is not selected
1850 2003-08-07 [hoa] 0.9.4claws7
1852 * src/filtering.[ch]
1853 * src/matcher_parser.h
1854 * src/matcher_parser_parse.y
1855 can define several actions for each filtering rule
1856 can import old versions of filtering rules
1858 * src/prefs_filtering.c
1859 call to a new dialog box to define actions
1861 * src/prefs_filtering_action.[ch]
1862 dialog box to define actions for filtering rules
1864 2003-08-06 [christoph] 0.9.4claws6
1867 make sure source folder is selected when copying messages
1869 2003-08-06 [christoph] 0.9.4claws5
1871 * sync with 0.9.4cvs2
1872 see ChangeLog 2003-07-29
1874 2003-08-05 [paul] 0.9.4claws4
1876 * sync with 0.9.4cvs3
1877 see ChangeLog 2003-07-30
1879 2003-08-04 [match] 0.9.4claws3
1882 export of LDIF files.
1884 2003-08-04 [match] 0.9.4claws2
1887 support for export LDIF. documented.
1888 * src/importldif.[ch]
1889 * src/exportldif.[ch]
1890 add tooltips. documented.
1891 * src/exphtmldlg.[ch]
1892 * src/common/xmlprops.[ch]
1894 * src/exportldif.[ch] ** NEW **
1895 * src/expldifdlg.[ch] ** NEW **
1896 * src/addressbook.[ch]
1898 export of LDIF files.
1901 2003-08-04 [christoph] 0.9.4claws1
1906 * sylpheed-claws.pc.in ** NEW **
1908 * src/common/Makefile.am
1909 * src/gtk/Makefile.am
1910 install sylpheed header files in $(pkgincludedir) and create a
1911 pkg-config file to allow building a plugin without the source
1914 2003-08-04 [paul] 0.9.4claws
1916 * version 0.9.4claws
1918 2003-08-04 [paul] 0.9.3claws97
1921 update Spanish translation. Submitted by Ricardo
1924 2003-08-03 [paul] 0.9.3claws96
1928 update Croatian and Serbian translations. Submitted by
1929 Dragan and Urke MMI respectively
1931 2003-08-03 [alfons] 0.9.3claws95
1934 mark flag has precedence over important flag - seems
1935 to have been changed in sync of 0.9.3claws45. this fixes
1936 a regression where messages that were scored as important
1937 don't show their mark flags. (using the same column for
1938 both importance as mark flags is the real problem
1941 2003-08-03 [melvin] 0.9.3claws94
1944 Updated French translations.
1946 2003-08-03 [melvin] 0.9.3claws93
1949 Fixed typo introduced after 0.9.3claws92
1950 that prevented compilation
1951 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1952 CPPFLAGS and YFLAGS to allow user setting these.
1953 * src/common/Makefile.am
1954 * src/gtk/Makefile.am
1955 * src/plugins/clamav/Makefile.am
1956 * src/plugins/demo/Makefile.am
1957 * src/plugins/dillo_viewer/Makefile.am
1958 * src/plugins/image_viewer/Makefile.am
1959 * src/plugins/mathml_viewer/Makefile.am
1960 * src/plugins/spamassassin/Makefile.am
1961 * src/plugins/trayicon/Makefile.am
1962 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1963 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1964 CPPFLAGS and YFLAGS to allow user setting these.
1966 2003-08-02 [christoph] 0.9.3claws92
1969 o rearrange plugin tests
1970 o add test for clamav.h to ClamAV tests
1972 2003-08-02 [luke] 0.9.3claws91
1975 o fixed appearance of icon list when toggling back from the
1977 o toggling of icons using the keyboard works correctly
1978 o fixed all other keyboard shortcuts to work when icons are
1982 o fixed bug 4 - focus lost when changing messageview view type
1984 2003-08-02 [christoph] 0.9.3claws90
1986 * src/common/hooks.c
1987 fix crash when pointer stored in hash table could get invalid
1988 when a plugin is unloaded
1990 2003-08-01 [christoph] 0.9.3claws89
1993 o try to build all plugins (except spamassassin) by default
1994 o don't build a plugin if a dependency check fails
1996 * src/common/hooks.c
1999 2003-08-01 [match] 0.9.3claws88
2002 allow single click field selection. document code.
2004 2003-08-01 [christoph] 0.9.3claws87
2006 * src/plugins/clamav/clamav_plugin.c
2007 * src/plugins/clamav/clamav_plugin_gtk.c
2008 * src/plugins/dillo_viewer/dillo_viewer.c
2009 * src/plugins/image_viewer/plugin.c
2010 * src/plugins/mathml_viewer/mathml_viewer.c
2011 * src/plugins/spamassassin/spamassassin.c
2012 * src/plugins/spamassassin/spamassassin_gtk.c
2013 * src/plugins/trayicon/trayicon.c
2014 add version check to all plugins
2016 2003-08-01 [hoa] 0.9.3claws86
2018 * src/prefs_filtering.c
2019 fixed a cosmetic bug, during creation of dialog box,
2020 wrong widgets were shown after creation.
2022 2003-08-01 [luke] 0.9.3claws85
2025 o fixed visibility of icons/mimeview after toggling separate
2026 message/folder view (factored out some similar code too).
2029 2003-07-31 [alfons] 0.9.3claws84
2032 tweak icon box UI a bit more, now allowing right-clicks actions
2033 getting the relevant mime data too; should fix #250, "Can't save
2034 attachments sometimes".
2036 2003-07-30 [alfons] 0.9.3claws83
2039 don't do auto-save-draft inside key press handler, but rather
2040 schedule it half of a second later; should fix #67, "autosave
2041 make re-rediting message crazy"
2043 2003-07-30 [christoph] 0.9.3claws82
2045 * src/plugins/trayicon/trayicon.c
2046 process pending events before unloading the plugin
2048 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
2050 2003-07-30 [alfons] 0.9.3claws81
2052 * src/common/hooks.c
2053 parameter 2 of g_hook_destroy() should really be a hook id
2055 2003-07-30 [alfons] 0.9.3claws80
2057 * src/common/plugin.c
2058 fix a possibly harmful function signature mismatch
2061 2003-07-30 [alfons] 0.9.3claws79
2063 * src/common/hooks[.ch]
2066 2003-07-30 [darko] 0.9.3claws78
2069 make it compile again
2071 2003-07-30 [luke] 0.9.3claws77
2075 o added/moved signal handlers for SIGTERM (normal kill command)
2076 and SIGINT (ctl-c) to be used even without
2077 --enable-crash-dialog, fixing bug 166
2080 o rewrote menu sensitivity code as per mainwindow.c, fixing
2084 o changed sensitivity condition for 'Next new' and 'Next
2085 unread', fixing bug 8
2087 2003-07-29 [alfons] 0.9.3claws76
2089 * src/common/utils.[ch]
2090 add generate_msgid()
2092 save ack'ed RRR; fixes #205, "return receipt is not saved in
2095 2003-07-29 [alfons] 0.9.3claws75
2098 fix a memleak (claws-only)
2100 2003-07-29 [alfons] 0.9.3claws74
2103 * src/gtk/gtkvscrollbutton.[ch]
2104 fix UI glitch where mime icon toolbox' scroll position is not
2105 reset after switching to another message
2108 2003-07-29 [paul] 0.9.3claws73
2110 * src/prefs_folder_item.c
2111 split the prefs into 2 separate pages
2113 2003-07-29 [paul] 0.9.3claws72
2116 prepend "\n\n" to a signature without a separator too
2118 2003-07-29 [paul] 0.9.3claws71
2121 fix bug where changing to an account without an auto-sig
2122 from an initial account without an auto-sig would insert
2123 2 blank lines at the cursor point
2124 fix bug where changing to an account with an auto-sig
2125 from an initial account without an auto-sig would insert
2126 the sig at the cursor point
2128 2003-07-29 [paul] 0.9.3claws70
2131 use the colour from the folder pref unless the folder
2134 2003-07-29 [alfons] 0.9.3claws69
2139 rewrite return receipt request work a little bit (the former
2140 implementation presumably depended too much on the UI setting
2141 flags). (we're losing the old pending flag.)
2143 2003-07-28 [christoph] 0.9.3claws68
2149 fix copy to IMAP folder from other folder
2151 2003-07-28 [christoph] 0.9.3claws67
2154 fix sync of procmsg_get_message_file_list
2156 2003-07-28 [christoph] 0.9.3claws66
2158 * sync with 0.9.3cvs14
2159 see ChangeLog 2003-07-18
2160 * sync with 0.9.3cvs17
2161 see ChangeLog 2003-07-23
2163 (closes Bug 234 segmentation fault after sending out mail via
2166 2003-07-28 [paul] 0.9.3claws65
2169 update Spanish translation, submitted by Ricardo Mones
2172 2003-07-28 [christoph] 0.9.3claws64
2177 return new message numbers as a GRelation instead of a GSList
2178 that has to be in the same order as the input list. A list
2179 would make it hard for IMAP to optimize oepration by sorting
2180 the input list. The returned list would have to be reordered
2181 to match the same order that input list has.
2183 * src/gtk/gtkaspell.c
2184 fix missing return value, could cause a crash when garbage is
2185 on the stack that is used as the expected return value
2187 2003-07-28 [paul] 0.9.3claws63
2189 * sync with 0.9.4cvs1
2190 see ChangeLog 2003-07-28
2192 2003-07-27 [alfons] 0.9.3claws62
2195 tweak it more to make icon list act like a check button group
2197 2003-07-27 [christoph] 0.9.3claws61
2199 * sync with 0.9.3cvs20
2200 see ChangeLog 2003-07-25
2202 2003-07-27 [paul] 0.9.3claws60
2205 re-commit changes from 0.9.3claws58 -
2206 accidently removed in 0.9.3claws59
2208 2003-07-27 [paul] 0.9.3claws59
2211 a sync from 0.9.3cvs17
2212 see ChangeLog 2003-07-23
2214 2003-07-27 [alfons] 0.9.3claws58
2217 add missing header members to MsgInfo; fixes the problem of
2218 not displaying X-Faces, as noticed by Ricardo Mones
2220 2003-07-26 [christoph] 0.9.3claws57
2222 * sync with 0.9.3cvs18
2223 see ChangeLog 2003-07-24
2225 2003-07-26 [christoph] 0.9.3claws56
2227 * sync with 0.9.3cvs17
2228 see ChangeLog 2003-07-23
2230 2003-07-26 [christoph] 0.9.3claws55
2237 add support for copy function that copy multiple messages
2238 (not implemented yet)
2241 add missing return value
2243 2003-07-26 [paul] 0.9.3claws54
2245 * tools/multiwebsearch.pl
2246 do whitespace substitution before passing the string
2247 to the browser. fixes bug with browsers that don't
2248 do whitespace conversion themselves.
2250 2003-07-25 [christoph] 0.9.3claws53
2255 rewrite adding of multiple messages to a folder for
2256 claws' folder system
2258 2003-07-25 [luke] 0.9.3claws52
2261 o icon toggles set correctly on leaving ctree mimeview
2263 2003-07-25 [paul] 0.9.3claws51
2265 * partial sync with 0.9.3cvs21 [src/main.c]
2266 see ChangeLog 2003-07-25
2268 2003-07-24 [paul] 0.9.3claws50
2270 * tools/maildir2sylpheed.pl
2273 2003-07-24 [paul] 0.9.3claws49
2276 increase the gutter size of paned so that the panes
2279 * src/plugins/demo/demo.c
2280 squeeze in another typo fix
2282 2003-07-24 [paul] 0.9.3claws48
2284 * src/plugins/demo/demo.c
2286 small changes to the English
2288 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
2289 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
2292 rename the misspelled icon
2294 2003-07-23 [alfons] 0.9.3claws47
2297 make icon list look like a list of toggles
2299 2003-07-23 [luke] 0.9.3claws46
2301 * src/pixmaps/mimeview_gpg_expired.xpm
2302 * src/pixmaps/mimeview_gpg_failed.xpm
2303 * src/pixmaps/mimeview_gpg_passed.xpm
2304 * src/pixmaps/mimeview_text_html.xpm
2305 * src/pixmaps/mimeview_image.xpm
2306 o all icons the same size
2309 o mimeview ctree arranged vertically above the viewer
2310 o icons changed to buttons
2311 o can use keyboard to select an icon (Enter)
2312 o resize icon list to width of icons
2314 * src/gtk/gtkvscrollbutton.c
2315 o sensitivity of buttons reacts to position
2317 2003-07-23 [christoph] 0.9.3claws45
2319 * sync with 0.9.3cvs14 (incomplete)
2320 see ChangeLog 2003-07-17
2322 2003-07-23 [alfons] 0.9.3claws44
2326 sync with my local tree to restore some claws-only things
2328 2003-07-23 [paul] 0.9.3claws43
2330 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
2331 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
2336 src/stock_pixmap.[ch]
2337 indicate missing keys and expired sigs/keys
2340 2003-07-23 [paul] 0.9.3claws42
2343 Redirect fixes: enable automatic account selection and
2344 do not append signature to message on changing account
2347 2003-07-23 [paul] 0.9.3claws41
2349 * sync with 0.9.3cvs16
2350 see ChangeLog 2003-07-23
2352 2003-07-23 [alfons] 0.9.3claws40
2355 give progress dialog a main window, and give it the first
2356 one (presumably the only one). fixes bug #247, "segfault on
2359 2003-07-22 [alfons] 0.9.3claws39
2362 shift-space scrolls up
2364 2003-07-22 [paul] 0.9.3claws38
2366 * sync with 0.9.3cvs15
2367 see ChangeLog 2003-07-22
2369 2003-07-20 [alfons] 0.9.3claws37
2372 put menu inside #ifdef USE_ASPELL..#endif
2374 2003-07-20 [christoph] 0.9.3claws36
2377 fix wrong flags in MsgInfo returned by
2378 procmsg_msginfo_get_full_info()
2380 (closes Bug 221 Deleting messages from the Message View gives incorrect
2381 new/unread message counts in the folder view)
2383 * src/plugins/spamassassin/spamassassin_gtk.c
2384 add gettext macro for prefs page title
2386 2003-07-20 [paul] 0.9.3claws35
2389 redraw icon list on signature check
2391 2003-07-20 [christoph] 0.9.3claws34
2396 * src/folder_item_prefs.[ch] ** NEW **
2401 * src/prefs_scoring.c
2403 * src/prefs_folder_item.[ch]
2404 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2406 o use prefswindow for folder properties
2408 * src/gtk/prefswindow.[ch]
2409 change implementation to use an invisible notebook instead
2410 of unparenting widgets
2412 2003-07-20 [christoph] 0.9.3claws33
2418 * src/prefs_filtering.h
2419 * src/prefs_folder_item.[ch]
2423 clean up header mess
2424 (always use 1. typedefs, 2. #includes, 3. structures)
2426 * src/common/version.h.in
2427 add casts for constants
2429 * src/plugins/demo/demo.c
2432 * src/plugins/spamassassin/spamassassin.c
2433 remove unused variable
2435 2003-07-20 [alfons] 0.9.3claws32
2438 o make icon buttons respond on left click
2439 o minor cosmetic change
2441 2003-07-19 [luke] 0.9.3claws31
2444 * src/gtk/gtkvscrollbutton.c
2446 o improved mimeview behaviour when selecting a new message
2447 o plus code cleanups to remove compile warnings
2450 2003-07-19 [alfons] 0.9.3claws30
2454 * src/common/utils.[ch]
2455 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2457 2003-07-19 [alfons] 0.9.3claws29
2459 * src/prefs_folder_item.c
2460 reinit "legacy" tmp_prefs, so we don't free nor use invalid
2463 2003-07-19 [luke] 0.9.3claws28
2469 * src/stock_pixmap.[ch]
2470 * src/gtk/Makefile.am
2472 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
2473 * src/pixmaps/mime_*.xpm ** NEW **
2474 o mimeview rearrangement with a new icon shortcut bar
2476 2003-07-19 [alfons] 0.9.3claws27
2479 o plug leaking nodes_to_recollapse
2480 o add folderview_recollapse_all_nodes() (not used yet)
2482 2003-07-19 [alfons] 0.9.3claws26
2485 * src/common/utils.c
2486 honour #240 "Better SUBJECT handling" by cleaning the prefix
2487 for both forwarding as replying
2489 2003-07-18 [christoph] 0.9.3claws25
2492 * src/common/sylpheed.[ch]
2493 * src/common/version.h.in
2494 add version in numeric form to allow easy comparison
2496 * src/plugins/demo/demo.c
2498 - sylpheed version > plugin version => never allowed, sylpheed
2499 could contain unknown API changes
2500 - sylpheed version < minimum version required => don't load,
2501 API required not available (if linking does not fail)
2503 2003-07-18 [alfons] 0.9.3claws24
2505 * src/common/plugin.[ch]
2508 2003-07-18 [christoph] 0.9.3claws23
2510 * src/common/hooks.c
2511 fix crash when hooks where unregisted
2513 * src/plugins/trayicon/trayicon.c
2514 unregister detroy signal before destroying the widget
2515 (still crashes when the plugin is unloaded)
2517 2003-07-18 [alfons] 0.9.3claws22
2520 delay expanding folder tree during drags until timeout triggered
2521 (needs perhaps some tweaking, so testing is welcome)
2523 2003-07-17 [alfons] 0.9.3claws21
2528 2003-07-17 [christoph] 0.9.3claws20
2530 * src/common/session.c
2531 fix opening of SSL connections
2533 * src/plugins/image_viewer/Makefile.am
2534 add OPENSSL_CFLAGS (we should find a better solution to remove
2535 this dependencies if they are not required)
2537 * src/plugins/spamassassin/spamassassin.c
2538 remove setlocale workaround (fixed in libspamc)
2540 (closes Bug Bug 184 Entering non-ascii character deletes previous char
2541 if spell checking enabled)
2543 2003-07-17 [alfons] 0.9.3claws19
2545 * src/common/hooks.[ch]
2546 * src/plugins/clamav/clamav_plugin.c
2547 * src/plugins/spamassassin/spamassassin.c
2548 * src/plugins/trayicon/trayicon.c
2551 2003-07-17 [alfons] 0.9.3claws18
2556 2003-07-17 [alfons] 0.9.3claws17
2561 2003-07-17 [paul] 0.9.3claws16
2566 add link to the Claws site's FAQ page, after the suggestion
2567 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2568 Move url strings to defs.h
2571 fix typo to prevent "unknown menu entry" warnings
2573 2003-07-17 [alfons] 0.9.3claws15
2575 * src/folderview.[ch]
2576 * src/summaryview.[ch]
2580 2003-07-17 [paul] 0.9.3claws14
2583 remove two instances of 'GTK_EVENTS_FLUSH' because
2584 they are unnecessary and probably cause a stack overflow
2586 2003-07-16 [christoph] 0.9.3claws13
2589 use an invisible GTK notebook to switch between viewers
2590 instead of reparenting widgets
2592 2003-07-16 [christoph] 0.9.3claws12
2595 move folder_item_update_freeze() to correct place in
2596 folder_item_scan_full()
2598 2003-07-16 [paul] 0.9.3claws11
2600 * sync with 0.9.3cvs12
2601 see ChangeLog 2003-07-14 and 2003-07-15
2603 2003-07-16 [christoph] 0.9.3claws10
2606 * src/prefs_account.[ch]
2607 sync IMAP CRAM-MD5 authentication with sylpheed-main
2609 2003-07-15 [alfons] 0.9.3claws9
2612 make --config-dir do something useful
2614 2003-07-15 [alfons] 0.9.3claws8
2617 o fix a bug where 'last' didn't really point to the last message
2618 in the top level list of children, but to the last threaded
2621 o clean up and make it easier to sync
2623 2003-07-15 [alfons] 0.9.3claws7
2626 make correct menu items sensitive
2628 2003-07-14 [alfons] 0.9.3claws6
2631 tune the threader so it will not subject-thread any message
2632 without a subject prefix (this will not thread correctly if
2633 a parent is delivered after their childs, but it looks
2636 2003-07-13 [christoph] 0.9.3claws5
2639 group "Add mailbox *..." menu items in submenu
2641 2003-07-13 [alfons] 0.9.3claws4
2644 correct summary_toggle_pressed() signature and make sure
2645 signal is not passed on
2647 2003-07-13 [alfons] 0.9.3claws3
2650 o for now don't pass on keys when they we're handled by
2651 ctree::key_press_event
2654 2003-07-13 [alfons] 0.9.3claws2
2657 add command line option "--config-dir" to get the current
2660 2003-07-12 [alfons] 0.9.3claws1
2663 * src/matcher_parser_parse.y
2664 * src/prefs_filtering.c
2666 add "Lock" filter action to lock messages;
2669 remove debug_print()
2670 * src/prefs_filtering.c
2671 re-organize matcher part 9:
2672 make action text entries easily extendible;
2673 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2674 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2679 update old information and add missing
2682 2003-07-12 [paul] 0.9.3claws
2684 * 0.9.3claws released
2686 2003-07-12 [paul] 0.9.0claws103
2691 2003-07-12 [melvin] 0.9.0claws102
2694 Fixed bug #215: Show MIME tab for single text/html messages.
2696 2003-07-12 [paul] 0.9.0claws101
2701 2003-07-12 [paul] 0.9.0claws100
2707 update Spanish, Croatian, Polish, Serbian translations.
2708 submitted by Ricardo Mones Lastra, Dragan, Witold
2709 Wladyslaw Wojciech Wilk, Urke MMI
2711 2003-07-12 [melvin] 0.9.0claws99
2714 Updated French translations.
2716 2003-07-12 [paul] 0.9.0claws98
2719 disable 'Lookup' button as it has no effect
2721 2003-07-11 [alfons] 0.9.0claws97
2724 summary_searchbar_pressed() should return TRUE to signal that
2725 event was handled. when returning void, the return value passed
2726 to GTK is actually random, but maybe FALSE, in which case the
2727 event is handled by parent
2729 2003-07-10 [paul] 0.9.0claws96
2731 * ac/missing/gettext.m4
2732 update to version 0.12
2734 2003-07-10 [paul] 0.9.0claws95
2736 * src/plugins/clamav/clamav_plugin.c
2737 fix bug where multipart/alternative messages
2738 would slip through without being scanned
2740 2003-07-10 [christoph] 0.9.0claws94
2743 correct check if folder supports removing when a message is
2744 moved. if not the message is only copied.
2746 (closes Bug 132 crash on startup in newsgroups folders)
2748 2003-07-09 [alfons] 0.9.0claws93
2752 --with-config-dir (default .sylpheed)
2754 2003-07-09 [christoph] 0.9.0claws92
2757 use PKG_CHECK_MODULES to check for gtkmathview
2758 (version 0.4.2 now required)
2760 2003-07-08 [melvin] 0.9.0claws91
2763 Implemented a progress bar that counts the number of completed
2764 tasks when the action runs more than one command.
2766 2003-07-08 [alfons] 0.9.0claws90
2769 if queued message has an invalid Message-Id, don't try to
2770 find message it refers to (fixes #209 "crash when processing
2773 2003-07-08 [paul] 0.9.0claws89
2775 * sync with 0.9.3cvs2
2776 see ChangeLog 2003-07-08
2778 2003-07-08 [match] 0.9.0claws88
2781 extend LDAP search for first/last name by parsing search term.
2783 2003-07-08 [alfons] 0.9.0claws87
2785 * src/send_message.c
2786 fix bug #208 "Status message stuck when sending on POP3 account"
2788 2003-07-07 [paul] 0.9.0claws86
2791 new Croatian translation, submitted by
2792 Dragan <drleskov@inet.hr>
2794 2003-07-07 [paul] 0.9.0claws85
2796 * sync with 0.9.3cvs1
2797 see ChangeLog 2003-07-07
2799 2003-07-05 [christoph] 0.9.0claws84
2804 * src/stock_pixmap.[ch]
2805 * src/pixmaps/messageview_text.xpm ** NEW **
2806 move mimeview tabs to the right side and use icons
2807 instead of text to save some space
2809 (patch by Luke Plant <lukeplant@softhome.net>)
2811 2003-07-05 [christoph] 0.9.0claws83
2814 add NULL pointer checks
2816 (patch by Luke Plant <lukeplant@softhome.net>)
2817 (closes Bug 204 0.9.0 quits on authentication error?!)
2819 2003-07-05 [alfons] 0.9.0claws82
2822 take the clue in bug #202 "./configure script -
2823 'if test' comparison failure" reported by John Kristoff.
2825 2003-07-04 [christoph] 0.9.0claws81
2827 * src/plugins/spamassassin/spamassassin.c
2828 set timeout for spam check
2830 2003-07-04 [christoph] 0.9.0claws80
2833 destroy all FolderItems when shutting down to
2834 allow folders to clean up
2836 2003-07-04 [melvin] 0.9.0claws79
2838 * src/gtk/gtkaspell.c
2839 Fixed bug #184 "Entering non-ascii character deletes
2840 previous char if spell checking enabled": this makes
2841 the spell checking in multibytes (e.g. UTF-8)locales work.
2842 (Patch by Luke Plant).
2844 2003-07-04 [christoph] 0.9.0claws78
2846 * sync with 0.9.2cvs1
2847 see ChangeLog 2003-06-10
2849 2003-07-04 [paul] 0.9.0claws77
2851 * sync with 0.9.3 release
2852 see ChangeLog 2003-07-04
2854 2003-07-03 [christoph] 0.9.0claws76
2861 move folder_item_get_path() stuff into a folder virtual function
2864 use folder_item_fetch_msg() to get message and do not contruct
2865 the filename from path and number
2867 2003-07-03 [paul] 0.9.0claws75
2869 * sync with 0.9.2cvs12
2870 see ChangeLog 2003-07-03
2872 2003-07-02 [paul] 0.9.0claws74
2875 fix text-selection for replying
2877 2003-07-02 [paul] 0.9.0claws73
2879 * sync with 0.9.2cvs11
2880 see ChangeLog 2003-07-02
2882 2003-07-02 [paul] 0.9.0claws72
2885 revert last commit because it breaks more
2888 2003-07-02 [paul] 0.9.0claws71
2891 fix thread by subject/sort by date
2893 2003-07-01 [paul] 0.9.0claws70
2895 * sync with 0.9.2cvs10
2896 see ChangeLog 2003-07-01
2898 2003-06-30 [paul] 0.9.0claws69
2900 * sync with 0.9.2cvs9
2901 see ChangeLog 2003-06-30
2903 2003-06-28 [match] 0.9.0claws68
2908 2003-06-27 [paul] 0.9.0claws67
2910 * sync with 0.9.2cvs7
2911 see ChangeLog 2003-06-27
2913 2003-06-26 [christoph] 0.9.0claws66
2916 freeze folder updates while a folder is scanned
2918 (closes Bug 185 New message counter)
2920 2003-06-26 [darko] 0.9.0claws65
2923 fix infinite loop when adding a new LDAP server
2925 2003-06-26 [paul] 0.9.0claws64
2927 * sync with 0.9.2cvs6
2928 see ChangeLog 2003-06-26
2930 2003-06-26 [paul] 0.9.0claws63
2932 * sync with 0.9.2cvs5
2933 see ChangeLog 2003-06-25 and 2003-06-26
2935 2003-06-25 [match] 0.9.0claws62
2938 Fixed tab/backtab for dropped-down completion list to
2939 move next/previous field. (close bug 147)
2941 2003-06-25 [christoph] 0.9.0claws61
2943 * src/addr_compl.[ch]
2944 * src/addrindex.[ch]
2952 2003-06-25 [leandro] 0.9.0claws60
2956 o gray out "Message/Remove references" menu item if not
2957 replying to a message
2959 2003-06-24 [leandro] 0.9.0claws59
2962 o removed "Message/Create new thread" menu item
2963 o added "Message/Remove references" menu item
2964 (it's off by default and will not check anymore
2965 if the subject changed)
2967 2003-06-23 [alfons] 0.9.0claws58
2970 try better grouping messages threaded by subject based on their age.
2971 still not perfect - because the message tree is not sorted by date.
2973 2003-06-23 [thorsten] 0.9.0claws57
2976 added mail_receive_hook to allow modifications
2977 directly after retrieval (e.g. adding headers).
2979 2003-06-23 [paul] 0.9.0claws56
2981 * src/sourcewindow.c
2982 enable the use of Ctrl+A to select all text in
2984 Patch submitted by Ivan Francolin Martinez
2985 <ivanfm@users.sourceforge.net>
2987 2003-06-22 [christoph] 0.9.0claws55
2990 o add notification hook for folder tree changes
2991 o invoke hooks after folder tree scanning
2993 * src/folderview.[ch]
2994 register hook for folder tree changes that
2997 (there are more places that should be updated, like add, remove
3000 (closes Bug 164 Crash on rebuild folder tree)
3001 (closes Bug 190 Crash on 'rebuilding folder tree')
3003 2003-06-21 [leandro] 0.9.0claws54
3006 create a new thread if subject changes
3007 (it's on by default, can be disabled in Message menu)
3009 2003-06-21 [alfons] 0.9.0claws53
3012 quiet little compiler
3014 2003-06-21 [christoph] 0.9.0claws52
3016 update gettext stuff to version 0.12
3018 2003-06-19 [alfons] 0.9.0claws51
3021 * src/common/plugin.c
3022 move defs.h before glib.h to prevent MIN/MAX redefs
3029 2003-06-19 [match] 0.9.0claws50
3031 * src/addressbook.[ch]
3032 * src/addrindex.[ch]
3033 * src/addr_compl.[ch]
3035 * src/editldap_basedn.[ch]
3038 re-implemented dynamic LDAP search. works without
3039 slowdown on display sender with addressbook
3044 2003-06-19 [paul] 0.9.0claws49
3047 fix Bug #136 'Nonprovided quotation marks crash claws'
3048 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
3050 2003-06-19 [alfons] 0.9.0claws48
3052 * src/prefs_common.[ch]
3054 restrict threading by subject by checking thread for
3055 age (prefs_common.thread_by_subject_max_age)
3057 2003-06-18 [christoph] 0.9.0claws47
3060 fix memory leak in imap_cmd_fetch()
3062 2003-06-18 [christoph] 0.9.0claws46
3065 fix memory leak in prefs_set_default() when used multiple
3066 times or after prefs have been read
3068 2003-06-18 [christoph] 0.9.0claws45
3070 * src/common/plugin.c
3071 fix memory leak in plugin_unload()
3073 2003-06-18 [christoph] 0.9.0claws44
3076 fix memory leak in imap_cmd_ok()
3078 2003-06-18 [christoph] 0.9.0claws43
3081 stop messages that are downloaded from POP3 and added to
3082 an IMAP inbox from being filtered twice (first by POP3
3083 and again when IMAP folder is scaned to get the UID of
3084 the APPEND operation when no UIDPLUS is available)
3093 * tools/launch_phoenix ** REMOVED **
3094 tools/launch_firebird ** NEW **
3095 renamed and edited to reflect the browser's name change from
3096 'phoenix' to 'firebird'
3098 2003-06-18 [paul] 0.9.0claws42
3100 * sync with 0.9.2cvs2
3101 see ChangeLog 2003-06-16
3103 2003-06-17 [alfons] 0.9.0claws41
3106 prevent threading problems when a node is an ancestor (parent / great parent),
3107 which mostly happens with circular references (thanks to Phillipe Gramoullé
3108 for finding an sample set of messages)
3110 2003-06-16 [christoph] 0.9.0claws40
3113 don't popup main window on --receive or --receive-all
3115 * src/mainwindow.[ch]
3116 * src/plugins/trayicon/trayicon.c
3117 allow hiding of main window by clicking on the trayicon
3118 (doesn't work correctly in seperate window mode and may
3119 cause unexpected GTK problems I couldn't find yet)
3122 remove incorrect warning
3124 2003-06-15 [alfons] 0.9.0claws39
3126 * src/gtk/gtkstext.c
3127 don't output debug text;
3128 #ifdef out print_line() if not debugging (thanks to Martin Wicke
3129 for pointing this out);
3131 2003-06-14 [alfons] 0.9.0claws38
3134 remove printf() and make one if..else comply with coding style
3136 2003-06-14 [alfons] 0.9.0claws37
3141 * src/messageview.[ch]
3143 apply patch #754162 "Quoting messages filtered by actions" submitted
3144 by Martin Wicke, which allows quoting message body changed by an
3147 2003-06-13 [alfons] 0.9.0claws36
3150 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
3151 use case insensitive regexp (suggested by Ivan Martinez)
3153 2003-06-13 [christoph] 0.9.0claws35
3156 * src/plugins/trayicon/Makefile.am
3157 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
3158 * src/plugins/trayicon/trayicon.c
3159 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
3160 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
3161 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
3162 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
3163 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
3164 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
3165 replace my own EggTrayIcon backport with the backport
3166 used by (l|x)mule and gabber.
3168 2003-06-13 [alfons] 0.9.0claws34
3171 * src/common/utils.c
3172 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
3174 2003-06-13 [alfons] 0.9.0claws33
3177 clean up a little bit
3179 2003-06-12 [alfons] 0.9.0claws32
3182 const correctness fix
3184 * src/common/sylpheed.[ch]
3186 prevent redef MIN/MAX
3188 * src/common/utils.[ch]
3191 2003-06-12 [melvin] 0.9.0claws31
3194 Updated to take into accounts changes in GtkAspell.
3196 2003-06-12 [alfons] 0.9.0claws30
3200 * src/common/utils.[ch]
3201 handle reply subject prefixes better (initial
3202 suggestion by Robert Story adapted and enhanced
3205 2003-06-12 [melvin] 0.9.0claws29
3208 Use new gtkaspell_checkers_strerror() to get the speller's
3209 error message instead of accessing the (now private)
3214 Use #ifdef instead of #if for USE_ASPELL
3215 Use the new spell checkers init/quit functions
3217 * src/gtk/gtkaspell.c
3218 Use #ifdef instead of #if for USE_ASPELL
3219 Moved in the majority of GtkAspell structures that were
3220 exported before by gtkaspell.h
3222 * src/gtk/gktaspell.h
3223 Made gtkaspell.h contain only the necessary data to be
3224 publicized by moving many structures to gtkaspell.c.
3225 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
3226 gtkaspell_checkers_new(): replaced by...
3227 gtkaspell_checkers_init(): new function for initialization
3228 gtkaspell_checkers_delete(): replaced by...
3229 gtkaspell_checkers_quit(): new function
3230 gtkaspell_checkers_strerror(): new function that returns
3231 the checker's last error message.
3233 2003-06-11 [melvin] 0.9.0claws28
3236 Updated to take into account gtkaspell.c migration to
3237 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
3239 2003-06-10 [alfons] 0.9.0claws27
3241 * src/filtering.[ch]
3245 - try fixing bug #18 (any brave testers?)
3246 - add more robustness by refusing previously
3247 unchecked NULL pointers
3249 2003-06-10 [alfons] 0.9.0claws26
3252 fix bug #176 by don't checking MsgInfos with a NULL msgid
3254 2003-06-09 [alfons] 0.9.0claws25
3256 * src/prefs_common.c
3257 fix bug #163 "Icon switching doesnt work properly" by
3258 preventing early freeing of prefs_common.pixmap_theme_path.
3260 2003-06-09 [christoph] 0.9.0claws24
3262 * src/gtk/gtkaspell.c
3263 revert Thorsten's fix and add forgotten g_strdup for
3264 aspell path (it should not be possible to alter the path a
3265 GtkASpell uses from outside)
3267 2003-06-09 [thorsten] 0.9.0claws23
3269 * src/gtk/gtkaspell.c
3270 dont free prefs_common.aspell_path when closing compose
3272 2003-06-08 [colin] 0.9.0claws22
3274 * src/plugins/spamassassin/spamassassin.c
3277 2003-06-07 [christoph] 0.9.0claws21
3281 * src/gtkaspell.[ch] ** REMOVE **
3282 * src/gtk/Makefile.am
3283 * src/gtk/gtkaspell.[ch] ** NEW **
3284 o make gtkaspell independent from sylpheed's prefs
3285 o move gtkaspell.[ch] to gtk directory
3287 2003-06-07 [christoph] 0.9.0claws20
3292 * src/filesel.[ch] ** REMOVE **
3295 * src/common/sylpheed.[ch]
3296 * src/gtk/Makefile.am
3297 * src/gtk/filesel.[ch] ** NEW **
3298 * src/gtk/pluginwindow.c
3299 * src/gtk/sslcertwindow.c
3300 move filesel.[ch] to gtk directory
3302 2003-06-07 [alfons] 0.9.0claws19
3305 make (multi) file selection dialog work again (Claws-only)
3307 2003-06-07 [thorsten] 0.9.0claws18
3312 2003-06-07 [alfons] 0.9.0claws17
3316 detect apache mishap in which case don't include fnmatch.h
3317 if regex.h is already included
3319 2003-06-06 [christoph] 0.9.0claws16
3323 add check for fnmatch.h and include it when available
3326 fix wrong case sensitivity of Content-Types
3328 * src/gtk/Makefile.am
3329 need the same include paths in gtk directory as in
3330 common directory because .h files in common can
3331 include files from these directories, when included
3332 in gtk's .h or .c files
3334 2003-06-06 [alfons] 0.9.0claws15
3338 make it compile again because of regex.h / fnmatch.h
3339 include problems (related to recent mime stuff, can
3340 someone check this?)
3342 2003-06-06 [thorsten] 0.9.0claws14
3345 possible use of uninitialized pointer while dragging
3347 2003-06-06 [paul] 0.9.0claws13
3350 fix bug where the insert sig button would be effective
3351 only when auto_sig was set
3353 2003-06-06 [paul] 0.9.0claws12
3355 * sync with 0.9.2 release
3357 2003-06-02 [paul] 0.9.0claws11
3359 * sync with 0.9.1cvs1
3360 see ChangeLog 2003-06-02
3365 2003-06-01 [christoph] 0.9.0claws10
3368 don't use substring search to find accounts by email address
3370 (closes Bug 169 Overly loose matching of "From" address)
3372 2003-05-31 [christoph] 0.9.0claws9
3374 * doc-src/rfc2683.txt
3376 limit IMAP command length as recommended in RFC2683
3377 (message number lists will be split into multiple imap
3378 sets, the limit of 1000 octets is not a hard limit)
3380 (closes Bug 161 sylpheed-claws exits with segfault when logging
3381 in to certain imap-servers)
3383 2003-05-29 [alfons] 0.9.0claws8
3386 add print button (calling summary_print());
3387 fine tune setting tooltip text;
3388 (if someone needs other buttons, please take these
3389 commits as a guide, instead of bothering us - also
3392 2003-05-29 [darko] 0.9.0claws7
3395 fix crash when word wrapping kicks in due to
3396 changed text by spell checker
3398 2003-05-29 [paul] 0.9.0claws6
3401 fix bug where changing account would insert
3402 sig even if auto_sig was FALSE
3407 sync with 0.9.1 release
3409 2003-05-28 [christoph] 0.9.0claws5
3412 fix truncation of too long commands
3414 (closes Bug 167 IMAP hangs trying to get envelope
3415 information in imap_get_uncached_messages)
3417 2003-05-27 [paul] 0.9.0claws4
3420 tools/maildir2sylpheed.pl ** NEW FILE **
3421 add kmail to sylpheed mailbox conversion script
3423 2003-05-27 [paul] 0.9.0claws3
3425 * sync with 0.9.0cvs10
3426 see ChangeLog 2003-05-26
3428 2003-05-26 [paul] 0.9.0claws2
3430 * sync with 0.9.0cvs9
3431 see ChangeLog 2003-05-26
3433 2003-05-24 [paul] 0.9.0claws1
3435 * sync with 0.9.0cvs8
3436 see ChangeLog 2003-05-23
3438 2003-05-24 [paul] 0.9.0claws
3440 * version 0.9.0claws released
3442 2003-05-24 [paul] 0.8.11claws177
3444 * src/plugins/dillo-viewer/Makefile.am
3445 src/plugins/traycon/Makefile.am
3455 update Bulgarian, British English, Spanish, Italian,
3456 Brazilian Portuguese, Russian, and Serbian translations,
3457 submitted by George Danchev, [me], Ricardo Mones Lastra,
3458 André Filipe de Assunção e Brito, Alessandro Maestri,
3459 Ruslan N. Balkin, and Urke MMI
3461 2003-05-23 [melvin] 0.8.11claws176
3464 Updated French translations
3466 2003-05-22 [paul] 0.8.11claws175
3477 src/editldap_basedn.c
3481 revert to get ldap into it previous working state
3484 new Taiwanese translation,
3485 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3487 2003-05-22 [christoph] 0.8.11claws174
3489 * src/plugins/spamassassin/libspamc.[ch]
3490 sync libspamc with SpamAssaain release 2.55
3492 2003-05-22 [paul] 0.8.11claws173
3494 * sync with 0.9.0cvs7
3495 see ChangeLog 2003-05-22
3498 revert change in 0.8.11claws172: follow
3499 Hiroyuki's decision and that's the end of it.
3501 2003-05-21 [paul] 0.8.11claws172
3504 fix discrepency between open_unread_on_enter
3507 2003-05-21 [paul] 0.8.11claws171
3509 * sync with 0.9.0cvs6
3510 see ChangeLog 2003-05-21
3512 2003-05-21 [paul] 0.8.11claws170
3514 * sync with 0.9.0cvs5
3515 see ChangeLog 2003-05-21
3517 2003-05-20 [paul] 0.8.11claws169
3519 * sync with 0.9.0cvs4
3520 see ChangeLog 2003-05-20
3521 fixes bug #152, 'encoding of IMAP folders names'
3523 2003-05-20 [paul] 0.8.11claws168
3525 * sync with 0.9.0cvs3
3526 see ChangeLog 2003-05-20
3528 * src/tools/convert_mbox.pl
3529 minor change in the comments, submitted by Fred Marton
3531 2003-05-19 [paul] 0.8.11claws167
3533 * src/plugins/clamav/Makefile.am
3535 link clamav_lib to the plugin and not to the main program
3537 2003-05-19 [christoph]
3540 add -export-dynamic for linking
3542 2003-05-19 [paul] 0.8.11claws166
3544 * sync with 0.9.0cvs1
3545 see ChangeLog 2003-05-19
3547 2003-05-19 [paul] 0.8.11claws165
3550 fix 'pop before smtp' timeout
3552 2003-05-18 [alfons] 0.8.11claws164
3554 * src/prefs_matcher.c
3555 put "execute" action command line ("expression") in edit box
3557 2003-05-18 [christoph] 0.8.11claws163
3560 * src/plugins/dillo_viewer/dillo_viewer.c
3561 * src/plugins/image_viewer/viewer.c
3562 * src/plugins/mathml_viewer/mathml_viewer.c
3563 let a viewer have a list of Content-Types
3565 2003-05-18 [paul] 0.8.11claws162
3567 * src/prefs_filtering.c
3568 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3569 and REDIRECT actions
3571 2003-05-17 [christoph]
3574 o remove dynamic signatures that was syned with main
3575 o add infos about no longer "build in" image viewer
3576 o update bugtracker URL
3578 2003-05-17 [christoph] 0.8.11claws161
3583 don't use imap_scan_folder anymore. Instead call folder_item_scan
3584 for every folder after rebuilding the folder tree.
3586 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3589 2003-05-17 [christoph] 0.8.11claws160
3592 don't use STATUS command on current folder to check for
3593 content changes. imap_cmd_ok() now tracks changes to
3594 folder and number of existing messages.
3596 2003-05-17 [paul] 0.8.11claws159
3598 * src/plugins/clamav/clamav_plugin.c
3599 remove unnecessary debug_print
3601 2003-05-16 [thorsten] 0.8.11claws158
3603 * src/plugins/demo.c
3604 included missing intl.h
3606 2003-05-16 [paul] 0.8.11claws157
3609 remove non-existant entries
3611 * src/plugins/clamav/clamav_plugin.c
3612 src/plugins/clamav/clamav_plugin_gtk.c
3613 src/plugins/dillo_viewer/dillo_prefs.c
3614 src/plugins/dillo_viewer/dillo_viewer.c
3617 2003-05-16 [christoph] 0.8.11claws156
3620 include plugin .c files for translation until I
3621 find a better solution to have plugins have their
3623 * src/plugins/demo/demo.c
3624 * src/plugins/image_viewer/plugin.c
3625 * src/plugins/mathml_viewer/mathml_viewer.c
3626 * src/plugins/spamassassin/spamassassin.c
3627 * src/plugins/spamassassin/spamassassin_gtk.c
3628 * src/plugins/trayicon/trayicon.c
3629 add gettext macros for plugin name and description
3635 2003-05-16 [paul] 0.8.11claws155
3637 * sync with lastest 0.9.0pre1
3638 see ChangeLog 2003-05-16
3640 2003-05-15 [paul] 0.8.11claws154
3642 * sync with latest 0.9.0pre1
3643 see ChangeLog 2003-05-14 and 2003-05-15
3645 2003-05-14 [christoph] 0.8.11claws153
3647 * src/plugins/image_viewer/viewer.c
3648 * src/plugins/image_viewer/viewer.glade ** NEW **
3649 * src/plugins/image_viewer/viewerprefs.c
3650 make it possible to disable the autoload function in the
3653 2003-05-14 [christoph] 0.8.11claws152
3656 fix folder update after adding a message
3658 2003-05-13 [alfons] 0.8.11claws151
3660 * src/common/session.c
3663 * src/addrcache.[ch]
3664 * src/filtering.[ch]
3666 * src/gtkaspell.[ch]
3668 * src/mbox_folder.[ch]
3673 * src/passphrase.[ch]
3674 * src/prefs_common.[ch]
3675 * src/prefs_gtk.[ch]
3678 be pedantic; (in prototypes () implies (int))
3680 2003-05-13 [alfons] 0.8.11claws150
3682 * src/prefs_toolbar.[ch]
3683 * src/summaryview.[ch]
3685 change misleading text in toolbar prefs;
3686 add toolbar action for ignore thread (toggles ignore thread flag);
3687 clean up a little bit;
3691 * tools/convert_mbox.pl
3692 bug fixed by Fred Marton
3696 * sync with 0.9.0pre1
3698 2003-05-09 [paul] 0.8.11claws149
3700 * sync with 0.8.11cvs43
3701 see ChangeLog 2003-05-09
3703 2003-05-08 [christoph] 0.8.11claws148
3706 o use CAPABILIY as first command and check for PREAUTH
3707 information in the response to it
3708 o rewrite all imap_cmd_* functions to use an IMAPSession
3709 instead of a SockInfo as parameter
3710 o do STARTTLS after fetching and checking the server
3713 2003-05-08 [paul] 0.8.11claws147
3717 tools/convert_mbox.pl ** NEW FILE **
3718 add mbox conversion script. Submitted by
3719 Fred Marton <Fred.Marton@uni-bayreuth.de>
3721 2003-05-07 [christoph]
3724 * src/gtk/pluginwindow.glade
3725 * src/plugins/image_viewer/viewerprefs.glade
3726 * src/plugins/spamassassin/spamassassin_gtk.glade
3727 add glade files for user interfaces and a description how