1 2003-08-30 [christoph] 0.9.4claws46
3 * src/plugins/spamassassin/spamassassin_gtk.c
4 * src/plugins/spamassassin/spamassassin_gtk.glade
5 reduce GUI clutter by placing hints into tooltips
7 2003-08-30 [paul] 0.9.4claws45
10 add 'Content-Disposition: inline' to a text/plain
11 part when using PGP/MIME signing
13 2003-08-30 [paul] 0.9.4claws44
17 src/prefs_spelling.glade
18 reduce GUI clutter by placing hints into tooltips
20 2003-08-29 [christoph] 0.9.4claws43
23 fix bug found by Ivan Rayner <ivanr@sgi.com>
26 change unecessary warning into a debug message
28 * src/plugins/clamav/Makefile.am
29 Fix error "-I$(CLAMAV_LIBS)"
31 2003-08-29 [christoph] 0.9.4claws42
36 * src/common/Makefile.am
37 * src/common/passcrypt.c
38 commit fixes and patches for some of the IRIX problems found by
39 Ivan Rayner <ivanr@sgi.com>
41 2003-08-29 [paul] 0.9.4claws41
43 * src/prefs_filtering.c
44 add 'Top' and 'Bottom' buttons, based on changes in
45 src/prefs_filter.c in 0.9.4cvs11.
47 2003-08-27 [christoph] 0.9.4claws40
50 fix bug that the current summary settings were copied to the
51 wrong folder item, when the folder item prefs are opened.
52 Copying is not required because summary settings and
53 folder_item_prefs do not contain the same settings
55 2003-08-27 [thorsten] 0.9.4claws39
60 2003-08-26 [paul] 0.9.4claws38
63 see ChangeLog 2003-08-26
65 2003-08-25 [paul] 0.9.4claws37
68 see ChangeLog 2003-08-25
70 2003-08-24 [christoph] 0.9.4claws36
72 * src/prefs_filtering.c
73 shouldn't remove items from a GSList while iterating over the
74 list (makes cur invalid and cur->next not accessable)
76 (closes Bug 272 i deleted an folder and some seconds later sylpheed
79 2003-08-23 [christoph] 0.9.4claws35
82 news folders should be scanned when opened
84 2003-08-22 [christoph] 0.9.4claws34
86 * src/prefs_folder_item.c
87 use macro to assign strings that always frees the old string
89 * src/gtk/gtkaspell.[ch]
90 add gtkaspell_set_dictionary_menu_active_item() to set active
91 item in dictionary option menu
93 * src/prefs_spelling.c
94 use gtkaspell_set_dictionary_menu_active_item() to select
97 2003-08-21 [christoph] 0.9.4claws33
104 optimize folder system
107 fix division by zero when font has 0 width for ' '
109 2003-08-21 [paul] 0.9.4claws32
111 * sync with 0.9.4cvs7
112 see ChangeLog 2003-08-20
114 2003-08-19 [paul] 0.9.4claws31
117 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
118 SYLDOC_FAQ_HTML_INDEX.
120 use LC_MESSAGES instead of LC_ALL to find the current
123 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
125 2003-08-19 [paul] 0.9.4claws30
128 updated by George Danchev
130 2003-08-18 [luke] 0.9.4claws29
132 * src/gtk/gtkvscrollbutton.[ch]
133 o removed gtk_vscrollbutton_reset() (reasons: reduce
134 dependencies; do it the GTK way; reduce code -14/+2 lines)
135 o removed horizontal separator between icons
137 2003-08-17 [christoph] 0.9.4claws28
140 no subject threading when the subject has no reply prefix
142 2003-08-16 [christoph] 0.9.4claws27
145 remember and restore window sizes and position when the main
146 window is hidden or shown
148 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
149 minimised/reopened using trayicon)
151 2003-08-16 [paul] 0.9.4claws26
154 add #include "defs.h"
156 2003-08-16 [paul] 0.9.4claws25
158 * src/plugins/clamav/clamav_plugin.c
161 * src/plugins/dillo_viewer/dillo_prefs.c
162 cosmetic: change the labels' text, add tooltips, and
165 2003-08-15 [christoph] 0.9.4claws24
168 complete last change (forgot some changes)
170 2003-08-15 [christoph] 0.9.4claws23
173 o check number of messages and don't return a 0 message
174 when no messages are available
175 o don't parse xref header anymore
177 (closes Bug 203 I'm not getting any news)
179 2003-08-15 [paul] 0.9.4claws22
183 update and define claws bugzilla location
185 2003-08-15 [paul] 0.9.4claws21
188 update submitted by Ruslan N. Balkin
190 2003-08-14 [christoph] 0.9.4claws20
193 fix search for oldest node in subject threading
195 2003-08-14 [christoph] 0.9.4claws19
199 add possibility to check all nodes with the same subject for
200 subject threading, not only the oldest node. Should not break
201 threads anymore if the oldest node is thread_by_subject_max_age
202 days older then parent, because it can now find a child of
203 oldest node as new parent.
205 2003-08-11 [christoph] 0.9.4claws18
207 * src/plugins/spamassassin/spamassassin.c
208 run spam check in background process
210 2003-08-10 [alfons] 0.9.4claws17
213 make `Select All' sensitive too
215 2003-08-10 [christoph] 0.9.4claws16
218 add more checks in imap_close
220 2003-08-09 [alfons] 0.9.4claws15
222 * src/prefs_spelling.c
223 no spell checking UI if not requested
225 2003-08-09 [alfons] 0.9.4claws14
227 * src/gtk/prefswindow.c
230 2003-08-09 [christoph] 0.9.4claws13
232 * src/prefs_spelling.c
233 * src/gtk/prefswindow.[ch]
234 * src/plugins/clamav/clamav_plugin_gtk.c
235 * src/plugins/spamassassin/spamassassin_gtk.c
236 sort prefs pages by heighest weight in tree
238 2003-08-09 [paul] 0.9.4claws12
240 * sync with 0.9.4cvs6
241 see ChangeLog 2003-08-07
244 add Leandro and Luke to claws-branch section
246 2003-08-09 [christoph] 0.9.4claws11
248 * src/gtk/Makefile.am
249 * src/gtk/colorsel.[ch] ** NEW **
250 create a color selection dialog that can be used as a simple
251 function call with it's own gtk main loop like filesel.[ch]
256 * src/prefs_spelling.[ch] ** NEW **
257 * src/prefs_spelling.glade ** NEW **
258 * src/gtk/gtkutils.[ch]
259 move "Spell Checker" prefs to new prefs dialog
261 * src/prefs_folder_item.c
262 use new colorsel dialog
264 2003-08-08 [paul] 0.9.4claws10
267 clear the progress bar unconditionally
269 2003-08-08 [paul] 0.9.4claws9
271 * sync with 0.9.4cvs4
272 see ChangeLog 2003-07-31
274 2003-08-07 [christoph] 0.9.4claws8
277 fix bug in image viewer plugin part
280 don't execute close command if the folder item is not selected
282 2003-08-07 [hoa] 0.9.4claws7
285 * src/matcher_parser.h
286 * src/matcher_parser_parse.y
287 can define several actions for each filtering rule
288 can import old versions of filtering rules
290 * src/prefs_filtering.c
291 call to a new dialog box to define actions
293 * src/prefs_filtering_action.[ch]
294 dialog box to define actions for filtering rules
296 2003-08-06 [christoph] 0.9.4claws6
299 make sure source folder is selected when copying messages
301 2003-08-06 [christoph] 0.9.4claws5
303 * sync with 0.9.4cvs2
304 see ChangeLog 2003-07-29
306 2003-08-05 [paul] 0.9.4claws4
308 * sync with 0.9.4cvs3
309 see ChangeLog 2003-07-30
311 2003-08-04 [match] 0.9.4claws3
314 export of LDIF files.
316 2003-08-04 [match] 0.9.4claws2
319 support for export LDIF. documented.
320 * src/importldif.[ch]
321 * src/exportldif.[ch]
322 add tooltips. documented.
323 * src/exphtmldlg.[ch]
324 * src/common/xmlprops.[ch]
326 * src/exportldif.[ch] ** NEW **
327 * src/expldifdlg.[ch] ** NEW **
328 * src/addressbook.[ch]
330 export of LDIF files.
333 2003-08-04 [christoph] 0.9.4claws1
338 * sylpheed-claws.pc.in ** NEW **
340 * src/common/Makefile.am
341 * src/gtk/Makefile.am
342 install sylpheed header files in $(pkgincludedir) and create a
343 pkg-config file to allow building a plugin without the source
346 2003-08-04 [paul] 0.9.4claws
350 2003-08-04 [paul] 0.9.3claws97
353 update Spanish translation. Submitted by Ricardo
356 2003-08-03 [paul] 0.9.3claws96
360 update Croatian and Serbian translations. Submitted by
361 Dragan and Urke MMI respectively
363 2003-08-03 [alfons] 0.9.3claws95
366 mark flag has precedence over important flag - seems
367 to have been changed in sync of 0.9.3claws45. this fixes
368 a regression where messages that were scored as important
369 don't show their mark flags. (using the same column for
370 both importance as mark flags is the real problem
373 2003-08-03 [melvin] 0.9.3claws94
376 Updated French translations.
378 2003-08-03 [melvin] 0.9.3claws93
381 Fixed typo introduced after 0.9.3claws92
382 that prevented compilation
383 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
384 CPPFLAGS and YFLAGS to allow user setting these.
385 * src/common/Makefile.am
386 * src/gtk/Makefile.am
387 * src/plugins/clamav/Makefile.am
388 * src/plugins/demo/Makefile.am
389 * src/plugins/dillo_viewer/Makefile.am
390 * src/plugins/image_viewer/Makefile.am
391 * src/plugins/mathml_viewer/Makefile.am
392 * src/plugins/spamassassin/Makefile.am
393 * src/plugins/trayicon/Makefile.am
394 * src/plugins/trayicon/libeggtrayicon/Makefile.am
395 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
396 CPPFLAGS and YFLAGS to allow user setting these.
398 2003-08-02 [christoph] 0.9.3claws92
401 o rearrange plugin tests
402 o add test for clamav.h to ClamAV tests
404 2003-08-02 [luke] 0.9.3claws91
407 o fixed appearance of icon list when toggling back from the
409 o toggling of icons using the keyboard works correctly
410 o fixed all other keyboard shortcuts to work when icons are
414 o fixed bug 4 - focus lost when changing messageview view type
416 2003-08-02 [christoph] 0.9.3claws90
419 fix crash when pointer stored in hash table could get invalid
420 when a plugin is unloaded
422 2003-08-01 [christoph] 0.9.3claws89
425 o try to build all plugins (except spamassassin) by default
426 o don't build a plugin if a dependency check fails
431 2003-08-01 [match] 0.9.3claws88
434 allow single click field selection. document code.
436 2003-08-01 [christoph] 0.9.3claws87
438 * src/plugins/clamav/clamav_plugin.c
439 * src/plugins/clamav/clamav_plugin_gtk.c
440 * src/plugins/dillo_viewer/dillo_viewer.c
441 * src/plugins/image_viewer/plugin.c
442 * src/plugins/mathml_viewer/mathml_viewer.c
443 * src/plugins/spamassassin/spamassassin.c
444 * src/plugins/spamassassin/spamassassin_gtk.c
445 * src/plugins/trayicon/trayicon.c
446 add version check to all plugins
448 2003-08-01 [hoa] 0.9.3claws86
450 * src/prefs_filtering.c
451 fixed a cosmetic bug, during creation of dialog box,
452 wrong widgets were shown after creation.
454 2003-08-01 [luke] 0.9.3claws85
457 o fixed visibility of icons/mimeview after toggling separate
458 message/folder view (factored out some similar code too).
461 2003-07-31 [alfons] 0.9.3claws84
464 tweak icon box UI a bit more, now allowing right-clicks actions
465 getting the relevant mime data too; should fix #250, "Can't save
466 attachments sometimes".
468 2003-07-30 [alfons] 0.9.3claws83
471 don't do auto-save-draft inside key press handler, but rather
472 schedule it half of a second later; should fix #67, "autosave
473 make re-rediting message crazy"
475 2003-07-30 [christoph] 0.9.3claws82
477 * src/plugins/trayicon/trayicon.c
478 process pending events before unloading the plugin
480 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
482 2003-07-30 [alfons] 0.9.3claws81
485 parameter 2 of g_hook_destroy() should really be a hook id
487 2003-07-30 [alfons] 0.9.3claws80
489 * src/common/plugin.c
490 fix a possibly harmful function signature mismatch
493 2003-07-30 [alfons] 0.9.3claws79
495 * src/common/hooks[.ch]
498 2003-07-30 [darko] 0.9.3claws78
501 make it compile again
503 2003-07-30 [luke] 0.9.3claws77
507 o added/moved signal handlers for SIGTERM (normal kill command)
508 and SIGINT (ctl-c) to be used even without
509 --enable-crash-dialog, fixing bug 166
512 o rewrote menu sensitivity code as per mainwindow.c, fixing
516 o changed sensitivity condition for 'Next new' and 'Next
517 unread', fixing bug 8
519 2003-07-29 [alfons] 0.9.3claws76
521 * src/common/utils.[ch]
524 save ack'ed RRR; fixes #205, "return receipt is not saved in
527 2003-07-29 [alfons] 0.9.3claws75
530 fix a memleak (claws-only)
532 2003-07-29 [alfons] 0.9.3claws74
535 * src/gtk/gtkvscrollbutton.[ch]
536 fix UI glitch where mime icon toolbox' scroll position is not
537 reset after switching to another message
540 2003-07-29 [paul] 0.9.3claws73
542 * src/prefs_folder_item.c
543 split the prefs into 2 separate pages
545 2003-07-29 [paul] 0.9.3claws72
548 prepend "\n\n" to a signature without a separator too
550 2003-07-29 [paul] 0.9.3claws71
553 fix bug where changing to an account without an auto-sig
554 from an initial account without an auto-sig would insert
555 2 blank lines at the cursor point
556 fix bug where changing to an account with an auto-sig
557 from an initial account without an auto-sig would insert
558 the sig at the cursor point
560 2003-07-29 [paul] 0.9.3claws70
563 use the colour from the folder pref unless the folder
566 2003-07-29 [alfons] 0.9.3claws69
571 rewrite return receipt request work a little bit (the former
572 implementation presumably depended too much on the UI setting
573 flags). (we're losing the old pending flag.)
575 2003-07-28 [christoph] 0.9.3claws68
581 fix copy to IMAP folder from other folder
583 2003-07-28 [christoph] 0.9.3claws67
586 fix sync of procmsg_get_message_file_list
588 2003-07-28 [christoph] 0.9.3claws66
590 * sync with 0.9.3cvs14
591 see ChangeLog 2003-07-18
592 * sync with 0.9.3cvs17
593 see ChangeLog 2003-07-23
595 (closes Bug 234 segmentation fault after sending out mail via
598 2003-07-28 [paul] 0.9.3claws65
601 update Spanish translation, submitted by Ricardo Mones
604 2003-07-28 [christoph] 0.9.3claws64
609 return new message numbers as a GRelation instead of a GSList
610 that has to be in the same order as the input list. A list
611 would make it hard for IMAP to optimize oepration by sorting
612 the input list. The returned list would have to be reordered
613 to match the same order that input list has.
615 * src/gtk/gtkaspell.c
616 fix missing return value, could cause a crash when garbage is
617 on the stack that is used as the expected return value
619 2003-07-28 [paul] 0.9.3claws63
621 * sync with 0.9.4cvs1
622 see ChangeLog 2003-07-28
624 2003-07-27 [alfons] 0.9.3claws62
627 tweak it more to make icon list act like a check button group
629 2003-07-27 [christoph] 0.9.3claws61
631 * sync with 0.9.3cvs20
632 see ChangeLog 2003-07-25
634 2003-07-27 [paul] 0.9.3claws60
637 re-commit changes from 0.9.3claws58 -
638 accidently removed in 0.9.3claws59
640 2003-07-27 [paul] 0.9.3claws59
643 a sync from 0.9.3cvs17
644 see ChangeLog 2003-07-23
646 2003-07-27 [alfons] 0.9.3claws58
649 add missing header members to MsgInfo; fixes the problem of
650 not displaying X-Faces, as noticed by Ricardo Mones
652 2003-07-26 [christoph] 0.9.3claws57
654 * sync with 0.9.3cvs18
655 see ChangeLog 2003-07-24
657 2003-07-26 [christoph] 0.9.3claws56
659 * sync with 0.9.3cvs17
660 see ChangeLog 2003-07-23
662 2003-07-26 [christoph] 0.9.3claws55
669 add support for copy function that copy multiple messages
670 (not implemented yet)
673 add missing return value
675 2003-07-26 [paul] 0.9.3claws54
677 * tools/multiwebsearch.pl
678 do whitespace substitution before passing the string
679 to the browser. fixes bug with browsers that don't
680 do whitespace conversion themselves.
682 2003-07-25 [christoph] 0.9.3claws53
687 rewrite adding of multiple messages to a folder for
690 2003-07-25 [luke] 0.9.3claws52
693 o icon toggles set correctly on leaving ctree mimeview
695 2003-07-25 [paul] 0.9.3claws51
697 * partial sync with 0.9.3cvs21 [src/main.c]
698 see ChangeLog 2003-07-25
700 2003-07-24 [paul] 0.9.3claws50
702 * tools/maildir2sylpheed.pl
705 2003-07-24 [paul] 0.9.3claws49
708 increase the gutter size of paned so that the panes
711 * src/plugins/demo/demo.c
712 squeeze in another typo fix
714 2003-07-24 [paul] 0.9.3claws48
716 * src/plugins/demo/demo.c
718 small changes to the English
720 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
721 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
724 rename the misspelled icon
726 2003-07-23 [alfons] 0.9.3claws47
729 make icon list look like a list of toggles
731 2003-07-23 [luke] 0.9.3claws46
733 * src/pixmaps/mimeview_gpg_expired.xpm
734 * src/pixmaps/mimeview_gpg_failed.xpm
735 * src/pixmaps/mimeview_gpg_passed.xpm
736 * src/pixmaps/mimeview_text_html.xpm
737 * src/pixmaps/mimeview_image.xpm
738 o all icons the same size
741 o mimeview ctree arranged vertically above the viewer
742 o icons changed to buttons
743 o can use keyboard to select an icon (Enter)
744 o resize icon list to width of icons
746 * src/gtk/gtkvscrollbutton.c
747 o sensitivity of buttons reacts to position
749 2003-07-23 [christoph] 0.9.3claws45
751 * sync with 0.9.3cvs14 (incomplete)
752 see ChangeLog 2003-07-17
754 2003-07-23 [alfons] 0.9.3claws44
758 sync with my local tree to restore some claws-only things
760 2003-07-23 [paul] 0.9.3claws43
762 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
763 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
768 src/stock_pixmap.[ch]
769 indicate missing keys and expired sigs/keys
772 2003-07-23 [paul] 0.9.3claws42
775 Redirect fixes: enable automatic account selection and
776 do not append signature to message on changing account
779 2003-07-23 [paul] 0.9.3claws41
781 * sync with 0.9.3cvs16
782 see ChangeLog 2003-07-23
784 2003-07-23 [alfons] 0.9.3claws40
787 give progress dialog a main window, and give it the first
788 one (presumably the only one). fixes bug #247, "segfault on
791 2003-07-22 [alfons] 0.9.3claws39
794 shift-space scrolls up
796 2003-07-22 [paul] 0.9.3claws38
798 * sync with 0.9.3cvs15
799 see ChangeLog 2003-07-22
801 2003-07-20 [alfons] 0.9.3claws37
804 put menu inside #ifdef USE_ASPELL..#endif
806 2003-07-20 [christoph] 0.9.3claws36
809 fix wrong flags in MsgInfo returned by
810 procmsg_msginfo_get_full_info()
812 (closes Bug 221 Deleting messages from the Message View gives incorrect
813 new/unread message counts in the folder view)
815 * src/plugins/spamassassin/spamassassin_gtk.c
816 add gettext macro for prefs page title
818 2003-07-20 [paul] 0.9.3claws35
821 redraw icon list on signature check
823 2003-07-20 [christoph] 0.9.3claws34
828 * src/folder_item_prefs.[ch] ** NEW **
833 * src/prefs_scoring.c
835 * src/prefs_folder_item.[ch]
836 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
838 o use prefswindow for folder properties
840 * src/gtk/prefswindow.[ch]
841 change implementation to use an invisible notebook instead
842 of unparenting widgets
844 2003-07-20 [christoph] 0.9.3claws33
850 * src/prefs_filtering.h
851 * src/prefs_folder_item.[ch]
856 (always use 1. typedefs, 2. #includes, 3. structures)
858 * src/common/version.h.in
859 add casts for constants
861 * src/plugins/demo/demo.c
864 * src/plugins/spamassassin/spamassassin.c
865 remove unused variable
867 2003-07-20 [alfons] 0.9.3claws32
870 o make icon buttons respond on left click
871 o minor cosmetic change
873 2003-07-19 [luke] 0.9.3claws31
876 * src/gtk/gtkvscrollbutton.c
878 o improved mimeview behaviour when selecting a new message
879 o plus code cleanups to remove compile warnings
882 2003-07-19 [alfons] 0.9.3claws30
886 * src/common/utils.[ch]
887 subject_get_reply_prefix_length() <- subject_get_prefix_length()
889 2003-07-19 [alfons] 0.9.3claws29
891 * src/prefs_folder_item.c
892 reinit "legacy" tmp_prefs, so we don't free nor use invalid
895 2003-07-19 [luke] 0.9.3claws28
901 * src/stock_pixmap.[ch]
902 * src/gtk/Makefile.am
904 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
905 * src/pixmaps/mime_*.xpm ** NEW **
906 o mimeview rearrangement with a new icon shortcut bar
908 2003-07-19 [alfons] 0.9.3claws27
911 o plug leaking nodes_to_recollapse
912 o add folderview_recollapse_all_nodes() (not used yet)
914 2003-07-19 [alfons] 0.9.3claws26
918 honour #240 "Better SUBJECT handling" by cleaning the prefix
919 for both forwarding as replying
921 2003-07-18 [christoph] 0.9.3claws25
924 * src/common/sylpheed.[ch]
925 * src/common/version.h.in
926 add version in numeric form to allow easy comparison
928 * src/plugins/demo/demo.c
930 - sylpheed version > plugin version => never allowed, sylpheed
931 could contain unknown API changes
932 - sylpheed version < minimum version required => don't load,
933 API required not available (if linking does not fail)
935 2003-07-18 [alfons] 0.9.3claws24
937 * src/common/plugin.[ch]
940 2003-07-18 [christoph] 0.9.3claws23
943 fix crash when hooks where unregisted
945 * src/plugins/trayicon/trayicon.c
946 unregister detroy signal before destroying the widget
947 (still crashes when the plugin is unloaded)
949 2003-07-18 [alfons] 0.9.3claws22
952 delay expanding folder tree during drags until timeout triggered
953 (needs perhaps some tweaking, so testing is welcome)
955 2003-07-17 [alfons] 0.9.3claws21
960 2003-07-17 [christoph] 0.9.3claws20
962 * src/common/session.c
963 fix opening of SSL connections
965 * src/plugins/image_viewer/Makefile.am
966 add OPENSSL_CFLAGS (we should find a better solution to remove
967 this dependencies if they are not required)
969 * src/plugins/spamassassin/spamassassin.c
970 remove setlocale workaround (fixed in libspamc)
972 (closes Bug Bug 184 Entering non-ascii character deletes previous char
973 if spell checking enabled)
975 2003-07-17 [alfons] 0.9.3claws19
977 * src/common/hooks.[ch]
978 * src/plugins/clamav/clamav_plugin.c
979 * src/plugins/spamassassin/spamassassin.c
980 * src/plugins/trayicon/trayicon.c
983 2003-07-17 [alfons] 0.9.3claws18
988 2003-07-17 [alfons] 0.9.3claws17
993 2003-07-17 [paul] 0.9.3claws16
998 add link to the Claws site's FAQ page, after the suggestion
999 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1000 Move url strings to defs.h
1003 fix typo to prevent "unknown menu entry" warnings
1005 2003-07-17 [alfons] 0.9.3claws15
1007 * src/folderview.[ch]
1008 * src/summaryview.[ch]
1012 2003-07-17 [paul] 0.9.3claws14
1015 remove two instances of 'GTK_EVENTS_FLUSH' because
1016 they are unnecessary and probably cause a stack overflow
1018 2003-07-16 [christoph] 0.9.3claws13
1021 use an invisible GTK notebook to switch between viewers
1022 instead of reparenting widgets
1024 2003-07-16 [christoph] 0.9.3claws12
1027 move folder_item_update_freeze() to correct place in
1028 folder_item_scan_full()
1030 2003-07-16 [paul] 0.9.3claws11
1032 * sync with 0.9.3cvs12
1033 see ChangeLog 2003-07-14 and 2003-07-15
1035 2003-07-16 [christoph] 0.9.3claws10
1038 * src/prefs_account.[ch]
1039 sync IMAP CRAM-MD5 authentication with sylpheed-main
1041 2003-07-15 [alfons] 0.9.3claws9
1044 make --config-dir do something useful
1046 2003-07-15 [alfons] 0.9.3claws8
1049 o fix a bug where 'last' didn't really point to the last message
1050 in the top level list of children, but to the last threaded
1053 o clean up and make it easier to sync
1055 2003-07-15 [alfons] 0.9.3claws7
1058 make correct menu items sensitive
1060 2003-07-14 [alfons] 0.9.3claws6
1063 tune the threader so it will not subject-thread any message
1064 without a subject prefix (this will not thread correctly if
1065 a parent is delivered after their childs, but it looks
1068 2003-07-13 [christoph] 0.9.3claws5
1071 group "Add mailbox *..." menu items in submenu
1073 2003-07-13 [alfons] 0.9.3claws4
1076 correct summary_toggle_pressed() signature and make sure
1077 signal is not passed on
1079 2003-07-13 [alfons] 0.9.3claws3
1082 o for now don't pass on keys when they we're handled by
1083 ctree::key_press_event
1086 2003-07-13 [alfons] 0.9.3claws2
1089 add command line option "--config-dir" to get the current
1092 2003-07-12 [alfons] 0.9.3claws1
1095 * src/matcher_parser_parse.y
1096 * src/prefs_filtering.c
1098 add "Lock" filter action to lock messages;
1101 remove debug_print()
1102 * src/prefs_filtering.c
1103 re-organize matcher part 9:
1104 make action text entries easily extendible;
1105 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1106 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1111 update old information and add missing
1114 2003-07-12 [paul] 0.9.3claws
1116 * 0.9.3claws released
1118 2003-07-12 [paul] 0.9.0claws103
1123 2003-07-12 [melvin] 0.9.0claws102
1126 Fixed bug #215: Show MIME tab for single text/html messages.
1128 2003-07-12 [paul] 0.9.0claws101
1133 2003-07-12 [paul] 0.9.0claws100
1139 update Spanish, Croatian, Polish, Serbian translations.
1140 submitted by Ricardo Mones Lastra, Dragan, Witold
1141 Wladyslaw Wojciech Wilk, Urke MMI
1143 2003-07-12 [melvin] 0.9.0claws99
1146 Updated French translations.
1148 2003-07-12 [paul] 0.9.0claws98
1151 disable 'Lookup' button as it has no effect
1153 2003-07-11 [alfons] 0.9.0claws97
1156 summary_searchbar_pressed() should return TRUE to signal that
1157 event was handled. when returning void, the return value passed
1158 to GTK is actually random, but maybe FALSE, in which case the
1159 event is handled by parent
1161 2003-07-10 [paul] 0.9.0claws96
1163 * ac/missing/gettext.m4
1164 update to version 0.12
1166 2003-07-10 [paul] 0.9.0claws95
1168 * src/plugins/clamav/clamav_plugin.c
1169 fix bug where multipart/alternative messages
1170 would slip through without being scanned
1172 2003-07-10 [christoph] 0.9.0claws94
1175 correct check if folder supports removing when a message is
1176 moved. if not the message is only copied.
1178 (closes Bug 132 crash on startup in newsgroups folders)
1180 2003-07-09 [alfons] 0.9.0claws93
1184 --with-config-dir (default .sylpheed)
1186 2003-07-09 [christoph] 0.9.0claws92
1189 use PKG_CHECK_MODULES to check for gtkmathview
1190 (version 0.4.2 now required)
1192 2003-07-08 [melvin] 0.9.0claws91
1195 Implemented a progress bar that counts the number of completed
1196 tasks when the action runs more than one command.
1198 2003-07-08 [alfons] 0.9.0claws90
1201 if queued message has an invalid Message-Id, don't try to
1202 find message it refers to (fixes #209 "crash when processing
1205 2003-07-08 [paul] 0.9.0claws89
1207 * sync with 0.9.3cvs2
1208 see ChangeLog 2003-07-08
1210 2003-07-08 [match] 0.9.0claws88
1213 extend LDAP search for first/last name by parsing search term.
1215 2003-07-08 [alfons] 0.9.0claws87
1217 * src/send_message.c
1218 fix bug #208 "Status message stuck when sending on POP3 account"
1220 2003-07-07 [paul] 0.9.0claws86
1223 new Croatian translation, submitted by
1224 Dragan <drleskov@inet.hr>
1226 2003-07-07 [paul] 0.9.0claws85
1228 * sync with 0.9.3cvs1
1229 see ChangeLog 2003-07-07
1231 2003-07-05 [christoph] 0.9.0claws84
1236 * src/stock_pixmap.[ch]
1237 * src/pixmaps/messageview_text.xpm ** NEW **
1238 move mimeview tabs to the right side and use icons
1239 instead of text to save some space
1241 (patch by Luke Plant <lukeplant@softhome.net>)
1243 2003-07-05 [christoph] 0.9.0claws83
1246 add NULL pointer checks
1248 (patch by Luke Plant <lukeplant@softhome.net>)
1249 (closes Bug 204 0.9.0 quits on authentication error?!)
1251 2003-07-05 [alfons] 0.9.0claws82
1254 take the clue in bug #202 "./configure script -
1255 'if test' comparison failure" reported by John Kristoff.
1257 2003-07-04 [christoph] 0.9.0claws81
1259 * src/plugins/spamassassin/spamassassin.c
1260 set timeout for spam check
1262 2003-07-04 [christoph] 0.9.0claws80
1265 destroy all FolderItems when shutting down to
1266 allow folders to clean up
1268 2003-07-04 [melvin] 0.9.0claws79
1270 * src/gtk/gtkaspell.c
1271 Fixed bug #184 "Entering non-ascii character deletes
1272 previous char if spell checking enabled": this makes
1273 the spell checking in multibytes (e.g. UTF-8)locales work.
1274 (Patch by Luke Plant).
1276 2003-07-04 [christoph] 0.9.0claws78
1278 * sync with 0.9.2cvs1
1279 see ChangeLog 2003-06-10
1281 2003-07-04 [paul] 0.9.0claws77
1283 * sync with 0.9.3 release
1284 see ChangeLog 2003-07-04
1286 2003-07-03 [christoph] 0.9.0claws76
1293 move folder_item_get_path() stuff into a folder virtual function
1296 use folder_item_fetch_msg() to get message and do not contruct
1297 the filename from path and number
1299 2003-07-03 [paul] 0.9.0claws75
1301 * sync with 0.9.2cvs12
1302 see ChangeLog 2003-07-03
1304 2003-07-02 [paul] 0.9.0claws74
1307 fix text-selection for replying
1309 2003-07-02 [paul] 0.9.0claws73
1311 * sync with 0.9.2cvs11
1312 see ChangeLog 2003-07-02
1314 2003-07-02 [paul] 0.9.0claws72
1317 revert last commit because it breaks more
1320 2003-07-02 [paul] 0.9.0claws71
1323 fix thread by subject/sort by date
1325 2003-07-01 [paul] 0.9.0claws70
1327 * sync with 0.9.2cvs10
1328 see ChangeLog 2003-07-01
1330 2003-06-30 [paul] 0.9.0claws69
1332 * sync with 0.9.2cvs9
1333 see ChangeLog 2003-06-30
1335 2003-06-28 [match] 0.9.0claws68
1340 2003-06-27 [paul] 0.9.0claws67
1342 * sync with 0.9.2cvs7
1343 see ChangeLog 2003-06-27
1345 2003-06-26 [christoph] 0.9.0claws66
1348 freeze folder updates while a folder is scanned
1350 (closes Bug 185 New message counter)
1352 2003-06-26 [darko] 0.9.0claws65
1355 fix infinite loop when adding a new LDAP server
1357 2003-06-26 [paul] 0.9.0claws64
1359 * sync with 0.9.2cvs6
1360 see ChangeLog 2003-06-26
1362 2003-06-26 [paul] 0.9.0claws63
1364 * sync with 0.9.2cvs5
1365 see ChangeLog 2003-06-25 and 2003-06-26
1367 2003-06-25 [match] 0.9.0claws62
1370 Fixed tab/backtab for dropped-down completion list to
1371 move next/previous field. (close bug 147)
1373 2003-06-25 [christoph] 0.9.0claws61
1375 * src/addr_compl.[ch]
1376 * src/addrindex.[ch]
1384 2003-06-25 [leandro] 0.9.0claws60
1388 o gray out "Message/Remove references" menu item if not
1389 replying to a message
1391 2003-06-24 [leandro] 0.9.0claws59
1394 o removed "Message/Create new thread" menu item
1395 o added "Message/Remove references" menu item
1396 (it's off by default and will not check anymore
1397 if the subject changed)
1399 2003-06-23 [alfons] 0.9.0claws58
1402 try better grouping messages threaded by subject based on their age.
1403 still not perfect - because the message tree is not sorted by date.
1405 2003-06-23 [thorsten] 0.9.0claws57
1408 added mail_receive_hook to allow modifications
1409 directly after retrieval (e.g. adding headers).
1411 2003-06-23 [paul] 0.9.0claws56
1413 * src/sourcewindow.c
1414 enable the use of Ctrl+A to select all text in
1416 Patch submitted by Ivan Francolin Martinez
1417 <ivanfm@users.sourceforge.net>
1419 2003-06-22 [christoph] 0.9.0claws55
1422 o add notification hook for folder tree changes
1423 o invoke hooks after folder tree scanning
1425 * src/folderview.[ch]
1426 register hook for folder tree changes that
1429 (there are more places that should be updated, like add, remove
1432 (closes Bug 164 Crash on rebuild folder tree)
1433 (closes Bug 190 Crash on 'rebuilding folder tree')
1435 2003-06-21 [leandro] 0.9.0claws54
1438 create a new thread if subject changes
1439 (it's on by default, can be disabled in Message menu)
1441 2003-06-21 [alfons] 0.9.0claws53
1444 quiet little compiler
1446 2003-06-21 [christoph] 0.9.0claws52
1448 update gettext stuff to version 0.12
1450 2003-06-19 [alfons] 0.9.0claws51
1453 * src/common/plugin.c
1454 move defs.h before glib.h to prevent MIN/MAX redefs
1461 2003-06-19 [match] 0.9.0claws50
1463 * src/addressbook.[ch]
1464 * src/addrindex.[ch]
1465 * src/addr_compl.[ch]
1467 * src/editldap_basedn.[ch]
1470 re-implemented dynamic LDAP search. works without
1471 slowdown on display sender with addressbook
1476 2003-06-19 [paul] 0.9.0claws49
1479 fix Bug #136 'Nonprovided quotation marks crash claws'
1480 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1482 2003-06-19 [alfons] 0.9.0claws48
1484 * src/prefs_common.[ch]
1486 restrict threading by subject by checking thread for
1487 age (prefs_common.thread_by_subject_max_age)
1489 2003-06-18 [christoph] 0.9.0claws47
1492 fix memory leak in imap_cmd_fetch()
1494 2003-06-18 [christoph] 0.9.0claws46
1497 fix memory leak in prefs_set_default() when used multiple
1498 times or after prefs have been read
1500 2003-06-18 [christoph] 0.9.0claws45
1502 * src/common/plugin.c
1503 fix memory leak in plugin_unload()
1505 2003-06-18 [christoph] 0.9.0claws44
1508 fix memory leak in imap_cmd_ok()
1510 2003-06-18 [christoph] 0.9.0claws43
1513 stop messages that are downloaded from POP3 and added to
1514 an IMAP inbox from being filtered twice (first by POP3
1515 and again when IMAP folder is scaned to get the UID of
1516 the APPEND operation when no UIDPLUS is available)
1525 * tools/launch_phoenix ** REMOVED **
1526 tools/launch_firebird ** NEW **
1527 renamed and edited to reflect the browser's name change from
1528 'phoenix' to 'firebird'
1530 2003-06-18 [paul] 0.9.0claws42
1532 * sync with 0.9.2cvs2
1533 see ChangeLog 2003-06-16
1535 2003-06-17 [alfons] 0.9.0claws41
1538 prevent threading problems when a node is an ancestor (parent / great parent),
1539 which mostly happens with circular references (thanks to Phillipe Gramoullé
1540 for finding an sample set of messages)
1542 2003-06-16 [christoph] 0.9.0claws40
1545 don't popup main window on --receive or --receive-all
1547 * src/mainwindow.[ch]
1548 * src/plugins/trayicon/trayicon.c
1549 allow hiding of main window by clicking on the trayicon
1550 (doesn't work correctly in seperate window mode and may
1551 cause unexpected GTK problems I couldn't find yet)
1554 remove incorrect warning
1556 2003-06-15 [alfons] 0.9.0claws39
1558 * src/gtk/gtkstext.c
1559 don't output debug text;
1560 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1561 for pointing this out);
1563 2003-06-14 [alfons] 0.9.0claws38
1566 remove printf() and make one if..else comply with coding style
1568 2003-06-14 [alfons] 0.9.0claws37
1573 * src/messageview.[ch]
1575 apply patch #754162 "Quoting messages filtered by actions" submitted
1576 by Martin Wicke, which allows quoting message body changed by an
1579 2003-06-13 [alfons] 0.9.0claws36
1582 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1583 use case insensitive regexp (suggested by Ivan Martinez)
1585 2003-06-13 [christoph] 0.9.0claws35
1588 * src/plugins/trayicon/Makefile.am
1589 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1590 * src/plugins/trayicon/trayicon.c
1591 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1592 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1593 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1594 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1595 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1596 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1597 replace my own EggTrayIcon backport with the backport
1598 used by (l|x)mule and gabber.
1600 2003-06-13 [alfons] 0.9.0claws34
1603 * src/common/utils.c
1604 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1606 2003-06-13 [alfons] 0.9.0claws33
1609 clean up a little bit
1611 2003-06-12 [alfons] 0.9.0claws32
1614 const correctness fix
1616 * src/common/sylpheed.[ch]
1618 prevent redef MIN/MAX
1620 * src/common/utils.[ch]
1623 2003-06-12 [melvin] 0.9.0claws31
1626 Updated to take into accounts changes in GtkAspell.
1628 2003-06-12 [alfons] 0.9.0claws30
1632 * src/common/utils.[ch]
1633 handle reply subject prefixes better (initial
1634 suggestion by Robert Story adapted and enhanced
1637 2003-06-12 [melvin] 0.9.0claws29
1640 Use new gtkaspell_checkers_strerror() to get the speller's
1641 error message instead of accessing the (now private)
1646 Use #ifdef instead of #if for USE_ASPELL
1647 Use the new spell checkers init/quit functions
1649 * src/gtk/gtkaspell.c
1650 Use #ifdef instead of #if for USE_ASPELL
1651 Moved in the majority of GtkAspell structures that were
1652 exported before by gtkaspell.h
1654 * src/gtk/gktaspell.h
1655 Made gtkaspell.h contain only the necessary data to be
1656 publicized by moving many structures to gtkaspell.c.
1657 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1658 gtkaspell_checkers_new(): replaced by...
1659 gtkaspell_checkers_init(): new function for initialization
1660 gtkaspell_checkers_delete(): replaced by...
1661 gtkaspell_checkers_quit(): new function
1662 gtkaspell_checkers_strerror(): new function that returns
1663 the checker's last error message.
1665 2003-06-11 [melvin] 0.9.0claws28
1668 Updated to take into account gtkaspell.c migration to
1669 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1671 2003-06-10 [alfons] 0.9.0claws27
1673 * src/filtering.[ch]
1677 - try fixing bug #18 (any brave testers?)
1678 - add more robustness by refusing previously
1679 unchecked NULL pointers
1681 2003-06-10 [alfons] 0.9.0claws26
1684 fix bug #176 by don't checking MsgInfos with a NULL msgid
1686 2003-06-09 [alfons] 0.9.0claws25
1688 * src/prefs_common.c
1689 fix bug #163 "Icon switching doesnt work properly" by
1690 preventing early freeing of prefs_common.pixmap_theme_path.
1692 2003-06-09 [christoph] 0.9.0claws24
1694 * src/gtk/gtkaspell.c
1695 revert Thorsten's fix and add forgotten g_strdup for
1696 aspell path (it should not be possible to alter the path a
1697 GtkASpell uses from outside)
1699 2003-06-09 [thorsten] 0.9.0claws23
1701 * src/gtk/gtkaspell.c
1702 dont free prefs_common.aspell_path when closing compose
1704 2003-06-08 [colin] 0.9.0claws22
1706 * src/plugins/spamassassin/spamassassin.c
1709 2003-06-07 [christoph] 0.9.0claws21
1713 * src/gtkaspell.[ch] ** REMOVE **
1714 * src/gtk/Makefile.am
1715 * src/gtk/gtkaspell.[ch] ** NEW **
1716 o make gtkaspell independent from sylpheed's prefs
1717 o move gtkaspell.[ch] to gtk directory
1719 2003-06-07 [christoph] 0.9.0claws20
1724 * src/filesel.[ch] ** REMOVE **
1727 * src/common/sylpheed.[ch]
1728 * src/gtk/Makefile.am
1729 * src/gtk/filesel.[ch] ** NEW **
1730 * src/gtk/pluginwindow.c
1731 * src/gtk/sslcertwindow.c
1732 move filesel.[ch] to gtk directory
1734 2003-06-07 [alfons] 0.9.0claws19
1737 make (multi) file selection dialog work again (Claws-only)
1739 2003-06-07 [thorsten] 0.9.0claws18
1744 2003-06-07 [alfons] 0.9.0claws17
1748 detect apache mishap in which case don't include fnmatch.h
1749 if regex.h is already included
1751 2003-06-06 [christoph] 0.9.0claws16
1755 add check for fnmatch.h and include it when available
1758 fix wrong case sensitivity of Content-Types
1760 * src/gtk/Makefile.am
1761 need the same include paths in gtk directory as in
1762 common directory because .h files in common can
1763 include files from these directories, when included
1764 in gtk's .h or .c files
1766 2003-06-06 [alfons] 0.9.0claws15
1770 make it compile again because of regex.h / fnmatch.h
1771 include problems (related to recent mime stuff, can
1772 someone check this?)
1774 2003-06-06 [thorsten] 0.9.0claws14
1777 possible use of uninitialized pointer while dragging
1779 2003-06-06 [paul] 0.9.0claws13
1782 fix bug where the insert sig button would be effective
1783 only when auto_sig was set
1785 2003-06-06 [paul] 0.9.0claws12
1787 * sync with 0.9.2 release
1789 2003-06-02 [paul] 0.9.0claws11
1791 * sync with 0.9.1cvs1
1792 see ChangeLog 2003-06-02
1797 2003-06-01 [christoph] 0.9.0claws10
1800 don't use substring search to find accounts by email address
1802 (closes Bug 169 Overly loose matching of "From" address)
1804 2003-05-31 [christoph] 0.9.0claws9
1806 * doc-src/rfc2683.txt
1808 limit IMAP command length as recommended in RFC2683
1809 (message number lists will be split into multiple imap
1810 sets, the limit of 1000 octets is not a hard limit)
1812 (closes Bug 161 sylpheed-claws exits with segfault when logging
1813 in to certain imap-servers)
1815 2003-05-29 [alfons] 0.9.0claws8
1818 add print button (calling summary_print());
1819 fine tune setting tooltip text;
1820 (if someone needs other buttons, please take these
1821 commits as a guide, instead of bothering us - also
1824 2003-05-29 [darko] 0.9.0claws7
1827 fix crash when word wrapping kicks in due to
1828 changed text by spell checker
1830 2003-05-29 [paul] 0.9.0claws6
1833 fix bug where changing account would insert
1834 sig even if auto_sig was FALSE
1839 sync with 0.9.1 release
1841 2003-05-28 [christoph] 0.9.0claws5
1844 fix truncation of too long commands
1846 (closes Bug 167 IMAP hangs trying to get envelope
1847 information in imap_get_uncached_messages)
1849 2003-05-27 [paul] 0.9.0claws4
1852 tools/maildir2sylpheed.pl ** NEW FILE **
1853 add kmail to sylpheed mailbox conversion script
1855 2003-05-27 [paul] 0.9.0claws3
1857 * sync with 0.9.0cvs10
1858 see ChangeLog 2003-05-26
1860 2003-05-26 [paul] 0.9.0claws2
1862 * sync with 0.9.0cvs9
1863 see ChangeLog 2003-05-26
1865 2003-05-24 [paul] 0.9.0claws1
1867 * sync with 0.9.0cvs8
1868 see ChangeLog 2003-05-23
1870 2003-05-24 [paul] 0.9.0claws
1872 * version 0.9.0claws released
1874 2003-05-24 [paul] 0.8.11claws177
1876 * src/plugins/dillo-viewer/Makefile.am
1877 src/plugins/traycon/Makefile.am
1887 update Bulgarian, British English, Spanish, Italian,
1888 Brazilian Portuguese, Russian, and Serbian translations,
1889 submitted by George Danchev, [me], Ricardo Mones Lastra,
1890 André Filipe de Assunção e Brito, Alessandro Maestri,
1891 Ruslan N. Balkin, and Urke MMI
1893 2003-05-23 [melvin] 0.8.11claws176
1896 Updated French translations
1898 2003-05-22 [paul] 0.8.11claws175
1909 src/editldap_basedn.c
1913 revert to get ldap into it previous working state
1916 new Taiwanese translation,
1917 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1919 2003-05-22 [christoph] 0.8.11claws174
1921 * src/plugins/spamassassin/libspamc.[ch]
1922 sync libspamc with SpamAssaain release 2.55
1924 2003-05-22 [paul] 0.8.11claws173
1926 * sync with 0.9.0cvs7
1927 see ChangeLog 2003-05-22
1930 revert change in 0.8.11claws172: follow
1931 Hiroyuki's decision and that's the end of it.
1933 2003-05-21 [paul] 0.8.11claws172
1936 fix discrepency between open_unread_on_enter
1939 2003-05-21 [paul] 0.8.11claws171
1941 * sync with 0.9.0cvs6
1942 see ChangeLog 2003-05-21
1944 2003-05-21 [paul] 0.8.11claws170
1946 * sync with 0.9.0cvs5
1947 see ChangeLog 2003-05-21
1949 2003-05-20 [paul] 0.8.11claws169
1951 * sync with 0.9.0cvs4
1952 see ChangeLog 2003-05-20
1953 fixes bug #152, 'encoding of IMAP folders names'
1955 2003-05-20 [paul] 0.8.11claws168
1957 * sync with 0.9.0cvs3
1958 see ChangeLog 2003-05-20
1960 * src/tools/convert_mbox.pl
1961 minor change in the comments, submitted by Fred Marton
1963 2003-05-19 [paul] 0.8.11claws167
1965 * src/plugins/clamav/Makefile.am
1967 link clamav_lib to the plugin and not to the main program
1969 2003-05-19 [christoph]
1972 add -export-dynamic for linking
1974 2003-05-19 [paul] 0.8.11claws166
1976 * sync with 0.9.0cvs1
1977 see ChangeLog 2003-05-19
1979 2003-05-19 [paul] 0.8.11claws165
1982 fix 'pop before smtp' timeout
1984 2003-05-18 [alfons] 0.8.11claws164
1986 * src/prefs_matcher.c
1987 put "execute" action command line ("expression") in edit box
1989 2003-05-18 [christoph] 0.8.11claws163
1992 * src/plugins/dillo_viewer/dillo_viewer.c
1993 * src/plugins/image_viewer/viewer.c
1994 * src/plugins/mathml_viewer/mathml_viewer.c
1995 let a viewer have a list of Content-Types
1997 2003-05-18 [paul] 0.8.11claws162
1999 * src/prefs_filtering.c
2000 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2001 and REDIRECT actions
2003 2003-05-17 [christoph]
2006 o remove dynamic signatures that was syned with main
2007 o add infos about no longer "build in" image viewer
2008 o update bugtracker URL
2010 2003-05-17 [christoph] 0.8.11claws161
2015 don't use imap_scan_folder anymore. Instead call folder_item_scan
2016 for every folder after rebuilding the folder tree.
2018 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2021 2003-05-17 [christoph] 0.8.11claws160
2024 don't use STATUS command on current folder to check for
2025 content changes. imap_cmd_ok() now tracks changes to
2026 folder and number of existing messages.
2028 2003-05-17 [paul] 0.8.11claws159
2030 * src/plugins/clamav/clamav_plugin.c
2031 remove unnecessary debug_print
2033 2003-05-16 [thorsten] 0.8.11claws158
2035 * src/plugins/demo.c
2036 included missing intl.h
2038 2003-05-16 [paul] 0.8.11claws157
2041 remove non-existant entries
2043 * src/plugins/clamav/clamav_plugin.c
2044 src/plugins/clamav/clamav_plugin_gtk.c
2045 src/plugins/dillo_viewer/dillo_prefs.c
2046 src/plugins/dillo_viewer/dillo_viewer.c
2049 2003-05-16 [christoph] 0.8.11claws156
2052 include plugin .c files for translation until I
2053 find a better solution to have plugins have their
2055 * src/plugins/demo/demo.c
2056 * src/plugins/image_viewer/plugin.c
2057 * src/plugins/mathml_viewer/mathml_viewer.c
2058 * src/plugins/spamassassin/spamassassin.c
2059 * src/plugins/spamassassin/spamassassin_gtk.c
2060 * src/plugins/trayicon/trayicon.c
2061 add gettext macros for plugin name and description
2067 2003-05-16 [paul] 0.8.11claws155
2069 * sync with lastest 0.9.0pre1
2070 see ChangeLog 2003-05-16
2072 2003-05-15 [paul] 0.8.11claws154
2074 * sync with latest 0.9.0pre1
2075 see ChangeLog 2003-05-14 and 2003-05-15
2077 2003-05-14 [christoph] 0.8.11claws153
2079 * src/plugins/image_viewer/viewer.c
2080 * src/plugins/image_viewer/viewer.glade ** NEW **
2081 * src/plugins/image_viewer/viewerprefs.c
2082 make it possible to disable the autoload function in the
2085 2003-05-14 [christoph] 0.8.11claws152
2088 fix folder update after adding a message
2090 2003-05-13 [alfons] 0.8.11claws151
2092 * src/common/session.c
2095 * src/addrcache.[ch]
2096 * src/filtering.[ch]
2098 * src/gtkaspell.[ch]
2100 * src/mbox_folder.[ch]
2105 * src/passphrase.[ch]
2106 * src/prefs_common.[ch]
2107 * src/prefs_gtk.[ch]
2110 be pedantic; (in prototypes () implies (int))
2112 2003-05-13 [alfons] 0.8.11claws150
2114 * src/prefs_toolbar.[ch]
2115 * src/summaryview.[ch]
2117 change misleading text in toolbar prefs;
2118 add toolbar action for ignore thread (toggles ignore thread flag);
2119 clean up a little bit;
2123 * tools/convert_mbox.pl
2124 bug fixed by Fred Marton
2128 * sync with 0.9.0pre1
2130 2003-05-09 [paul] 0.8.11claws149
2132 * sync with 0.8.11cvs43
2133 see ChangeLog 2003-05-09
2135 2003-05-08 [christoph] 0.8.11claws148
2138 o use CAPABILIY as first command and check for PREAUTH
2139 information in the response to it
2140 o rewrite all imap_cmd_* functions to use an IMAPSession
2141 instead of a SockInfo as parameter
2142 o do STARTTLS after fetching and checking the server
2145 2003-05-08 [paul] 0.8.11claws147
2149 tools/convert_mbox.pl ** NEW FILE **
2150 add mbox conversion script. Submitted by
2151 Fred Marton <Fred.Marton@uni-bayreuth.de>
2153 2003-05-07 [christoph]
2156 * src/gtk/pluginwindow.glade
2157 * src/plugins/image_viewer/viewerprefs.glade
2158 * src/plugins/spamassassin/spamassassin_gtk.glade
2159 add glade files for user interfaces and a description how
2160 to use glade to create the sylpheed code
2162 2003-05-07 [paul] 0.8.11claws146
2164 * sync with 0.8.11cvs41
2165 see ChangeLog 2003-05-07
2167 2003-05-06 [christoph] 0.8.11claws145
2170 * src/plugins/image_viewer/viewer.c
2171 fix usage of imlib in imageviewer plugin
2173 * src/gtk/prefswindow.c
2174 handle window close event correctly
2176 2003-05-06 [paul] 0.8.11claws144
2179 fix typo introduced in sync
2181 2003-05-06 [paul] 0.8.11claws143
2183 * sync with 0.8.11cvs39
2184 see ChangeLog 2003-05-06
2186 2003-05-06 [paul] 0.8.11claws142
2190 updated Czech translation, submitted by
2191 Radek Vybiral <Radek.Vybiral@vsb.cz>
2193 * src/plugins/clamav/clamav_plugin_gtk.c
2196 2003-05-03 [alfons] 0.8.11claws141
2199 make paste as quotation work even when the call to
2200 text_inserted() was deferred (fixes bug #140 "Paste
2201 as quotation does not work when using "external"
2204 2003-05-03 [thorsten] 0.8.11claws140
2209 removed C++ comments
2211 function with non-int retval/param used before
2212 implementation/declaration
2214 2003-05-02 [paul] 0.8.11claws139
2216 * src/addr_compl.[ch]
2217 src/addressbook.[ch]
2220 revert match's changes to (finally) remove the bug where
2221 opening a folder causes massive slowdown when using the
2222 'Display sender using address book' option
2224 2003-05-01 [melvin] 0.8.11claws138
2226 * src/plugins/dillo_viewer/dillo_prefs.[ch]
2227 * src/plugins/dillo_viewer/dillo_viewer.c
2228 Fixed bug where "Cancel" button from prefs issued
2230 Comply a little more to coding style
2232 2003-05-01 [paul] 0.8.11claws137
2234 * sync with 0.8.11cvs38
2235 see ChangeLog 2003-05-01
2237 2003-05-01 [paul] 0.8.11claws136
2240 updated by George Danchev
2242 2003-04-30 [christoph] 0.8.11claws135
2244 * src/plugins/dillo_viewer/dillo_prefs.c
2245 * src/plugins/image_viewer/viewerprefs.c
2246 * src/plugins/spamassassin/spamassassin_gtk.c
2247 remove gtk_widget_ref() calls for widgets in
2250 2003-04-30 [paul] 0.8.11claws134
2253 ok, this time a better fix for the bug where opening folder
2254 has massive slowdown when using the 'Display sender using
2255 address book' option
2257 2003-04-30 [paul] 0.8.11claws133
2260 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2262 2003-04-30 [melvin] 0.8.11claws132
2264 New: Dillo plugin preferences (patch by Dimitar Haralanov)
2266 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
2267 Preferences for the dillo plugin
2268 * src/plugins/dillo_viewer/dillo_viewer.c
2269 Support for preferences
2270 * src/plugins/dillo_viewer/Makefile.am
2271 Added dillo_prefs.[ch]
2273 2003-04-30 [alfons] 0.8.11claws131
2275 * src/common/plugin.[ch]
2276 see? this ANSI C'fication immediately gives us type
2279 2003-04-30 [alfons] 0.8.11claws130
2281 * src/common/plugin.[ch]
2282 * src/plugins/clamav/clamav_plugin.[ch]
2283 * src/plugins/clamav/clamav_plugin_gtk.c
2284 * src/plugins/demo/demo.c
2285 * src/plugins/dillo_viewer/dillo_viewer.c
2286 * src/plugins/image_viewer/plugin.c
2287 * src/plugins/image_viewer/viewer.[ch]
2288 * src/plugins/image_viewer/viewerprefs.[ch]
2289 * src/plugins/mathml_viewer/mathml_viewer.c
2290 * src/plugins/spamassassin/spamassassin.[ch]
2291 * src/plugins/spamassassin/spamassassin_gtk.c
2292 * src/plugins/trayicon/trayicon.c
2295 2003-04-30 [alfons] 0.8.11claws129
2297 * src/common/utils.c
2298 make is_ascii_str() fail gracefully when NULL pointer
2301 2003-04-30 [paul] 0.8.11claws128
2304 fix bug where opening folder has massive slowdown when
2305 using the 'Display sender using address book' option
2307 2003-04-30 [paul] 0.8.11claws127
2309 * src/plugins/clamav/clamav_plugin.c
2310 src/plugins/clamav/clamav_plugin_gtk.c
2311 src/plugins/demo/demo.c
2312 src/plugins/dillo_viewer/dillo_viewer.c
2313 src/plugins/image_viewer/plugin.c
2314 src/plugins/mathml_viewer/mathml_viewer.c
2315 src/plugins/spamassassin/spamassassin.c
2316 src/plugins/spamassassin/spamassassin_gtk.c
2317 src/plugins/trayicon/trayicon.c
2318 get rid of eye-hurting function signatures
2320 2003-04-30 [paul] 0.8.11claws126
2322 * src/plugins/trayicon/trayicon.c
2328 2003-04-30 [paul] 0.8.11claws125
2331 arrange the plugins in reverse alphabetical order
2333 * src/plugins/clamav/clamav_plugin.[ch]
2334 src/plugins/clamav/clamav_plugin_gtk.c
2336 resize max_size window
2337 re-arrange the order of some gui elements
2338 improve descriptions
2340 * src/plugins/image_viewer/plugin.c
2341 src/plugins/mathml_viewer/mathml_viewer.c
2344 * src/plugins/spamassassin/spamassassin_gtk.c
2345 resize max_size window
2346 re-arrange the order of some gui elements
2352 2003-04-30 [alfons] 0.8.11claws124
2355 fix a leak found while browsing Martin Kluge's
2356 valgrind log (Claws only)
2358 2003-04-29 [darko] 0.8.11claws123
2360 * src/gtk/gtkstext.h
2361 include wchar.h if it is available, fixes compilation
2364 2003-04-29 [melvin] 0.8.11claws122
2366 * src/prefs_actions.c
2367 Improved help text of Actions' syntax
2369 2003-04-28 [paul] 0.8.11claws121
2372 a better fix for the crash when performing an action
2375 2003-04-28 [paul] 0.8.11claws120
2378 fix crash when performing an action on a
2381 2003-04-28 [paul] 0.8.11claws119
2383 * sync with 0.8.11cvs36
2384 see ChangeLog 2003-04-28
2386 2003-04-27 [paul] 0.8.11claws118
2388 * more sync with 0.8.11cvs35
2389 see ChangeLog 2003-04-25
2391 2003-04-26 [christoph] 0.8.11claws117
2394 fix remove virtual check
2396 2003-04-26 [paul] 0.8.11claws116
2399 fix return-receipt, make it work again
2401 2003-04-26 [paul] 0.8.11claws115
2404 restore double-clicking of the [application/pgp-signature
2405 (Select "Check signature" to check)] line in the message view,
2406 broken in recent sync
2408 2003-04-26 [christoph] 0.8.11claws114
2411 check if remove virtual really exists before
2412 calling the function
2414 2003-04-25 [match] 0.8.11claws113
2418 * src/ldapquery.[ch]
2421 * src/ldapserver.[ch]
2422 fix memleak. fix segfault.
2423 plug a Claws memleak
2425 2003-04-25 [alfons] 0.8.11claws112
2428 plug a Claws memleak
2430 2003-04-25 [alfons] 0.8.11claws111
2432 * src/common/session.c
2435 2003-04-25 [paul] 0.8.11claws110
2437 * sync with 0.8.11cvs35
2438 see ChangeLog 2003-04-24 and 2003-04-25
2440 * src/gtk/pluginwindow.c
2441 correct another strange float value
2443 2003-04-24 [christoph] 0.8.11claws109
2446 freeze folder item updates when unsetting new flags
2448 * src/gtk/pluginwindow.c
2449 correct strange float value
2451 2003-04-23 [paul] 0.8.11claws108
2453 * sync with 0.8.11cvs33
2454 see ChangeLog 2003-04-23
2456 2003-04-22 [paul] 0.8.11claws107
2461 src/pgptext.[ch] ** REMOVED **
2462 remove pgptext.[ch] as its not used any more
2464 2003-04-22 [paul] 0.8.11claws106
2466 * sync with 0.8.11cvs31
2467 see ChangeLog 2003-04-21 and 2003-04-22
2469 2003-04-21 [alfons] 0.8.11claws105
2472 No access to GTK structures if we're a spawned child
2473 (and clean up code a little bit...) Should fix #126.
2475 2003-04-21 [melvin] 0.8.11claws104
2477 * src/plugins/dillo_viewer/README
2478 Improved slightly the text.
2480 2003-04-21 [melvin] 0.8.11claws103
2482 * src/plugins/dillo_viewer/README *** NEW ***
2483 Added a README file for the Dillo plugin
2488 tools/outlook2sylpheed.pl
2489 updated and improved by Ricardo Mones Lastra
2491 2003-04-18 [oliver] 0.8.11claws102
2494 * src/prefs_account.h
2495 remove Pop3SessionType (used by selective download)
2496 * src/prefs_toolbar.c
2497 enable set Default Toolbar button
2499 2003-04-18 [paul] 0.8.11claws101
2501 * sync with 0.8.11cvs29
2502 see ChangeLog 2003-04-18
2504 2003-04-17 [paul] 0.8.11claws100
2506 * src/prefs_common.[ch]
2508 remove 'Open next message on deletion' option,
2509 as the same effect can now be achieved via the
2510 'Always open messages in summary when selected'
2513 2003-04-17 [paul] 0.8.11claws99
2515 * sync with 0.8.11cvs28
2516 see ChangeLog 2003-04-17
2518 2003-04-17 [christoph] 0.8.11claws98
2520 * ac/spamassassin.m4
2521 * src/plugins/spamassassin/libspamc.[ch]
2522 * src/plugins/spamassassin/utils.[ch]
2523 sync libspamc with SpamAssassin project
2525 2003-04-17 [christoph] 0.8.11claws97
2527 * src/common/socket.h
2528 * src/gtk/sslcertwindow.h
2529 rename old USE_SSL to USE_OPENSSL
2531 2003-04-17 [paul] 0.8.11claws96
2533 * src/prefs_common.h
2534 use gulong for P_COLOR so that it compiles/runs on
2535 64-bit systems. Patch submitted by James Noyes
2536 <jnoyes-claws@retrogeeks.com>
2541 2003-04-17 [paul] 0.8.11claws95
2543 * sync with 0.8.11cvs27
2544 see ChangeLog 2003-04-16
2546 2003-04-15 [paul] 0.8.11claws94
2548 * src/prefs_common.[ch]
2549 rearrange to stop the window getting too long:
2550 move Receive dialog stuff to Receive tab
2551 move Send dialog to Send tab
2552 remove Dialogs frame
2553 rename 'Open messages in summary with cursor keys' to
2554 'Always open messages in summary when selected', as its
2557 2003-04-15 [paul] 0.8.11claws93
2559 * src/prefs_common.[ch]
2561 add new option '/Interface/Open next message on deletion'
2563 2003-04-15 [paul] 0.8.11claws92
2565 * src/summaryview.[ch]
2566 add /Mark/Lock and /Mark/Unlock to the pop-up
2567 menu. Patch submitted by Ivan Francolin Martinez
2568 <ivanfm@users.sourceforge.net>
2570 2003-04-15 [paul] 0.8.11claws91
2572 * sync with 0.8.11cvs24
2573 see ChangeLog 2003-04-15
2575 2003-04-14 [jens] 0.8.11claws90
2577 * updated German translation and some corrections from
2578 Roland Bless <bless@tm.uka.de>
2580 2003-04-14 [paul] 0.8.11claws89
2582 * sync with 0.8.11cvs22
2583 see ChangeLog 2003-04-14
2585 2003-04-13 [paul] 0.8.11claws88
2587 * src/plugins/clamav/clamav_plugin.c
2591 2003-04-12 [paul] 0.8.11claws87
2593 * src/plugins/clamav/clamav_plugin.c
2594 activate enable/disable archive scanning option
2596 * src/plugins/clamav/.cvsignore ** NEW FILE **
2598 2003-04-12 [paul] 0.8.11claws86
2600 * src/plugins/Makefile.am
2601 src/plugins/clamav/Makefile.am ** NEW FILE **
2602 src/plugins/clamav/README ** NEW FILE **
2603 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2604 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2605 add Clam AntiVirus plugin
2607 2003-04-12 [paul] 0.8.11claws85
2609 * sync with 0.8.11cvs21
2610 see ChangeLog 2003-04-11
2612 2003-04-11 [paul] 0.8.11claws84
2615 update Spanish translation. Submitted by Ricardo
2618 2003-04-10 [christoph] 0.8.11claws83
2621 fix typo that did not move unfiltered mails to destination
2624 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2625 when filtering from spool)
2627 2003-04-10 [christoph] 0.8.11claws82
2630 use BODY.PEEK instead of BODY in in message fetch operation
2631 to make sure the IMAP server does not set the \Seen flag for
2632 messages. Sylpheed does that later itself, when the message
2633 is opened in sylpheed
2635 (closes Bug 111 Claws destroys unread marks)
2637 2003-04-09 [oliver] 0.8.11claws81
2640 fix crash in folder_destroy
2642 remove selective download
2644 2003-04-09 [christoph] 0.8.11claws80
2647 fix crash in imap_get_msginfo() when then fetched message
2650 (closes Bug 110 Crash during mail composition)
2652 2003-04-08 [christoph] 0.8.11claws79
2655 * src/prefs_account.c
2656 Filter new messages that are found in an INBOX folder
2657 when 'Filter messages on receiving' is enabled in the
2658 Folder's AccountPrefs. This allows to use Sylpheed's
2659 filtering engine for IMAP folders where messages are
2660 added to the INBOX by a MTA
2662 2003-04-08 [paul] 0.8.11claws78
2665 clean up after last commit
2667 2003-04-08 [paul] 0.8.11claws77
2669 * sync with 0.8.11cvs20
2670 see ChangeLog 2003-04-07 and 2003-04-08
2672 2003-04-07 [christoph] 0.8.11claws76
2674 * src/filtering.[ch]
2678 add procmsg_msginfo_filter() to execute filtering actions
2680 2003-04-06 [christoph] 0.8.11claws75
2683 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2685 2003-04-06 [christoph] 0.8.11claws74
2687 * src/common/utils.[ch]
2688 add g_int_compare() function for slist sorting
2691 fetch all MsgInfos with one command in imap_get_msginfos()
2692 using an imap set with a list of ranges
2695 use new g_int_compare() function
2697 2003-04-06 [thorsten] 0.8.11claws73
2700 corrected implementation of mh_folder_destroy()
2702 2003-04-05 [christoph] 0.8.11claws72
2719 * src/gtk/gtkutils.c
2720 o rename structure field names class and new to klass and
2721 new_msgs, to allow including files in C++
2722 o add 'extern "C"' block to some header files
2723 o add MsgInfoList and MsgNumberList as alias for GSList for
2724 developers to know what type of list is expected
2726 * src/plugins/image_viewer/plugin.c
2727 * src/plugins/image_viewer/viewer.[ch]
2728 * src/plugins/image_viewer/viewerprefs.[ch]
2729 rename function names to prevent conflicts
2731 2003-04-05 [paul] 0.8.11claws71
2733 * sync with 0.8.11cvs18
2734 see ChangeLog 2003-04-03 and 2003-04-04
2736 2003-04-02 [christoph] 0.8.11claws70
2740 * src/mbox_folder.[ch]
2743 o Make all virtual folder functions private
2744 o remove unused folder code
2746 * src/common/socket.[ch]
2750 2003-03-30 [alfons] 0.8.11claws69
2752 * src/send_message.c
2753 remove two debug traces and see if people still report
2756 2003-03-30 [alfons] 0.8.11claws68
2758 * src/send_message.c
2759 * src/commons/session.c
2760 add more debug traces
2762 2003-03-30 [christoph] 0.8.11claws67
2765 change processing folder name from .processing to processing
2768 disable SSL certificate check because it causes Xlib error
2769 when the child process want's to open an GTK window
2771 2003-03-30 [christoph] 0.8.11claws66
2774 don't use default folder for processing folder item because
2775 it can be a non local folder
2777 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2779 2003-03-30 [alfons] 0.8.11claws65
2781 * src/send_message.c
2782 try fixing crashes when sending messages: my gcc 2.95.4 seems
2783 to generate bad code for 'send_send_data_progressive': When
2784 called from 'send_send_data_finished', the 'data' pointer is
2785 cleared just before the assignment to the dialog pointer
2787 2003-03-29 [christoph] 0.8.11claws64
2789 * src/common/prefs.h
2790 * src/plugins/image_viewer/Makefile.am
2791 * src/plugins/image_viewer/plugin.c
2792 * src/plugins/image_viewer/viewer.[ch]
2793 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2794 add PrefsPage for ImageViewer
2796 2003-03-28 [thorsten] 0.8.11claws63
2798 * src/common/session.c
2801 2003-03-28 [paul] 0.8.11claws62
2803 * sync with 0.8.11cvs16
2804 see ChangeLog 2003-03-28
2806 2003-03-28 [paul] 0.8.11claws61
2808 * sync with 0.8.11cvs15
2809 see ChangeLog 2003-03-28
2811 2003-03-27 [christoph] 0.8.11claws60
2815 * src/common/socket.[ch]
2816 set socket state to DISCONNECTED when any operation
2817 fails to allow reconnecting in IMAP code without
2818 checking the return code of all calls to the command
2823 remove some more stuff that depends on specific
2826 2003-03-27 [paul] 0.8.11claws59
2828 * sync with 0.8.11cvs14
2829 see ChangeLog 2003-03-27
2831 * src/selective_download.[ch] ** REMOVED **
2834 2003-03-27 [christoph] 0.8.11claws58
2837 fix handling of tmp_flags in flag copy function
2839 2003-03-27 [paul] 0.8.11claws57
2841 * sync with 0.8.11cvs13
2842 see ChangeLog 2003-03-27
2844 2003-03-27 [oliver] 0.8.11claws56
2847 remove sel_download_cb
2849 2003-03-27 [oliver] 0.8.11claws55
2854 2003-03-26 [oliver] 0.8.11claws54
2859 remove selective donwload readme
2861 2003-03-26 [oliver] 0.8.11claws53
2863 * src/matcher_parser_parse.y
2865 * src/prefs_account.[ch]
2866 * src/prefs_filtering.c
2867 remove selective donwload
2869 2003-03-26 [oliver] 0.8.11claws52
2874 remove selective donwload
2876 2003-03-26 [oliver] 0.8.11claws51
2879 * src/selective_download.[ch] ** REMOVE **
2881 2003-03-26 [christoph] 0.8.11claws50
2884 fix NEWS that got broken by a sync with sylpheed-main
2886 2003-03-26 [christoph] 0.8.11claws49
2889 fix mime type guessing when no mime type is found for a file
2891 2003-03-25 [christoph] 0.8.11claws48
2895 remove mime type guessing from mime parser and use
2896 name based mime types in viewer lookup for mime type
2897 application/octet-stream
2899 2003-03-25 [christoph] 0.8.11claws47
2901 * doc-src/readme.txt
2902 * doc-src/rfc2554.txt
2903 add RFC about SMTP AUTH
2905 * src/send_message.c
2906 * src/common/smtp.[ch]
2907 add extra error code for authentication errors and
2908 clear temporary password when this error occurs
2910 (closes Bug 84 authentication failure while sending should
2911 prompt for password again)
2913 2003-03-25 [christoph] 0.8.11claws46
2917 * src/imageview.[ch] ** REMOVE **
2918 * src/messageview.[ch]
2920 * src/prefs_common.[ch]
2922 * src/plugins/Makefile.am
2923 * src/plugins/image_viewer/.cvsignore ** NEW **
2924 * src/plugins/image_viewer/Makefile.am ** NEW **
2925 * src/plugins/image_viewer/plugin.c ** NEW **
2926 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2927 move image viewer into a plugin (building is enabled by default)
2928 [ToDo: Prefs for resize and autoview]
2930 2003-03-25 [paul] 0.8.11claws45
2932 * sync with 0.8.11cvs12
2933 see ChangeLog 2003-03-26
2935 2003-03-25 [paul] 0.8.11claws44
2937 * sync with 0.8.11cvs11
2938 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2940 Note: Selective Download is broken.
2942 2003-03-22 [christoph] 0.8.11claws43
2945 code cleanup for flags copying
2947 2003-03-22 [christoph] 0.8.11claws42
2949 * src/plugins/trayicon/trayicon.c
2950 fix setting the transparent area when the window size
2951 is forced by the system tray
2953 2003-03-22 [christoph] 0.8.11claws41
2955 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2956 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2957 * src/plugins/trayicon/newmail.xpm ** NEW **
2958 * src/plugins/trayicon/nomail.xpm ** NEW **
2959 * src/plugins/trayicon/trayicon.c
2960 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2961 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2962 o add icon for unread mails
2963 o set transparency for window
2965 2003-03-22 [christoph] 0.8.11claws40
2968 init news session to prevent crash when session is closed
2970 2003-03-22 [christoph] 0.8.11claws39
2973 * src/common/session.[ch]
2974 Init session data to make sure we don't have invalid pointers
2975 for read_ch and write_ch when new multi process sessions are
2979 * src/common/plugin.c
2980 * src/common/sylpheed.c
2981 * src/plugins/demo/demo.c
2982 * src/plugins/dillo_viewer/dillo_viewer.c
2983 * src/plugins/mathml_viewer/mathml_viewer.c
2984 * src/plugins/spamassassin/spamassassin.c
2985 * src/plugins/spamassassin/spamassassin_gtk.c
2986 add plugin types to allow loading plugins at different times
2987 (and maybe for different frontends), because it's not good to
2988 load GTK-Plugins gefore gtk_init was called
2991 * src/plugins/Makefile.am
2992 * src/plugins/trayicon/.cvsignore ** NEW **
2993 * src/plugins/trayicon/Makefile.am ** NEW **
2994 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2995 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2996 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2997 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2998 * src/plugins/trayicon/trayicon.c ** NEW **
2999 New Trayicon plugin that shows an icon in a systray that uses
3000 XEMBED protocol like Gnome's systray. Icon shows if there
3001 are new mails and a tooltip shows information about new,
3002 unread and total messages.
3004 2003-03-22 [paul] 0.8.11claws38
3007 fix ESMTP AUTH CRAM-MD5
3008 [sync with main (still version 0.8.11cvs6), see
3009 ChangeLog 2003-03-22]
3011 2003-03-21 [colin] 0.8.11claws37
3013 * src/send_message.c
3014 Fix USE_SSL => USE_OPENSSL
3016 2003-03-21 [colin] 0.8.11claws36
3019 Fix counts in drag and dropped subfolders
3021 2003-03-21 [colin] 0.8.11claws35
3025 speed up a bit folder dnd
3027 2003-03-20 [alfons] 0.8.11claws34
3032 don't send locked queue messages
3033 (feature request "[ 705245 ] Locking message in outbox
3034 should prevent sending")
3036 2003-03-20 [christoph] 0.8.11claws33
3039 remove NEW and UNREAD flag in special folders when scanning
3042 fix ESMTP AUTH CRAM-MD5
3044 2003-03-20 [paul] 0.8.11claws32
3046 * src/prefs_account.c
3047 Re-write 'Tunnel command to open connection' as
3048 'Use command to communicate with server', and disable
3049 it for all except IMAP accounts
3051 2003-03-20 [paul] 0.8.11claws31
3053 * sync with 0.8.11cvs6
3054 see ChangeLog 2003-03-20
3056 2003-03-19 [match] 0.8.11claws30
3059 include documentation. minor refactoring.
3060 * src/addr_compl.[ch]
3061 * src/addrindex.[ch]
3062 * src/addresbook.[ch]
3064 re-enable address lookup (was disabled in
3067 2003-03-19 [christoph] 0.8.11claws29
3070 add temp flag handling, will make moving and copying
3071 messages possible again
3074 correct calulation of folder stats
3076 2003-03-18 [match] 0.8.11claws28
3079 remove case sensitive comparison (closes bug 80).
3081 2003-03-18 [christoph] 0.8.11claws27
3084 fix imap using a tunnel command
3088 2003-03-18 [christoph] 0.8.11claws26
3093 rewrite flag handling for folders
3095 2003-03-18 [christoph] 0.8.11claws25
3100 unset NEW and UNREAD flags when message is ignored, to make
3101 sure messages don't show up as unread on other IMAP clients,
3102 because the IGNORE_THREAD flag can not be syncronized through
3105 2003-03-17 [christoph] 0.8.11claws24
3108 don't use recursion to fetch uids when the number of messages
3109 does not match. Moved code into subfunction that is used
3110 again when needed, to prevent an endless loop.
3112 2003-03-17 [thorsten] 0.8.11claws23
3114 * src/imageview.[ch]
3115 export imageview_get_resized_size() (for plugins)
3116 * src/prefs_common.[ch]
3117 added prefs_common_get() (for plugins)
3119 2003-03-17 [christoph] 0.8.11claws22
3122 o remove UID guessing from copy code
3123 o support UIDPLUS extension for APPEND command
3125 2003-03-17 [paul] 0.8.11claws21
3128 remove 'Compiled-plugins' section.
3130 * src/plugins/dillo_viewer/dillo_viewer.c
3131 slight change to description text
3133 2003-03-16 [match] 0.8.11claws20
3134 * src/ldapserver.[ch] ** NEW **
3135 * src/ldapctrl.[ch] ** NEW **
3136 * src/ldapquery.[ch] ** NEW **
3137 * src/ldaputil.[ch] ** NEW **
3138 * src/addrcindex.[ch] ** NEW **
3139 * src/addrquery.h ** NEW **
3141 * src/addrcache.[ch]
3142 * src/addrindex.[ch]
3143 * src/addr_compl.[ch]
3144 * src/addressbook.[ch]
3149 * src/editldap_basedn.c
3153 included dynamic LDAP queries. improved address
3156 2003-03-16 [paul] 0.8.11claws19
3158 * tools/multiwebsearch.pl
3161 2003-03-16 [christoph] 0.8.11claws18
3164 * src/plugins/dillo_viewer/dillo_viewer.c
3165 * src/plugins/mathml_viewer/mathml_viewer.c
3166 make unregistering of MimeViewerFactorys possible
3168 2003-03-16 [alfons] 0.8.11claws17
3173 2003-03-16 [melvin] 0.8.11claws16
3175 * src/plugins/dillo_viewer.c
3176 Fixed bug where it was not possible to view more than
3177 one text/html attachment per message (bug discovered
3178 by Christoph Hohmann).
3180 2003-03-15 [melvin] 0.8.11claws15
3182 * src/prefs_actions.c
3183 Fixed compilation warnings.
3185 2003-03-15 [melvin] 0.8.11claws14
3187 * src/plugins/Makefile.am
3188 * src/plugins/dillo_viewer/.cvsignore ** NEW **
3189 * src/plugins/dillo_viewer/Makefile.am ** NEW **
3190 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
3191 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3192 newer (http://dillo.auriga.wearlab.de/).
3194 2003-03-15 [christoph] 0.8.11claws13
3197 don't query imap folder for attributes because we already
3198 for them from imap_status
3201 add support for plugable MimeViewers (unloading Viewers
3204 * src/plugins/Makefile.am
3205 * src/plugins/mathml_viewer/.cvsignore ** NEW **
3206 * src/plugins/mathml_viewer/Makefile.am ** NEW **
3207 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
3208 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3209 widget from http://helm.cs.unibo.it/mml-widget/
3211 2003-03-14 [christoph] 0.8.11claws12
3214 o error return code's should better be negative
3215 o replace printf with debug_print
3218 improve IMAP folder scan by checking UID-NEXT
3221 remove check that are unnecessary in my opinion
3223 2003-03-13 [christoph] 0.8.11claws11
3232 * src/prefs_scoring.c
3234 use a common function to get a displayable name
3237 2003-03-13 [paul] 0.8.11claws10
3241 tools/multiwebsearch.conf ** NEW FILE **
3242 tools/multiwebsearch.pl ** NEW FILE **
3243 add multiwebsearch Actions script
3245 2003-03-13 [colin] 0.8.11claws9
3248 Remove leading emtpy lines from quoted text
3251 2003-03-13 [melvin] 0.8.11claws8
3253 * src/prefs_actions.c
3256 Added Cancel and OK buttons
3259 2003-03-13 [christoph] 0.8.11claws7
3269 replace more folder type stuff with folder class stuff
3271 2003-03-13 [melvin] 0.8.11claws6
3273 * src/prefs_actions.c
3275 %u: user provided argument
3276 %h: user provided argument (hidden on input)
3277 %s: current text selection in the message view
3279 2003-03-13 [paul] 0.8.11claws5
3281 * sync with 0.8.11cvs5
3282 see ChangeLog 2003-03-11, 2003-03-12
3284 2003-03-12 [christoph] 0.8.11claws4
3287 use folder class idstr when writing folderlist.xml
3292 replace folder type checks with folder class checks
3294 2003-03-12 [christoph] 0.8.11claws3
3299 * src/mbox_folder.[ch]
3302 o create a list of known folder classes in the folder system
3303 o use folder class id strings for folder item identifiers
3305 2003-03-12 [christoph] 0.8.11claws2
3308 fix imap uid validity check
3310 2003-03-12 [christoph] 0.8.11claws1
3321 * src/prefs_scoring.c
3325 initial restructuring of folder system, seperating
3326 folders and folder classes
3328 2003-03-12 [paul] 0.8.11claws
3332 2003-03-12 [christoph]
3334 * src/gtk/prefswindow.c
3335 fix translation of "Page Index"
3337 2003-03-12 [paul] 0.8.10claws110
3339 a sync from 0.8.11cvs4 before the release
3341 * src/common/utils.c
3342 subject_compare_for_sort(): allow null strings (fixes
3345 2003-03-11 [paul] 0.8.10claws109
3348 update Spanish translation, submitted by
3349 Ricardo Mones Lastra
3351 2003-03-11 [melvin] 0.8.10claws108
3354 Updated French translations
3356 2003-03-11 [paul] 0.8.10claws107
3358 * manual/en/Makefile.am
3360 update English manual, add a new page
3361 updated by Francois Barriere <fbarriere@atmel.fr>
3366 update Bulgarian, Italian, and Serbian translations
3367 submitted by George Danchev, Alessandro Maestri, and
3370 2003-03-10 [paul] 0.8.10claws106
3373 src/gtk/prefswindow.c
3374 make some strings translatable
3376 2003-03-10 [darko] 0.8.10claws105
3379 code cleanup to make Hiro happy
3381 2003-03-10 [paul] 0.8.10claws104
3383 * sync with 0.8.11cvs2
3384 see ChangeLog 2003-03-10
3386 2003-03-09 [melvin] 0.8.10claws103
3389 textview_set_font(): fix for message display in
3390 UTF-8 locales (thanks to Sergey Vlasov).
3391 (was unintentionnaly reverted in 0.8.6claws6)
3393 2003-03-08 [darko] 0.8.10claws102
3396 fix infinite loop in wrapping as reported
3398 obsoletes patch #696482
3400 2003-03-08 [christoph] 0.8.10claws101
3403 add workaround for IMAP servers that do not
3404 support the "UID SEARCH UID" command
3406 2003-03-07 [christoph] 0.8.10claws100
3408 * src/plugins/spamassassin/spamassassin.[ch]
3409 * src/plugins/spamassassin/spamassassin_gtk.c
3412 2003-03-07 [paul] 0.8.10claws99
3415 updated Spanish translation, submitted by
3416 Ricardo Mones Lastra
3418 2003-03-07 [christoph] 0.8.10claws98
3421 fix in 0.8.10claws94 was wrong
3422 local delivery does not require escaping, remove escaping
3423 code to make signatures of mails with "." lines valid
3425 NOTE: requires that sendmail is executed with "-i" option,
3426 what is the default now, but has to be changed in all
3429 2003-03-07 [paul] 0.8.10claws97
3431 * sync with 0.8.11 release
3432 see ChangeLog 2003-03-07
3434 2003-03-06 [paul] 0.8.10claws96
3437 revert commit 0.8.10claws92
3439 2003-03-06 [paul] 0.8.10claws95
3442 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3445 fix bug 74, 'Crash opening editor window with pseudo-color
3448 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3450 2003-03-06 [christoph] 0.8.10claws94
3453 fix rfc2821 (4.5.2) violation in SMTP data sending,
3454 all lines starting with a period get an extra period
3456 (found by Simon 'corecode' Schubert)
3458 2003-03-06 [paul] 0.8.10claws93
3461 if configured font can't be loaded fall back to gtk
3462 default. (with thanks to Christoph)
3464 closes long-standing bug 15 'Crashes on startup'
3466 2003-03-06 [paul] 0.8.10claws92
3469 freeze text before autosave and thaw afterwards
3470 fixes bug 67 'autosave make re-rediting message crazy'
3472 2003-03-06 [christoph] 0.8.10claws91
3475 ignore address comment in dupe check for Cc-list
3477 (closes reopened bug 47 Replying to message strips name part of
3478 e-mail addresses of Cc: lines)
3480 2003-03-06 [paul] 0.8.10claws90
3483 remove reference to gtkxtext.h as its no longer in
3486 2003-03-06 [paul] 0.8.10claws89
3488 * sync with 0.8.10cvs25
3489 see ChangeLog 2003-03-06
3491 2003-03-06 [oliver] 0.8.10claws88
3496 2003-03-06 [oliver] 0.8.10claws87
3499 remove changes introduced inclaws74
3501 another attempt to sanely delete and update
3502 messages deleted in separate messageview
3504 2003-03-05 [christoph] 0.8.10claws86
3507 check if "From" matches any account's address if
3508 addressbook completion of addresses is disabled too
3510 (closes Bug 70 "Display recipient in from" doesn't check
3511 folder's default account)
3513 2003-03-05 [christoph] 0.8.10claws85
3516 * src/common/utils.[ch]
3517 don't strip address comments when building Cc lists
3519 (closes Bug 47 Replying to message strips name part of e-mail addresses
3523 fix return value of copy function
3525 2003-03-05 [christoph] 0.8.10claws84
3528 don't ask imap server for non rfc822 headers
3530 (closes bug 71 IMAP FETCH asks for FROM header field twice)
3533 destroy session on socket error to allow reconnecting
3535 2003-03-05 [christoph] 0.8.10claws83
3538 fix building with gnome when no prefix is set
3540 (closes bug 66 Gnome directory is set to NONE)
3542 2003-03-05 [paul] 0.8.10claws82
3544 * sync with 0.8.10cvs23
3545 see ChangeLog 2003-03-05
3547 2003-03-04 [christoph] 0.8.10claws81
3550 o fix moving and copying when folder returns 0 for new
3552 o remove some code for single message copy and move
3553 operations and use functions for multiple messages
3555 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3558 remove unused include
3560 2003-03-04 [paul] 0.8.10claws80
3563 list 'Compiled plugins'
3565 2003-03-03 [christoph] 0.8.10claws79
3568 have to multiply the percentage of the current fetch with
3569 the percentage that it has of the total fetch operation
3572 2003-03-03 [christoph] 0.8.10claws78
3575 fix calculation of expected lines for progress indicator
3577 2003-03-03 [christoph] 0.8.10claws77
3580 * src/common/utils.c
3581 fix segfault when opening the root news folder
3583 2003-03-03 [christoph] 0.8.10claws76
3585 * src/mainwindow.[ch]
3586 * src/common/Makefile.am
3587 * src/common/progressindicator.[ch]
3588 add UI independent progress indicator handling
3591 use new progress indicator for message info fetching
3593 * src/common/hooks.h
3596 2003-03-03 [oliver] 0.8.10claws75
3600 removed commented code
3602 2003-03-03 [oliver] 0.8.10claws74
3605 cleanups and refactoring
3607 compose_reply_mode reply & forwarding interface for
3610 act on messages marked for deletion in folderview_selected
3611 based on prefs_common.immediate_exec since a message might
3612 have been deleted by messageview in a folder we are changing
3613 to (does anybody understand what I'm on about ?)
3615 2003-03-03 [oliver] 0.8.10claws73
3617 * src/messageview.[ch]
3619 - messageview_delete: delete message shown in messagview
3620 - messageview_update_view: update messageview to currently
3621 selected summaryview message
3622 - add separate messageview to msgview_list in order to update
3623 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3624 * src/summaryview.[ch]
3625 summary_get_selection returns a list of selected msgs
3628 toolbar reply refactoring
3630 2003-03-03 [paul] 0.8.10claws72
3632 * sync with 0.8.10cvs21
3633 see ChangeLog 2003-03-03
3635 2003-03-02 [christoph] 0.8.10claws71
3637 * src/common/passcrypt.c
3640 2003-03-02 [christoph] 0.8.10claws70
3643 * src/prefs_account.c
3644 * src/prefs_gtk.[ch]
3645 * src/common/.cvsignore
3646 * src/common/Makefile.am
3647 * src/common/passcrypt.c ** NEW **
3648 * src/common/passcrypt.h.in ** NEW **
3649 Implement password encryption in config files
3650 using unix encrypt and setkey functions. The crypt
3651 key can be set as a configure parameter. Old
3652 passwords will be converted if they do not begin
3655 2003-03-02 [paul] 0.8.10claws69
3657 * src/prefs_account.c
3660 2003-03-01 [thorsten] 0.8.10claws68
3668 corrected format strings
3671 (fix compile errors with GNU gettext-0.11.5)
3673 2003-03-01 [oliver] 0.8.10claws67
3676 menu callbacks call toolbar_menu_reply
3678 2003-03-01 [oliver] 0.8.10claws66
3682 menu callbacks call toolbar_menu_reply
3684 callbacks from menu handled by toolbar_menu_reply
3686 2003-03-01 [paul] 0.8.10claws65
3689 revert commit 0.8.10claws54 - breaks editing of
3693 update Bulgarian translation, submitted by
3696 2003-02-28 [christoph] 0.8.10claws64
3702 * src/gtkxtext.h ** REMOVE **
3708 * src/prefs_common.c
3709 * src/prefs_matcher.c
3710 * src/procheader.[ch]
3713 * src/common/ssl_certificate.c
3714 * src/gtk/colorlabel.c
3717 o remove code obsoleted by new cache and folder system rework
3719 2003-02-28 [oliver] 0.8.10claws63
3722 * fix bug where reply in Messageview replied to
3723 Message displayed in summaryview
3724 (reportedd via ML by chinatinte at gmx dot ch)
3725 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3726 didn't work in separate MessageView Toolbar
3727 (wondering if anybody uses this at all ?)
3728 * src/summaryview.[ch]
3729 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3730 (generalize reply and forward code);
3732 remove focus_in event which updated summaryview to messageview
3734 2003-02-28 [paul] 0.8.10claws62
3737 add the --check option
3738 Patch submitted by Ricardo Mones Lastra
3740 2003-02-28 [paul] 0.8.10claws61
3742 * src/prefs_account.c
3743 re-order 'Signature' items
3745 2003-02-28 [paul] 0.8.10claws60
3747 * sync with 0.8.10cvs20
3748 see ChangeLog 2003-02-28
3750 2003-02-28 [paul] 0.8.10claws59
3753 update to reflect recent movement of files
3755 2003-02-28 [paul] 0.8.10claws58
3757 * sync with 0.8.10cvs19
3758 see ChangeLog 2003-02-28
3760 2003-02-27 [martin] 0.8.10claws57
3762 * src/prefs_matcher.c
3763 fix segfault in prefs_matcher_ok() when the
3764 last entry is deleted and prevents that the
3765 message "entry not saved" comes up after deleting
3768 2003-02-27 [martin] 0.8.10claws56
3770 * src/prefs_filtering.c
3771 fix segfault in prefs_filtering_ok() when the
3772 last entry is deleted and prevents that the
3773 message "entry not saved" comes up after deleting
3776 2003-02-27 [paul] 0.8.10claws55
3778 * sync with 0.8.10cvs18
3779 see ChangeLog 2003-02-27
3781 2003-02-27 [paul] 0.8.10claws54
3784 fix bug where the address book crashes with
3786 Patch [687729] submitted by David Frager
3787 <dbfrager@users.sourceforge.net>
3789 2003-02-25 [christoph] 0.8.10claws53
3792 * src/colorlabel.[ch] ** REMOVE **
3793 * src/gtk/Makefile.am
3794 * src/gtk/colorlabel.[ch] ** NEW **
3795 move colorlabel files to gtk directory
3797 * src/esmtp.[ch] ** REMOVE **
3798 has been merged into smtp.[ch] in 0.7.5
3800 2003-02-25 [christoph] 0.8.10claws52
3803 * src/about.[ch] ** REMOVE **
3804 * src/gtk/Makefile.am
3805 * src/gtk/about.[ch] ** NEW **
3806 move about files to gtk directory
3808 2003-02-25 [christoph] 0.8.10claws51
3811 some code optimization of folder scanning code
3813 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3815 2003-02-25 [christoph] 0.8.10claws50
3818 * src/common/sylpheed.c
3819 add command line parameter parsing to common code
3821 2003-02-24 [christoph]
3825 fix gnome prefix problems, the configure script now removed
3826 `gnome-config --prefix` from `gnome-config --datadir`
3827 and adds $(prefix} instead
3829 (closes Bug 24 Makefile does not respect prefix when installing
3832 2003-02-24 [christoph] 0.8.10claws49
3835 check for valid session before trying to authenticate
3837 (closes Bug 60 crash if "authenticate on logon" is activated
3838 and newsserver-hostname is not valid)
3840 2003-02-24 [melvin] 0.8.10claws48
3842 * src/prefs_actions.c
3843 Make sure all user's input is sent to the action and then
3846 2003-02-23 [alfons] 0.8.10claws46
3849 also wait cursor when deleting files
3853 * tools/freshmeat_search.pl
3854 tools/google_search.pl
3855 scripts should now work for any browser/browser command line
3857 2003-02-22 [christoph] 0.8.10claws45
3860 fix IMAP flag setting, IMAP flag is not handled correctly
3861 anymore by the folder system and information about the
3862 folder should not be saved in the MsgInfo (in my opinion)
3864 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3866 2003-02-22 [christoph] 0.8.10claws44
3869 fix spelling of "label" ;-)
3871 2003-02-22 [thorsten] 0.8.10claws43
3874 src/prefs_common.[ch]
3876 do not use description as attachment name
3878 2003-02-22 [alfons] 0.8.10claws42
3881 freeze/thaw folder item updates when changing color labels,
3882 and put a wait cursors on
3884 2003-02-22 [thorsten] 0.8.10claws41
3887 save-all fixes: crash if invoked on multipart container,
3888 mimeinfo access, pathseparators, error dialog
3890 2003-02-21 [alfons] 0.8.10claws40
3895 2003-02-21 [colin] 0.8.10claws39
3900 2003-02-21 [colin] 0.8.10claws38
3903 Freeze/thaw folderItem updates when filtering messages
3904 via Tools/Filter messages
3906 2003-02-21 [paul] 0.8.10claws37
3909 revert commit 0.8.10claws26, there are ulterior motives
3910 for users to set a Reply-To header when posting to
3913 2003-02-21 [paul] 0.8.10claws36
3915 * sync with 0.8.10cvs17
3916 see ChangeLog 2003-02-21
3918 2003-02-20 [christoph] 0.8.10claws35
3921 IMAP UID fetch speedup using SEARCH
3923 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3926 fix problem with UIDs in IMAP UID cache that no longer existed
3928 2003-02-20 [christoph] 0.8.10claws34
3933 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3935 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3938 Rewrite imap_cmd_gen_recv use sock_getline instead
3939 of sock_gets to avoid problems with too long reply
3942 2003-02-20 [colin] 0.8.10claws33
3944 * src/prefs_account.c
3947 2003-02-20 [colin] 0.8.10claws32
3950 Remove useless '&& !to_sender'
3955 change my e-mail address
3957 2003-02-19 [colin] 0.8.10claws31
3959 * src/prefs_common.c
3960 X11 style colors for every configurable color
3962 2003-02-19 [alfons] 0.8.10claws30
3964 * src/prefs_gtk.[ch]
3965 * src/prefs_common.c
3966 for color_new accept both plain integers and X11 style color
3967 names (as found in /usr/lib/X11/rgb.txt)
3969 2003-02-19 [paul] 0.8.10claws29
3972 add tooltips to online/offline button and account selector
3975 2003-02-19 [paul] 0.8.10claws28
3979 src/prefs_account.[ch]
3980 src/prefs_common.[ch]
3981 move 'Maximum number of articles to download' to
3983 clean up account prefs gui a little by hiding entries
3984 rather then greying out entries
3986 2003-02-19 [hiro] 0.8.10claws27
3988 * src/common/utils.c
3989 fix bug #54 'yesterdays date is displayed in the message
3992 2003-02-19 [paul] 0.8.10claws26
3995 fix bug reported in Feature Request [688596]
3996 'Reply-to header in news'
3998 2003-02-18 [paul] 0.8.10claws25
4001 add a 'List all keys' button to key selection dialog
4003 2003-02-18 [colin] 0.8.10claws24
4005 * src/stock_pixmap.c
4008 2003-02-18 [colin] 0.8.10claws23
4010 * src/common/smtp.[ch]
4012 Try to starttls if it seems to be the only
4013 way to authenticate a user
4015 2003-02-18 [paul] 0.8.10claws22
4019 src/stock_pixmap.[ch]
4020 src/pixmaps/drafts_close.xpm ** NEW FILE **
4021 src/pixmaps/drafts_open.xpm ** NEW FILE **
4022 as a Drafts folder is a special folder allow it to have
4023 its own unique icons
4025 2003-02-18 [colin] 0.8.10claws21
4028 Fix port selection when using starttls
4030 2003-02-18 [paul] 0.8.10claws20
4033 src/prefs_common.[ch]
4034 make blue the default new mail colour
4036 2003-02-18 [paul] 0.8.10claws19
4038 * sync with 0.8.10cvs14
4039 see ChangeLog 2003-02-18
4041 2003-02-17 [jens] 0.8.10claws18
4044 fixed a compile problem with gcc 3.3
4045 works on 2.95.3 too (testet on PPC as it is big endian)
4047 2003-02-17 [paul] 0.8.10claws17
4049 * sync with 0.8.10cvs13
4050 see ChangeLog 2003-02-17
4052 2003-02-17 [paul] 0.8.10claws16
4054 * sync with 0.8.10cvs12
4055 see ChangeLog 2003-02-17
4057 2003-02-16 [match] 0.8.10claws15
4060 Eliminates reloading of address data when items
4061 deleted or added. Applied submitted by
4062 Luke Plant <lukeplant@softhome.net>
4064 2003-02-16 [paul] 0.8.10claws14
4067 when a 'protocol error' is encountered disconnect from
4068 the server. This means that the user can carry on viewing
4069 other articles and doesn't have to either wait until the
4070 server timesout or quit sylpheed.
4071 Fixes bug #53 'Unable to read messages in newsgroups,
4072 displayed message doesn't change'
4074 2003-02-15 [christoph] 0.8.10claws13
4077 fix bug that stopped scanning of folders when an
4078 IMAP folder was empty
4080 (closes bug 46 stop scan messages in folders after empty folder)
4086 tools/freshmeat_search.pl ** NEW FILE **
4087 tools/google_search.pl ** NEW FILE **
4088 Add 2 Actions scripts which search freshmeat/google
4089 for the selected text using the browser configured
4092 Note: These scripts are very dependent on the format of the
4093 browser command and may not work on every occasion. Testing
4096 2003-02-14 [alfons] 0.8.10claws12
4099 fix breakage because of uninitialized account pointer.
4102 2003-02-14 [paul] 0.8.10claws11
4105 src/prefs_account.[ch]
4106 src/prefs_common.[ch]
4107 move signature settings to Account Prefs
4109 2003-02-14 [paul] 0.8.10claws10
4111 * sync with 0.8.10cvs11
4112 see ChangeLog 2003-02-14
4114 2003-02-13 [thorsten] 0.8.10claws9
4117 revert news progressbar (GUI separation)
4119 2003-02-13 [paul] 0.8.10claws8
4122 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4125 2003-02-13 [paul] 0.8.10claws7
4129 fix 'Follow-up and Reply-to' so that it creates a reply to
4130 the newsgroup and the sender. If the message has the keyword
4131 'poster' in the Followup-To header, all replies go to the
4132 sender, re: RFC 1036, Section 2.2.3
4133 rename all instances of 'ignore_replyto' to 'to_sender', both
4134 were previously used, now we use just one.
4136 2003-02-13 [paul] 0.8.10claws6
4138 * sync with 0.8.10cvs9
4139 see ChangeLog 2003-02-13
4141 2003-02-13 [paul] 0.8.10claws5
4144 show which plugins are configured in the configure
4147 2003-02-12 [thorsten] 0.8.10claws4
4150 show progress while fetching news headers
4152 2003-02-12 [christoph] 0.8.10claws3
4155 * src/plugins/Makefile.am
4156 use AM_CONDITIONAL to enable plugins, automake correctly
4157 manages this when creating distdir
4159 2003-02-12 [christoph] 0.8.10claws2
4161 * ac/spamassassin.m4
4162 * src/plugins/spamassassin/Makefile.am
4163 fix building SpamAssassin plugin without OpenSSL
4165 2003-02-12 [paul] 0.8.10claws1
4169 src/plugins/Makefile.am
4170 fix failure of 'make release'
4172 2003-02-12 [paul] 0.8.10claws
4174 * 0.8.10claws released
4176 2003-02-12 [paul] 0.8.9claws56
4183 updated translations by George Danchev, Ricardo Mones Lastra,
4184 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4187 Allow the building of RPMs by a regular user. Submitted
4190 2003-02-11 [alfons] 0.8.9claws55
4193 don't use pixmaps for label color rect but draw rectangles
4194 so we can respect the color map of palette based visuals
4195 (fixes the long time crashes on Suns - thanks to Andreas
4196 Engel and Steve O'Hara-Smith for testing)
4198 2003-02-11 [christoph] 0.8.9claws54
4200 * src/matcher_parser_parse.y
4201 correct bug where filering rules of not existing folders in
4202 matcherrc were added to global filtering
4204 (closes Debian Bug #180253 - Directory's filter-rules are merged with
4205 main filter-rules after removing directory, http://bugs.debian.org/180253)
4207 2003-02-11 [paul] 0.8.9claws53
4209 * sync with 0.8.10cvs7
4210 see ChangeLog 2003-02-09
4212 2003-02-11 [melvin] 0.8.9claws52
4215 Updated French tranlsations
4217 2003-02-10 [paul] 0.8.9claws51
4220 correct --enable-openssl
4221 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4223 2003-02-09 [martin] 0.8.9claws50
4225 * src/prefs_matcher.c
4226 fix segfault in prefs_matcher_substitute_cb() when
4229 2003-02-09 [paul] 0.8.9claws49
4232 fix bug where a newsgroup folder's processing rules were
4233 merged with the global filtering rules when the newsgroup
4234 folder was deleted, causing some seriously bad results,
4235 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4237 2003-02-08 [melvin] 0.8.9claws48
4240 Corrected and modified an alert message.
4242 2003-02-07 [paul] 0.8.9claws47
4245 fix bug where both an 'Account properties' window and a
4246 'Folder properties' window were opened when clicking on
4247 'Properties' in an NNTP or IMAP folder's popup menu.
4249 2003-02-07 [paul] 0.8.9claws46
4251 * sync with 0.8.10cvs6
4252 see ChangeLog 2003-02-06
4254 2003-02-06 [christoph] 0.8.9claws45
4257 freeze folder updates while importing mbox files
4258 (closes bug 43 importing mbox took hours)
4260 Patch submitted by Jens Rantil <jens.rantil@telia.com>
4262 2003-02-06 [thorsten] 0.8.9claws44
4265 Updated german translations
4267 2003-02-06 [thorsten] 0.8.9claws43
4270 use guint for message numbers (fix count in grouplist dialog)
4272 2003-02-05 [paul] 0.8.9claws42
4274 * sync with 0.8.10cvs2
4275 see ChangeLog 2003-02-05
4277 2003-02-04 [colin] 0.8.9claws41
4279 * src/prefs_common.[ch]
4282 Add an option to disable threading by subject
4284 2003-02-04 [christoph] 0.8.9claws40
4287 only abort fetching mails from multiple accounts when the
4288 error is fatal and does not allow to check any more accounts
4289 (currently only disk full error)
4291 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4292 receive mails for other accouts)
4294 2003-02-04 [christoph] 0.8.9claws39
4297 first add the new message to the cache, then
4298 send the update notification
4300 (closes bug 39 after sending message folderview doesnt get updated)
4302 2003-02-04 [colin] 0.8.9claws38
4305 _really_ fix this Connecting... status
4307 2003-02-04 [paul] 0.8.9claws37
4310 see ChangeLog 2003-02-04
4312 2003-02-04 [paul] 0.8.9claws36
4314 * sync with 0.8.9cvs6
4315 see ChangeLog 2003-02-03
4317 2003-02-04 [paul] 0.8.9claws35
4320 updated by André Filipe de Assunção e Brito
4321 <bedecko@netsite.com.br>
4323 2003-02-03 [thorsten] 0.8.9claws34
4326 Updated german translations
4328 2003-02-02 [paul] 0.8.9claws33
4331 updated by Ricardo Mones Lastra
4333 2003-02-02 [thorsten] 0.8.9claws32
4336 Fix mh_get_msginfo() segfault if file is inaccessible
4338 2003-01-31 [colin] 0.8.9claws31
4341 Fix last commit's bug
4343 2003-01-31 [colin] 0.8.9claws30
4346 Missing a change for gpg-signed messages
4348 2003-01-31 [paul] 0.8.9claws29
4350 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
4352 src/stock_pixmap.[ch]
4354 indicate GnuPG signed messages by displaying an icon
4355 in the Attachment column.
4357 2003-01-31 [paul] 0.8.9claws28
4359 * sync with 0.8.9cvs4
4360 see ChangeLog 2003-01-31
4362 2003-01-31 [alfons] 0.8.9claws27
4365 tune URI parser to accept mailto URLs with a '?'
4366 (patch from Ruslan Balkin)
4368 2003-01-31 [colin] 0.8.9claws26
4371 Fix a leak introduced in claws24
4373 2003-01-31 [colin] 0.8.9claws25
4376 Freeze/Thaw folder updates when deleting dups
4378 2003-01-31 [colin] 0.8.9claws24
4383 little speed improvements
4385 2003-01-31 [colin] 0.8.9claws23
4388 Fix segfault when forwarding nothing
4389 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4391 2003-01-30 [paul] 0.8.9claws22
4393 * sync with 0.8.9cvs3
4394 see ChangeLog 2003-01-30
4396 2003-01-30 [paul] 0.8.9claws21
4398 * sync with 0.8.9cvs2
4399 see ChangeLog 2003-01-30
4401 2003-01-29 [paul] 0.8.9claws20
4403 * sync with 0.8.9cvs1
4404 see ChangeLog 2003-01-29
4406 2003-01-28 [paul] 0.8.9claws19
4409 update to reflect changes.
4410 thanks to Ricardo Mones Lastra
4412 2003-01-27 [christoph] 0.8.9claws18
4415 * ac/spamassassin.m4
4416 * src/plugins/spamassassin/README
4417 * src/plugins/spamassassin/libspamc.[ch]
4418 * src/plugins/spamassassin/utils.[ch]
4419 updated to latest libspamc
4421 2003-01-27 [christoph] 0.8.9claws17
4424 fix wrong use of procheader_get_header_fields
4426 2003-01-27 [christoph] 0.8.9claws16
4429 * src/prefs_account.[ch]