1 2003-08-02 [christoph] 0.9.3claws92
4 o rearrange plugin tests
5 o add test for clamav.h to ClamAV tests
7 2003-08-02 [luke] 0.9.3claws91
10 o fixed appearance of icon list when toggling back from the
12 o toggling of icons using the keyboard works correctly
13 o fixed all other keyboard shortcuts to work when icons are
17 o fixed bug 4 - focus lost when changing messageview view type
19 2003-08-02 [christoph] 0.9.3claws90
22 fix crash when pointer stored in hash table could get invalid
23 when a plugin is unloaded
25 2003-08-01 [christoph] 0.9.3claws89
28 o try to build all plugins (except spamassassin) by default
29 o don't build a plugin if a dependency check fails
34 2003-08-01 [match] 0.9.3claws88
37 allow single click field selection. document code.
39 2003-08-01 [christoph] 0.9.3claws87
41 * src/plugins/clamav/clamav_plugin.c
42 * src/plugins/clamav/clamav_plugin_gtk.c
43 * src/plugins/dillo_viewer/dillo_viewer.c
44 * src/plugins/image_viewer/plugin.c
45 * src/plugins/mathml_viewer/mathml_viewer.c
46 * src/plugins/spamassassin/spamassassin.c
47 * src/plugins/spamassassin/spamassassin_gtk.c
48 * src/plugins/trayicon/trayicon.c
49 add version check to all plugins
51 2003-08-01 [hoa] 0.9.3claws86
53 * src/prefs_filtering.c
54 fixed a cosmetic bug, during creation of dialog box,
55 wrong widgets were shown after creation.
57 2003-08-01 [luke] 0.9.3claws85
60 o fixed visibility of icons/mimeview after toggling separate
61 message/folder view (factored out some similar code too).
64 2003-07-31 [alfons] 0.9.3claws84
67 tweak icon box UI a bit more, now allowing right-clicks actions
68 getting the relevant mime data too; should fix #250, "Can't save
69 attachments sometimes".
71 2003-07-30 [alfons] 0.9.3claws83
74 don't do auto-save-draft inside key press handler, but rather
75 schedule it half of a second later; should fix #67, "autosave
76 make re-rediting message crazy"
78 2003-07-30 [christoph] 0.9.3claws82
80 * src/plugins/trayicon/trayicon.c
81 process pending events before unloading the plugin
83 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
85 2003-07-30 [alfons] 0.9.3claws81
88 parameter 2 of g_hook_destroy() should really be a hook id
90 2003-07-30 [alfons] 0.9.3claws80
93 fix a possibly harmful function signature mismatch
96 2003-07-30 [alfons] 0.9.3claws79
98 * src/common/hooks[.ch]
101 2003-07-30 [darko] 0.9.3claws78
104 make it compile again
106 2003-07-30 [luke] 0.9.3claws77
110 o added/moved signal handlers for SIGTERM (normal kill command)
111 and SIGINT (ctl-c) to be used even without
112 --enable-crash-dialog, fixing bug 166
115 o rewrote menu sensitivity code as per mainwindow.c, fixing
119 o changed sensitivity condition for 'Next new' and 'Next
120 unread', fixing bug 8
122 2003-07-29 [alfons] 0.9.3claws76
124 * src/common/utils.[ch]
127 save ack'ed RRR; fixes #205, "return receipt is not saved in
130 2003-07-29 [alfons] 0.9.3claws75
133 fix a memleak (claws-only)
135 2003-07-29 [alfons] 0.9.3claws74
138 * src/gtk/gtkvscrollbutton.[ch]
139 fix UI glitch where mime icon toolbox' scroll position is not
140 reset after switching to another message
143 2003-07-29 [paul] 0.9.3claws73
145 * src/prefs_folder_item.c
146 split the prefs into 2 separate pages
148 2003-07-29 [paul] 0.9.3claws72
151 prepend "\n\n" to a signature without a separator too
153 2003-07-29 [paul] 0.9.3claws71
156 fix bug where changing to an account without an auto-sig
157 from an initial account without an auto-sig would insert
158 2 blank lines at the cursor point
159 fix bug where changing to an account with an auto-sig
160 from an initial account without an auto-sig would insert
161 the sig at the cursor point
163 2003-07-29 [paul] 0.9.3claws70
166 use the colour from the folder pref unless the folder
169 2003-07-29 [alfons] 0.9.3claws69
174 rewrite return receipt request work a little bit (the former
175 implementation presumably depended too much on the UI setting
176 flags). (we're losing the old pending flag.)
178 2003-07-28 [christoph] 0.9.3claws68
184 fix copy to IMAP folder from other folder
186 2003-07-28 [christoph] 0.9.3claws67
189 fix sync of procmsg_get_message_file_list
191 2003-07-28 [christoph] 0.9.3claws66
193 * sync with 0.9.3cvs14
194 see ChangeLog 2003-07-18
195 * sync with 0.9.3cvs17
196 see ChangeLog 2003-07-23
198 (closes Bug 234 segmentation fault after sending out mail via
201 2003-07-28 [paul] 0.9.3claws65
204 update Spanish translation, submitted by Ricardo Mones
207 2003-07-28 [christoph] 0.9.3claws64
212 return new message numbers as a GRelation instead of a GSList
213 that has to be in the same order as the input list. A list
214 would make it hard for IMAP to optimize oepration by sorting
215 the input list. The returned list would have to be reordered
216 to match the same order that input list has.
218 * src/gtk/gtkaspell.c
219 fix missing return value, could cause a crash when garbage is
220 on the stack that is used as the expected return value
222 2003-07-28 [paul] 0.9.3claws63
224 * sync with 0.9.4cvs1
225 see ChangeLog 2003-07-28
227 2003-07-27 [alfons] 0.9.3claws62
230 tweak it more to make icon list act like a check button group
232 2003-07-27 [christoph] 0.9.3claws61
234 * sync with 0.9.3cvs20
235 see ChangeLog 2003-07-25
237 2003-07-27 [paul] 0.9.3claws60
240 re-commit changes from 0.9.3claws58 -
241 accidently removed in 0.9.3claws59
243 2003-07-27 [paul] 0.9.3claws59
246 a sync from 0.9.3cvs17
247 see ChangeLog 2003-07-23
249 2003-07-27 [alfons] 0.9.3claws58
252 add missing header members to MsgInfo; fixes the problem of
253 not displaying X-Faces, as noticed by Ricardo Mones
255 2003-07-26 [christoph] 0.9.3claws57
257 * sync with 0.9.3cvs18
258 see ChangeLog 2003-07-24
260 2003-07-26 [christoph] 0.9.3claws56
262 * sync with 0.9.3cvs17
263 see ChangeLog 2003-07-23
265 2003-07-26 [christoph] 0.9.3claws55
272 add support for copy function that copy multiple messages
273 (not implemented yet)
276 add missing return value
278 2003-07-26 [paul] 0.9.3claws54
280 * tools/multiwebsearch.pl
281 do whitespace substitution before passing the string
282 to the browser. fixes bug with browsers that don't
283 do whitespace conversion themselves.
285 2003-07-25 [christoph] 0.9.3claws53
290 rewrite adding of multiple messages to a folder for
293 2003-07-25 [luke] 0.9.3claws52
296 o icon toggles set correctly on leaving ctree mimeview
298 2003-07-25 [paul] 0.9.3claws51
300 * partial sync with 0.9.3cvs21 [src/main.c]
301 see ChangeLog 2003-07-25
303 2003-07-24 [paul] 0.9.3claws50
305 * tools/maildir2sylpheed.pl
308 2003-07-24 [paul] 0.9.3claws49
311 increase the gutter size of paned so that the panes
314 * src/plugins/demo/demo.c
315 squeeze in another typo fix
317 2003-07-24 [paul] 0.9.3claws48
319 * src/plugins/demo/demo.c
321 small changes to the English
323 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
324 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
327 rename the misspelled icon
329 2003-07-23 [alfons] 0.9.3claws47
332 make icon list look like a list of toggles
334 2003-07-23 [luke] 0.9.3claws46
336 * src/pixmaps/mimeview_gpg_expired.xpm
337 * src/pixmaps/mimeview_gpg_failed.xpm
338 * src/pixmaps/mimeview_gpg_passed.xpm
339 * src/pixmaps/mimeview_text_html.xpm
340 * src/pixmaps/mimeview_image.xpm
341 o all icons the same size
344 o mimeview ctree arranged vertically above the viewer
345 o icons changed to buttons
346 o can use keyboard to select an icon (Enter)
347 o resize icon list to width of icons
349 * src/gtk/gtkvscrollbutton.c
350 o sensitivity of buttons reacts to position
352 2003-07-23 [christoph] 0.9.3claws45
354 * sync with 0.9.3cvs14 (incomplete)
355 see ChangeLog 2003-07-17
357 2003-07-23 [alfons] 0.9.3claws44
361 sync with my local tree to restore some claws-only things
363 2003-07-23 [paul] 0.9.3claws43
365 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
366 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
371 src/stock_pixmap.[ch]
372 indicate missing keys and expired sigs/keys
375 2003-07-23 [paul] 0.9.3claws42
378 Redirect fixes: enable automatic account selection and
379 do not append signature to message on changing account
382 2003-07-23 [paul] 0.9.3claws41
384 * sync with 0.9.3cvs16
385 see ChangeLog 2003-07-23
387 2003-07-23 [alfons] 0.9.3claws40
390 give progress dialog a main window, and give it the first
391 one (presumably the only one). fixes bug #247, "segfault on
394 2003-07-22 [alfons] 0.9.3claws39
397 shift-space scrolls up
399 2003-07-22 [paul] 0.9.3claws38
401 * sync with 0.9.3cvs15
402 see ChangeLog 2003-07-22
404 2003-07-20 [alfons] 0.9.3claws37
407 put menu inside #ifdef USE_ASPELL..#endif
409 2003-07-20 [christoph] 0.9.3claws36
412 fix wrong flags in MsgInfo returned by
413 procmsg_msginfo_get_full_info()
415 (closes Bug 221 Deleting messages from the Message View gives incorrect
416 new/unread message counts in the folder view)
418 * src/plugins/spamassassin/spamassassin_gtk.c
419 add gettext macro for prefs page title
421 2003-07-20 [paul] 0.9.3claws35
424 redraw icon list on signature check
426 2003-07-20 [christoph] 0.9.3claws34
431 * src/folder_item_prefs.[ch] ** NEW **
436 * src/prefs_scoring.c
438 * src/prefs_folder_item.[ch]
439 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
441 o use prefswindow for folder properties
443 * src/gtk/prefswindow.[ch]
444 change implementation to use an invisible notebook instead
445 of unparenting widgets
447 2003-07-20 [christoph] 0.9.3claws33
453 * src/prefs_filtering.h
454 * src/prefs_folder_item.[ch]
459 (always use 1. typedefs, 2. #includes, 3. structures)
461 * src/common/version.h.in
462 add casts for constants
464 * src/plugins/demo/demo.c
467 * src/plugins/spamassassin/spamassassin.c
468 remove unused variable
470 2003-07-20 [alfons] 0.9.3claws32
473 o make icon buttons respond on left click
474 o minor cosmetic change
476 2003-07-19 [luke] 0.9.3claws31
479 * src/gtk/gtkvscrollbutton.c
481 o improved mimeview behaviour when selecting a new message
482 o plus code cleanups to remove compile warnings
485 2003-07-19 [alfons] 0.9.3claws30
489 * src/common/utils.[ch]
490 subject_get_reply_prefix_length() <- subject_get_prefix_length()
492 2003-07-19 [alfons] 0.9.3claws29
494 * src/prefs_folder_item.c
495 reinit "legacy" tmp_prefs, so we don't free nor use invalid
498 2003-07-19 [luke] 0.9.3claws28
504 * src/stock_pixmap.[ch]
505 * src/gtk/Makefile.am
507 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
508 * src/pixmaps/mime_*.xpm ** NEW **
509 o mimeview rearrangement with a new icon shortcut bar
511 2003-07-19 [alfons] 0.9.3claws27
514 o plug leaking nodes_to_recollapse
515 o add folderview_recollapse_all_nodes() (not used yet)
517 2003-07-19 [alfons] 0.9.3claws26
521 honour #240 "Better SUBJECT handling" by cleaning the prefix
522 for both forwarding as replying
524 2003-07-18 [christoph] 0.9.3claws25
527 * src/common/sylpheed.[ch]
528 * src/common/version.h.in
529 add version in numeric form to allow easy comparison
531 * src/plugins/demo/demo.c
533 - sylpheed version > plugin version => never allowed, sylpheed
534 could contain unknown API changes
535 - sylpheed version < minimum version required => don't load,
536 API required not available (if linking does not fail)
538 2003-07-18 [alfons] 0.9.3claws24
540 * src/common/plugin.[ch]
543 2003-07-18 [christoph] 0.9.3claws23
546 fix crash when hooks where unregisted
548 * src/plugins/trayicon/trayicon.c
549 unregister detroy signal before destroying the widget
550 (still crashes when the plugin is unloaded)
552 2003-07-18 [alfons] 0.9.3claws22
555 delay expanding folder tree during drags until timeout triggered
556 (needs perhaps some tweaking, so testing is welcome)
558 2003-07-17 [alfons] 0.9.3claws21
563 2003-07-17 [christoph] 0.9.3claws20
565 * src/common/session.c
566 fix opening of SSL connections
568 * src/plugins/image_viewer/Makefile.am
569 add OPENSSL_CFLAGS (we should find a better solution to remove
570 this dependencies if they are not required)
572 * src/plugins/spamassassin/spamassassin.c
573 remove setlocale workaround (fixed in libspamc)
575 (closes Bug Bug 184 Entering non-ascii character deletes previous char
576 if spell checking enabled)
578 2003-07-17 [alfons] 0.9.3claws19
580 * src/common/hooks.[ch]
581 * src/plugins/clamav/clamav_plugin.c
582 * src/plugins/spamassassin/spamassassin.c
583 * src/plugins/trayicon/trayicon.c
586 2003-07-17 [alfons] 0.9.3claws18
591 2003-07-17 [alfons] 0.9.3claws17
596 2003-07-17 [paul] 0.9.3claws16
601 add link to the Claws site's FAQ page, after the suggestion
602 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
603 Move url strings to defs.h
606 fix typo to prevent "unknown menu entry" warnings
608 2003-07-17 [alfons] 0.9.3claws15
610 * src/folderview.[ch]
611 * src/summaryview.[ch]
615 2003-07-17 [paul] 0.9.3claws14
618 remove two instances of 'GTK_EVENTS_FLUSH' because
619 they are unnecessary and probably cause a stack overflow
621 2003-07-16 [christoph] 0.9.3claws13
624 use an invisible GTK notebook to switch between viewers
625 instead of reparenting widgets
627 2003-07-16 [christoph] 0.9.3claws12
630 move folder_item_update_freeze() to correct place in
631 folder_item_scan_full()
633 2003-07-16 [paul] 0.9.3claws11
635 * sync with 0.9.3cvs12
636 see ChangeLog 2003-07-14 and 2003-07-15
638 2003-07-16 [christoph] 0.9.3claws10
641 * src/prefs_account.[ch]
642 sync IMAP CRAM-MD5 authentication with sylpheed-main
644 2003-07-15 [alfons] 0.9.3claws9
647 make --config-dir do something useful
649 2003-07-15 [alfons] 0.9.3claws8
652 o fix a bug where 'last' didn't really point to the last message
653 in the top level list of children, but to the last threaded
656 o clean up and make it easier to sync
658 2003-07-15 [alfons] 0.9.3claws7
661 make correct menu items sensitive
663 2003-07-14 [alfons] 0.9.3claws6
666 tune the threader so it will not subject-thread any message
667 without a subject prefix (this will not thread correctly if
668 a parent is delivered after their childs, but it looks
671 2003-07-13 [christoph] 0.9.3claws5
674 group "Add mailbox *..." menu items in submenu
676 2003-07-13 [alfons] 0.9.3claws4
679 correct summary_toggle_pressed() signature and make sure
680 signal is not passed on
682 2003-07-13 [alfons] 0.9.3claws3
685 o for now don't pass on keys when they we're handled by
686 ctree::key_press_event
689 2003-07-13 [alfons] 0.9.3claws2
692 add command line option "--config-dir" to get the current
695 2003-07-12 [alfons] 0.9.3claws1
698 * src/matcher_parser_parse.y
699 * src/prefs_filtering.c
701 add "Lock" filter action to lock messages;
705 * src/prefs_filtering.c
706 re-organize matcher part 9:
707 make action text entries easily extendible;
708 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
709 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
714 update old information and add missing
717 2003-07-12 [paul] 0.9.3claws
719 * 0.9.3claws released
721 2003-07-12 [paul] 0.9.0claws103
726 2003-07-12 [melvin] 0.9.0claws102
729 Fixed bug #215: Show MIME tab for single text/html messages.
731 2003-07-12 [paul] 0.9.0claws101
736 2003-07-12 [paul] 0.9.0claws100
742 update Spanish, Croatian, Polish, Serbian translations.
743 submitted by Ricardo Mones Lastra, Dragan, Witold
744 Wladyslaw Wojciech Wilk, Urke MMI
746 2003-07-12 [melvin] 0.9.0claws99
749 Updated French translations.
751 2003-07-12 [paul] 0.9.0claws98
754 disable 'Lookup' button as it has no effect
756 2003-07-11 [alfons] 0.9.0claws97
759 summary_searchbar_pressed() should return TRUE to signal that
760 event was handled. when returning void, the return value passed
761 to GTK is actually random, but maybe FALSE, in which case the
762 event is handled by parent
764 2003-07-10 [paul] 0.9.0claws96
766 * ac/missing/gettext.m4
767 update to version 0.12
769 2003-07-10 [paul] 0.9.0claws95
771 * src/plugins/clamav/clamav_plugin.c
772 fix bug where multipart/alternative messages
773 would slip through without being scanned
775 2003-07-10 [christoph] 0.9.0claws94
778 correct check if folder supports removing when a message is
779 moved. if not the message is only copied.
781 (closes Bug 132 crash on startup in newsgroups folders)
783 2003-07-09 [alfons] 0.9.0claws93
787 --with-config-dir (default .sylpheed)
789 2003-07-09 [christoph] 0.9.0claws92
792 use PKG_CHECK_MODULES to check for gtkmathview
793 (version 0.4.2 now required)
795 2003-07-08 [melvin] 0.9.0claws91
798 Implemented a progress bar that counts the number of completed
799 tasks when the action runs more than one command.
801 2003-07-08 [alfons] 0.9.0claws90
804 if queued message has an invalid Message-Id, don't try to
805 find message it refers to (fixes #209 "crash when processing
808 2003-07-08 [paul] 0.9.0claws89
810 * sync with 0.9.3cvs2
811 see ChangeLog 2003-07-08
813 2003-07-08 [match] 0.9.0claws88
816 extend LDAP search for first/last name by parsing search term.
818 2003-07-08 [alfons] 0.9.0claws87
821 fix bug #208 "Status message stuck when sending on POP3 account"
823 2003-07-07 [paul] 0.9.0claws86
826 new Croatian translation, submitted by
827 Dragan <drleskov@inet.hr>
829 2003-07-07 [paul] 0.9.0claws85
831 * sync with 0.9.3cvs1
832 see ChangeLog 2003-07-07
834 2003-07-05 [christoph] 0.9.0claws84
839 * src/stock_pixmap.[ch]
840 * src/pixmaps/messageview_text.xpm ** NEW **
841 move mimeview tabs to the right side and use icons
842 instead of text to save some space
844 (patch by Luke Plant <lukeplant@softhome.net>)
846 2003-07-05 [christoph] 0.9.0claws83
849 add NULL pointer checks
851 (patch by Luke Plant <lukeplant@softhome.net>)
852 (closes Bug 204 0.9.0 quits on authentication error?!)
854 2003-07-05 [alfons] 0.9.0claws82
857 take the clue in bug #202 "./configure script -
858 'if test' comparison failure" reported by John Kristoff.
860 2003-07-04 [christoph] 0.9.0claws81
862 * src/plugins/spamassassin/spamassassin.c
863 set timeout for spam check
865 2003-07-04 [christoph] 0.9.0claws80
868 destroy all FolderItems when shutting down to
869 allow folders to clean up
871 2003-07-04 [melvin] 0.9.0claws79
873 * src/gtk/gtkaspell.c
874 Fixed bug #184 "Entering non-ascii character deletes
875 previous char if spell checking enabled": this makes
876 the spell checking in multibytes (e.g. UTF-8)locales work.
877 (Patch by Luke Plant).
879 2003-07-04 [christoph] 0.9.0claws78
881 * sync with 0.9.2cvs1
882 see ChangeLog 2003-06-10
884 2003-07-04 [paul] 0.9.0claws77
886 * sync with 0.9.3 release
887 see ChangeLog 2003-07-04
889 2003-07-03 [christoph] 0.9.0claws76
896 move folder_item_get_path() stuff into a folder virtual function
899 use folder_item_fetch_msg() to get message and do not contruct
900 the filename from path and number
902 2003-07-03 [paul] 0.9.0claws75
904 * sync with 0.9.2cvs12
905 see ChangeLog 2003-07-03
907 2003-07-02 [paul] 0.9.0claws74
910 fix text-selection for replying
912 2003-07-02 [paul] 0.9.0claws73
914 * sync with 0.9.2cvs11
915 see ChangeLog 2003-07-02
917 2003-07-02 [paul] 0.9.0claws72
920 revert last commit because it breaks more
923 2003-07-02 [paul] 0.9.0claws71
926 fix thread by subject/sort by date
928 2003-07-01 [paul] 0.9.0claws70
930 * sync with 0.9.2cvs10
931 see ChangeLog 2003-07-01
933 2003-06-30 [paul] 0.9.0claws69
935 * sync with 0.9.2cvs9
936 see ChangeLog 2003-06-30
938 2003-06-28 [match] 0.9.0claws68
943 2003-06-27 [paul] 0.9.0claws67
945 * sync with 0.9.2cvs7
946 see ChangeLog 2003-06-27
948 2003-06-26 [christoph] 0.9.0claws66
951 freeze folder updates while a folder is scanned
953 (closes Bug 185 New message counter)
955 2003-06-26 [darko] 0.9.0claws65
958 fix infinite loop when adding a new LDAP server
960 2003-06-26 [paul] 0.9.0claws64
962 * sync with 0.9.2cvs6
963 see ChangeLog 2003-06-26
965 2003-06-26 [paul] 0.9.0claws63
967 * sync with 0.9.2cvs5
968 see ChangeLog 2003-06-25 and 2003-06-26
970 2003-06-25 [match] 0.9.0claws62
973 Fixed tab/backtab for dropped-down completion list to
974 move next/previous field. (close bug 147)
976 2003-06-25 [christoph] 0.9.0claws61
978 * src/addr_compl.[ch]
987 2003-06-25 [leandro] 0.9.0claws60
991 o gray out "Message/Remove references" menu item if not
992 replying to a message
994 2003-06-24 [leandro] 0.9.0claws59
997 o removed "Message/Create new thread" menu item
998 o added "Message/Remove references" menu item
999 (it's off by default and will not check anymore
1000 if the subject changed)
1002 2003-06-23 [alfons] 0.9.0claws58
1005 try better grouping messages threaded by subject based on their age.
1006 still not perfect - because the message tree is not sorted by date.
1008 2003-06-23 [thorsten] 0.9.0claws57
1011 added mail_receive_hook to allow modifications
1012 directly after retrieval (e.g. adding headers).
1014 2003-06-23 [paul] 0.9.0claws56
1016 * src/sourcewindow.c
1017 enable the use of Ctrl+A to select all text in
1019 Patch submitted by Ivan Francolin Martinez
1020 <ivanfm@users.sourceforge.net>
1022 2003-06-22 [christoph] 0.9.0claws55
1025 o add notification hook for folder tree changes
1026 o invoke hooks after folder tree scanning
1028 * src/folderview.[ch]
1029 register hook for folder tree changes that
1032 (there are more places that should be updated, like add, remove
1035 (closes Bug 164 Crash on rebuild folder tree)
1036 (closes Bug 190 Crash on 'rebuilding folder tree')
1038 2003-06-21 [leandro] 0.9.0claws54
1041 create a new thread if subject changes
1042 (it's on by default, can be disabled in Message menu)
1044 2003-06-21 [alfons] 0.9.0claws53
1047 quiet little compiler
1049 2003-06-21 [christoph] 0.9.0claws52
1051 update gettext stuff to version 0.12
1053 2003-06-19 [alfons] 0.9.0claws51
1056 * src/common/plugin.c
1057 move defs.h before glib.h to prevent MIN/MAX redefs
1064 2003-06-19 [match] 0.9.0claws50
1066 * src/addressbook.[ch]
1067 * src/addrindex.[ch]
1068 * src/addr_compl.[ch]
1070 * src/editldap_basedn.[ch]
1073 re-implemented dynamic LDAP search. works without
1074 slowdown on display sender with addressbook
1079 2003-06-19 [paul] 0.9.0claws49
1082 fix Bug #136 'Nonprovided quotation marks crash claws'
1083 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1085 2003-06-19 [alfons] 0.9.0claws48
1087 * src/prefs_common.[ch]
1089 restrict threading by subject by checking thread for
1090 age (prefs_common.thread_by_subject_max_age)
1092 2003-06-18 [christoph] 0.9.0claws47
1095 fix memory leak in imap_cmd_fetch()
1097 2003-06-18 [christoph] 0.9.0claws46
1100 fix memory leak in prefs_set_default() when used multiple
1101 times or after prefs have been read
1103 2003-06-18 [christoph] 0.9.0claws45
1105 * src/common/plugin.c
1106 fix memory leak in plugin_unload()
1108 2003-06-18 [christoph] 0.9.0claws44
1111 fix memory leak in imap_cmd_ok()
1113 2003-06-18 [christoph] 0.9.0claws43
1116 stop messages that are downloaded from POP3 and added to
1117 an IMAP inbox from being filtered twice (first by POP3
1118 and again when IMAP folder is scaned to get the UID of
1119 the APPEND operation when no UIDPLUS is available)
1128 * tools/launch_phoenix ** REMOVED **
1129 tools/launch_firebird ** NEW **
1130 renamed and edited to reflect the browser's name change from
1131 'phoenix' to 'firebird'
1133 2003-06-18 [paul] 0.9.0claws42
1135 * sync with 0.9.2cvs2
1136 see ChangeLog 2003-06-16
1138 2003-06-17 [alfons] 0.9.0claws41
1141 prevent threading problems when a node is an ancestor (parent / great parent),
1142 which mostly happens with circular references (thanks to Phillipe Gramoullé
1143 for finding an sample set of messages)
1145 2003-06-16 [christoph] 0.9.0claws40
1148 don't popup main window on --receive or --receive-all
1150 * src/mainwindow.[ch]
1151 * src/plugins/trayicon/trayicon.c
1152 allow hiding of main window by clicking on the trayicon
1153 (doesn't work correctly in seperate window mode and may
1154 cause unexpected GTK problems I couldn't find yet)
1157 remove incorrect warning
1159 2003-06-15 [alfons] 0.9.0claws39
1161 * src/gtk/gtkstext.c
1162 don't output debug text;
1163 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1164 for pointing this out);
1166 2003-06-14 [alfons] 0.9.0claws38
1169 remove printf() and make one if..else comply with coding style
1171 2003-06-14 [alfons] 0.9.0claws37
1176 * src/messageview.[ch]
1178 apply patch #754162 "Quoting messages filtered by actions" submitted
1179 by Martin Wicke, which allows quoting message body changed by an
1182 2003-06-13 [alfons] 0.9.0claws36
1185 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1186 use case insensitive regexp (suggested by Ivan Martinez)
1188 2003-06-13 [christoph] 0.9.0claws35
1191 * src/plugins/trayicon/Makefile.am
1192 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1193 * src/plugins/trayicon/trayicon.c
1194 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1195 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1196 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1197 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1198 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1199 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1200 replace my own EggTrayIcon backport with the backport
1201 used by (l|x)mule and gabber.
1203 2003-06-13 [alfons] 0.9.0claws34
1206 * src/common/utils.c
1207 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1209 2003-06-13 [alfons] 0.9.0claws33
1212 clean up a little bit
1214 2003-06-12 [alfons] 0.9.0claws32
1217 const correctness fix
1219 * src/common/sylpheed.[ch]
1221 prevent redef MIN/MAX
1223 * src/common/utils.[ch]
1226 2003-06-12 [melvin] 0.9.0claws31
1229 Updated to take into accounts changes in GtkAspell.
1231 2003-06-12 [alfons] 0.9.0claws30
1235 * src/common/utils.[ch]
1236 handle reply subject prefixes better (initial
1237 suggestion by Robert Story adapted and enhanced
1240 2003-06-12 [melvin] 0.9.0claws29
1243 Use new gtkaspell_checkers_strerror() to get the speller's
1244 error message instead of accessing the (now private)
1249 Use #ifdef instead of #if for USE_ASPELL
1250 Use the new spell checkers init/quit functions
1252 * src/gtk/gtkaspell.c
1253 Use #ifdef instead of #if for USE_ASPELL
1254 Moved in the majority of GtkAspell structures that were
1255 exported before by gtkaspell.h
1257 * src/gtk/gktaspell.h
1258 Made gtkaspell.h contain only the necessary data to be
1259 publicized by moving many structures to gtkaspell.c.
1260 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1261 gtkaspell_checkers_new(): replaced by...
1262 gtkaspell_checkers_init(): new function for initialization
1263 gtkaspell_checkers_delete(): replaced by...
1264 gtkaspell_checkers_quit(): new function
1265 gtkaspell_checkers_strerror(): new function that returns
1266 the checker's last error message.
1268 2003-06-11 [melvin] 0.9.0claws28
1271 Updated to take into account gtkaspell.c migration to
1272 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1274 2003-06-10 [alfons] 0.9.0claws27
1276 * src/filtering.[ch]
1280 - try fixing bug #18 (any brave testers?)
1281 - add more robustness by refusing previously
1282 unchecked NULL pointers
1284 2003-06-10 [alfons] 0.9.0claws26
1287 fix bug #176 by don't checking MsgInfos with a NULL msgid
1289 2003-06-09 [alfons] 0.9.0claws25
1291 * src/prefs_common.c
1292 fix bug #163 "Icon switching doesnt work properly" by
1293 preventing early freeing of prefs_common.pixmap_theme_path.
1295 2003-06-09 [christoph] 0.9.0claws24
1297 * src/gtk/gtkaspell.c
1298 revert Thorsten's fix and add forgotten g_strdup for
1299 aspell path (it should not be possible to alter the path a
1300 GtkASpell uses from outside)
1302 2003-06-09 [thorsten] 0.9.0claws23
1304 * src/gtk/gtkaspell.c
1305 dont free prefs_common.aspell_path when closing compose
1307 2003-06-08 [colin] 0.9.0claws22
1309 * src/plugins/spamassassin/spamassassin.c
1312 2003-06-07 [christoph] 0.9.0claws21
1316 * src/gtkaspell.[ch] ** REMOVE **
1317 * src/gtk/Makefile.am
1318 * src/gtk/gtkaspell.[ch] ** NEW **
1319 o make gtkaspell independent from sylpheed's prefs
1320 o move gtkaspell.[ch] to gtk directory
1322 2003-06-07 [christoph] 0.9.0claws20
1327 * src/filesel.[ch] ** REMOVE **
1330 * src/common/sylpheed.[ch]
1331 * src/gtk/Makefile.am
1332 * src/gtk/filesel.[ch] ** NEW **
1333 * src/gtk/pluginwindow.c
1334 * src/gtk/sslcertwindow.c
1335 move filesel.[ch] to gtk directory
1337 2003-06-07 [alfons] 0.9.0claws19
1340 make (multi) file selection dialog work again (Claws-only)
1342 2003-06-07 [thorsten] 0.9.0claws18
1347 2003-06-07 [alfons] 0.9.0claws17
1351 detect apache mishap in which case don't include fnmatch.h
1352 if regex.h is already included
1354 2003-06-06 [christoph] 0.9.0claws16
1358 add check for fnmatch.h and include it when available
1361 fix wrong case sensitivity of Content-Types
1363 * src/gtk/Makefile.am
1364 need the same include paths in gtk directory as in
1365 common directory because .h files in common can
1366 include files from these directories, when included
1367 in gtk's .h or .c files
1369 2003-06-06 [alfons] 0.9.0claws15
1373 make it compile again because of regex.h / fnmatch.h
1374 include problems (related to recent mime stuff, can
1375 someone check this?)
1377 2003-06-06 [thorsten] 0.9.0claws14
1380 possible use of uninitialized pointer while dragging
1382 2003-06-06 [paul] 0.9.0claws13
1385 fix bug where the insert sig button would be effective
1386 only when auto_sig was set
1388 2003-06-06 [paul] 0.9.0claws12
1390 * sync with 0.9.2 release
1392 2003-06-02 [paul] 0.9.0claws11
1394 * sync with 0.9.1cvs1
1395 see ChangeLog 2003-06-02
1400 2003-06-01 [christoph] 0.9.0claws10
1403 don't use substring search to find accounts by email address
1405 (closes Bug 169 Overly loose matching of "From" address)
1407 2003-05-31 [christoph] 0.9.0claws9
1409 * doc-src/rfc2683.txt
1411 limit IMAP command length as recommended in RFC2683
1412 (message number lists will be split into multiple imap
1413 sets, the limit of 1000 octets is not a hard limit)
1415 (closes Bug 161 sylpheed-claws exits with segfault when logging
1416 in to certain imap-servers)
1418 2003-05-29 [alfons] 0.9.0claws8
1421 add print button (calling summary_print());
1422 fine tune setting tooltip text;
1423 (if someone needs other buttons, please take these
1424 commits as a guide, instead of bothering us - also
1427 2003-05-29 [darko] 0.9.0claws7
1430 fix crash when word wrapping kicks in due to
1431 changed text by spell checker
1433 2003-05-29 [paul] 0.9.0claws6
1436 fix bug where changing account would insert
1437 sig even if auto_sig was FALSE
1442 sync with 0.9.1 release
1444 2003-05-28 [christoph] 0.9.0claws5
1447 fix truncation of too long commands
1449 (closes Bug 167 IMAP hangs trying to get envelope
1450 information in imap_get_uncached_messages)
1452 2003-05-27 [paul] 0.9.0claws4
1455 tools/maildir2sylpheed.pl ** NEW FILE **
1456 add kmail to sylpheed mailbox conversion script
1458 2003-05-27 [paul] 0.9.0claws3
1460 * sync with 0.9.0cvs10
1461 see ChangeLog 2003-05-26
1463 2003-05-26 [paul] 0.9.0claws2
1465 * sync with 0.9.0cvs9
1466 see ChangeLog 2003-05-26
1468 2003-05-24 [paul] 0.9.0claws1
1470 * sync with 0.9.0cvs8
1471 see ChangeLog 2003-05-23
1473 2003-05-24 [paul] 0.9.0claws
1475 * version 0.9.0claws released
1477 2003-05-24 [paul] 0.8.11claws177
1479 * src/plugins/dillo-viewer/Makefile.am
1480 src/plugins/traycon/Makefile.am
1490 update Bulgarian, British English, Spanish, Italian,
1491 Brazilian Portuguese, Russian, and Serbian translations,
1492 submitted by George Danchev, [me], Ricardo Mones Lastra,
1493 André Filipe de Assunção e Brito, Alessandro Maestri,
1494 Ruslan N. Balkin, and Urke MMI
1496 2003-05-23 [melvin] 0.8.11claws176
1499 Updated French translations
1501 2003-05-22 [paul] 0.8.11claws175
1512 src/editldap_basedn.c
1516 revert to get ldap into it previous working state
1519 new Taiwanese translation,
1520 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1522 2003-05-22 [christoph] 0.8.11claws174
1524 * src/plugins/spamassassin/libspamc.[ch]
1525 sync libspamc with SpamAssaain release 2.55
1527 2003-05-22 [paul] 0.8.11claws173
1529 * sync with 0.9.0cvs7
1530 see ChangeLog 2003-05-22
1533 revert change in 0.8.11claws172: follow
1534 Hiroyuki's decision and that's the end of it.
1536 2003-05-21 [paul] 0.8.11claws172
1539 fix discrepency between open_unread_on_enter
1542 2003-05-21 [paul] 0.8.11claws171
1544 * sync with 0.9.0cvs6
1545 see ChangeLog 2003-05-21
1547 2003-05-21 [paul] 0.8.11claws170
1549 * sync with 0.9.0cvs5
1550 see ChangeLog 2003-05-21
1552 2003-05-20 [paul] 0.8.11claws169
1554 * sync with 0.9.0cvs4
1555 see ChangeLog 2003-05-20
1556 fixes bug #152, 'encoding of IMAP folders names'
1558 2003-05-20 [paul] 0.8.11claws168
1560 * sync with 0.9.0cvs3
1561 see ChangeLog 2003-05-20
1563 * src/tools/convert_mbox.pl
1564 minor change in the comments, submitted by Fred Marton
1566 2003-05-19 [paul] 0.8.11claws167
1568 * src/plugins/clamav/Makefile.am
1570 link clamav_lib to the plugin and not to the main program
1572 2003-05-19 [christoph]
1575 add -export-dynamic for linking
1577 2003-05-19 [paul] 0.8.11claws166
1579 * sync with 0.9.0cvs1
1580 see ChangeLog 2003-05-19
1582 2003-05-19 [paul] 0.8.11claws165
1585 fix 'pop before smtp' timeout
1587 2003-05-18 [alfons] 0.8.11claws164
1589 * src/prefs_matcher.c
1590 put "execute" action command line ("expression") in edit box
1592 2003-05-18 [christoph] 0.8.11claws163
1595 * src/plugins/dillo_viewer/dillo_viewer.c
1596 * src/plugins/image_viewer/viewer.c
1597 * src/plugins/mathml_viewer/mathml_viewer.c
1598 let a viewer have a list of Content-Types
1600 2003-05-18 [paul] 0.8.11claws162
1602 * src/prefs_filtering.c
1603 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1604 and REDIRECT actions
1606 2003-05-17 [christoph]
1609 o remove dynamic signatures that was syned with main
1610 o add infos about no longer "build in" image viewer
1611 o update bugtracker URL
1613 2003-05-17 [christoph] 0.8.11claws161
1618 don't use imap_scan_folder anymore. Instead call folder_item_scan
1619 for every folder after rebuilding the folder tree.
1621 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1624 2003-05-17 [christoph] 0.8.11claws160
1627 don't use STATUS command on current folder to check for
1628 content changes. imap_cmd_ok() now tracks changes to
1629 folder and number of existing messages.
1631 2003-05-17 [paul] 0.8.11claws159
1633 * src/plugins/clamav/clamav_plugin.c
1634 remove unnecessary debug_print
1636 2003-05-16 [thorsten] 0.8.11claws158
1638 * src/plugins/demo.c
1639 included missing intl.h
1641 2003-05-16 [paul] 0.8.11claws157
1644 remove non-existant entries
1646 * src/plugins/clamav/clamav_plugin.c
1647 src/plugins/clamav/clamav_plugin_gtk.c
1648 src/plugins/dillo_viewer/dillo_prefs.c
1649 src/plugins/dillo_viewer/dillo_viewer.c
1652 2003-05-16 [christoph] 0.8.11claws156
1655 include plugin .c files for translation until I
1656 find a better solution to have plugins have their
1658 * src/plugins/demo/demo.c
1659 * src/plugins/image_viewer/plugin.c
1660 * src/plugins/mathml_viewer/mathml_viewer.c
1661 * src/plugins/spamassassin/spamassassin.c
1662 * src/plugins/spamassassin/spamassassin_gtk.c
1663 * src/plugins/trayicon/trayicon.c
1664 add gettext macros for plugin name and description
1670 2003-05-16 [paul] 0.8.11claws155
1672 * sync with lastest 0.9.0pre1
1673 see ChangeLog 2003-05-16
1675 2003-05-15 [paul] 0.8.11claws154
1677 * sync with latest 0.9.0pre1
1678 see ChangeLog 2003-05-14 and 2003-05-15
1680 2003-05-14 [christoph] 0.8.11claws153
1682 * src/plugins/image_viewer/viewer.c
1683 * src/plugins/image_viewer/viewer.glade ** NEW **
1684 * src/plugins/image_viewer/viewerprefs.c
1685 make it possible to disable the autoload function in the
1688 2003-05-14 [christoph] 0.8.11claws152
1691 fix folder update after adding a message
1693 2003-05-13 [alfons] 0.8.11claws151
1695 * src/common/session.c
1698 * src/addrcache.[ch]
1699 * src/filtering.[ch]
1701 * src/gtkaspell.[ch]
1703 * src/mbox_folder.[ch]
1708 * src/passphrase.[ch]
1709 * src/prefs_common.[ch]
1710 * src/prefs_gtk.[ch]
1713 be pedantic; (in prototypes () implies (int))
1715 2003-05-13 [alfons] 0.8.11claws150
1717 * src/prefs_toolbar.[ch]
1718 * src/summaryview.[ch]
1720 change misleading text in toolbar prefs;
1721 add toolbar action for ignore thread (toggles ignore thread flag);
1722 clean up a little bit;
1726 * tools/convert_mbox.pl
1727 bug fixed by Fred Marton
1731 * sync with 0.9.0pre1
1733 2003-05-09 [paul] 0.8.11claws149
1735 * sync with 0.8.11cvs43
1736 see ChangeLog 2003-05-09
1738 2003-05-08 [christoph] 0.8.11claws148
1741 o use CAPABILIY as first command and check for PREAUTH
1742 information in the response to it
1743 o rewrite all imap_cmd_* functions to use an IMAPSession
1744 instead of a SockInfo as parameter
1745 o do STARTTLS after fetching and checking the server
1748 2003-05-08 [paul] 0.8.11claws147
1752 tools/convert_mbox.pl ** NEW FILE **
1753 add mbox conversion script. Submitted by
1754 Fred Marton <Fred.Marton@uni-bayreuth.de>
1756 2003-05-07 [christoph]
1759 * src/gtk/pluginwindow.glade
1760 * src/plugins/image_viewer/viewerprefs.glade
1761 * src/plugins/spamassassin/spamassassin_gtk.glade
1762 add glade files for user interfaces and a description how
1763 to use glade to create the sylpheed code
1765 2003-05-07 [paul] 0.8.11claws146
1767 * sync with 0.8.11cvs41
1768 see ChangeLog 2003-05-07
1770 2003-05-06 [christoph] 0.8.11claws145
1773 * src/plugins/image_viewer/viewer.c
1774 fix usage of imlib in imageviewer plugin
1776 * src/gtk/prefswindow.c
1777 handle window close event correctly
1779 2003-05-06 [paul] 0.8.11claws144
1782 fix typo introduced in sync
1784 2003-05-06 [paul] 0.8.11claws143
1786 * sync with 0.8.11cvs39
1787 see ChangeLog 2003-05-06
1789 2003-05-06 [paul] 0.8.11claws142
1793 updated Czech translation, submitted by
1794 Radek Vybiral <Radek.Vybiral@vsb.cz>
1796 * src/plugins/clamav/clamav_plugin_gtk.c
1799 2003-05-03 [alfons] 0.8.11claws141
1802 make paste as quotation work even when the call to
1803 text_inserted() was deferred (fixes bug #140 "Paste
1804 as quotation does not work when using "external"
1807 2003-05-03 [thorsten] 0.8.11claws140
1812 removed C++ comments
1814 function with non-int retval/param used before
1815 implementation/declaration
1817 2003-05-02 [paul] 0.8.11claws139
1819 * src/addr_compl.[ch]
1820 src/addressbook.[ch]
1823 revert match's changes to (finally) remove the bug where
1824 opening a folder causes massive slowdown when using the
1825 'Display sender using address book' option
1827 2003-05-01 [melvin] 0.8.11claws138
1829 * src/plugins/dillo_viewer/dillo_prefs.[ch]
1830 * src/plugins/dillo_viewer/dillo_viewer.c
1831 Fixed bug where "Cancel" button from prefs issued
1833 Comply a little more to coding style
1835 2003-05-01 [paul] 0.8.11claws137
1837 * sync with 0.8.11cvs38
1838 see ChangeLog 2003-05-01
1840 2003-05-01 [paul] 0.8.11claws136
1843 updated by George Danchev
1845 2003-04-30 [christoph] 0.8.11claws135
1847 * src/plugins/dillo_viewer/dillo_prefs.c
1848 * src/plugins/image_viewer/viewerprefs.c
1849 * src/plugins/spamassassin/spamassassin_gtk.c
1850 remove gtk_widget_ref() calls for widgets in
1853 2003-04-30 [paul] 0.8.11claws134
1856 ok, this time a better fix for the bug where opening folder
1857 has massive slowdown when using the 'Display sender using
1858 address book' option
1860 2003-04-30 [paul] 0.8.11claws133
1863 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1865 2003-04-30 [melvin] 0.8.11claws132
1867 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1869 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1870 Preferences for the dillo plugin
1871 * src/plugins/dillo_viewer/dillo_viewer.c
1872 Support for preferences
1873 * src/plugins/dillo_viewer/Makefile.am
1874 Added dillo_prefs.[ch]
1876 2003-04-30 [alfons] 0.8.11claws131
1878 * src/common/plugin.[ch]
1879 see? this ANSI C'fication immediately gives us type
1882 2003-04-30 [alfons] 0.8.11claws130
1884 * src/common/plugin.[ch]
1885 * src/plugins/clamav/clamav_plugin.[ch]
1886 * src/plugins/clamav/clamav_plugin_gtk.c
1887 * src/plugins/demo/demo.c
1888 * src/plugins/dillo_viewer/dillo_viewer.c
1889 * src/plugins/image_viewer/plugin.c
1890 * src/plugins/image_viewer/viewer.[ch]
1891 * src/plugins/image_viewer/viewerprefs.[ch]
1892 * src/plugins/mathml_viewer/mathml_viewer.c
1893 * src/plugins/spamassassin/spamassassin.[ch]
1894 * src/plugins/spamassassin/spamassassin_gtk.c
1895 * src/plugins/trayicon/trayicon.c
1898 2003-04-30 [alfons] 0.8.11claws129
1900 * src/common/utils.c
1901 make is_ascii_str() fail gracefully when NULL pointer
1904 2003-04-30 [paul] 0.8.11claws128
1907 fix bug where opening folder has massive slowdown when
1908 using the 'Display sender using address book' option
1910 2003-04-30 [paul] 0.8.11claws127
1912 * src/plugins/clamav/clamav_plugin.c
1913 src/plugins/clamav/clamav_plugin_gtk.c
1914 src/plugins/demo/demo.c
1915 src/plugins/dillo_viewer/dillo_viewer.c
1916 src/plugins/image_viewer/plugin.c
1917 src/plugins/mathml_viewer/mathml_viewer.c
1918 src/plugins/spamassassin/spamassassin.c
1919 src/plugins/spamassassin/spamassassin_gtk.c
1920 src/plugins/trayicon/trayicon.c
1921 get rid of eye-hurting function signatures
1923 2003-04-30 [paul] 0.8.11claws126
1925 * src/plugins/trayicon/trayicon.c
1931 2003-04-30 [paul] 0.8.11claws125
1934 arrange the plugins in reverse alphabetical order
1936 * src/plugins/clamav/clamav_plugin.[ch]
1937 src/plugins/clamav/clamav_plugin_gtk.c
1939 resize max_size window
1940 re-arrange the order of some gui elements
1941 improve descriptions
1943 * src/plugins/image_viewer/plugin.c
1944 src/plugins/mathml_viewer/mathml_viewer.c
1947 * src/plugins/spamassassin/spamassassin_gtk.c
1948 resize max_size window
1949 re-arrange the order of some gui elements
1955 2003-04-30 [alfons] 0.8.11claws124
1958 fix a leak found while browsing Martin Kluge's
1959 valgrind log (Claws only)
1961 2003-04-29 [darko] 0.8.11claws123
1963 * src/gtk/gtkstext.h
1964 include wchar.h if it is available, fixes compilation
1967 2003-04-29 [melvin] 0.8.11claws122
1969 * src/prefs_actions.c
1970 Improved help text of Actions' syntax
1972 2003-04-28 [paul] 0.8.11claws121
1975 a better fix for the crash when performing an action
1978 2003-04-28 [paul] 0.8.11claws120
1981 fix crash when performing an action on a
1984 2003-04-28 [paul] 0.8.11claws119
1986 * sync with 0.8.11cvs36
1987 see ChangeLog 2003-04-28
1989 2003-04-27 [paul] 0.8.11claws118
1991 * more sync with 0.8.11cvs35
1992 see ChangeLog 2003-04-25
1994 2003-04-26 [christoph] 0.8.11claws117
1997 fix remove virtual check
1999 2003-04-26 [paul] 0.8.11claws116
2002 fix return-receipt, make it work again
2004 2003-04-26 [paul] 0.8.11claws115
2007 restore double-clicking of the [application/pgp-signature
2008 (Select "Check signature" to check)] line in the message view,
2009 broken in recent sync
2011 2003-04-26 [christoph] 0.8.11claws114
2014 check if remove virtual really exists before
2015 calling the function
2017 2003-04-25 [match] 0.8.11claws113
2021 * src/ldapquery.[ch]
2024 * src/ldapserver.[ch]
2025 fix memleak. fix segfault.
2026 plug a Claws memleak
2028 2003-04-25 [alfons] 0.8.11claws112
2031 plug a Claws memleak
2033 2003-04-25 [alfons] 0.8.11claws111
2035 * src/common/session.c
2038 2003-04-25 [paul] 0.8.11claws110
2040 * sync with 0.8.11cvs35
2041 see ChangeLog 2003-04-24 and 2003-04-25
2043 * src/gtk/pluginwindow.c
2044 correct another strange float value
2046 2003-04-24 [christoph] 0.8.11claws109
2049 freeze folder item updates when unsetting new flags
2051 * src/gtk/pluginwindow.c
2052 correct strange float value
2054 2003-04-23 [paul] 0.8.11claws108
2056 * sync with 0.8.11cvs33
2057 see ChangeLog 2003-04-23
2059 2003-04-22 [paul] 0.8.11claws107
2064 src/pgptext.[ch] ** REMOVED **
2065 remove pgptext.[ch] as its not used any more
2067 2003-04-22 [paul] 0.8.11claws106
2069 * sync with 0.8.11cvs31
2070 see ChangeLog 2003-04-21 and 2003-04-22
2072 2003-04-21 [alfons] 0.8.11claws105
2075 No access to GTK structures if we're a spawned child
2076 (and clean up code a little bit...) Should fix #126.
2078 2003-04-21 [melvin] 0.8.11claws104
2080 * src/plugins/dillo_viewer/README
2081 Improved slightly the text.
2083 2003-04-21 [melvin] 0.8.11claws103
2085 * src/plugins/dillo_viewer/README *** NEW ***
2086 Added a README file for the Dillo plugin
2091 tools/outlook2sylpheed.pl
2092 updated and improved by Ricardo Mones Lastra
2094 2003-04-18 [oliver] 0.8.11claws102
2097 * src/prefs_account.h
2098 remove Pop3SessionType (used by selective download)
2099 * src/prefs_toolbar.c
2100 enable set Default Toolbar button
2102 2003-04-18 [paul] 0.8.11claws101
2104 * sync with 0.8.11cvs29
2105 see ChangeLog 2003-04-18
2107 2003-04-17 [paul] 0.8.11claws100
2109 * src/prefs_common.[ch]
2111 remove 'Open next message on deletion' option,
2112 as the same effect can now be achieved via the
2113 'Always open messages in summary when selected'
2116 2003-04-17 [paul] 0.8.11claws99
2118 * sync with 0.8.11cvs28
2119 see ChangeLog 2003-04-17
2121 2003-04-17 [christoph] 0.8.11claws98
2123 * ac/spamassassin.m4
2124 * src/plugins/spamassassin/libspamc.[ch]
2125 * src/plugins/spamassassin/utils.[ch]
2126 sync libspamc with SpamAssassin project
2128 2003-04-17 [christoph] 0.8.11claws97
2130 * src/common/socket.h
2131 * src/gtk/sslcertwindow.h
2132 rename old USE_SSL to USE_OPENSSL
2134 2003-04-17 [paul] 0.8.11claws96
2136 * src/prefs_common.h
2137 use gulong for P_COLOR so that it compiles/runs on
2138 64-bit systems. Patch submitted by James Noyes
2139 <jnoyes-claws@retrogeeks.com>
2144 2003-04-17 [paul] 0.8.11claws95
2146 * sync with 0.8.11cvs27
2147 see ChangeLog 2003-04-16
2149 2003-04-15 [paul] 0.8.11claws94
2151 * src/prefs_common.[ch]
2152 rearrange to stop the window getting too long:
2153 move Receive dialog stuff to Receive tab
2154 move Send dialog to Send tab
2155 remove Dialogs frame
2156 rename 'Open messages in summary with cursor keys' to
2157 'Always open messages in summary when selected', as its
2160 2003-04-15 [paul] 0.8.11claws93
2162 * src/prefs_common.[ch]
2164 add new option '/Interface/Open next message on deletion'
2166 2003-04-15 [paul] 0.8.11claws92
2168 * src/summaryview.[ch]
2169 add /Mark/Lock and /Mark/Unlock to the pop-up
2170 menu. Patch submitted by Ivan Francolin Martinez
2171 <ivanfm@users.sourceforge.net>
2173 2003-04-15 [paul] 0.8.11claws91
2175 * sync with 0.8.11cvs24
2176 see ChangeLog 2003-04-15
2178 2003-04-14 [jens] 0.8.11claws90
2180 * updated German translation and some corrections from
2181 Roland Bless <bless@tm.uka.de>
2183 2003-04-14 [paul] 0.8.11claws89
2185 * sync with 0.8.11cvs22
2186 see ChangeLog 2003-04-14
2188 2003-04-13 [paul] 0.8.11claws88
2190 * src/plugins/clamav/clamav_plugin.c
2194 2003-04-12 [paul] 0.8.11claws87
2196 * src/plugins/clamav/clamav_plugin.c
2197 activate enable/disable archive scanning option
2199 * src/plugins/clamav/.cvsignore ** NEW FILE **
2201 2003-04-12 [paul] 0.8.11claws86
2203 * src/plugins/Makefile.am
2204 src/plugins/clamav/Makefile.am ** NEW FILE **
2205 src/plugins/clamav/README ** NEW FILE **
2206 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2207 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2208 add Clam AntiVirus plugin
2210 2003-04-12 [paul] 0.8.11claws85
2212 * sync with 0.8.11cvs21
2213 see ChangeLog 2003-04-11
2215 2003-04-11 [paul] 0.8.11claws84
2218 update Spanish translation. Submitted by Ricardo
2221 2003-04-10 [christoph] 0.8.11claws83
2224 fix typo that did not move unfiltered mails to destination
2227 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2228 when filtering from spool)
2230 2003-04-10 [christoph] 0.8.11claws82
2233 use BODY.PEEK instead of BODY in in message fetch operation
2234 to make sure the IMAP server does not set the \Seen flag for
2235 messages. Sylpheed does that later itself, when the message
2236 is opened in sylpheed
2238 (closes Bug 111 Claws destroys unread marks)
2240 2003-04-09 [oliver] 0.8.11claws81
2243 fix crash in folder_destroy
2245 remove selective download
2247 2003-04-09 [christoph] 0.8.11claws80
2250 fix crash in imap_get_msginfo() when then fetched message
2253 (closes Bug 110 Crash during mail composition)
2255 2003-04-08 [christoph] 0.8.11claws79
2258 * src/prefs_account.c
2259 Filter new messages that are found in an INBOX folder
2260 when 'Filter messages on receiving' is enabled in the
2261 Folder's AccountPrefs. This allows to use Sylpheed's
2262 filtering engine for IMAP folders where messages are
2263 added to the INBOX by a MTA
2265 2003-04-08 [paul] 0.8.11claws78
2268 clean up after last commit
2270 2003-04-08 [paul] 0.8.11claws77
2272 * sync with 0.8.11cvs20
2273 see ChangeLog 2003-04-07 and 2003-04-08
2275 2003-04-07 [christoph] 0.8.11claws76
2277 * src/filtering.[ch]
2281 add procmsg_msginfo_filter() to execute filtering actions
2283 2003-04-06 [christoph] 0.8.11claws75
2286 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2288 2003-04-06 [christoph] 0.8.11claws74
2290 * src/common/utils.[ch]
2291 add g_int_compare() function for slist sorting
2294 fetch all MsgInfos with one command in imap_get_msginfos()
2295 using an imap set with a list of ranges
2298 use new g_int_compare() function
2300 2003-04-06 [thorsten] 0.8.11claws73
2303 corrected implementation of mh_folder_destroy()
2305 2003-04-05 [christoph] 0.8.11claws72
2322 * src/gtk/gtkutils.c
2323 o rename structure field names class and new to klass and
2324 new_msgs, to allow including files in C++
2325 o add 'extern "C"' block to some header files
2326 o add MsgInfoList and MsgNumberList as alias for GSList for
2327 developers to know what type of list is expected
2329 * src/plugins/image_viewer/plugin.c
2330 * src/plugins/image_viewer/viewer.[ch]
2331 * src/plugins/image_viewer/viewerprefs.[ch]
2332 rename function names to prevent conflicts
2334 2003-04-05 [paul] 0.8.11claws71
2336 * sync with 0.8.11cvs18
2337 see ChangeLog 2003-04-03 and 2003-04-04
2339 2003-04-02 [christoph] 0.8.11claws70
2343 * src/mbox_folder.[ch]
2346 o Make all virtual folder functions private
2347 o remove unused folder code
2349 * src/common/socket.[ch]
2353 2003-03-30 [alfons] 0.8.11claws69
2355 * src/send_message.c
2356 remove two debug traces and see if people still report
2359 2003-03-30 [alfons] 0.8.11claws68
2361 * src/send_message.c
2362 * src/commons/session.c
2363 add more debug traces
2365 2003-03-30 [christoph] 0.8.11claws67
2368 change processing folder name from .processing to processing
2371 disable SSL certificate check because it causes Xlib error
2372 when the child process want's to open an GTK window
2374 2003-03-30 [christoph] 0.8.11claws66
2377 don't use default folder for processing folder item because
2378 it can be a non local folder
2380 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2382 2003-03-30 [alfons] 0.8.11claws65
2384 * src/send_message.c
2385 try fixing crashes when sending messages: my gcc 2.95.4 seems
2386 to generate bad code for 'send_send_data_progressive': When
2387 called from 'send_send_data_finished', the 'data' pointer is
2388 cleared just before the assignment to the dialog pointer
2390 2003-03-29 [christoph] 0.8.11claws64
2392 * src/common/prefs.h
2393 * src/plugins/image_viewer/Makefile.am
2394 * src/plugins/image_viewer/plugin.c
2395 * src/plugins/image_viewer/viewer.[ch]
2396 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2397 add PrefsPage for ImageViewer
2399 2003-03-28 [thorsten] 0.8.11claws63
2401 * src/common/session.c
2404 2003-03-28 [paul] 0.8.11claws62
2406 * sync with 0.8.11cvs16
2407 see ChangeLog 2003-03-28
2409 2003-03-28 [paul] 0.8.11claws61
2411 * sync with 0.8.11cvs15
2412 see ChangeLog 2003-03-28
2414 2003-03-27 [christoph] 0.8.11claws60
2418 * src/common/socket.[ch]
2419 set socket state to DISCONNECTED when any operation
2420 fails to allow reconnecting in IMAP code without
2421 checking the return code of all calls to the command
2426 remove some more stuff that depends on specific
2429 2003-03-27 [paul] 0.8.11claws59
2431 * sync with 0.8.11cvs14
2432 see ChangeLog 2003-03-27
2434 * src/selective_download.[ch] ** REMOVED **
2437 2003-03-27 [christoph] 0.8.11claws58
2440 fix handling of tmp_flags in flag copy function
2442 2003-03-27 [paul] 0.8.11claws57
2444 * sync with 0.8.11cvs13
2445 see ChangeLog 2003-03-27
2447 2003-03-27 [oliver] 0.8.11claws56
2450 remove sel_download_cb
2452 2003-03-27 [oliver] 0.8.11claws55
2457 2003-03-26 [oliver] 0.8.11claws54
2462 remove selective donwload readme
2464 2003-03-26 [oliver] 0.8.11claws53
2466 * src/matcher_parser_parse.y
2468 * src/prefs_account.[ch]
2469 * src/prefs_filtering.c
2470 remove selective donwload
2472 2003-03-26 [oliver] 0.8.11claws52
2477 remove selective donwload
2479 2003-03-26 [oliver] 0.8.11claws51
2482 * src/selective_download.[ch] ** REMOVE **
2484 2003-03-26 [christoph] 0.8.11claws50
2487 fix NEWS that got broken by a sync with sylpheed-main
2489 2003-03-26 [christoph] 0.8.11claws49
2492 fix mime type guessing when no mime type is found for a file
2494 2003-03-25 [christoph] 0.8.11claws48
2498 remove mime type guessing from mime parser and use
2499 name based mime types in viewer lookup for mime type
2500 application/octet-stream
2502 2003-03-25 [christoph] 0.8.11claws47
2504 * doc-src/readme.txt
2505 * doc-src/rfc2554.txt
2506 add RFC about SMTP AUTH
2508 * src/send_message.c
2509 * src/common/smtp.[ch]
2510 add extra error code for authentication errors and
2511 clear temporary password when this error occurs
2513 (closes Bug 84 authentication failure while sending should
2514 prompt for password again)
2516 2003-03-25 [christoph] 0.8.11claws46
2520 * src/imageview.[ch] ** REMOVE **
2521 * src/messageview.[ch]
2523 * src/prefs_common.[ch]
2525 * src/plugins/Makefile.am
2526 * src/plugins/image_viewer/.cvsignore ** NEW **
2527 * src/plugins/image_viewer/Makefile.am ** NEW **
2528 * src/plugins/image_viewer/plugin.c ** NEW **
2529 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2530 move image viewer into a plugin (building is enabled by default)
2531 [ToDo: Prefs for resize and autoview]
2533 2003-03-25 [paul] 0.8.11claws45
2535 * sync with 0.8.11cvs12
2536 see ChangeLog 2003-03-26
2538 2003-03-25 [paul] 0.8.11claws44
2540 * sync with 0.8.11cvs11
2541 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2543 Note: Selective Download is broken.
2545 2003-03-22 [christoph] 0.8.11claws43
2548 code cleanup for flags copying
2550 2003-03-22 [christoph] 0.8.11claws42
2552 * src/plugins/trayicon/trayicon.c
2553 fix setting the transparent area when the window size
2554 is forced by the system tray
2556 2003-03-22 [christoph] 0.8.11claws41
2558 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2559 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2560 * src/plugins/trayicon/newmail.xpm ** NEW **
2561 * src/plugins/trayicon/nomail.xpm ** NEW **
2562 * src/plugins/trayicon/trayicon.c
2563 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2564 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2565 o add icon for unread mails
2566 o set transparency for window
2568 2003-03-22 [christoph] 0.8.11claws40
2571 init news session to prevent crash when session is closed
2573 2003-03-22 [christoph] 0.8.11claws39
2576 * src/common/session.[ch]
2577 Init session data to make sure we don't have invalid pointers
2578 for read_ch and write_ch when new multi process sessions are
2582 * src/common/plugin.c
2583 * src/common/sylpheed.c
2584 * src/plugins/demo/demo.c
2585 * src/plugins/dillo_viewer/dillo_viewer.c
2586 * src/plugins/mathml_viewer/mathml_viewer.c
2587 * src/plugins/spamassassin/spamassassin.c
2588 * src/plugins/spamassassin/spamassassin_gtk.c
2589 add plugin types to allow loading plugins at different times
2590 (and maybe for different frontends), because it's not good to
2591 load GTK-Plugins gefore gtk_init was called
2594 * src/plugins/Makefile.am
2595 * src/plugins/trayicon/.cvsignore ** NEW **
2596 * src/plugins/trayicon/Makefile.am ** NEW **
2597 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2598 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2599 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2600 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2601 * src/plugins/trayicon/trayicon.c ** NEW **
2602 New Trayicon plugin that shows an icon in a systray that uses
2603 XEMBED protocol like Gnome's systray. Icon shows if there
2604 are new mails and a tooltip shows information about new,
2605 unread and total messages.
2607 2003-03-22 [paul] 0.8.11claws38
2610 fix ESMTP AUTH CRAM-MD5
2611 [sync with main (still version 0.8.11cvs6), see
2612 ChangeLog 2003-03-22]
2614 2003-03-21 [colin] 0.8.11claws37
2616 * src/send_message.c
2617 Fix USE_SSL => USE_OPENSSL
2619 2003-03-21 [colin] 0.8.11claws36
2622 Fix counts in drag and dropped subfolders
2624 2003-03-21 [colin] 0.8.11claws35
2628 speed up a bit folder dnd
2630 2003-03-20 [alfons] 0.8.11claws34
2635 don't send locked queue messages
2636 (feature request "[ 705245 ] Locking message in outbox
2637 should prevent sending")
2639 2003-03-20 [christoph] 0.8.11claws33
2642 remove NEW and UNREAD flag in special folders when scanning
2645 fix ESMTP AUTH CRAM-MD5
2647 2003-03-20 [paul] 0.8.11claws32
2649 * src/prefs_account.c
2650 Re-write 'Tunnel command to open connection' as
2651 'Use command to communicate with server', and disable
2652 it for all except IMAP accounts
2654 2003-03-20 [paul] 0.8.11claws31
2656 * sync with 0.8.11cvs6
2657 see ChangeLog 2003-03-20
2659 2003-03-19 [match] 0.8.11claws30
2662 include documentation. minor refactoring.
2663 * src/addr_compl.[ch]
2664 * src/addrindex.[ch]
2665 * src/addresbook.[ch]
2667 re-enable address lookup (was disabled in
2670 2003-03-19 [christoph] 0.8.11claws29
2673 add temp flag handling, will make moving and copying
2674 messages possible again
2677 correct calulation of folder stats
2679 2003-03-18 [match] 0.8.11claws28
2682 remove case sensitive comparison (closes bug 80).
2684 2003-03-18 [christoph] 0.8.11claws27
2687 fix imap using a tunnel command
2691 2003-03-18 [christoph] 0.8.11claws26
2696 rewrite flag handling for folders
2698 2003-03-18 [christoph] 0.8.11claws25
2703 unset NEW and UNREAD flags when message is ignored, to make
2704 sure messages don't show up as unread on other IMAP clients,
2705 because the IGNORE_THREAD flag can not be syncronized through
2708 2003-03-17 [christoph] 0.8.11claws24
2711 don't use recursion to fetch uids when the number of messages
2712 does not match. Moved code into subfunction that is used
2713 again when needed, to prevent an endless loop.
2715 2003-03-17 [thorsten] 0.8.11claws23
2717 * src/imageview.[ch]
2718 export imageview_get_resized_size() (for plugins)
2719 * src/prefs_common.[ch]
2720 added prefs_common_get() (for plugins)
2722 2003-03-17 [christoph] 0.8.11claws22
2725 o remove UID guessing from copy code
2726 o support UIDPLUS extension for APPEND command
2728 2003-03-17 [paul] 0.8.11claws21
2731 remove 'Compiled-plugins' section.
2733 * src/plugins/dillo_viewer/dillo_viewer.c
2734 slight change to description text
2736 2003-03-16 [match] 0.8.11claws20
2737 * src/ldapserver.[ch] ** NEW **
2738 * src/ldapctrl.[ch] ** NEW **
2739 * src/ldapquery.[ch] ** NEW **
2740 * src/ldaputil.[ch] ** NEW **
2741 * src/addrcindex.[ch] ** NEW **
2742 * src/addrquery.h ** NEW **
2744 * src/addrcache.[ch]
2745 * src/addrindex.[ch]
2746 * src/addr_compl.[ch]
2747 * src/addressbook.[ch]
2752 * src/editldap_basedn.c
2756 included dynamic LDAP queries. improved address
2759 2003-03-16 [paul] 0.8.11claws19
2761 * tools/multiwebsearch.pl
2764 2003-03-16 [christoph] 0.8.11claws18
2767 * src/plugins/dillo_viewer/dillo_viewer.c
2768 * src/plugins/mathml_viewer/mathml_viewer.c
2769 make unregistering of MimeViewerFactorys possible
2771 2003-03-16 [alfons] 0.8.11claws17
2776 2003-03-16 [melvin] 0.8.11claws16
2778 * src/plugins/dillo_viewer.c
2779 Fixed bug where it was not possible to view more than
2780 one text/html attachment per message (bug discovered
2781 by Christoph Hohmann).
2783 2003-03-15 [melvin] 0.8.11claws15
2785 * src/prefs_actions.c
2786 Fixed compilation warnings.
2788 2003-03-15 [melvin] 0.8.11claws14
2790 * src/plugins/Makefile.am
2791 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2792 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2793 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2794 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2795 newer (http://dillo.auriga.wearlab.de/).
2797 2003-03-15 [christoph] 0.8.11claws13
2800 don't query imap folder for attributes because we already
2801 for them from imap_status
2804 add support for plugable MimeViewers (unloading Viewers
2807 * src/plugins/Makefile.am
2808 * src/plugins/mathml_viewer/.cvsignore ** NEW **
2809 * src/plugins/mathml_viewer/Makefile.am ** NEW **
2810 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
2811 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2812 widget from http://helm.cs.unibo.it/mml-widget/
2814 2003-03-14 [christoph] 0.8.11claws12
2817 o error return code's should better be negative
2818 o replace printf with debug_print
2821 improve IMAP folder scan by checking UID-NEXT
2824 remove check that are unnecessary in my opinion
2826 2003-03-13 [christoph] 0.8.11claws11
2835 * src/prefs_scoring.c
2837 use a common function to get a displayable name
2840 2003-03-13 [paul] 0.8.11claws10
2844 tools/multiwebsearch.conf ** NEW FILE **
2845 tools/multiwebsearch.pl ** NEW FILE **
2846 add multiwebsearch Actions script
2848 2003-03-13 [colin] 0.8.11claws9
2851 Remove leading emtpy lines from quoted text
2854 2003-03-13 [melvin] 0.8.11claws8
2856 * src/prefs_actions.c
2859 Added Cancel and OK buttons
2862 2003-03-13 [christoph] 0.8.11claws7
2872 replace more folder type stuff with folder class stuff
2874 2003-03-13 [melvin] 0.8.11claws6
2876 * src/prefs_actions.c
2878 %u: user provided argument
2879 %h: user provided argument (hidden on input)
2880 %s: current text selection in the message view
2882 2003-03-13 [paul] 0.8.11claws5
2884 * sync with 0.8.11cvs5
2885 see ChangeLog 2003-03-11, 2003-03-12
2887 2003-03-12 [christoph] 0.8.11claws4
2890 use folder class idstr when writing folderlist.xml
2895 replace folder type checks with folder class checks
2897 2003-03-12 [christoph] 0.8.11claws3
2902 * src/mbox_folder.[ch]
2905 o create a list of known folder classes in the folder system
2906 o use folder class id strings for folder item identifiers
2908 2003-03-12 [christoph] 0.8.11claws2
2911 fix imap uid validity check
2913 2003-03-12 [christoph] 0.8.11claws1
2924 * src/prefs_scoring.c
2928 initial restructuring of folder system, seperating
2929 folders and folder classes
2931 2003-03-12 [paul] 0.8.11claws
2935 2003-03-12 [christoph]
2937 * src/gtk/prefswindow.c
2938 fix translation of "Page Index"
2940 2003-03-12 [paul] 0.8.10claws110
2942 a sync from 0.8.11cvs4 before the release
2944 * src/common/utils.c
2945 subject_compare_for_sort(): allow null strings (fixes
2948 2003-03-11 [paul] 0.8.10claws109
2951 update Spanish translation, submitted by
2952 Ricardo Mones Lastra
2954 2003-03-11 [melvin] 0.8.10claws108
2957 Updated French translations
2959 2003-03-11 [paul] 0.8.10claws107
2961 * manual/en/Makefile.am
2963 update English manual, add a new page
2964 updated by Francois Barriere <fbarriere@atmel.fr>
2969 update Bulgarian, Italian, and Serbian translations
2970 submitted by George Danchev, Alessandro Maestri, and
2973 2003-03-10 [paul] 0.8.10claws106
2976 src/gtk/prefswindow.c
2977 make some strings translatable
2979 2003-03-10 [darko] 0.8.10claws105
2982 code cleanup to make Hiro happy
2984 2003-03-10 [paul] 0.8.10claws104
2986 * sync with 0.8.11cvs2
2987 see ChangeLog 2003-03-10
2989 2003-03-09 [melvin] 0.8.10claws103
2992 textview_set_font(): fix for message display in
2993 UTF-8 locales (thanks to Sergey Vlasov).
2994 (was unintentionnaly reverted in 0.8.6claws6)
2996 2003-03-08 [darko] 0.8.10claws102
2999 fix infinite loop in wrapping as reported
3001 obsoletes patch #696482
3003 2003-03-08 [christoph] 0.8.10claws101
3006 add workaround for IMAP servers that do not
3007 support the "UID SEARCH UID" command
3009 2003-03-07 [christoph] 0.8.10claws100
3011 * src/plugins/spamassassin/spamassassin.[ch]
3012 * src/plugins/spamassassin/spamassassin_gtk.c
3015 2003-03-07 [paul] 0.8.10claws99
3018 updated Spanish translation, submitted by
3019 Ricardo Mones Lastra
3021 2003-03-07 [christoph] 0.8.10claws98
3024 fix in 0.8.10claws94 was wrong
3025 local delivery does not require escaping, remove escaping
3026 code to make signatures of mails with "." lines valid
3028 NOTE: requires that sendmail is executed with "-i" option,
3029 what is the default now, but has to be changed in all
3032 2003-03-07 [paul] 0.8.10claws97
3034 * sync with 0.8.11 release
3035 see ChangeLog 2003-03-07
3037 2003-03-06 [paul] 0.8.10claws96
3040 revert commit 0.8.10claws92
3042 2003-03-06 [paul] 0.8.10claws95
3045 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3048 fix bug 74, 'Crash opening editor window with pseudo-color
3051 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3053 2003-03-06 [christoph] 0.8.10claws94
3056 fix rfc2821 (4.5.2) violation in SMTP data sending,
3057 all lines starting with a period get an extra period
3059 (found by Simon 'corecode' Schubert)
3061 2003-03-06 [paul] 0.8.10claws93
3064 if configured font can't be loaded fall back to gtk
3065 default. (with thanks to Christoph)
3067 closes long-standing bug 15 'Crashes on startup'
3069 2003-03-06 [paul] 0.8.10claws92
3072 freeze text before autosave and thaw afterwards
3073 fixes bug 67 'autosave make re-rediting message crazy'
3075 2003-03-06 [christoph] 0.8.10claws91
3078 ignore address comment in dupe check for Cc-list
3080 (closes reopened bug 47 Replying to message strips name part of
3081 e-mail addresses of Cc: lines)
3083 2003-03-06 [paul] 0.8.10claws90
3086 remove reference to gtkxtext.h as its no longer in
3089 2003-03-06 [paul] 0.8.10claws89
3091 * sync with 0.8.10cvs25
3092 see ChangeLog 2003-03-06
3094 2003-03-06 [oliver] 0.8.10claws88
3099 2003-03-06 [oliver] 0.8.10claws87
3102 remove changes introduced inclaws74
3104 another attempt to sanely delete and update
3105 messages deleted in separate messageview
3107 2003-03-05 [christoph] 0.8.10claws86
3110 check if "From" matches any account's address if
3111 addressbook completion of addresses is disabled too
3113 (closes Bug 70 "Display recipient in from" doesn't check
3114 folder's default account)
3116 2003-03-05 [christoph] 0.8.10claws85
3119 * src/common/utils.[ch]
3120 don't strip address comments when building Cc lists
3122 (closes Bug 47 Replying to message strips name part of e-mail addresses
3126 fix return value of copy function
3128 2003-03-05 [christoph] 0.8.10claws84
3131 don't ask imap server for non rfc822 headers
3133 (closes bug 71 IMAP FETCH asks for FROM header field twice)
3136 destroy session on socket error to allow reconnecting
3138 2003-03-05 [christoph] 0.8.10claws83
3141 fix building with gnome when no prefix is set
3143 (closes bug 66 Gnome directory is set to NONE)
3145 2003-03-05 [paul] 0.8.10claws82
3147 * sync with 0.8.10cvs23
3148 see ChangeLog 2003-03-05
3150 2003-03-04 [christoph] 0.8.10claws81
3153 o fix moving and copying when folder returns 0 for new
3155 o remove some code for single message copy and move
3156 operations and use functions for multiple messages
3158 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3161 remove unused include
3163 2003-03-04 [paul] 0.8.10claws80
3166 list 'Compiled plugins'
3168 2003-03-03 [christoph] 0.8.10claws79
3171 have to multiply the percentage of the current fetch with
3172 the percentage that it has of the total fetch operation
3175 2003-03-03 [christoph] 0.8.10claws78
3178 fix calculation of expected lines for progress indicator
3180 2003-03-03 [christoph] 0.8.10claws77
3183 * src/common/utils.c
3184 fix segfault when opening the root news folder
3186 2003-03-03 [christoph] 0.8.10claws76
3188 * src/mainwindow.[ch]
3189 * src/common/Makefile.am
3190 * src/common/progressindicator.[ch]
3191 add UI independent progress indicator handling
3194 use new progress indicator for message info fetching
3196 * src/common/hooks.h
3199 2003-03-03 [oliver] 0.8.10claws75
3203 removed commented code
3205 2003-03-03 [oliver] 0.8.10claws74
3208 cleanups and refactoring
3210 compose_reply_mode reply & forwarding interface for
3213 act on messages marked for deletion in folderview_selected
3214 based on prefs_common.immediate_exec since a message might
3215 have been deleted by messageview in a folder we are changing
3216 to (does anybody understand what I'm on about ?)
3218 2003-03-03 [oliver] 0.8.10claws73
3220 * src/messageview.[ch]
3222 - messageview_delete: delete message shown in messagview
3223 - messageview_update_view: update messageview to currently
3224 selected summaryview message
3225 - add separate messageview to msgview_list in order to update
3226 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3227 * src/summaryview.[ch]
3228 summary_get_selection returns a list of selected msgs
3231 toolbar reply refactoring
3233 2003-03-03 [paul] 0.8.10claws72
3235 * sync with 0.8.10cvs21
3236 see ChangeLog 2003-03-03
3238 2003-03-02 [christoph] 0.8.10claws71
3240 * src/common/passcrypt.c
3243 2003-03-02 [christoph] 0.8.10claws70
3246 * src/prefs_account.c
3247 * src/prefs_gtk.[ch]
3248 * src/common/.cvsignore
3249 * src/common/Makefile.am
3250 * src/common/passcrypt.c ** NEW **
3251 * src/common/passcrypt.h.in ** NEW **
3252 Implement password encryption in config files
3253 using unix encrypt and setkey functions. The crypt
3254 key can be set as a configure parameter. Old
3255 passwords will be converted if they do not begin
3258 2003-03-02 [paul] 0.8.10claws69
3260 * src/prefs_account.c
3263 2003-03-01 [thorsten] 0.8.10claws68
3271 corrected format strings
3274 (fix compile errors with GNU gettext-0.11.5)
3276 2003-03-01 [oliver] 0.8.10claws67
3279 menu callbacks call toolbar_menu_reply
3281 2003-03-01 [oliver] 0.8.10claws66
3285 menu callbacks call toolbar_menu_reply
3287 callbacks from menu handled by toolbar_menu_reply
3289 2003-03-01 [paul] 0.8.10claws65
3292 revert commit 0.8.10claws54 - breaks editing of
3296 update Bulgarian translation, submitted by
3299 2003-02-28 [christoph] 0.8.10claws64
3305 * src/gtkxtext.h ** REMOVE **
3311 * src/prefs_common.c
3312 * src/prefs_matcher.c
3313 * src/procheader.[ch]
3316 * src/common/ssl_certificate.c
3317 * src/gtk/colorlabel.c
3320 o remove code obsoleted by new cache and folder system rework
3322 2003-02-28 [oliver] 0.8.10claws63
3325 * fix bug where reply in Messageview replied to
3326 Message displayed in summaryview
3327 (reportedd via ML by chinatinte at gmx dot ch)
3328 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3329 didn't work in separate MessageView Toolbar
3330 (wondering if anybody uses this at all ?)
3331 * src/summaryview.[ch]
3332 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3333 (generalize reply and forward code);
3335 remove focus_in event which updated summaryview to messageview
3337 2003-02-28 [paul] 0.8.10claws62
3340 add the --check option
3341 Patch submitted by Ricardo Mones Lastra
3343 2003-02-28 [paul] 0.8.10claws61
3345 * src/prefs_account.c
3346 re-order 'Signature' items
3348 2003-02-28 [paul] 0.8.10claws60
3350 * sync with 0.8.10cvs20
3351 see ChangeLog 2003-02-28
3353 2003-02-28 [paul] 0.8.10claws59
3356 update to reflect recent movement of files
3358 2003-02-28 [paul] 0.8.10claws58
3360 * sync with 0.8.10cvs19
3361 see ChangeLog 2003-02-28
3363 2003-02-27 [martin] 0.8.10claws57
3365 * src/prefs_matcher.c
3366 fix segfault in prefs_matcher_ok() when the
3367 last entry is deleted and prevents that the
3368 message "entry not saved" comes up after deleting
3371 2003-02-27 [martin] 0.8.10claws56
3373 * src/prefs_filtering.c
3374 fix segfault in prefs_filtering_ok() when the
3375 last entry is deleted and prevents that the
3376 message "entry not saved" comes up after deleting
3379 2003-02-27 [paul] 0.8.10claws55
3381 * sync with 0.8.10cvs18
3382 see ChangeLog 2003-02-27
3384 2003-02-27 [paul] 0.8.10claws54
3387 fix bug where the address book crashes with
3389 Patch [687729] submitted by David Frager
3390 <dbfrager@users.sourceforge.net>
3392 2003-02-25 [christoph] 0.8.10claws53
3395 * src/colorlabel.[ch] ** REMOVE **
3396 * src/gtk/Makefile.am
3397 * src/gtk/colorlabel.[ch] ** NEW **
3398 move colorlabel files to gtk directory
3400 * src/esmtp.[ch] ** REMOVE **
3401 has been merged into smtp.[ch] in 0.7.5
3403 2003-02-25 [christoph] 0.8.10claws52
3406 * src/about.[ch] ** REMOVE **
3407 * src/gtk/Makefile.am
3408 * src/gtk/about.[ch] ** NEW **
3409 move about files to gtk directory
3411 2003-02-25 [christoph] 0.8.10claws51
3414 some code optimization of folder scanning code
3416 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3418 2003-02-25 [christoph] 0.8.10claws50
3421 * src/common/sylpheed.c
3422 add command line parameter parsing to common code
3424 2003-02-24 [christoph]
3428 fix gnome prefix problems, the configure script now removed
3429 `gnome-config --prefix` from `gnome-config --datadir`
3430 and adds $(prefix} instead
3432 (closes Bug 24 Makefile does not respect prefix when installing
3435 2003-02-24 [christoph] 0.8.10claws49
3438 check for valid session before trying to authenticate
3440 (closes Bug 60 crash if "authenticate on logon" is activated
3441 and newsserver-hostname is not valid)
3443 2003-02-24 [melvin] 0.8.10claws48
3445 * src/prefs_actions.c
3446 Make sure all user's input is sent to the action and then
3449 2003-02-23 [alfons] 0.8.10claws46
3452 also wait cursor when deleting files
3456 * tools/freshmeat_search.pl
3457 tools/google_search.pl
3458 scripts should now work for any browser/browser command line
3460 2003-02-22 [christoph] 0.8.10claws45
3463 fix IMAP flag setting, IMAP flag is not handled correctly
3464 anymore by the folder system and information about the
3465 folder should not be saved in the MsgInfo (in my opinion)
3467 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3469 2003-02-22 [christoph] 0.8.10claws44
3472 fix spelling of "label" ;-)
3474 2003-02-22 [thorsten] 0.8.10claws43
3477 src/prefs_common.[ch]
3479 do not use description as attachment name
3481 2003-02-22 [alfons] 0.8.10claws42
3484 freeze/thaw folder item updates when changing color labels,
3485 and put a wait cursors on
3487 2003-02-22 [thorsten] 0.8.10claws41
3490 save-all fixes: crash if invoked on multipart container,
3491 mimeinfo access, pathseparators, error dialog
3493 2003-02-21 [alfons] 0.8.10claws40
3498 2003-02-21 [colin] 0.8.10claws39
3503 2003-02-21 [colin] 0.8.10claws38
3506 Freeze/thaw folderItem updates when filtering messages
3507 via Tools/Filter messages
3509 2003-02-21 [paul] 0.8.10claws37
3512 revert commit 0.8.10claws26, there are ulterior motives
3513 for users to set a Reply-To header when posting to
3516 2003-02-21 [paul] 0.8.10claws36
3518 * sync with 0.8.10cvs17
3519 see ChangeLog 2003-02-21
3521 2003-02-20 [christoph] 0.8.10claws35
3524 IMAP UID fetch speedup using SEARCH
3526 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3529 fix problem with UIDs in IMAP UID cache that no longer existed
3531 2003-02-20 [christoph] 0.8.10claws34
3536 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3538 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3541 Rewrite imap_cmd_gen_recv use sock_getline instead
3542 of sock_gets to avoid problems with too long reply
3545 2003-02-20 [colin] 0.8.10claws33
3547 * src/prefs_account.c
3550 2003-02-20 [colin] 0.8.10claws32
3553 Remove useless '&& !to_sender'
3558 change my e-mail address
3560 2003-02-19 [colin] 0.8.10claws31
3562 * src/prefs_common.c
3563 X11 style colors for every configurable color
3565 2003-02-19 [alfons] 0.8.10claws30
3567 * src/prefs_gtk.[ch]
3568 * src/prefs_common.c
3569 for color_new accept both plain integers and X11 style color
3570 names (as found in /usr/lib/X11/rgb.txt)
3572 2003-02-19 [paul] 0.8.10claws29
3575 add tooltips to online/offline button and account selector
3578 2003-02-19 [paul] 0.8.10claws28
3582 src/prefs_account.[ch]
3583 src/prefs_common.[ch]
3584 move 'Maximum number of articles to download' to
3586 clean up account prefs gui a little by hiding entries
3587 rather then greying out entries
3589 2003-02-19 [hiro] 0.8.10claws27
3591 * src/common/utils.c
3592 fix bug #54 'yesterdays date is displayed in the message
3595 2003-02-19 [paul] 0.8.10claws26
3598 fix bug reported in Feature Request [688596]
3599 'Reply-to header in news'
3601 2003-02-18 [paul] 0.8.10claws25
3604 add a 'List all keys' button to key selection dialog
3606 2003-02-18 [colin] 0.8.10claws24
3608 * src/stock_pixmap.c
3611 2003-02-18 [colin] 0.8.10claws23
3613 * src/common/smtp.[ch]
3615 Try to starttls if it seems to be the only
3616 way to authenticate a user
3618 2003-02-18 [paul] 0.8.10claws22
3622 src/stock_pixmap.[ch]
3623 src/pixmaps/drafts_close.xpm ** NEW FILE **
3624 src/pixmaps/drafts_open.xpm ** NEW FILE **
3625 as a Drafts folder is a special folder allow it to have
3626 its own unique icons
3628 2003-02-18 [colin] 0.8.10claws21
3631 Fix port selection when using starttls
3633 2003-02-18 [paul] 0.8.10claws20
3636 src/prefs_common.[ch]
3637 make blue the default new mail colour
3639 2003-02-18 [paul] 0.8.10claws19
3641 * sync with 0.8.10cvs14
3642 see ChangeLog 2003-02-18
3644 2003-02-17 [jens] 0.8.10claws18
3647 fixed a compile problem with gcc 3.3
3648 works on 2.95.3 too (testet on PPC as it is big endian)
3650 2003-02-17 [paul] 0.8.10claws17
3652 * sync with 0.8.10cvs13
3653 see ChangeLog 2003-02-17
3655 2003-02-17 [paul] 0.8.10claws16
3657 * sync with 0.8.10cvs12
3658 see ChangeLog 2003-02-17
3660 2003-02-16 [match] 0.8.10claws15
3663 Eliminates reloading of address data when items
3664 deleted or added. Applied submitted by
3665 Luke Plant <lukeplant@softhome.net>
3667 2003-02-16 [paul] 0.8.10claws14
3670 when a 'protocol error' is encountered disconnect from
3671 the server. This means that the user can carry on viewing
3672 other articles and doesn't have to either wait until the
3673 server timesout or quit sylpheed.
3674 Fixes bug #53 'Unable to read messages in newsgroups,
3675 displayed message doesn't change'
3677 2003-02-15 [christoph] 0.8.10claws13
3680 fix bug that stopped scanning of folders when an
3681 IMAP folder was empty
3683 (closes bug 46 stop scan messages in folders after empty folder)
3689 tools/freshmeat_search.pl ** NEW FILE **
3690 tools/google_search.pl ** NEW FILE **
3691 Add 2 Actions scripts which search freshmeat/google
3692 for the selected text using the browser configured
3695 Note: These scripts are very dependent on the format of the
3696 browser command and may not work on every occasion. Testing
3699 2003-02-14 [alfons] 0.8.10claws12
3702 fix breakage because of uninitialized account pointer.
3705 2003-02-14 [paul] 0.8.10claws11
3708 src/prefs_account.[ch]
3709 src/prefs_common.[ch]
3710 move signature settings to Account Prefs
3712 2003-02-14 [paul] 0.8.10claws10
3714 * sync with 0.8.10cvs11
3715 see ChangeLog 2003-02-14
3717 2003-02-13 [thorsten] 0.8.10claws9
3720 revert news progressbar (GUI separation)
3722 2003-02-13 [paul] 0.8.10claws8
3725 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3728 2003-02-13 [paul] 0.8.10claws7
3732 fix 'Follow-up and Reply-to' so that it creates a reply to
3733 the newsgroup and the sender. If the message has the keyword
3734 'poster' in the Followup-To header, all replies go to the
3735 sender, re: RFC 1036, Section 2.2.3
3736 rename all instances of 'ignore_replyto' to 'to_sender', both
3737 were previously used, now we use just one.
3739 2003-02-13 [paul] 0.8.10claws6