1 2003-12-19 [paul] 0.9.7claws51
9 update translations. submitted by me, Ricardo Mones
10 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
13 * src/folder_item_prefs.c
14 'enable_processing' set to FALSE by default
16 2003-12-18 [melvin] 0.9.7claws50
19 Updated French translation
21 2003-12-17 [christoph] 0.9.7claws49
24 revert discarding of whitespace from 0.9.7claws44
26 RFC2822 2.2.3: Unfolding is accomplished by simply
27 removing any CRLF that is immediately followed by WSP.
29 2003-12-17 [paul] 0.9.7claws48
35 update autotools macros
39 2003-12-16 [christoph] 0.9.7claws47
42 fix folder update before adding MsgInfo to cache
43 in add_msginfo_to_cache()
46 remove old call to folder_item_update() that is no
49 2003-12-16 [christoph] 0.9.7claws46
52 make sure the shutdown process only runs once
54 2003-12-16 [hoa] 0.9.7claws45
58 * src/summaryview.[ch]
59 Create filter rules using a message is fixed.
60 We can now create processing rules using a message.
62 2003-12-15 [alfons] 0.9.7claws44
65 make sure we discard folding white space
67 2003-12-15 [luke] 0.9.7claws43
70 o use "name" parameter if "filename" doesn't exist
72 2003-12-14 [alfons] 0.9.7claws42
76 allow quick finding based on the result of passing
77 a message to an external command. E.g:
81 gets me all the spam in a folder.
83 2003-12-14 [luke] 0.9.7claws41
87 o use parameter "filename" instead of "name" in a couple of
88 places for correctness
91 * src/common/utils.[ch]
92 o make temporary filename for attachments safe for %p
93 substitutions in actions.
95 2003-12-13 [christoph] 0.9.7claws40
98 readd exit(0) to clean_quit() because otherwise sylpheed
99 does not always terminate
103 add an identifier-string for PrivacySystems
110 2003-12-12 [paul] 0.9.7claws39
115 correct and clean up './configure --help' info
117 * src/plugins/clamav/clamav_plugin.c
118 src/plugins/spamassassin/spamassassin.c
119 correct plugin_desc(), works with LOCAL, IMAP, and
124 src/matcher_parser_parse.y
125 src/prefs_filtering_action.c
126 use 'Change Score' instead of '(In/De)crease score'.
127 use *CHANGE_SCORE* instead of *ADD_SCORE*
130 hyphenate: 'Pre-processing', 'Post-processing'
132 * src/prefs_account.c
133 change 'Generate Message-ID' to 'Generate Message-Id'
135 * src/prefs_folder_item.c
136 change 'Processing on startup:' to 'Process at startup'
137 change 'Scan for new mail:' to 'Scan for new mail'
139 2003-12-11 [christoph] 0.9.7claws38
143 make sure the clean_exit() funtion is not called again by the
144 signal handler while it is already running
146 (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
151 2003-12-11 [paul] 0.9.7claws37
154 'anonymise' Message-Id: header string
156 2003-12-11 [paul] 0.9.7claws36
158 * src/plugins/clamav/clamav_plugin.c
159 fix (don't break) signature count
160 use cl_strerror() instead of deprecated cl_perror()
162 2003-12-11 [darko] 0.9.7claws35
165 also update the sort arrow (thanks Christoph)
167 2003-12-11 [darko] 0.9.7claws34
170 allow reverting to default sort mode (no sort)
172 2003-12-10 [hoa] 0.9.7claws33
175 fixed quotation of string for matcher.
177 2003-12-08 [paul] 0.9.7claws32
181 plug memory leaks (patch by Alfons)
183 2003-12-08 [christoph] 0.9.7claws31
185 * src/folder_item_prefs.[ch]
187 * src/prefs_folder_item.c
188 add new FolderItem property to exclude folders from new
191 Patch submitted by Chad Robinson <crobinson@rfgonline.com>
193 2003-12-07 [paul] 0.9.7claws30
195 * src/plugins/clamav/clamav_plugin.c
198 2003-12-07 [thorsten] 0.9.7claws29
201 debug_print some warning if destfolder missing
202 * src/prefs_filtering.c
203 uninitialized filter list when deleting a folder
205 2003-12-06 [paul] 0.9.7claws28
208 add Alfons' patch to trim line feeds
210 2003-12-06 [paul] 0.9.7claws27
212 * partial sync with 0.9.7cvs8
213 leaving claws' online/offline more or less intact
214 see ChangeLog 2003-12-04 and 2003-12-06
216 2003-12-06 [christoph] 0.9.7claws26
220 revert pirvacy API changes
222 2003-12-05 [alfons] 0.9.7claws25
225 clean up my old cruft
227 2003-12-05 [alfons] 0.9.7claws24
230 fix comparison buglet ;-) and make `test` matcher
233 2003-12-05 [alfons] 0.9.7claws23
235 * src/prefs_folder_item.c
236 K&R 2nd Ed., page 241 (function parameter identifiers
237 starting with an underscore are kind of insulting)
239 2003-12-05 [hoa] 0.9.7claws22
242 * src/mainwindow.[ch]
244 add destructor for mainwindow so that the last
245 MimeInfo opened in messageview is destroyed when
248 2003-12-05 [hoa] 0.9.7claws21
252 * src/matcher_parser_lex.l
253 * src/matcher_parser_parse.y
254 * src/prefs_actions.c
255 * src/prefs_filtering.c
256 * src/common/utils.[ch]
257 quote arguments before giving them to command line.
258 fixed quote of string in matcher/processing/filtering rules.
262 allows decryption to return a new whole
263 MIME message structure.
265 2003-12-04 [hoa] 0.9.7claws20
271 * src/matcher_parser_parse.y
273 global rules to run before folder specific rules.
274 global rules to run after folder specific rules.
277 fixed quick addition of rules.
279 * src/prefs_filtering.[ch]
281 we can now customize the title for the dialog.
282 updated case where we rename of delete folders.
285 got back the function addressbook_browse_entry_cb()
286 that is needed in case we compiled with LDAP support.
288 2003-12-04 [paul] 0.9.7claws19
290 * sync with 0.9.7cvs6
291 see ChangeLog 2003-12-04
292 fixes bug 171 'Wrong message decoing: koi8-r and
293 iso8859-5 looks same. Can't read many emails.'
295 2003-12-04 [paul] 0.9.7claws18
298 remove 'src/prefs_scoring.c'
300 2003-12-03 [hoa] 0.9.7claws17
303 compilation of scoring.[ch] and prefs_scoring.[ch]
308 * src/folder_item_prefs.[ch]
313 * src/matcher_parser.h
314 * src/matcher_parser_parse.y
315 * src/prefs_filtering.[ch]
316 * src/prefs_filtering_action.c
317 * src/prefs_folder_item.c
318 * src/prefs_scoring.[ch] * REMOVED FILES *
320 * src/scoring.[ch] * REMOVED FILES *
322 merged scoring and filtering.
324 Note : compatibility is kept by parsing score like
325 add_score. To get the behaviour of older scoring
326 system, you have to define some equivalent rule :
327 "score_lower -9999 hide"
328 "score_greater 9999 mark"
330 To define global rules, you have to define them
331 in the new global processing rules.
332 The variable that kept the list filtering rules
333 was "global_processing" and has been renamed into
335 "global_processing" variable is now the name
336 of the variable that keeps the list of global
338 In the configuration file, "[global]" section is
339 now for the global processing rules (which includes
340 score things and new global processing rules).
341 New "[filtering]" section is for the filtering rules.
343 Before running with this version, during testing
344 phase, ** MAKE A BACKUP ** of your matcherrc file.
345 Then, you have to make the following changes :
346 - leave all scoring rules in "[global]" section.
347 - move all other rules of "[global]" section to
348 a new section named "[filtering]".
350 2003-12-03 [christoph] 0.9.7claws16
353 use default Content-Type as specified in RFC2045 if
354 Content-Type header is syntactically incorrect
356 2003-12-03 [christoph] 0.9.7claws15
369 * src/matcher_parser_lex.l
370 * src/matcher_parser_parse.y
372 * src/prefs_filtering_action.c
373 * src/prefs_folder_item.c
380 revert 0.9.7claws14 change
382 2003-12-03 [alfons] 0.9.7claws14
385 catch invalid Content-Type with no subtype
387 2003-12-03 [alfons] 0.9.7claws13
391 * src/plugins/image_viewer/plugin.c
392 compile again, we need stddef.h for size_t
394 2003-12-03 [paul] 0.9.7claws12
397 don't allow cloning of accounts with remote folders,
398 patch submitted by Ricardo Mones Lastra
400 2003-12-03 [christoph] 0.9.7claws11
404 * src/localfolder.[ch]
407 * src/common/xml.[ch]
408 add set_xml() and get_xml() virtual functions to FolderClass to
409 save extra information for Folders (for example the rootpath
410 only used by LocalFolder). The folderlist write function no
411 longer needs to know the folder type to save this extra
414 2003-12-02 [christoph] 0.9.7claws10
421 * src/localfolder.[ch] ** NEW **
425 * src/prefs_account.[ch]
426 * src/prefs_filtering.h
428 * src/remotefolder.[ch] ** NEW **
429 * src/common/xml.[ch]
430 add item_set_xml() and item_get_xml() virtual functions to
431 FolderClass to give folders the ability to add extra information
432 to the saved FolderItem data. If NULL the default function for
433 FolderItem will be used.
435 2003-11-29 [christoph] 0.9.7claws9
440 2003-11-29 [luke] 0.9.7claws8
443 fix compilation for non c99 compilers
445 2003-11-29 [christoph] 0.9.7claws7
449 o unknown disposition types should be handled as
451 o missing headers should not default to inline
452 (would make "Save All" useless when disposition header
453 is not set by the sending mailer)
454 o remove old MimeInfo data and cleanup
456 2003-11-29 [luke] 0.9.7claws6
459 re-added parsing of Content-Disposition header
460 - removes the old 'gchar* content_disposition'
461 - adds a new field 'DispositionType disposition'
462 - adds parameters to MimeInfo::parameters
465 use the "filename" parameter for saving, and the new
466 MimeInfo::disposition for save all.
470 add a 'check spelling' button as a possibility for
473 * src/stockpixmap.[ch]
474 * src/pixmaps/check_spelling.xpm ** NEW **
476 add a pixmap for use with 'check spelling' button or
477 a user defined action
480 re-apply fixed (I hope) patch for bug 57
481 "Hidden URL in HTML Mails"
483 2003-11-28 [christoph] 0.9.7claws5
486 o be more liberal in what we accept as Content-Type parameters
487 o ignore comments after parameters
490 o only free passphrase when an error occurs
492 2003-11-28 [paul] 0.9.7claws4
495 add 'Clone Account' function. patch submitted by
498 2003-11-27 [thorsten] 0.9.7claws3
501 fix crash if 'save_all' failed twice
503 2003-11-27 [paul] 0.9.7claws2
509 update Simplified Chinese translation. submitted by
512 2003-11-27 [paul] 0.9.7claws1
517 2003-11-26 [paul] 0.9.7claws
519 * 0.9.7claws released
521 2003-11-26 [paul] 0.9.6claws99
524 add reference to pixmaps/mime_message.xpm
526 2003-11-26 [paul] 0.9.6claws98
529 remove reference to src/sigstatus.c
531 2003-11-26 [christoph] 0.9.6claws97
536 * src/sigstatus.[ch] ** REMOVE **
537 remove signature result popup option and window
539 2003-11-26 [paul] 0.9.6claws96
546 update translations. submitted by Ricardo Mones Lastra,
547 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
549 2003-11-25 [christoph] 0.9.6claws95
552 display mime structure only in debug mode
554 2003-11-25 [melvin] 0.9.6claws94
557 Updated French translations + typos fixes of older
558 translations (thanks to Fabien Vantard for pointing
561 2003-11-25 [melvin] 0.9.6claws93
564 Fixed a couple of typos.
566 2003-11-24 [paul] 0.9.6claws92
571 2003-11-24 [paul] 0.9.6claws91
574 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
576 2003-11-24 [paul] 0.9.6claws90
578 * src/plugins/image_viewer/viewer.c
579 image_viewer_show_mimepart():
580 use procmime_mimeinfo_get_parameter() to get the file name
582 2003-11-24 [paul] 0.9.6claws89
585 textview_show_mime_part(): rewrite text hint
587 2003-11-22 [paul] 0.9.6claws88
589 * sync with 0.9.7cvs5
590 see ChangeLog 2003-11-21
592 2003-11-21 [paul] 0.9.6claws87
595 define shortcut key 'o' for 'Open with...'
597 2003-11-21 [alfons] 0.9.6claws86
600 fix bug #383 'Deleting message from "separate message view"
601 uses local Trash folder'
603 2003-11-21 [christoph] 0.9.6claws85
606 fix content-type guessing by name parameter when finding
609 2003-11-21 [alfons] 0.9.6claws84
612 no mail incorporation allowed with --offline param.
613 fixes bug #374, "--offline ignored"
615 2003-11-20 [christoph] 0.9.6claws83
618 use signed MimeInfo when checking the signature and not
621 2003-11-19 [alfons] 0.9.6claws82
624 fix crash when toggling separate views, patch submitted
625 by Pawel Pekala <c0rn|AT|gazeta.pl>.
626 fixes bug #342, "separate views cause crash"
628 2003-11-19 [paul] 0.9.6claws81
631 compose_redirect_write_headers_from_headerlist():
632 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
635 code cleanup (inherited from 0.9.7cvs4)
638 bugfix: added missing attribute-list start. submitted by
641 2003-11-19 [luke] 0.9.6claws80
644 revert my last commit until I get time to fix it
646 2003-11-18 [christoph] 0.9.6claws79
649 check parent MimeInfos for signatures and display the
650 result of the parent when found
653 o avoid NULL pointer warnings
654 o use procmime_mimeinfo_get_parameter()
659 2003-11-17 [luke] 0.9.6claws78
662 add check for disguised URLs, fixing bug 57
663 "Hidden URL in HTML Mails"
665 2003-11-16 [christoph] 0.9.6claws77
668 fix crash when parsing invalid Content-Type header
670 2003-11-16 [christoph] 0.9.6claws76
676 implement message decrypting
681 2003-11-14 [luke] 0.9.6claws75
684 fix a couple of problems that treated application/* and
685 application/octet-stream the wrong way around
686 (since 0.9.6claws10), causing "Open" to do nothing.
688 2003-11-14 [christoph] 0.9.6claws74
693 prepare for message part decrypting
696 add output for expired signatures
701 2003-11-10 [christoph] 0.9.6claws73
704 add "Full info" button for bad and warn signature status
707 generate full signature info like gpg's output
708 (gpg -v --with-fingerprint --verify)
710 2003-11-10 [christoph] 0.9.6claws72
717 o add code to view full signature info
718 o do automatic signature checks
720 2003-11-10 [alfons] 0.9.6claws71
723 don't crash when gtkut_font_load() returns invalid font (has
724 something to do with locale settings)
725 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
727 2003-11-09 [alfons] 0.9.6claws70
732 2003-11-08 [luke] 0.9.6claws69
738 rewrite compose_attach_parts(), fixing various bugs mainly
739 to do with re-editing.
742 "save all" now only saves attachments with names/filenames
744 2003-11-04 [match] 0.9.6claws68
747 fix broken LDAP support.
752 2003-11-04 [luke] 0.9.6claws67
755 o fixed bug 4 "focus lost on messages with attachments"
756 o fixed 'Save all' attachments for new mime changes
757 o right clicking on icons consistent with right clicking on
759 - fixes a bug where wrong part is saved when you
760 choose 'Save as' from popup menu
761 - fixes bug 308 "No way to "save all" attachments"
762 o fixed a compiler warning.
765 o removed flickering in mime tree when using "n" and "p"
767 o fixed bug where selecting the textview and pressing e.g.
768 'y' causes sylpheed to respond twice.
771 removed hard coding of * and ! shortcuts (which only served
772 to cause problems if you tried to redefine the shortcuts)
774 2003-11-04 [luke] 0.9.6claws66
776 * src/plugins/image_viewer/viewer.c
777 * src/plugins/image_viewer/viewerprefs.c
778 * src/plugins/image_viewer/viewerprefs.glade
779 o allow toggling of image scaling by clicking on image
780 o respond to image's container widget resize
783 o fix bad parsing of message when re-editing/viewing a
784 message saved to the drafts folder
786 2003-11-02 [match] 0.9.6claws65
789 fix if not building LDAP support.
793 include support for contains query. feature req 529354.
795 2003-11-02 [alfons] 0.9.6claws64
798 fix build bustage if not compiling ldap support
800 2003-11-01 [match] 0.9.6claws63
804 * src/addr_compl.[ch]
807 * src/addrdefs.h ** NEW **
814 * src/ldapserver.[ch]
815 refactor LDAP query mechanism.
817 * src/browseldap.[ch] ** NEW **
818 * src/ldaplocate.[ch] ** NEW **
819 add feature to browse LDAP entry that was retrieved using
820 an explicit LDAP search.
822 2003-11-01 [alfons] 0.9.6claws62
825 prefs_write_param(): fail when we see an invalid type; all the
826 callers seem to handle this gracefully by reverting changes
828 2003-10-30 [christoph] 0.9.6claws61
834 use extra variables for all libraries to make sure plugins
835 are only linked with libraries they really need. $LIBS is always
836 added to the linking parameters, but we only what the libraries
837 listed in the Makefile
839 2003-10-29 [paul] 0.9.6claws60
842 don't use Subject for unknown part name
844 2003-10-29 [paul] 0.9.6claws59
847 get name of attachment(s) when re-editing, fwd'ing or
851 get name of attachment(s) when saving
853 2003-10-29 [hoa] 0.9.6claws58
856 implemented multipart/alternative in MIME message viewer.
858 2003-10-28 [christoph] 0.9.6claws57
861 make sure MathML-Viewer is not built with the
862 Gtk2 version of GtkMathView
864 2003-10-28 [paul] 0.9.6claws56
866 * sync with 0.9.7cvs1
867 see ChangeLog 2003-10-28
869 2003-10-27 [alfons] 0.9.6claws55
871 * src/matcher_parser_parse.y
872 * src/gtk/colorlabel.c
873 allow setting color label to 0 in filtering/processing rules
874 (should fix bug 368, "Can't create a filter condition "colorlabel 0"")
876 2003-10-26 [alfons] 0.9.6claws54
878 * src/summary_search.c
879 fix misnomer and correct selecting initial search node
881 2003-10-26 [christoph] 0.9.6claws53
885 change display of signature info to use only name of
886 signer, otherwise the text gets too long.
889 don't use MimeInfo's filename to generate tmp filename
891 2003-10-25 [christoph] 0.9.6claws52
894 fix message body searching
896 2003-10-25 [paul] 0.9.6claws51
899 use g_basename rather than basename
901 2003-10-24 [christoph] 0.9.6claws50
904 change fetching of signature key's trust
906 2003-10-24 [paul] 0.9.6claws49
909 update Slovak translation
910 submitted by Andrej Kacian
913 remove unknown menu entry /File/Add mailbox/mbox...
915 2003-10-24 [hoa] 0.9.6claws48
918 removed all references to mbox folders
920 * src/carray.[ch] * REMOVED *
921 * src/chash.[ch] * REMOVED *
922 * src/maillock.[ch] * REMOVED *
923 * src/mailmbox.[ch] * REMOVED *
924 * src/mailmbox_folder.[ch] * REMOVED *
925 * src/mailmbox_parse.[ch] * REMOVED *
926 * src/mailmbox_types.[ch] * REMOVED *
927 * src/mbox_folder.[ch] * REMOVED *
928 remove implementation of mbox folders
929 and old mailbox folder.
930 mbox folder implementation will be added
931 as a plugin so that implementation can be entirely
932 synchronized with the files of the project they are
933 extracted from (libEtPan!).
937 * src/folderview.[ch]
939 Disable as much code that references mbox folders
941 Some UI thing still need to know that folder is mbox
942 (when we have to enter the name of the mailbox and
943 we want to add /var/mail/$USER).
945 2003-10-23 [christoph] 0.9.6claws47
948 don't always display button when noticeview is made visible
954 get signature information from crypto system
956 2003-10-22 [paul] 0.9.6claws46
959 updated by Ricardo Mones Lastra
961 2003-10-22 [paul] 0.9.6claws45
964 update to reflect the changes to the icons that
965 happened in 0.9.6claws35
967 2003-10-22 [alfons] 0.9.6claws44
970 inline carray_count()
972 2003-10-21 [alfons] 0.9.6claws43
979 * src/mailmbox_folder.c
980 * src/mailmbox_parse.c
981 * src/mailmbox_types.[ch]
984 2003-10-21 [luke] 0.9.6claws42
986 * src/stock_pixmaps.[ch]
988 * src/pixmaps/mime_application_octet_stream.xpm ** REMOVE **
989 * src/pixmaps/messageview_text.xpm ** REMOVE **
990 o remove mime_application_octet_stream.xpm icon (it was never
992 o remove redundant icon messageview_text.xpm
995 fix visibility of signature noticeview when toggling 'separate
998 2003-10-21 [christoph] 0.9.6claws41
1001 decode multipart and rfc822 mime parts to allow further
1002 parsing when required
1004 2003-10-21 [christoph] 0.9.6claws40
1008 remove obsolete charset parameter in MimeInfo and fix
1009 TextView to use the charset from the parameter hash table
1011 * src/plugins/dillo_viewer/Makefile.am
1012 * src/plugins/trayicon/Makefile.am
1013 add OPENSSL_CFLAGS to fix building with using
1014 --with-openssl-* parameters
1016 2003-10-21 [paul] 0.9.6claws39
1018 * src/prefs_matcher.[ch]
1019 replace remnants of the old, renamed 'Execute' matchtype
1020 add a brief description to the Info window
1022 2003-10-21 [hoa] 0.9.6claws38
1025 * src/carray.[ch] * NEW *
1026 * src/chash.[ch] * NEW *
1028 * src/maillock.[ch] * NEW *
1029 * src/mailmbox.[ch] * NEW *
1030 * src/mailmbox_folder.[ch] * NEW *
1031 * src/mailmbox_parse.[ch] * NEW *
1032 * src/mailmbox_types.[ch] * NEW *
1033 implementation of mbox folder with unique message numbers
1035 made use of libEtPan! implementation of mbox for lower-layer.
1037 2003-10-20 [alfons] 0.9.6claws37
1040 fix invalid argument warning
1042 no in place variable
1044 2003-10-20 [paul] 0.9.6claws36
1049 fix crash when using Forward in Filtering when
1050 external editor option is set
1052 Patch submitted by Simon 'corecode' Schubert
1053 <corecode@corecode.ath.cx>
1055 2003-10-20 [paul] 0.9.6claws35
1057 * src/pixmaps/mime_gpg_expired.xpm ** REMOVED **
1058 src/pixmaps/mime_gpg_failed.xpm ** REMOVED **
1059 src/pixmaps/mime_gpg_passed.xpm ** REMOVED **
1060 src/pixmaps/mime_gpg_signed.xpm ** REMOVED **
1061 src/pixmaps/mime_gpg_unknown.xpm ** REMOVED **
1062 src/pixmaps/privacy_expired.xpm ** NEW FILE **
1063 src/pixmaps/privacy_failed.xpm ** NEW FILE **
1064 src/pixmaps/privacy_passed.xpm ** NEW FILE **
1065 src/pixmaps/privacy_signed.xpm ** NEW FILE **
1066 src/pixmaps/privacy_unknown.xpm ** NEW FILE **
1067 src/pixmaps/privacy_warn.xpm ** NEW FILE **
1069 src/stock_pixmap.[ch]
1070 replace mime_gpg_*.xpm icons with new privacy_*.xpm
1071 icons. add privacy_warn.xpm icon
1073 2003-10-20 [hoa] 0.9.6claws34
1075 * src/folder_item_prefs.[ch]
1076 * src/prefs_folder_item.c
1078 Added a property per folder to choose whether we
1079 want to apply processing on it on startup or if we
1080 prefer to wait the folder selection to apply it.
1083 fixed C89 compatibility (for old compilers, for
1084 example gcc 2.95.x).
1086 2003-10-17 [christoph] 0.9.6claws33
1089 * src/noticeview.[ch]
1090 change noticeview icon to indicate signature status
1092 2003-10-17 [christoph] 0.9.6claws32
1098 * src/pgpmime.[ch] ** NEW **
1101 * src/sgpgme.c ** NEW **
1102 reimplement PGP/Mime signature checking (unfinished)
1104 2003-10-15 [christoph] 0.9.6claws31
1107 fix procmime_get_text_content() and
1108 procmime_get_first_text_content()
1110 2003-10-15 [christoph] 0.9.6claws30
1112 * src/plugins/spamassassin/spamassassin_gtk.c
1113 * src/plugins/spamassassin/spamassassin_gtk.glade
1116 2003-10-15 [paul] 0.9.6claws29
1119 workaround for buggy smtp servers. on sending a
1120 return receipt strip the name part from the address
1121 when creating headers
1123 2003-10-15 [paul] 0.9.6claws28
1125 * sync with 0.9.7 release
1126 see ChangeLog 2003-10-15
1128 2003-10-14 [christoph] 0.9.6claws27
1130 * src/plugins/clamav/clamav_plugin.c
1133 2003-10-14 [christoph] 0.9.6claws26
1140 * src/plugins/clamav/clamav_plugin.c
1141 use GNode to create the mime tree (some changes to functions
1142 that traverse the tree are just quick and dirty. Maybe we
1143 can find better solutions with g_node_*-functions)
1145 2003-10-14 [luke] 0.9.6claws25
1148 fix a navigation bug (stupid typo of mine)
1150 2003-10-14 [christoph] 0.9.6claws24
1153 fix missing last line in plain/text mails
1155 2003-10-13 [luke] 0.9.6claws23
1158 fix bug 334 (part 1)
1160 2003-10-13 [kov] 0.9.6claws22
1163 error checking when the user enters a non-directory at
1164 the file selection dialog.
1165 work-around for users entering directory location without
1166 adding a leading G_DIR_SEPARATOR.
1168 2003-10-13 [luke] 0.9.6claws21
1171 error reporting for inserting files, including catching
1172 invalid characters for current locale/encoding
1174 2003-10-13 [paul] 0.9.6claws20
1177 fix bug #347 'subscribe newsgroups crashes'
1179 2003-10-13 [paul] 0.9.6claws19
1182 when using 'Reply to all' include the 'send replies
1186 update Japanese translation. submitted by Rui Hirokawa
1187 <rui_hirokawa@ybb.ne.jp>
1189 2003-10-13 [hoa] 0.9.6claws18
1196 rename get_header_from_msginfo() into
1197 procheader_get_header_from_msginfo() so that we have a
1198 coherent exported naming.
1199 avoid parsing of header contained in a string via
1200 a newly written temporary file.
1202 Patch submitted by Simon 'corecode' Schubert
1203 <corecode@corecode.ath.cx>
1205 2003-10-12 [hoa] 0.9.6claws17
1211 * src/matcher_parser_parse.y
1212 * src/prefs_filtering_action.c
1213 added "stop" action : stop applying the filtering rules.
1214 added "set score" and "increase/decrease score" actions.
1215 That two last action replace the "change_score" action
1216 introduced by alfons in 0.8.8claws85.
1217 "set score" is to set a given score to the message.
1218 "increase/decrease score" will increase or decrease the
1219 score if the given value is respectively positive or
1220 negative. If someone find a some better name for this last
1221 rule, it can be modified.
1223 2003-10-12 [paul] 0.9.6claws16
1227 update Japanese translation. submitted by Rui Hirokawa
1228 <rui_hirokawa@ybb.ne.jp>
1230 2003-10-12 [christoph] 0.9.6claws15
1233 fix crash caused by incorrect headers
1235 2003-10-10 [christoph] 0.9.6claws14
1240 implement detection of signed message parts for rfc2015
1242 2003-10-10 [thorsten] 0.9.6claws13
1247 2003-10-10 [christoph] 0.9.6claws12
1249 * src/stock_pixmap.[ch]
1250 * src/pixmaps/mime_message.xpm ** NEW **
1251 add a new icon for mime type "message"
1259 o add icons for message type mime parts
1261 2003-10-10 [christoph] 0.9.6claws11
1264 * src/messageview.[ch]
1271 o remove switching between TextView and MimeView in MessageView
1272 (if required we can hide the icon box and the MimeView will
1273 look exaxtly like the TextView)
1274 o temporary remove signature and decrypting GPGME code
1276 2003-10-09 [christoph] 0.9.6claws10
1286 * src/common/utils.[ch]
1287 * src/plugins/clamav/clamav_plugin.c
1288 * src/plugins/dillo_viewer/dillo_viewer.c
1289 * src/plugins/image_viewer/viewer.c
1290 * src/plugins/mathml_viewer/mathml_viewer.c
1291 new mime parser (several things need fixing)
1293 2003-10-09 [paul] 0.9.6claws9
1296 a little more sync with 0.9.6cvs2 and a tidy up
1298 2003-10-08 [paul] 0.9.6claws8
1300 * sync with 0.9.6cvs2
1301 see ChangeLog 2003-10-03
1303 2003-10-05 [christoph] 0.9.6claws7
1306 don't use flags to check if a message is in a news folder
1308 (closes Bug 282 clicking on folder with copied Messages from News
1309 immediately after having copied them crashes Sylpheed-Claws)
1311 2003-10-05 [christoph] 0.9.6claws6
1314 * src/progressdialog.[ch] ** REMOVE **
1315 * src/gtk/Makefile.am
1316 * src/gtk/progressdialog.[ch] ** NEW **
1317 move progressdialog to gtk directory
1319 2003-10-04 [christoph] 0.9.6claws5
1321 * src/prefs_toolbar.c
1322 * src/gtk/prefswindow.c
1323 remove widget_show_all for pages root widget
1325 * src/plugins/spamassassin/spamassassin.[ch]
1326 * src/plugins/spamassassin/spamassassin_gtk.c
1327 * src/plugins/spamassassin/spamassassin_gtk.glade
1328 add support for new libspamc transports
1330 2003-10-04 [christoph] 0.9.6claws4
1332 * src/plugins/spamassassin/libspamc.[ch]
1333 * src/plugins/spamassassin/spamassassin.c
1334 * src/plugins/spamassassin/utils.[ch]
1335 update libspamc to version from SpamAssassin 2.60
1337 2003-10-03 [christoph] 0.9.6claws3
1339 * src/send_message.c
1340 fix missing format string bug found by
1341 Georgi Guninski <guninski@guninski.com>
1343 2003-10-03 [paul] 0.9.6claws2
1346 update Simpilified Chinese translation, submitted by
1349 2003-10-02 [christoph] 0.9.6claws1
1352 add UIDPLUS support for COPY and EXPUNGE
1354 2003-10-02 [paul] 0.9.6claws
1356 * 0.9.6claws released
1362 update Spanish and Slovak translations
1363 submitted by Ricardo Mones Lastra and Andrej Kacian
1365 2003-10-02 [paul] 0.9.5claws43
1368 update British English translation
1370 2003-10-02 [paul] 0.9.5claws42
1373 update Croatian translation, submitted by Dragan
1375 2003-10-01 [paul] 0.9.5claws41
1379 update Polish and Serbian translations, submitted by
1382 2003-10-01 [melvin] 0.9.5claws40
1385 Updated French translations
1387 2003-10-01 [melvin] 0.9.5claws39
1392 * src/plugins/dillo_prefs.c
1393 Quasi unnoticeable UI clean-up.
1398 tools/maildir2sylpheed.pl
1399 bug fixes, rewrites, submitted by Matthias Förste
1400 <itsjustme@users.sourceforge.net>
1402 2003-09-29 [paul] 0.9.5claws38
1405 fix my coding carelessness
1407 2003-09-29 [paul] 0.9.5claws37
1412 src/prefs_common.[ch]
1413 src/prefs_fonts.[ch] ** NEW FILES **
1414 move Font config options to Other Prefs/Display/Fonts
1415 (user's current configuration is preserved)
1417 2003-09-29 [paul] 0.9.5claws36
1421 allow 'local_mbox' value to point to either a directory
1422 (/var/mail - default, new) or a file (/var/mail/username
1425 2003-09-28 [paul] 0.9.5claws35
1428 on signature check, where key exists, print the
1431 2003-09-27 [alfons] 0.9.5claws34
1434 o make progress bar not fill/expand when resizing dialog
1435 o use default fixed text font for actions output
1437 2003-09-27 [paul] 0.9.5claws33
1439 * src/prefs_common.[ch]
1442 remove External Program settings from Common Prefs/Send
1443 as they are now unnecessary due to Local account settings.
1444 plus a little tidying-up after 0.9.5claws31
1446 2003-09-27 [paul] 0.9.5claws32
1448 * src/prefs_account.c
1449 o make correction to gui text:
1450 'Local mailbox file' -> 'Local mailbox directory'
1451 o give 'local_mbox' option a reasonable default value:
1453 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
1456 2003-09-26 [paul] 0.9.5claws31
1459 src/prefs_common.[ch]
1460 remove 'Incorporate from spool' common pref,
1461 force creation of a 'Local' account
1463 2003-09-26 [christoph] 0.9.5claws30
1467 add more NULL pointer checks
1469 2003-09-25 [christoph] 0.9.5claws29
1472 o don't fetch source message to get it's message id
1473 o immediately scan dest folder when copying a message did not
1474 return a new message number and not do it when the first message
1475 without a new message number is found
1477 2003-09-23 [christoph] 0.9.5claws28
1480 fix generating of headers
1482 (patch by David Relson <relson@osagesoftware.com>)
1484 2003-09-23 [paul] 0.9.5claws27
1487 update Simplified Chinese translation. submitted by
1490 2003-09-23 [paul] 0.9.5claws26
1494 tools/vcard2xml.py ** NEW FILE **
1495 add a script that converts an evolution vcard to
1496 sylpheed's xml format
1497 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
1499 2003-09-22 [paul] 0.9.5claws25
1501 * src/plugins/clamav/clamav_plugin.c
1502 don't skip MULTIPART parts
1504 2003-09-21 [christoph] 0.9.5claws24
1507 remove unneeded include
1510 clean up copy/move mess with duplicated code
1513 fix problem that sometimes the folder was not scanned
1516 2003-09-21 [christoph] 0.9.5claws23
1519 * src/logwindow.[ch] ** REMOVE **
1521 * src/prefs_common.c
1522 * src/gtk/Makefile.am
1523 * src/gtk/logwindow.[ch] ** ADD **
1524 make logwindow prefs_common independent and move
1527 2003-09-20 [christoph] 0.9.5claws22
1530 add extra space for address code conversion
1531 (4 * unconvered size could be too small for short headers)
1533 2003-09-20 [christoph] 0.9.5claws21
1536 increase temp buffer size when writing headers
1538 2003-09-19 [darko] 0.9.5claws20
1541 don't ignore value of 'Save copy of outgoing messages to
1542 this folder instead of Sent' in message redirect
1544 2003-09-17 [christoph] 0.9.5claws19
1547 use ", " as address seperator for mail headers and pass whole
1548 header line at once to compose_convert_header to make sure
1549 it is correctly folded
1551 (closes Bug 64 Problem when sending to many recipients)
1553 2003-09-17 [hoa] 0.9.5claws18
1556 src/matcher_parser_parse.y
1558 changed the keyword used for command execution in condition
1559 keyword is changed from "execute" to "test"
1560 so that it is not the same as the one used for action.
1561 This will fix a bug when using filtering dialog.
1562 All semantic in the code is also changed to reflect
1567 * sync with 0.9.6 release
1569 2003-09-17 [paul] 0.9.5claws17
1571 * sync with 0.9.5cvs8
1572 see ChangeLog 2003-09-16 and 2003-09-17
1574 2003-09-16 [paul] 0.9.5claws16
1576 * sync with 0.9.5cvs6
1577 see ChangeLog 2003-09-16
1579 2003-09-15 [paul] 0.9.5claws15
1581 * sync with 0.9.5cvs5
1582 see ChangeLog 2003-09-15
1584 2003-09-14 [alfons] 0.9.5claws14
1587 make "Go to inbox after receiving new mail" again;
1588 regression of a sync, restored to sylpheed main
1589 behaviour. (misses still some bits)
1591 2003-09-14 [alfons] 0.9.5claws13
1593 * src/prefs_filtering_action.c
1594 o add proper message if empty execute command line
1595 o don't select first action item after registering a
1596 new action to prevent (what seems to be a GTK) bug
1597 #36, "filtering will only accept one action change
1600 2003-09-14 [alfons] 0.9.5claws12
1602 * src/prefs_filtering.c
1603 * src/prefs_filtering_action.c
1604 * src/prefs_matcher.c
1605 fix function signature for key_pressed_event signal handlers
1607 2003-09-14 [alfons] 0.9.5claws11
1610 fix regression caused by fix for invalid bug #7
1611 (should fix #246, "Multiple selections are deselected when
1612 moving from search window to main window")
1614 2003-09-14 [alfons] 0.9.5claws10
1617 * src/filtering.[ch]
1618 * src/prefs_actions.c
1619 allow `filtering actions` in actions; only for advanced users
1620 right now: try for example, "%as{mark color 2}"
1622 2003-09-13 [paul] 0.9.5claws9
1625 po/zh_CN.po ** NEW FILE **
1626 update Polish translation, submitted by Emil
1627 <eminowbl@posejdon.wpk.p.lodz.pl>
1628 add new Simplified Chinese translation, submitted by
1629 Hansom Young <hansom_young@yahoo.com>
1631 2003-09-12 [alfons] 0.9.5claws8
1634 don't open separate message views when View | Separate message view
1636 (please look carefully for any navigation regressions)
1638 2003-09-11 [alfons] 0.9.5claws7
1641 make default message view, opened by View | Separate message
1642 view, look like a claws message view (which includes a menu
1644 (fixes bug #298, "message view loses tool bar")
1646 2003-09-11 [christoph] 0.9.5claws6
1649 fix double deleting of newsgroup folders
1651 (closes Bug 305 crash after deleting of a newsgroup)
1653 2003-09-11 [paul] 0.9.5claws5
1657 more sync'ing from 0.9.5cvs2
1659 2003-09-11 [christoph] 0.9.5claws4
1663 * src/common/utils.h
1664 fix sync with 0.9.5cvs2
1666 2003-09-11 [paul] 0.9.5claws3
1668 * sync with 0.9.5cvs4
1669 see ChangeLog 2003-09-11
1671 2003-09-11 [paul] 0.9.5claws2
1673 * sync with 0.9.5cvs2
1674 see ChangeLog 2003-09-05
1676 2003-09-11 [paul] 0.9.5claws1
1678 * sync with 0.9.5cvs3
1679 see ChangeLog 2003-09-10
1681 2003-09-10 [paul] 0.9.5claws
1683 * 0.9.5claws released
1685 2003-09-10 [paul] 0.9.4claws78
1690 2003-09-10 [melvin] 0.9.4claws77
1693 Updated French translations
1695 2003-09-10 [paul] 0.9.4claws76
1700 update Spanish, Slovak, and Serbian translations.
1701 submitted by Ricardo Mones Lastra, Andrej Kacian,
1705 add translation team section
1707 2003-09-09 [christoph] 0.9.4claws75
1710 free item->prefs in folder_item_destroy
1712 2003-09-09 [alfons] 0.9.4claws74
1715 o proper check for root node sorting
1716 o remove unnecessary gtk_ctree_remove_node
1718 (should fix bug #300, "crash while moving folder")
1720 2003-09-08 [christoph] 0.9.4claws73
1723 o fix double adding of IMAP FolderItems to GtkCTree
1724 o fix crash then mbox folder is removed
1726 2003-09-08 [christoph] 0.9.4claws72
1731 fix new folder notification
1736 2003-09-08 [christoph] 0.9.4claws71
1739 replace '\n' and '\r' before removing trailing spaces
1743 add information about new or removed items in folder tree change
1744 notification and use this in folderview to add and remove only
1745 the appected items and not refresh the whole tree
1747 2003-09-07 [match] 0.9.4claws70
1756 * src/addrquery.c ** NEW **
1760 * src/stock_pixmap.c
1761 * src/stock_pixmap.h
1762 * src/pixmaps/address_search.xpm ** NEW **
1763 re-introduce Lookup button for LDAP 'static' searches.
1765 2003-09-07 [alfons] 0.9.4claws69
1768 abandon setting usize for messageview because it gives layout problems
1769 with the quick search bar and the headerview; fixes assorted UI glitches:
1771 o bug #148, "Toggling of quick-search bar reduces index view area"
1772 o bug #280, "Window resiizes for line length but does not revert"
1774 2003-09-07 [christoph] 0.9.4claws68
1777 o make sure we don't have any newlines in header values
1778 o check custom headers for spaces and newlines and ignore
1779 malformed header names
1781 2003-09-06 [christoph] 0.9.4claws67
1785 invoke notification hook for folder tree changes after append
1788 (closes Bug 294 Crash while moving folder with many subdirectories)
1790 2003-09-06 [christoph] 0.9.4claws66
1793 destroy folder's MsgCache if FolderItem is removed to make sure
1794 it is not saved when the FolderItem is destroyed
1796 2003-09-06 [christoph] 0.9.4claws65
1798 * src/plugins/clamav/clamav_plugin.c
1799 fix copy & paste bug
1801 2003-09-05 [christoph] 0.9.4claws64
1804 * src/messageview.[ch]
1807 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1808 by MessageView to clear it when the message is deleted. Should
1809 work even if messages are deleted in MainWindow or by
1812 2003-09-05 [alfons] 0.9.4claws63
1815 deleting a message in a message view frees its msginfo, make
1816 messageview_update_all() aware of that (should fix bug #293,
1817 "deleting message caused crash")
1819 2003-09-05 [melvin] 0.9.4claws62
1822 Improve synchronous action exit code (fixes
1823 a ~5 seconds delay after action exit on RedHat 9)
1825 2003-09-04 [christoph] 0.9.4claws61
1829 * src/common/utils.[ch]
1830 add util function to create mime boundary and use it
1831 in compose and gpg code
1833 2003-09-04 [alfons] 0.9.4claws60
1836 source folder item's GNode should already have been freed in
1837 a previous call to src->folder->klass->remove_folder()
1838 (should fix bug #287, "crash when moving folders")
1840 2003-09-03 [thorsten] 0.9.4claws59
1842 * src/plugins/spamassassin/spamassassin_gtk.c
1845 2003-09-03 [christoph] 0.9.4claws58
1847 * src/plugins/spamassassin/spamassassin.[ch]
1848 * src/plugins/spamassassin/spamassassin_gtk.c
1849 add timeout config option
1851 2003-09-03 [paul] 0.9.4claws57
1853 * po/sk.po ** NEW FILE **
1854 add Slovak translation. Submitted by Andrej Kacian
1857 2003-09-03 [paul] 0.9.4claws56
1859 * src/plugins/clamav/clamav_plugin_gtk.c
1860 gui tweaks: replace a label with a tooltip, modify the
1861 text, use gtk_check_button_new(); instead of
1862 gtk_check_button_new_with_label("");
1864 2003-09-02 [alfons] 0.9.4claws55
1867 remember last used dir when attaching multiple files (should fix
1868 bug #290, "Attach File does not remember directory")
1870 2003-09-01 [paul] 0.9.4claws54
1873 updated by Ricardo Mones Lastra
1875 2003-09-01 [alfons] 0.9.4claws53
1877 * src/gtk/gtkaspell.[ch]
1878 be pedantic and strict and use const gchar * instead of guchar *
1880 2003-09-01 [alfons] 0.9.4claws52
1884 re-enable Save As when multiple messages are selected
1886 2003-09-01 [paul] 0.9.4claws51
1889 g_free(trimmed_uri);
1891 2003-09-01 [paul] 0.9.4claws50
1893 * sync with 0.9.4cvs13
1894 see ChangeLog 2003-09-01
1896 2003-09-01 [paul] 0.9.4claws49
1899 trim uri before sending to the statusbar
1900 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1901 in the message window causes main S-C window to enlarge
1904 2003-09-01 [paul] 0.9.4claws48
1906 * sync with 0.9.4cvs12
1907 see ChangeLog 2003-09-01
1909 2003-08-30 [christoph] 0.9.4claws47
1912 * src/folder_item_prefs.[ch]
1913 * src/prefs_folder_item.c
1914 * src/gtk/gtkaspell.[ch]
1915 commit per folder dictionary patch by
1916 Paul Evans <nerd@freeuk.com>
1918 2003-08-30 [christoph] 0.9.4claws46
1920 * src/plugins/spamassassin/spamassassin_gtk.c
1921 * src/plugins/spamassassin/spamassassin_gtk.glade
1922 reduce GUI clutter by placing hints into tooltips
1924 2003-08-30 [paul] 0.9.4claws45
1927 add 'Content-Disposition: inline' to a text/plain
1928 part when using PGP/MIME signing
1930 2003-08-30 [paul] 0.9.4claws44
1932 * src/prefs_common.c
1933 src/prefs_spelling.c
1934 src/prefs_spelling.glade
1935 reduce GUI clutter by placing hints into tooltips
1937 2003-08-29 [christoph] 0.9.4claws43
1940 fix bug found by Ivan Rayner <ivanr@sgi.com>
1942 * src/stock_pixmap.c
1943 change unecessary warning into a debug message
1945 * src/plugins/clamav/Makefile.am
1946 Fix error "-I$(CLAMAV_LIBS)"
1948 2003-08-29 [christoph] 0.9.4claws42
1953 * src/common/Makefile.am
1954 * src/common/passcrypt.c
1955 commit fixes and patches for some of the IRIX problems found by
1956 Ivan Rayner <ivanr@sgi.com>
1958 2003-08-29 [paul] 0.9.4claws41
1960 * src/prefs_filtering.c
1961 add 'Top' and 'Bottom' buttons, based on changes in
1962 src/prefs_filter.c in 0.9.4cvs11.
1964 2003-08-27 [christoph] 0.9.4claws40
1967 fix bug that the current summary settings were copied to the
1968 wrong folder item, when the folder item prefs are opened.
1969 Copying is not required because summary settings and
1970 folder_item_prefs do not contain the same settings
1972 2003-08-27 [thorsten] 0.9.4claws39
1977 2003-08-26 [paul] 0.9.4claws38
1979 * sync with 0.9.4cvs9
1980 see ChangeLog 2003-08-26
1982 2003-08-25 [paul] 0.9.4claws37
1984 * sync with 0.9.4cvs8
1985 see ChangeLog 2003-08-25
1987 2003-08-24 [christoph] 0.9.4claws36
1989 * src/prefs_filtering.c
1990 shouldn't remove items from a GSList while iterating over the
1991 list (makes cur invalid and cur->next not accessable)
1993 (closes Bug 272 i deleted an folder and some seconds later sylpheed
1996 2003-08-23 [christoph] 0.9.4claws35
1999 news folders should be scanned when opened
2001 2003-08-22 [christoph] 0.9.4claws34
2003 * src/prefs_folder_item.c
2004 use macro to assign strings that always frees the old string
2006 * src/gtk/gtkaspell.[ch]
2007 add gtkaspell_set_dictionary_menu_active_item() to set active
2008 item in dictionary option menu
2010 * src/prefs_spelling.c
2011 use gtkaspell_set_dictionary_menu_active_item() to select
2014 2003-08-21 [christoph] 0.9.4claws33
2021 optimize folder system
2023 * src/gtk/gtkstext.c
2024 fix division by zero when font has 0 width for ' '
2026 2003-08-21 [paul] 0.9.4claws32
2028 * sync with 0.9.4cvs7
2029 see ChangeLog 2003-08-20
2031 2003-08-19 [paul] 0.9.4claws31
2034 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
2035 SYLDOC_FAQ_HTML_INDEX.
2037 use LC_MESSAGES instead of LC_ALL to find the current
2040 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
2042 2003-08-19 [paul] 0.9.4claws30
2045 updated by George Danchev
2047 2003-08-18 [luke] 0.9.4claws29
2049 * src/gtk/gtkvscrollbutton.[ch]
2050 o removed gtk_vscrollbutton_reset() (reasons: reduce
2051 dependencies; do it the GTK way; reduce code -14/+2 lines)
2052 o removed horizontal separator between icons
2054 2003-08-17 [christoph] 0.9.4claws28
2057 no subject threading when the subject has no reply prefix
2059 2003-08-16 [christoph] 0.9.4claws27
2062 remember and restore window sizes and position when the main
2063 window is hidden or shown
2065 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
2066 minimised/reopened using trayicon)
2068 2003-08-16 [paul] 0.9.4claws26
2071 add #include "defs.h"
2073 2003-08-16 [paul] 0.9.4claws25
2075 * src/plugins/clamav/clamav_plugin.c
2076 reword a debug_print
2078 * src/plugins/dillo_viewer/dillo_prefs.c
2079 cosmetic: change the labels' text, add tooltips, and
2082 2003-08-15 [christoph] 0.9.4claws24
2085 complete last change (forgot some changes)
2087 2003-08-15 [christoph] 0.9.4claws23
2090 o check number of messages and don't return a 0 message
2091 when no messages are available
2092 o don't parse xref header anymore
2094 (closes Bug 203 I'm not getting any news)
2096 2003-08-15 [paul] 0.9.4claws22
2100 update and define claws bugzilla location
2102 2003-08-15 [paul] 0.9.4claws21
2105 update submitted by Ruslan N. Balkin
2107 2003-08-14 [christoph] 0.9.4claws20
2110 fix search for oldest node in subject threading
2112 2003-08-14 [christoph] 0.9.4claws19
2115 * src/common/utils.h
2116 add possibility to check all nodes with the same subject for
2117 subject threading, not only the oldest node. Should not break
2118 threads anymore if the oldest node is thread_by_subject_max_age
2119 days older then parent, because it can now find a child of
2120 oldest node as new parent.
2122 2003-08-11 [christoph] 0.9.4claws18
2124 * src/plugins/spamassassin/spamassassin.c
2125 run spam check in background process
2127 2003-08-10 [alfons] 0.9.4claws17
2130 make `Select All' sensitive too
2132 2003-08-10 [christoph] 0.9.4claws16
2135 add more checks in imap_close
2137 2003-08-09 [alfons] 0.9.4claws15
2139 * src/prefs_spelling.c
2140 no spell checking UI if not requested
2142 2003-08-09 [alfons] 0.9.4claws14
2144 * src/gtk/prefswindow.c
2147 2003-08-09 [christoph] 0.9.4claws13
2149 * src/prefs_spelling.c
2150 * src/gtk/prefswindow.[ch]
2151 * src/plugins/clamav/clamav_plugin_gtk.c
2152 * src/plugins/spamassassin/spamassassin_gtk.c
2153 sort prefs pages by heighest weight in tree
2155 2003-08-09 [paul] 0.9.4claws12
2157 * sync with 0.9.4cvs6
2158 see ChangeLog 2003-08-07
2161 add Leandro and Luke to claws-branch section
2163 2003-08-09 [christoph] 0.9.4claws11
2165 * src/gtk/Makefile.am
2166 * src/gtk/colorsel.[ch] ** NEW **
2167 create a color selection dialog that can be used as a simple
2168 function call with it's own gtk main loop like filesel.[ch]
2172 * src/prefs_common.c
2173 * src/prefs_spelling.[ch] ** NEW **
2174 * src/prefs_spelling.glade ** NEW **
2175 * src/gtk/gtkutils.[ch]
2176 move "Spell Checker" prefs to new prefs dialog
2178 * src/prefs_folder_item.c
2179 use new colorsel dialog
2181 2003-08-08 [paul] 0.9.4claws10
2184 clear the progress bar unconditionally
2186 2003-08-08 [paul] 0.9.4claws9
2188 * sync with 0.9.4cvs4
2189 see ChangeLog 2003-07-31
2191 2003-08-07 [christoph] 0.9.4claws8
2194 fix bug in image viewer plugin part
2197 don't execute close command if the folder item is not selected
2199 2003-08-07 [hoa] 0.9.4claws7
2201 * src/filtering.[ch]
2202 * src/matcher_parser.h
2203 * src/matcher_parser_parse.y
2204 can define several actions for each filtering rule
2205 can import old versions of filtering rules
2207 * src/prefs_filtering.c
2208 call to a new dialog box to define actions
2210 * src/prefs_filtering_action.[ch]
2211 dialog box to define actions for filtering rules
2213 2003-08-06 [christoph] 0.9.4claws6
2216 make sure source folder is selected when copying messages
2218 2003-08-06 [christoph] 0.9.4claws5
2220 * sync with 0.9.4cvs2
2221 see ChangeLog 2003-07-29
2223 2003-08-05 [paul] 0.9.4claws4
2225 * sync with 0.9.4cvs3
2226 see ChangeLog 2003-07-30
2228 2003-08-04 [match] 0.9.4claws3
2231 export of LDIF files.
2233 2003-08-04 [match] 0.9.4claws2
2236 support for export LDIF. documented.
2237 * src/importldif.[ch]
2238 * src/exportldif.[ch]
2239 add tooltips. documented.
2240 * src/exphtmldlg.[ch]
2241 * src/common/xmlprops.[ch]
2243 * src/exportldif.[ch] ** NEW **
2244 * src/expldifdlg.[ch] ** NEW **
2245 * src/addressbook.[ch]
2247 export of LDIF files.
2250 2003-08-04 [christoph] 0.9.4claws1
2255 * sylpheed-claws.pc.in ** NEW **
2257 * src/common/Makefile.am
2258 * src/gtk/Makefile.am
2259 install sylpheed header files in $(pkgincludedir) and create a
2260 pkg-config file to allow building a plugin without the source
2263 2003-08-04 [paul] 0.9.4claws
2265 * version 0.9.4claws
2267 2003-08-04 [paul] 0.9.3claws97
2270 update Spanish translation. Submitted by Ricardo
2273 2003-08-03 [paul] 0.9.3claws96
2277 update Croatian and Serbian translations. Submitted by
2278 Dragan and Urke MMI respectively
2280 2003-08-03 [alfons] 0.9.3claws95
2283 mark flag has precedence over important flag - seems
2284 to have been changed in sync of 0.9.3claws45. this fixes
2285 a regression where messages that were scored as important
2286 don't show their mark flags. (using the same column for
2287 both importance as mark flags is the real problem
2290 2003-08-03 [melvin] 0.9.3claws94
2293 Updated French translations.
2295 2003-08-03 [melvin] 0.9.3claws93
2298 Fixed typo introduced after 0.9.3claws92
2299 that prevented compilation
2300 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2301 CPPFLAGS and YFLAGS to allow user setting these.
2302 * src/common/Makefile.am
2303 * src/gtk/Makefile.am
2304 * src/plugins/clamav/Makefile.am
2305 * src/plugins/demo/Makefile.am
2306 * src/plugins/dillo_viewer/Makefile.am
2307 * src/plugins/image_viewer/Makefile.am
2308 * src/plugins/mathml_viewer/Makefile.am
2309 * src/plugins/spamassassin/Makefile.am
2310 * src/plugins/trayicon/Makefile.am
2311 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2312 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2313 CPPFLAGS and YFLAGS to allow user setting these.
2315 2003-08-02 [christoph] 0.9.3claws92
2318 o rearrange plugin tests
2319 o add test for clamav.h to ClamAV tests
2321 2003-08-02 [luke] 0.9.3claws91
2324 o fixed appearance of icon list when toggling back from the
2326 o toggling of icons using the keyboard works correctly
2327 o fixed all other keyboard shortcuts to work when icons are
2331 o fixed bug 4 - focus lost when changing messageview view type
2333 2003-08-02 [christoph] 0.9.3claws90
2335 * src/common/hooks.c
2336 fix crash when pointer stored in hash table could get invalid
2337 when a plugin is unloaded
2339 2003-08-01 [christoph] 0.9.3claws89
2342 o try to build all plugins (except spamassassin) by default
2343 o don't build a plugin if a dependency check fails
2345 * src/common/hooks.c
2348 2003-08-01 [match] 0.9.3claws88
2351 allow single click field selection. document code.
2353 2003-08-01 [christoph] 0.9.3claws87
2355 * src/plugins/clamav/clamav_plugin.c
2356 * src/plugins/clamav/clamav_plugin_gtk.c
2357 * src/plugins/dillo_viewer/dillo_viewer.c
2358 * src/plugins/image_viewer/plugin.c
2359 * src/plugins/mathml_viewer/mathml_viewer.c
2360 * src/plugins/spamassassin/spamassassin.c
2361 * src/plugins/spamassassin/spamassassin_gtk.c
2362 * src/plugins/trayicon/trayicon.c
2363 add version check to all plugins
2365 2003-08-01 [hoa] 0.9.3claws86
2367 * src/prefs_filtering.c
2368 fixed a cosmetic bug, during creation of dialog box,
2369 wrong widgets were shown after creation.
2371 2003-08-01 [luke] 0.9.3claws85
2374 o fixed visibility of icons/mimeview after toggling separate
2375 message/folder view (factored out some similar code too).
2378 2003-07-31 [alfons] 0.9.3claws84
2381 tweak icon box UI a bit more, now allowing right-clicks actions
2382 getting the relevant mime data too; should fix #250, "Can't save
2383 attachments sometimes".
2385 2003-07-30 [alfons] 0.9.3claws83
2388 don't do auto-save-draft inside key press handler, but rather
2389 schedule it half of a second later; should fix #67, "autosave
2390 make re-rediting message crazy"
2392 2003-07-30 [christoph] 0.9.3claws82
2394 * src/plugins/trayicon/trayicon.c
2395 process pending events before unloading the plugin
2397 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
2399 2003-07-30 [alfons] 0.9.3claws81
2401 * src/common/hooks.c
2402 parameter 2 of g_hook_destroy() should really be a hook id
2404 2003-07-30 [alfons] 0.9.3claws80
2406 * src/common/plugin.c
2407 fix a possibly harmful function signature mismatch
2410 2003-07-30 [alfons] 0.9.3claws79
2412 * src/common/hooks[.ch]
2415 2003-07-30 [darko] 0.9.3claws78
2418 make it compile again
2420 2003-07-30 [luke] 0.9.3claws77
2424 o added/moved signal handlers for SIGTERM (normal kill command)
2425 and SIGINT (ctl-c) to be used even without
2426 --enable-crash-dialog, fixing bug 166
2429 o rewrote menu sensitivity code as per mainwindow.c, fixing
2433 o changed sensitivity condition for 'Next new' and 'Next
2434 unread', fixing bug 8
2436 2003-07-29 [alfons] 0.9.3claws76
2438 * src/common/utils.[ch]
2439 add generate_msgid()
2441 save ack'ed RRR; fixes #205, "return receipt is not saved in
2444 2003-07-29 [alfons] 0.9.3claws75
2447 fix a memleak (claws-only)
2449 2003-07-29 [alfons] 0.9.3claws74
2452 * src/gtk/gtkvscrollbutton.[ch]
2453 fix UI glitch where mime icon toolbox' scroll position is not
2454 reset after switching to another message
2457 2003-07-29 [paul] 0.9.3claws73
2459 * src/prefs_folder_item.c
2460 split the prefs into 2 separate pages
2462 2003-07-29 [paul] 0.9.3claws72
2465 prepend "\n\n" to a signature without a separator too
2467 2003-07-29 [paul] 0.9.3claws71
2470 fix bug where changing to an account without an auto-sig
2471 from an initial account without an auto-sig would insert
2472 2 blank lines at the cursor point
2473 fix bug where changing to an account with an auto-sig
2474 from an initial account without an auto-sig would insert
2475 the sig at the cursor point
2477 2003-07-29 [paul] 0.9.3claws70
2480 use the colour from the folder pref unless the folder
2483 2003-07-29 [alfons] 0.9.3claws69
2488 rewrite return receipt request work a little bit (the former
2489 implementation presumably depended too much on the UI setting
2490 flags). (we're losing the old pending flag.)
2492 2003-07-28 [christoph] 0.9.3claws68
2498 fix copy to IMAP folder from other folder
2500 2003-07-28 [christoph] 0.9.3claws67
2503 fix sync of procmsg_get_message_file_list
2505 2003-07-28 [christoph] 0.9.3claws66
2507 * sync with 0.9.3cvs14
2508 see ChangeLog 2003-07-18
2509 * sync with 0.9.3cvs17
2510 see ChangeLog 2003-07-23
2512 (closes Bug 234 segmentation fault after sending out mail via
2515 2003-07-28 [paul] 0.9.3claws65
2518 update Spanish translation, submitted by Ricardo Mones
2521 2003-07-28 [christoph] 0.9.3claws64
2526 return new message numbers as a GRelation instead of a GSList
2527 that has to be in the same order as the input list. A list
2528 would make it hard for IMAP to optimize oepration by sorting
2529 the input list. The returned list would have to be reordered
2530 to match the same order that input list has.
2532 * src/gtk/gtkaspell.c
2533 fix missing return value, could cause a crash when garbage is
2534 on the stack that is used as the expected return value
2536 2003-07-28 [paul] 0.9.3claws63
2538 * sync with 0.9.4cvs1
2539 see ChangeLog 2003-07-28
2541 2003-07-27 [alfons] 0.9.3claws62
2544 tweak it more to make icon list act like a check button group
2546 2003-07-27 [christoph] 0.9.3claws61
2548 * sync with 0.9.3cvs20
2549 see ChangeLog 2003-07-25
2551 2003-07-27 [paul] 0.9.3claws60
2554 re-commit changes from 0.9.3claws58 -
2555 accidently removed in 0.9.3claws59
2557 2003-07-27 [paul] 0.9.3claws59
2560 a sync from 0.9.3cvs17
2561 see ChangeLog 2003-07-23
2563 2003-07-27 [alfons] 0.9.3claws58
2566 add missing header members to MsgInfo; fixes the problem of
2567 not displaying X-Faces, as noticed by Ricardo Mones
2569 2003-07-26 [christoph] 0.9.3claws57
2571 * sync with 0.9.3cvs18
2572 see ChangeLog 2003-07-24
2574 2003-07-26 [christoph] 0.9.3claws56
2576 * sync with 0.9.3cvs17
2577 see ChangeLog 2003-07-23
2579 2003-07-26 [christoph] 0.9.3claws55
2586 add support for copy function that copy multiple messages
2587 (not implemented yet)
2590 add missing return value
2592 2003-07-26 [paul] 0.9.3claws54
2594 * tools/multiwebsearch.pl
2595 do whitespace substitution before passing the string
2596 to the browser. fixes bug with browsers that don't
2597 do whitespace conversion themselves.
2599 2003-07-25 [christoph] 0.9.3claws53
2604 rewrite adding of multiple messages to a folder for
2605 claws' folder system
2607 2003-07-25 [luke] 0.9.3claws52
2610 o icon toggles set correctly on leaving ctree mimeview
2612 2003-07-25 [paul] 0.9.3claws51
2614 * partial sync with 0.9.3cvs21 [src/main.c]
2615 see ChangeLog 2003-07-25
2617 2003-07-24 [paul] 0.9.3claws50
2619 * tools/maildir2sylpheed.pl
2622 2003-07-24 [paul] 0.9.3claws49
2625 increase the gutter size of paned so that the panes
2628 * src/plugins/demo/demo.c
2629 squeeze in another typo fix
2631 2003-07-24 [paul] 0.9.3claws48
2633 * src/plugins/demo/demo.c
2635 small changes to the English
2637 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
2638 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
2641 rename the misspelled icon
2643 2003-07-23 [alfons] 0.9.3claws47
2646 make icon list look like a list of toggles
2648 2003-07-23 [luke] 0.9.3claws46
2650 * src/pixmaps/mimeview_gpg_expired.xpm
2651 * src/pixmaps/mimeview_gpg_failed.xpm
2652 * src/pixmaps/mimeview_gpg_passed.xpm
2653 * src/pixmaps/mimeview_text_html.xpm
2654 * src/pixmaps/mimeview_image.xpm
2655 o all icons the same size
2658 o mimeview ctree arranged vertically above the viewer
2659 o icons changed to buttons
2660 o can use keyboard to select an icon (Enter)
2661 o resize icon list to width of icons
2663 * src/gtk/gtkvscrollbutton.c
2664 o sensitivity of buttons reacts to position
2666 2003-07-23 [christoph] 0.9.3claws45
2668 * sync with 0.9.3cvs14 (incomplete)
2669 see ChangeLog 2003-07-17
2671 2003-07-23 [alfons] 0.9.3claws44
2675 sync with my local tree to restore some claws-only things
2677 2003-07-23 [paul] 0.9.3claws43
2679 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
2680 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
2685 src/stock_pixmap.[ch]
2686 indicate missing keys and expired sigs/keys
2689 2003-07-23 [paul] 0.9.3claws42
2692 Redirect fixes: enable automatic account selection and
2693 do not append signature to message on changing account
2696 2003-07-23 [paul] 0.9.3claws41
2698 * sync with 0.9.3cvs16
2699 see ChangeLog 2003-07-23
2701 2003-07-23 [alfons] 0.9.3claws40
2704 give progress dialog a main window, and give it the first
2705 one (presumably the only one). fixes bug #247, "segfault on
2708 2003-07-22 [alfons] 0.9.3claws39
2711 shift-space scrolls up
2713 2003-07-22 [paul] 0.9.3claws38
2715 * sync with 0.9.3cvs15
2716 see ChangeLog 2003-07-22
2718 2003-07-20 [alfons] 0.9.3claws37
2721 put menu inside #ifdef USE_ASPELL..#endif
2723 2003-07-20 [christoph] 0.9.3claws36
2726 fix wrong flags in MsgInfo returned by
2727 procmsg_msginfo_get_full_info()
2729 (closes Bug 221 Deleting messages from the Message View gives incorrect
2730 new/unread message counts in the folder view)
2732 * src/plugins/spamassassin/spamassassin_gtk.c
2733 add gettext macro for prefs page title
2735 2003-07-20 [paul] 0.9.3claws35
2738 redraw icon list on signature check
2740 2003-07-20 [christoph] 0.9.3claws34
2745 * src/folder_item_prefs.[ch] ** NEW **
2750 * src/prefs_scoring.c
2752 * src/prefs_folder_item.[ch]
2753 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2755 o use prefswindow for folder properties
2757 * src/gtk/prefswindow.[ch]
2758 change implementation to use an invisible notebook instead
2759 of unparenting widgets
2761 2003-07-20 [christoph] 0.9.3claws33
2767 * src/prefs_filtering.h
2768 * src/prefs_folder_item.[ch]
2772 clean up header mess
2773 (always use 1. typedefs, 2. #includes, 3. structures)
2775 * src/common/version.h.in
2776 add casts for constants
2778 * src/plugins/demo/demo.c
2781 * src/plugins/spamassassin/spamassassin.c
2782 remove unused variable
2784 2003-07-20 [alfons] 0.9.3claws32
2787 o make icon buttons respond on left click
2788 o minor cosmetic change
2790 2003-07-19 [luke] 0.9.3claws31
2793 * src/gtk/gtkvscrollbutton.c
2795 o improved mimeview behaviour when selecting a new message
2796 o plus code cleanups to remove compile warnings
2799 2003-07-19 [alfons] 0.9.3claws30
2803 * src/common/utils.[ch]
2804 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2806 2003-07-19 [alfons] 0.9.3claws29
2808 * src/prefs_folder_item.c
2809 reinit "legacy" tmp_prefs, so we don't free nor use invalid
2812 2003-07-19 [luke] 0.9.3claws28
2818 * src/stock_pixmap.[ch]
2819 * src/gtk/Makefile.am
2821 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
2822 * src/pixmaps/mime_*.xpm ** NEW **
2823 o mimeview rearrangement with a new icon shortcut bar
2825 2003-07-19 [alfons] 0.9.3claws27
2828 o plug leaking nodes_to_recollapse
2829 o add folderview_recollapse_all_nodes() (not used yet)
2831 2003-07-19 [alfons] 0.9.3claws26
2834 * src/common/utils.c
2835 honour #240 "Better SUBJECT handling" by cleaning the prefix
2836 for both forwarding as replying
2838 2003-07-18 [christoph] 0.9.3claws25
2841 * src/common/sylpheed.[ch]
2842 * src/common/version.h.in
2843 add version in numeric form to allow easy comparison
2845 * src/plugins/demo/demo.c
2847 - sylpheed version > plugin version => never allowed, sylpheed
2848 could contain unknown API changes
2849 - sylpheed version < minimum version required => don't load,
2850 API required not available (if linking does not fail)
2852 2003-07-18 [alfons] 0.9.3claws24
2854 * src/common/plugin.[ch]
2857 2003-07-18 [christoph] 0.9.3claws23
2859 * src/common/hooks.c
2860 fix crash when hooks where unregisted
2862 * src/plugins/trayicon/trayicon.c
2863 unregister detroy signal before destroying the widget
2864 (still crashes when the plugin is unloaded)
2866 2003-07-18 [alfons] 0.9.3claws22
2869 delay expanding folder tree during drags until timeout triggered
2870 (needs perhaps some tweaking, so testing is welcome)
2872 2003-07-17 [alfons] 0.9.3claws21
2877 2003-07-17 [christoph] 0.9.3claws20
2879 * src/common/session.c
2880 fix opening of SSL connections
2882 * src/plugins/image_viewer/Makefile.am
2883 add OPENSSL_CFLAGS (we should find a better solution to remove
2884 this dependencies if they are not required)
2886 * src/plugins/spamassassin/spamassassin.c
2887 remove setlocale workaround (fixed in libspamc)
2889 (closes Bug Bug 184 Entering non-ascii character deletes previous char
2890 if spell checking enabled)
2892 2003-07-17 [alfons] 0.9.3claws19
2894 * src/common/hooks.[ch]
2895 * src/plugins/clamav/clamav_plugin.c
2896 * src/plugins/spamassassin/spamassassin.c
2897 * src/plugins/trayicon/trayicon.c
2900 2003-07-17 [alfons] 0.9.3claws18
2905 2003-07-17 [alfons] 0.9.3claws17
2910 2003-07-17 [paul] 0.9.3claws16
2915 add link to the Claws site's FAQ page, after the suggestion
2916 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2917 Move url strings to defs.h
2920 fix typo to prevent "unknown menu entry" warnings
2922 2003-07-17 [alfons] 0.9.3claws15
2924 * src/folderview.[ch]
2925 * src/summaryview.[ch]
2929 2003-07-17 [paul] 0.9.3claws14
2932 remove two instances of 'GTK_EVENTS_FLUSH' because
2933 they are unnecessary and probably cause a stack overflow
2935 2003-07-16 [christoph] 0.9.3claws13
2938 use an invisible GTK notebook to switch between viewers
2939 instead of reparenting widgets
2941 2003-07-16 [christoph] 0.9.3claws12
2944 move folder_item_update_freeze() to correct place in
2945 folder_item_scan_full()
2947 2003-07-16 [paul] 0.9.3claws11
2949 * sync with 0.9.3cvs12
2950 see ChangeLog 2003-07-14 and 2003-07-15
2952 2003-07-16 [christoph] 0.9.3claws10
2955 * src/prefs_account.[ch]
2956 sync IMAP CRAM-MD5 authentication with sylpheed-main
2958 2003-07-15 [alfons] 0.9.3claws9
2961 make --config-dir do something useful
2963 2003-07-15 [alfons] 0.9.3claws8
2966 o fix a bug where 'last' didn't really point to the last message
2967 in the top level list of children, but to the last threaded
2970 o clean up and make it easier to sync
2972 2003-07-15 [alfons] 0.9.3claws7
2975 make correct menu items sensitive
2977 2003-07-14 [alfons] 0.9.3claws6
2980 tune the threader so it will not subject-thread any message
2981 without a subject prefix (this will not thread correctly if
2982 a parent is delivered after their childs, but it looks
2985 2003-07-13 [christoph] 0.9.3claws5
2988 group "Add mailbox *..." menu items in submenu
2990 2003-07-13 [alfons] 0.9.3claws4
2993 correct summary_toggle_pressed() signature and make sure
2994 signal is not passed on
2996 2003-07-13 [alfons] 0.9.3claws3
2999 o for now don't pass on keys when they we're handled by
3000 ctree::key_press_event
3003 2003-07-13 [alfons] 0.9.3claws2
3006 add command line option "--config-dir" to get the current
3009 2003-07-12 [alfons] 0.9.3claws1
3012 * src/matcher_parser_parse.y
3013 * src/prefs_filtering.c
3015 add "Lock" filter action to lock messages;
3018 remove debug_print()
3019 * src/prefs_filtering.c
3020 re-organize matcher part 9:
3021 make action text entries easily extendible;
3022 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
3023 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
3028 update old information and add missing
3031 2003-07-12 [paul] 0.9.3claws
3033 * 0.9.3claws released
3035 2003-07-12 [paul] 0.9.0claws103
3040 2003-07-12 [melvin] 0.9.0claws102
3043 Fixed bug #215: Show MIME tab for single text/html messages.
3045 2003-07-12 [paul] 0.9.0claws101
3050 2003-07-12 [paul] 0.9.0claws100
3056 update Spanish, Croatian, Polish, Serbian translations.
3057 submitted by Ricardo Mones Lastra, Dragan, Witold
3058 Wladyslaw Wojciech Wilk, Urke MMI
3060 2003-07-12 [melvin] 0.9.0claws99
3063 Updated French translations.
3065 2003-07-12 [paul] 0.9.0claws98
3068 disable 'Lookup' button as it has no effect
3070 2003-07-11 [alfons] 0.9.0claws97
3073 summary_searchbar_pressed() should return TRUE to signal that
3074 event was handled. when returning void, the return value passed
3075 to GTK is actually random, but maybe FALSE, in which case the
3076 event is handled by parent
3078 2003-07-10 [paul] 0.9.0claws96
3080 * ac/missing/gettext.m4
3081 update to version 0.12
3083 2003-07-10 [paul] 0.9.0claws95
3085 * src/plugins/clamav/clamav_plugin.c
3086 fix bug where multipart/alternative messages
3087 would slip through without being scanned
3089 2003-07-10 [christoph] 0.9.0claws94
3092 correct check if folder supports removing when a message is
3093 moved. if not the message is only copied.
3095 (closes Bug 132 crash on startup in newsgroups folders)
3097 2003-07-09 [alfons] 0.9.0claws93
3101 --with-config-dir (default .sylpheed)
3103 2003-07-09 [christoph] 0.9.0claws92
3106 use PKG_CHECK_MODULES to check for gtkmathview
3107 (version 0.4.2 now required)
3109 2003-07-08 [melvin] 0.9.0claws91
3112 Implemented a progress bar that counts the number of completed
3113 tasks when the action runs more than one command.
3115 2003-07-08 [alfons] 0.9.0claws90
3118 if queued message has an invalid Message-Id, don't try to
3119 find message it refers to (fixes #209 "crash when processing
3122 2003-07-08 [paul] 0.9.0claws89
3124 * sync with 0.9.3cvs2
3125 see ChangeLog 2003-07-08
3127 2003-07-08 [match] 0.9.0claws88
3130 extend LDAP search for first/last name by parsing search term.
3132 2003-07-08 [alfons] 0.9.0claws87
3134 * src/send_message.c
3135 fix bug #208 "Status message stuck when sending on POP3 account"
3137 2003-07-07 [paul] 0.9.0claws86
3140 new Croatian translation, submitted by
3141 Dragan <drleskov@inet.hr>
3143 2003-07-07 [paul] 0.9.0claws85
3145 * sync with 0.9.3cvs1
3146 see ChangeLog 2003-07-07
3148 2003-07-05 [christoph] 0.9.0claws84
3153 * src/stock_pixmap.[ch]
3154 * src/pixmaps/messageview_text.xpm ** NEW **
3155 move mimeview tabs to the right side and use icons
3156 instead of text to save some space
3158 (patch by Luke Plant <lukeplant@softhome.net>)
3160 2003-07-05 [christoph] 0.9.0claws83
3163 add NULL pointer checks
3165 (patch by Luke Plant <lukeplant@softhome.net>)
3166 (closes Bug 204 0.9.0 quits on authentication error?!)
3168 2003-07-05 [alfons] 0.9.0claws82
3171 take the clue in bug #202 "./configure script -
3172 'if test' comparison failure" reported by John Kristoff.
3174 2003-07-04 [christoph] 0.9.0claws81
3176 * src/plugins/spamassassin/spamassassin.c
3177 set timeout for spam check
3179 2003-07-04 [christoph] 0.9.0claws80
3182 destroy all FolderItems when shutting down to
3183 allow folders to clean up
3185 2003-07-04 [melvin] 0.9.0claws79
3187 * src/gtk/gtkaspell.c
3188 Fixed bug #184 "Entering non-ascii character deletes
3189 previous char if spell checking enabled": this makes
3190 the spell checking in multibytes (e.g. UTF-8)locales work.
3191 (Patch by Luke Plant).
3193 2003-07-04 [christoph] 0.9.0claws78
3195 * sync with 0.9.2cvs1
3196 see ChangeLog 2003-06-10
3198 2003-07-04 [paul] 0.9.0claws77
3200 * sync with 0.9.3 release
3201 see ChangeLog 2003-07-04
3203 2003-07-03 [christoph] 0.9.0claws76
3210 move folder_item_get_path() stuff into a folder virtual function
3213 use folder_item_fetch_msg() to get message and do not contruct
3214 the filename from path and number
3216 2003-07-03 [paul] 0.9.0claws75
3218 * sync with 0.9.2cvs12
3219 see ChangeLog 2003-07-03
3221 2003-07-02 [paul] 0.9.0claws74
3224 fix text-selection for replying
3226 2003-07-02 [paul] 0.9.0claws73
3228 * sync with 0.9.2cvs11
3229 see ChangeLog 2003-07-02
3231 2003-07-02 [paul] 0.9.0claws72
3234 revert last commit because it breaks more
3237 2003-07-02 [paul] 0.9.0claws71
3240 fix thread by subject/sort by date
3242 2003-07-01 [paul] 0.9.0claws70
3244 * sync with 0.9.2cvs10
3245 see ChangeLog 2003-07-01
3247 2003-06-30 [paul] 0.9.0claws69
3249 * sync with 0.9.2cvs9
3250 see ChangeLog 2003-06-30
3252 2003-06-28 [match] 0.9.0claws68
3257 2003-06-27 [paul] 0.9.0claws67
3259 * sync with 0.9.2cvs7
3260 see ChangeLog 2003-06-27
3262 2003-06-26 [christoph] 0.9.0claws66
3265 freeze folder updates while a folder is scanned
3267 (closes Bug 185 New message counter)
3269 2003-06-26 [darko] 0.9.0claws65
3272 fix infinite loop when adding a new LDAP server
3274 2003-06-26 [paul] 0.9.0claws64
3276 * sync with 0.9.2cvs6
3277 see ChangeLog 2003-06-26
3279 2003-06-26 [paul] 0.9.0claws63
3281 * sync with 0.9.2cvs5
3282 see ChangeLog 2003-06-25 and 2003-06-26
3284 2003-06-25 [match] 0.9.0claws62
3287 Fixed tab/backtab for dropped-down completion list to
3288 move next/previous field. (close bug 147)
3290 2003-06-25 [christoph] 0.9.0claws61
3292 * src/addr_compl.[ch]
3293 * src/addrindex.[ch]
3301 2003-06-25 [leandro] 0.9.0claws60
3305 o gray out "Message/Remove references" menu item if not
3306 replying to a message
3308 2003-06-24 [leandro] 0.9.0claws59
3311 o removed "Message/Create new thread" menu item
3312 o added "Message/Remove references" menu item
3313 (it's off by default and will not check anymore
3314 if the subject changed)
3316 2003-06-23 [alfons] 0.9.0claws58
3319 try better grouping messages threaded by subject based on their age.
3320 still not perfect - because the message tree is not sorted by date.
3322 2003-06-23 [thorsten] 0.9.0claws57
3325 added mail_receive_hook to allow modifications
3326 directly after retrieval (e.g. adding headers).
3328 2003-06-23 [paul] 0.9.0claws56
3330 * src/sourcewindow.c
3331 enable the use of Ctrl+A to select all text in
3333 Patch submitted by Ivan Francolin Martinez
3334 <ivanfm@users.sourceforge.net>
3336 2003-06-22 [christoph] 0.9.0claws55
3339 o add notification hook for folder tree changes
3340 o invoke hooks after folder tree scanning
3342 * src/folderview.[ch]
3343 register hook for folder tree changes that
3346 (there are more places that should be updated, like add, remove
3349 (closes Bug 164 Crash on rebuild folder tree)
3350 (closes Bug 190 Crash on 'rebuilding folder tree')
3352 2003-06-21 [leandro] 0.9.0claws54
3355 create a new thread if subject changes
3356 (it's on by default, can be disabled in Message menu)
3358 2003-06-21 [alfons] 0.9.0claws53
3361 quiet little compiler
3363 2003-06-21 [christoph] 0.9.0claws52
3365 update gettext stuff to version 0.12
3367 2003-06-19 [alfons] 0.9.0claws51
3370 * src/common/plugin.c
3371 move defs.h before glib.h to prevent MIN/MAX redefs
3378 2003-06-19 [match] 0.9.0claws50
3380 * src/addressbook.[ch]
3381 * src/addrindex.[ch]
3382 * src/addr_compl.[ch]
3384 * src/editldap_basedn.[ch]
3387 re-implemented dynamic LDAP search. works without
3388 slowdown on display sender with addressbook
3393 2003-06-19 [paul] 0.9.0claws49
3396 fix Bug #136 'Nonprovided quotation marks crash claws'
3397 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
3399 2003-06-19 [alfons] 0.9.0claws48
3401 * src/prefs_common.[ch]
3403 restrict threading by subject by checking thread for
3404 age (prefs_common.thread_by_subject_max_age)
3406 2003-06-18 [christoph] 0.9.0claws47
3409 fix memory leak in imap_cmd_fetch()
3411 2003-06-18 [christoph] 0.9.0claws46
3414 fix memory leak in prefs_set_default() when used multiple
3415 times or after prefs have been read
3417 2003-06-18 [christoph] 0.9.0claws45
3419 * src/common/plugin.c
3420 fix memory leak in plugin_unload()
3422 2003-06-18 [christoph] 0.9.0claws44
3425 fix memory leak in imap_cmd_ok()
3427 2003-06-18 [christoph] 0.9.0claws43
3430 stop messages that are downloaded from POP3 and added to
3431 an IMAP inbox from being filtered twice (first by POP3
3432 and again when IMAP folder is scaned to get the UID of
3433 the APPEND operation when no UIDPLUS is available)
3442 * tools/launch_phoenix ** REMOVED **
3443 tools/launch_firebird ** NEW **
3444 renamed and edited to reflect the browser's name change from
3445 'phoenix' to 'firebird'
3447 2003-06-18 [paul] 0.9.0claws42
3449 * sync with 0.9.2cvs2
3450 see ChangeLog 2003-06-16
3452 2003-06-17 [alfons] 0.9.0claws41
3455 prevent threading problems when a node is an ancestor (parent / great parent),
3456 which mostly happens with circular references (thanks to Phillipe Gramoullé
3457 for finding an sample set of messages)
3459 2003-06-16 [christoph] 0.9.0claws40
3462 don't popup main window on --receive or --receive-all
3464 * src/mainwindow.[ch]
3465 * src/plugins/trayicon/trayicon.c
3466 allow hiding of main window by clicking on the trayicon
3467 (doesn't work correctly in seperate window mode and may
3468 cause unexpected GTK problems I couldn't find yet)
3471 remove incorrect warning
3473 2003-06-15 [alfons] 0.9.0claws39
3475 * src/gtk/gtkstext.c
3476 don't output debug text;
3477 #ifdef out print_line() if not debugging (thanks to Martin Wicke
3478 for pointing this out);
3480 2003-06-14 [alfons] 0.9.0claws38
3483 remove printf() and make one if..else comply with coding style
3485 2003-06-14 [alfons] 0.9.0claws37
3490 * src/messageview.[ch]
3492 apply patch #754162 "Quoting messages filtered by actions" submitted
3493 by Martin Wicke, which allows quoting message body changed by an
3496 2003-06-13 [alfons] 0.9.0claws36
3499 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
3500 use case insensitive regexp (suggested by Ivan Martinez)
3502 2003-06-13 [christoph] 0.9.0claws35
3505 * src/plugins/trayicon/Makefile.am
3506 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
3507 * src/plugins/trayicon/trayicon.c
3508 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
3509 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
3510 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
3511 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
3512 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
3513 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
3514 replace my own EggTrayIcon backport with the backport
3515 used by (l|x)mule and gabber.
3517 2003-06-13 [alfons] 0.9.0claws34
3520 * src/common/utils.c
3521 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
3523 2003-06-13 [alfons] 0.9.0claws33
3526 clean up a little bit
3528 2003-06-12 [alfons] 0.9.0claws32
3531 const correctness fix
3533 * src/common/sylpheed.[ch]
3535 prevent redef MIN/MAX
3537 * src/common/utils.[ch]
3540 2003-06-12 [melvin] 0.9.0claws31
3543 Updated to take into accounts changes in GtkAspell.
3545 2003-06-12 [alfons] 0.9.0claws30
3549 * src/common/utils.[ch]
3550 handle reply subject prefixes better (initial
3551 suggestion by Robert Story adapted and enhanced
3554 2003-06-12 [melvin] 0.9.0claws29
3557 Use new gtkaspell_checkers_strerror() to get the speller's
3558 error message instead of accessing the (now private)
3563 Use #ifdef instead of #if for USE_ASPELL
3564 Use the new spell checkers init/quit functions
3566 * src/gtk/gtkaspell.c
3567 Use #ifdef instead of #if for USE_ASPELL
3568 Moved in the majority of GtkAspell structures that were
3569 exported before by gtkaspell.h
3571 * src/gtk/gktaspell.h
3572 Made gtkaspell.h contain only the necessary data to be
3573 publicized by moving many structures to gtkaspell.c.
3574 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
3575 gtkaspell_checkers_new(): replaced by...
3576 gtkaspell_checkers_init(): new function for initialization
3577 gtkaspell_checkers_delete(): replaced by...
3578 gtkaspell_checkers_quit(): new function
3579 gtkaspell_checkers_strerror(): new function that returns
3580 the checker's last error message.
3582 2003-06-11 [melvin] 0.9.0claws28
3585 Updated to take into account gtkaspell.c migration to
3586 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
3588 2003-06-10 [alfons] 0.9.0claws27
3590 * src/filtering.[ch]
3594 - try fixing bug #18 (any brave testers?)
3595 - add more robustness by refusing previously
3596 unchecked NULL pointers
3598 2003-06-10 [alfons] 0.9.0claws26
3601 fix bug #176 by don't checking MsgInfos with a NULL msgid
3603 2003-06-09 [alfons] 0.9.0claws25
3605 * src/prefs_common.c
3606 fix bug #163 "Icon switching doesnt work properly" by
3607 preventing early freeing of prefs_common.pixmap_theme_path.
3609 2003-06-09 [christoph] 0.9.0claws24
3611 * src/gtk/gtkaspell.c
3612 revert Thorsten's fix and add forgotten g_strdup for
3613 aspell path (it should not be possible to alter the path a
3614 GtkASpell uses from outside)
3616 2003-06-09 [thorsten] 0.9.0claws23
3618 * src/gtk/gtkaspell.c
3619 dont free prefs_common.aspell_path when closing compose
3621 2003-06-08 [colin] 0.9.0claws22
3623 * src/plugins/spamassassin/spamassassin.c
3626 2003-06-07 [christoph] 0.9.0claws21
3630 * src/gtkaspell.[ch] ** REMOVE **
3631 * src/gtk/Makefile.am
3632 * src/gtk/gtkaspell.[ch] ** NEW **
3633 o make gtkaspell independent from sylpheed's prefs
3634 o move gtkaspell.[ch] to gtk directory
3636 2003-06-07 [christoph] 0.9.0claws20
3641 * src/filesel.[ch] ** REMOVE **
3644 * src/common/sylpheed.[ch]
3645 * src/gtk/Makefile.am
3646 * src/gtk/filesel.[ch] ** NEW **
3647 * src/gtk/pluginwindow.c
3648 * src/gtk/sslcertwindow.c
3649 move filesel.[ch] to gtk directory
3651 2003-06-07 [alfons] 0.9.0claws19
3654 make (multi) file selection dialog work again (Claws-only)
3656 2003-06-07 [thorsten] 0.9.0claws18
3661 2003-06-07 [alfons] 0.9.0claws17
3665 detect apache mishap in which case don't include fnmatch.h
3666 if regex.h is already included
3668 2003-06-06 [christoph] 0.9.0claws16
3672 add check for fnmatch.h and include it when available
3675 fix wrong case sensitivity of Content-Types
3677 * src/gtk/Makefile.am
3678 need the same include paths in gtk directory as in
3679 common directory because .h files in common can
3680 include files from these directories, when included
3681 in gtk's .h or .c files
3683 2003-06-06 [alfons] 0.9.0claws15
3687 make it compile again because of regex.h / fnmatch.h
3688 include problems (related to recent mime stuff, can
3689 someone check this?)
3691 2003-06-06 [thorsten] 0.9.0claws14
3694 possible use of uninitialized pointer while dragging
3696 2003-06-06 [paul] 0.9.0claws13
3699 fix bug where the insert sig button would be effective
3700 only when auto_sig was set
3702 2003-06-06 [paul] 0.9.0claws12
3704 * sync with 0.9.2 release
3706 2003-06-02 [paul] 0.9.0claws11
3708 * sync with 0.9.1cvs1
3709 see ChangeLog 2003-06-02
3714 2003-06-01 [christoph] 0.9.0claws10