1 2003-10-22 [alfons] 0.9.6claws44
6 2003-10-21 [alfons] 0.9.6claws43
13 * src/mailmbox_folder.c
14 * src/mailmbox_parse.c
15 * src/mailmbox_types.[ch]
18 2003-10-21 [luke] 0.9.6claws42
20 * src/stock_pixmaps.[ch]
22 * src/pixmaps/mime_application_octet_stream.xpm ** REMOVE **
23 * src/pixmaps/messageview_text.xpm ** REMOVE **
24 o remove mime_application_octet_stream.xpm icon (it was never
26 o remove redundant icon messageview_text.xpm
29 fix visibility of signature noticeview when toggling 'separate
32 2003-10-21 [christoph] 0.9.6claws41
35 decode multipart and rfc822 mime parts to allow further
38 2003-10-21 [christoph] 0.9.6claws40
42 remove obsolete charset parameter in MimeInfo and fix
43 TextView to use the charset from the parameter hash table
45 * src/plugins/dillo_viewer/Makefile.am
46 * src/plugins/trayicon/Makefile.am
47 add OPENSSL_CFLAGS to fix building with using
48 --with-openssl-* parameters
50 2003-10-21 [paul] 0.9.6claws39
52 * src/prefs_matcher.[ch]
53 replace remnants of the old, renamed 'Execute' matchtype
54 add a brief description to the Info window
56 2003-10-21 [hoa] 0.9.6claws38
59 * src/carray.[ch] * NEW *
60 * src/chash.[ch] * NEW *
62 * src/maillock.[ch] * NEW *
63 * src/mailmbox.[ch] * NEW *
64 * src/mailmbox_folder.[ch] * NEW *
65 * src/mailmbox_parse.[ch] * NEW *
66 * src/mailmbox_types.[ch] * NEW *
67 implementation of mbox folder with unique message numbers
69 made use of libEtPan! implementation of mbox for lower-layer.
71 2003-10-20 [alfons] 0.9.6claws37
74 fix invalid argument warning
78 2003-10-20 [paul] 0.9.6claws36
83 fix crash when using Forward in Filtering when
84 external editor option is set
86 Patch submitted by Simon 'corecode' Schubert
87 <corecode@corecode.ath.cx>
89 2003-10-20 [paul] 0.9.6claws35
91 * src/pixmaps/mime_gpg_expired.xpm ** REMOVED **
92 src/pixmaps/mime_gpg_failed.xpm ** REMOVED **
93 src/pixmaps/mime_gpg_passed.xpm ** REMOVED **
94 src/pixmaps/mime_gpg_signed.xpm ** REMOVED **
95 src/pixmaps/mime_gpg_unknown.xpm ** REMOVED **
96 src/pixmaps/privacy_expired.xpm ** NEW FILE **
97 src/pixmaps/privacy_failed.xpm ** NEW FILE **
98 src/pixmaps/privacy_passed.xpm ** NEW FILE **
99 src/pixmaps/privacy_signed.xpm ** NEW FILE **
100 src/pixmaps/privacy_unknown.xpm ** NEW FILE **
101 src/pixmaps/privacy_warn.xpm ** NEW FILE **
103 src/stock_pixmap.[ch]
104 replace mime_gpg_*.xpm icons with new privacy_*.xpm
105 icons. add privacy_warn.xpm icon
107 2003-10-20 [hoa] 0.9.6claws34
109 * src/folder_item_prefs.[ch]
110 * src/prefs_folder_item.c
112 Added a property per folder to choose whether we
113 want to apply processing on it on startup or if we
114 prefer to wait the folder selection to apply it.
117 fixed C89 compatibility (for old compilers, for
120 2003-10-17 [christoph] 0.9.6claws33
123 * src/noticeview.[ch]
124 change noticeview icon to indicate signature status
126 2003-10-17 [christoph] 0.9.6claws32
132 * src/pgpmime.[ch] ** NEW **
135 * src/sgpgme.c ** NEW **
136 reimplement PGP/Mime signature checking (unfinished)
138 2003-10-15 [christoph] 0.9.6claws31
141 fix procmime_get_text_content() and
142 procmime_get_first_text_content()
144 2003-10-15 [christoph] 0.9.6claws30
146 * src/plugins/spamassassin/spamassassin_gtk.c
147 * src/plugins/spamassassin/spamassassin_gtk.glade
150 2003-10-15 [paul] 0.9.6claws29
153 workaround for buggy smtp servers. on sending a
154 return receipt strip the name part from the address
155 when creating headers
157 2003-10-15 [paul] 0.9.6claws28
159 * sync with 0.9.7 release
160 see ChangeLog 2003-10-15
162 2003-10-14 [christoph] 0.9.6claws27
164 * src/plugins/clamav/clamav_plugin.c
167 2003-10-14 [christoph] 0.9.6claws26
174 * src/plugins/clamav/clamav_plugin.c
175 use GNode to create the mime tree (some changes to functions
176 that traverse the tree are just quick and dirty. Maybe we
177 can find better solutions with g_node_*-functions)
179 2003-10-14 [luke] 0.9.6claws25
182 fix a navigation bug (stupid typo of mine)
184 2003-10-14 [christoph] 0.9.6claws24
187 fix missing last line in plain/text mails
189 2003-10-13 [luke] 0.9.6claws23
194 2003-10-13 [kov] 0.9.6claws22
197 error checking when the user enters a non-directory at
198 the file selection dialog.
199 work-around for users entering directory location without
200 adding a leading G_DIR_SEPARATOR.
202 2003-10-13 [luke] 0.9.6claws21
205 error reporting for inserting files, including catching
206 invalid characters for current locale/encoding
208 2003-10-13 [paul] 0.9.6claws20
211 fix bug #347 'subscribe newsgroups crashes'
213 2003-10-13 [paul] 0.9.6claws19
216 when using 'Reply to all' include the 'send replies
220 update Japanese translation. submitted by Rui Hirokawa
221 <rui_hirokawa@ybb.ne.jp>
223 2003-10-13 [hoa] 0.9.6claws18
230 rename get_header_from_msginfo() into
231 procheader_get_header_from_msginfo() so that we have a
232 coherent exported naming.
233 avoid parsing of header contained in a string via
234 a newly written temporary file.
236 Patch submitted by Simon 'corecode' Schubert
237 <corecode@corecode.ath.cx>
239 2003-10-12 [hoa] 0.9.6claws17
245 * src/matcher_parser_parse.y
246 * src/prefs_filtering_action.c
247 added "stop" action : stop applying the filtering rules.
248 added "set score" and "increase/decrease score" actions.
249 That two last action replace the "change_score" action
250 introduced by alfons in 0.8.8claws85.
251 "set score" is to set a given score to the message.
252 "increase/decrease score" will increase or decrease the
253 score if the given value is respectively positive or
254 negative. If someone find a some better name for this last
255 rule, it can be modified.
257 2003-10-12 [paul] 0.9.6claws16
261 update Japanese translation. submitted by Rui Hirokawa
262 <rui_hirokawa@ybb.ne.jp>
264 2003-10-12 [christoph] 0.9.6claws15
267 fix crash caused by incorrect headers
269 2003-10-10 [christoph] 0.9.6claws14
274 implement detection of signed message parts for rfc2015
276 2003-10-10 [thorsten] 0.9.6claws13
281 2003-10-10 [christoph] 0.9.6claws12
283 * src/stock_pixmap.[ch]
284 * src/pixmaps/mime_message.xpm ** NEW **
285 add a new icon for mime type "message"
293 o add icons for message type mime parts
295 2003-10-10 [christoph] 0.9.6claws11
298 * src/messageview.[ch]
305 o remove switching between TextView and MimeView in MessageView
306 (if required we can hide the icon box and the MimeView will
307 look exaxtly like the TextView)
308 o temporary remove signature and decrypting GPGME code
310 2003-10-09 [christoph] 0.9.6claws10
320 * src/common/utils.[ch]
321 * src/plugins/clamav/clamav_plugin.c
322 * src/plugins/dillo_viewer/dillo_viewer.c
323 * src/plugins/image_viewer/viewer.c
324 * src/plugins/mathml_viewer/mathml_viewer.c
325 new mime parser (several things need fixing)
327 2003-10-09 [paul] 0.9.6claws9
330 a little more sync with 0.9.6cvs2 and a tidy up
332 2003-10-08 [paul] 0.9.6claws8
334 * sync with 0.9.6cvs2
335 see ChangeLog 2003-10-03
337 2003-10-05 [christoph] 0.9.6claws7
340 don't use flags to check if a message is in a news folder
342 (closes Bug 282 clicking on folder with copied Messages from News
343 immediately after having copied them crashes Sylpheed-Claws)
345 2003-10-05 [christoph] 0.9.6claws6
348 * src/progressdialog.[ch] ** REMOVE **
349 * src/gtk/Makefile.am
350 * src/gtk/progressdialog.[ch] ** NEW **
351 move progressdialog to gtk directory
353 2003-10-04 [christoph] 0.9.6claws5
355 * src/prefs_toolbar.c
356 * src/gtk/prefswindow.c
357 remove widget_show_all for pages root widget
359 * src/plugins/spamassassin/spamassassin.[ch]
360 * src/plugins/spamassassin/spamassassin_gtk.c
361 * src/plugins/spamassassin/spamassassin_gtk.glade
362 add support for new libspamc transports
364 2003-10-04 [christoph] 0.9.6claws4
366 * src/plugins/spamassassin/libspamc.[ch]
367 * src/plugins/spamassassin/spamassassin.c
368 * src/plugins/spamassassin/utils.[ch]
369 update libspamc to version from SpamAssassin 2.60
371 2003-10-03 [christoph] 0.9.6claws3
374 fix missing format string bug found by
375 Georgi Guninski <guninski@guninski.com>
377 2003-10-03 [paul] 0.9.6claws2
380 update Simpilified Chinese translation, submitted by
383 2003-10-02 [christoph] 0.9.6claws1
386 add UIDPLUS support for COPY and EXPUNGE
388 2003-10-02 [paul] 0.9.6claws
390 * 0.9.6claws released
396 update Spanish and Slovak translations
397 submitted by Ricardo Mones Lastra and Andrej Kacian
399 2003-10-02 [paul] 0.9.5claws43
402 update British English translation
404 2003-10-02 [paul] 0.9.5claws42
407 update Croatian translation, submitted by Dragan
409 2003-10-01 [paul] 0.9.5claws41
413 update Polish and Serbian translations, submitted by
416 2003-10-01 [melvin] 0.9.5claws40
419 Updated French translations
421 2003-10-01 [melvin] 0.9.5claws39
426 * src/plugins/dillo_prefs.c
427 Quasi unnoticeable UI clean-up.
432 tools/maildir2sylpheed.pl
433 bug fixes, rewrites, submitted by Matthias Förste
434 <itsjustme@users.sourceforge.net>
436 2003-09-29 [paul] 0.9.5claws38
439 fix my coding carelessness
441 2003-09-29 [paul] 0.9.5claws37
446 src/prefs_common.[ch]
447 src/prefs_fonts.[ch] ** NEW FILES **
448 move Font config options to Other Prefs/Display/Fonts
449 (user's current configuration is preserved)
451 2003-09-29 [paul] 0.9.5claws36
455 allow 'local_mbox' value to point to either a directory
456 (/var/mail - default, new) or a file (/var/mail/username
459 2003-09-28 [paul] 0.9.5claws35
462 on signature check, where key exists, print the
465 2003-09-27 [alfons] 0.9.5claws34
468 o make progress bar not fill/expand when resizing dialog
469 o use default fixed text font for actions output
471 2003-09-27 [paul] 0.9.5claws33
473 * src/prefs_common.[ch]
476 remove External Program settings from Common Prefs/Send
477 as they are now unnecessary due to Local account settings.
478 plus a little tidying-up after 0.9.5claws31
480 2003-09-27 [paul] 0.9.5claws32
482 * src/prefs_account.c
483 o make correction to gui text:
484 'Local mailbox file' -> 'Local mailbox directory'
485 o give 'local_mbox' option a reasonable default value:
487 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
490 2003-09-26 [paul] 0.9.5claws31
493 src/prefs_common.[ch]
494 remove 'Incorporate from spool' common pref,
495 force creation of a 'Local' account
497 2003-09-26 [christoph] 0.9.5claws30
501 add more NULL pointer checks
503 2003-09-25 [christoph] 0.9.5claws29
506 o don't fetch source message to get it's message id
507 o immediately scan dest folder when copying a message did not
508 return a new message number and not do it when the first message
509 without a new message number is found
511 2003-09-23 [christoph] 0.9.5claws28
514 fix generating of headers
516 (patch by David Relson <relson@osagesoftware.com>)
518 2003-09-23 [paul] 0.9.5claws27
521 update Simplified Chinese translation. submitted by
524 2003-09-23 [paul] 0.9.5claws26
528 tools/vcard2xml.py ** NEW FILE **
529 add a script that converts an evolution vcard to
530 sylpheed's xml format
531 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
533 2003-09-22 [paul] 0.9.5claws25
535 * src/plugins/clamav/clamav_plugin.c
536 don't skip MULTIPART parts
538 2003-09-21 [christoph] 0.9.5claws24
541 remove unneeded include
544 clean up copy/move mess with duplicated code
547 fix problem that sometimes the folder was not scanned
550 2003-09-21 [christoph] 0.9.5claws23
553 * src/logwindow.[ch] ** REMOVE **
556 * src/gtk/Makefile.am
557 * src/gtk/logwindow.[ch] ** ADD **
558 make logwindow prefs_common independent and move
561 2003-09-20 [christoph] 0.9.5claws22
564 add extra space for address code conversion
565 (4 * unconvered size could be too small for short headers)
567 2003-09-20 [christoph] 0.9.5claws21
570 increase temp buffer size when writing headers
572 2003-09-19 [darko] 0.9.5claws20
575 don't ignore value of 'Save copy of outgoing messages to
576 this folder instead of Sent' in message redirect
578 2003-09-17 [christoph] 0.9.5claws19
581 use ", " as address seperator for mail headers and pass whole
582 header line at once to compose_convert_header to make sure
583 it is correctly folded
585 (closes Bug 64 Problem when sending to many recipients)
587 2003-09-17 [hoa] 0.9.5claws18
590 src/matcher_parser_parse.y
592 changed the keyword used for command execution in condition
593 keyword is changed from "execute" to "test"
594 so that it is not the same as the one used for action.
595 This will fix a bug when using filtering dialog.
596 All semantic in the code is also changed to reflect
601 * sync with 0.9.6 release
603 2003-09-17 [paul] 0.9.5claws17
605 * sync with 0.9.5cvs8
606 see ChangeLog 2003-09-16 and 2003-09-17
608 2003-09-16 [paul] 0.9.5claws16
610 * sync with 0.9.5cvs6
611 see ChangeLog 2003-09-16
613 2003-09-15 [paul] 0.9.5claws15
615 * sync with 0.9.5cvs5
616 see ChangeLog 2003-09-15
618 2003-09-14 [alfons] 0.9.5claws14
621 make "Go to inbox after receiving new mail" again;
622 regression of a sync, restored to sylpheed main
623 behaviour. (misses still some bits)
625 2003-09-14 [alfons] 0.9.5claws13
627 * src/prefs_filtering_action.c
628 o add proper message if empty execute command line
629 o don't select first action item after registering a
630 new action to prevent (what seems to be a GTK) bug
631 #36, "filtering will only accept one action change
634 2003-09-14 [alfons] 0.9.5claws12
636 * src/prefs_filtering.c
637 * src/prefs_filtering_action.c
638 * src/prefs_matcher.c
639 fix function signature for key_pressed_event signal handlers
641 2003-09-14 [alfons] 0.9.5claws11
644 fix regression caused by fix for invalid bug #7
645 (should fix #246, "Multiple selections are deselected when
646 moving from search window to main window")
648 2003-09-14 [alfons] 0.9.5claws10
652 * src/prefs_actions.c
653 allow `filtering actions` in actions; only for advanced users
654 right now: try for example, "%as{mark color 2}"
656 2003-09-13 [paul] 0.9.5claws9
659 po/zh_CN.po ** NEW FILE **
660 update Polish translation, submitted by Emil
661 <eminowbl@posejdon.wpk.p.lodz.pl>
662 add new Simplified Chinese translation, submitted by
663 Hansom Young <hansom_young@yahoo.com>
665 2003-09-12 [alfons] 0.9.5claws8
668 don't open separate message views when View | Separate message view
670 (please look carefully for any navigation regressions)
672 2003-09-11 [alfons] 0.9.5claws7
675 make default message view, opened by View | Separate message
676 view, look like a claws message view (which includes a menu
678 (fixes bug #298, "message view loses tool bar")
680 2003-09-11 [christoph] 0.9.5claws6
683 fix double deleting of newsgroup folders
685 (closes Bug 305 crash after deleting of a newsgroup)
687 2003-09-11 [paul] 0.9.5claws5
691 more sync'ing from 0.9.5cvs2
693 2003-09-11 [christoph] 0.9.5claws4
698 fix sync with 0.9.5cvs2
700 2003-09-11 [paul] 0.9.5claws3
702 * sync with 0.9.5cvs4
703 see ChangeLog 2003-09-11
705 2003-09-11 [paul] 0.9.5claws2
707 * sync with 0.9.5cvs2
708 see ChangeLog 2003-09-05
710 2003-09-11 [paul] 0.9.5claws1
712 * sync with 0.9.5cvs3
713 see ChangeLog 2003-09-10
715 2003-09-10 [paul] 0.9.5claws
717 * 0.9.5claws released
719 2003-09-10 [paul] 0.9.4claws78
724 2003-09-10 [melvin] 0.9.4claws77
727 Updated French translations
729 2003-09-10 [paul] 0.9.4claws76
734 update Spanish, Slovak, and Serbian translations.
735 submitted by Ricardo Mones Lastra, Andrej Kacian,
739 add translation team section
741 2003-09-09 [christoph] 0.9.4claws75
744 free item->prefs in folder_item_destroy
746 2003-09-09 [alfons] 0.9.4claws74
749 o proper check for root node sorting
750 o remove unnecessary gtk_ctree_remove_node
752 (should fix bug #300, "crash while moving folder")
754 2003-09-08 [christoph] 0.9.4claws73
757 o fix double adding of IMAP FolderItems to GtkCTree
758 o fix crash then mbox folder is removed
760 2003-09-08 [christoph] 0.9.4claws72
765 fix new folder notification
770 2003-09-08 [christoph] 0.9.4claws71
773 replace '\n' and '\r' before removing trailing spaces
777 add information about new or removed items in folder tree change
778 notification and use this in folderview to add and remove only
779 the appected items and not refresh the whole tree
781 2003-09-07 [match] 0.9.4claws70
790 * src/addrquery.c ** NEW **
796 * src/pixmaps/address_search.xpm ** NEW **
797 re-introduce Lookup button for LDAP 'static' searches.
799 2003-09-07 [alfons] 0.9.4claws69
802 abandon setting usize for messageview because it gives layout problems
803 with the quick search bar and the headerview; fixes assorted UI glitches:
805 o bug #148, "Toggling of quick-search bar reduces index view area"
806 o bug #280, "Window resiizes for line length but does not revert"
808 2003-09-07 [christoph] 0.9.4claws68
811 o make sure we don't have any newlines in header values
812 o check custom headers for spaces and newlines and ignore
813 malformed header names
815 2003-09-06 [christoph] 0.9.4claws67
819 invoke notification hook for folder tree changes after append
822 (closes Bug 294 Crash while moving folder with many subdirectories)
824 2003-09-06 [christoph] 0.9.4claws66
827 destroy folder's MsgCache if FolderItem is removed to make sure
828 it is not saved when the FolderItem is destroyed
830 2003-09-06 [christoph] 0.9.4claws65
832 * src/plugins/clamav/clamav_plugin.c
835 2003-09-05 [christoph] 0.9.4claws64
838 * src/messageview.[ch]
841 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
842 by MessageView to clear it when the message is deleted. Should
843 work even if messages are deleted in MainWindow or by
846 2003-09-05 [alfons] 0.9.4claws63
849 deleting a message in a message view frees its msginfo, make
850 messageview_update_all() aware of that (should fix bug #293,
851 "deleting message caused crash")
853 2003-09-05 [melvin] 0.9.4claws62
856 Improve synchronous action exit code (fixes
857 a ~5 seconds delay after action exit on RedHat 9)
859 2003-09-04 [christoph] 0.9.4claws61
863 * src/common/utils.[ch]
864 add util function to create mime boundary and use it
865 in compose and gpg code
867 2003-09-04 [alfons] 0.9.4claws60
870 source folder item's GNode should already have been freed in
871 a previous call to src->folder->klass->remove_folder()
872 (should fix bug #287, "crash when moving folders")
874 2003-09-03 [thorsten] 0.9.4claws59
876 * src/plugins/spamassassin/spamassassin_gtk.c
879 2003-09-03 [christoph] 0.9.4claws58
881 * src/plugins/spamassassin/spamassassin.[ch]
882 * src/plugins/spamassassin/spamassassin_gtk.c
883 add timeout config option
885 2003-09-03 [paul] 0.9.4claws57
887 * po/sk.po ** NEW FILE **
888 add Slovak translation. Submitted by Andrej Kacian
891 2003-09-03 [paul] 0.9.4claws56
893 * src/plugins/clamav/clamav_plugin_gtk.c
894 gui tweaks: replace a label with a tooltip, modify the
895 text, use gtk_check_button_new(); instead of
896 gtk_check_button_new_with_label("");
898 2003-09-02 [alfons] 0.9.4claws55
901 remember last used dir when attaching multiple files (should fix
902 bug #290, "Attach File does not remember directory")
904 2003-09-01 [paul] 0.9.4claws54
907 updated by Ricardo Mones Lastra
909 2003-09-01 [alfons] 0.9.4claws53
911 * src/gtk/gtkaspell.[ch]
912 be pedantic and strict and use const gchar * instead of guchar *
914 2003-09-01 [alfons] 0.9.4claws52
918 re-enable Save As when multiple messages are selected
920 2003-09-01 [paul] 0.9.4claws51
925 2003-09-01 [paul] 0.9.4claws50
927 * sync with 0.9.4cvs13
928 see ChangeLog 2003-09-01
930 2003-09-01 [paul] 0.9.4claws49
933 trim uri before sending to the statusbar
934 fixes Bug 275 'Clicking on long URL wrapped onto two lines
935 in the message window causes main S-C window to enlarge
938 2003-09-01 [paul] 0.9.4claws48
940 * sync with 0.9.4cvs12
941 see ChangeLog 2003-09-01
943 2003-08-30 [christoph] 0.9.4claws47
946 * src/folder_item_prefs.[ch]
947 * src/prefs_folder_item.c
948 * src/gtk/gtkaspell.[ch]
949 commit per folder dictionary patch by
950 Paul Evans <nerd@freeuk.com>
952 2003-08-30 [christoph] 0.9.4claws46
954 * src/plugins/spamassassin/spamassassin_gtk.c
955 * src/plugins/spamassassin/spamassassin_gtk.glade
956 reduce GUI clutter by placing hints into tooltips
958 2003-08-30 [paul] 0.9.4claws45
961 add 'Content-Disposition: inline' to a text/plain
962 part when using PGP/MIME signing
964 2003-08-30 [paul] 0.9.4claws44
968 src/prefs_spelling.glade
969 reduce GUI clutter by placing hints into tooltips
971 2003-08-29 [christoph] 0.9.4claws43
974 fix bug found by Ivan Rayner <ivanr@sgi.com>
977 change unecessary warning into a debug message
979 * src/plugins/clamav/Makefile.am
980 Fix error "-I$(CLAMAV_LIBS)"
982 2003-08-29 [christoph] 0.9.4claws42
987 * src/common/Makefile.am
988 * src/common/passcrypt.c
989 commit fixes and patches for some of the IRIX problems found by
990 Ivan Rayner <ivanr@sgi.com>
992 2003-08-29 [paul] 0.9.4claws41
994 * src/prefs_filtering.c
995 add 'Top' and 'Bottom' buttons, based on changes in
996 src/prefs_filter.c in 0.9.4cvs11.
998 2003-08-27 [christoph] 0.9.4claws40
1001 fix bug that the current summary settings were copied to the
1002 wrong folder item, when the folder item prefs are opened.
1003 Copying is not required because summary settings and
1004 folder_item_prefs do not contain the same settings
1006 2003-08-27 [thorsten] 0.9.4claws39
1011 2003-08-26 [paul] 0.9.4claws38
1013 * sync with 0.9.4cvs9
1014 see ChangeLog 2003-08-26
1016 2003-08-25 [paul] 0.9.4claws37
1018 * sync with 0.9.4cvs8
1019 see ChangeLog 2003-08-25
1021 2003-08-24 [christoph] 0.9.4claws36
1023 * src/prefs_filtering.c
1024 shouldn't remove items from a GSList while iterating over the
1025 list (makes cur invalid and cur->next not accessable)
1027 (closes Bug 272 i deleted an folder and some seconds later sylpheed
1030 2003-08-23 [christoph] 0.9.4claws35
1033 news folders should be scanned when opened
1035 2003-08-22 [christoph] 0.9.4claws34
1037 * src/prefs_folder_item.c
1038 use macro to assign strings that always frees the old string
1040 * src/gtk/gtkaspell.[ch]
1041 add gtkaspell_set_dictionary_menu_active_item() to set active
1042 item in dictionary option menu
1044 * src/prefs_spelling.c
1045 use gtkaspell_set_dictionary_menu_active_item() to select
1048 2003-08-21 [christoph] 0.9.4claws33
1055 optimize folder system
1057 * src/gtk/gtkstext.c
1058 fix division by zero when font has 0 width for ' '
1060 2003-08-21 [paul] 0.9.4claws32
1062 * sync with 0.9.4cvs7
1063 see ChangeLog 2003-08-20
1065 2003-08-19 [paul] 0.9.4claws31
1068 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1069 SYLDOC_FAQ_HTML_INDEX.
1071 use LC_MESSAGES instead of LC_ALL to find the current
1074 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1076 2003-08-19 [paul] 0.9.4claws30
1079 updated by George Danchev
1081 2003-08-18 [luke] 0.9.4claws29
1083 * src/gtk/gtkvscrollbutton.[ch]
1084 o removed gtk_vscrollbutton_reset() (reasons: reduce
1085 dependencies; do it the GTK way; reduce code -14/+2 lines)
1086 o removed horizontal separator between icons
1088 2003-08-17 [christoph] 0.9.4claws28
1091 no subject threading when the subject has no reply prefix
1093 2003-08-16 [christoph] 0.9.4claws27
1096 remember and restore window sizes and position when the main
1097 window is hidden or shown
1099 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1100 minimised/reopened using trayicon)
1102 2003-08-16 [paul] 0.9.4claws26
1105 add #include "defs.h"
1107 2003-08-16 [paul] 0.9.4claws25
1109 * src/plugins/clamav/clamav_plugin.c
1110 reword a debug_print
1112 * src/plugins/dillo_viewer/dillo_prefs.c
1113 cosmetic: change the labels' text, add tooltips, and
1116 2003-08-15 [christoph] 0.9.4claws24
1119 complete last change (forgot some changes)
1121 2003-08-15 [christoph] 0.9.4claws23
1124 o check number of messages and don't return a 0 message
1125 when no messages are available
1126 o don't parse xref header anymore
1128 (closes Bug 203 I'm not getting any news)
1130 2003-08-15 [paul] 0.9.4claws22
1134 update and define claws bugzilla location
1136 2003-08-15 [paul] 0.9.4claws21
1139 update submitted by Ruslan N. Balkin
1141 2003-08-14 [christoph] 0.9.4claws20
1144 fix search for oldest node in subject threading
1146 2003-08-14 [christoph] 0.9.4claws19
1149 * src/common/utils.h
1150 add possibility to check all nodes with the same subject for
1151 subject threading, not only the oldest node. Should not break
1152 threads anymore if the oldest node is thread_by_subject_max_age
1153 days older then parent, because it can now find a child of
1154 oldest node as new parent.
1156 2003-08-11 [christoph] 0.9.4claws18
1158 * src/plugins/spamassassin/spamassassin.c
1159 run spam check in background process
1161 2003-08-10 [alfons] 0.9.4claws17
1164 make `Select All' sensitive too
1166 2003-08-10 [christoph] 0.9.4claws16
1169 add more checks in imap_close
1171 2003-08-09 [alfons] 0.9.4claws15
1173 * src/prefs_spelling.c
1174 no spell checking UI if not requested
1176 2003-08-09 [alfons] 0.9.4claws14
1178 * src/gtk/prefswindow.c
1181 2003-08-09 [christoph] 0.9.4claws13
1183 * src/prefs_spelling.c
1184 * src/gtk/prefswindow.[ch]
1185 * src/plugins/clamav/clamav_plugin_gtk.c
1186 * src/plugins/spamassassin/spamassassin_gtk.c
1187 sort prefs pages by heighest weight in tree
1189 2003-08-09 [paul] 0.9.4claws12
1191 * sync with 0.9.4cvs6
1192 see ChangeLog 2003-08-07
1195 add Leandro and Luke to claws-branch section
1197 2003-08-09 [christoph] 0.9.4claws11
1199 * src/gtk/Makefile.am
1200 * src/gtk/colorsel.[ch] ** NEW **
1201 create a color selection dialog that can be used as a simple
1202 function call with it's own gtk main loop like filesel.[ch]
1206 * src/prefs_common.c
1207 * src/prefs_spelling.[ch] ** NEW **
1208 * src/prefs_spelling.glade ** NEW **
1209 * src/gtk/gtkutils.[ch]
1210 move "Spell Checker" prefs to new prefs dialog
1212 * src/prefs_folder_item.c
1213 use new colorsel dialog
1215 2003-08-08 [paul] 0.9.4claws10
1218 clear the progress bar unconditionally
1220 2003-08-08 [paul] 0.9.4claws9
1222 * sync with 0.9.4cvs4
1223 see ChangeLog 2003-07-31
1225 2003-08-07 [christoph] 0.9.4claws8
1228 fix bug in image viewer plugin part
1231 don't execute close command if the folder item is not selected
1233 2003-08-07 [hoa] 0.9.4claws7
1235 * src/filtering.[ch]
1236 * src/matcher_parser.h
1237 * src/matcher_parser_parse.y
1238 can define several actions for each filtering rule
1239 can import old versions of filtering rules
1241 * src/prefs_filtering.c
1242 call to a new dialog box to define actions
1244 * src/prefs_filtering_action.[ch]
1245 dialog box to define actions for filtering rules
1247 2003-08-06 [christoph] 0.9.4claws6
1250 make sure source folder is selected when copying messages
1252 2003-08-06 [christoph] 0.9.4claws5
1254 * sync with 0.9.4cvs2
1255 see ChangeLog 2003-07-29
1257 2003-08-05 [paul] 0.9.4claws4
1259 * sync with 0.9.4cvs3
1260 see ChangeLog 2003-07-30
1262 2003-08-04 [match] 0.9.4claws3
1265 export of LDIF files.
1267 2003-08-04 [match] 0.9.4claws2
1270 support for export LDIF. documented.
1271 * src/importldif.[ch]
1272 * src/exportldif.[ch]
1273 add tooltips. documented.
1274 * src/exphtmldlg.[ch]
1275 * src/common/xmlprops.[ch]
1277 * src/exportldif.[ch] ** NEW **
1278 * src/expldifdlg.[ch] ** NEW **
1279 * src/addressbook.[ch]
1281 export of LDIF files.
1284 2003-08-04 [christoph] 0.9.4claws1
1289 * sylpheed-claws.pc.in ** NEW **
1291 * src/common/Makefile.am
1292 * src/gtk/Makefile.am
1293 install sylpheed header files in $(pkgincludedir) and create a
1294 pkg-config file to allow building a plugin without the source
1297 2003-08-04 [paul] 0.9.4claws
1299 * version 0.9.4claws
1301 2003-08-04 [paul] 0.9.3claws97
1304 update Spanish translation. Submitted by Ricardo
1307 2003-08-03 [paul] 0.9.3claws96
1311 update Croatian and Serbian translations. Submitted by
1312 Dragan and Urke MMI respectively
1314 2003-08-03 [alfons] 0.9.3claws95
1317 mark flag has precedence over important flag - seems
1318 to have been changed in sync of 0.9.3claws45. this fixes
1319 a regression where messages that were scored as important
1320 don't show their mark flags. (using the same column for
1321 both importance as mark flags is the real problem
1324 2003-08-03 [melvin] 0.9.3claws94
1327 Updated French translations.
1329 2003-08-03 [melvin] 0.9.3claws93
1332 Fixed typo introduced after 0.9.3claws92
1333 that prevented compilation
1334 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1335 CPPFLAGS and YFLAGS to allow user setting these.
1336 * src/common/Makefile.am
1337 * src/gtk/Makefile.am
1338 * src/plugins/clamav/Makefile.am
1339 * src/plugins/demo/Makefile.am
1340 * src/plugins/dillo_viewer/Makefile.am
1341 * src/plugins/image_viewer/Makefile.am
1342 * src/plugins/mathml_viewer/Makefile.am
1343 * src/plugins/spamassassin/Makefile.am
1344 * src/plugins/trayicon/Makefile.am
1345 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1346 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1347 CPPFLAGS and YFLAGS to allow user setting these.
1349 2003-08-02 [christoph] 0.9.3claws92
1352 o rearrange plugin tests
1353 o add test for clamav.h to ClamAV tests
1355 2003-08-02 [luke] 0.9.3claws91
1358 o fixed appearance of icon list when toggling back from the
1360 o toggling of icons using the keyboard works correctly
1361 o fixed all other keyboard shortcuts to work when icons are
1365 o fixed bug 4 - focus lost when changing messageview view type
1367 2003-08-02 [christoph] 0.9.3claws90
1369 * src/common/hooks.c
1370 fix crash when pointer stored in hash table could get invalid
1371 when a plugin is unloaded
1373 2003-08-01 [christoph] 0.9.3claws89
1376 o try to build all plugins (except spamassassin) by default
1377 o don't build a plugin if a dependency check fails
1379 * src/common/hooks.c
1382 2003-08-01 [match] 0.9.3claws88
1385 allow single click field selection. document code.
1387 2003-08-01 [christoph] 0.9.3claws87
1389 * src/plugins/clamav/clamav_plugin.c
1390 * src/plugins/clamav/clamav_plugin_gtk.c
1391 * src/plugins/dillo_viewer/dillo_viewer.c
1392 * src/plugins/image_viewer/plugin.c
1393 * src/plugins/mathml_viewer/mathml_viewer.c
1394 * src/plugins/spamassassin/spamassassin.c
1395 * src/plugins/spamassassin/spamassassin_gtk.c
1396 * src/plugins/trayicon/trayicon.c
1397 add version check to all plugins
1399 2003-08-01 [hoa] 0.9.3claws86
1401 * src/prefs_filtering.c
1402 fixed a cosmetic bug, during creation of dialog box,
1403 wrong widgets were shown after creation.
1405 2003-08-01 [luke] 0.9.3claws85
1408 o fixed visibility of icons/mimeview after toggling separate
1409 message/folder view (factored out some similar code too).
1412 2003-07-31 [alfons] 0.9.3claws84
1415 tweak icon box UI a bit more, now allowing right-clicks actions
1416 getting the relevant mime data too; should fix #250, "Can't save
1417 attachments sometimes".
1419 2003-07-30 [alfons] 0.9.3claws83
1422 don't do auto-save-draft inside key press handler, but rather
1423 schedule it half of a second later; should fix #67, "autosave
1424 make re-rediting message crazy"
1426 2003-07-30 [christoph] 0.9.3claws82
1428 * src/plugins/trayicon/trayicon.c
1429 process pending events before unloading the plugin
1431 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1433 2003-07-30 [alfons] 0.9.3claws81
1435 * src/common/hooks.c
1436 parameter 2 of g_hook_destroy() should really be a hook id
1438 2003-07-30 [alfons] 0.9.3claws80
1440 * src/common/plugin.c
1441 fix a possibly harmful function signature mismatch
1444 2003-07-30 [alfons] 0.9.3claws79
1446 * src/common/hooks[.ch]
1449 2003-07-30 [darko] 0.9.3claws78
1452 make it compile again
1454 2003-07-30 [luke] 0.9.3claws77
1458 o added/moved signal handlers for SIGTERM (normal kill command)
1459 and SIGINT (ctl-c) to be used even without
1460 --enable-crash-dialog, fixing bug 166
1463 o rewrote menu sensitivity code as per mainwindow.c, fixing
1467 o changed sensitivity condition for 'Next new' and 'Next
1468 unread', fixing bug 8
1470 2003-07-29 [alfons] 0.9.3claws76
1472 * src/common/utils.[ch]
1473 add generate_msgid()
1475 save ack'ed RRR; fixes #205, "return receipt is not saved in
1478 2003-07-29 [alfons] 0.9.3claws75
1481 fix a memleak (claws-only)
1483 2003-07-29 [alfons] 0.9.3claws74
1486 * src/gtk/gtkvscrollbutton.[ch]
1487 fix UI glitch where mime icon toolbox' scroll position is not
1488 reset after switching to another message
1491 2003-07-29 [paul] 0.9.3claws73
1493 * src/prefs_folder_item.c
1494 split the prefs into 2 separate pages
1496 2003-07-29 [paul] 0.9.3claws72
1499 prepend "\n\n" to a signature without a separator too
1501 2003-07-29 [paul] 0.9.3claws71
1504 fix bug where changing to an account without an auto-sig
1505 from an initial account without an auto-sig would insert
1506 2 blank lines at the cursor point
1507 fix bug where changing to an account with an auto-sig
1508 from an initial account without an auto-sig would insert
1509 the sig at the cursor point
1511 2003-07-29 [paul] 0.9.3claws70
1514 use the colour from the folder pref unless the folder
1517 2003-07-29 [alfons] 0.9.3claws69
1522 rewrite return receipt request work a little bit (the former
1523 implementation presumably depended too much on the UI setting
1524 flags). (we're losing the old pending flag.)
1526 2003-07-28 [christoph] 0.9.3claws68
1532 fix copy to IMAP folder from other folder
1534 2003-07-28 [christoph] 0.9.3claws67
1537 fix sync of procmsg_get_message_file_list
1539 2003-07-28 [christoph] 0.9.3claws66
1541 * sync with 0.9.3cvs14
1542 see ChangeLog 2003-07-18
1543 * sync with 0.9.3cvs17
1544 see ChangeLog 2003-07-23
1546 (closes Bug 234 segmentation fault after sending out mail via
1549 2003-07-28 [paul] 0.9.3claws65
1552 update Spanish translation, submitted by Ricardo Mones
1555 2003-07-28 [christoph] 0.9.3claws64
1560 return new message numbers as a GRelation instead of a GSList
1561 that has to be in the same order as the input list. A list
1562 would make it hard for IMAP to optimize oepration by sorting
1563 the input list. The returned list would have to be reordered
1564 to match the same order that input list has.
1566 * src/gtk/gtkaspell.c
1567 fix missing return value, could cause a crash when garbage is
1568 on the stack that is used as the expected return value
1570 2003-07-28 [paul] 0.9.3claws63
1572 * sync with 0.9.4cvs1
1573 see ChangeLog 2003-07-28
1575 2003-07-27 [alfons] 0.9.3claws62
1578 tweak it more to make icon list act like a check button group
1580 2003-07-27 [christoph] 0.9.3claws61
1582 * sync with 0.9.3cvs20
1583 see ChangeLog 2003-07-25
1585 2003-07-27 [paul] 0.9.3claws60
1588 re-commit changes from 0.9.3claws58 -
1589 accidently removed in 0.9.3claws59
1591 2003-07-27 [paul] 0.9.3claws59
1594 a sync from 0.9.3cvs17
1595 see ChangeLog 2003-07-23
1597 2003-07-27 [alfons] 0.9.3claws58
1600 add missing header members to MsgInfo; fixes the problem of
1601 not displaying X-Faces, as noticed by Ricardo Mones
1603 2003-07-26 [christoph] 0.9.3claws57
1605 * sync with 0.9.3cvs18
1606 see ChangeLog 2003-07-24
1608 2003-07-26 [christoph] 0.9.3claws56
1610 * sync with 0.9.3cvs17
1611 see ChangeLog 2003-07-23
1613 2003-07-26 [christoph] 0.9.3claws55
1620 add support for copy function that copy multiple messages
1621 (not implemented yet)
1624 add missing return value
1626 2003-07-26 [paul] 0.9.3claws54
1628 * tools/multiwebsearch.pl
1629 do whitespace substitution before passing the string
1630 to the browser. fixes bug with browsers that don't
1631 do whitespace conversion themselves.
1633 2003-07-25 [christoph] 0.9.3claws53
1638 rewrite adding of multiple messages to a folder for
1639 claws' folder system
1641 2003-07-25 [luke] 0.9.3claws52
1644 o icon toggles set correctly on leaving ctree mimeview
1646 2003-07-25 [paul] 0.9.3claws51
1648 * partial sync with 0.9.3cvs21 [src/main.c]
1649 see ChangeLog 2003-07-25
1651 2003-07-24 [paul] 0.9.3claws50
1653 * tools/maildir2sylpheed.pl
1656 2003-07-24 [paul] 0.9.3claws49
1659 increase the gutter size of paned so that the panes
1662 * src/plugins/demo/demo.c
1663 squeeze in another typo fix
1665 2003-07-24 [paul] 0.9.3claws48
1667 * src/plugins/demo/demo.c
1669 small changes to the English
1671 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
1672 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
1675 rename the misspelled icon
1677 2003-07-23 [alfons] 0.9.3claws47
1680 make icon list look like a list of toggles
1682 2003-07-23 [luke] 0.9.3claws46
1684 * src/pixmaps/mimeview_gpg_expired.xpm
1685 * src/pixmaps/mimeview_gpg_failed.xpm
1686 * src/pixmaps/mimeview_gpg_passed.xpm
1687 * src/pixmaps/mimeview_text_html.xpm
1688 * src/pixmaps/mimeview_image.xpm
1689 o all icons the same size
1692 o mimeview ctree arranged vertically above the viewer
1693 o icons changed to buttons
1694 o can use keyboard to select an icon (Enter)
1695 o resize icon list to width of icons
1697 * src/gtk/gtkvscrollbutton.c
1698 o sensitivity of buttons reacts to position
1700 2003-07-23 [christoph] 0.9.3claws45
1702 * sync with 0.9.3cvs14 (incomplete)
1703 see ChangeLog 2003-07-17
1705 2003-07-23 [alfons] 0.9.3claws44
1709 sync with my local tree to restore some claws-only things
1711 2003-07-23 [paul] 0.9.3claws43
1713 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
1714 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
1719 src/stock_pixmap.[ch]
1720 indicate missing keys and expired sigs/keys
1723 2003-07-23 [paul] 0.9.3claws42
1726 Redirect fixes: enable automatic account selection and
1727 do not append signature to message on changing account
1730 2003-07-23 [paul] 0.9.3claws41
1732 * sync with 0.9.3cvs16
1733 see ChangeLog 2003-07-23
1735 2003-07-23 [alfons] 0.9.3claws40
1738 give progress dialog a main window, and give it the first
1739 one (presumably the only one). fixes bug #247, "segfault on
1742 2003-07-22 [alfons] 0.9.3claws39
1745 shift-space scrolls up
1747 2003-07-22 [paul] 0.9.3claws38
1749 * sync with 0.9.3cvs15
1750 see ChangeLog 2003-07-22
1752 2003-07-20 [alfons] 0.9.3claws37
1755 put menu inside #ifdef USE_ASPELL..#endif
1757 2003-07-20 [christoph] 0.9.3claws36
1760 fix wrong flags in MsgInfo returned by
1761 procmsg_msginfo_get_full_info()
1763 (closes Bug 221 Deleting messages from the Message View gives incorrect
1764 new/unread message counts in the folder view)
1766 * src/plugins/spamassassin/spamassassin_gtk.c
1767 add gettext macro for prefs page title
1769 2003-07-20 [paul] 0.9.3claws35
1772 redraw icon list on signature check
1774 2003-07-20 [christoph] 0.9.3claws34
1779 * src/folder_item_prefs.[ch] ** NEW **
1784 * src/prefs_scoring.c
1786 * src/prefs_folder_item.[ch]
1787 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1789 o use prefswindow for folder properties
1791 * src/gtk/prefswindow.[ch]
1792 change implementation to use an invisible notebook instead
1793 of unparenting widgets
1795 2003-07-20 [christoph] 0.9.3claws33
1801 * src/prefs_filtering.h
1802 * src/prefs_folder_item.[ch]
1806 clean up header mess
1807 (always use 1. typedefs, 2. #includes, 3. structures)
1809 * src/common/version.h.in
1810 add casts for constants
1812 * src/plugins/demo/demo.c
1815 * src/plugins/spamassassin/spamassassin.c
1816 remove unused variable
1818 2003-07-20 [alfons] 0.9.3claws32
1821 o make icon buttons respond on left click
1822 o minor cosmetic change
1824 2003-07-19 [luke] 0.9.3claws31
1827 * src/gtk/gtkvscrollbutton.c
1829 o improved mimeview behaviour when selecting a new message
1830 o plus code cleanups to remove compile warnings
1833 2003-07-19 [alfons] 0.9.3claws30
1837 * src/common/utils.[ch]
1838 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1840 2003-07-19 [alfons] 0.9.3claws29
1842 * src/prefs_folder_item.c
1843 reinit "legacy" tmp_prefs, so we don't free nor use invalid
1846 2003-07-19 [luke] 0.9.3claws28
1852 * src/stock_pixmap.[ch]
1853 * src/gtk/Makefile.am
1855 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
1856 * src/pixmaps/mime_*.xpm ** NEW **
1857 o mimeview rearrangement with a new icon shortcut bar
1859 2003-07-19 [alfons] 0.9.3claws27
1862 o plug leaking nodes_to_recollapse
1863 o add folderview_recollapse_all_nodes() (not used yet)
1865 2003-07-19 [alfons] 0.9.3claws26
1868 * src/common/utils.c
1869 honour #240 "Better SUBJECT handling" by cleaning the prefix
1870 for both forwarding as replying
1872 2003-07-18 [christoph] 0.9.3claws25
1875 * src/common/sylpheed.[ch]
1876 * src/common/version.h.in
1877 add version in numeric form to allow easy comparison
1879 * src/plugins/demo/demo.c
1881 - sylpheed version > plugin version => never allowed, sylpheed
1882 could contain unknown API changes
1883 - sylpheed version < minimum version required => don't load,
1884 API required not available (if linking does not fail)
1886 2003-07-18 [alfons] 0.9.3claws24
1888 * src/common/plugin.[ch]
1891 2003-07-18 [christoph] 0.9.3claws23
1893 * src/common/hooks.c
1894 fix crash when hooks where unregisted
1896 * src/plugins/trayicon/trayicon.c
1897 unregister detroy signal before destroying the widget
1898 (still crashes when the plugin is unloaded)
1900 2003-07-18 [alfons] 0.9.3claws22
1903 delay expanding folder tree during drags until timeout triggered
1904 (needs perhaps some tweaking, so testing is welcome)
1906 2003-07-17 [alfons] 0.9.3claws21
1911 2003-07-17 [christoph] 0.9.3claws20
1913 * src/common/session.c
1914 fix opening of SSL connections
1916 * src/plugins/image_viewer/Makefile.am
1917 add OPENSSL_CFLAGS (we should find a better solution to remove
1918 this dependencies if they are not required)
1920 * src/plugins/spamassassin/spamassassin.c
1921 remove setlocale workaround (fixed in libspamc)
1923 (closes Bug Bug 184 Entering non-ascii character deletes previous char
1924 if spell checking enabled)
1926 2003-07-17 [alfons] 0.9.3claws19
1928 * src/common/hooks.[ch]
1929 * src/plugins/clamav/clamav_plugin.c
1930 * src/plugins/spamassassin/spamassassin.c
1931 * src/plugins/trayicon/trayicon.c
1934 2003-07-17 [alfons] 0.9.3claws18
1939 2003-07-17 [alfons] 0.9.3claws17
1944 2003-07-17 [paul] 0.9.3claws16
1949 add link to the Claws site's FAQ page, after the suggestion
1950 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1951 Move url strings to defs.h
1954 fix typo to prevent "unknown menu entry" warnings
1956 2003-07-17 [alfons] 0.9.3claws15
1958 * src/folderview.[ch]
1959 * src/summaryview.[ch]
1963 2003-07-17 [paul] 0.9.3claws14
1966 remove two instances of 'GTK_EVENTS_FLUSH' because
1967 they are unnecessary and probably cause a stack overflow
1969 2003-07-16 [christoph] 0.9.3claws13
1972 use an invisible GTK notebook to switch between viewers
1973 instead of reparenting widgets
1975 2003-07-16 [christoph] 0.9.3claws12
1978 move folder_item_update_freeze() to correct place in
1979 folder_item_scan_full()
1981 2003-07-16 [paul] 0.9.3claws11
1983 * sync with 0.9.3cvs12
1984 see ChangeLog 2003-07-14 and 2003-07-15
1986 2003-07-16 [christoph] 0.9.3claws10
1989 * src/prefs_account.[ch]
1990 sync IMAP CRAM-MD5 authentication with sylpheed-main
1992 2003-07-15 [alfons] 0.9.3claws9
1995 make --config-dir do something useful
1997 2003-07-15 [alfons] 0.9.3claws8
2000 o fix a bug where 'last' didn't really point to the last message
2001 in the top level list of children, but to the last threaded
2004 o clean up and make it easier to sync
2006 2003-07-15 [alfons] 0.9.3claws7
2009 make correct menu items sensitive
2011 2003-07-14 [alfons] 0.9.3claws6
2014 tune the threader so it will not subject-thread any message
2015 without a subject prefix (this will not thread correctly if
2016 a parent is delivered after their childs, but it looks
2019 2003-07-13 [christoph] 0.9.3claws5
2022 group "Add mailbox *..." menu items in submenu
2024 2003-07-13 [alfons] 0.9.3claws4
2027 correct summary_toggle_pressed() signature and make sure
2028 signal is not passed on
2030 2003-07-13 [alfons] 0.9.3claws3
2033 o for now don't pass on keys when they we're handled by
2034 ctree::key_press_event
2037 2003-07-13 [alfons] 0.9.3claws2
2040 add command line option "--config-dir" to get the current
2043 2003-07-12 [alfons] 0.9.3claws1
2046 * src/matcher_parser_parse.y
2047 * src/prefs_filtering.c
2049 add "Lock" filter action to lock messages;
2052 remove debug_print()
2053 * src/prefs_filtering.c
2054 re-organize matcher part 9:
2055 make action text entries easily extendible;
2056 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2057 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2062 update old information and add missing
2065 2003-07-12 [paul] 0.9.3claws
2067 * 0.9.3claws released
2069 2003-07-12 [paul] 0.9.0claws103
2074 2003-07-12 [melvin] 0.9.0claws102
2077 Fixed bug #215: Show MIME tab for single text/html messages.
2079 2003-07-12 [paul] 0.9.0claws101
2084 2003-07-12 [paul] 0.9.0claws100
2090 update Spanish, Croatian, Polish, Serbian translations.
2091 submitted by Ricardo Mones Lastra, Dragan, Witold
2092 Wladyslaw Wojciech Wilk, Urke MMI
2094 2003-07-12 [melvin] 0.9.0claws99
2097 Updated French translations.
2099 2003-07-12 [paul] 0.9.0claws98
2102 disable 'Lookup' button as it has no effect
2104 2003-07-11 [alfons] 0.9.0claws97
2107 summary_searchbar_pressed() should return TRUE to signal that
2108 event was handled. when returning void, the return value passed
2109 to GTK is actually random, but maybe FALSE, in which case the
2110 event is handled by parent
2112 2003-07-10 [paul] 0.9.0claws96
2114 * ac/missing/gettext.m4
2115 update to version 0.12
2117 2003-07-10 [paul] 0.9.0claws95
2119 * src/plugins/clamav/clamav_plugin.c
2120 fix bug where multipart/alternative messages
2121 would slip through without being scanned
2123 2003-07-10 [christoph] 0.9.0claws94
2126 correct check if folder supports removing when a message is
2127 moved. if not the message is only copied.
2129 (closes Bug 132 crash on startup in newsgroups folders)
2131 2003-07-09 [alfons] 0.9.0claws93
2135 --with-config-dir (default .sylpheed)
2137 2003-07-09 [christoph] 0.9.0claws92
2140 use PKG_CHECK_MODULES to check for gtkmathview
2141 (version 0.4.2 now required)
2143 2003-07-08 [melvin] 0.9.0claws91
2146 Implemented a progress bar that counts the number of completed
2147 tasks when the action runs more than one command.
2149 2003-07-08 [alfons] 0.9.0claws90
2152 if queued message has an invalid Message-Id, don't try to
2153 find message it refers to (fixes #209 "crash when processing
2156 2003-07-08 [paul] 0.9.0claws89
2158 * sync with 0.9.3cvs2
2159 see ChangeLog 2003-07-08
2161 2003-07-08 [match] 0.9.0claws88
2164 extend LDAP search for first/last name by parsing search term.
2166 2003-07-08 [alfons] 0.9.0claws87
2168 * src/send_message.c
2169 fix bug #208 "Status message stuck when sending on POP3 account"
2171 2003-07-07 [paul] 0.9.0claws86
2174 new Croatian translation, submitted by
2175 Dragan <drleskov@inet.hr>
2177 2003-07-07 [paul] 0.9.0claws85
2179 * sync with 0.9.3cvs1
2180 see ChangeLog 2003-07-07
2182 2003-07-05 [christoph] 0.9.0claws84
2187 * src/stock_pixmap.[ch]
2188 * src/pixmaps/messageview_text.xpm ** NEW **
2189 move mimeview tabs to the right side and use icons
2190 instead of text to save some space
2192 (patch by Luke Plant <lukeplant@softhome.net>)
2194 2003-07-05 [christoph] 0.9.0claws83
2197 add NULL pointer checks
2199 (patch by Luke Plant <lukeplant@softhome.net>)
2200 (closes Bug 204 0.9.0 quits on authentication error?!)
2202 2003-07-05 [alfons] 0.9.0claws82
2205 take the clue in bug #202 "./configure script -
2206 'if test' comparison failure" reported by John Kristoff.
2208 2003-07-04 [christoph] 0.9.0claws81
2210 * src/plugins/spamassassin/spamassassin.c
2211 set timeout for spam check
2213 2003-07-04 [christoph] 0.9.0claws80
2216 destroy all FolderItems when shutting down to
2217 allow folders to clean up
2219 2003-07-04 [melvin] 0.9.0claws79
2221 * src/gtk/gtkaspell.c
2222 Fixed bug #184 "Entering non-ascii character deletes
2223 previous char if spell checking enabled": this makes
2224 the spell checking in multibytes (e.g. UTF-8)locales work.
2225 (Patch by Luke Plant).
2227 2003-07-04 [christoph] 0.9.0claws78
2229 * sync with 0.9.2cvs1
2230 see ChangeLog 2003-06-10
2232 2003-07-04 [paul] 0.9.0claws77
2234 * sync with 0.9.3 release
2235 see ChangeLog 2003-07-04
2237 2003-07-03 [christoph] 0.9.0claws76
2244 move folder_item_get_path() stuff into a folder virtual function
2247 use folder_item_fetch_msg() to get message and do not contruct
2248 the filename from path and number
2250 2003-07-03 [paul] 0.9.0claws75
2252 * sync with 0.9.2cvs12
2253 see ChangeLog 2003-07-03
2255 2003-07-02 [paul] 0.9.0claws74
2258 fix text-selection for replying
2260 2003-07-02 [paul] 0.9.0claws73
2262 * sync with 0.9.2cvs11
2263 see ChangeLog 2003-07-02
2265 2003-07-02 [paul] 0.9.0claws72
2268 revert last commit because it breaks more
2271 2003-07-02 [paul] 0.9.0claws71
2274 fix thread by subject/sort by date
2276 2003-07-01 [paul] 0.9.0claws70
2278 * sync with 0.9.2cvs10
2279 see ChangeLog 2003-07-01
2281 2003-06-30 [paul] 0.9.0claws69
2283 * sync with 0.9.2cvs9
2284 see ChangeLog 2003-06-30
2286 2003-06-28 [match] 0.9.0claws68
2291 2003-06-27 [paul] 0.9.0claws67
2293 * sync with 0.9.2cvs7
2294 see ChangeLog 2003-06-27
2296 2003-06-26 [christoph] 0.9.0claws66
2299 freeze folder updates while a folder is scanned
2301 (closes Bug 185 New message counter)
2303 2003-06-26 [darko] 0.9.0claws65
2306 fix infinite loop when adding a new LDAP server
2308 2003-06-26 [paul] 0.9.0claws64
2310 * sync with 0.9.2cvs6
2311 see ChangeLog 2003-06-26
2313 2003-06-26 [paul] 0.9.0claws63
2315 * sync with 0.9.2cvs5
2316 see ChangeLog 2003-06-25 and 2003-06-26
2318 2003-06-25 [match] 0.9.0claws62
2321 Fixed tab/backtab for dropped-down completion list to
2322 move next/previous field. (close bug 147)
2324 2003-06-25 [christoph] 0.9.0claws61
2326 * src/addr_compl.[ch]
2327 * src/addrindex.[ch]
2335 2003-06-25 [leandro] 0.9.0claws60
2339 o gray out "Message/Remove references" menu item if not
2340 replying to a message
2342 2003-06-24 [leandro] 0.9.0claws59
2345 o removed "Message/Create new thread" menu item
2346 o added "Message/Remove references" menu item
2347 (it's off by default and will not check anymore
2348 if the subject changed)
2350 2003-06-23 [alfons] 0.9.0claws58
2353 try better grouping messages threaded by subject based on their age.
2354 still not perfect - because the message tree is not sorted by date.
2356 2003-06-23 [thorsten] 0.9.0claws57
2359 added mail_receive_hook to allow modifications
2360 directly after retrieval (e.g. adding headers).
2362 2003-06-23 [paul] 0.9.0claws56
2364 * src/sourcewindow.c
2365 enable the use of Ctrl+A to select all text in
2367 Patch submitted by Ivan Francolin Martinez
2368 <ivanfm@users.sourceforge.net>
2370 2003-06-22 [christoph] 0.9.0claws55
2373 o add notification hook for folder tree changes
2374 o invoke hooks after folder tree scanning
2376 * src/folderview.[ch]
2377 register hook for folder tree changes that
2380 (there are more places that should be updated, like add, remove
2383 (closes Bug 164 Crash on rebuild folder tree)
2384 (closes Bug 190 Crash on 'rebuilding folder tree')
2386 2003-06-21 [leandro] 0.9.0claws54
2389 create a new thread if subject changes
2390 (it's on by default, can be disabled in Message menu)
2392 2003-06-21 [alfons] 0.9.0claws53
2395 quiet little compiler
2397 2003-06-21 [christoph] 0.9.0claws52
2399 update gettext stuff to version 0.12
2401 2003-06-19 [alfons] 0.9.0claws51
2404 * src/common/plugin.c
2405 move defs.h before glib.h to prevent MIN/MAX redefs
2412 2003-06-19 [match] 0.9.0claws50
2414 * src/addressbook.[ch]
2415 * src/addrindex.[ch]
2416 * src/addr_compl.[ch]
2418 * src/editldap_basedn.[ch]
2421 re-implemented dynamic LDAP search. works without
2422 slowdown on display sender with addressbook
2427 2003-06-19 [paul] 0.9.0claws49
2430 fix Bug #136 'Nonprovided quotation marks crash claws'
2431 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2433 2003-06-19 [alfons] 0.9.0claws48
2435 * src/prefs_common.[ch]
2437 restrict threading by subject by checking thread for
2438 age (prefs_common.thread_by_subject_max_age)
2440 2003-06-18 [christoph] 0.9.0claws47
2443 fix memory leak in imap_cmd_fetch()
2445 2003-06-18 [christoph] 0.9.0claws46
2448 fix memory leak in prefs_set_default() when used multiple
2449 times or after prefs have been read
2451 2003-06-18 [christoph] 0.9.0claws45
2453 * src/common/plugin.c
2454 fix memory leak in plugin_unload()
2456 2003-06-18 [christoph] 0.9.0claws44
2459 fix memory leak in imap_cmd_ok()
2461 2003-06-18 [christoph] 0.9.0claws43
2464 stop messages that are downloaded from POP3 and added to
2465 an IMAP inbox from being filtered twice (first by POP3
2466 and again when IMAP folder is scaned to get the UID of
2467 the APPEND operation when no UIDPLUS is available)
2476 * tools/launch_phoenix ** REMOVED **
2477 tools/launch_firebird ** NEW **
2478 renamed and edited to reflect the browser's name change from
2479 'phoenix' to 'firebird'
2481 2003-06-18 [paul] 0.9.0claws42
2483 * sync with 0.9.2cvs2
2484 see ChangeLog 2003-06-16
2486 2003-06-17 [alfons] 0.9.0claws41
2489 prevent threading problems when a node is an ancestor (parent / great parent),
2490 which mostly happens with circular references (thanks to Phillipe Gramoullé
2491 for finding an sample set of messages)
2493 2003-06-16 [christoph] 0.9.0claws40
2496 don't popup main window on --receive or --receive-all
2498 * src/mainwindow.[ch]
2499 * src/plugins/trayicon/trayicon.c
2500 allow hiding of main window by clicking on the trayicon
2501 (doesn't work correctly in seperate window mode and may
2502 cause unexpected GTK problems I couldn't find yet)
2505 remove incorrect warning
2507 2003-06-15 [alfons] 0.9.0claws39
2509 * src/gtk/gtkstext.c
2510 don't output debug text;
2511 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2512 for pointing this out);
2514 2003-06-14 [alfons] 0.9.0claws38
2517 remove printf() and make one if..else comply with coding style
2519 2003-06-14 [alfons] 0.9.0claws37
2524 * src/messageview.[ch]
2526 apply patch #754162 "Quoting messages filtered by actions" submitted
2527 by Martin Wicke, which allows quoting message body changed by an
2530 2003-06-13 [alfons] 0.9.0claws36
2533 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2534 use case insensitive regexp (suggested by Ivan Martinez)
2536 2003-06-13 [christoph] 0.9.0claws35
2539 * src/plugins/trayicon/Makefile.am
2540 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
2541 * src/plugins/trayicon/trayicon.c
2542 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
2543 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
2544 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
2545 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
2546 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
2547 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
2548 replace my own EggTrayIcon backport with the backport
2549 used by (l|x)mule and gabber.
2551 2003-06-13 [alfons] 0.9.0claws34
2554 * src/common/utils.c
2555 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2557 2003-06-13 [alfons] 0.9.0claws33
2560 clean up a little bit
2562 2003-06-12 [alfons] 0.9.0claws32
2565 const correctness fix
2567 * src/common/sylpheed.[ch]
2569 prevent redef MIN/MAX
2571 * src/common/utils.[ch]
2574 2003-06-12 [melvin] 0.9.0claws31
2577 Updated to take into accounts changes in GtkAspell.
2579 2003-06-12 [alfons] 0.9.0claws30
2583 * src/common/utils.[ch]
2584 handle reply subject prefixes better (initial
2585 suggestion by Robert Story adapted and enhanced
2588 2003-06-12 [melvin] 0.9.0claws29
2591 Use new gtkaspell_checkers_strerror() to get the speller's
2592 error message instead of accessing the (now private)
2597 Use #ifdef instead of #if for USE_ASPELL
2598 Use the new spell checkers init/quit functions
2600 * src/gtk/gtkaspell.c
2601 Use #ifdef instead of #if for USE_ASPELL
2602 Moved in the majority of GtkAspell structures that were
2603 exported before by gtkaspell.h
2605 * src/gtk/gktaspell.h
2606 Made gtkaspell.h contain only the necessary data to be
2607 publicized by moving many structures to gtkaspell.c.
2608 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2609 gtkaspell_checkers_new(): replaced by...
2610 gtkaspell_checkers_init(): new function for initialization
2611 gtkaspell_checkers_delete(): replaced by...
2612 gtkaspell_checkers_quit(): new function
2613 gtkaspell_checkers_strerror(): new function that returns
2614 the checker's last error message.
2616 2003-06-11 [melvin] 0.9.0claws28
2619 Updated to take into account gtkaspell.c migration to
2620 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2622 2003-06-10 [alfons] 0.9.0claws27
2624 * src/filtering.[ch]
2628 - try fixing bug #18 (any brave testers?)
2629 - add more robustness by refusing previously
2630 unchecked NULL pointers
2632 2003-06-10 [alfons] 0.9.0claws26
2635 fix bug #176 by don't checking MsgInfos with a NULL msgid
2637 2003-06-09 [alfons] 0.9.0claws25
2639 * src/prefs_common.c
2640 fix bug #163 "Icon switching doesnt work properly" by
2641 preventing early freeing of prefs_common.pixmap_theme_path.
2643 2003-06-09 [christoph] 0.9.0claws24
2645 * src/gtk/gtkaspell.c
2646 revert Thorsten's fix and add forgotten g_strdup for
2647 aspell path (it should not be possible to alter the path a
2648 GtkASpell uses from outside)
2650 2003-06-09 [thorsten] 0.9.0claws23
2652 * src/gtk/gtkaspell.c
2653 dont free prefs_common.aspell_path when closing compose
2655 2003-06-08 [colin] 0.9.0claws22
2657 * src/plugins/spamassassin/spamassassin.c
2660 2003-06-07 [christoph] 0.9.0claws21
2664 * src/gtkaspell.[ch] ** REMOVE **
2665 * src/gtk/Makefile.am
2666 * src/gtk/gtkaspell.[ch] ** NEW **
2667 o make gtkaspell independent from sylpheed's prefs
2668 o move gtkaspell.[ch] to gtk directory
2670 2003-06-07 [christoph] 0.9.0claws20
2675 * src/filesel.[ch] ** REMOVE **
2678 * src/common/sylpheed.[ch]
2679 * src/gtk/Makefile.am
2680 * src/gtk/filesel.[ch] ** NEW **
2681 * src/gtk/pluginwindow.c
2682 * src/gtk/sslcertwindow.c
2683 move filesel.[ch] to gtk directory
2685 2003-06-07 [alfons] 0.9.0claws19
2688 make (multi) file selection dialog work again (Claws-only)
2690 2003-06-07 [thorsten] 0.9.0claws18
2695 2003-06-07 [alfons] 0.9.0claws17
2699 detect apache mishap in which case don't include fnmatch.h
2700 if regex.h is already included
2702 2003-06-06 [christoph] 0.9.0claws16
2706 add check for fnmatch.h and include it when available
2709 fix wrong case sensitivity of Content-Types
2711 * src/gtk/Makefile.am
2712 need the same include paths in gtk directory as in
2713 common directory because .h files in common can
2714 include files from these directories, when included
2715 in gtk's .h or .c files
2717 2003-06-06 [alfons] 0.9.0claws15
2721 make it compile again because of regex.h / fnmatch.h
2722 include problems (related to recent mime stuff, can
2723 someone check this?)
2725 2003-06-06 [thorsten] 0.9.0claws14
2728 possible use of uninitialized pointer while dragging
2730 2003-06-06 [paul] 0.9.0claws13
2733 fix bug where the insert sig button would be effective
2734 only when auto_sig was set
2736 2003-06-06 [paul] 0.9.0claws12
2738 * sync with 0.9.2 release
2740 2003-06-02 [paul] 0.9.0claws11
2742 * sync with 0.9.1cvs1
2743 see ChangeLog 2003-06-02
2748 2003-06-01 [christoph] 0.9.0claws10
2751 don't use substring search to find accounts by email address
2753 (closes Bug 169 Overly loose matching of "From" address)
2755 2003-05-31 [christoph] 0.9.0claws9
2757 * doc-src/rfc2683.txt
2759 limit IMAP command length as recommended in RFC2683
2760 (message number lists will be split into multiple imap
2761 sets, the limit of 1000 octets is not a hard limit)
2763 (closes Bug 161 sylpheed-claws exits with segfault when logging
2764 in to certain imap-servers)
2766 2003-05-29 [alfons] 0.9.0claws8
2769 add print button (calling summary_print());
2770 fine tune setting tooltip text;
2771 (if someone needs other buttons, please take these
2772 commits as a guide, instead of bothering us - also
2775 2003-05-29 [darko] 0.9.0claws7
2778 fix crash when word wrapping kicks in due to
2779 changed text by spell checker
2781 2003-05-29 [paul] 0.9.0claws6
2784 fix bug where changing account would insert
2785 sig even if auto_sig was FALSE
2790 sync with 0.9.1 release
2792 2003-05-28 [christoph] 0.9.0claws5
2795 fix truncation of too long commands
2797 (closes Bug 167 IMAP hangs trying to get envelope
2798 information in imap_get_uncached_messages)
2800 2003-05-27 [paul] 0.9.0claws4
2803 tools/maildir2sylpheed.pl ** NEW FILE **
2804 add kmail to sylpheed mailbox conversion script
2806 2003-05-27 [paul] 0.9.0claws3
2808 * sync with 0.9.0cvs10
2809 see ChangeLog 2003-05-26
2811 2003-05-26 [paul] 0.9.0claws2
2813 * sync with 0.9.0cvs9
2814 see ChangeLog 2003-05-26
2816 2003-05-24 [paul] 0.9.0claws1
2818 * sync with 0.9.0cvs8
2819 see ChangeLog 2003-05-23
2821 2003-05-24 [paul] 0.9.0claws
2823 * version 0.9.0claws released
2825 2003-05-24 [paul] 0.8.11claws177
2827 * src/plugins/dillo-viewer/Makefile.am
2828 src/plugins/traycon/Makefile.am
2838 update Bulgarian, British English, Spanish, Italian,
2839 Brazilian Portuguese, Russian, and Serbian translations,
2840 submitted by George Danchev, [me], Ricardo Mones Lastra,
2841 André Filipe de Assunção e Brito, Alessandro Maestri,
2842 Ruslan N. Balkin, and Urke MMI
2844 2003-05-23 [melvin] 0.8.11claws176
2847 Updated French translations
2849 2003-05-22 [paul] 0.8.11claws175
2860 src/editldap_basedn.c
2864 revert to get ldap into it previous working state
2867 new Taiwanese translation,
2868 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2870 2003-05-22 [christoph] 0.8.11claws174
2872 * src/plugins/spamassassin/libspamc.[ch]
2873 sync libspamc with SpamAssaain release 2.55
2875 2003-05-22 [paul] 0.8.11claws173
2877 * sync with 0.9.0cvs7
2878 see ChangeLog 2003-05-22
2881 revert change in 0.8.11claws172: follow
2882 Hiroyuki's decision and that's the end of it.
2884 2003-05-21 [paul] 0.8.11claws172
2887 fix discrepency between open_unread_on_enter
2890 2003-05-21 [paul] 0.8.11claws171
2892 * sync with 0.9.0cvs6
2893 see ChangeLog 2003-05-21
2895 2003-05-21 [paul] 0.8.11claws170
2897 * sync with 0.9.0cvs5
2898 see ChangeLog 2003-05-21
2900 2003-05-20 [paul] 0.8.11claws169
2902 * sync with 0.9.0cvs4
2903 see ChangeLog 2003-05-20
2904 fixes bug #152, 'encoding of IMAP folders names'
2906 2003-05-20 [paul] 0.8.11claws168
2908 * sync with 0.9.0cvs3
2909 see ChangeLog 2003-05-20
2911 * src/tools/convert_mbox.pl
2912 minor change in the comments, submitted by Fred Marton
2914 2003-05-19 [paul] 0.8.11claws167
2916 * src/plugins/clamav/Makefile.am
2918 link clamav_lib to the plugin and not to the main program
2920 2003-05-19 [christoph]
2923 add -export-dynamic for linking
2925 2003-05-19 [paul] 0.8.11claws166
2927 * sync with 0.9.0cvs1
2928 see ChangeLog 2003-05-19
2930 2003-05-19 [paul] 0.8.11claws165
2933 fix 'pop before smtp' timeout
2935 2003-05-18 [alfons] 0.8.11claws164
2937 * src/prefs_matcher.c
2938 put "execute" action command line ("expression") in edit box
2940 2003-05-18 [christoph] 0.8.11claws163
2943 * src/plugins/dillo_viewer/dillo_viewer.c
2944 * src/plugins/image_viewer/viewer.c
2945 * src/plugins/mathml_viewer/mathml_viewer.c
2946 let a viewer have a list of Content-Types
2948 2003-05-18 [paul] 0.8.11claws162
2950 * src/prefs_filtering.c
2951 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2952 and REDIRECT actions
2954 2003-05-17 [christoph]
2957 o remove dynamic signatures that was syned with main
2958 o add infos about no longer "build in" image viewer
2959 o update bugtracker URL
2961 2003-05-17 [christoph] 0.8.11claws161
2966 don't use imap_scan_folder anymore. Instead call folder_item_scan
2967 for every folder after rebuilding the folder tree.
2969 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2972 2003-05-17 [christoph] 0.8.11claws160
2975 don't use STATUS command on current folder to check for
2976 content changes. imap_cmd_ok() now tracks changes to
2977 folder and number of existing messages.
2979 2003-05-17 [paul] 0.8.11claws159
2981 * src/plugins/clamav/clamav_plugin.c
2982 remove unnecessary debug_print
2984 2003-05-16 [thorsten] 0.8.11claws158
2986 * src/plugins/demo.c
2987 included missing intl.h
2989 2003-05-16 [paul] 0.8.11claws157
2992 remove non-existant entries
2994 * src/plugins/clamav/clamav_plugin.c
2995 src/plugins/clamav/clamav_plugin_gtk.c
2996 src/plugins/dillo_viewer/dillo_prefs.c
2997 src/plugins/dillo_viewer/dillo_viewer.c
3000 2003-05-16 [christoph] 0.8.11claws156
3003 include plugin .c files for translation until I
3004 find a better solution to have plugins have their
3006 * src/plugins/demo/demo.c
3007 * src/plugins/image_viewer/plugin.c
3008 * src/plugins/mathml_viewer/mathml_viewer.c
3009 * src/plugins/spamassassin/spamassassin.c
3010 * src/plugins/spamassassin/spamassassin_gtk.c
3011 * src/plugins/trayicon/trayicon.c
3012 add gettext macros for plugin name and description
3018 2003-05-16 [paul] 0.8.11claws155
3020 * sync with lastest 0.9.0pre1
3021 see ChangeLog 2003-05-16
3023 2003-05-15 [paul] 0.8.11claws154
3025 * sync with latest 0.9.0pre1
3026 see ChangeLog 2003-05-14 and 2003-05-15
3028 2003-05-14 [christoph] 0.8.11claws153
3030 * src/plugins/image_viewer/viewer.c
3031 * src/plugins/image_viewer/viewer.glade ** NEW **
3032 * src/plugins/image_viewer/viewerprefs.c
3033 make it possible to disable the autoload function in the
3036 2003-05-14 [christoph] 0.8.11claws152
3039 fix folder update after adding a message
3041 2003-05-13 [alfons] 0.8.11claws151
3043 * src/common/session.c
3046 * src/addrcache.[ch]
3047 * src/filtering.[ch]
3049 * src/gtkaspell.[ch]
3051 * src/mbox_folder.[ch]
3056 * src/passphrase.[ch]
3057 * src/prefs_common.[ch]
3058 * src/prefs_gtk.[ch]
3061 be pedantic; (in prototypes () implies (int))
3063 2003-05-13 [alfons] 0.8.11claws150
3065 * src/prefs_toolbar.[ch]
3066 * src/summaryview.[ch]
3068 change misleading text in toolbar prefs;
3069 add toolbar action for ignore thread (toggles ignore thread flag);
3070 clean up a little bit;
3074 * tools/convert_mbox.pl
3075 bug fixed by Fred Marton
3079 * sync with 0.9.0pre1
3081 2003-05-09 [paul] 0.8.11claws149
3083 * sync with 0.8.11cvs43
3084 see ChangeLog 2003-05-09
3086 2003-05-08 [christoph] 0.8.11claws148
3089 o use CAPABILIY as first command and check for PREAUTH
3090 information in the response to it
3091 o rewrite all imap_cmd_* functions to use an IMAPSession
3092 instead of a SockInfo as parameter
3093 o do STARTTLS after fetching and checking the server
3096 2003-05-08 [paul] 0.8.11claws147
3100 tools/convert_mbox.pl ** NEW FILE **
3101 add mbox conversion script. Submitted by
3102 Fred Marton <Fred.Marton@uni-bayreuth.de>
3104 2003-05-07 [christoph]
3107 * src/gtk/pluginwindow.glade
3108 * src/plugins/image_viewer/viewerprefs.glade
3109 * src/plugins/spamassassin/spamassassin_gtk.glade
3110 add glade files for user interfaces and a description how
3111 to use glade to create the sylpheed code
3113 2003-05-07 [paul] 0.8.11claws146
3115 * sync with 0.8.11cvs41
3116 see ChangeLog 2003-05-07
3118 2003-05-06 [christoph] 0.8.11claws145
3121 * src/plugins/image_viewer/viewer.c
3122 fix usage of imlib in imageviewer plugin
3124 * src/gtk/prefswindow.c
3125 handle window close event correctly
3127 2003-05-06 [paul] 0.8.11claws144
3130 fix typo introduced in sync
3132 2003-05-06 [paul] 0.8.11claws143
3134 * sync with 0.8.11cvs39
3135 see ChangeLog 2003-05-06
3137 2003-05-06 [paul] 0.8.11claws142
3141 updated Czech translation, submitted by
3142 Radek Vybiral <Radek.Vybiral@vsb.cz>
3144 * src/plugins/clamav/clamav_plugin_gtk.c
3147 2003-05-03 [alfons] 0.8.11claws141
3150 make paste as quotation work even when the call to
3151 text_inserted() was deferred (fixes bug #140 "Paste
3152 as quotation does not work when using "external"
3155 2003-05-03 [thorsten] 0.8.11claws140
3160 removed C++ comments
3162 function with non-int retval/param used before
3163 implementation/declaration
3165 2003-05-02 [paul] 0.8.11claws139
3167 * src/addr_compl.[ch]
3168 src/addressbook.[ch]
3171 revert match's changes to (finally) remove the bug where
3172 opening a folder causes massive slowdown when using the
3173 'Display sender using address book' option
3175 2003-05-01 [melvin] 0.8.11claws138
3177 * src/plugins/dillo_viewer/dillo_prefs.[ch]
3178 * src/plugins/dillo_viewer/dillo_viewer.c
3179 Fixed bug where "Cancel" button from prefs issued
3181 Comply a little more to coding style
3183 2003-05-01 [paul] 0.8.11claws137
3185 * sync with 0.8.11cvs38
3186 see ChangeLog 2003-05-01
3188 2003-05-01 [paul] 0.8.11claws136
3191 updated by George Danchev
3193 2003-04-30 [christoph] 0.8.11claws135
3195 * src/plugins/dillo_viewer/dillo_prefs.c
3196 * src/plugins/image_viewer/viewerprefs.c
3197 * src/plugins/spamassassin/spamassassin_gtk.c
3198 remove gtk_widget_ref() calls for widgets in
3201 2003-04-30 [paul] 0.8.11claws134
3204 ok, this time a better fix for the bug where opening folder
3205 has massive slowdown when using the 'Display sender using
3206 address book' option
3208 2003-04-30 [paul] 0.8.11claws133
3211 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3213 2003-04-30 [melvin] 0.8.11claws132
3215 New: Dillo plugin preferences (patch by Dimitar Haralanov)
3217 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
3218 Preferences for the dillo plugin
3219 * src/plugins/dillo_viewer/dillo_viewer.c
3220 Support for preferences
3221 * src/plugins/dillo_viewer/Makefile.am
3222 Added dillo_prefs.[ch]
3224 2003-04-30 [alfons] 0.8.11claws131
3226 * src/common/plugin.[ch]
3227 see? this ANSI C'fication immediately gives us type
3230 2003-04-30 [alfons] 0.8.11claws130
3232 * src/common/plugin.[ch]
3233 * src/plugins/clamav/clamav_plugin.[ch]
3234 * src/plugins/clamav/clamav_plugin_gtk.c
3235 * src/plugins/demo/demo.c
3236 * src/plugins/dillo_viewer/dillo_viewer.c
3237 * src/plugins/image_viewer/plugin.c
3238 * src/plugins/image_viewer/viewer.[ch]
3239 * src/plugins/image_viewer/viewerprefs.[ch]
3240 * src/plugins/mathml_viewer/mathml_viewer.c
3241 * src/plugins/spamassassin/spamassassin.[ch]
3242 * src/plugins/spamassassin/spamassassin_gtk.c
3243 * src/plugins/trayicon/trayicon.c
3246 2003-04-30 [alfons] 0.8.11claws129
3248 * src/common/utils.c
3249 make is_ascii_str() fail gracefully when NULL pointer
3252 2003-04-30 [paul] 0.8.11claws128
3255 fix bug where opening folder has massive slowdown when
3256 using the 'Display sender using address book' option
3258 2003-04-30 [paul] 0.8.11claws127
3260 * src/plugins/clamav/clamav_plugin.c
3261 src/plugins/clamav/clamav_plugin_gtk.c
3262 src/plugins/demo/demo.c
3263 src/plugins/dillo_viewer/dillo_viewer.c
3264 src/plugins/image_viewer/plugin.c
3265 src/plugins/mathml_viewer/mathml_viewer.c
3266 src/plugins/spamassassin/spamassassin.c
3267 src/plugins/spamassassin/spamassassin_gtk.c
3268 src/plugins/trayicon/trayicon.c
3269 get rid of eye-hurting function signatures
3271 2003-04-30 [paul] 0.8.11claws126
3273 * src/plugins/trayicon/trayicon.c
3279 2003-04-30 [paul] 0.8.11claws125
3282 arrange the plugins in reverse alphabetical order
3284 * src/plugins/clamav/clamav_plugin.[ch]
3285 src/plugins/clamav/clamav_plugin_gtk.c
3287 resize max_size window
3288 re-arrange the order of some gui elements
3289 improve descriptions
3291 * src/plugins/image_viewer/plugin.c
3292 src/plugins/mathml_viewer/mathml_viewer.c
3295 * src/plugins/spamassassin/spamassassin_gtk.c
3296 resize max_size window
3297 re-arrange the order of some gui elements
3303 2003-04-30 [alfons] 0.8.11claws124
3306 fix a leak found while browsing Martin Kluge's
3307 valgrind log (Claws only)
3309 2003-04-29 [darko] 0.8.11claws123
3311 * src/gtk/gtkstext.h
3312 include wchar.h if it is available, fixes compilation
3315 2003-04-29 [melvin] 0.8.11claws122
3317 * src/prefs_actions.c
3318 Improved help text of Actions' syntax
3320 2003-04-28 [paul] 0.8.11claws121
3323 a better fix for the crash when performing an action
3326 2003-04-28 [paul] 0.8.11claws120
3329 fix crash when performing an action on a
3332 2003-04-28 [paul] 0.8.11claws119
3334 * sync with 0.8.11cvs36
3335 see ChangeLog 2003-04-28
3337 2003-04-27 [paul] 0.8.11claws118
3339 * more sync with 0.8.11cvs35
3340 see ChangeLog 2003-04-25
3342 2003-04-26 [christoph] 0.8.11claws117
3345 fix remove virtual check
3347 2003-04-26 [paul] 0.8.11claws116
3350 fix return-receipt, make it work again
3352 2003-04-26 [paul] 0.8.11claws115
3355 restore double-clicking of the [application/pgp-signature
3356 (Select "Check signature" to check)] line in the message view,
3357 broken in recent sync
3359 2003-04-26 [christoph] 0.8.11claws114
3362 check if remove virtual really exists before
3363 calling the function
3365 2003-04-25 [match] 0.8.11claws113
3369 * src/ldapquery.[ch]
3372 * src/ldapserver.[ch]
3373 fix memleak. fix segfault.
3374 plug a Claws memleak
3376 2003-04-25 [alfons] 0.8.11claws112
3379 plug a Claws memleak
3381 2003-04-25 [alfons] 0.8.11claws111
3383 * src/common/session.c
3386 2003-04-25 [paul] 0.8.11claws110
3388 * sync with 0.8.11cvs35
3389 see ChangeLog 2003-04-24 and 2003-04-25
3391 * src/gtk/pluginwindow.c
3392 correct another strange float value
3394 2003-04-24 [christoph] 0.8.11claws109
3397 freeze folder item updates when unsetting new flags
3399 * src/gtk/pluginwindow.c
3400 correct strange float value
3402 2003-04-23 [paul] 0.8.11claws108
3404 * sync with 0.8.11cvs33
3405 see ChangeLog 2003-04-23
3407 2003-04-22 [paul] 0.8.11claws107
3412 src/pgptext.[ch] ** REMOVED **
3413 remove pgptext.[ch] as its not used any more
3415 2003-04-22 [paul] 0.8.11claws106
3417 * sync with 0.8.11cvs31
3418 see ChangeLog 2003-04-21 and 2003-04-22
3420 2003-04-21 [alfons] 0.8.11claws105
3423 No access to GTK structures if we're a spawned child
3424 (and clean up code a little bit...) Should fix #126.
3426 2003-04-21 [melvin] 0.8.11claws104
3428 * src/plugins/dillo_viewer/README
3429 Improved slightly the text.
3431 2003-04-21 [melvin] 0.8.11claws103
3433 * src/plugins/dillo_viewer/README *** NEW ***
3434 Added a README file for the Dillo plugin
3439 tools/outlook2sylpheed.pl
3440 updated and improved by Ricardo Mones Lastra
3442 2003-04-18 [oliver] 0.8.11claws102
3445 * src/prefs_account.h
3446 remove Pop3SessionType (used by selective download)
3447 * src/prefs_toolbar.c
3448 enable set Default Toolbar button
3450 2003-04-18 [paul] 0.8.11claws101
3452 * sync with 0.8.11cvs29
3453 see ChangeLog 2003-04-18
3455 2003-04-17 [paul] 0.8.11claws100
3457 * src/prefs_common.[ch]
3459 remove 'Open next message on deletion' option,
3460 as the same effect can now be achieved via the
3461 'Always open messages in summary when selected'
3464 2003-04-17 [paul] 0.8.11claws99
3466 * sync with 0.8.11cvs28
3467 see ChangeLog 2003-04-17
3469 2003-04-17 [christoph] 0.8.11claws98
3471 * ac/spamassassin.m4
3472 * src/plugins/spamassassin/libspamc.[ch]
3473 * src/plugins/spamassassin/utils.[ch]
3474 sync libspamc with SpamAssassin project
3476 2003-04-17 [christoph] 0.8.11claws97
3478 * src/common/socket.h
3479 * src/gtk/sslcertwindow.h
3480 rename old USE_SSL to USE_OPENSSL
3482 2003-04-17 [paul] 0.8.11claws96
3484 * src/prefs_common.h
3485 use gulong for P_COLOR so that it compiles/runs on
3486 64-bit systems. Patch submitted by James Noyes
3487 <jnoyes-claws@retrogeeks.com>
3492 2003-04-17 [paul] 0.8.11claws95
3494 * sync with 0.8.11cvs27
3495 see ChangeLog 2003-04-16
3497 2003-04-15 [paul] 0.8.11claws94
3499 * src/prefs_common.[ch]
3500 rearrange to stop the window getting too long:
3501 move Receive dialog stuff to Receive tab
3502 move Send dialog to Send tab
3503 remove Dialogs frame
3504 rename 'Open messages in summary with cursor keys' to
3505 'Always open messages in summary when selected', as its
3508 2003-04-15 [paul] 0.8.11claws93
3510 * src/prefs_common.[ch]
3512 add new option '/Interface/Open next message on deletion'
3514 2003-04-15 [paul] 0.8.11claws92
3516 * src/summaryview.[ch]
3517 add /Mark/Lock and /Mark/Unlock to the pop-up
3518 menu. Patch submitted by Ivan Francolin Martinez
3519 <ivanfm@users.sourceforge.net>
3521 2003-04-15 [paul] 0.8.11claws91
3523 * sync with 0.8.11cvs24
3524 see ChangeLog 2003-04-15
3526 2003-04-14 [jens] 0.8.11claws90
3528 * updated German translation and some corrections from
3529 Roland Bless <bless@tm.uka.de>
3531 2003-04-14 [paul] 0.8.11claws89
3533 * sync with 0.8.11cvs22
3534 see ChangeLog 2003-04-14
3536 2003-04-13 [paul] 0.8.11claws88
3538 * src/plugins/clamav/clamav_plugin.c
3542 2003-04-12 [paul] 0.8.11claws87
3544 * src/plugins/clamav/clamav_plugin.c
3545 activate enable/disable archive scanning option
3547 * src/plugins/clamav/.cvsignore ** NEW FILE **
3549 2003-04-12 [paul] 0.8.11claws86
3551 * src/plugins/Makefile.am
3552 src/plugins/clamav/Makefile.am ** NEW FILE **
3553 src/plugins/clamav/README ** NEW FILE **
3554 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
3555 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
3556 add Clam AntiVirus plugin
3558 2003-04-12 [paul] 0.8.11claws85
3560 * sync with 0.8.11cvs21
3561 see ChangeLog 2003-04-11
3563 2003-04-11 [paul] 0.8.11claws84
3566 update Spanish translation. Submitted by Ricardo
3569 2003-04-10 [christoph] 0.8.11claws83
3572 fix typo that did not move unfiltered mails to destination
3575 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3576 when filtering from spool)
3578 2003-04-10 [christoph] 0.8.11claws82
3581 use BODY.PEEK instead of BODY in in message fetch operation
3582 to make sure the IMAP server does not set the \Seen flag for
3583 messages. Sylpheed does that later itself, when the message
3584 is opened in sylpheed
3586 (closes Bug 111 Claws destroys unread marks)
3588 2003-04-09 [oliver] 0.8.11claws81
3591 fix crash in folder_destroy
3593 remove selective download
3595 2003-04-09 [christoph] 0.8.11claws80
3598 fix crash in imap_get_msginfo() when then fetched message
3601 (closes Bug 110 Crash during mail composition)
3603 2003-04-08 [christoph] 0.8.11claws79
3606 * src/prefs_account.c
3607 Filter new messages that are found in an INBOX folder
3608 when 'Filter messages on receiving' is enabled in the
3609 Folder's AccountPrefs. This allows to use Sylpheed's
3610 filtering engine for IMAP folders where messages are
3611 added to the INBOX by a MTA
3613 2003-04-08 [paul] 0.8.11claws78
3616 clean up after last commit
3618 2003-04-08 [paul] 0.8.11claws77
3620 * sync with 0.8.11cvs20
3621 see ChangeLog 2003-04-07 and 2003-04-08
3623 2003-04-07 [christoph] 0.8.11claws76
3625 * src/filtering.[ch]
3629 add procmsg_msginfo_filter() to execute filtering actions
3631 2003-04-06 [christoph] 0.8.11claws75
3634 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3636 2003-04-06 [christoph] 0.8.11claws74
3638 * src/common/utils.[ch]
3639 add g_int_compare() function for slist sorting
3642 fetch all MsgInfos with one command in imap_get_msginfos()
3643 using an imap set with a list of ranges
3646 use new g_int_compare() function
3648 2003-04-06 [thorsten] 0.8.11claws73
3651 corrected implementation of mh_folder_destroy()
3653 2003-04-05 [christoph] 0.8.11claws72
3670 * src/gtk/gtkutils.c
3671 o rename structure field names class and new to klass and
3672 new_msgs, to allow including files in C++
3673 o add 'extern "C"' block to some header files
3674 o add MsgInfoList and MsgNumberList as alias for GSList for
3675 developers to know what type of list is expected
3677 * src/plugins/image_viewer/plugin.c
3678 * src/plugins/image_viewer/viewer.[ch]
3679 * src/plugins/image_viewer/viewerprefs.[ch]
3680 rename function names to prevent conflicts
3682 2003-04-05 [paul] 0.8.11claws71
3684 * sync with 0.8.11cvs18
3685 see ChangeLog 2003-04-03 and 2003-04-04
3687 2003-04-02 [christoph] 0.8.11claws70
3691 * src/mbox_folder.[ch]
3694 o Make all virtual folder functions private
3695 o remove unused folder code
3697 * src/common/socket.[ch]
3701 2003-03-30 [alfons] 0.8.11claws69
3703 * src/send_message.c
3704 remove two debug traces and see if people still report
3707 2003-03-30 [alfons] 0.8.11claws68
3709 * src/send_message.c
3710 * src/commons/session.c
3711 add more debug traces
3713 2003-03-30 [christoph] 0.8.11claws67
3716 change processing folder name from .processing to processing
3719 disable SSL certificate check because it causes Xlib error
3720 when the child process want's to open an GTK window
3722 2003-03-30 [christoph] 0.8.11claws66
3725 don't use default folder for processing folder item because
3726 it can be a non local folder
3728 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3730 2003-03-30 [alfons] 0.8.11claws65
3732 * src/send_message.c
3733 try fixing crashes when sending messages: my gcc 2.95.4 seems
3734 to generate bad code for 'send_send_data_progressive': When
3735 called from 'send_send_data_finished', the