1 2003-08-29 [paul] 0.9.4claws41
3 * src/prefs_filtering.c
4 add 'Top' and 'Bottom' buttons, based on changes in
5 src/prefs_filter.c in 0.9.4cvs11.
7 2003-08-27 [christoph] 0.9.4claws40
10 fix bug that the current summary settings were copied to the
11 wrong folder item, when the folder item prefs are opened.
12 Copying is not required because summary settings and
13 folder_item_prefs do not contain the same settings
15 2003-08-27 [thorsten] 0.9.4claws39
20 2003-08-26 [paul] 0.9.4claws38
23 see ChangeLog 2003-08-26
25 2003-08-25 [paul] 0.9.4claws37
28 see ChangeLog 2003-08-25
30 2003-08-24 [christoph] 0.9.4claws36
32 * src/prefs_filtering.c
33 shouldn't remove items from a GSList while iterating over the
34 list (makes cur invalid and cur->next not accessable)
36 (closes Bug 272 i deleted an folder and some seconds later sylpheed
39 2003-08-23 [christoph] 0.9.4claws35
42 news folders should be scanned when opened
44 2003-08-22 [christoph] 0.9.4claws34
46 * src/prefs_folder_item.c
47 use macro to assign strings that always frees the old string
49 * src/gtk/gtkaspell.[ch]
50 add gtkaspell_set_dictionary_menu_active_item() to set active
51 item in dictionary option menu
53 * src/prefs_spelling.c
54 use gtkaspell_set_dictionary_menu_active_item() to select
57 2003-08-21 [christoph] 0.9.4claws33
64 optimize folder system
67 fix division by zero when font has 0 width for ' '
69 2003-08-21 [paul] 0.9.4claws32
72 see ChangeLog 2003-08-20
74 2003-08-19 [paul] 0.9.4claws31
77 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
78 SYLDOC_FAQ_HTML_INDEX.
80 use LC_MESSAGES instead of LC_ALL to find the current
83 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
85 2003-08-19 [paul] 0.9.4claws30
88 updated by George Danchev
90 2003-08-18 [luke] 0.9.4claws29
92 * src/gtk/gtkvscrollbutton.[ch]
93 o removed gtk_vscrollbutton_reset() (reasons: reduce
94 dependencies; do it the GTK way; reduce code -14/+2 lines)
95 o removed horizontal separator between icons
97 2003-08-17 [christoph] 0.9.4claws28
100 no subject threading when the subject has no reply prefix
102 2003-08-16 [christoph] 0.9.4claws27
105 remember and restore window sizes and position when the main
106 window is hidden or shown
108 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
109 minimised/reopened using trayicon)
111 2003-08-16 [paul] 0.9.4claws26
114 add #include "defs.h"
116 2003-08-16 [paul] 0.9.4claws25
118 * src/plugins/clamav/clamav_plugin.c
121 * src/plugins/dillo_viewer/dillo_prefs.c
122 cosmetic: change the labels' text, add tooltips, and
125 2003-08-15 [christoph] 0.9.4claws24
128 complete last change (forgot some changes)
130 2003-08-15 [christoph] 0.9.4claws23
133 o check number of messages and don't return a 0 message
134 when no messages are available
135 o don't parse xref header anymore
137 (closes Bug 203 I'm not getting any news)
139 2003-08-15 [paul] 0.9.4claws22
143 update and define claws bugzilla location
145 2003-08-15 [paul] 0.9.4claws21
148 update submitted by Ruslan N. Balkin
150 2003-08-14 [christoph] 0.9.4claws20
153 fix search for oldest node in subject threading
155 2003-08-14 [christoph] 0.9.4claws19
159 add possibility to check all nodes with the same subject for
160 subject threading, not only the oldest node. Should not break
161 threads anymore if the oldest node is thread_by_subject_max_age
162 days older then parent, because it can now find a child of
163 oldest node as new parent.
165 2003-08-11 [christoph] 0.9.4claws18
167 * src/plugins/spamassassin/spamassassin.c
168 run spam check in background process
170 2003-08-10 [alfons] 0.9.4claws17
173 make `Select All' sensitive too
175 2003-08-10 [christoph] 0.9.4claws16
178 add more checks in imap_close
180 2003-08-09 [alfons] 0.9.4claws15
182 * src/prefs_spelling.c
183 no spell checking UI if not requested
185 2003-08-09 [alfons] 0.9.4claws14
187 * src/gtk/prefswindow.c
190 2003-08-09 [christoph] 0.9.4claws13
192 * src/prefs_spelling.c
193 * src/gtk/prefswindow.[ch]
194 * src/plugins/clamav/clamav_plugin_gtk.c
195 * src/plugins/spamassassin/spamassassin_gtk.c
196 sort prefs pages by heighest weight in tree
198 2003-08-09 [paul] 0.9.4claws12
200 * sync with 0.9.4cvs6
201 see ChangeLog 2003-08-07
204 add Leandro and Luke to claws-branch section
206 2003-08-09 [christoph] 0.9.4claws11
208 * src/gtk/Makefile.am
209 * src/gtk/colorsel.[ch] ** NEW **
210 create a color selection dialog that can be used as a simple
211 function call with it's own gtk main loop like filesel.[ch]
216 * src/prefs_spelling.[ch] ** NEW **
217 * src/prefs_spelling.glade ** NEW **
218 * src/gtk/gtkutils.[ch]
219 move "Spell Checker" prefs to new prefs dialog
221 * src/prefs_folder_item.c
222 use new colorsel dialog
224 2003-08-08 [paul] 0.9.4claws10
227 clear the progress bar unconditionally
229 2003-08-08 [paul] 0.9.4claws9
231 * sync with 0.9.4cvs4
232 see ChangeLog 2003-07-31
234 2003-08-07 [christoph] 0.9.4claws8
237 fix bug in image viewer plugin part
240 don't execute close command if the folder item is not selected
242 2003-08-07 [hoa] 0.9.4claws7
245 * src/matcher_parser.h
246 * src/matcher_parser_parse.y
247 can define several actions for each filtering rule
248 can import old versions of filtering rules
250 * src/prefs_filtering.c
251 call to a new dialog box to define actions
253 * src/prefs_filtering_action.[ch]
254 dialog box to define actions for filtering rules
256 2003-08-06 [christoph] 0.9.4claws6
259 make sure source folder is selected when copying messages
261 2003-08-06 [christoph] 0.9.4claws5
263 * sync with 0.9.4cvs2
264 see ChangeLog 2003-07-29
266 2003-08-05 [paul] 0.9.4claws4
268 * sync with 0.9.4cvs3
269 see ChangeLog 2003-07-30
271 2003-08-04 [match] 0.9.4claws3
274 export of LDIF files.
276 2003-08-04 [match] 0.9.4claws2
279 support for export LDIF. documented.
280 * src/importldif.[ch]
281 * src/exportldif.[ch]
282 add tooltips. documented.
283 * src/exphtmldlg.[ch]
284 * src/common/xmlprops.[ch]
286 * src/exportldif.[ch] ** NEW **
287 * src/expldifdlg.[ch] ** NEW **
288 * src/addressbook.[ch]
290 export of LDIF files.
293 2003-08-04 [christoph] 0.9.4claws1
298 * sylpheed-claws.pc.in ** NEW **
300 * src/common/Makefile.am
301 * src/gtk/Makefile.am
302 install sylpheed header files in $(pkgincludedir) and create a
303 pkg-config file to allow building a plugin without the source
306 2003-08-04 [paul] 0.9.4claws
310 2003-08-04 [paul] 0.9.3claws97
313 update Spanish translation. Submitted by Ricardo
316 2003-08-03 [paul] 0.9.3claws96
320 update Croatian and Serbian translations. Submitted by
321 Dragan and Urke MMI respectively
323 2003-08-03 [alfons] 0.9.3claws95
326 mark flag has precedence over important flag - seems
327 to have been changed in sync of 0.9.3claws45. this fixes
328 a regression where messages that were scored as important
329 don't show their mark flags. (using the same column for
330 both importance as mark flags is the real problem
333 2003-08-03 [melvin] 0.9.3claws94
336 Updated French translations.
338 2003-08-03 [melvin] 0.9.3claws93
341 Fixed typo introduced after 0.9.3claws92
342 that prevented compilation
343 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
344 CPPFLAGS and YFLAGS to allow user setting these.
345 * src/common/Makefile.am
346 * src/gtk/Makefile.am
347 * src/plugins/clamav/Makefile.am
348 * src/plugins/demo/Makefile.am
349 * src/plugins/dillo_viewer/Makefile.am
350 * src/plugins/image_viewer/Makefile.am
351 * src/plugins/mathml_viewer/Makefile.am
352 * src/plugins/spamassassin/Makefile.am
353 * src/plugins/trayicon/Makefile.am
354 * src/plugins/trayicon/libeggtrayicon/Makefile.am
355 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
356 CPPFLAGS and YFLAGS to allow user setting these.
358 2003-08-02 [christoph] 0.9.3claws92
361 o rearrange plugin tests
362 o add test for clamav.h to ClamAV tests
364 2003-08-02 [luke] 0.9.3claws91
367 o fixed appearance of icon list when toggling back from the
369 o toggling of icons using the keyboard works correctly
370 o fixed all other keyboard shortcuts to work when icons are
374 o fixed bug 4 - focus lost when changing messageview view type
376 2003-08-02 [christoph] 0.9.3claws90
379 fix crash when pointer stored in hash table could get invalid
380 when a plugin is unloaded
382 2003-08-01 [christoph] 0.9.3claws89
385 o try to build all plugins (except spamassassin) by default
386 o don't build a plugin if a dependency check fails
391 2003-08-01 [match] 0.9.3claws88
394 allow single click field selection. document code.
396 2003-08-01 [christoph] 0.9.3claws87
398 * src/plugins/clamav/clamav_plugin.c
399 * src/plugins/clamav/clamav_plugin_gtk.c
400 * src/plugins/dillo_viewer/dillo_viewer.c
401 * src/plugins/image_viewer/plugin.c
402 * src/plugins/mathml_viewer/mathml_viewer.c
403 * src/plugins/spamassassin/spamassassin.c
404 * src/plugins/spamassassin/spamassassin_gtk.c
405 * src/plugins/trayicon/trayicon.c
406 add version check to all plugins
408 2003-08-01 [hoa] 0.9.3claws86
410 * src/prefs_filtering.c
411 fixed a cosmetic bug, during creation of dialog box,
412 wrong widgets were shown after creation.
414 2003-08-01 [luke] 0.9.3claws85
417 o fixed visibility of icons/mimeview after toggling separate
418 message/folder view (factored out some similar code too).
421 2003-07-31 [alfons] 0.9.3claws84
424 tweak icon box UI a bit more, now allowing right-clicks actions
425 getting the relevant mime data too; should fix #250, "Can't save
426 attachments sometimes".
428 2003-07-30 [alfons] 0.9.3claws83
431 don't do auto-save-draft inside key press handler, but rather
432 schedule it half of a second later; should fix #67, "autosave
433 make re-rediting message crazy"
435 2003-07-30 [christoph] 0.9.3claws82
437 * src/plugins/trayicon/trayicon.c
438 process pending events before unloading the plugin
440 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
442 2003-07-30 [alfons] 0.9.3claws81
445 parameter 2 of g_hook_destroy() should really be a hook id
447 2003-07-30 [alfons] 0.9.3claws80
449 * src/common/plugin.c
450 fix a possibly harmful function signature mismatch
453 2003-07-30 [alfons] 0.9.3claws79
455 * src/common/hooks[.ch]
458 2003-07-30 [darko] 0.9.3claws78
461 make it compile again
463 2003-07-30 [luke] 0.9.3claws77
467 o added/moved signal handlers for SIGTERM (normal kill command)
468 and SIGINT (ctl-c) to be used even without
469 --enable-crash-dialog, fixing bug 166
472 o rewrote menu sensitivity code as per mainwindow.c, fixing
476 o changed sensitivity condition for 'Next new' and 'Next
477 unread', fixing bug 8
479 2003-07-29 [alfons] 0.9.3claws76
481 * src/common/utils.[ch]
484 save ack'ed RRR; fixes #205, "return receipt is not saved in
487 2003-07-29 [alfons] 0.9.3claws75
490 fix a memleak (claws-only)
492 2003-07-29 [alfons] 0.9.3claws74
495 * src/gtk/gtkvscrollbutton.[ch]
496 fix UI glitch where mime icon toolbox' scroll position is not
497 reset after switching to another message
500 2003-07-29 [paul] 0.9.3claws73
502 * src/prefs_folder_item.c
503 split the prefs into 2 separate pages
505 2003-07-29 [paul] 0.9.3claws72
508 prepend "\n\n" to a signature without a separator too
510 2003-07-29 [paul] 0.9.3claws71
513 fix bug where changing to an account without an auto-sig
514 from an initial account without an auto-sig would insert
515 2 blank lines at the cursor point
516 fix bug where changing to an account with an auto-sig
517 from an initial account without an auto-sig would insert
518 the sig at the cursor point
520 2003-07-29 [paul] 0.9.3claws70
523 use the colour from the folder pref unless the folder
526 2003-07-29 [alfons] 0.9.3claws69
531 rewrite return receipt request work a little bit (the former
532 implementation presumably depended too much on the UI setting
533 flags). (we're losing the old pending flag.)
535 2003-07-28 [christoph] 0.9.3claws68
541 fix copy to IMAP folder from other folder
543 2003-07-28 [christoph] 0.9.3claws67
546 fix sync of procmsg_get_message_file_list
548 2003-07-28 [christoph] 0.9.3claws66
550 * sync with 0.9.3cvs14
551 see ChangeLog 2003-07-18
552 * sync with 0.9.3cvs17
553 see ChangeLog 2003-07-23
555 (closes Bug 234 segmentation fault after sending out mail via
558 2003-07-28 [paul] 0.9.3claws65
561 update Spanish translation, submitted by Ricardo Mones
564 2003-07-28 [christoph] 0.9.3claws64
569 return new message numbers as a GRelation instead of a GSList
570 that has to be in the same order as the input list. A list
571 would make it hard for IMAP to optimize oepration by sorting
572 the input list. The returned list would have to be reordered
573 to match the same order that input list has.
575 * src/gtk/gtkaspell.c
576 fix missing return value, could cause a crash when garbage is
577 on the stack that is used as the expected return value
579 2003-07-28 [paul] 0.9.3claws63
581 * sync with 0.9.4cvs1
582 see ChangeLog 2003-07-28
584 2003-07-27 [alfons] 0.9.3claws62
587 tweak it more to make icon list act like a check button group
589 2003-07-27 [christoph] 0.9.3claws61
591 * sync with 0.9.3cvs20
592 see ChangeLog 2003-07-25
594 2003-07-27 [paul] 0.9.3claws60
597 re-commit changes from 0.9.3claws58 -
598 accidently removed in 0.9.3claws59
600 2003-07-27 [paul] 0.9.3claws59
603 a sync from 0.9.3cvs17
604 see ChangeLog 2003-07-23
606 2003-07-27 [alfons] 0.9.3claws58
609 add missing header members to MsgInfo; fixes the problem of
610 not displaying X-Faces, as noticed by Ricardo Mones
612 2003-07-26 [christoph] 0.9.3claws57
614 * sync with 0.9.3cvs18
615 see ChangeLog 2003-07-24
617 2003-07-26 [christoph] 0.9.3claws56
619 * sync with 0.9.3cvs17
620 see ChangeLog 2003-07-23
622 2003-07-26 [christoph] 0.9.3claws55
629 add support for copy function that copy multiple messages
630 (not implemented yet)
633 add missing return value
635 2003-07-26 [paul] 0.9.3claws54
637 * tools/multiwebsearch.pl
638 do whitespace substitution before passing the string
639 to the browser. fixes bug with browsers that don't
640 do whitespace conversion themselves.
642 2003-07-25 [christoph] 0.9.3claws53
647 rewrite adding of multiple messages to a folder for
650 2003-07-25 [luke] 0.9.3claws52
653 o icon toggles set correctly on leaving ctree mimeview
655 2003-07-25 [paul] 0.9.3claws51
657 * partial sync with 0.9.3cvs21 [src/main.c]
658 see ChangeLog 2003-07-25
660 2003-07-24 [paul] 0.9.3claws50
662 * tools/maildir2sylpheed.pl
665 2003-07-24 [paul] 0.9.3claws49
668 increase the gutter size of paned so that the panes
671 * src/plugins/demo/demo.c
672 squeeze in another typo fix
674 2003-07-24 [paul] 0.9.3claws48
676 * src/plugins/demo/demo.c
678 small changes to the English
680 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
681 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
684 rename the misspelled icon
686 2003-07-23 [alfons] 0.9.3claws47
689 make icon list look like a list of toggles
691 2003-07-23 [luke] 0.9.3claws46
693 * src/pixmaps/mimeview_gpg_expired.xpm
694 * src/pixmaps/mimeview_gpg_failed.xpm
695 * src/pixmaps/mimeview_gpg_passed.xpm
696 * src/pixmaps/mimeview_text_html.xpm
697 * src/pixmaps/mimeview_image.xpm
698 o all icons the same size
701 o mimeview ctree arranged vertically above the viewer
702 o icons changed to buttons
703 o can use keyboard to select an icon (Enter)
704 o resize icon list to width of icons
706 * src/gtk/gtkvscrollbutton.c
707 o sensitivity of buttons reacts to position
709 2003-07-23 [christoph] 0.9.3claws45
711 * sync with 0.9.3cvs14 (incomplete)
712 see ChangeLog 2003-07-17
714 2003-07-23 [alfons] 0.9.3claws44
718 sync with my local tree to restore some claws-only things
720 2003-07-23 [paul] 0.9.3claws43
722 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
723 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
728 src/stock_pixmap.[ch]
729 indicate missing keys and expired sigs/keys
732 2003-07-23 [paul] 0.9.3claws42
735 Redirect fixes: enable automatic account selection and
736 do not append signature to message on changing account
739 2003-07-23 [paul] 0.9.3claws41
741 * sync with 0.9.3cvs16
742 see ChangeLog 2003-07-23
744 2003-07-23 [alfons] 0.9.3claws40
747 give progress dialog a main window, and give it the first
748 one (presumably the only one). fixes bug #247, "segfault on
751 2003-07-22 [alfons] 0.9.3claws39
754 shift-space scrolls up
756 2003-07-22 [paul] 0.9.3claws38
758 * sync with 0.9.3cvs15
759 see ChangeLog 2003-07-22
761 2003-07-20 [alfons] 0.9.3claws37
764 put menu inside #ifdef USE_ASPELL..#endif
766 2003-07-20 [christoph] 0.9.3claws36
769 fix wrong flags in MsgInfo returned by
770 procmsg_msginfo_get_full_info()
772 (closes Bug 221 Deleting messages from the Message View gives incorrect
773 new/unread message counts in the folder view)
775 * src/plugins/spamassassin/spamassassin_gtk.c
776 add gettext macro for prefs page title
778 2003-07-20 [paul] 0.9.3claws35
781 redraw icon list on signature check
783 2003-07-20 [christoph] 0.9.3claws34
788 * src/folder_item_prefs.[ch] ** NEW **
793 * src/prefs_scoring.c
795 * src/prefs_folder_item.[ch]
796 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
798 o use prefswindow for folder properties
800 * src/gtk/prefswindow.[ch]
801 change implementation to use an invisible notebook instead
802 of unparenting widgets
804 2003-07-20 [christoph] 0.9.3claws33
810 * src/prefs_filtering.h
811 * src/prefs_folder_item.[ch]
816 (always use 1. typedefs, 2. #includes, 3. structures)
818 * src/common/version.h.in
819 add casts for constants
821 * src/plugins/demo/demo.c
824 * src/plugins/spamassassin/spamassassin.c
825 remove unused variable
827 2003-07-20 [alfons] 0.9.3claws32
830 o make icon buttons respond on left click
831 o minor cosmetic change
833 2003-07-19 [luke] 0.9.3claws31
836 * src/gtk/gtkvscrollbutton.c
838 o improved mimeview behaviour when selecting a new message
839 o plus code cleanups to remove compile warnings
842 2003-07-19 [alfons] 0.9.3claws30
846 * src/common/utils.[ch]
847 subject_get_reply_prefix_length() <- subject_get_prefix_length()
849 2003-07-19 [alfons] 0.9.3claws29
851 * src/prefs_folder_item.c
852 reinit "legacy" tmp_prefs, so we don't free nor use invalid
855 2003-07-19 [luke] 0.9.3claws28
861 * src/stock_pixmap.[ch]
862 * src/gtk/Makefile.am
864 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
865 * src/pixmaps/mime_*.xpm ** NEW **
866 o mimeview rearrangement with a new icon shortcut bar
868 2003-07-19 [alfons] 0.9.3claws27
871 o plug leaking nodes_to_recollapse
872 o add folderview_recollapse_all_nodes() (not used yet)
874 2003-07-19 [alfons] 0.9.3claws26
878 honour #240 "Better SUBJECT handling" by cleaning the prefix
879 for both forwarding as replying
881 2003-07-18 [christoph] 0.9.3claws25
884 * src/common/sylpheed.[ch]
885 * src/common/version.h.in
886 add version in numeric form to allow easy comparison
888 * src/plugins/demo/demo.c
890 - sylpheed version > plugin version => never allowed, sylpheed
891 could contain unknown API changes
892 - sylpheed version < minimum version required => don't load,
893 API required not available (if linking does not fail)
895 2003-07-18 [alfons] 0.9.3claws24
897 * src/common/plugin.[ch]
900 2003-07-18 [christoph] 0.9.3claws23
903 fix crash when hooks where unregisted
905 * src/plugins/trayicon/trayicon.c
906 unregister detroy signal before destroying the widget
907 (still crashes when the plugin is unloaded)
909 2003-07-18 [alfons] 0.9.3claws22
912 delay expanding folder tree during drags until timeout triggered
913 (needs perhaps some tweaking, so testing is welcome)
915 2003-07-17 [alfons] 0.9.3claws21
920 2003-07-17 [christoph] 0.9.3claws20
922 * src/common/session.c
923 fix opening of SSL connections
925 * src/plugins/image_viewer/Makefile.am
926 add OPENSSL_CFLAGS (we should find a better solution to remove
927 this dependencies if they are not required)
929 * src/plugins/spamassassin/spamassassin.c
930 remove setlocale workaround (fixed in libspamc)
932 (closes Bug Bug 184 Entering non-ascii character deletes previous char
933 if spell checking enabled)
935 2003-07-17 [alfons] 0.9.3claws19
937 * src/common/hooks.[ch]
938 * src/plugins/clamav/clamav_plugin.c
939 * src/plugins/spamassassin/spamassassin.c
940 * src/plugins/trayicon/trayicon.c
943 2003-07-17 [alfons] 0.9.3claws18
948 2003-07-17 [alfons] 0.9.3claws17
953 2003-07-17 [paul] 0.9.3claws16
958 add link to the Claws site's FAQ page, after the suggestion
959 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
960 Move url strings to defs.h
963 fix typo to prevent "unknown menu entry" warnings
965 2003-07-17 [alfons] 0.9.3claws15
967 * src/folderview.[ch]
968 * src/summaryview.[ch]
972 2003-07-17 [paul] 0.9.3claws14
975 remove two instances of 'GTK_EVENTS_FLUSH' because
976 they are unnecessary and probably cause a stack overflow
978 2003-07-16 [christoph] 0.9.3claws13
981 use an invisible GTK notebook to switch between viewers
982 instead of reparenting widgets
984 2003-07-16 [christoph] 0.9.3claws12
987 move folder_item_update_freeze() to correct place in
988 folder_item_scan_full()
990 2003-07-16 [paul] 0.9.3claws11
992 * sync with 0.9.3cvs12
993 see ChangeLog 2003-07-14 and 2003-07-15
995 2003-07-16 [christoph] 0.9.3claws10
998 * src/prefs_account.[ch]
999 sync IMAP CRAM-MD5 authentication with sylpheed-main
1001 2003-07-15 [alfons] 0.9.3claws9
1004 make --config-dir do something useful
1006 2003-07-15 [alfons] 0.9.3claws8
1009 o fix a bug where 'last' didn't really point to the last message
1010 in the top level list of children, but to the last threaded
1013 o clean up and make it easier to sync
1015 2003-07-15 [alfons] 0.9.3claws7
1018 make correct menu items sensitive
1020 2003-07-14 [alfons] 0.9.3claws6
1023 tune the threader so it will not subject-thread any message
1024 without a subject prefix (this will not thread correctly if
1025 a parent is delivered after their childs, but it looks
1028 2003-07-13 [christoph] 0.9.3claws5
1031 group "Add mailbox *..." menu items in submenu
1033 2003-07-13 [alfons] 0.9.3claws4
1036 correct summary_toggle_pressed() signature and make sure
1037 signal is not passed on
1039 2003-07-13 [alfons] 0.9.3claws3
1042 o for now don't pass on keys when they we're handled by
1043 ctree::key_press_event
1046 2003-07-13 [alfons] 0.9.3claws2
1049 add command line option "--config-dir" to get the current
1052 2003-07-12 [alfons] 0.9.3claws1
1055 * src/matcher_parser_parse.y
1056 * src/prefs_filtering.c
1058 add "Lock" filter action to lock messages;
1061 remove debug_print()
1062 * src/prefs_filtering.c
1063 re-organize matcher part 9:
1064 make action text entries easily extendible;
1065 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1066 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1071 update old information and add missing
1074 2003-07-12 [paul] 0.9.3claws
1076 * 0.9.3claws released
1078 2003-07-12 [paul] 0.9.0claws103
1083 2003-07-12 [melvin] 0.9.0claws102
1086 Fixed bug #215: Show MIME tab for single text/html messages.
1088 2003-07-12 [paul] 0.9.0claws101
1093 2003-07-12 [paul] 0.9.0claws100
1099 update Spanish, Croatian, Polish, Serbian translations.
1100 submitted by Ricardo Mones Lastra, Dragan, Witold
1101 Wladyslaw Wojciech Wilk, Urke MMI
1103 2003-07-12 [melvin] 0.9.0claws99
1106 Updated French translations.
1108 2003-07-12 [paul] 0.9.0claws98
1111 disable 'Lookup' button as it has no effect
1113 2003-07-11 [alfons] 0.9.0claws97
1116 summary_searchbar_pressed() should return TRUE to signal that
1117 event was handled. when returning void, the return value passed
1118 to GTK is actually random, but maybe FALSE, in which case the
1119 event is handled by parent
1121 2003-07-10 [paul] 0.9.0claws96
1123 * ac/missing/gettext.m4
1124 update to version 0.12
1126 2003-07-10 [paul] 0.9.0claws95
1128 * src/plugins/clamav/clamav_plugin.c
1129 fix bug where multipart/alternative messages
1130 would slip through without being scanned
1132 2003-07-10 [christoph] 0.9.0claws94
1135 correct check if folder supports removing when a message is
1136 moved. if not the message is only copied.
1138 (closes Bug 132 crash on startup in newsgroups folders)
1140 2003-07-09 [alfons] 0.9.0claws93
1144 --with-config-dir (default .sylpheed)
1146 2003-07-09 [christoph] 0.9.0claws92
1149 use PKG_CHECK_MODULES to check for gtkmathview
1150 (version 0.4.2 now required)
1152 2003-07-08 [melvin] 0.9.0claws91
1155 Implemented a progress bar that counts the number of completed
1156 tasks when the action runs more than one command.
1158 2003-07-08 [alfons] 0.9.0claws90
1161 if queued message has an invalid Message-Id, don't try to
1162 find message it refers to (fixes #209 "crash when processing
1165 2003-07-08 [paul] 0.9.0claws89
1167 * sync with 0.9.3cvs2
1168 see ChangeLog 2003-07-08
1170 2003-07-08 [match] 0.9.0claws88
1173 extend LDAP search for first/last name by parsing search term.
1175 2003-07-08 [alfons] 0.9.0claws87
1177 * src/send_message.c
1178 fix bug #208 "Status message stuck when sending on POP3 account"
1180 2003-07-07 [paul] 0.9.0claws86
1183 new Croatian translation, submitted by
1184 Dragan <drleskov@inet.hr>
1186 2003-07-07 [paul] 0.9.0claws85
1188 * sync with 0.9.3cvs1
1189 see ChangeLog 2003-07-07
1191 2003-07-05 [christoph] 0.9.0claws84
1196 * src/stock_pixmap.[ch]
1197 * src/pixmaps/messageview_text.xpm ** NEW **
1198 move mimeview tabs to the right side and use icons
1199 instead of text to save some space
1201 (patch by Luke Plant <lukeplant@softhome.net>)
1203 2003-07-05 [christoph] 0.9.0claws83
1206 add NULL pointer checks
1208 (patch by Luke Plant <lukeplant@softhome.net>)
1209 (closes Bug 204 0.9.0 quits on authentication error?!)
1211 2003-07-05 [alfons] 0.9.0claws82
1214 take the clue in bug #202 "./configure script -
1215 'if test' comparison failure" reported by John Kristoff.
1217 2003-07-04 [christoph] 0.9.0claws81
1219 * src/plugins/spamassassin/spamassassin.c
1220 set timeout for spam check
1222 2003-07-04 [christoph] 0.9.0claws80
1225 destroy all FolderItems when shutting down to
1226 allow folders to clean up
1228 2003-07-04 [melvin] 0.9.0claws79
1230 * src/gtk/gtkaspell.c
1231 Fixed bug #184 "Entering non-ascii character deletes
1232 previous char if spell checking enabled": this makes
1233 the spell checking in multibytes (e.g. UTF-8)locales work.
1234 (Patch by Luke Plant).
1236 2003-07-04 [christoph] 0.9.0claws78
1238 * sync with 0.9.2cvs1
1239 see ChangeLog 2003-06-10
1241 2003-07-04 [paul] 0.9.0claws77
1243 * sync with 0.9.3 release
1244 see ChangeLog 2003-07-04
1246 2003-07-03 [christoph] 0.9.0claws76
1253 move folder_item_get_path() stuff into a folder virtual function
1256 use folder_item_fetch_msg() to get message and do not contruct
1257 the filename from path and number
1259 2003-07-03 [paul] 0.9.0claws75
1261 * sync with 0.9.2cvs12
1262 see ChangeLog 2003-07-03
1264 2003-07-02 [paul] 0.9.0claws74
1267 fix text-selection for replying
1269 2003-07-02 [paul] 0.9.0claws73
1271 * sync with 0.9.2cvs11
1272 see ChangeLog 2003-07-02
1274 2003-07-02 [paul] 0.9.0claws72
1277 revert last commit because it breaks more
1280 2003-07-02 [paul] 0.9.0claws71
1283 fix thread by subject/sort by date
1285 2003-07-01 [paul] 0.9.0claws70
1287 * sync with 0.9.2cvs10
1288 see ChangeLog 2003-07-01
1290 2003-06-30 [paul] 0.9.0claws69
1292 * sync with 0.9.2cvs9
1293 see ChangeLog 2003-06-30
1295 2003-06-28 [match] 0.9.0claws68
1300 2003-06-27 [paul] 0.9.0claws67
1302 * sync with 0.9.2cvs7
1303 see ChangeLog 2003-06-27
1305 2003-06-26 [christoph] 0.9.0claws66
1308 freeze folder updates while a folder is scanned
1310 (closes Bug 185 New message counter)
1312 2003-06-26 [darko] 0.9.0claws65
1315 fix infinite loop when adding a new LDAP server
1317 2003-06-26 [paul] 0.9.0claws64
1319 * sync with 0.9.2cvs6
1320 see ChangeLog 2003-06-26
1322 2003-06-26 [paul] 0.9.0claws63
1324 * sync with 0.9.2cvs5
1325 see ChangeLog 2003-06-25 and 2003-06-26
1327 2003-06-25 [match] 0.9.0claws62
1330 Fixed tab/backtab for dropped-down completion list to
1331 move next/previous field. (close bug 147)
1333 2003-06-25 [christoph] 0.9.0claws61
1335 * src/addr_compl.[ch]
1336 * src/addrindex.[ch]
1344 2003-06-25 [leandro] 0.9.0claws60
1348 o gray out "Message/Remove references" menu item if not
1349 replying to a message
1351 2003-06-24 [leandro] 0.9.0claws59
1354 o removed "Message/Create new thread" menu item
1355 o added "Message/Remove references" menu item
1356 (it's off by default and will not check anymore
1357 if the subject changed)
1359 2003-06-23 [alfons] 0.9.0claws58
1362 try better grouping messages threaded by subject based on their age.
1363 still not perfect - because the message tree is not sorted by date.
1365 2003-06-23 [thorsten] 0.9.0claws57
1368 added mail_receive_hook to allow modifications
1369 directly after retrieval (e.g. adding headers).
1371 2003-06-23 [paul] 0.9.0claws56
1373 * src/sourcewindow.c
1374 enable the use of Ctrl+A to select all text in
1376 Patch submitted by Ivan Francolin Martinez
1377 <ivanfm@users.sourceforge.net>
1379 2003-06-22 [christoph] 0.9.0claws55
1382 o add notification hook for folder tree changes
1383 o invoke hooks after folder tree scanning
1385 * src/folderview.[ch]
1386 register hook for folder tree changes that
1389 (there are more places that should be updated, like add, remove
1392 (closes Bug 164 Crash on rebuild folder tree)
1393 (closes Bug 190 Crash on 'rebuilding folder tree')
1395 2003-06-21 [leandro] 0.9.0claws54
1398 create a new thread if subject changes
1399 (it's on by default, can be disabled in Message menu)
1401 2003-06-21 [alfons] 0.9.0claws53
1404 quiet little compiler
1406 2003-06-21 [christoph] 0.9.0claws52
1408 update gettext stuff to version 0.12
1410 2003-06-19 [alfons] 0.9.0claws51
1413 * src/common/plugin.c
1414 move defs.h before glib.h to prevent MIN/MAX redefs
1421 2003-06-19 [match] 0.9.0claws50
1423 * src/addressbook.[ch]
1424 * src/addrindex.[ch]
1425 * src/addr_compl.[ch]
1427 * src/editldap_basedn.[ch]
1430 re-implemented dynamic LDAP search. works without
1431 slowdown on display sender with addressbook
1436 2003-06-19 [paul] 0.9.0claws49
1439 fix Bug #136 'Nonprovided quotation marks crash claws'
1440 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1442 2003-06-19 [alfons] 0.9.0claws48
1444 * src/prefs_common.[ch]
1446 restrict threading by subject by checking thread for
1447 age (prefs_common.thread_by_subject_max_age)
1449 2003-06-18 [christoph] 0.9.0claws47
1452 fix memory leak in imap_cmd_fetch()
1454 2003-06-18 [christoph] 0.9.0claws46
1457 fix memory leak in prefs_set_default() when used multiple
1458 times or after prefs have been read
1460 2003-06-18 [christoph] 0.9.0claws45
1462 * src/common/plugin.c
1463 fix memory leak in plugin_unload()
1465 2003-06-18 [christoph] 0.9.0claws44
1468 fix memory leak in imap_cmd_ok()
1470 2003-06-18 [christoph] 0.9.0claws43
1473 stop messages that are downloaded from POP3 and added to
1474 an IMAP inbox from being filtered twice (first by POP3
1475 and again when IMAP folder is scaned to get the UID of
1476 the APPEND operation when no UIDPLUS is available)
1485 * tools/launch_phoenix ** REMOVED **
1486 tools/launch_firebird ** NEW **
1487 renamed and edited to reflect the browser's name change from
1488 'phoenix' to 'firebird'
1490 2003-06-18 [paul] 0.9.0claws42
1492 * sync with 0.9.2cvs2
1493 see ChangeLog 2003-06-16
1495 2003-06-17 [alfons] 0.9.0claws41
1498 prevent threading problems when a node is an ancestor (parent / great parent),
1499 which mostly happens with circular references (thanks to Phillipe Gramoullé
1500 for finding an sample set of messages)
1502 2003-06-16 [christoph] 0.9.0claws40
1505 don't popup main window on --receive or --receive-all
1507 * src/mainwindow.[ch]
1508 * src/plugins/trayicon/trayicon.c
1509 allow hiding of main window by clicking on the trayicon
1510 (doesn't work correctly in seperate window mode and may
1511 cause unexpected GTK problems I couldn't find yet)
1514 remove incorrect warning
1516 2003-06-15 [alfons] 0.9.0claws39
1518 * src/gtk/gtkstext.c
1519 don't output debug text;
1520 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1521 for pointing this out);
1523 2003-06-14 [alfons] 0.9.0claws38
1526 remove printf() and make one if..else comply with coding style
1528 2003-06-14 [alfons] 0.9.0claws37
1533 * src/messageview.[ch]
1535 apply patch #754162 "Quoting messages filtered by actions" submitted
1536 by Martin Wicke, which allows quoting message body changed by an
1539 2003-06-13 [alfons] 0.9.0claws36
1542 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1543 use case insensitive regexp (suggested by Ivan Martinez)
1545 2003-06-13 [christoph] 0.9.0claws35
1548 * src/plugins/trayicon/Makefile.am
1549 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1550 * src/plugins/trayicon/trayicon.c
1551 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1552 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1553 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1554 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1555 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1556 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1557 replace my own EggTrayIcon backport with the backport
1558 used by (l|x)mule and gabber.
1560 2003-06-13 [alfons] 0.9.0claws34
1563 * src/common/utils.c
1564 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1566 2003-06-13 [alfons] 0.9.0claws33
1569 clean up a little bit
1571 2003-06-12 [alfons] 0.9.0claws32
1574 const correctness fix
1576 * src/common/sylpheed.[ch]
1578 prevent redef MIN/MAX
1580 * src/common/utils.[ch]
1583 2003-06-12 [melvin] 0.9.0claws31
1586 Updated to take into accounts changes in GtkAspell.
1588 2003-06-12 [alfons] 0.9.0claws30
1592 * src/common/utils.[ch]
1593 handle reply subject prefixes better (initial
1594 suggestion by Robert Story adapted and enhanced
1597 2003-06-12 [melvin] 0.9.0claws29
1600 Use new gtkaspell_checkers_strerror() to get the speller's
1601 error message instead of accessing the (now private)
1606 Use #ifdef instead of #if for USE_ASPELL
1607 Use the new spell checkers init/quit functions
1609 * src/gtk/gtkaspell.c
1610 Use #ifdef instead of #if for USE_ASPELL
1611 Moved in the majority of GtkAspell structures that were
1612 exported before by gtkaspell.h
1614 * src/gtk/gktaspell.h
1615 Made gtkaspell.h contain only the necessary data to be
1616 publicized by moving many structures to gtkaspell.c.
1617 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1618 gtkaspell_checkers_new(): replaced by...
1619 gtkaspell_checkers_init(): new function for initialization
1620 gtkaspell_checkers_delete(): replaced by...
1621 gtkaspell_checkers_quit(): new function
1622 gtkaspell_checkers_strerror(): new function that returns
1623 the checker's last error message.
1625 2003-06-11 [melvin] 0.9.0claws28
1628 Updated to take into account gtkaspell.c migration to
1629 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1631 2003-06-10 [alfons] 0.9.0claws27
1633 * src/filtering.[ch]
1637 - try fixing bug #18 (any brave testers?)
1638 - add more robustness by refusing previously
1639 unchecked NULL pointers
1641 2003-06-10 [alfons] 0.9.0claws26
1644 fix bug #176 by don't checking MsgInfos with a NULL msgid
1646 2003-06-09 [alfons] 0.9.0claws25
1648 * src/prefs_common.c
1649 fix bug #163 "Icon switching doesnt work properly" by
1650 preventing early freeing of prefs_common.pixmap_theme_path.
1652 2003-06-09 [christoph] 0.9.0claws24
1654 * src/gtk/gtkaspell.c
1655 revert Thorsten's fix and add forgotten g_strdup for
1656 aspell path (it should not be possible to alter the path a
1657 GtkASpell uses from outside)
1659 2003-06-09 [thorsten] 0.9.0claws23
1661 * src/gtk/gtkaspell.c
1662 dont free prefs_common.aspell_path when closing compose
1664 2003-06-08 [colin] 0.9.0claws22
1666 * src/plugins/spamassassin/spamassassin.c
1669 2003-06-07 [christoph] 0.9.0claws21
1673 * src/gtkaspell.[ch] ** REMOVE **
1674 * src/gtk/Makefile.am
1675 * src/gtk/gtkaspell.[ch] ** NEW **
1676 o make gtkaspell independent from sylpheed's prefs
1677 o move gtkaspell.[ch] to gtk directory
1679 2003-06-07 [christoph] 0.9.0claws20
1684 * src/filesel.[ch] ** REMOVE **
1687 * src/common/sylpheed.[ch]
1688 * src/gtk/Makefile.am
1689 * src/gtk/filesel.[ch] ** NEW **
1690 * src/gtk/pluginwindow.c
1691 * src/gtk/sslcertwindow.c
1692 move filesel.[ch] to gtk directory
1694 2003-06-07 [alfons] 0.9.0claws19
1697 make (multi) file selection dialog work again (Claws-only)
1699 2003-06-07 [thorsten] 0.9.0claws18
1704 2003-06-07 [alfons] 0.9.0claws17
1708 detect apache mishap in which case don't include fnmatch.h
1709 if regex.h is already included
1711 2003-06-06 [christoph] 0.9.0claws16
1715 add check for fnmatch.h and include it when available
1718 fix wrong case sensitivity of Content-Types
1720 * src/gtk/Makefile.am
1721 need the same include paths in gtk directory as in
1722 common directory because .h files in common can
1723 include files from these directories, when included
1724 in gtk's .h or .c files
1726 2003-06-06 [alfons] 0.9.0claws15
1730 make it compile again because of regex.h / fnmatch.h
1731 include problems (related to recent mime stuff, can
1732 someone check this?)
1734 2003-06-06 [thorsten] 0.9.0claws14
1737 possible use of uninitialized pointer while dragging
1739 2003-06-06 [paul] 0.9.0claws13
1742 fix bug where the insert sig button would be effective
1743 only when auto_sig was set
1745 2003-06-06 [paul] 0.9.0claws12
1747 * sync with 0.9.2 release
1749 2003-06-02 [paul] 0.9.0claws11
1751 * sync with 0.9.1cvs1
1752 see ChangeLog 2003-06-02
1757 2003-06-01 [christoph] 0.9.0claws10
1760 don't use substring search to find accounts by email address
1762 (closes Bug 169 Overly loose matching of "From" address)
1764 2003-05-31 [christoph] 0.9.0claws9
1766 * doc-src/rfc2683.txt
1768 limit IMAP command length as recommended in RFC2683
1769 (message number lists will be split into multiple imap
1770 sets, the limit of 1000 octets is not a hard limit)
1772 (closes Bug 161 sylpheed-claws exits with segfault when logging
1773 in to certain imap-servers)
1775 2003-05-29 [alfons] 0.9.0claws8
1778 add print button (calling summary_print());
1779 fine tune setting tooltip text;
1780 (if someone needs other buttons, please take these
1781 commits as a guide, instead of bothering us - also
1784 2003-05-29 [darko] 0.9.0claws7
1787 fix crash when word wrapping kicks in due to
1788 changed text by spell checker
1790 2003-05-29 [paul] 0.9.0claws6
1793 fix bug where changing account would insert
1794 sig even if auto_sig was FALSE
1799 sync with 0.9.1 release
1801 2003-05-28 [christoph] 0.9.0claws5
1804 fix truncation of too long commands
1806 (closes Bug 167 IMAP hangs trying to get envelope
1807 information in imap_get_uncached_messages)
1809 2003-05-27 [paul] 0.9.0claws4
1812 tools/maildir2sylpheed.pl ** NEW FILE **
1813 add kmail to sylpheed mailbox conversion script
1815 2003-05-27 [paul] 0.9.0claws3
1817 * sync with 0.9.0cvs10
1818 see ChangeLog 2003-05-26
1820 2003-05-26 [paul] 0.9.0claws2
1822 * sync with 0.9.0cvs9
1823 see ChangeLog 2003-05-26
1825 2003-05-24 [paul] 0.9.0claws1
1827 * sync with 0.9.0cvs8
1828 see ChangeLog 2003-05-23
1830 2003-05-24 [paul] 0.9.0claws
1832 * version 0.9.0claws released
1834 2003-05-24 [paul] 0.8.11claws177
1836 * src/plugins/dillo-viewer/Makefile.am
1837 src/plugins/traycon/Makefile.am
1847 update Bulgarian, British English, Spanish, Italian,
1848 Brazilian Portuguese, Russian, and Serbian translations,
1849 submitted by George Danchev, [me], Ricardo Mones Lastra,
1850 André Filipe de Assunção e Brito, Alessandro Maestri,
1851 Ruslan N. Balkin, and Urke MMI
1853 2003-05-23 [melvin] 0.8.11claws176
1856 Updated French translations
1858 2003-05-22 [paul] 0.8.11claws175
1869 src/editldap_basedn.c
1873 revert to get ldap into it previous working state
1876 new Taiwanese translation,
1877 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1879 2003-05-22 [christoph] 0.8.11claws174
1881 * src/plugins/spamassassin/libspamc.[ch]
1882 sync libspamc with SpamAssaain release 2.55
1884 2003-05-22 [paul] 0.8.11claws173
1886 * sync with 0.9.0cvs7
1887 see ChangeLog 2003-05-22
1890 revert change in 0.8.11claws172: follow
1891 Hiroyuki's decision and that's the end of it.
1893 2003-05-21 [paul] 0.8.11claws172
1896 fix discrepency between open_unread_on_enter
1899 2003-05-21 [paul] 0.8.11claws171
1901 * sync with 0.9.0cvs6
1902 see ChangeLog 2003-05-21
1904 2003-05-21 [paul] 0.8.11claws170
1906 * sync with 0.9.0cvs5
1907 see ChangeLog 2003-05-21
1909 2003-05-20 [paul] 0.8.11claws169
1911 * sync with 0.9.0cvs4
1912 see ChangeLog 2003-05-20
1913 fixes bug #152, 'encoding of IMAP folders names'
1915 2003-05-20 [paul] 0.8.11claws168
1917 * sync with 0.9.0cvs3
1918 see ChangeLog 2003-05-20
1920 * src/tools/convert_mbox.pl
1921 minor change in the comments, submitted by Fred Marton
1923 2003-05-19 [paul] 0.8.11claws167
1925 * src/plugins/clamav/Makefile.am
1927 link clamav_lib to the plugin and not to the main program
1929 2003-05-19 [christoph]
1932 add -export-dynamic for linking
1934 2003-05-19 [paul] 0.8.11claws166
1936 * sync with 0.9.0cvs1
1937 see ChangeLog 2003-05-19
1939 2003-05-19 [paul] 0.8.11claws165
1942 fix 'pop before smtp' timeout
1944 2003-05-18 [alfons] 0.8.11claws164
1946 * src/prefs_matcher.c
1947 put "execute" action command line ("expression") in edit box
1949 2003-05-18 [christoph] 0.8.11claws163
1952 * src/plugins/dillo_viewer/dillo_viewer.c
1953 * src/plugins/image_viewer/viewer.c
1954 * src/plugins/mathml_viewer/mathml_viewer.c
1955 let a viewer have a list of Content-Types
1957 2003-05-18 [paul] 0.8.11claws162
1959 * src/prefs_filtering.c
1960 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1961 and REDIRECT actions
1963 2003-05-17 [christoph]
1966 o remove dynamic signatures that was syned with main
1967 o add infos about no longer "build in" image viewer
1968 o update bugtracker URL
1970 2003-05-17 [christoph] 0.8.11claws161
1975 don't use imap_scan_folder anymore. Instead call folder_item_scan
1976 for every folder after rebuilding the folder tree.
1978 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1981 2003-05-17 [christoph] 0.8.11claws160
1984 don't use STATUS command on current folder to check for
1985 content changes. imap_cmd_ok() now tracks changes to
1986 folder and number of existing messages.
1988 2003-05-17 [paul] 0.8.11claws159
1990 * src/plugins/clamav/clamav_plugin.c
1991 remove unnecessary debug_print
1993 2003-05-16 [thorsten] 0.8.11claws158
1995 * src/plugins/demo.c
1996 included missing intl.h
1998 2003-05-16 [paul] 0.8.11claws157
2001 remove non-existant entries
2003 * src/plugins/clamav/clamav_plugin.c
2004 src/plugins/clamav/clamav_plugin_gtk.c
2005 src/plugins/dillo_viewer/dillo_prefs.c
2006 src/plugins/dillo_viewer/dillo_viewer.c
2009 2003-05-16 [christoph] 0.8.11claws156
2012 include plugin .c files for translation until I
2013 find a better solution to have plugins have their
2015 * src/plugins/demo/demo.c
2016 * src/plugins/image_viewer/plugin.c
2017 * src/plugins/mathml_viewer/mathml_viewer.c
2018 * src/plugins/spamassassin/spamassassin.c
2019 * src/plugins/spamassassin/spamassassin_gtk.c
2020 * src/plugins/trayicon/trayicon.c
2021 add gettext macros for plugin name and description
2027 2003-05-16 [paul] 0.8.11claws155
2029 * sync with lastest 0.9.0pre1
2030 see ChangeLog 2003-05-16
2032 2003-05-15 [paul] 0.8.11claws154
2034 * sync with latest 0.9.0pre1
2035 see ChangeLog 2003-05-14 and 2003-05-15
2037 2003-05-14 [christoph] 0.8.11claws153
2039 * src/plugins/image_viewer/viewer.c
2040 * src/plugins/image_viewer/viewer.glade ** NEW **
2041 * src/plugins/image_viewer/viewerprefs.c
2042 make it possible to disable the autoload function in the
2045 2003-05-14 [christoph] 0.8.11claws152
2048 fix folder update after adding a message
2050 2003-05-13 [alfons] 0.8.11claws151
2052 * src/common/session.c
2055 * src/addrcache.[ch]
2056 * src/filtering.[ch]
2058 * src/gtkaspell.[ch]
2060 * src/mbox_folder.[ch]
2065 * src/passphrase.[ch]
2066 * src/prefs_common.[ch]
2067 * src/prefs_gtk.[ch]
2070 be pedantic; (in prototypes () implies (int))
2072 2003-05-13 [alfons] 0.8.11claws150
2074 * src/prefs_toolbar.[ch]
2075 * src/summaryview.[ch]
2077 change misleading text in toolbar prefs;
2078 add toolbar action for ignore thread (toggles ignore thread flag);
2079 clean up a little bit;
2083 * tools/convert_mbox.pl
2084 bug fixed by Fred Marton
2088 * sync with 0.9.0pre1
2090 2003-05-09 [paul] 0.8.11claws149
2092 * sync with 0.8.11cvs43
2093 see ChangeLog 2003-05-09
2095 2003-05-08 [christoph] 0.8.11claws148
2098 o use CAPABILIY as first command and check for PREAUTH
2099 information in the response to it
2100 o rewrite all imap_cmd_* functions to use an IMAPSession
2101 instead of a SockInfo as parameter
2102 o do STARTTLS after fetching and checking the server
2105 2003-05-08 [paul] 0.8.11claws147
2109 tools/convert_mbox.pl ** NEW FILE **
2110 add mbox conversion script. Submitted by
2111 Fred Marton <Fred.Marton@uni-bayreuth.de>
2113 2003-05-07 [christoph]
2116 * src/gtk/pluginwindow.glade
2117 * src/plugins/image_viewer/viewerprefs.glade
2118 * src/plugins/spamassassin/spamassassin_gtk.glade
2119 add glade files for user interfaces and a description how
2120 to use glade to create the sylpheed code
2122 2003-05-07 [paul] 0.8.11claws146
2124 * sync with 0.8.11cvs41
2125 see ChangeLog 2003-05-07
2127 2003-05-06 [christoph] 0.8.11claws145
2130 * src/plugins/image_viewer/viewer.c
2131 fix usage of imlib in imageviewer plugin
2133 * src/gtk/prefswindow.c
2134 handle window close event correctly
2136 2003-05-06 [paul] 0.8.11claws144
2139 fix typo introduced in sync
2141 2003-05-06 [paul] 0.8.11claws143
2143 * sync with 0.8.11cvs39
2144 see ChangeLog 2003-05-06
2146 2003-05-06 [paul] 0.8.11claws142
2150 updated Czech translation, submitted by
2151 Radek Vybiral <Radek.Vybiral@vsb.cz>
2153 * src/plugins/clamav/clamav_plugin_gtk.c
2156 2003-05-03 [alfons] 0.8.11claws141
2159 make paste as quotation work even when the call to
2160 text_inserted() was deferred (fixes bug #140 "Paste
2161 as quotation does not work when using "external"
2164 2003-05-03 [thorsten] 0.8.11claws140
2169 removed C++ comments
2171 function with non-int retval/param used before
2172 implementation/declaration
2174 2003-05-02 [paul] 0.8.11claws139
2176 * src/addr_compl.[ch]
2177 src/addressbook.[ch]
2180 revert match's changes to (finally) remove the bug where
2181 opening a folder causes massive slowdown when using the
2182 'Display sender using address book' option
2184 2003-05-01 [melvin] 0.8.11claws138
2186 * src/plugins/dillo_viewer/dillo_prefs.[ch]
2187 * src/plugins/dillo_viewer/dillo_viewer.c
2188 Fixed bug where "Cancel" button from prefs issued
2190 Comply a little more to coding style
2192 2003-05-01 [paul] 0.8.11claws137
2194 * sync with 0.8.11cvs38
2195 see ChangeLog 2003-05-01
2197 2003-05-01 [paul] 0.8.11claws136
2200 updated by George Danchev
2202 2003-04-30 [christoph] 0.8.11claws135
2204 * src/plugins/dillo_viewer/dillo_prefs.c
2205 * src/plugins/image_viewer/viewerprefs.c
2206 * src/plugins/spamassassin/spamassassin_gtk.c
2207 remove gtk_widget_ref() calls for widgets in
2210 2003-04-30 [paul] 0.8.11claws134
2213 ok, this time a better fix for the bug where opening folder
2214 has massive slowdown when using the 'Display sender using
2215 address book' option
2217 2003-04-30 [paul] 0.8.11claws133
2220 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2222 2003-04-30 [melvin] 0.8.11claws132
2224 New: Dillo plugin preferences (patch by Dimitar Haralanov)
2226 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
2227 Preferences for the dillo plugin
2228 * src/plugins/dillo_viewer/dillo_viewer.c
2229 Support for preferences
2230 * src/plugins/dillo_viewer/Makefile.am
2231 Added dillo_prefs.[ch]
2233 2003-04-30 [alfons] 0.8.11claws131
2235 * src/common/plugin.[ch]
2236 see? this ANSI C'fication immediately gives us type
2239 2003-04-30 [alfons] 0.8.11claws130
2241 * src/common/plugin.[ch]
2242 * src/plugins/clamav/clamav_plugin.[ch]
2243 * src/plugins/clamav/clamav_plugin_gtk.c
2244 * src/plugins/demo/demo.c
2245 * src/plugins/dillo_viewer/dillo_viewer.c
2246 * src/plugins/image_viewer/plugin.c
2247 * src/plugins/image_viewer/viewer.[ch]
2248 * src/plugins/image_viewer/viewerprefs.[ch]
2249 * src/plugins/mathml_viewer/mathml_viewer.c
2250 * src/plugins/spamassassin/spamassassin.[ch]
2251 * src/plugins/spamassassin/spamassassin_gtk.c
2252 * src/plugins/trayicon/trayicon.c
2255 2003-04-30 [alfons] 0.8.11claws129
2257 * src/common/utils.c
2258 make is_ascii_str() fail gracefully when NULL pointer
2261 2003-04-30 [paul] 0.8.11claws128
2264 fix bug where opening folder has massive slowdown when
2265 using the 'Display sender using address book' option
2267 2003-04-30 [paul] 0.8.11claws127
2269 * src/plugins/clamav/clamav_plugin.c
2270 src/plugins/clamav/clamav_plugin_gtk.c
2271 src/plugins/demo/demo.c
2272 src/plugins/dillo_viewer/dillo_viewer.c
2273 src/plugins/image_viewer/plugin.c
2274 src/plugins/mathml_viewer/mathml_viewer.c
2275 src/plugins/spamassassin/spamassassin.c
2276 src/plugins/spamassassin/spamassassin_gtk.c
2277 src/plugins/trayicon/trayicon.c
2278 get rid of eye-hurting function signatures
2280 2003-04-30 [paul] 0.8.11claws126
2282 * src/plugins/trayicon/trayicon.c
2288 2003-04-30 [paul] 0.8.11claws125
2291 arrange the plugins in reverse alphabetical order
2293 * src/plugins/clamav/clamav_plugin.[ch]
2294 src/plugins/clamav/clamav_plugin_gtk.c
2296 resize max_size window
2297 re-arrange the order of some gui elements
2298 improve descriptions
2300 * src/plugins/image_viewer/plugin.c
2301 src/plugins/mathml_viewer/mathml_viewer.c
2304 * src/plugins/spamassassin/spamassassin_gtk.c
2305 resize max_size window
2306 re-arrange the order of some gui elements
2312 2003-04-30 [alfons] 0.8.11claws124
2315 fix a leak found while browsing Martin Kluge's
2316 valgrind log (Claws only)
2318 2003-04-29 [darko] 0.8.11claws123
2320 * src/gtk/gtkstext.h
2321 include wchar.h if it is available, fixes compilation
2324 2003-04-29 [melvin] 0.8.11claws122
2326 * src/prefs_actions.c
2327 Improved help text of Actions' syntax
2329 2003-04-28 [paul] 0.8.11claws121
2332 a better fix for the crash when performing an action
2335 2003-04-28 [paul] 0.8.11claws120
2338 fix crash when performing an action on a
2341 2003-04-28 [paul] 0.8.11claws119
2343 * sync with 0.8.11cvs36
2344 see ChangeLog 2003-04-28
2346 2003-04-27 [paul] 0.8.11claws118
2348 * more sync with 0.8.11cvs35
2349 see ChangeLog 2003-04-25
2351 2003-04-26 [christoph] 0.8.11claws117
2354 fix remove virtual check
2356 2003-04-26 [paul] 0.8.11claws116
2359 fix return-receipt, make it work again
2361 2003-04-26 [paul] 0.8.11claws115
2364 restore double-clicking of the [application/pgp-signature
2365 (Select "Check signature" to check)] line in the message view,
2366 broken in recent sync
2368 2003-04-26 [christoph] 0.8.11claws114
2371 check if remove virtual really exists before
2372 calling the function
2374 2003-04-25 [match] 0.8.11claws113
2378 * src/ldapquery.[ch]
2381 * src/ldapserver.[ch]
2382 fix memleak. fix segfault.
2383 plug a Claws memleak
2385 2003-04-25 [alfons] 0.8.11claws112
2388 plug a Claws memleak
2390 2003-04-25 [alfons] 0.8.11claws111
2392 * src/common/session.c
2395 2003-04-25 [paul] 0.8.11claws110
2397 * sync with 0.8.11cvs35
2398 see ChangeLog 2003-04-24 and 2003-04-25
2400 * src/gtk/pluginwindow.c
2401 correct another strange float value
2403 2003-04-24 [christoph] 0.8.11claws109
2406 freeze folder item updates when unsetting new flags
2408 * src/gtk/pluginwindow.c
2409 correct strange float value
2411 2003-04-23 [paul] 0.8.11claws108
2413 * sync with 0.8.11cvs33
2414 see ChangeLog 2003-04-23
2416 2003-04-22 [paul] 0.8.11claws107
2421 src/pgptext.[ch] ** REMOVED **
2422 remove pgptext.[ch] as its not used any more
2424 2003-04-22 [paul] 0.8.11claws106
2426 * sync with 0.8.11cvs31
2427 see ChangeLog 2003-04-21 and 2003-04-22
2429 2003-04-21 [alfons] 0.8.11claws105
2432 No access to GTK structures if we're a spawned child
2433 (and clean up code a little bit...) Should fix #126.
2435 2003-04-21 [melvin] 0.8.11claws104
2437 * src/plugins/dillo_viewer/README
2438 Improved slightly the text.
2440 2003-04-21 [melvin] 0.8.11claws103
2442 * src/plugins/dillo_viewer/README *** NEW ***
2443 Added a README file for the Dillo plugin
2448 tools/outlook2sylpheed.pl
2449 updated and improved by Ricardo Mones Lastra
2451 2003-04-18 [oliver] 0.8.11claws102
2454 * src/prefs_account.h
2455 remove Pop3SessionType (used by selective download)
2456 * src/prefs_toolbar.c
2457 enable set Default Toolbar button
2459 2003-04-18 [paul] 0.8.11claws101
2461 * sync with 0.8.11cvs29
2462 see ChangeLog 2003-04-18
2464 2003-04-17 [paul] 0.8.11claws100
2466 * src/prefs_common.[ch]
2468 remove 'Open next message on deletion' option,
2469 as the same effect can now be achieved via the
2470 'Always open messages in summary when selected'
2473 2003-04-17 [paul] 0.8.11claws99
2475 * sync with 0.8.11cvs28
2476 see ChangeLog 2003-04-17
2478 2003-04-17 [christoph] 0.8.11claws98
2480 * ac/spamassassin.m4
2481 * src/plugins/spamassassin/libspamc.[ch]
2482 * src/plugins/spamassassin/utils.[ch]
2483 sync libspamc with SpamAssassin project
2485 2003-04-17 [christoph] 0.8.11claws97
2487 * src/common/socket.h
2488 * src/gtk/sslcertwindow.h
2489 rename old USE_SSL to USE_OPENSSL
2491 2003-04-17 [paul] 0.8.11claws96
2493 * src/prefs_common.h
2494 use gulong for P_COLOR so that it compiles/runs on
2495 64-bit systems. Patch submitted by James Noyes
2496 <jnoyes-claws@retrogeeks.com>
2501 2003-04-17 [paul] 0.8.11claws95
2503 * sync with 0.8.11cvs27
2504 see ChangeLog 2003-04-16
2506 2003-04-15 [paul] 0.8.11claws94
2508 * src/prefs_common.[ch]
2509 rearrange to stop the window getting too long:
2510 move Receive dialog stuff to Receive tab
2511 move Send dialog to Send tab
2512 remove Dialogs frame
2513 rename 'Open messages in summary with cursor keys' to
2514 'Always open messages in summary when selected', as its
2517 2003-04-15 [paul] 0.8.11claws93
2519 * src/prefs_common.[ch]
2521 add new option '/Interface/Open next message on deletion'
2523 2003-04-15 [paul] 0.8.11claws92
2525 * src/summaryview.[ch]
2526 add /Mark/Lock and /Mark/Unlock to the pop-up
2527 menu. Patch submitted by Ivan Francolin Martinez
2528 <ivanfm@users.sourceforge.net>
2530 2003-04-15 [paul] 0.8.11claws91
2532 * sync with 0.8.11cvs24
2533 see ChangeLog 2003-04-15
2535 2003-04-14 [jens] 0.8.11claws90
2537 * updated German translation and some corrections from
2538 Roland Bless <bless@tm.uka.de>
2540 2003-04-14 [paul] 0.8.11claws89
2542 * sync with 0.8.11cvs22
2543 see ChangeLog 2003-04-14
2545 2003-04-13 [paul] 0.8.11claws88
2547 * src/plugins/clamav/clamav_plugin.c
2551 2003-04-12 [paul] 0.8.11claws87
2553 * src/plugins/clamav/clamav_plugin.c
2554 activate enable/disable archive scanning option
2556 * src/plugins/clamav/.cvsignore ** NEW FILE **
2558 2003-04-12 [paul] 0.8.11claws86
2560 * src/plugins/Makefile.am
2561 src/plugins/clamav/Makefile.am ** NEW FILE **
2562 src/plugins/clamav/README ** NEW FILE **
2563 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2564 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2565 add Clam AntiVirus plugin
2567 2003-04-12 [paul] 0.8.11claws85
2569 * sync with 0.8.11cvs21
2570 see ChangeLog 2003-04-11
2572 2003-04-11 [paul] 0.8.11claws84
2575 update Spanish translation. Submitted by Ricardo
2578 2003-04-10 [christoph] 0.8.11claws83
2581 fix typo that did not move unfiltered mails to destination
2584 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2585 when filtering from spool)
2587 2003-04-10 [christoph] 0.8.11claws82
2590 use BODY.PEEK instead of BODY in in message fetch operation
2591 to make sure the IMAP server does not set the \Seen flag for
2592 messages. Sylpheed does that later itself, when the message
2593 is opened in sylpheed
2595 (closes Bug 111 Claws destroys unread marks)
2597 2003-04-09 [oliver] 0.8.11claws81
2600 fix crash in folder_destroy
2602 remove selective download
2604 2003-04-09 [christoph] 0.8.11claws80
2607 fix crash in imap_get_msginfo() when then fetched message
2610 (closes Bug 110 Crash during mail composition)
2612 2003-04-08 [christoph] 0.8.11claws79
2615 * src/prefs_account.c
2616 Filter new messages that are found in an INBOX folder
2617 when 'Filter messages on receiving' is enabled in the
2618 Folder's AccountPrefs. This allows to use Sylpheed's
2619 filtering engine for IMAP folders where messages are
2620 added to the INBOX by a MTA
2622 2003-04-08 [paul] 0.8.11claws78
2625 clean up after last commit
2627 2003-04-08 [paul] 0.8.11claws77
2629 * sync with 0.8.11cvs20
2630 see ChangeLog 2003-04-07 and 2003-04-08
2632 2003-04-07 [christoph] 0.8.11claws76
2634 * src/filtering.[ch]
2638 add procmsg_msginfo_filter() to execute filtering actions
2640 2003-04-06 [christoph] 0.8.11claws75
2643 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2645 2003-04-06 [christoph] 0.8.11claws74
2647 * src/common/utils.[ch]
2648 add g_int_compare() function for slist sorting
2651 fetch all MsgInfos with one command in imap_get_msginfos()
2652 using an imap set with a list of ranges
2655 use new g_int_compare() function
2657 2003-04-06 [thorsten] 0.8.11claws73
2660 corrected implementation of mh_folder_destroy()
2662 2003-04-05 [christoph] 0.8.11claws72
2679 * src/gtk/gtkutils.c
2680 o rename structure field names class and new to klass and
2681 new_msgs, to allow including files in C++
2682 o add 'extern "C"' block to some header files
2683 o add MsgInfoList and MsgNumberList as alias for GSList for
2684 developers to know what type of list is expected
2686 * src/plugins/image_viewer/plugin.c
2687 * src/plugins/image_viewer/viewer.[ch]
2688 * src/plugins/image_viewer/viewerprefs.[ch]
2689 rename function names to prevent conflicts
2691 2003-04-05 [paul] 0.8.11claws71
2693 * sync with 0.8.11cvs18
2694 see ChangeLog 2003-04-03 and 2003-04-04
2696 2003-04-02 [christoph] 0.8.11claws70
2700 * src/mbox_folder.[ch]
2703 o Make all virtual folder functions private
2704 o remove unused folder code
2706 * src/common/socket.[ch]
2710 2003-03-30 [alfons] 0.8.11claws69
2712 * src/send_message.c
2713 remove two debug traces and see if people still report
2716 2003-03-30 [alfons] 0.8.11claws68
2718 * src/send_message.c
2719 * src/commons/session.c
2720 add more debug traces
2722 2003-03-30 [christoph] 0.8.11claws67
2725 change processing folder name from .processing to processing
2728 disable SSL certificate check because it causes Xlib error
2729 when the child process want's to open an GTK window
2731 2003-03-30 [christoph] 0.8.11claws66
2734 don't use default folder for processing folder item because
2735 it can be a non local folder
2737 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2739 2003-03-30 [alfons] 0.8.11claws65
2741 * src/send_message.c
2742 try fixing crashes when sending messages: my gcc 2.95.4 seems
2743 to generate bad code for 'send_send_data_progressive': When
2744 called from 'send_send_data_finished', the 'data' pointer is
2745 cleared just before the assignment to the dialog pointer
2747 2003-03-29 [christoph] 0.8.11claws64
2749 * src/common/prefs.h
2750 * src/plugins/image_viewer/Makefile.am
2751 * src/plugins/image_viewer/plugin.c
2752 * src/plugins/image_viewer/viewer.[ch]
2753 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2754 add PrefsPage for ImageViewer
2756 2003-03-28 [thorsten] 0.8.11claws63
2758 * src/common/session.c
2761 2003-03-28 [paul] 0.8.11claws62
2763 * sync with 0.8.11cvs16
2764 see ChangeLog 2003-03-28
2766 2003-03-28 [paul] 0.8.11claws61
2768 * sync with 0.8.11cvs15
2769 see ChangeLog 2003-03-28
2771 2003-03-27 [christoph] 0.8.11claws60
2775 * src/common/socket.[ch]
2776 set socket state to DISCONNECTED when any operation
2777 fails to allow reconnecting in IMAP code without
2778 checking the return code of all calls to the command
2783 remove some more stuff that depends on specific
2786 2003-03-27 [paul] 0.8.11claws59
2788 * sync with 0.8.11cvs14
2789 see ChangeLog 2003-03-27
2791 * src/selective_download.[ch] ** REMOVED **
2794 2003-03-27 [christoph] 0.8.11claws58
2797 fix handling of tmp_flags in flag copy function
2799 2003-03-27 [paul] 0.8.11claws57
2801 * sync with 0.8.11cvs13
2802 see ChangeLog 2003-03-27
2804 2003-03-27 [oliver] 0.8.11claws56
2807 remove sel_download_cb
2809 2003-03-27 [oliver] 0.8.11claws55
2814 2003-03-26 [oliver] 0.8.11claws54
2819 remove selective donwload readme
2821 2003-03-26 [oliver] 0.8.11claws53
2823 * src/matcher_parser_parse.y
2825 * src/prefs_account.[ch]
2826 * src/prefs_filtering.c
2827 remove selective donwload
2829 2003-03-26 [oliver] 0.8.11claws52
2834 remove selective donwload
2836 2003-03-26 [oliver] 0.8.11claws51
2839 * src/selective_download.[ch] ** REMOVE **
2841 2003-03-26 [christoph] 0.8.11claws50
2844 fix NEWS that got broken by a sync with sylpheed-main
2846 2003-03-26 [christoph] 0.8.11claws49
2849 fix mime type guessing when no mime type is found for a file
2851 2003-03-25 [christoph] 0.8.11claws48
2855 remove mime type guessing from mime parser and use
2856 name based mime types in viewer lookup for mime type
2857 application/octet-stream
2859 2003-03-25 [christoph] 0.8.11claws47
2861 * doc-src/readme.txt
2862 * doc-src/rfc2554.txt
2863 add RFC about SMTP AUTH
2865 * src/send_message.c
2866 * src/common/smtp.[ch]
2867 add extra error code for authentication errors and
2868 clear temporary password when this error occurs
2870 (closes Bug 84 authentication failure while sending should
2871 prompt for password again)
2873 2003-03-25 [christoph] 0.8.11claws46
2877 * src/imageview.[ch] ** REMOVE **
2878 * src/messageview.[ch]
2880 * src/prefs_common.[ch]
2882 * src/plugins/Makefile.am
2883 * src/plugins/image_viewer/.cvsignore ** NEW **
2884 * src/plugins/image_viewer/Makefile.am ** NEW **
2885 * src/plugins/image_viewer/plugin.c ** NEW **
2886 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2887 move image viewer into a plugin (building is enabled by default)
2888 [ToDo: Prefs for resize and autoview]
2890 2003-03-25 [paul] 0.8.11claws45
2892 * sync with 0.8.11cvs12
2893 see ChangeLog 2003-03-26
2895 2003-03-25 [paul] 0.8.11claws44
2897 * sync with 0.8.11cvs11
2898 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2900 Note: Selective Download is broken.
2902 2003-03-22 [christoph] 0.8.11claws43
2905 code cleanup for flags copying
2907 2003-03-22 [christoph] 0.8.11claws42
2909 * src/plugins/trayicon/trayicon.c
2910 fix setting the transparent area when the window size
2911 is forced by the system tray
2913 2003-03-22 [christoph] 0.8.11claws41
2915 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2916 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2917 * src/plugins/trayicon/newmail.xpm ** NEW **
2918 * src/plugins/trayicon/nomail.xpm ** NEW **
2919 * src/plugins/trayicon/trayicon.c
2920 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2921 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2922 o add icon for unread mails
2923 o set transparency for window
2925 2003-03-22 [christoph] 0.8.11claws40
2928 init news session to prevent crash when session is closed
2930 2003-03-22 [christoph] 0.8.11claws39
2933 * src/common/session.[ch]
2934 Init session data to make sure we don't have invalid pointers
2935 for read_ch and write_ch when new multi process sessions are
2939 * src/common/plugin.c
2940 * src/common/sylpheed.c
2941 * src/plugins/demo/demo.c
2942 * src/plugins/dillo_viewer/dillo_viewer.c
2943 * src/plugins/mathml_viewer/mathml_viewer.c
2944 * src/plugins/spamassassin/spamassassin.c
2945 * src/plugins/spamassassin/spamassassin_gtk.c
2946 add plugin types to allow loading plugins at different times
2947 (and maybe for different frontends), because it's not good to
2948 load GTK-Plugins gefore gtk_init was called
2951 * src/plugins/Makefile.am
2952 * src/plugins/trayicon/.cvsignore ** NEW **
2953 * src/plugins/trayicon/Makefile.am ** NEW **
2954 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2955 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2956 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2957 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2958 * src/plugins/trayicon/trayicon.c ** NEW **
2959 New Trayicon plugin that shows an icon in a systray that uses
2960 XEMBED protocol like Gnome's systray. Icon shows if there
2961 are new mails and a tooltip shows information about new,
2962 unread and total messages.
2964 2003-03-22 [paul] 0.8.11claws38
2967 fix ESMTP AUTH CRAM-MD5
2968 [sync with main (still version 0.8.11cvs6), see
2969 ChangeLog 2003-03-22]
2971 2003-03-21 [colin] 0.8.11claws37
2973 * src/send_message.c
2974 Fix USE_SSL => USE_OPENSSL
2976 2003-03-21 [colin] 0.8.11claws36
2979 Fix counts in drag and dropped subfolders
2981 2003-03-21 [colin] 0.8.11claws35
2985 speed up a bit folder dnd
2987 2003-03-20 [alfons] 0.8.11claws34
2992 don't send locked queue messages
2993 (feature request "[ 705245 ] Locking message in outbox
2994 should prevent sending")
2996 2003-03-20 [christoph] 0.8.11claws33
2999 remove NEW and UNREAD flag in special folders when scanning
3002 fix ESMTP AUTH CRAM-MD5
3004 2003-03-20 [paul] 0.8.11claws32
3006 * src/prefs_account.c
3007 Re-write 'Tunnel command to open connection' as
3008 'Use command to communicate with server', and disable
3009 it for all except IMAP accounts
3011 2003-03-20 [paul] 0.8.11claws31
3013 * sync with 0.8.11cvs6
3014 see ChangeLog 2003-03-20
3016 2003-03-19 [match] 0.8.11claws30
3019 include documentation. minor refactoring.
3020 * src/addr_compl.[ch]
3021 * src/addrindex.[ch]
3022 * src/addresbook.[ch]
3024 re-enable address lookup (was disabled in
3027 2003-03-19 [christoph] 0.8.11claws29
3030 add temp flag handling, will make moving and copying
3031 messages possible again
3034 correct calulation of folder stats
3036 2003-03-18 [match] 0.8.11claws28
3039 remove case sensitive comparison (closes bug 80).
3041 2003-03-18 [christoph] 0.8.11claws27
3044 fix imap using a tunnel command
3048 2003-03-18 [christoph] 0.8.11claws26
3053 rewrite flag handling for folders
3055 2003-03-18 [christoph] 0.8.11claws25
3060 unset NEW and UNREAD flags when message is ignored, to make
3061 sure messages don't show up as unread on other IMAP clients,
3062 because the IGNORE_THREAD flag can not be syncronized through
3065 2003-03-17 [christoph] 0.8.11claws24
3068 don't use recursion to fetch uids when the number of messages
3069 does not match. Moved code into subfunction that is used
3070 again when needed, to prevent an endless loop.
3072 2003-03-17 [thorsten] 0.8.11claws23
3074 * src/imageview.[ch]
3075 export imageview_get_resized_size() (for plugins)
3076 * src/prefs_common.[ch]
3077 added prefs_common_get() (for plugins)
3079 2003-03-17 [christoph] 0.8.11claws22
3082 o remove UID guessing from copy code
3083 o support UIDPLUS extension for APPEND command
3085 2003-03-17 [paul] 0.8.11claws21
3088 remove 'Compiled-plugins' section.
3090 * src/plugins/dillo_viewer/dillo_viewer.c
3091 slight change to description text
3093 2003-03-16 [match] 0.8.11claws20
3094 * src/ldapserver.[ch] ** NEW **
3095 * src/ldapctrl.[ch] ** NEW **
3096 * src/ldapquery.[ch] ** NEW **
3097 * src/ldaputil.[ch] ** NEW **
3098 * src/addrcindex.[ch] ** NEW **
3099 * src/addrquery.h ** NEW **
3101 * src/addrcache.[ch]
3102 * src/addrindex.[ch]
3103 * src/addr_compl.[ch]
3104 * src/addressbook.[ch]
3109 * src/editldap_basedn.c
3113 included dynamic LDAP queries. improved address
3116 2003-03-16 [paul] 0.8.11claws19
3118 * tools/multiwebsearch.pl
3121 2003-03-16 [christoph] 0.8.11claws18
3124 * src/plugins/dillo_viewer/dillo_viewer.c
3125 * src/plugins/mathml_viewer/mathml_viewer.c
3126 make unregistering of MimeViewerFactorys possible
3128 2003-03-16 [alfons] 0.8.11claws17
3133 2003-03-16 [melvin] 0.8.11claws16
3135 * src/plugins/dillo_viewer.c
3136 Fixed bug where it was not possible to view more than
3137 one text/html attachment per message (bug discovered
3138 by Christoph Hohmann).
3140 2003-03-15 [melvin] 0.8.11claws15
3142 * src/prefs_actions.c
3143 Fixed compilation warnings.
3145 2003-03-15 [melvin] 0.8.11claws14
3147 * src/plugins/Makefile.am
3148 * src/plugins/dillo_viewer/.cvsignore ** NEW **
3149 * src/plugins/dillo_viewer/Makefile.am ** NEW **
3150 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
3151 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3152 newer (http://dillo.auriga.wearlab.de/).
3154 2003-03-15 [christoph] 0.8.11claws13
3157 don't query imap folder for attributes because we already
3158 for them from imap_status
3161 add support for plugable MimeViewers (unloading Viewers
3164 * src/plugins/Makefile.am
3165 * src/plugins/mathml_viewer/.cvsignore ** NEW **
3166 * src/plugins/mathml_viewer/Makefile.am ** NEW **
3167 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
3168 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3169 widget from http://helm.cs.unibo.it/mml-widget/
3171 2003-03-14 [christoph] 0.8.11claws12
3174 o error return code's should better be negative
3175 o replace printf with debug_print
3178 improve IMAP folder scan by checking UID-NEXT
3181 remove check that are unnecessary in my opinion
3183 2003-03-13 [christoph] 0.8.11claws11
3192 * src/prefs_scoring.c
3194 use a common function to get a displayable name
3197 2003-03-13 [paul] 0.8.11claws10
3201 tools/multiwebsearch.conf ** NEW FILE **
3202 tools/multiwebsearch.pl ** NEW FILE **
3203 add multiwebsearch Actions script
3205 2003-03-13 [colin] 0.8.11claws9
3208 Remove leading emtpy lines from quoted text
3211 2003-03-13 [melvin] 0.8.11claws8
3213 * src/prefs_actions.c
3216 Added Cancel and OK buttons
3219 2003-03-13 [christoph] 0.8.11claws7
3229 replace more folder type stuff with folder class stuff
3231 2003-03-13 [melvin] 0.8.11claws6
3233 * src/prefs_actions.c
3235 %u: user provided argument
3236 %h: user provided argument (hidden on input)
3237 %s: current text selection in the message view
3239 2003-03-13 [paul] 0.8.11claws5
3241 * sync with 0.8.11cvs5
3242 see ChangeLog 2003-03-11, 2003-03-12
3244 2003-03-12 [christoph] 0.8.11claws4
3247 use folder class idstr when writing folderlist.xml
3252 replace folder type checks with folder class checks
3254 2003-03-12 [christoph] 0.8.11claws3
3259 * src/mbox_folder.[ch]
3262 o create a list of known folder classes in the folder system
3263 o use folder class id strings for folder item identifiers
3265 2003-03-12 [christoph] 0.8.11claws2
3268 fix imap uid validity check
3270 2003-03-12 [christoph] 0.8.11claws1
3281 * src/prefs_scoring.c
3285 initial restructuring of folder system, seperating
3286 folders and folder classes
3288 2003-03-12 [paul] 0.8.11claws
3292 2003-03-12 [christoph]
3294 * src/gtk/prefswindow.c
3295 fix translation of "Page Index"
3297 2003-03-12 [paul] 0.8.10claws110
3299 a sync from 0.8.11cvs4 before the release
3301 * src/common/utils.c
3302 subject_compare_for_sort(): allow null strings (fixes
3305 2003-03-11 [paul] 0.8.10claws109
3308 update Spanish translation, submitted by
3309 Ricardo Mones Lastra
3311 2003-03-11 [melvin] 0.8.10claws108
3314 Updated French translations
3316 2003-03-11 [paul] 0.8.10claws107
3318 * manual/en/Makefile.am
3320 update English manual, add a new page
3321 updated by Francois Barriere <fbarriere@atmel.fr>
3326 update Bulgarian, Italian, and Serbian translations
3327 submitted by George Danchev, Alessandro Maestri, and
3330 2003-03-10 [paul] 0.8.10claws106
3333 src/gtk/prefswindow.c
3334 make some strings translatable
3336 2003-03-10 [darko] 0.8.10claws105
3339 code cleanup to make Hiro happy
3341 2003-03-10 [paul] 0.8.10claws104
3343 * sync with 0.8.11cvs2
3344 see ChangeLog 2003-03-10
3346 2003-03-09 [melvin] 0.8.10claws103
3349 textview_set_font(): fix for message display in
3350 UTF-8 locales (thanks to Sergey Vlasov).
3351 (was unintentionnaly reverted in 0.8.6claws6)
3353 2003-03-08 [darko] 0.8.10claws102
3356 fix infinite loop in wrapping as reported
3358 obsoletes patch #696482
3360 2003-03-08 [christoph] 0.8.10claws101
3363 add workaround for IMAP servers that do not
3364 support the "UID SEARCH UID" command
3366 2003-03-07 [christoph] 0.8.10claws100
3368 * src/plugins/spamassassin/spamassassin.[ch]
3369 * src/plugins/spamassassin/spamassassin_gtk.c
3372 2003-03-07 [paul] 0.8.10claws99
3375 updated Spanish translation, submitted by
3376 Ricardo Mones Lastra
3378 2003-03-07 [christoph] 0.8.10claws98
3381 fix in 0.8.10claws94 was wrong
3382 local delivery does not require escaping, remove escaping
3383 code to make signatures of mails with "." lines valid
3385 NOTE: requires that sendmail is executed with "-i" option,
3386 what is the default now, but has to be changed in all
3389 2003-03-07 [paul] 0.8.10claws97
3391 * sync with 0.8.11 release
3392 see ChangeLog 2003-03-07
3394 2003-03-06 [paul] 0.8.10claws96
3397 revert commit 0.8.10claws92
3399 2003-03-06 [paul] 0.8.10claws95
3402 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3405 fix bug 74, 'Crash opening editor window with pseudo-color
3408 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3410 2003-03-06 [christoph] 0.8.10claws94
3413 fix rfc2821 (4.5.2) violation in SMTP data sending,
3414 all lines starting with a period get an extra period
3416 (found by Simon 'corecode' Schubert)
3418 2003-03-06 [paul] 0.8.10claws93
3421 if configured font can't be loaded fall back to gtk
3422 default. (with thanks to Christoph)
3424 closes long-standing bug 15 'Crashes on startup'
3426 2003-03-06 [paul] 0.8.10claws92
3429 freeze text before autosave and thaw afterwards
3430 fixes bug 67 'autosave make re-rediting message crazy'
3432 2003-03-06 [christoph] 0.8.10claws91
3435 ignore address comment in dupe check for Cc-list
3437 (closes reopened bug 47 Replying to message strips name part of
3438 e-mail addresses of Cc: lines)
3440 2003-03-06 [paul] 0.8.10claws90
3443 remove reference to gtkxtext.h as its no longer in
3446 2003-03-06 [paul] 0.8.10claws89
3448 * sync with 0.8.10cvs25
3449 see ChangeLog 2003-03-06
3451 2003-03-06 [oliver] 0.8.10claws88
3456 2003-03-06 [oliver] 0.8.10claws87
3459 remove changes introduced inclaws74
3461 another attempt to sanely delete and update
3462 messages deleted in separate messageview
3464 2003-03-05 [christoph] 0.8.10claws86
3467 check if "From" matches any account's address if
3468 addressbook completion of addresses is disabled too
3470 (closes Bug 70 "Display recipient in from" doesn't check
3471 folder's default account)
3473 2003-03-05 [christoph] 0.8.10claws85
3476 * src/common/utils.[ch]
3477 don't strip address comments when building Cc lists
3479 (closes Bug 47 Replying to message strips name part of e-mail addresses
3483 fix return value of copy function
3485 2003-03-05 [christoph] 0.8.10claws84
3488 don't ask imap server for non rfc822 headers
3490 (closes bug 71 IMAP FETCH asks for FROM header field twice)
3493 destroy session on socket error to allow reconnecting
3495 2003-03-05 [christoph] 0.8.10claws83
3498 fix building with gnome when no prefix is set
3500 (closes bug 66 Gnome directory is set to NONE)
3502 2003-03-05 [paul] 0.8.10claws82
3504 * sync with 0.8.10cvs23
3505 see ChangeLog 2003-03-05
3507 2003-03-04 [christoph] 0.8.10claws81
3510 o fix moving and copying when folder returns 0 for new
3512 o remove some code for single message copy and move
3513 operations and use functions for multiple messages
3515 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3518 remove unused include
3520 2003-03-04 [paul] 0.8.10claws80
3523 list 'Compiled plugins'
3525 2003-03-03 [christoph] 0.8.10claws79
3528 have to multiply the percentage of the current fetch with
3529 the percentage that it has of the total fetch operation
3532 2003-03-03 [christoph] 0.8.10claws78
3535 fix calculation of expected lines for progress indicator
3537 2003-03-03 [christoph] 0.8.10claws77
3540 * src/common/utils.c
3541 fix segfault when opening the root news folder
3543 2003-03-03 [christoph] 0.8.10claws76
3545 * src/mainwindow.[ch]
3546 * src/common/Makefile.am
3547 * src/common/progressindicator.[ch]
3548 add UI independent progress indicator handling
3551 use new progress indicator for message info fetching
3553 * src/common/hooks.h
3556 2003-03-03 [oliver] 0.8.10claws75
3560 removed commented code
3562 2003-03-03 [oliver] 0.8.10claws74
3565 cleanups and refactoring
3567 compose_reply_mode reply & forwarding interface for
3570 act on messages marked for deletion in folderview_selected
3571 based on prefs_common.immediate_exec since a message might
3572 have been deleted by messageview in a folder we are changing
3573 to (does anybody understand what I'm on about ?)
3575 2003-03-03 [oliver] 0.8.10claws73
3577 * src/messageview.[ch]
3579 - messageview_delete: delete message shown in messagview
3580 - messageview_update_view: update messageview to currently
3581 selected summaryview message
3582 - add separate messageview to msgview_list in order to update
3583 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3584 * src/summaryview.[ch]
3585 summary_get_selection returns a list of selected msgs
3588 toolbar reply refactoring
3590 2003-03-03 [paul] 0.8.10claws72
3592 * sync with 0.8.10cvs21
3593 see ChangeLog 2003-03-03
3595 2003-03-02 [christoph] 0.8.10claws71
3597 * src/common/passcrypt.c
3600 2003-03-02 [christoph] 0.8.10claws70
3603 * src/prefs_account.c
3604 * src/prefs_gtk.[ch]
3605 * src/common/.cvsignore
3606 * src/common/Makefile.am
3607 * src/common/passcrypt.c ** NEW **
3608 * src/common/passcrypt.h.in ** NEW **
3609 Implement password encryption in config files
3610 using unix encrypt and setkey functions. The crypt
3611 key can be set as a configure parameter. Old
3612 passwords will be converted if they do not begin
3615 2003-03-02 [paul] 0.8.10claws69
3617 * src/prefs_account.c
3620 2003-03-01 [thorsten] 0.8.10claws68
3628 corrected format strings
3631 (fix compile errors with GNU gettext-0.11.5)
3633 2003-03-01 [oliver] 0.8.10claws67
3636 menu callbacks call toolbar_menu_reply
3638 2003-03-01 [oliver] 0.8.10claws66
3642 menu callbacks call toolbar_menu_reply
3644 callbacks from menu handled by toolbar_menu_reply
3646 2003-03-01 [paul] 0.8.10claws65
3649 revert commit 0.8.10claws54 - breaks editing of
3653 update Bulgarian translation, submitted by
3656 2003-02-28 [christoph] 0.8.10claws64
3662 * src/gtkxtext.h ** REMOVE **
3668 * src/prefs_common.c
3669 * src/prefs_matcher.c
3670 * src/procheader.[ch]
3673 * src/common/ssl_certificate.c
3674 * src/gtk/colorlabel.c
3677 o remove code obsoleted by new cache and folder system rework
3679 2003-02-28 [oliver] 0.8.10claws63
3682 * fix bug where reply in Messageview replied to
3683 Message displayed in summaryview
3684 (reportedd via ML by chinatinte at gmx dot ch)
3685 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3686 didn't work in separate MessageView Toolbar
3687 (wondering if anybody uses this at all ?)
3688 * src/summaryview.[ch]
3689 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3690 (generalize reply and forward code);
3692 remove focus_in event which updated summaryview to messageview
3694 2003-02-28 [paul] 0.8.10claws62
3697 add the --check option
3698 Patch submitted by Ricardo Mones Lastra
3700 2003-02-28 [paul] 0.8.10claws61
3702 * src/prefs_account.c
3703 re-order 'Signature' items
3705 2003-02-28 [paul] 0.8.10claws60
3707 * sync with 0.8.10cvs20
3708 see ChangeLog 2003-02-28
3710 2003-02-28 [paul] 0.8.10claws59
3713 update to reflect recent movement of files
3715 2003-02-28 [paul] 0.8.10claws58
3717 * sync with 0.8.10cvs19
3718 see ChangeLog 2003-02-28
3720 2003-02-27 [martin] 0.8.10claws57
3722 * src/prefs_matcher.c
3723 fix segfault in prefs_matcher_ok() when the
3724 last entry is deleted and prevents that the
3725 message "entry not saved" comes up after deleting
3728 2003-02-27 [martin] 0.8.10claws56
3730 * src/prefs_filtering.c
3731 fix segfault in prefs_filtering_ok() when the
3732 last entry is deleted and prevents that the
3733 message "entry not saved" comes up after deleting
3736 2003-02-27 [paul] 0.8.10claws55
3738 * sync with 0.8.10cvs18
3739 see ChangeLog 2003-02-27
3741 2003-02-27 [paul] 0.8.10claws54
3744 fix bug where the address book crashes with
3746 Patch [687729] submitted by David Frager
3747 <dbfrager@users.sourceforge.net>
3749 2003-02-25 [christoph] 0.8.10claws53
3752 * src/colorlabel.[ch] ** REMOVE **
3753 * src/gtk/Makefile.am
3754 * src/gtk/colorlabel.[ch] ** NEW **
3755 move colorlabel files to gtk directory
3757 * src/esmtp.[ch] ** REMOVE **
3758 has been merged into smtp.[ch] in 0.7.5
3760 2003-02-25 [christoph] 0.8.10claws52
3763 * src/about.[ch] ** REMOVE **
3764 * src/gtk/Makefile.am
3765 * src/gtk/about.[ch] ** NEW **
3766 move about files to gtk directory
3768 2003-02-25 [christoph] 0.8.10claws51
3771 some code optimization of folder scanning code
3773 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3775 2003-02-25 [christoph] 0.8.10claws50
3778 * src/common/sylpheed.c
3779 add command line parameter parsing to common code
3781 2003-02-24 [christoph]
3785 fix gnome prefix problems, the configure script now removed
3786 `gnome-config --prefix` from `gnome-config --datadir`
3787 and adds $(prefix} instead
3789 (closes Bug 24 Makefile does not respect prefix when installing
3792 2003-02-24 [christoph] 0.8.10claws49
3795 check for valid session before trying to authenticate
3797 (closes Bug 60 crash if "authenticate on logon" is activated
3798 and newsserver-hostname is not valid)
3800 2003-02-24 [melvin] 0.8.10claws48
3802 * src/prefs_actions.c
3803 Make sure all user's input is sent to the action and then
3806 2003-02-23 [alfons] 0.8.10claws46
3809 also wait cursor when deleting files
3813 * tools/freshmeat_search.pl
3814 tools/google_search.pl
3815 scripts should now work for any browser/browser command line
3817 2003-02-22 [christoph] 0.8.10claws45
3820 fix IMAP flag setting, IMAP flag is not handled correctly
3821 anymore by the folder system and information about the
3822 folder should not be saved in the MsgInfo (in my opinion)
3824 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3826 2003-02-22 [christoph] 0.8.10claws44
3829 fix spelling of "label" ;-)
3831 2003-02-22 [thorsten] 0.8.10claws43
3834 src/prefs_common.[ch]
3836 do not use description as attachment name
3838 2003-02-22 [alfons] 0.8.10claws42
3841 freeze/thaw folder item updates when changing color labels,
3842 and put a wait cursors on
3844 2003-02-22 [thorsten] 0.8.10claws41
3847 save-all fixes: crash if invoked on multipart container,
3848 mimeinfo access, pathseparators, error dialog
3850 2003-02-21 [alfons] 0.8.10claws40
3855 2003-02-21 [colin] 0.8.10claws39
3860 2003-02-21 [colin] 0.8.10claws38
3863 Freeze/thaw folderItem updates when filtering messages
3864 via Tools/Filter messages
3866 2003-02-21 [paul] 0.8.10claws37
3869 revert commit 0.8.10claws26, there are ulterior motives
3870 for users to set a Reply-To header when posting to
3873 2003-02-21 [paul] 0.8.10claws36
3875 * sync with 0.8.10cvs17
3876 see ChangeLog 2003-02-21
3878 2003-02-20 [christoph] 0.8.10claws35
3881 IMAP UID fetch speedup using SEARCH
3883 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3886 fix problem with UIDs in IMAP UID cache that no longer existed
3888 2003-02-20 [christoph] 0.8.10claws34
3893 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3895 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3898 Rewrite imap_cmd_gen_recv use sock_getline instead
3899 of sock_gets to avoid problems with too long reply
3902 2003-02-20 [colin] 0.8.10claws33
3904 * src/prefs_account.c
3907 2003-02-20 [colin] 0.8.10claws32
3910 Remove useless '&& !to_sender'
3915 change my e-mail address
3917 2003-02-19 [colin] 0.8.10claws31
3919 * src/prefs_common.c
3920 X11 style colors for every configurable color
3922 2003-02-19 [alfons] 0.8.10claws30
3924 * src/prefs_gtk.[ch]
3925 * src/prefs_common.c
3926 for color_new accept both plain integers and X11 style color
3927 names (as found in /usr/lib/X11/rgb.txt)
3929 2003-02-19 [paul] 0.8.10claws29
3932 add tooltips to online/offline button and account selector
3935 2003-02-19 [paul] 0.8.10claws28
3939 src/prefs_account.[ch]
3940 src/prefs_common.[ch]
3941 move 'Maximum number of articles to download' to
3943 clean up account prefs gui a little by hiding entries
3944 rather then greying out entries
3946 2003-02-19 [hiro] 0.8.10claws27
3948 * src/common/utils.c
3949 fix bug #54 'yesterdays date is displayed in the message
3952 2003-02-19 [paul] 0.8.10claws26
3955 fix bug reported in Feature Request [688596]
3956 'Reply-to header in news'
3958 2003-02-18 [paul] 0.8.10claws25
3961 add a 'List all keys' button to key selection dialog
3963 2003-02-18 [colin] 0.8.10claws24
3965 * src/stock_pixmap.c
3968 2003-02-18 [colin] 0.8.10claws23
3970 * src/common/smtp.[ch]
3972 Try to starttls if it seems to be the only
3973 way to authenticate a user
3975 2003-02-18 [paul] 0.8.10claws22
3979 src/stock_pixmap.[ch]
3980 src/pixmaps/drafts_close.xpm ** NEW FILE **
3981 src/pixmaps/drafts_open.xpm ** NEW FILE **
3982 as a Drafts folder is a special folder allow it to have
3983 its own unique icons
3985 2003-02-18 [colin] 0.8.10claws21
3988 Fix port selection when using starttls
3990 2003-02-18 [paul] 0.8.10claws20
3993 src/prefs_common.[ch]
3994 make blue the default new mail colour
3996 2003-02-18 [paul] 0.8.10claws19
3998 * sync with 0.8.10cvs14
3999 see ChangeLog 2003-02-18
4001 2003-02-17 [jens] 0.8.10claws18
4004 fixed a compile problem with gcc 3.3
4005 works on 2.95.3 too (testet on PPC as it is big endian)
4007 2003-02-17 [paul] 0.8.10claws17
4009 * sync with 0.8.10cvs13
4010 see ChangeLog 2003-02-17
4012 2003-02-17 [paul] 0.8.10claws16
4014 * sync with 0.8.10cvs12
4015 see ChangeLog 2003-02-17
4017 2003-02-16 [match] 0.8.10claws15
4020 Eliminates reloading of address data when items
4021 deleted or added. Applied submitted by
4022 Luke Plant <lukeplant@softhome.net>
4024 2003-02-16 [paul] 0.8.10claws14
4027 when a 'protocol error' is encountered disconnect from
4028 the server. This means that the user can carry on viewing
4029 other articles and doesn't have to either wait until the
4030 server timesout or quit sylpheed.
4031 Fixes bug #53 'Unable to read messages in newsgroups,
4032 displayed message doesn't change'
4034 2003-02-15 [christoph] 0.8.10claws13
4037 fix bug that stopped scanning of folders when an
4038 IMAP folder was empty
4040 (closes bug 46 stop scan messages in folders after empty folder)
4046 tools/freshmeat_search.pl ** NEW FILE **
4047 tools/google_search.pl ** NEW FILE **
4048 Add 2 Actions scripts which search freshmeat/google
4049 for the selected text using the browser configured
4052 Note: These scripts are very dependent on the format of the
4053 browser command and may not work on every occasion. Testing
4056 2003-02-14 [alfons] 0.8.10claws12
4059 fix breakage because of uninitialized account pointer.
4062 2003-02-14 [paul] 0.8.10claws11
4065 src/prefs_account.[ch]
4066 src/prefs_common.[ch]
4067 move signature settings to Account Prefs
4069 2003-02-14 [paul] 0.8.10claws10
4071 * sync with 0.8.10cvs11
4072 see ChangeLog 2003-02-14
4074 2003-02-13 [thorsten] 0.8.10claws9
4077 revert news progressbar (GUI separation)
4079 2003-02-13 [paul] 0.8.10claws8
4082 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4085 2003-02-13 [paul] 0.8.10claws7
4089 fix 'Follow-up and Reply-to' so that it creates a reply to
4090 the newsgroup and the sender. If the message has the keyword
4091 'poster' in the Followup-To header, all replies go to the
4092 sender, re: RFC 1036, Section 2.2.3
4093 rename all instances of 'ignore_replyto' to 'to_sender', both
4094 were previously used, now we use just one.
4096 2003-02-13 [paul] 0.8.10claws6
4098 * sync with 0.8.10cvs9
4099 see ChangeLog 2003-02-13
4101 2003-02-13 [paul] 0.8.10claws5
4104 show which plugins are configured in the configure
4107 2003-02-12 [thorsten] 0.8.10claws4
4110 show progress while fetching news headers
4112 2003-02-12 [christoph] 0.8.10claws3
4115 * src/plugins/Makefile.am
4116 use AM_CONDITIONAL to enable plugins, automake correctly
4117 manages this when creating distdir
4119 2003-02-12 [christoph] 0.8.10claws2
4121 * ac/spamassassin.m4
4122 * src/plugins/spamassassin/Makefile.am
4123 fix building SpamAssassin plugin without OpenSSL
4125 2003-02-12 [paul] 0.8.10claws1
4129 src/plugins/Makefile.am
4130 fix failure of 'make release'
4132 2003-02-12 [paul] 0.8.10claws
4134 * 0.8.10claws released
4136 2003-02-12 [paul] 0.8.9claws56
4143 updated translations by George Danchev, Ricardo Mones Lastra,
4144 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4147 Allow the building of RPMs by a regular user. Submitted
4150 2003-02-11 [alfons] 0.8.9claws55
4153 don't use pixmaps for label color rect but draw rectangles
4154 so we can respect the color map of palette based visuals
4155 (fixes the long time crashes on Suns - thanks to Andreas
4156 Engel and Steve O'Hara-Smith for testing)
4158 2003-02-11 [christoph] 0.8.9claws54
4160 * src/matcher_parser_parse.y
4161 correct bug where filering rules of not existing folders in
4162 matcherrc were added to global filtering
4164 (closes Debian Bug #180253 - Directory's filter-rules are merged with
4165 main filter-rules after removing directory, http://bugs.debian.org/180253)
4167 2003-02-11 [paul] 0.8.9claws53
4169 * sync with 0.8.10cvs7
4170 see ChangeLog 2003-02-09
4172 2003-02-11 [melvin] 0.8.9claws52
4175 Updated French tranlsations
4177 2003-02-10 [paul] 0.8.9claws51
4180 correct --enable-openssl
4181 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4183 2003-02-09 [martin] 0.8.9claws50
4185 * src/prefs_matcher.c
4186 fix segfault in prefs_matcher_substitute_cb() when
4189 2003-02-09 [paul] 0.8.9claws49
4192 fix bug where a newsgroup folder's processing rules were
4193 merged with the global filtering rules when the newsgroup
4194 folder was deleted, causing some seriously bad results,
4195 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4197 2003-02-08 [melvin] 0.8.9claws48
4200 Corrected and modified an alert message.
4202 2003-02-07 [paul] 0.8.9claws47
4205 fix bug where both an 'Account properties' window and a
4206 'Folder properties' window were opened when clicking on
4207 'Properties' in an NNTP or IMAP folder's popup menu.
4209 2003-02-07 [paul] 0.8.9claws46
4211 * sync with 0.8.10cvs6
4212 see ChangeLog 2003-02-06
4214 2003-02-06 [christoph] 0.8.9claws45
4217 freeze folder updates while importing mbox files
4218 (closes bug 43 importing mbox took hours)
4220 Patch submitted by Jens Rantil <jens.rantil@telia.com>
4222 2003-02-06 [thorsten] 0.8.9claws44
4225 Updated german translations
4227 2003-02-06 [thorsten] 0.8.9claws43
4230 use guint for message numbers (fix count in grouplist dialog)
4232 2003-02-05 [paul] 0.8.9claws42
4234 * sync with 0.8.10cvs2
4235 see ChangeLog 2003-02-05
4237 2003-02-04 [colin] 0.8.9claws41
4239 * src/prefs_common.[ch]
4242 Add an option to disable threading by subject
4244 2003-02-04 [christoph] 0.8.9claws40
4247 only abort fetching mails from multiple accounts when the
4248 error is fatal and does not allow to check any more accounts
4249 (currently only disk full error)
4251 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4252 receive mails for other accouts)
4254 2003-02-04 [christoph] 0.8.9claws39
4257 first add the new message to the cache, then
4258 send the update notification
4260 (closes bug 39 after sending message folderview doesnt get updated)
4262 2003-02-04 [colin] 0.8.9claws38
4265 _really_ fix this Connecting... status
4267 2003-02-04 [paul] 0.8.9claws37
4270 see ChangeLog 2003-02-04
4272 2003-02-04 [paul] 0.8.9claws36
4274 * sync with 0.8.9cvs6
4275 see ChangeLog 2003-02-03
4277 2003-02-04 [paul] 0.8.9claws35
4280 updated by André Filipe de Assunção e Brito
4281 <bedecko@netsite.com.br>
4283 2003-02-03 [thorsten] 0.8.9claws34
4286 Updated german translations
4288 2003-02-02 [paul] 0.8.9claws33
4291 updated by Ricardo Mones Lastra
4293 2003-02-02 [thorsten] 0.8.9claws32
4296 Fix mh_get_msginfo() segfault if file is inaccessible
4298 2003-01-31 [colin] 0.8.9claws31
4301 Fix last commit's bug
4303 2003-01-31 [colin] 0.8.9claws30
4306 Missing a change for gpg-signed messages
4308 2003-01-31 [paul] 0.8.9claws29
4310 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
4312 src/stock_pixmap.[ch]
4314 indicate GnuPG signed messages by displaying an icon
4315 in the Attachment column.
4317 2003-01-31 [paul] 0.8.9claws28
4319 * sync with 0.8.9cvs4
4320 see ChangeLog 2003-01-31
4322 2003-01-31 [alfons] 0.8.9claws27
4325 tune URI parser to accept mailto URLs with a '?'
4326 (patch from Ruslan Balkin)
4328 2003-01-31 [colin] 0.8.9claws26
4331 Fix a leak introduced in claws24
4333 2003-01-31 [colin] 0.8.9claws25
4336 Freeze/Thaw folder updates when deleting dups
4338 2003-01-31 [colin] 0.8.9claws24
4343 little speed improvements
4345 2003-01-31 [colin] 0.8.9claws23
4348 Fix segfault when forwarding nothing
4349 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4351 2003-01-30 [paul] 0.8.9claws22
4353 * sync with 0.8.9cvs3
4354 see ChangeLog 2003-01-30
4356 2003-01-30 [paul] 0.8.9claws21
4358 * sync with 0.8.9cvs2
4359 see ChangeLog 2003-01-30
4361 2003-01-29 [paul] 0.8.9claws20
4363 * sync with 0.8.9cvs1
4364 see ChangeLog 2003-01-29
4366 2003-01-28 [paul] 0.8.9claws19
4369 update to reflect changes.
4370 thanks to Ricardo Mones Lastra
4372 2003-01-27 [christoph] 0.8.9claws18
4375 * ac/spamassassin.m4
4376 * src/plugins/spamassassin/README
4377 * src/plugins/spamassassin/libspamc.[ch]
4378 * src/plugins/spamassassin/utils.[ch]
4379 updated to latest libspamc
4381 2003-01-27 [christoph] 0.8.9claws17
4384 fix wrong use of procheader_get_header_fields
4386 2003-01-27 [christoph] 0.8.9claws16
4389 * src/prefs_account.[ch]
4390 * src/common/nntp.[ch]
4391 allow to force authentication for NNTP servers
4393 Patch submitted by Florian Mickler <dmk@d-labs.de>
4395 2003-01-26 [paul] 0.8.9claws15
4398 speed up of marking messages as read
4399 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4401 2003-01-26 [christoph] 0.8.9claws14
4404 * src/mgutils.[ch] ** REMOVE **
4405 * src/xml.[ch] ** REMOVE **
4406 * src/xmlprops.[ch] ** REMOVE **
4407 * src/common/Makefile.am
4408 * src/common/mgutils.[ch] ** NEW **
4409 * src/common/xml.[ch] ** NEW **
4410 * src/common/xmlprops.[ch] ** NEW **
4411 move xml files to common directory
4413 2003-01-26 [christoph] 0.8.9claws13
4415 * src/plugins/spamassassin/spamassassin_gtk.c
4416 only set gtk entry text if string is available
4418 2003-01-26 [melvin] 0.8.9claws12
4420 * src/description_window.c
4421 Allow resizing of the window
4422 Allow automatic horizontal scroll bar
4423 Do not vertically expand and fill
4425 2003-01-26 [christoph] 0.8.9claws11
4428 * src/gtkutils.[ch] ** REMOVE **
4429 * src/common/sylpheed.c
4430 * src/gtk/Makefile.am
4431 * src/gtk/description_window.c
4432 * src/gtk/gtkutils.[ch] ** NEW **
4433 * src/gtk/prefswindow.c
4434 move gtkutils to gtk directory
4436 2003-01-26 [paul] 0.8.9claws10
4439 rename summary_unread_clicked() to summary_status_clicked()
4441 2003-01-26 [melvin] 0.8.9claws9
4443 * src/prefs_actions.c
4444 Cosmetical changes to the help text
4446 2003-01-26 [paul] 0.8.9claws8