1 2003-11-24 [paul] 0.9.6claws92
6 2003-11-24 [paul] 0.9.6claws91
9 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
11 2003-11-24 [paul] 0.9.6claws90
13 * src/plugins/image_viewer/viewer.c
14 image_viewer_show_mimepart():
15 use procmime_mimeinfo_get_parameter() to get the file name
17 2003-11-24 [paul] 0.9.6claws89
20 textview_show_mime_part(): rewrite text hint
22 2003-11-22 [paul] 0.9.6claws88
25 see ChangeLog 2003-11-21
27 2003-11-21 [paul] 0.9.6claws87
30 define shortcut key 'o' for 'Open with...'
32 2003-11-21 [alfons] 0.9.6claws86
35 fix bug #383 'Deleting message from "separate message view"
36 uses local Trash folder'
38 2003-11-21 [christoph] 0.9.6claws85
41 fix content-type guessing by name parameter when finding
44 2003-11-21 [alfons] 0.9.6claws84
47 no mail incorporation allowed with --offline param.
48 fixes bug #374, "--offline ignored"
50 2003-11-20 [christoph] 0.9.6claws83
53 use signed MimeInfo when checking the signature and not
56 2003-11-19 [alfons] 0.9.6claws82
59 fix crash when toggling separate views, patch submitted
60 by Pawel Pekala <c0rn|AT|gazeta.pl>.
61 fixes bug #342, "separate views cause crash"
63 2003-11-19 [paul] 0.9.6claws81
66 compose_redirect_write_headers_from_headerlist():
67 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
70 code cleanup (inherited from 0.9.7cvs4)
73 bugfix: added missing attribute-list start. submitted by
76 2003-11-19 [luke] 0.9.6claws80
79 revert my last commit until I get time to fix it
81 2003-11-18 [christoph] 0.9.6claws79
84 check parent MimeInfos for signatures and display the
85 result of the parent when found
88 o avoid NULL pointer warnings
89 o use procmime_mimeinfo_get_parameter()
94 2003-11-17 [luke] 0.9.6claws78
97 add check for disguised URLs, fixing bug 57
98 "Hidden URL in HTML Mails"
100 2003-11-16 [christoph] 0.9.6claws77
103 fix crash when parsing invalid Content-Type header
105 2003-11-16 [christoph] 0.9.6claws76
111 implement message decrypting
116 2003-11-14 [luke] 0.9.6claws75
119 fix a couple of problems that treated application/* and
120 application/octet-stream the wrong way around
121 (since 0.9.6claws10), causing "Open" to do nothing.
123 2003-11-14 [christoph] 0.9.6claws74
128 prepare for message part decrypting
131 add output for expired signatures
136 2003-11-10 [christoph] 0.9.6claws73
139 add "Full info" button for bad and warn signature status
142 generate full signature info like gpg's output
143 (gpg -v --with-fingerprint --verify)
145 2003-11-10 [christoph] 0.9.6claws72
152 o add code to view full signature info
153 o do automatic signature checks
155 2003-11-10 [alfons] 0.9.6claws71
158 don't crash when gtkut_font_load() returns invalid font (has
159 something to do with locale settings)
160 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
162 2003-11-09 [alfons] 0.9.6claws70
167 2003-11-08 [luke] 0.9.6claws69
173 rewrite compose_attach_parts(), fixing various bugs mainly
174 to do with re-editing.
177 "save all" now only saves attachments with names/filenames
179 2003-11-04 [match] 0.9.6claws68
182 fix broken LDAP support.
187 2003-11-04 [luke] 0.9.6claws67
190 o fixed bug 4 "focus lost on messages with attachments"
191 o fixed 'Save all' attachments for new mime changes
192 o right clicking on icons consistent with right clicking on
194 - fixes a bug where wrong part is saved when you
195 choose 'Save as' from popup menu
196 - fixes bug 308 "No way to "save all" attachments"
197 o fixed a compiler warning.
200 o removed flickering in mime tree when using "n" and "p"
202 o fixed bug where selecting the textview and pressing e.g.
203 'y' causes sylpheed to respond twice.
206 removed hard coding of * and ! shortcuts (which only served
207 to cause problems if you tried to redefine the shortcuts)
209 2003-11-04 [luke] 0.9.6claws66
211 * src/plugins/image_viewer/viewer.c
212 * src/plugins/image_viewer/viewerprefs.c
213 * src/plugins/image_viewer/viewerprefs.glade
214 o allow toggling of image scaling by clicking on image
215 o respond to image's container widget resize
218 o fix bad parsing of message when re-editing/viewing a
219 message saved to the drafts folder
221 2003-11-02 [match] 0.9.6claws65
224 fix if not building LDAP support.
228 include support for contains query. feature req 529354.
230 2003-11-02 [alfons] 0.9.6claws64
233 fix build bustage if not compiling ldap support
235 2003-11-01 [match] 0.9.6claws63
239 * src/addr_compl.[ch]
242 * src/addrdefs.h ** NEW **
249 * src/ldapserver.[ch]
250 refactor LDAP query mechanism.
252 * src/browseldap.[ch] ** NEW **
253 * src/ldaplocate.[ch] ** NEW **
254 add feature to browse LDAP entry that was retrieved using
255 an explicit LDAP search.
257 2003-11-01 [alfons] 0.9.6claws62
260 prefs_write_param(): fail when we see an invalid type; all the
261 callers seem to handle this gracefully by reverting changes
263 2003-10-30 [christoph] 0.9.6claws61
269 use extra variables for all libraries to make sure plugins
270 are only linked with libraries they really need. $LIBS is always
271 added to the linking parameters, but we only what the libraries
272 listed in the Makefile
274 2003-10-29 [paul] 0.9.6claws60
277 don't use Subject for unknown part name
279 2003-10-29 [paul] 0.9.6claws59
282 get name of attachment(s) when re-editing, fwd'ing or
286 get name of attachment(s) when saving
288 2003-10-29 [hoa] 0.9.6claws58
291 implemented multipart/alternative in MIME message viewer.
293 2003-10-28 [christoph] 0.9.6claws57
296 make sure MathML-Viewer is not built with the
297 Gtk2 version of GtkMathView
299 2003-10-28 [paul] 0.9.6claws56
301 * sync with 0.9.7cvs1
302 see ChangeLog 2003-10-28
304 2003-10-27 [alfons] 0.9.6claws55
306 * src/matcher_parser_parse.y
307 * src/gtk/colorlabel.c
308 allow setting color label to 0 in filtering/processing rules
309 (should fix bug 368, "Can't create a filter condition "colorlabel 0"")
311 2003-10-26 [alfons] 0.9.6claws54
313 * src/summary_search.c
314 fix misnomer and correct selecting initial search node
316 2003-10-26 [christoph] 0.9.6claws53
320 change display of signature info to use only name of
321 signer, otherwise the text gets too long.
324 don't use MimeInfo's filename to generate tmp filename
326 2003-10-25 [christoph] 0.9.6claws52
329 fix message body searching
331 2003-10-25 [paul] 0.9.6claws51
334 use g_basename rather than basename
336 2003-10-24 [christoph] 0.9.6claws50
339 change fetching of signature key's trust
341 2003-10-24 [paul] 0.9.6claws49
344 update Slovak translation
345 submitted by Andrej Kacian
348 remove unknown menu entry /File/Add mailbox/mbox...
350 2003-10-24 [hoa] 0.9.6claws48
353 removed all references to mbox folders
355 * src/carray.[ch] * REMOVED *
356 * src/chash.[ch] * REMOVED *
357 * src/maillock.[ch] * REMOVED *
358 * src/mailmbox.[ch] * REMOVED *
359 * src/mailmbox_folder.[ch] * REMOVED *
360 * src/mailmbox_parse.[ch] * REMOVED *
361 * src/mailmbox_types.[ch] * REMOVED *
362 * src/mbox_folder.[ch] * REMOVED *
363 remove implementation of mbox folders
364 and old mailbox folder.
365 mbox folder implementation will be added
366 as a plugin so that implementation can be entirely
367 synchronized with the files of the project they are
368 extracted from (libEtPan!).
372 * src/folderview.[ch]
374 Disable as much code that references mbox folders
376 Some UI thing still need to know that folder is mbox
377 (when we have to enter the name of the mailbox and
378 we want to add /var/mail/$USER).
380 2003-10-23 [christoph] 0.9.6claws47
383 don't always display button when noticeview is made visible
389 get signature information from crypto system
391 2003-10-22 [paul] 0.9.6claws46
394 updated by Ricardo Mones Lastra
396 2003-10-22 [paul] 0.9.6claws45
399 update to reflect the changes to the icons that
400 happened in 0.9.6claws35
402 2003-10-22 [alfons] 0.9.6claws44
405 inline carray_count()
407 2003-10-21 [alfons] 0.9.6claws43
414 * src/mailmbox_folder.c
415 * src/mailmbox_parse.c
416 * src/mailmbox_types.[ch]
419 2003-10-21 [luke] 0.9.6claws42
421 * src/stock_pixmaps.[ch]
423 * src/pixmaps/mime_application_octet_stream.xpm ** REMOVE **
424 * src/pixmaps/messageview_text.xpm ** REMOVE **
425 o remove mime_application_octet_stream.xpm icon (it was never
427 o remove redundant icon messageview_text.xpm
430 fix visibility of signature noticeview when toggling 'separate
433 2003-10-21 [christoph] 0.9.6claws41
436 decode multipart and rfc822 mime parts to allow further
437 parsing when required
439 2003-10-21 [christoph] 0.9.6claws40
443 remove obsolete charset parameter in MimeInfo and fix
444 TextView to use the charset from the parameter hash table
446 * src/plugins/dillo_viewer/Makefile.am
447 * src/plugins/trayicon/Makefile.am
448 add OPENSSL_CFLAGS to fix building with using
449 --with-openssl-* parameters
451 2003-10-21 [paul] 0.9.6claws39
453 * src/prefs_matcher.[ch]
454 replace remnants of the old, renamed 'Execute' matchtype
455 add a brief description to the Info window
457 2003-10-21 [hoa] 0.9.6claws38
460 * src/carray.[ch] * NEW *
461 * src/chash.[ch] * NEW *
463 * src/maillock.[ch] * NEW *
464 * src/mailmbox.[ch] * NEW *
465 * src/mailmbox_folder.[ch] * NEW *
466 * src/mailmbox_parse.[ch] * NEW *
467 * src/mailmbox_types.[ch] * NEW *
468 implementation of mbox folder with unique message numbers
470 made use of libEtPan! implementation of mbox for lower-layer.
472 2003-10-20 [alfons] 0.9.6claws37
475 fix invalid argument warning
479 2003-10-20 [paul] 0.9.6claws36
484 fix crash when using Forward in Filtering when
485 external editor option is set
487 Patch submitted by Simon 'corecode' Schubert
488 <corecode@corecode.ath.cx>
490 2003-10-20 [paul] 0.9.6claws35
492 * src/pixmaps/mime_gpg_expired.xpm ** REMOVED **
493 src/pixmaps/mime_gpg_failed.xpm ** REMOVED **
494 src/pixmaps/mime_gpg_passed.xpm ** REMOVED **
495 src/pixmaps/mime_gpg_signed.xpm ** REMOVED **
496 src/pixmaps/mime_gpg_unknown.xpm ** REMOVED **
497 src/pixmaps/privacy_expired.xpm ** NEW FILE **
498 src/pixmaps/privacy_failed.xpm ** NEW FILE **
499 src/pixmaps/privacy_passed.xpm ** NEW FILE **
500 src/pixmaps/privacy_signed.xpm ** NEW FILE **
501 src/pixmaps/privacy_unknown.xpm ** NEW FILE **
502 src/pixmaps/privacy_warn.xpm ** NEW FILE **
504 src/stock_pixmap.[ch]
505 replace mime_gpg_*.xpm icons with new privacy_*.xpm
506 icons. add privacy_warn.xpm icon
508 2003-10-20 [hoa] 0.9.6claws34
510 * src/folder_item_prefs.[ch]
511 * src/prefs_folder_item.c
513 Added a property per folder to choose whether we
514 want to apply processing on it on startup or if we
515 prefer to wait the folder selection to apply it.
518 fixed C89 compatibility (for old compilers, for
521 2003-10-17 [christoph] 0.9.6claws33
524 * src/noticeview.[ch]
525 change noticeview icon to indicate signature status
527 2003-10-17 [christoph] 0.9.6claws32
533 * src/pgpmime.[ch] ** NEW **
536 * src/sgpgme.c ** NEW **
537 reimplement PGP/Mime signature checking (unfinished)
539 2003-10-15 [christoph] 0.9.6claws31
542 fix procmime_get_text_content() and
543 procmime_get_first_text_content()
545 2003-10-15 [christoph] 0.9.6claws30
547 * src/plugins/spamassassin/spamassassin_gtk.c
548 * src/plugins/spamassassin/spamassassin_gtk.glade
551 2003-10-15 [paul] 0.9.6claws29
554 workaround for buggy smtp servers. on sending a
555 return receipt strip the name part from the address
556 when creating headers
558 2003-10-15 [paul] 0.9.6claws28
560 * sync with 0.9.7 release
561 see ChangeLog 2003-10-15
563 2003-10-14 [christoph] 0.9.6claws27
565 * src/plugins/clamav/clamav_plugin.c
568 2003-10-14 [christoph] 0.9.6claws26
575 * src/plugins/clamav/clamav_plugin.c
576 use GNode to create the mime tree (some changes to functions
577 that traverse the tree are just quick and dirty. Maybe we
578 can find better solutions with g_node_*-functions)
580 2003-10-14 [luke] 0.9.6claws25
583 fix a navigation bug (stupid typo of mine)
585 2003-10-14 [christoph] 0.9.6claws24
588 fix missing last line in plain/text mails
590 2003-10-13 [luke] 0.9.6claws23
595 2003-10-13 [kov] 0.9.6claws22
598 error checking when the user enters a non-directory at
599 the file selection dialog.
600 work-around for users entering directory location without
601 adding a leading G_DIR_SEPARATOR.
603 2003-10-13 [luke] 0.9.6claws21
606 error reporting for inserting files, including catching
607 invalid characters for current locale/encoding
609 2003-10-13 [paul] 0.9.6claws20
612 fix bug #347 'subscribe newsgroups crashes'
614 2003-10-13 [paul] 0.9.6claws19
617 when using 'Reply to all' include the 'send replies
621 update Japanese translation. submitted by Rui Hirokawa
622 <rui_hirokawa@ybb.ne.jp>
624 2003-10-13 [hoa] 0.9.6claws18
631 rename get_header_from_msginfo() into
632 procheader_get_header_from_msginfo() so that we have a
633 coherent exported naming.
634 avoid parsing of header contained in a string via
635 a newly written temporary file.
637 Patch submitted by Simon 'corecode' Schubert
638 <corecode@corecode.ath.cx>
640 2003-10-12 [hoa] 0.9.6claws17
646 * src/matcher_parser_parse.y
647 * src/prefs_filtering_action.c
648 added "stop" action : stop applying the filtering rules.
649 added "set score" and "increase/decrease score" actions.
650 That two last action replace the "change_score" action
651 introduced by alfons in 0.8.8claws85.
652 "set score" is to set a given score to the message.
653 "increase/decrease score" will increase or decrease the
654 score if the given value is respectively positive or
655 negative. If someone find a some better name for this last
656 rule, it can be modified.
658 2003-10-12 [paul] 0.9.6claws16
662 update Japanese translation. submitted by Rui Hirokawa
663 <rui_hirokawa@ybb.ne.jp>
665 2003-10-12 [christoph] 0.9.6claws15
668 fix crash caused by incorrect headers
670 2003-10-10 [christoph] 0.9.6claws14
675 implement detection of signed message parts for rfc2015
677 2003-10-10 [thorsten] 0.9.6claws13
682 2003-10-10 [christoph] 0.9.6claws12
684 * src/stock_pixmap.[ch]
685 * src/pixmaps/mime_message.xpm ** NEW **
686 add a new icon for mime type "message"
694 o add icons for message type mime parts
696 2003-10-10 [christoph] 0.9.6claws11
699 * src/messageview.[ch]
706 o remove switching between TextView and MimeView in MessageView
707 (if required we can hide the icon box and the MimeView will
708 look exaxtly like the TextView)
709 o temporary remove signature and decrypting GPGME code
711 2003-10-09 [christoph] 0.9.6claws10
721 * src/common/utils.[ch]
722 * src/plugins/clamav/clamav_plugin.c
723 * src/plugins/dillo_viewer/dillo_viewer.c
724 * src/plugins/image_viewer/viewer.c
725 * src/plugins/mathml_viewer/mathml_viewer.c
726 new mime parser (several things need fixing)
728 2003-10-09 [paul] 0.9.6claws9
731 a little more sync with 0.9.6cvs2 and a tidy up
733 2003-10-08 [paul] 0.9.6claws8
735 * sync with 0.9.6cvs2
736 see ChangeLog 2003-10-03
738 2003-10-05 [christoph] 0.9.6claws7
741 don't use flags to check if a message is in a news folder
743 (closes Bug 282 clicking on folder with copied Messages from News
744 immediately after having copied them crashes Sylpheed-Claws)
746 2003-10-05 [christoph] 0.9.6claws6
749 * src/progressdialog.[ch] ** REMOVE **
750 * src/gtk/Makefile.am
751 * src/gtk/progressdialog.[ch] ** NEW **
752 move progressdialog to gtk directory
754 2003-10-04 [christoph] 0.9.6claws5
756 * src/prefs_toolbar.c
757 * src/gtk/prefswindow.c
758 remove widget_show_all for pages root widget
760 * src/plugins/spamassassin/spamassassin.[ch]
761 * src/plugins/spamassassin/spamassassin_gtk.c
762 * src/plugins/spamassassin/spamassassin_gtk.glade
763 add support for new libspamc transports
765 2003-10-04 [christoph] 0.9.6claws4
767 * src/plugins/spamassassin/libspamc.[ch]
768 * src/plugins/spamassassin/spamassassin.c
769 * src/plugins/spamassassin/utils.[ch]
770 update libspamc to version from SpamAssassin 2.60
772 2003-10-03 [christoph] 0.9.6claws3
775 fix missing format string bug found by
776 Georgi Guninski <guninski@guninski.com>
778 2003-10-03 [paul] 0.9.6claws2
781 update Simpilified Chinese translation, submitted by
784 2003-10-02 [christoph] 0.9.6claws1
787 add UIDPLUS support for COPY and EXPUNGE
789 2003-10-02 [paul] 0.9.6claws
791 * 0.9.6claws released
797 update Spanish and Slovak translations
798 submitted by Ricardo Mones Lastra and Andrej Kacian
800 2003-10-02 [paul] 0.9.5claws43
803 update British English translation
805 2003-10-02 [paul] 0.9.5claws42
808 update Croatian translation, submitted by Dragan
810 2003-10-01 [paul] 0.9.5claws41
814 update Polish and Serbian translations, submitted by
817 2003-10-01 [melvin] 0.9.5claws40
820 Updated French translations
822 2003-10-01 [melvin] 0.9.5claws39
827 * src/plugins/dillo_prefs.c
828 Quasi unnoticeable UI clean-up.
833 tools/maildir2sylpheed.pl
834 bug fixes, rewrites, submitted by Matthias Förste
835 <itsjustme@users.sourceforge.net>
837 2003-09-29 [paul] 0.9.5claws38
840 fix my coding carelessness
842 2003-09-29 [paul] 0.9.5claws37
847 src/prefs_common.[ch]
848 src/prefs_fonts.[ch] ** NEW FILES **
849 move Font config options to Other Prefs/Display/Fonts
850 (user's current configuration is preserved)
852 2003-09-29 [paul] 0.9.5claws36
856 allow 'local_mbox' value to point to either a directory
857 (/var/mail - default, new) or a file (/var/mail/username
860 2003-09-28 [paul] 0.9.5claws35
863 on signature check, where key exists, print the
866 2003-09-27 [alfons] 0.9.5claws34
869 o make progress bar not fill/expand when resizing dialog
870 o use default fixed text font for actions output
872 2003-09-27 [paul] 0.9.5claws33
874 * src/prefs_common.[ch]
877 remove External Program settings from Common Prefs/Send
878 as they are now unnecessary due to Local account settings.
879 plus a little tidying-up after 0.9.5claws31
881 2003-09-27 [paul] 0.9.5claws32
883 * src/prefs_account.c
884 o make correction to gui text:
885 'Local mailbox file' -> 'Local mailbox directory'
886 o give 'local_mbox' option a reasonable default value:
888 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
891 2003-09-26 [paul] 0.9.5claws31
894 src/prefs_common.[ch]
895 remove 'Incorporate from spool' common pref,
896 force creation of a 'Local' account
898 2003-09-26 [christoph] 0.9.5claws30
902 add more NULL pointer checks
904 2003-09-25 [christoph] 0.9.5claws29
907 o don't fetch source message to get it's message id
908 o immediately scan dest folder when copying a message did not
909 return a new message number and not do it when the first message
910 without a new message number is found
912 2003-09-23 [christoph] 0.9.5claws28
915 fix generating of headers
917 (patch by David Relson <relson@osagesoftware.com>)
919 2003-09-23 [paul] 0.9.5claws27
922 update Simplified Chinese translation. submitted by
925 2003-09-23 [paul] 0.9.5claws26
929 tools/vcard2xml.py ** NEW FILE **
930 add a script that converts an evolution vcard to
931 sylpheed's xml format
932 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
934 2003-09-22 [paul] 0.9.5claws25
936 * src/plugins/clamav/clamav_plugin.c
937 don't skip MULTIPART parts
939 2003-09-21 [christoph] 0.9.5claws24
942 remove unneeded include
945 clean up copy/move mess with duplicated code
948 fix problem that sometimes the folder was not scanned
951 2003-09-21 [christoph] 0.9.5claws23
954 * src/logwindow.[ch] ** REMOVE **
957 * src/gtk/Makefile.am
958 * src/gtk/logwindow.[ch] ** ADD **
959 make logwindow prefs_common independent and move
962 2003-09-20 [christoph] 0.9.5claws22
965 add extra space for address code conversion
966 (4 * unconvered size could be too small for short headers)
968 2003-09-20 [christoph] 0.9.5claws21
971 increase temp buffer size when writing headers
973 2003-09-19 [darko] 0.9.5claws20
976 don't ignore value of 'Save copy of outgoing messages to
977 this folder instead of Sent' in message redirect
979 2003-09-17 [christoph] 0.9.5claws19
982 use ", " as address seperator for mail headers and pass whole
983 header line at once to compose_convert_header to make sure
984 it is correctly folded
986 (closes Bug 64 Problem when sending to many recipients)
988 2003-09-17 [hoa] 0.9.5claws18
991 src/matcher_parser_parse.y
993 changed the keyword used for command execution in condition
994 keyword is changed from "execute" to "test"
995 so that it is not the same as the one used for action.
996 This will fix a bug when using filtering dialog.
997 All semantic in the code is also changed to reflect
1002 * sync with 0.9.6 release
1004 2003-09-17 [paul] 0.9.5claws17
1006 * sync with 0.9.5cvs8
1007 see ChangeLog 2003-09-16 and 2003-09-17
1009 2003-09-16 [paul] 0.9.5claws16
1011 * sync with 0.9.5cvs6
1012 see ChangeLog 2003-09-16
1014 2003-09-15 [paul] 0.9.5claws15
1016 * sync with 0.9.5cvs5
1017 see ChangeLog 2003-09-15
1019 2003-09-14 [alfons] 0.9.5claws14
1022 make "Go to inbox after receiving new mail" again;
1023 regression of a sync, restored to sylpheed main
1024 behaviour. (misses still some bits)
1026 2003-09-14 [alfons] 0.9.5claws13
1028 * src/prefs_filtering_action.c
1029 o add proper message if empty execute command line
1030 o don't select first action item after registering a
1031 new action to prevent (what seems to be a GTK) bug
1032 #36, "filtering will only accept one action change
1035 2003-09-14 [alfons] 0.9.5claws12
1037 * src/prefs_filtering.c
1038 * src/prefs_filtering_action.c
1039 * src/prefs_matcher.c
1040 fix function signature for key_pressed_event signal handlers
1042 2003-09-14 [alfons] 0.9.5claws11
1045 fix regression caused by fix for invalid bug #7
1046 (should fix #246, "Multiple selections are deselected when
1047 moving from search window to main window")
1049 2003-09-14 [alfons] 0.9.5claws10
1052 * src/filtering.[ch]
1053 * src/prefs_actions.c
1054 allow `filtering actions` in actions; only for advanced users
1055 right now: try for example, "%as{mark color 2}"
1057 2003-09-13 [paul] 0.9.5claws9
1060 po/zh_CN.po ** NEW FILE **
1061 update Polish translation, submitted by Emil
1062 <eminowbl@posejdon.wpk.p.lodz.pl>
1063 add new Simplified Chinese translation, submitted by
1064 Hansom Young <hansom_young@yahoo.com>
1066 2003-09-12 [alfons] 0.9.5claws8
1069 don't open separate message views when View | Separate message view
1071 (please look carefully for any navigation regressions)
1073 2003-09-11 [alfons] 0.9.5claws7
1076 make default message view, opened by View | Separate message
1077 view, look like a claws message view (which includes a menu
1079 (fixes bug #298, "message view loses tool bar")
1081 2003-09-11 [christoph] 0.9.5claws6
1084 fix double deleting of newsgroup folders
1086 (closes Bug 305 crash after deleting of a newsgroup)
1088 2003-09-11 [paul] 0.9.5claws5
1092 more sync'ing from 0.9.5cvs2
1094 2003-09-11 [christoph] 0.9.5claws4
1098 * src/common/utils.h
1099 fix sync with 0.9.5cvs2
1101 2003-09-11 [paul] 0.9.5claws3
1103 * sync with 0.9.5cvs4
1104 see ChangeLog 2003-09-11
1106 2003-09-11 [paul] 0.9.5claws2
1108 * sync with 0.9.5cvs2
1109 see ChangeLog 2003-09-05
1111 2003-09-11 [paul] 0.9.5claws1
1113 * sync with 0.9.5cvs3
1114 see ChangeLog 2003-09-10
1116 2003-09-10 [paul] 0.9.5claws
1118 * 0.9.5claws released
1120 2003-09-10 [paul] 0.9.4claws78
1125 2003-09-10 [melvin] 0.9.4claws77
1128 Updated French translations
1130 2003-09-10 [paul] 0.9.4claws76
1135 update Spanish, Slovak, and Serbian translations.
1136 submitted by Ricardo Mones Lastra, Andrej Kacian,
1140 add translation team section
1142 2003-09-09 [christoph] 0.9.4claws75
1145 free item->prefs in folder_item_destroy
1147 2003-09-09 [alfons] 0.9.4claws74
1150 o proper check for root node sorting
1151 o remove unnecessary gtk_ctree_remove_node
1153 (should fix bug #300, "crash while moving folder")
1155 2003-09-08 [christoph] 0.9.4claws73
1158 o fix double adding of IMAP FolderItems to GtkCTree
1159 o fix crash then mbox folder is removed
1161 2003-09-08 [christoph] 0.9.4claws72
1166 fix new folder notification
1171 2003-09-08 [christoph] 0.9.4claws71
1174 replace '\n' and '\r' before removing trailing spaces
1178 add information about new or removed items in folder tree change
1179 notification and use this in folderview to add and remove only
1180 the appected items and not refresh the whole tree
1182 2003-09-07 [match] 0.9.4claws70
1191 * src/addrquery.c ** NEW **
1195 * src/stock_pixmap.c
1196 * src/stock_pixmap.h
1197 * src/pixmaps/address_search.xpm ** NEW **
1198 re-introduce Lookup button for LDAP 'static' searches.
1200 2003-09-07 [alfons] 0.9.4claws69
1203 abandon setting usize for messageview because it gives layout problems
1204 with the quick search bar and the headerview; fixes assorted UI glitches:
1206 o bug #148, "Toggling of quick-search bar reduces index view area"
1207 o bug #280, "Window resiizes for line length but does not revert"
1209 2003-09-07 [christoph] 0.9.4claws68
1212 o make sure we don't have any newlines in header values
1213 o check custom headers for spaces and newlines and ignore
1214 malformed header names
1216 2003-09-06 [christoph] 0.9.4claws67
1220 invoke notification hook for folder tree changes after append
1223 (closes Bug 294 Crash while moving folder with many subdirectories)
1225 2003-09-06 [christoph] 0.9.4claws66
1228 destroy folder's MsgCache if FolderItem is removed to make sure
1229 it is not saved when the FolderItem is destroyed
1231 2003-09-06 [christoph] 0.9.4claws65
1233 * src/plugins/clamav/clamav_plugin.c
1234 fix copy & paste bug
1236 2003-09-05 [christoph] 0.9.4claws64
1239 * src/messageview.[ch]
1242 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1243 by MessageView to clear it when the message is deleted. Should
1244 work even if messages are deleted in MainWindow or by
1247 2003-09-05 [alfons] 0.9.4claws63
1250 deleting a message in a message view frees its msginfo, make
1251 messageview_update_all() aware of that (should fix bug #293,
1252 "deleting message caused crash")
1254 2003-09-05 [melvin] 0.9.4claws62
1257 Improve synchronous action exit code (fixes
1258 a ~5 seconds delay after action exit on RedHat 9)
1260 2003-09-04 [christoph] 0.9.4claws61
1264 * src/common/utils.[ch]
1265 add util function to create mime boundary and use it
1266 in compose and gpg code
1268 2003-09-04 [alfons] 0.9.4claws60
1271 source folder item's GNode should already have been freed in
1272 a previous call to src->folder->klass->remove_folder()
1273 (should fix bug #287, "crash when moving folders")
1275 2003-09-03 [thorsten] 0.9.4claws59
1277 * src/plugins/spamassassin/spamassassin_gtk.c
1280 2003-09-03 [christoph] 0.9.4claws58
1282 * src/plugins/spamassassin/spamassassin.[ch]
1283 * src/plugins/spamassassin/spamassassin_gtk.c
1284 add timeout config option
1286 2003-09-03 [paul] 0.9.4claws57
1288 * po/sk.po ** NEW FILE **
1289 add Slovak translation. Submitted by Andrej Kacian
1292 2003-09-03 [paul] 0.9.4claws56
1294 * src/plugins/clamav/clamav_plugin_gtk.c
1295 gui tweaks: replace a label with a tooltip, modify the
1296 text, use gtk_check_button_new(); instead of
1297 gtk_check_button_new_with_label("");
1299 2003-09-02 [alfons] 0.9.4claws55
1302 remember last used dir when attaching multiple files (should fix
1303 bug #290, "Attach File does not remember directory")
1305 2003-09-01 [paul] 0.9.4claws54
1308 updated by Ricardo Mones Lastra
1310 2003-09-01 [alfons] 0.9.4claws53
1312 * src/gtk/gtkaspell.[ch]
1313 be pedantic and strict and use const gchar * instead of guchar *
1315 2003-09-01 [alfons] 0.9.4claws52
1319 re-enable Save As when multiple messages are selected
1321 2003-09-01 [paul] 0.9.4claws51
1324 g_free(trimmed_uri);
1326 2003-09-01 [paul] 0.9.4claws50
1328 * sync with 0.9.4cvs13
1329 see ChangeLog 2003-09-01
1331 2003-09-01 [paul] 0.9.4claws49
1334 trim uri before sending to the statusbar
1335 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1336 in the message window causes main S-C window to enlarge
1339 2003-09-01 [paul] 0.9.4claws48
1341 * sync with 0.9.4cvs12
1342 see ChangeLog 2003-09-01
1344 2003-08-30 [christoph] 0.9.4claws47
1347 * src/folder_item_prefs.[ch]
1348 * src/prefs_folder_item.c
1349 * src/gtk/gtkaspell.[ch]
1350 commit per folder dictionary patch by
1351 Paul Evans <nerd@freeuk.com>
1353 2003-08-30 [christoph] 0.9.4claws46
1355 * src/plugins/spamassassin/spamassassin_gtk.c
1356 * src/plugins/spamassassin/spamassassin_gtk.glade
1357 reduce GUI clutter by placing hints into tooltips
1359 2003-08-30 [paul] 0.9.4claws45
1362 add 'Content-Disposition: inline' to a text/plain
1363 part when using PGP/MIME signing
1365 2003-08-30 [paul] 0.9.4claws44
1367 * src/prefs_common.c
1368 src/prefs_spelling.c
1369 src/prefs_spelling.glade
1370 reduce GUI clutter by placing hints into tooltips
1372 2003-08-29 [christoph] 0.9.4claws43
1375 fix bug found by Ivan Rayner <ivanr@sgi.com>
1377 * src/stock_pixmap.c
1378 change unecessary warning into a debug message
1380 * src/plugins/clamav/Makefile.am
1381 Fix error "-I$(CLAMAV_LIBS)"
1383 2003-08-29 [christoph] 0.9.4claws42
1388 * src/common/Makefile.am
1389 * src/common/passcrypt.c
1390 commit fixes and patches for some of the IRIX problems found by
1391 Ivan Rayner <ivanr@sgi.com>
1393 2003-08-29 [paul] 0.9.4claws41
1395 * src/prefs_filtering.c
1396 add 'Top' and 'Bottom' buttons, based on changes in
1397 src/prefs_filter.c in 0.9.4cvs11.
1399 2003-08-27 [christoph] 0.9.4claws40
1402 fix bug that the current summary settings were copied to the
1403 wrong folder item, when the folder item prefs are opened.
1404 Copying is not required because summary settings and
1405 folder_item_prefs do not contain the same settings
1407 2003-08-27 [thorsten] 0.9.4claws39
1412 2003-08-26 [paul] 0.9.4claws38
1414 * sync with 0.9.4cvs9
1415 see ChangeLog 2003-08-26
1417 2003-08-25 [paul] 0.9.4claws37
1419 * sync with 0.9.4cvs8
1420 see ChangeLog 2003-08-25
1422 2003-08-24 [christoph] 0.9.4claws36
1424 * src/prefs_filtering.c
1425 shouldn't remove items from a GSList while iterating over the
1426 list (makes cur invalid and cur->next not accessable)
1428 (closes Bug 272 i deleted an folder and some seconds later sylpheed
1431 2003-08-23 [christoph] 0.9.4claws35
1434 news folders should be scanned when opened
1436 2003-08-22 [christoph] 0.9.4claws34
1438 * src/prefs_folder_item.c
1439 use macro to assign strings that always frees the old string
1441 * src/gtk/gtkaspell.[ch]
1442 add gtkaspell_set_dictionary_menu_active_item() to set active
1443 item in dictionary option menu
1445 * src/prefs_spelling.c
1446 use gtkaspell_set_dictionary_menu_active_item() to select
1449 2003-08-21 [christoph] 0.9.4claws33
1456 optimize folder system
1458 * src/gtk/gtkstext.c
1459 fix division by zero when font has 0 width for ' '
1461 2003-08-21 [paul] 0.9.4claws32
1463 * sync with 0.9.4cvs7
1464 see ChangeLog 2003-08-20
1466 2003-08-19 [paul] 0.9.4claws31
1469 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1470 SYLDOC_FAQ_HTML_INDEX.
1472 use LC_MESSAGES instead of LC_ALL to find the current
1475 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1477 2003-08-19 [paul] 0.9.4claws30
1480 updated by George Danchev
1482 2003-08-18 [luke] 0.9.4claws29
1484 * src/gtk/gtkvscrollbutton.[ch]
1485 o removed gtk_vscrollbutton_reset() (reasons: reduce
1486 dependencies; do it the GTK way; reduce code -14/+2 lines)
1487 o removed horizontal separator between icons
1489 2003-08-17 [christoph] 0.9.4claws28
1492 no subject threading when the subject has no reply prefix
1494 2003-08-16 [christoph] 0.9.4claws27
1497 remember and restore window sizes and position when the main
1498 window is hidden or shown
1500 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1501 minimised/reopened using trayicon)
1503 2003-08-16 [paul] 0.9.4claws26
1506 add #include "defs.h"
1508 2003-08-16 [paul] 0.9.4claws25
1510 * src/plugins/clamav/clamav_plugin.c
1511 reword a debug_print
1513 * src/plugins/dillo_viewer/dillo_prefs.c
1514 cosmetic: change the labels' text, add tooltips, and
1517 2003-08-15 [christoph] 0.9.4claws24
1520 complete last change (forgot some changes)
1522 2003-08-15 [christoph] 0.9.4claws23
1525 o check number of messages and don't return a 0 message
1526 when no messages are available
1527 o don't parse xref header anymore
1529 (closes Bug 203 I'm not getting any news)
1531 2003-08-15 [paul] 0.9.4claws22
1535 update and define claws bugzilla location
1537 2003-08-15 [paul] 0.9.4claws21
1540 update submitted by Ruslan N. Balkin
1542 2003-08-14 [christoph] 0.9.4claws20
1545 fix search for oldest node in subject threading
1547 2003-08-14 [christoph] 0.9.4claws19
1550 * src/common/utils.h
1551 add possibility to check all nodes with the same subject for
1552 subject threading, not only the oldest node. Should not break
1553 threads anymore if the oldest node is thread_by_subject_max_age
1554 days older then parent, because it can now find a child of
1555 oldest node as new parent.
1557 2003-08-11 [christoph] 0.9.4claws18
1559 * src/plugins/spamassassin/spamassassin.c
1560 run spam check in background process
1562 2003-08-10 [alfons] 0.9.4claws17
1565 make `Select All' sensitive too
1567 2003-08-10 [christoph] 0.9.4claws16
1570 add more checks in imap_close
1572 2003-08-09 [alfons] 0.9.4claws15
1574 * src/prefs_spelling.c
1575 no spell checking UI if not requested
1577 2003-08-09 [alfons] 0.9.4claws14
1579 * src/gtk/prefswindow.c
1582 2003-08-09 [christoph] 0.9.4claws13
1584 * src/prefs_spelling.c
1585 * src/gtk/prefswindow.[ch]
1586 * src/plugins/clamav/clamav_plugin_gtk.c
1587 * src/plugins/spamassassin/spamassassin_gtk.c
1588 sort prefs pages by heighest weight in tree
1590 2003-08-09 [paul] 0.9.4claws12
1592 * sync with 0.9.4cvs6
1593 see ChangeLog 2003-08-07
1596 add Leandro and Luke to claws-branch section
1598 2003-08-09 [christoph] 0.9.4claws11
1600 * src/gtk/Makefile.am
1601 * src/gtk/colorsel.[ch] ** NEW **
1602 create a color selection dialog that can be used as a simple
1603 function call with it's own gtk main loop like filesel.[ch]
1607 * src/prefs_common.c
1608 * src/prefs_spelling.[ch] ** NEW **
1609 * src/prefs_spelling.glade ** NEW **
1610 * src/gtk/gtkutils.[ch]
1611 move "Spell Checker" prefs to new prefs dialog
1613 * src/prefs_folder_item.c
1614 use new colorsel dialog
1616 2003-08-08 [paul] 0.9.4claws10
1619 clear the progress bar unconditionally
1621 2003-08-08 [paul] 0.9.4claws9
1623 * sync with 0.9.4cvs4
1624 see ChangeLog 2003-07-31
1626 2003-08-07 [christoph] 0.9.4claws8
1629 fix bug in image viewer plugin part
1632 don't execute close command if the folder item is not selected
1634 2003-08-07 [hoa] 0.9.4claws7
1636 * src/filtering.[ch]
1637 * src/matcher_parser.h
1638 * src/matcher_parser_parse.y
1639 can define several actions for each filtering rule
1640 can import old versions of filtering rules
1642 * src/prefs_filtering.c
1643 call to a new dialog box to define actions
1645 * src/prefs_filtering_action.[ch]
1646 dialog box to define actions for filtering rules
1648 2003-08-06 [christoph] 0.9.4claws6
1651 make sure source folder is selected when copying messages
1653 2003-08-06 [christoph] 0.9.4claws5
1655 * sync with 0.9.4cvs2
1656 see ChangeLog 2003-07-29
1658 2003-08-05 [paul] 0.9.4claws4
1660 * sync with 0.9.4cvs3
1661 see ChangeLog 2003-07-30
1663 2003-08-04 [match] 0.9.4claws3
1666 export of LDIF files.
1668 2003-08-04 [match] 0.9.4claws2
1671 support for export LDIF. documented.
1672 * src/importldif.[ch]
1673 * src/exportldif.[ch]
1674 add tooltips. documented.
1675 * src/exphtmldlg.[ch]
1676 * src/common/xmlprops.[ch]
1678 * src/exportldif.[ch] ** NEW **
1679 * src/expldifdlg.[ch] ** NEW **
1680 * src/addressbook.[ch]
1682 export of LDIF files.
1685 2003-08-04 [christoph] 0.9.4claws1
1690 * sylpheed-claws.pc.in ** NEW **
1692 * src/common/Makefile.am
1693 * src/gtk/Makefile.am
1694 install sylpheed header files in $(pkgincludedir) and create a
1695 pkg-config file to allow building a plugin without the source
1698 2003-08-04 [paul] 0.9.4claws
1700 * version 0.9.4claws
1702 2003-08-04 [paul] 0.9.3claws97
1705 update Spanish translation. Submitted by Ricardo
1708 2003-08-03 [paul] 0.9.3claws96
1712 update Croatian and Serbian translations. Submitted by
1713 Dragan and Urke MMI respectively
1715 2003-08-03 [alfons] 0.9.3claws95
1718 mark flag has precedence over important flag - seems
1719 to have been changed in sync of 0.9.3claws45. this fixes
1720 a regression where messages that were scored as important
1721 don't show their mark flags. (using the same column for
1722 both importance as mark flags is the real problem
1725 2003-08-03 [melvin] 0.9.3claws94
1728 Updated French translations.
1730 2003-08-03 [melvin] 0.9.3claws93
1733 Fixed typo introduced after 0.9.3claws92
1734 that prevented compilation
1735 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1736 CPPFLAGS and YFLAGS to allow user setting these.
1737 * src/common/Makefile.am
1738 * src/gtk/Makefile.am
1739 * src/plugins/clamav/Makefile.am
1740 * src/plugins/demo/Makefile.am
1741 * src/plugins/dillo_viewer/Makefile.am
1742 * src/plugins/image_viewer/Makefile.am
1743 * src/plugins/mathml_viewer/Makefile.am
1744 * src/plugins/spamassassin/Makefile.am
1745 * src/plugins/trayicon/Makefile.am
1746 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1747 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1748 CPPFLAGS and YFLAGS to allow user setting these.
1750 2003-08-02 [christoph] 0.9.3claws92
1753 o rearrange plugin tests
1754 o add test for clamav.h to ClamAV tests
1756 2003-08-02 [luke] 0.9.3claws91
1759 o fixed appearance of icon list when toggling back from the
1761 o toggling of icons using the keyboard works correctly
1762 o fixed all other keyboard shortcuts to work when icons are
1766 o fixed bug 4 - focus lost when changing messageview view type
1768 2003-08-02 [christoph] 0.9.3claws90
1770 * src/common/hooks.c
1771 fix crash when pointer stored in hash table could get invalid
1772 when a plugin is unloaded
1774 2003-08-01 [christoph] 0.9.3claws89
1777 o try to build all plugins (except spamassassin) by default
1778 o don't build a plugin if a dependency check fails
1780 * src/common/hooks.c
1783 2003-08-01 [match] 0.9.3claws88
1786 allow single click field selection. document code.
1788 2003-08-01 [christoph] 0.9.3claws87
1790 * src/plugins/clamav/clamav_plugin.c
1791 * src/plugins/clamav/clamav_plugin_gtk.c
1792 * src/plugins/dillo_viewer/dillo_viewer.c
1793 * src/plugins/image_viewer/plugin.c
1794 * src/plugins/mathml_viewer/mathml_viewer.c
1795 * src/plugins/spamassassin/spamassassin.c
1796 * src/plugins/spamassassin/spamassassin_gtk.c
1797 * src/plugins/trayicon/trayicon.c
1798 add version check to all plugins
1800 2003-08-01 [hoa] 0.9.3claws86
1802 * src/prefs_filtering.c
1803 fixed a cosmetic bug, during creation of dialog box,
1804 wrong widgets were shown after creation.
1806 2003-08-01 [luke] 0.9.3claws85
1809 o fixed visibility of icons/mimeview after toggling separate
1810 message/folder view (factored out some similar code too).
1813 2003-07-31 [alfons] 0.9.3claws84
1816 tweak icon box UI a bit more, now allowing right-clicks actions
1817 getting the relevant mime data too; should fix #250, "Can't save
1818 attachments sometimes".
1820 2003-07-30 [alfons] 0.9.3claws83
1823 don't do auto-save-draft inside key press handler, but rather
1824 schedule it half of a second later; should fix #67, "autosave
1825 make re-rediting message crazy"
1827 2003-07-30 [christoph] 0.9.3claws82
1829 * src/plugins/trayicon/trayicon.c
1830 process pending events before unloading the plugin
1832 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1834 2003-07-30 [alfons] 0.9.3claws81
1836 * src/common/hooks.c
1837 parameter 2 of g_hook_destroy() should really be a hook id
1839 2003-07-30 [alfons] 0.9.3claws80
1841 * src/common/plugin.c
1842 fix a possibly harmful function signature mismatch
1845 2003-07-30 [alfons] 0.9.3claws79
1847 * src/common/hooks[.ch]
1850 2003-07-30 [darko] 0.9.3claws78
1853 make it compile again
1855 2003-07-30 [luke] 0.9.3claws77
1859 o added/moved signal handlers for SIGTERM (normal kill command)
1860 and SIGINT (ctl-c) to be used even without
1861 --enable-crash-dialog, fixing bug 166
1864 o rewrote menu sensitivity code as per mainwindow.c, fixing
1868 o changed sensitivity condition for 'Next new' and 'Next
1869 unread', fixing bug 8
1871 2003-07-29 [alfons] 0.9.3claws76
1873 * src/common/utils.[ch]
1874 add generate_msgid()
1876 save ack'ed RRR; fixes #205, "return receipt is not saved in
1879 2003-07-29 [alfons] 0.9.3claws75
1882 fix a memleak (claws-only)
1884 2003-07-29 [alfons] 0.9.3claws74
1887 * src/gtk/gtkvscrollbutton.[ch]
1888 fix UI glitch where mime icon toolbox' scroll position is not
1889 reset after switching to another message
1892 2003-07-29 [paul] 0.9.3claws73
1894 * src/prefs_folder_item.c
1895 split the prefs into 2 separate pages
1897 2003-07-29 [paul] 0.9.3claws72
1900 prepend "\n\n" to a signature without a separator too
1902 2003-07-29 [paul] 0.9.3claws71
1905 fix bug where changing to an account without an auto-sig
1906 from an initial account without an auto-sig would insert
1907 2 blank lines at the cursor point
1908 fix bug where changing to an account with an auto-sig
1909 from an initial account without an auto-sig would insert
1910 the sig at the cursor point
1912 2003-07-29 [paul] 0.9.3claws70
1915 use the colour from the folder pref unless the folder
1918 2003-07-29 [alfons] 0.9.3claws69
1923 rewrite return receipt request work a little bit (the former
1924 implementation presumably depended too much on the UI setting
1925 flags). (we're losing the old pending flag.)
1927 2003-07-28 [christoph] 0.9.3claws68
1933 fix copy to IMAP folder from other folder
1935 2003-07-28 [christoph] 0.9.3claws67
1938 fix sync of procmsg_get_message_file_list
1940 2003-07-28 [christoph] 0.9.3claws66
1942 * sync with 0.9.3cvs14
1943 see ChangeLog 2003-07-18
1944 * sync with 0.9.3cvs17
1945 see ChangeLog 2003-07-23
1947 (closes Bug 234 segmentation fault after sending out mail via
1950 2003-07-28 [paul] 0.9.3claws65
1953 update Spanish translation, submitted by Ricardo Mones
1956 2003-07-28 [christoph] 0.9.3claws64
1961 return new message numbers as a GRelation instead of a GSList
1962 that has to be in the same order as the input list. A list
1963 would make it hard for IMAP to optimize oepration by sorting
1964 the input list. The returned list would have to be reordered
1965 to match the same order that input list has.
1967 * src/gtk/gtkaspell.c
1968 fix missing return value, could cause a crash when garbage is
1969 on the stack that is used as the expected return value
1971 2003-07-28 [paul] 0.9.3claws63
1973 * sync with 0.9.4cvs1
1974 see ChangeLog 2003-07-28
1976 2003-07-27 [alfons] 0.9.3claws62
1979 tweak it more to make icon list act like a check button group
1981 2003-07-27 [christoph] 0.9.3claws61
1983 * sync with 0.9.3cvs20
1984 see ChangeLog 2003-07-25
1986 2003-07-27 [paul] 0.9.3claws60
1989 re-commit changes from 0.9.3claws58 -
1990 accidently removed in 0.9.3claws59
1992 2003-07-27 [paul] 0.9.3claws59
1995 a sync from 0.9.3cvs17
1996 see ChangeLog 2003-07-23
1998 2003-07-27 [alfons] 0.9.3claws58
2001 add missing header members to MsgInfo; fixes the problem of
2002 not displaying X-Faces, as noticed by Ricardo Mones
2004 2003-07-26 [christoph] 0.9.3claws57
2006 * sync with 0.9.3cvs18
2007 see ChangeLog 2003-07-24
2009 2003-07-26 [christoph] 0.9.3claws56
2011 * sync with 0.9.3cvs17
2012 see ChangeLog 2003-07-23
2014 2003-07-26 [christoph] 0.9.3claws55
2021 add support for copy function that copy multiple messages
2022 (not implemented yet)
2025 add missing return value
2027 2003-07-26 [paul] 0.9.3claws54
2029 * tools/multiwebsearch.pl
2030 do whitespace substitution before passing the string
2031 to the browser. fixes bug with browsers that don't
2032 do whitespace conversion themselves.
2034 2003-07-25 [christoph] 0.9.3claws53
2039 rewrite adding of multiple messages to a folder for
2040 claws' folder system
2042 2003-07-25 [luke] 0.9.3claws52
2045 o icon toggles set correctly on leaving ctree mimeview
2047 2003-07-25 [paul] 0.9.3claws51
2049 * partial sync with 0.9.3cvs21 [src/main.c]
2050 see ChangeLog 2003-07-25
2052 2003-07-24 [paul] 0.9.3claws50
2054 * tools/maildir2sylpheed.pl
2057 2003-07-24 [paul] 0.9.3claws49
2060 increase the gutter size of paned so that the panes
2063 * src/plugins/demo/demo.c
2064 squeeze in another typo fix
2066 2003-07-24 [paul] 0.9.3claws48
2068 * src/plugins/demo/demo.c
2070 small changes to the English
2072 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
2073 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
2076 rename the misspelled icon
2078 2003-07-23 [alfons] 0.9.3claws47
2081 make icon list look like a list of toggles
2083 2003-07-23 [luke] 0.9.3claws46
2085 * src/pixmaps/mimeview_gpg_expired.xpm
2086 * src/pixmaps/mimeview_gpg_failed.xpm
2087 * src/pixmaps/mimeview_gpg_passed.xpm
2088 * src/pixmaps/mimeview_text_html.xpm
2089 * src/pixmaps/mimeview_image.xpm
2090 o all icons the same size
2093 o mimeview ctree arranged vertically above the viewer
2094 o icons changed to buttons
2095 o can use keyboard to select an icon (Enter)
2096 o resize icon list to width of icons
2098 * src/gtk/gtkvscrollbutton.c
2099 o sensitivity of buttons reacts to position
2101 2003-07-23 [christoph] 0.9.3claws45
2103 * sync with 0.9.3cvs14 (incomplete)
2104 see ChangeLog 2003-07-17
2106 2003-07-23 [alfons] 0.9.3claws44
2110 sync with my local tree to restore some claws-only things
2112 2003-07-23 [paul] 0.9.3claws43
2114 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
2115 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
2120 src/stock_pixmap.[ch]
2121 indicate missing keys and expired sigs/keys
2124 2003-07-23 [paul] 0.9.3claws42
2127 Redirect fixes: enable automatic account selection and
2128 do not append signature to message on changing account
2131 2003-07-23 [paul] 0.9.3claws41
2133 * sync with 0.9.3cvs16
2134 see ChangeLog 2003-07-23
2136 2003-07-23 [alfons] 0.9.3claws40
2139 give progress dialog a main window, and give it the first
2140 one (presumably the only one). fixes bug #247, "segfault on
2143 2003-07-22 [alfons] 0.9.3claws39
2146 shift-space scrolls up
2148 2003-07-22 [paul] 0.9.3claws38
2150 * sync with 0.9.3cvs15
2151 see ChangeLog 2003-07-22
2153 2003-07-20 [alfons] 0.9.3claws37
2156 put menu inside #ifdef USE_ASPELL..#endif
2158 2003-07-20 [christoph] 0.9.3claws36
2161 fix wrong flags in MsgInfo returned by
2162 procmsg_msginfo_get_full_info()
2164 (closes Bug 221 Deleting messages from the Message View gives incorrect
2165 new/unread message counts in the folder view)
2167 * src/plugins/spamassassin/spamassassin_gtk.c
2168 add gettext macro for prefs page title
2170 2003-07-20 [paul] 0.9.3claws35
2173 redraw icon list on signature check
2175 2003-07-20 [christoph] 0.9.3claws34
2180 * src/folder_item_prefs.[ch] ** NEW **
2185 * src/prefs_scoring.c
2187 * src/prefs_folder_item.[ch]
2188 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2190 o use prefswindow for folder properties
2192 * src/gtk/prefswindow.[ch]
2193 change implementation to use an invisible notebook instead
2194 of unparenting widgets
2196 2003-07-20 [christoph] 0.9.3claws33
2202 * src/prefs_filtering.h
2203 * src/prefs_folder_item.[ch]
2207 clean up header mess
2208 (always use 1. typedefs, 2. #includes, 3. structures)
2210 * src/common/version.h.in
2211 add casts for constants
2213 * src/plugins/demo/demo.c
2216 * src/plugins/spamassassin/spamassassin.c
2217 remove unused variable
2219 2003-07-20 [alfons] 0.9.3claws32
2222 o make icon buttons respond on left click
2223 o minor cosmetic change
2225 2003-07-19 [luke] 0.9.3claws31
2228 * src/gtk/gtkvscrollbutton.c
2230 o improved mimeview behaviour when selecting a new message
2231 o plus code cleanups to remove compile warnings
2234 2003-07-19 [alfons] 0.9.3claws30
2238 * src/common/utils.[ch]
2239 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2241 2003-07-19 [alfons] 0.9.3claws29
2243 * src/prefs_folder_item.c
2244 reinit "legacy" tmp_prefs, so we don't free nor use invalid
2247 2003-07-19 [luke] 0.9.3claws28
2253 * src/stock_pixmap.[ch]
2254 * src/gtk/Makefile.am
2256 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
2257 * src/pixmaps/mime_*.xpm ** NEW **
2258 o mimeview rearrangement with a new icon shortcut bar
2260 2003-07-19 [alfons] 0.9.3claws27
2263 o plug leaking nodes_to_recollapse
2264 o add folderview_recollapse_all_nodes() (not used yet)
2266 2003-07-19 [alfons] 0.9.3claws26
2269 * src/common/utils.c
2270 honour #240 "Better SUBJECT handling" by cleaning the prefix
2271 for both forwarding as replying
2273 2003-07-18 [christoph] 0.9.3claws25
2276 * src/common/sylpheed.[ch]
2277 * src/common/version.h.in
2278 add version in numeric form to allow easy comparison
2280 * src/plugins/demo/demo.c
2282 - sylpheed version > plugin version => never allowed, sylpheed
2283 could contain unknown API changes
2284 - sylpheed version < minimum version required => don't load,
2285 API required not available (if linking does not fail)
2287 2003-07-18 [alfons] 0.9.3claws24
2289 * src/common/plugin.[ch]
2292 2003-07-18 [christoph] 0.9.3claws23
2294 * src/common/hooks.c
2295 fix crash when hooks where unregisted
2297 * src/plugins/trayicon/trayicon.c
2298 unregister detroy signal before destroying the widget
2299 (still crashes when the plugin is unloaded)
2301 2003-07-18 [alfons] 0.9.3claws22
2304 delay expanding folder tree during drags until timeout triggered
2305 (needs perhaps some tweaking, so testing is welcome)
2307 2003-07-17 [alfons] 0.9.3claws21
2312 2003-07-17 [christoph] 0.9.3claws20
2314 * src/common/session.c
2315 fix opening of SSL connections
2317 * src/plugins/image_viewer/Makefile.am
2318 add OPENSSL_CFLAGS (we should find a better solution to remove
2319 this dependencies if they are not required)
2321 * src/plugins/spamassassin/spamassassin.c
2322 remove setlocale workaround (fixed in libspamc)
2324 (closes Bug Bug 184 Entering non-ascii character deletes previous char
2325 if spell checking enabled)
2327 2003-07-17 [alfons] 0.9.3claws19
2329 * src/common/hooks.[ch]
2330 * src/plugins/clamav/clamav_plugin.c
2331 * src/plugins/spamassassin/spamassassin.c
2332 * src/plugins/trayicon/trayicon.c
2335 2003-07-17 [alfons] 0.9.3claws18
2340 2003-07-17 [alfons] 0.9.3claws17
2345 2003-07-17 [paul] 0.9.3claws16
2350 add link to the Claws site's FAQ page, after the suggestion
2351 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2352 Move url strings to defs.h
2355 fix typo to prevent "unknown menu entry" warnings
2357 2003-07-17 [alfons] 0.9.3claws15
2359 * src/folderview.[ch]
2360 * src/summaryview.[ch]
2364 2003-07-17 [paul] 0.9.3claws14
2367 remove two instances of 'GTK_EVENTS_FLUSH' because
2368 they are unnecessary and probably cause a stack overflow
2370 2003-07-16 [christoph] 0.9.3claws13
2373 use an invisible GTK notebook to switch between viewers
2374 instead of reparenting widgets
2376 2003-07-16 [christoph] 0.9.3claws12
2379 move folder_item_update_freeze() to correct place in
2380 folder_item_scan_full()
2382 2003-07-16 [paul] 0.9.3claws11
2384 * sync with 0.9.3cvs12
2385 see ChangeLog 2003-07-14 and 2003-07-15
2387 2003-07-16 [christoph] 0.9.3claws10
2390 * src/prefs_account.[ch]
2391 sync IMAP CRAM-MD5 authentication with sylpheed-main
2393 2003-07-15 [alfons] 0.9.3claws9
2396 make --config-dir do something useful
2398 2003-07-15 [alfons] 0.9.3claws8
2401 o fix a bug where 'last' didn't really point to the last message
2402 in the top level list of children, but to the last threaded
2405 o clean up and make it easier to sync
2407 2003-07-15 [alfons] 0.9.3claws7
2410 make correct menu items sensitive
2412 2003-07-14 [alfons] 0.9.3claws6
2415 tune the threader so it will not subject-thread any message
2416 without a subject prefix (this will not thread correctly if
2417 a parent is delivered after their childs, but it looks
2420 2003-07-13 [christoph] 0.9.3claws5
2423 group "Add mailbox *..." menu items in submenu
2425 2003-07-13 [alfons] 0.9.3claws4
2428 correct summary_toggle_pressed() signature and make sure
2429 signal is not passed on
2431 2003-07-13 [alfons] 0.9.3claws3
2434 o for now don't pass on keys when they we're handled by
2435 ctree::key_press_event
2438 2003-07-13 [alfons] 0.9.3claws2
2441 add command line option "--config-dir" to get the current
2444 2003-07-12 [alfons] 0.9.3claws1
2447 * src/matcher_parser_parse.y
2448 * src/prefs_filtering.c
2450 add "Lock" filter action to lock messages;
2453 remove debug_print()
2454 * src/prefs_filtering.c
2455 re-organize matcher part 9:
2456 make action text entries easily extendible;
2457 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2458 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2463 update old information and add missing
2466 2003-07-12 [paul] 0.9.3claws
2468 * 0.9.3claws released
2470 2003-07-12 [paul] 0.9.0claws103
2475 2003-07-12 [melvin] 0.9.0claws102
2478 Fixed bug #215: Show MIME tab for single text/html messages.
2480 2003-07-12 [paul] 0.9.0claws101
2485 2003-07-12 [paul] 0.9.0claws100
2491 update Spanish, Croatian, Polish, Serbian translations.
2492 submitted by Ricardo Mones Lastra, Dragan, Witold
2493 Wladyslaw Wojciech Wilk, Urke MMI
2495 2003-07-12 [melvin] 0.9.0claws99
2498 Updated French translations.
2500 2003-07-12 [paul] 0.9.0claws98
2503 disable 'Lookup' button as it has no effect
2505 2003-07-11 [alfons] 0.9.0claws97
2508 summary_searchbar_pressed() should return TRUE to signal that
2509 event was handled. when returning void, the return value passed
2510 to GTK is actually random, but maybe FALSE, in which case the
2511 event is handled by parent
2513 2003-07-10 [paul] 0.9.0claws96
2515 * ac/missing/gettext.m4
2516 update to version 0.12
2518 2003-07-10 [paul] 0.9.0claws95
2520 * src/plugins/clamav/clamav_plugin.c
2521 fix bug where multipart/alternative messages
2522 would slip through without being scanned
2524 2003-07-10 [christoph] 0.9.0claws94
2527 correct check if folder supports removing when a message is
2528 moved. if not the message is only copied.
2530 (closes Bug 132 crash on startup in newsgroups folders)
2532 2003-07-09 [alfons] 0.9.0claws93
2536 --with-config-dir (default .sylpheed)
2538 2003-07-09 [christoph] 0.9.0claws92
2541 use PKG_CHECK_MODULES to check for gtkmathview
2542 (version 0.4.2 now required)
2544 2003-07-08 [melvin] 0.9.0claws91
2547 Implemented a progress bar that counts the number of completed
2548 tasks when the action runs more than one command.
2550 2003-07-08 [alfons] 0.9.0claws90
2553 if queued message has an invalid Message-Id, don't try to
2554 find message it refers to (fixes #209 "crash when processing
2557 2003-07-08 [paul] 0.9.0claws89
2559 * sync with 0.9.3cvs2
2560 see ChangeLog 2003-07-08
2562 2003-07-08 [match] 0.9.0claws88
2565 extend LDAP search for first/last name by parsing search term.
2567 2003-07-08 [alfons] 0.9.0claws87
2569 * src/send_message.c
2570 fix bug #208 "Status message stuck when sending on POP3 account"
2572 2003-07-07 [paul] 0.9.0claws86
2575 new Croatian translation, submitted by
2576 Dragan <drleskov@inet.hr>
2578 2003-07-07 [paul] 0.9.0claws85
2580 * sync with 0.9.3cvs1
2581 see ChangeLog 2003-07-07
2583 2003-07-05 [christoph] 0.9.0claws84
2588 * src/stock_pixmap.[ch]
2589 * src/pixmaps/messageview_text.xpm ** NEW **
2590 move mimeview tabs to the right side and use icons
2591 instead of text to save some space
2593 (patch by Luke Plant <lukeplant@softhome.net>)
2595 2003-07-05 [christoph] 0.9.0claws83
2598 add NULL pointer checks
2600 (patch by Luke Plant <lukeplant@softhome.net>)
2601 (closes Bug 204 0.9.0 quits on authentication error?!)
2603 2003-07-05 [alfons] 0.9.0claws82
2606 take the clue in bug #202 "./configure script -
2607 'if test' comparison failure" reported by John Kristoff.
2609 2003-07-04 [christoph] 0.9.0claws81
2611 * src/plugins/spamassassin/spamassassin.c
2612 set timeout for spam check
2614 2003-07-04 [christoph] 0.9.0claws80
2617 destroy all FolderItems when shutting down to
2618 allow folders to clean up
2620 2003-07-04 [melvin] 0.9.0claws79
2622 * src/gtk/gtkaspell.c
2623 Fixed bug #184 "Entering non-ascii character deletes
2624 previous char if spell checking enabled": this makes
2625 the spell checking in multibytes (e.g. UTF-8)locales work.
2626 (Patch by Luke Plant).
2628 2003-07-04 [christoph] 0.9.0claws78
2630 * sync with 0.9.2cvs1
2631 see ChangeLog 2003-06-10
2633 2003-07-04 [paul] 0.9.0claws77
2635 * sync with 0.9.3 release
2636 see ChangeLog 2003-07-04
2638 2003-07-03 [christoph] 0.9.0claws76
2645 move folder_item_get_path() stuff into a folder virtual function
2648 use folder_item_fetch_msg() to get message and do not contruct
2649 the filename from path and number
2651 2003-07-03 [paul] 0.9.0claws75
2653 * sync with 0.9.2cvs12
2654 see ChangeLog 2003-07-03
2656 2003-07-02 [paul] 0.9.0claws74
2659 fix text-selection for replying
2661 2003-07-02 [paul] 0.9.0claws73
2663 * sync with 0.9.2cvs11
2664 see ChangeLog 2003-07-02
2666 2003-07-02 [paul] 0.9.0claws72
2669 revert last commit because it breaks more
2672 2003-07-02 [paul] 0.9.0claws71
2675 fix thread by subject/sort by date
2677 2003-07-01 [paul] 0.9.0claws70
2679 * sync with 0.9.2cvs10
2680 see ChangeLog 2003-07-01
2682 2003-06-30 [paul] 0.9.0claws69
2684 * sync with 0.9.2cvs9
2685 see ChangeLog 2003-06-30
2687 2003-06-28 [match] 0.9.0claws68
2692 2003-06-27 [paul] 0.9.0claws67
2694 * sync with 0.9.2cvs7
2695 see ChangeLog 2003-06-27
2697 2003-06-26 [christoph] 0.9.0claws66
2700 freeze folder updates while a folder is scanned
2702 (closes Bug 185 New message counter)
2704 2003-06-26 [darko] 0.9.0claws65
2707 fix infinite loop when adding a new LDAP server
2709 2003-06-26 [paul] 0.9.0claws64
2711 * sync with 0.9.2cvs6
2712 see ChangeLog 2003-06-26
2714 2003-06-26 [paul] 0.9.0claws63
2716 * sync with 0.9.2cvs5
2717 see ChangeLog 2003-06-25 and 2003-06-26
2719 2003-06-25 [match] 0.9.0claws62
2722 Fixed tab/backtab for dropped-down completion list to
2723 move next/previous field. (close bug 147)
2725 2003-06-25 [christoph] 0.9.0claws61
2727 * src/addr_compl.[ch]
2728 * src/addrindex.[ch]
2736 2003-06-25 [leandro] 0.9.0claws60
2740 o gray out "Message/Remove references" menu item if not
2741 replying to a message
2743 2003-06-24 [leandro] 0.9.0claws59
2746 o removed "Message/Create new thread" menu item
2747 o added "Message/Remove references" menu item
2748 (it's off by default and will not check anymore
2749 if the subject changed)
2751 2003-06-23 [alfons] 0.9.0claws58
2754 try better grouping messages threaded by subject based on their age.
2755 still not perfect - because the message tree is not sorted by date.
2757 2003-06-23 [thorsten] 0.9.0claws57
2760 added mail_receive_hook to allow modifications
2761 directly after retrieval (e.g. adding headers).
2763 2003-06-23 [paul] 0.9.0claws56
2765 * src/sourcewindow.c
2766 enable the use of Ctrl+A to select all text in
2768 Patch submitted by Ivan Francolin Martinez
2769 <ivanfm@users.sourceforge.net>
2771 2003-06-22 [christoph] 0.9.0claws55
2774 o add notification hook for folder tree changes
2775 o invoke hooks after folder tree scanning
2777 * src/folderview.[ch]
2778 register hook for folder tree changes that
2781 (there are more places that should be updated, like add, remove
2784 (closes Bug 164 Crash on rebuild folder tree)
2785 (closes Bug 190 Crash on 'rebuilding folder tree')
2787 2003-06-21 [leandro] 0.9.0claws54
2790 create a new thread if subject changes
2791 (it's on by default, can be disabled in Message menu)
2793 2003-06-21 [alfons] 0.9.0claws53
2796 quiet little compiler
2798 2003-06-21 [christoph] 0.9.0claws52
2800 update gettext stuff to version 0.12
2802 2003-06-19 [alfons] 0.9.0claws51
2805 * src/common/plugin.c
2806 move defs.h before glib.h to prevent MIN/MAX redefs
2813 2003-06-19 [match] 0.9.0claws50
2815 * src/addressbook.[ch]
2816 * src/addrindex.[ch]
2817 * src/addr_compl.[ch]
2819 * src/editldap_basedn.[ch]
2822 re-implemented dynamic LDAP search. works without
2823 slowdown on display sender with addressbook
2828 2003-06-19 [paul] 0.9.0claws49
2831 fix Bug #136 'Nonprovided quotation marks crash claws'
2832 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2834 2003-06-19 [alfons] 0.9.0claws48
2836 * src/prefs_common.[ch]
2838 restrict threading by subject by checking thread for
2839 age (prefs_common.thread_by_subject_max_age)
2841 2003-06-18 [christoph] 0.9.0claws47
2844 fix memory leak in imap_cmd_fetch()
2846 2003-06-18 [christoph] 0.9.0claws46
2849 fix memory leak in prefs_set_default() when used multiple
2850 times or after prefs have been read
2852 2003-06-18 [christoph] 0.9.0claws45
2854 * src/common/plugin.c
2855 fix memory leak in plugin_unload()
2857 2003-06-18 [christoph] 0.9.0claws44
2860 fix memory leak in imap_cmd_ok()
2862 2003-06-18 [christoph] 0.9.0claws43
2865 stop messages that are downloaded from POP3 and added to
2866 an IMAP inbox from being filtered twice (first by POP3
2867 and again when IMAP folder is scaned to get the UID of
2868 the APPEND operation when no UIDPLUS is available)
2877 * tools/launch_phoenix ** REMOVED **
2878 tools/launch_firebird ** NEW **
2879 renamed and edited to reflect the browser's name change from
2880 'phoenix' to 'firebird'
2882 2003-06-18 [paul] 0.9.0claws42
2884 * sync with 0.9.2cvs2
2885 see ChangeLog 2003-06-16
2887 2003-06-17 [alfons] 0.9.0claws41
2890 prevent threading problems when a node is an ancestor (parent / great parent),
2891 which mostly happens with circular references (thanks to Phillipe Gramoullé
2892 for finding an sample set of messages)
2894 2003-06-16 [christoph] 0.9.0claws40
2897 don't popup main window on --receive or --receive-all
2899 * src/mainwindow.[ch]
2900 * src/plugins/trayicon/trayicon.c
2901 allow hiding of main window by clicking on the trayicon
2902 (doesn't work correctly in seperate window mode and may
2903 cause unexpected GTK problems I couldn't find yet)
2906 remove incorrect warning
2908 2003-06-15 [alfons] 0.9.0claws39
2910 * src/gtk/gtkstext.c
2911 don't output debug text;
2912 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2913 for pointing this out);
2915 2003-06-14 [alfons] 0.9.0claws38
2918 remove printf() and make one if..else comply with coding style
2920 2003-06-14 [alfons] 0.9.0claws37
2925 * src/messageview.[ch]
2927 apply patch #754162 "Quoting messages filtered by actions" submitted
2928 by Martin Wicke, which allows quoting message body changed by an
2931 2003-06-13 [alfons] 0.9.0claws36
2934 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2935 use case insensitive regexp (suggested by Ivan Martinez)
2937 2003-06-13 [christoph] 0.9.0claws35
2940 * src/plugins/trayicon/Makefile.am
2941 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
2942 * src/plugins/trayicon/trayicon.c
2943 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
2944 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
2945 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
2946 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
2947 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
2948 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
2949 replace my own EggTrayIcon backport with the backport
2950 used by (l|x)mule and gabber.
2952 2003-06-13 [alfons] 0.9.0claws34
2955 * src/common/utils.c
2956 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2958 2003-06-13 [alfons] 0.9.0claws33
2961 clean up a little bit
2963 2003-06-12 [alfons] 0.9.0claws32
2966 const correctness fix
2968 * src/common/sylpheed.[ch]
2970 prevent redef MIN/MAX
2972 * src/common/utils.[ch]
2975 2003-06-12 [melvin] 0.9.0claws31
2978 Updated to take into accounts changes in GtkAspell.
2980 2003-06-12 [alfons] 0.9.0claws30
2984 * src/common/utils.[ch]
2985 handle reply subject prefixes better (initial
2986 suggestion by Robert Story adapted and enhanced
2989 2003-06-12 [melvin] 0.9.0claws29
2992 Use new gtkaspell_checkers_strerror() to get the speller's
2993 error message instead of accessing the (now private)
2998 Use #ifdef instead of #if for USE_ASPELL
2999 Use the new spell checkers init/quit functions
3001 * src/gtk/gtkaspell.c
3002 Use #ifdef instead of #if for USE_ASPELL
3003 Moved in the majority of GtkAspell structures that were
3004 exported before by gtkaspell.h
3006 * src/gtk/gktaspell.h
3007 Made gtkaspell.h contain only the necessary data to be
3008 publicized by moving many structures to gtkaspell.c.
3009 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
3010 gtkaspell_checkers_new(): replaced by...
3011 gtkaspell_checkers_init(): new function for initialization
3012 gtkaspell_checkers_delete(): replaced by...
3013 gtkaspell_checkers_quit(): new function
3014 gtkaspell_checkers_strerror(): new function that returns
3015 the checker's last error message.
3017 2003-06-11 [melvin] 0.9.0claws28
3020 Updated to take into account gtkaspell.c migration to
3021 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
3023 2003-06-10 [alfons] 0.9.0claws27
3025 * src/filtering.[ch]
3029 - try fixing bug #18 (any brave testers?)
3030 - add more robustness by refusing previously
3031 unchecked NULL pointers
3033 2003-06-10 [alfons] 0.9.0claws26
3036 fix bug #176 by don't checking MsgInfos with a NULL msgid
3038 2003-06-09 [alfons] 0.9.0claws25
3040 * src/prefs_common.c
3041 fix bug #163 "Icon switching doesnt work properly" by
3042 preventing early freeing of prefs_common.pixmap_theme_path.
3044 2003-06-09 [christoph] 0.9.0claws24
3046 * src/gtk/gtkaspell.c
3047 revert Thorsten's fix and add forgotten g_strdup for
3048 aspell path (it should not be possible to alter the path a
3049 GtkASpell uses from outside)
3051 2003-06-09 [thorsten] 0.9.0claws23
3053 * src/gtk/gtkaspell.c
3054 dont free prefs_common.aspell_path when closing compose
3056 2003-06-08 [colin] 0.9.0claws22
3058 * src/plugins/spamassassin/spamassassin.c
3061 2003-06-07 [christoph] 0.9.0claws21
3065 * src/gtkaspell.[ch] ** REMOVE **
3066 * src/gtk/Makefile.am
3067 * src/gtk/gtkaspell.[ch] ** NEW **
3068 o make gtkaspell independent from sylpheed's prefs
3069 o move gtkaspell.[ch] to gtk directory
3071 2003-06-07 [christoph] 0.9.0claws20
3076 * src/filesel.[ch] ** REMOVE **
3079 * src/common/sylpheed.[ch]
3080 * src/gtk/Makefile.am
3081 * src/gtk/filesel.[ch] ** NEW **
3082 * src/gtk/pluginwindow.c
3083 * src/gtk/sslcertwindow.c
3084 move filesel.[ch] to gtk directory
3086 2003-06-07 [alfons] 0.9.0claws19
3089 make (multi) file selection dialog work again (Claws-only)
3091 2003-06-07 [thorsten] 0.9.0claws18
3096 2003-06-07 [alfons] 0.9.0claws17
3100 detect apache mishap in which case don't include fnmatch.h
3101 if regex.h is already included
3103 2003-06-06 [christoph] 0.9.0claws16
3107 add check for fnmatch.h and include it when available
3110 fix wrong case sensitivity of Content-Types
3112 * src/gtk/Makefile.am
3113 need the same include paths in gtk directory as in
3114 common directory because .h files in common can
3115 include files from these directories, when included
3116 in gtk's .h or .c files
3118 2003-06-06 [alfons] 0.9.0claws15
3122 make it compile again because of regex.h / fnmatch.h
3123 include problems (related to recent mime stuff, can
3124 someone check this?)
3126 2003-06-06 [thorsten] 0.9.0claws14
3129 possible use of uninitialized pointer while dragging
3131 2003-06-06 [paul] 0.9.0claws13
3134 fix bug where the insert sig button would be effective
3135 only when auto_sig was set
3137 2003-06-06 [paul] 0.9.0claws12
3139 * sync with 0.9.2 release
3141 2003-06-02 [paul] 0.9.0claws11
3143 * sync with 0.9.1cvs1
3144 see ChangeLog 2003-06-02
3149 2003-06-01 [christoph] 0.9.0claws10
3152 don't use substring search to find accounts by email address
3154 (closes Bug 169 Overly loose matching of "From" address)
3156 2003-05-31 [christoph] 0.9.0claws9
3158 * doc-src/rfc2683.txt
3160 limit IMAP command length as recommended in RFC2683
3161 (message number lists will be split into multiple imap
3162 sets, the limit of 1000 octets is not a hard limit)
3164 (closes Bug 161 sylpheed-claws exits with segfault when logging
3165 in to certain imap-servers)
3167 2003-05-29 [alfons] 0.9.0claws8
3170 add print button (calling summary_print());
3171 fine tune setting tooltip text;
3172 (if someone needs other buttons, please take these
3173 commits as a guide, instead of bothering us - also
3176 2003-05-29 [darko] 0.9.0claws7
3179 fix crash when word wrapping kicks in due to
3180 changed text by spell checker
3182 2003-05-29 [paul] 0.9.0claws6
3185 fix bug where changing account would insert
3186 sig even if auto_sig was FALSE
3191 sync with 0.9.1 release
3193 2003-05-28 [christoph] 0.9.0claws5
3196 fix truncation of too long commands
3198 (closes Bug 167 IMAP hangs trying to get envelope
3199 information in imap_get_uncached_messages)
3201 2003-05-27 [paul] 0.9.0claws4
3204 tools/maildir2sylpheed.pl ** NEW FILE **
3205 add kmail to sylpheed mailbox conversion script
3207 2003-05-27 [paul] 0.9.0claws3
3209 * sync with 0.9.0cvs10
3210 see ChangeLog 2003-05-26
3212 2003-05-26 [paul] 0.9.0claws2
3214 * sync with 0.9.0cvs9
3215 see ChangeLog 2003-05-26
3217 2003-05-24 [paul] 0.9.0claws1
3219 * sync with 0.9.0cvs8
3220 see ChangeLog 2003-05-23
3222 2003-05-24 [paul] 0.9.0claws
3224 * version 0.9.0claws released
3226 2003-05-24 [paul] 0.8.11claws177
3228 * src/plugins/dillo-viewer/Makefile.am
3229 src/plugins/traycon/Makefile.am
3239 update Bulgarian, British English, Spanish, Italian,
3240 Brazilian Portuguese, Russian, and Serbian translations,
3241 submitted by George Danchev, [me], Ricardo Mones Lastra,
3242 André Filipe de Assunção e Brito, Alessandro Maestri,
3243 Ruslan N. Balkin, and Urke MMI
3245 2003-05-23 [melvin] 0.8.11claws176
3248 Updated French translations
3250 2003-05-22 [paul] 0.8.11claws175
3261 src/editldap_basedn.c
3265 revert to get ldap into it previous working state
3268 new Taiwanese translation,
3269 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3271 2003-05-22 [christoph] 0.8.11claws174
3273 * src/plugins/spamassassin/libspamc.[ch]
3274 sync libspamc with SpamAssaain release 2.55
3276 2003-05-22 [paul] 0.8.11claws173
3278 * sync with 0.9.0cvs7
3279 see ChangeLog 2003-05-22
3282 revert change in 0.8.11claws172: follow
3283 Hiroyuki's decision and that's the end of it.
3285 2003-05-21 [paul] 0.8.11claws172
3288 fix discrepency between open_unread_on_enter
3291 2003-05-21 [paul] 0.8.11claws171
3293 * sync with 0.9.0cvs6
3294 see ChangeLog 2003-05-21
3296 2003-05-21 [paul] 0.8.11claws170
3298 * sync with 0.9.0cvs5
3299 see ChangeLog 2003-05-21
3301 2003-05-20 [paul] 0.8.11claws169
3303 * sync with 0.9.0cvs4
3304 see ChangeLog 2003-05-20
3305 fixes bug #152, 'encoding of IMAP folders names'
3307 2003-05-20 [paul] 0.8.11claws168
3309 * sync with 0.9.0cvs3
3310 see ChangeLog 2003-05-20
3312 * src/tools/convert_mbox.pl
3313 minor change in the comments, submitted by Fred Marton
3315 2003-05-19 [paul] 0.8.11claws167
3317 * src/plugins/clamav/Makefile.am
3319 link clamav_lib to the plugin and not to the main program
3321 2003-05-19 [christoph]
3324 add -export-dynamic for linking
3326 2003-05-19 [paul] 0.8.11claws166
3328 * sync with 0.9.0cvs1
3329 see ChangeLog 2003-05-19
3331 2003-05-19 [paul] 0.8.11claws165
3334 fix 'pop before smtp' timeout
3336 2003-05-18 [alfons] 0.8.11claws164
3338 * src/prefs_matcher.c
3339 put "execute" action command line ("expression") in edit box
3341 2003-05-18 [christoph] 0.8.11claws163
3344 * src/plugins/dillo_viewer/dillo_viewer.c
3345 * src/plugins/image_viewer/viewer.c
3346 * src/plugins/mathml_viewer/mathml_viewer.c
3347 let a viewer have a list of Content-Types
3349 2003-05-18 [paul] 0.8.11claws162
3351 * src/prefs_filtering.c
3352 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3353 and REDIRECT actions
3355 2003-05-17 [christoph]
3358 o remove dynamic signatures that was syned with main
3359 o add infos about no longer "build in" image viewer
3360 o update bugtracker URL
3362 2003-05-17 [christoph] 0.8.11claws161
3367 don't use imap_scan_folder anymore. Instead call folder_item_scan
3368 for every folder after rebuilding the folder tree.
3370 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3373 2003-05-17 [christoph] 0.8.11claws160
3376 don't use STATUS command on current folder to check for
3377 content changes. imap_cmd_ok() now tracks changes to
3378 folder and number of existing messages.
3380 2003-05-17 [paul] 0.8.11claws159
3382 * src/plugins/clamav/clamav_plugin.c
3383 remove unnecessary debug_print
3385 2003-05-16 [thorsten] 0.8.11claws158
3387 * src/plugins/demo.c
3388 included missing intl.h
3390 2003-05-16 [paul] 0.8.11claws157
3393 remove non-existant entries
3395 * src/plugins/clamav/clamav_plugin.c
3396 src/plugins/clamav/clamav_plugin_gtk.c
3397 src/plugins/dillo_viewer/dillo_prefs.c
3398 src/plugins/dillo_viewer/dillo_viewer.c
3401 2003-05-16 [christoph] 0.8.11claws156
3404 include plugin .c files for translation until I
3405 find a better solution to have plugins have their
3407 * src/plugins/demo/demo.c
3408 * src/plugins/image_viewer/plugin.c
3409 * src/plugins/mathml_viewer/mathml_viewer.c
3410 * src/plugins/spamassassin/spamassassin.c
3411 * src/plugins/spamassassin/spamassassin_gtk.c
3412 * src/plugins/trayicon/trayicon.c
3413 add gettext macros for plugin name and description
3419 2003-05-16 [paul] 0.8.11claws155
3421 * sync with lastest 0.9.0pre1
3422 see ChangeLog 2003-05-16
3424 2003-05-15 [paul] 0.8.11claws154
3426 * sync with latest 0.9.0pre1
3427 see ChangeLog 2003-05-14 and 2003-05-15
3429 2003-05-14 [christoph] 0.8.11claws153
3431 * src/plugins/image_viewer/viewer.c
3432 * src/plugins/image_viewer/viewer.glade ** NEW **
3433 * src/plugins/image_viewer/viewerprefs.c
3434 make it possible to disable the autoload function in the
3437 2003-05-14 [christoph] 0.8.11claws152
3440 fix folder update after adding a message
3442 2003-05-13 [alfons] 0.8.11claws151
3444 * src/common/session.c
3447 * src/addrcache.[ch]
3448 * src/filtering.[ch]
3450 * src/gtkaspell.[ch]
3452 * src/mbox_folder.[ch]
3457 * src/passphrase.[ch]
3458 * src/prefs_common.[ch]
3459 * src/prefs_gtk.[ch]
3462 be pedantic; (in prototypes () implies (int))
3464 2003-05-13 [alfons] 0.8.11claws150
3466 * src/prefs_toolbar.[ch]
3467 * src/summaryview.[ch]
3469 change misleading text in toolbar prefs;
3470 add toolbar action for ignore thread (toggles ignore thread flag);
3471 clean up a little bit;
3475 * tools/convert_mbox.pl
3476 bug fixed by Fred Marton
3480 * sync with 0.9.0pre1
3482 2003-05-09 [paul] 0.8.11claws149
3484 * sync with 0.8.11cvs43
3485 see ChangeLog 2003-05-09
3487 2003-05-08 [christoph] 0.8.11claws148
3490 o use CAPABILIY as first command and check for PREAUTH
3491 information in the response to it
3492 o rewrite all imap_cmd_* functions to use an IMAPSession
3493 instead of a SockInfo as parameter
3494 o do STARTTLS after fetching and checking the server
3497 2003-05-08 [paul] 0.8.11claws147
3501 tools/convert_mbox.pl ** NEW FILE **
3502 add mbox conversion script. Submitted by
3503 Fred Marton <Fred.Marton@uni-bayreuth.de>
3505 2003-05-07 [christoph]
3508 * src/gtk/pluginwindow.glade
3509 * src/plugins/image_viewer/viewerprefs.glade
3510 * src/plugins/spamassassin/spamassassin_gtk.glade
3511 add glade files for user interfaces and a description how
3512 to use glade to create the sylpheed code
3514 2003-05-07 [paul] 0.8.11claws146
3516 * sync with 0.8.11cvs41
3517 see ChangeLog 2003-05-07
3519 2003-05-06 [christoph] 0.8.11claws145
3522 * src/plugins/image_viewer/viewer.c
3523 fix usage of imlib in imageviewer plugin
3525 * src/gtk/prefswindow.c
3526 handle window close event correctly
3528 2003-05-06 [paul] 0.8.11claws144
3531 fix typo introduced in sync
3533 2003-05-06 [paul] 0.8.11claws143
3535 * sync with 0.8.11cvs39
3536 see ChangeLog 2003-05-06
3538 2003-05-06 [paul] 0.8.11claws142
3542 updated Czech translation, submitted by
3543 Radek Vybiral <Radek.Vybiral@vsb.cz>
3545 * src/plugins/clamav/clamav_plugin_gtk.c
3548 2003-05-03 [alfons] 0.8.11claws141
3551 make paste as quotation work even when the call to
3552 text_inserted() was deferred (fixes bug #140 "Paste
3553 as quotation does not work when using "external"
3556 2003-05-03 [thorsten] 0.8.11claws140
3561 removed C++ comments
3563 function with non-int retval/param used before
3564 implementation/declaration
3566 2003-05-02 [paul] 0.8.11claws139
3568 * src/addr_compl.[ch]
3569 src/addressbook.[ch]
3572 revert match's changes to (finally) remove the bug where
3573 opening a folder causes massive slowdown when using the
3574 'Display sender using address book' option
3576 2003-05-01 [melvin] 0.8.11claws138
3578 * src/plugins/dillo_viewer/dillo_prefs.[ch]
3579 * src/plugins/dillo_viewer/dillo_viewer.c
3580 Fixed bug where "Cancel" button from prefs issued
3582 Comply a little more to coding style
3584 2003-05-01 [paul] 0.8.11claws137
3586 * sync with 0.8.11cvs38
3587 see ChangeLog 2003-05-01
3589 2003-05-01 [paul] 0.8.11claws136
3592 updated by George Danchev
3594 2003-04-30 [christoph] 0.8.11claws135
3596 * src/plugins/dillo_viewer/dillo_prefs.c
3597 * src/plugins/image_viewer/viewerprefs.c
3598 * src/plugins/spamassassin/spamassassin_gtk.c
3599 remove gtk_widget_ref() calls for widgets in
3602 2003-04-30 [paul] 0.8.11claws134
3605 ok, this time a better fix for the bug where opening folder
3606 has massive slowdown when using the 'Display sender using
3607 address book' option
3609 2003-04-30 [paul] 0.8.11claws133
3612 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3614 2003-04-30 [melvin] 0.8.11claws132
3616 New: Dillo plugin preferences (patch by Dimitar Haralanov)
3618 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
3619 Preferences for the dillo plugin
3620 * src/plugins/dillo_viewer/dillo_viewer.c
3621 Support for preferences
3622 * src/plugins/dillo_viewer/Makefile.am
3623 Added dillo_prefs.[ch]
3625 2003-04-30 [alfons] 0.8.11claws131
3627 * src/common/plugin.[ch]
3628 see? this ANSI C'fication immediately gives us type
3631 2003-04-30 [alfons] 0.8.11claws130
3633 * src/common/plugin.[ch]
3634 * src/plugins/clamav/clamav_plugin.[ch]
3635 * src/plugins/clamav/clamav_plugin_gtk.c
3636 * src/plugins/demo/demo.c
3637 * src/plugins/dillo_viewer/dillo_viewer.c
3638 * src/plugins/image_viewer/plugin.c
3639 * src/plugins/image_viewer/viewer.[ch]
3640 * src/plugins/image_viewer/viewerprefs.[ch]
3641 * src/plugins/mathml_viewer/mathml_viewer.c
3642 * src/plugins/spamassassin/spamassassin.[ch]
3643 * src/plugins/spamassassin/spamassassin_gtk.c
3644 * src/plugins/trayicon/trayicon.c
3647 2003-04-30 [alfons] 0.8.11claws129
3649 * src/common/utils.c
3650 make is_ascii_str() fail gracefully when NULL pointer
3653 2003-04-30 [paul] 0.8.11claws128
3656 fix bug where opening folder has massive slowdown when
3657 using the 'Display sender using address book' option
3659 2003-04-30 [paul] 0.8.11claws127
3661 * src/plugins/clamav/clamav_plugin.c
3662 src/plugins/clamav/clamav_plugin_gtk.c
3663 src/plugins/demo/demo.c
3664 src/plugins/dillo_viewer/dillo_viewer.c
3665 src/plugins/image_viewer/plugin.c
3666 src/plugins/mathml_viewer/mathml_viewer.c
3667 src/plugins/spamassassin/spamassassin.c
3668 src/plugins/spamassassin/spamassassin_gtk.c
3669 src/plugins/trayicon/trayicon.c
3670 get rid of eye-hurting function signatures
3672 2003-04-30 [paul] 0.8.11claws126
3674 * src/plugins/trayicon/trayicon.c
3680 2003-04-30 [paul] 0.8.11claws125
3683 arrange the plugins in reverse alphabetical order
3685 * src/plugins/clamav/clamav_plugin.[ch]
3686 src/plugins/clamav/clamav_plugin_gtk.c
3688 resize max_size window
3689 re-arrange the order of some gui elements
3690 improve descriptions
3692 * src/plugins/image_viewer/plugin.c
3693 src/plugins/mathml_viewer/mathml_viewer.c
3696 * src/plugins/spamassassin/spamassassin_gtk.c
3697 resize max_size window
3698 re-arrange the order of some gui elements
3704 2003-04-30 [alfons] 0.8.11claws124
3707 fix a leak found while browsing Martin Kluge's
3708 valgrind log (Claws only)
3710 2003-04-29 [darko] 0.8.11claws123
3712 * src/gtk/gtkstext.h
3713 include wchar.h if it is available, fixes compilation
3716 2003-04-29 [melvin] 0.8.11claws122
3718 * src/prefs_actions.c
3719 Improved help text of Actions' syntax
3721 2003-04-28 [paul] 0.8.11claws121
3724 a better fix for the crash when performing an action
3727 2003-04-28 [paul] 0.8.11claws120
3730 fix crash when performing an action on a
3733 2003-04-28 [paul] 0.8.11claws119
3735 * sync with 0.8.11cvs36
3736 see ChangeLog 2003-04-28
3738 2003-04-27 [paul] 0.8.11claws118
3740 * more sync with 0.8.11cvs35
3741 see ChangeLog 2003-04-25
3743 2003-04-26 [christoph] 0.8.11claws117
3746 fix remove virtual check
3748 2003-04-26 [paul] 0.8.11claws116
3751 fix return-receipt, make it work again
3753 2003-04-26 [paul] 0.8.11claws115
3756 restore double-clicking of the [application/pgp-signature
3757 (Select "Check signature" to check)] line in the message view,
3758 broken in recent sync
3760 2003-04-26 [christoph] 0.8.11claws114
3763 check if remove virtual really exists before
3764 calling the function
3766 2003-04-25 [match] 0.8.11claws113
3770 * src/ldapquery.[ch]
3773 * src/ldapserver.[ch]
3774 fix memleak. fix segfault.
3775 plug a Claws memleak
3777 2003-04-25 [alfons] 0.8.11claws112
3780 plug a Claws memleak
3782 2003-04-25 [alfons] 0.8.11claws111
3784 * src/common/session.c
3787 2003-04-25 [paul] 0.8.11claws110
3789 * sync with 0.8.11cvs35
3790 see ChangeLog 2003-04-24 and 2003-04-25
3792 * src/gtk/pluginwindow.c
3793 correct another strange float value
3795 2003-04-24 [christoph] 0.8.11claws109
3798 freeze folder item updates when unsetting new flags
3800 * src/gtk/pluginwindow.c
3801 correct strange float value
3803 2003-04-23 [paul] 0.8.11claws108
3805 * sync with 0.8.11cvs33
3806 see ChangeLog 2003-04-23
3808 2003-04-22 [paul] 0.8.11claws107
3813 src/pgptext.[ch] ** REMOVED **
3814 remove pgptext.[ch] as its not used any more
3816 2003-04-22 [paul] 0.8.11claws106
3818 * sync with 0.8.11cvs31
3819 see ChangeLog 2003-04-21 and 2003-04-22
3821 2003-04-21 [alfons] 0.8.11claws105
3824 No access to GTK structures if we're a spawned child
3825 (and clean up code a little bit...) Should fix #126.
3827 2003-04-21 [melvin] 0.8.11claws104
3829 * src/plugins/dillo_viewer/README
3830 Improved slightly the text.
3832 2003-04-21 [melvin] 0.8.11claws103
3834 * src/plugins/dillo_viewer/README *** NEW ***
3835 Added a README file for the Dillo plugin
3840 tools/outlook2sylpheed.pl
3841 updated and improved by Ricardo Mones Lastra
3843 2003-04-18 [oliver] 0.8.11claws102
3846 * src/prefs_account.h
3847 remove Pop3SessionType (used by selective download)
3848 * src/prefs_toolbar.c
3849 enable set Default Toolbar button
3851 2003-04-18 [paul] 0.8.11claws101
3853 * sync with 0.8.11cvs29
3854 see ChangeLog 2003-04-18
3856 2003-04-17 [paul] 0.8.11claws100
3858 * src/prefs_common.[ch]
3860 remove 'Open next message on deletion' option,
3861 as the same effect can now be achieved via the
3862 'Always open messages in summary when selected'
3865 2003-04-17 [paul] 0.8.11claws99
3867 * sync with 0.8.11cvs28
3868 see ChangeLog 2003-04-17
3870 2003-04-17 [christoph] 0.8.11claws98
3872 * ac/spamassassin.m4
3873 * src/plugins/spamassassin/libspamc.[ch]
3874 * src/plugins/spamassassin/utils.[ch]
3875 sync libspamc with SpamAssassin project
3877 2003-04-17 [christoph] 0.8.11claws97
3879 * src/common/socket.h
3880 * src/gtk/sslcertwindow.h
3881 rename old USE_SSL to USE_OPENSSL
3883 2003-04-17 [paul] 0.8.11claws96
3885 * src/prefs_common.h
3886 use gulong for P_COLOR so that it compiles/runs on
3887 64-bit systems. Patch submitted by James Noyes
3888 <jnoyes-claws@retrogeeks.com>
3893 2003-04-17 [paul] 0.8.11claws95
3895 * sync with 0.8.11cvs27
3896 see ChangeLog 2003-04-16
3898 2003-04-15 [paul] 0.8.11claws94
3900 * src/prefs_common.[ch]
3901 rearrange to stop the window getting too long:
3902 move Receive dialog stuff to Receive tab
3903 move Send dialog to Send tab
3904 remove Dialogs frame
3905 rename 'Open messages in summary with cursor keys' to
3906 'Always open messages in summary when selected', as its
3909 2003-04-15 [paul] 0.8.11claws93
3911 * src/prefs_common.[ch]
3913 add new option '/Interface/Open next message on deletion'
3915 2003-04-15 [paul] 0.8.11claws92
3917 * src/summaryview.[ch]
3918 add /Mark/Lock and /Mark/Unlock to the pop-up
3919 menu. Patch submitted by Ivan Francolin Martinez
3920 <ivanfm@users.sourceforge.net>
3922 2003-04-15 [paul] 0.8.11claws91
3924 * sync with 0.8.11cvs24
3925 see ChangeLog 2003-04-15
3927 2003-04-14 [jens] 0.8.11claws90
3929 * updated German translation and some corrections from
3930 Roland Bless <bless@tm.uka.de>
3932 2003-04-14 [paul] 0.8.11claws89
3934 * sync with 0.8.11cvs22
3935 see ChangeLog 2003-04-14
3937 2003-04-13 [paul] 0.8.11claws88
3939 * src/plugins/clamav/clamav_plugin.c
3943 2003-04-12 [paul] 0.8.11claws87
3945 * src/plugins/clamav/clamav_plugin.c
3946 activate enable/disable archive scanning option
3948 * src/plugins/clamav/.cvsignore ** NEW FILE **
3950 2003-04-12 [paul] 0.8.11claws86
3952 * src/plugins/Makefile.am
3953 src/plugins/clamav/Makefile.am ** NEW FILE **
3954 src/plugins/clamav/README ** NEW FILE **
3955 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
3956 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
3957 add Clam AntiVirus plugin
3959 2003-04-12 [paul] 0.8.11claws85
3961 * sync with 0.8.11cvs21
3962 see ChangeLog 2003-04-11
3964 2003-04-11 [paul] 0.8.11claws84
3967 update Spanish translation. Submitted by Ricardo
3970 2003-04-10 [christoph] 0.8.11claws83
3973 fix typo that did not move unfiltered mails to destination
3976 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3977 when filtering from spool)
3979 2003-04-10 [christoph] 0.8.11claws82
3982 use BODY.PEEK instead of BODY in in message fetch operation
3983 to make sure the IMAP server does not set the \Seen flag for
3984 messages. Sylpheed does that later itself, when the message
3985 is opened in sylpheed
3987 (closes Bug 111 Claws destroys unread marks)
3989 2003-04-09 [oliver] 0.8.11claws81
3992 fix crash in folder_destroy
3994 remove selective download
3996 2003-04-09 [christoph] 0.8.11claws80
3999 fix crash in imap_get_msginfo() when then fetched message
4002 (closes Bug 110 Crash during mail composition)
4004 2003-04-08 [christoph] 0.8.11claws79
4007 * src/prefs_account.c
4008 Filter new messages that are found in an INBOX folder
4009 when 'Filter messages on receiving' is enabled in the
4010 Folder's AccountPrefs. This allows to use Sylpheed's
4011 filtering engine for IMAP folders where messages are
4012 added to the INBOX by a MTA
4014 2003-04-08 [paul] 0.8.11claws78
4017 clean up after last commit
4019 2003-04-08 [paul] 0.8.11claws77
4021 * sync with 0.8.11cvs20
4022 see ChangeLog 2003-04-07 and 2003-04-08
4024 2003-04-07 [christoph] 0.8.11claws76
4026 * src/filtering.[ch]
4030 add procmsg_msginfo_filter() to execute filtering actions
4032 2003-04-06 [christoph] 0.8.11claws75
4035 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
4037 2003-04-06 [christoph] 0.8.11claws74
4039 * src/common/utils.[ch]
4040 add g_int_compare() function for slist sorting
4043 fetch all MsgInfos with one command in imap_get_msginfos()
4044 using an imap set with a list of ranges
4047 use new g_int_compare() function
4049 2003-04-06 [thorsten] 0.8.11claws73
4052 corrected implementation of mh_folder_destroy()
4054 2003-04-05 [christoph] 0.8.11claws72
4071 * src/gtk/gtkutils.c
4072 o rename structure field names class and new to klass and
4073 new_msgs, to allow including files in C++
4074 o add 'extern "C"' block to some header files
4075 o add MsgInfoList and MsgNumberList as alias for GSList for
4076 developers to know what type of list is expected
4078 * src/plugins/image_viewer/plugin.c
4079 * src/plugins/image_viewer/viewer.[ch]
4080 * src/plugins/image_viewer/viewerprefs.[ch]
4081 rename function names to prevent conflicts
4083 2003-04-05 [paul] 0.8.11claws71
4085 * sync with 0.8.11cvs18
4086 see ChangeLog 2003-04-03 and 2003-04-04
4088 2003-04-02 [christoph] 0.8.11claws70
4092 * src/mbox_folder.[ch]
4095 o Make all virtual folder functions private
4096 o remove unused folder code
4098 * src/common/socket.[ch]
4102 2003-03-30 [alfons] 0.8.11claws69
4104 * src/send_message.c
4105 remove two debug traces and see if people still report
4108 2003-03-30 [alfons] 0.8.11claws68
4110 * src/send_message.c
4111 * src/commons/session.c
4112 add more debug traces
4114 2003-03-30 [christoph] 0.8.11claws67
4117 change processing folder name from .processing to processing
4120 disable SSL certificate check because it causes Xlib error
4121 when the child process want's to open an GTK window
4123 2003-03-30 [christoph] 0.8.11claws66
4126 don't use default folder for processing folder item because
4127 it can be a non local folder
4129 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
4131 2003-03-30 [alfons] 0.8.11claws65
4133 * src/send_message.c
4134 try fixing crashes when sending messages: my gcc 2.95.4 seems
4135 to generate bad code for 'send_send_data_progressive': When
4136 called from 'send_send_data_finished', the 'data' pointer is
4137 cleared just before the assignment to the dialog pointer
4139 2003-03-29 [christoph] 0.8.11claws64
4141 * src/common/prefs.h
4142 * src/plugins/image_viewer/Makefile.am
4143 * src/plugins/image_viewer/plugin.c
4144 * src/plugins/image_viewer/viewer.[ch]
4145 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
4146 add PrefsPage for ImageViewer
4148 2003-03-28 [thorsten] 0.8.11claws63
4150 * src/common/session.c
4153 2003-03-28 [paul] 0.8.11claws62
4155 * sync with 0.8.11cvs16
4156 see ChangeLog 2003-03-28
4158 2003-03-28 [paul] 0.8.11claws61
4160 * sync with 0.8.11cvs15
4161 see ChangeLog 2003-03-28
4163 2003-03-27 [christoph] 0.8.11claws60
4167 * src/common/socket.[ch]
4168 set socket state to DISCONNECTED when any operation
4169 fails to allow reconnecting in IMAP code without
4170 checking the return code of all calls to the command
4175 remove some more stuff that depends on specific
4178 2003-03-27 [paul] 0.8.11claws59
4180 * sync with 0.8.11cvs14
4181 see ChangeLog 2003-03-27
4183 * src/selective_download.[ch] ** REMOVED **
4186 2003-03-27 [christoph] 0.8.11claws58
4189 fix handling of tmp_flags in flag copy function
4191 2003-03-27 [paul] 0.8.11claws57
4193 * sync with 0.8.11cvs13
4194 see ChangeLog 2003-03-27
4196 2003-03-27 [oliver] 0.8.11claws56
4199 remove sel_download_cb
4201 2003-03-27 [oliver] 0.8.11claws55
4206 2003-03-26 [oliver] 0.8.11claws54
4211 remove selective donwload readme
4213 2003-03-26 [oliver] 0.8.11claws53
4215 * src/matcher_parser_parse.y
4217 * src/prefs_account.[ch]
4218 * src/prefs_filtering.c
4219 remove selective donwload
4221 2003-03-26 [oliver] 0.8.11claws52
4226 remove selective donwload
4228 2003-03-26 [oliver] 0.8.11claws51
4231 * src/selective_download.[ch] ** REMOVE **
4233 2003-03-26 [christoph] 0.8.11claws50
4236 fix NEWS that got broken by a sync with sylpheed-main
4238 2003-03-26 [christoph] 0.8.11claws49
4241 fix mime type guessing when no mime type is found for a file
4243 2003-03-25 [christoph] 0.8.11claws48
4247 remove mime type guessing from mime parser and use
4248 name based mime types in viewer lookup for mime type
4249 application/octet-stream
4251 2003-03-25 [christoph] 0.8.11claws47
4253 * doc-src/readme.txt
4254 * doc-src/rfc2554.txt
4255 add RFC about SMTP AUTH
4257 * src/send_message.c
4258 * src/common/smtp.[ch]
4259 add extra error code for authentication errors and
4260 clear temporary password when this error occurs
4262 (closes Bug 84 authentication failure while sending should
4263 prompt for password again)
4265 2003-03-25 [christoph] 0.8.11claws46
4269 * src/imageview.[ch] ** REMOVE **
4270 * src/messageview.[ch]
4272 * src/prefs_common.[ch]
4274 * src/plugins/Makefile.am
4275 * src/plugins/image_viewer/.cvsignore ** NEW **
4276 * src/plugins/image_viewer/Makefile.am ** NEW **
4277 * src/plugins/image_viewer/plugin.c ** NEW **
4278 * src/plugins/image_viewer/viewer.[ch] ** NEW **
4279 move image viewer into a plugin (building is enabled by default)
4280 [ToDo: Prefs for resize and autoview]
4282 2003-03-25 [paul] 0.8.11claws45
4284 * sync with 0.8.11cvs12
4285 see ChangeLog 2003-03-26
4287 2003-03-25 [paul] 0.8.11claws44
4289 * sync with 0.8.11cvs11
4290 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4292 Note: Selective Download is broken.
4294 2003-03-22 [christoph] 0.8.11claws43
4297 code cleanup for flags copying
4299 2003-03-22 [christoph] 0.8.11claws42
4301 * src/plugins/trayicon/trayicon.c
4302 fix setting the transparent area when the window size
4303 is forced by the system tray
4305 2003-03-22 [christoph] 0.8.11claws41
4307 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
4308 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
4309 * src/plugins/trayicon/newmail.xpm ** NEW **
4310 * src/plugins/trayicon/nomail.xpm ** NEW **
4311 * src/plugins/trayicon/trayicon.c
4312 * src/plugins/trayicon/unreadmail.xpm ** NEW **
4313 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4314 o add icon for unread mails
4315 o set transparency for window
4317 2003-03-22 [christoph] 0.8.11claws40
4320 init news session to prevent crash when session is closed
4322 2003-03-22 [christoph] 0.8.11claws39
4325 * src/common/session.[ch]
4326 Init session data to make sure we don't have invalid pointers
4327 for read_ch and write_ch when new multi process sessions are
4331 * src/common/plugin.c
4332 * src/common/sylpheed.c
4333 * src/plugins/demo/demo.c
4334 * src/plugins/dillo_viewer/dillo_viewer.c
4335 * src/plugins/mathml_viewer/mathml_viewer.c
4336 * src/plugins/spamassassin/spamassassin.c
4337 * src/plugins/spamassassin/spamassassin_gtk.c
4338 add plugin types to allow loading plugins at different times
4339 (and maybe for different frontends), because it's not good to
4340 load GTK-Plugins gefore gtk_init was called
4343 * src/plugins/Makefile.am
4344 * src/plugins/trayicon/.cvsignore ** NEW **
4345 * src/plugins/trayicon/Makefile.am ** NEW **
4346 * src/plugins/trayicon/eggtrayicon.c ** NEW **
4347 * src/plugins/trayicon/eggtrayicon.h ** NEW **
4348 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
4349 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
4350 * src/plugins/trayicon/trayicon.c ** NEW **
4351 New Trayicon plugin that shows an icon in a systray that uses
4352 XEMBED protocol like Gnome's systray. Icon shows if there
4353 are new mails and a tooltip shows information about new,
4354 unread and total messages.
4356 2003-03-22 [paul] 0.8.11claws38
4359 fix ESMTP AUTH CRAM-MD5
4360 [sync with main (still version 0.8.11cvs6), see
4361 ChangeLog 2003-03-22]
4363 2003-03-21 [colin] 0.8.11claws37
4365 * src/send_message.c
4366 Fix USE_SSL => USE_OPENSSL
4368 2003-03-21 [colin] 0.8.11claws36
4371 Fix counts in drag and dropped subfolders
4373 2003-03-21 [colin] 0.8.11claws35
4377 speed up a bit folder dnd
4379 2003-03-20 [alfons] 0.8.11claws34
4384 don't send locked queue messages
4385 (feature request "[ 705245 ] Locking message in outbox
4386 should prevent sending")
4388 2003-03-20 [christoph] 0.8.11claws33
4391 remove NEW and UNREAD flag in special folders when scanning
4394 fix ESMTP AUTH CRAM-MD5
4396 2003-03-20 [paul] 0.8.11claws32
4398 * src/prefs_account.c
4399 Re-write 'Tunnel command to open connection' as
4400 'Use command to communicate with server', and disable
4401 it for all except IMAP accounts
4403 2003-03-20 [paul] 0.8.11claws31
4405 * sync with 0.8.11cvs6
4406 see ChangeLog 2003-03-20
4408 2003-03-19 [match] 0.8.11claws30
4411 include documentation. minor refactoring.
4412 * src/addr_compl.[ch]
4413 * src/addrindex.[ch]
4414 * src/addresbook.[ch]
4416 re-enable address lookup (was disabled in
4419 2003-03-19 [christoph] 0.8.11claws29
4422 add temp flag handling, will make moving and copying
4423 messages possible again